igniteui-webcomponents-maps 6.3.1 → 7.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-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -65,7 +65,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
65
65
  })());
66
66
  a.dk = true;
67
67
  this.zh = a;
68
- this.zh.td = new SphericalMercatorHorizontalScaler();
68
+ this.zh.tf = new SphericalMercatorHorizontalScaler();
69
69
  let b = ((() => {
70
70
  let $ret = new NumericYAxis();
71
71
  $ret.b7 = this;
@@ -73,7 +73,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
73
73
  })());
74
74
  b.dk = true;
75
75
  this.zj = b;
76
- this.zj.td = new SphericalMercatorVerticalScaler();
76
+ this.zj.tf = new SphericalMercatorVerticalScaler();
77
77
  this.aao();
78
78
  this.aav();
79
79
  this.po();
@@ -232,10 +232,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
232
232
  g.c = this.yv;
233
233
  let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
234
234
  h.c = this.yv;
235
- let i = this.zh.f6(d.left, g);
236
- let j = this.zh.f6(d.right, g);
237
- let k = this.zj.f6(d.top, h);
238
- let l = this.zj.f6(d.bottom, h);
235
+ let i = this.zh.f7(d.left, g);
236
+ let j = this.zh.f7(d.right, g);
237
+ let k = this.zj.f7(d.top, h);
238
+ let l = this.zj.f7(d.bottom, h);
239
239
  let m = (i - c) / this.y9.width;
240
240
  let n = (l - c) / this.y9.height;
241
241
  let o = (j - i + (c * 2)) / this.y9.width;
@@ -268,10 +268,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
268
268
  let e = new ScalerParams(1, a, this.y9, c.dn);
269
269
  e.c = this.yv;
270
270
  let f = this.yu;
271
- let g = b.f9(f.left, d);
272
- let h = c.f9(f.top, e);
273
- let i = b.f9(f.right, d);
274
- let j = c.f9(f.bottom, e);
271
+ let g = b.ga(f.left, d);
272
+ let h = c.ga(f.top, e);
273
+ let i = b.ga(f.right, d);
274
+ let j = c.ga(f.bottom, e);
275
275
  let k = i - g;
276
276
  let l = h - j;
277
277
  let m = new Rect(0, g, j, k, l);
@@ -284,13 +284,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
284
284
  return m;
285
285
  }
286
286
  aba(a) {
287
- let b = this.zh.rc(a.x);
288
- let c = this.zj.rc(a.y);
287
+ let b = this.zh.re(a.x);
288
+ let c = this.zj.re(a.y);
289
289
  return { $type: Point_$type, x: b, y: c };
290
290
  }
291
291
  abb(a) {
292
- let b = this.zh.gt(a.x);
293
- let c = this.zj.gt(a.y);
292
+ let b = this.zh.gv(a.x);
293
+ let c = this.zj.gv(a.y);
294
294
  return { $type: Point_$type, x: b, y: c };
295
295
  }
296
296
  abc(a) {
@@ -310,21 +310,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
310
310
  aat() {
311
311
  this.zt.eh();
312
312
  for (let a of fromEnum(this.b9)) {
313
- a.su();
313
+ a.sv();
314
314
  }
315
315
  }
316
316
  aaw() {
317
317
  if (this.zs == 2) {
318
318
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
319
- let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
320
- let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
319
+ let a = this.zh.re(this.y9.left + (this.y9.width / 2));
320
+ let b = this.zj.re(this.y9.top + (this.y9.height / 2));
321
321
  this.aa9 = { $type: Point_$type, x: a, y: b };
322
322
  }
323
323
  }
324
324
  else {
325
325
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
326
- let c = this.zh.rc(this.y9.left);
327
- let d = this.zj.rc(this.y9.top);
326
+ let c = this.zh.re(this.y9.left);
327
+ let d = this.zj.re(this.y9.top);
328
328
  this.aa9 = { $type: Point_$type, x: c, y: d };
329
329
  }
330
330
  }
@@ -345,7 +345,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
345
345
  else {
346
346
  let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
347
347
  g.c = this.yv;
348
- let h = this.zh.f6(a, g);
348
+ let h = this.zh.f7(a, g);
349
349
  if (this.zs == 2) {
350
350
  let i = h / this.y9.width;
351
351
  c = i - (e / 2);
@@ -365,7 +365,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
365
365
  else {
366
366
  let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
367
367
  j.c = this.yv;
368
- let k = this.zj.f6(b, j);
368
+ let k = this.zj.f7(b, j);
369
369
  if (this.zs == 2) {
370
370
  let l = k / this.y9.height;
371
371
  d = l - (f / 2);
@@ -496,13 +496,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
496
496
  }
497
497
  if (c) {
498
498
  if (d) {
499
- let i = this.zg.f6(-180, b);
500
- let j = this.zg.f6(180, b);
499
+ let i = this.zg.f7(-180, b);
500
+ let j = this.zg.f7(180, b);
501
501
  e = j - i;
502
502
  }
503
503
  else {
504
- let k = this.zg.f6(-180, b);
505
- let l = this.zg.f6(180, b);
504
+ let k = this.zg.f7(-180, b);
505
+ let l = this.zg.f7(180, b);
506
506
  e = k - l;
507
507
  }
508
508
  }
@@ -513,10 +513,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
513
513
  a.c = this.yv;
514
514
  let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
515
515
  b.c = this.yv;
516
- let c = this.zh.f6(XamGeographicMap.abe.left, a);
517
- let d = this.zh.f6(XamGeographicMap.abe.right, a);
518
- let e = this.zj.f6(XamGeographicMap.abe.top, b);
519
- let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
516
+ let c = this.zh.f7(XamGeographicMap.abe.left, a);
517
+ let d = this.zh.f7(XamGeographicMap.abe.right, a);
518
+ let e = this.zj.f7(XamGeographicMap.abe.top, b);
519
+ let f = this.zj.f7(XamGeographicMap.abe.bottom, b);
520
520
  this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
521
521
  return this.abg;
522
522
  }
@@ -706,7 +706,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
706
706
  break;
707
707
  case "ActualWorldRect":
708
708
  for (let g of fromEnum(this.b9)) {
709
- g.r8(false);
709
+ g.r9(false);
710
710
  }
711
711
  break;
712
712
  case XamGeographicMap.$$p[5]:
@@ -737,7 +737,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
737
737
  break;
738
738
  case "MarkerAutomaticBehavior":
739
739
  for (let i of fromEnum(this.b9)) {
740
- i.qv();
740
+ i.qw();
741
741
  }
742
742
  break;
743
743
  }
@@ -754,15 +754,15 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
754
754
  }
755
755
  aav() {
756
756
  if (this.zh != null) {
757
- this.zh.q9 = this.abi.left;
758
- this.zh.q8 = this.abi.right;
757
+ this.zh.rb = this.abi.left;
758
+ this.zh.ra = this.abi.right;
759
759
  }
760
760
  if (this.zj != null) {
761
- this.zj.q9 = this.abi.top;
762
- this.zj.q8 = this.abi.bottom;
761
+ this.zj.rb = this.abi.top;
762
+ this.zj.ra = this.abi.bottom;
763
763
  }
764
- this.zh.ee(true);
765
- this.zj.ee(true);
764
+ this.zh.ef(true);
765
+ this.zj.ef(true);
766
766
  }
767
767
  getFontInfo() {
768
768
  this.zu = this.zt.fr;
@@ -779,7 +779,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
779
779
  let c = b;
780
780
  let d = a;
781
781
  d.itemsSource = c.triangulationSource.points;
782
- d.xu = c.triangulationSource.triangles;
782
+ d.xv = c.triangulationSource.triangles;
783
783
  }
784
784
  else {
785
785
  super.tk(a, b);
@@ -807,12 +807,12 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
807
807
  }
808
808
  z7() {
809
809
  let a = new ChartVisualData();
810
- let b = this.zh.hs();
811
- let c = this.zj.hs();
810
+ let b = this.zh.hu();
811
+ let c = this.zj.hu();
812
812
  a.axes.add1(b);
813
813
  a.axes.add1(c);
814
814
  for (let d = 0; d < this.b9.count; d++) {
815
- let e = this.b9._inner[d].kv();
815
+ let e = this.b9._inner[d].kw();
816
816
  a.series.add1(e);
817
817
  }
818
818
  a.name = this.name;
@@ -991,8 +991,8 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
991
991
  j.c = c;
992
992
  let k = new ScalerParams(1, this.windowRect, b, i.dn);
993
993
  k.c = c;
994
- let l = h.f6(d.left, j);
995
- let m = i.f6(d.bottom, k);
994
+ let l = h.f7(d.left, j);
995
+ let m = i.f7(d.bottom, k);
996
996
  let n = (-l / b.width) * this.ao.a5;
997
997
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
998
998
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1082,41 +1082,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1082
1082
  }
1083
1083
  ci() {
1084
1084
  super.ci();
1085
- let a = this.cu.xl;
1086
- a.yl = this.cu.xx;
1087
- a.yt = this.cu.xv;
1088
- a.trianglesSource = this.cu.xu;
1089
- a.x9 = this.cu.x0;
1090
- a.yb = this.cu.x2;
1091
- a.yd = this.cu.x4;
1085
+ let a = this.cu.xm;
1086
+ a.ym = this.cu.xy;
1087
+ a.yu = this.cu.xw;
1088
+ a.trianglesSource = this.cu.xv;
1089
+ a.ya = this.cu.x1;
1090
+ a.yc = this.cu.x3;
1091
+ a.ye = this.cu.x5;
1092
1092
  }
1093
1093
  cx() {
1094
- let a = this.cu.xl;
1094
+ let a = this.cu.xm;
1095
1095
  if (this.cu.dc == null) {
1096
- a.xj = null;
1097
1096
  a.xk = null;
1097
+ a.xl = null;
1098
1098
  return;
1099
1099
  }
1100
- a.xj = this.cu.dc.zh;
1101
- a.xk = this.cu.dc.zj;
1100
+ a.xk = this.cu.dc.zh;
1101
+ a.xl = this.cu.dc.zj;
1102
1102
  }
1103
1103
  cw() {
1104
- this.cu.xl.yl = this.cu.xx;
1104
+ this.cu.xm.ym = this.cu.xy;
1105
1105
  }
1106
1106
  cv() {
1107
- this.cu.xl.yt = this.cu.xv;
1107
+ this.cu.xm.yu = this.cu.xw;
1108
1108
  }
1109
1109
  cy() {
1110
- this.cu.xl.trianglesSource = this.cu.xu;
1110
+ this.cu.xm.trianglesSource = this.cu.xv;
1111
1111
  }
1112
1112
  cz() {
1113
- this.cu.xl.x9 = this.cu.x0;
1113
+ this.cu.xm.ya = this.cu.x1;
1114
1114
  }
1115
1115
  c0() {
1116
- this.cu.xl.yb = this.cu.x2;
1116
+ this.cu.xm.yc = this.cu.x3;
1117
1117
  }
1118
1118
  c1() {
1119
- this.cu.xl.yd = this.cu.x4;
1119
+ this.cu.xm.ye = this.cu.x5;
1120
1120
  }
1121
1121
  }
1122
1122
  GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1137,19 +1137,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1137
1137
  }
1138
1138
  ci() {
1139
1139
  super.ci();
1140
- if (this.c2.yf != null) {
1141
- this.c2.yf.zs = this.c2.yj;
1142
- this.c2.yf.zg = this.c2.ye;
1140
+ if (this.c2.yg != null) {
1141
+ this.c2.yg.zt = this.c2.yk;
1142
+ this.c2.yg.zh = this.c2.yf;
1143
1143
  }
1144
1144
  }
1145
1145
  c3() {
1146
- if (this.c2.yf != null) {
1147
- this.c2.yf.zs = this.c2.yj;
1146
+ if (this.c2.yg != null) {
1147
+ this.c2.yg.zt = this.c2.yk;
1148
1148
  }
1149
1149
  }
1150
1150
  c4() {
1151
- if (this.c2.yf != null) {
1152
- this.c2.yf.zg = this.c2.ye;
1151
+ if (this.c2.yg != null) {
1152
+ this.c2.yg.zh = this.c2.yf;
1153
1153
  }
1154
1154
  }
1155
1155
  }
@@ -1341,39 +1341,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1341
1341
  ct() {
1342
1342
  return new GeographicXYTriangulatingSeriesView(this);
1343
1343
  }
1344
- rh(a) {
1345
- super.rh(a);
1346
- this.xt = a;
1344
+ ri(a) {
1345
+ super.ri(a);
1346
+ this.xu = a;
1347
1347
  }
1348
- rq(a, b, c, d) {
1349
- super.rq(a, b, c, d);
1348
+ rr(a, b, c, d) {
1349
+ super.rr(a, b, c, d);
1350
1350
  switch (b) {
1351
1351
  case "SeriesViewer":
1352
- this.xt.cx();
1352
+ this.xu.cx();
1353
1353
  break;
1354
1354
  case GeographicXYTriangulatingSeries.$$p[1]:
1355
- this.xt.cw();
1355
+ this.xu.cw();
1356
1356
  break;
1357
1357
  case GeographicXYTriangulatingSeries.$$p[0]:
1358
- this.xt.cv();
1358
+ this.xu.cv();
1359
1359
  break;
1360
1360
  case GeographicXYTriangulatingSeries.$$p[5]:
1361
- this.xt.cy();
1361
+ this.xu.cy();
1362
1362
  break;
1363
1363
  case GeographicXYTriangulatingSeries.$$p[2]:
1364
- this.xt.cz();
1364
+ this.xu.cz();
1365
1365
  break;
1366
1366
  case GeographicXYTriangulatingSeries.$$p[3]:
1367
- this.xt.c0();
1367
+ this.xu.c0();
1368
1368
  break;
1369
1369
  case GeographicXYTriangulatingSeries.$$p[4]:
1370
- this.xt.c1();
1370
+ this.xu.c1();
1371
1371
  break;
1372
1372
  }
1373
1373
  }
1374
1374
  }
1375
1375
  GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1376
- GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ 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]]);
1376
+ GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ 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]]);
1377
1377
  return GeographicXYTriangulatingSeries;
1378
1378
  })();
1379
1379
  export { GeographicXYTriangulatingSeries };
@@ -1387,53 +1387,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1387
1387
  }
1388
1388
  constructor() {
1389
1389
  super();
1390
- this.yc = null;
1390
+ this.yd = null;
1391
1391
  this.triangulationStatusChanged = null;
1392
1392
  this.ab = GeographicScatterAreaSeries.$;
1393
1393
  }
1394
- get ye() {
1395
- return this.yc;
1394
+ get yf() {
1395
+ return this.yd;
1396
1396
  }
1397
- set ye(a) {
1398
- let b = this.yc != a;
1397
+ set yf(a) {
1398
+ let b = this.yd != a;
1399
1399
  if (b) {
1400
- let c = this.yc;
1401
- if (this.yc != null) {
1402
- let d = this.yc;
1403
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
1400
+ let c = this.yd;
1401
+ if (this.yd != null) {
1402
+ let d = this.yd;
1403
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
1404
1404
  }
1405
- this.yc = a;
1406
- if (this.yc != null) {
1407
- let e = this.yc;
1408
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1405
+ this.yd = a;
1406
+ if (this.yd != null) {
1407
+ let e = this.yd;
1408
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
1409
1409
  }
1410
- this.raisePropertyChanged("ColorScale", c, this.yc);
1411
- if (this.yf != null) {
1412
- this.yf.zg = a;
1410
+ this.raisePropertyChanged("ColorScale", c, this.yd);
1411
+ if (this.yg != null) {
1412
+ this.yg.zh = a;
1413
1413
  }
1414
1414
  }
1415
1415
  }
1416
- ym(a, b) {
1417
- this.yh.c4();
1418
- this.yo();
1419
- this.r8(false);
1416
+ yn(a, b) {
1417
+ this.yi.c4();
1418
+ this.yp();
1419
+ this.r9(false);
1420
1420
  }
1421
- yo() {
1422
- if (this.yf != null) {
1423
- this.yd = this.yf.zf;
1421
+ yp() {
1422
+ if (this.yg != null) {
1423
+ this.ye = this.yg.zg;
1424
1424
  }
1425
1425
  }
1426
- sz() {
1427
- super.sz();
1428
- this.yo();
1426
+ s0() {
1427
+ super.s0();
1428
+ this.yp();
1429
1429
  }
1430
- xk() {
1431
- this.yf = new ScatterAreaSeries();
1432
- let a = this.yf;
1433
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
1434
- return this.yf;
1430
+ xl() {
1431
+ this.yg = new ScatterAreaSeries();
1432
+ let a = this.yg;
1433
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
1434
+ return this.yg;
1435
1435
  }
1436
- yn(a, b) {
1436
+ yo(a, b) {
1437
1437
  if (this.triangulationStatusChanged != null) {
1438
1438
  this.triangulationStatusChanged(this, b);
1439
1439
  }
@@ -1441,31 +1441,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1441
1441
  ct() {
1442
1442
  return new GeographicScatterAreaSeriesView(this);
1443
1443
  }
1444
- rh(a) {
1445
- super.rh(a);
1446
- this.yh = a;
1444
+ ri(a) {
1445
+ super.ri(a);
1446
+ this.yi = a;
1447
1447
  }
1448
- rq(a, b, c, d) {
1449
- super.rq(a, b, c, d);
1448
+ rr(a, b, c, d) {
1449
+ super.rr(a, b, c, d);
1450
1450
  switch (b) {
1451
1451
  case GeographicScatterAreaSeries.$$p[1]:
1452
- this.yh.c3();
1452
+ this.yi.c3();
1453
1453
  break;
1454
1454
  case "ColorScale":
1455
- this.yh.c4();
1456
- this.yo();
1455
+ this.yi.c4();
1456
+ this.yp();
1457
1457
  break;
1458
1458
  }
1459
1459
  }
1460
- get_hd() {
1460
+ get_he() {
1461
1461
  return true;
1462
1462
  }
1463
- set_hd(a) {
1464
- super.set_hd(a);
1463
+ set_he(a) {
1464
+ super.set_he(a);
1465
1465
  }
1466
1466
  }
1467
1467
  GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1468
- GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1468
+ GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
1469
1469
  return GeographicScatterAreaSeries;
1470
1470
  })();
1471
1471
  export { GeographicScatterAreaSeries };
@@ -65,22 +65,22 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
65
65
  * Gets whether the current series shows a line contour shape.
66
66
  */
67
67
  get isLineContour() {
68
- return this.i.fm;
68
+ return this.i.fn;
69
69
  }
70
70
  /**
71
71
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
72
72
  */
73
73
  get valueMemberPath() {
74
- return this.i.yk;
74
+ return this.i.yl;
75
75
  }
76
76
  set valueMemberPath(v) {
77
- this.i.yk = v;
77
+ this.i.yl = v;
78
78
  }
79
79
  /**
80
80
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
81
81
  */
82
82
  get fillScale() {
83
- const r = this.i.yg;
83
+ const r = this.i.yh;
84
84
  if (r == null) {
85
85
  return null;
86
86
  }
@@ -96,13 +96,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
96
96
  set fillScale(v) {
97
97
  if (v != null && this._stylingContainer && v._styling)
98
98
  v._styling(this._stylingContainer, this, this);
99
- v == null ? this.i.yg = null : this.i.yg = v.i;
99
+ v == null ? this.i.yh = null : this.i.yh = v.i;
100
100
  }
101
101
  /**
102
102
  * Gets actual fill scale that is set on the FillScale property or default FillScale
103
103
  */
104
104
  get actualFillScale() {
105
- const r = this.i.yf;
105
+ const r = this.i.yg;
106
106
  if (r == null) {
107
107
  return null;
108
108
  }
@@ -118,13 +118,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
118
118
  set actualFillScale(v) {
119
119
  if (v != null && this._stylingContainer && v._styling)
120
120
  v._styling(this._stylingContainer, this, this);
121
- v == null ? this.i.yf = null : this.i.yf = v.i;
121
+ v == null ? this.i.yg = null : this.i.yg = v.i;
122
122
  }
123
123
  /**
124
124
  * The ContourValueResolver used to determine the numeric values of contours.
125
125
  */
126
126
  get valueResolver() {
127
- const r = this.i.yc;
127
+ const r = this.i.yd;
128
128
  if (r == null) {
129
129
  return null;
130
130
  }
@@ -140,7 +140,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
140
140
  set valueResolver(v) {
141
141
  if (v != null && this._stylingContainer && v._styling)
142
142
  v._styling(this._stylingContainer, this, this);
143
- v == null ? this.i.yc = null : this.i.yc = v.i;
143
+ v == null ? this.i.yd = null : this.i.yd = v.i;
144
144
  }
145
145
  findByName(name) {
146
146
  var baseResult = super.findByName(name);