igniteui-angular-maps 17.1.0 → 17.2.0-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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -24,75 +24,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
24
24
  __extends(GeographicMarkerSeries, _super);
25
25
  function GeographicMarkerSeries() {
26
26
  var _this = _super.call(this) || this;
27
- var a = _this.qe;
28
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.q2));
27
+ var a = _this.t3;
28
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.ur));
29
29
  return _this;
30
30
  }
31
- GeographicMarkerSeries.prototype.nj = function () {
32
- return this.q3;
31
+ GeographicMarkerSeries.prototype.qv = function () {
32
+ return this.us;
33
33
  };
34
- GeographicMarkerSeries.prototype.pc = function () {
35
- return this.rg;
34
+ GeographicMarkerSeries.prototype.sz = function () {
35
+ return this.u5;
36
36
  };
37
- GeographicMarkerSeries.prototype.pd = function () {
38
- return this.rh;
37
+ GeographicMarkerSeries.prototype.s0 = function () {
38
+ return this.u6;
39
39
  };
40
- GeographicMarkerSeries.prototype.f6 = function () {
41
- return this.qp;
40
+ GeographicMarkerSeries.prototype.hs = function () {
41
+ return this.ue;
42
42
  };
43
- GeographicMarkerSeries.prototype.i2 = function () {
44
- var a = typeCast(MarkerSeries.$, this.qe);
43
+ GeographicMarkerSeries.prototype.kx = function () {
44
+ var a = typeCast(MarkerSeries.$, this.t3);
45
45
  if (a == null) {
46
46
  return "Unknown";
47
47
  }
48
- return a.i2();
48
+ return a.kx();
49
49
  };
50
- GeographicMarkerSeries.prototype.q2 = function (a, b) {
51
- var c = typeCast(MarkerSeries.$, this.qe);
50
+ GeographicMarkerSeries.prototype.ur = function (a, b) {
51
+ var c = typeCast(MarkerSeries.$, this.t3);
52
52
  if (c == null) {
53
53
  return;
54
54
  }
55
55
  if (b.propertyName == "ActualMarkerTemplate") {
56
- this.q3 = c.q5;
56
+ this.us = c.uu;
57
57
  }
58
58
  else if (b.propertyName == "ActualMarkerOutline") {
59
- this.rh = c.rm;
59
+ this.u6 = c.vb;
60
60
  }
61
61
  else if (b.propertyName == "ActualMarkerBrush") {
62
- this.rg = c.rl;
62
+ this.u5 = c.va;
63
63
  }
64
64
  };
65
- GeographicMarkerSeries.prototype.l9 = function (a, b, c, d) {
66
- _super.prototype.l9.call(this, a, b, c, d);
65
+ GeographicMarkerSeries.prototype.o8 = function (a, b, c, d) {
66
+ _super.prototype.o8.call(this, a, b, c, d);
67
67
  switch (b) {
68
68
  case GeographicMarkerSeries.$$p[3]:
69
- this.qe.rn = this.ri;
69
+ this.t3.vc = this.u7;
70
70
  break;
71
71
  case GeographicMarkerSeries.$$p[6]:
72
- this.qe.ro = this.rj;
72
+ this.t3.vd = this.u8;
73
73
  break;
74
74
  case GeographicMarkerSeries.$$p[5]:
75
- this.qe.qi = this.qn;
75
+ this.t3.t7 = this.uc;
76
76
  break;
77
77
  case GeographicMarkerSeries.$$p[4]:
78
- this.qe.qe = this.qm;
78
+ this.t3.t3 = this.ub;
79
79
  break;
80
80
  case GeographicMarkerSeries.$$p[9]:
81
- this.qe.ql = this.qo;
81
+ this.t3.ua = this.ud;
82
82
  break;
83
83
  case GeographicMarkerSeries.$$p[7]:
84
- this.qe.q7 = this.q4;
84
+ this.t3.uw = this.ut;
85
85
  break;
86
86
  case GeographicMarkerSeries.$$p[8]:
87
- this.qe.qq = this.qp;
87
+ this.t3.uf = this.ue;
88
88
  break;
89
89
  case GeographicMarkerSeries.$$p[10]:
90
- this.qe.tb = this.qq;
90
+ this.t3.w1 = this.uf;
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
95
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:rg:q5', [Brush.$], 'ActualMarkerOutline:rh:q6', [Brush.$], 'ActualMarkerTemplate:q3:q7', [DataTemplate.$, null], 'MarkerBrush:ri:q8', [Brush.$], 'MarkerFillMode:qm:q9', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qn:ra', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rj:rb', [Brush.$], 'MarkerTemplate:q4:rc', [DataTemplate.$, null], 'MarkerThickness:qp:rd', [1, DeviceUtils.g(2)], 'MarkerType:qo:re', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qq:rf', [1, 400]]);
95
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u5:uu', [Brush.$], 'ActualMarkerOutline:u6:uv', [Brush.$], 'ActualMarkerTemplate:us:uw', [DataTemplate.$, null], 'MarkerBrush:u7:ux', [Brush.$], 'MarkerFillMode:ub:uy', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:uc:uz', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u8:u0', [Brush.$], 'MarkerTemplate:ut:u1', [DataTemplate.$, null], 'MarkerThickness:ue:u2', [1, DeviceUtils.g(2)], 'MarkerType:ud:u3', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uf:u4', [1, 400]]);
96
96
  return GeographicMarkerSeries;
97
97
  }(GeographicMapSeriesHost));
98
98
  export { GeographicMarkerSeries };
@@ -21,26 +21,26 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
21
21
  __extends(GeographicPolylineSeriesView, _super);
22
22
  function GeographicPolylineSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
24
- _this.ci = null;
25
- _this.ci = a;
24
+ _this.cl = null;
25
+ _this.cl = a;
26
26
  return _this;
27
27
  }
28
- GeographicPolylineSeriesView.prototype.as = function () {
29
- _super.prototype.as.call(this);
28
+ GeographicPolylineSeriesView.prototype.au = function () {
29
+ _super.prototype.au.call(this);
30
30
  if (!this.q) {
31
- this.ci.g4 = Defaults.n;
31
+ this.cl.iu = Defaults.n;
32
32
  }
33
33
  };
34
- GeographicPolylineSeriesView.prototype.b2 = function () {
35
- _super.prototype.b2.call(this);
36
- this.ci.qe.s0 = this.ci.rk;
37
- this.ci.qe.s5 = this.ci.rs;
34
+ GeographicPolylineSeriesView.prototype.b5 = function () {
35
+ _super.prototype.b5.call(this);
36
+ this.cl.t3.wt = this.cl.u9;
37
+ this.cl.t3.wy = this.cl.vh;
38
38
  };
39
- GeographicPolylineSeriesView.prototype.cj = function () {
40
- this.ci.qe.s0 = this.ci.rk;
39
+ GeographicPolylineSeriesView.prototype.cm = function () {
40
+ this.cl.t3.wt = this.cl.u9;
41
41
  };
42
- GeographicPolylineSeriesView.prototype.ck = function () {
43
- this.ci.qe.s5 = this.ci.rs;
42
+ GeographicPolylineSeriesView.prototype.cn = function () {
43
+ this.cl.t3.wy = this.cl.vh;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
@@ -57,39 +57,39 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  _this.ab = GeographicPolylineSeries.$;
58
58
  return _this;
59
59
  }
60
- GeographicPolylineSeries.prototype.get_eb = function () {
60
+ GeographicPolylineSeries.prototype.get_e4 = function () {
61
61
  return true;
62
62
  };
63
- GeographicPolylineSeries.prototype.by = function () {
63
+ GeographicPolylineSeries.prototype.cg = function () {
64
64
  return new GeographicPolylineSeriesView(this);
65
65
  };
66
- GeographicPolylineSeries.prototype.l4 = function (a) {
67
- _super.prototype.l4.call(this, a);
68
- this.rl = a;
66
+ GeographicPolylineSeries.prototype.o0 = function (a) {
67
+ _super.prototype.o0.call(this, a);
68
+ this.va = a;
69
69
  };
70
- GeographicPolylineSeries.prototype.qd = function () {
70
+ GeographicPolylineSeries.prototype.t2 = function () {
71
71
  var a = new ScatterPolylineSeries();
72
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rp));
72
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ve));
73
73
  return a;
74
74
  };
75
- GeographicPolylineSeries.prototype.rp = function (a, b) {
75
+ GeographicPolylineSeries.prototype.ve = function (a, b) {
76
76
  if (this.styleShape != null) {
77
77
  this.styleShape(this, b);
78
78
  }
79
79
  };
80
- GeographicPolylineSeries.prototype.l9 = function (a, b, c, d) {
81
- _super.prototype.l9.call(this, a, b, c, d);
80
+ GeographicPolylineSeries.prototype.o8 = function (a, b, c, d) {
81
+ _super.prototype.o8.call(this, a, b, c, d);
82
82
  switch (b) {
83
83
  case GeographicPolylineSeries.$$p[1]:
84
- this.rl.cj();
84
+ this.va.cm();
85
85
  break;
86
86
  case GeographicPolylineSeries.$$p[0]:
87
- this.rl.ck();
87
+ this.va.cn();
88
88
  break;
89
89
  }
90
90
  };
91
91
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
92
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rs:rq', [Style.$, null], 'ShapeStyleSelector:rk:rr', [StyleSelector.$, null]]);
92
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vh:vf', [Style.$, null], 'ShapeStyleSelector:u9:vg', [StyleSelector.$, null]]);
93
93
  return GeographicPolylineSeries;
94
94
  }(GeographicShapeSeriesBase));
95
95
  export { GeographicPolylineSeries };
@@ -14,8 +14,8 @@ var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (fu
14
14
  __extends(GeographicProportionalSymbolSeriesBaseView, _super);
15
15
  function GeographicProportionalSymbolSeriesBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ce = null;
18
- _this.ce = a;
17
+ _this.ch = null;
18
+ _this.ch = a;
19
19
  return _this;
20
20
  }
21
21
  GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
@@ -21,108 +21,108 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
21
21
  __extends(GeographicProportionalSymbolSeriesView, _super);
22
22
  function GeographicProportionalSymbolSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
24
- _this.ce = null;
25
- _this.ce = a;
24
+ _this.ch = null;
25
+ _this.ch = a;
26
26
  return _this;
27
27
  }
28
- GeographicProportionalSymbolSeriesView.prototype.as = function () {
29
- _super.prototype.as.call(this);
28
+ GeographicProportionalSymbolSeriesView.prototype.au = function () {
29
+ _super.prototype.au.call(this);
30
30
  if (!this.q) {
31
31
  }
32
32
  };
33
- GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
34
- _super.prototype.b2.call(this);
35
- var a = this.ce.qe;
36
- a.tr = this.ce.sd;
37
- a.tz = this.ce.sb;
38
- a.ql = this.ce.qo;
39
- a.q7 = this.ce.q4;
40
- a.qq = this.ce.qp;
41
- a.vv = this.ce.rx;
42
- a.wl = this.ce.si;
43
- a.vl = this.ce.rp;
44
- a.wb = this.ce.r9;
45
- a.v6 = this.ce.r1;
46
- a.vi = this.ce.rm;
47
- a.vt = this.ce.rt;
48
- a.vu = this.ce.rw;
49
- a.v0 = this.ce.rz;
50
- a.vz = this.ce.ry;
51
- };
52
- GeographicProportionalSymbolSeriesView.prototype.cn = function () {
53
- this.ce.qe.tr = this.ce.sd;
54
- };
55
- GeographicProportionalSymbolSeriesView.prototype.cm = function () {
56
- this.ce.qe.tz = this.ce.sb;
57
- };
58
- GeographicProportionalSymbolSeriesView.prototype.cs = function () {
59
- this.ce.qe.ql = this.ce.qo;
33
+ GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
34
+ _super.prototype.b5.call(this);
35
+ var a = this.ch.t3;
36
+ a.xl = this.ch.v2;
37
+ a.xt = this.ch.v0;
38
+ a.ua = this.ch.ud;
39
+ a.uw = this.ch.ut;
40
+ a.uf = this.ch.ue;
41
+ a.zt = this.ch.vm;
42
+ a.aaj = this.ch.v7;
43
+ a.zj = this.ch.ve;
44
+ a.z9 = this.ch.vy;
45
+ a.z4 = this.ch.vq;
46
+ a.zg = this.ch.vb;
47
+ a.zr = this.ch.vi;
48
+ a.zs = this.ch.vl;
49
+ a.zy = this.ch.vo;
50
+ a.zx = this.ch.vn;
60
51
  };
61
52
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
62
- this.ce.qe.q7 = this.ce.q4;
53
+ this.ch.t3.xl = this.ch.v2;
63
54
  };
64
- GeographicProportionalSymbolSeriesView.prototype.cr = function () {
65
- this.ce.qe.qq = this.ce.qp;
55
+ GeographicProportionalSymbolSeriesView.prototype.cp = function () {
56
+ this.ch.t3.xt = this.ch.v0;
57
+ };
58
+ GeographicProportionalSymbolSeriesView.prototype.cv = function () {
59
+ this.ch.t3.ua = this.ch.ud;
66
60
  };
67
61
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
68
- this.ce.qe.tb = this.ce.qq;
62
+ this.ch.t3.uw = this.ch.ut;
69
63
  };
70
- GeographicProportionalSymbolSeriesView.prototype.cv = function () {
71
- this.ce.qe.xAxis = this.ce.ce.t7;
64
+ GeographicProportionalSymbolSeriesView.prototype.cu = function () {
65
+ this.ch.t3.uf = this.ch.ue;
72
66
  };
73
67
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
74
- this.ce.qe.yAxis = this.ce.ce.t9;
68
+ this.ch.t3.w1 = this.ch.uf;
75
69
  };
76
- GeographicProportionalSymbolSeriesView.prototype.cu = function () {
77
- var a = this.ce.qe;
78
- if (this.ce.ce == null) {
70
+ GeographicProportionalSymbolSeriesView.prototype.cy = function () {
71
+ this.ch.t3.xAxis = this.ch.cy.ua;
72
+ };
73
+ GeographicProportionalSymbolSeriesView.prototype.cz = function () {
74
+ this.ch.t3.yAxis = this.ch.cy.uc;
75
+ };
76
+ GeographicProportionalSymbolSeriesView.prototype.cx = function () {
77
+ var a = this.ch.t3;
78
+ if (this.ch.cy == null) {
79
79
  a.xAxis = null;
80
80
  a.yAxis = null;
81
81
  return;
82
82
  }
83
- a.xAxis = this.ce.ce.t7;
84
- a.yAxis = this.ce.ce.t9;
83
+ a.xAxis = this.ch.cy.ua;
84
+ a.yAxis = this.ch.cy.uc;
85
85
  };
86
- GeographicProportionalSymbolSeriesView.prototype.co = function () {
87
- this.ce.qe.rn = this.ce.ri;
86
+ GeographicProportionalSymbolSeriesView.prototype.cr = function () {
87
+ this.ch.t3.vc = this.ch.u7;
88
88
  };
89
- GeographicProportionalSymbolSeriesView.prototype.cp = function () {
90
- this.ce.qe.ro = this.ce.rj;
89
+ GeographicProportionalSymbolSeriesView.prototype.cs = function () {
90
+ this.ch.t3.vd = this.ch.u8;
91
91
  };
92
- GeographicProportionalSymbolSeriesView.prototype.cx = function () {
93
- this.ce.qe.wl = this.ce.si;
92
+ GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
93
+ this.ch.t3.aaj = this.ch.v7;
94
94
  };
95
- GeographicProportionalSymbolSeriesView.prototype.cy = function () {
96
- this.ce.qe.vl = this.ce.rp;
97
- this.ce.qe.vv = this.ce.rx;
95
+ GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
96
+ this.ch.t3.zj = this.ch.ve;
97
+ this.ch.t3.zt = this.ch.vm;
98
98
  };
99
- GeographicProportionalSymbolSeriesView.prototype.ci = function () {
100
- this.ce.qe.wb = this.ce.r9;
99
+ GeographicProportionalSymbolSeriesView.prototype.cl = function () {
100
+ this.ch.t3.z9 = this.ch.vy;
101
101
  };
102
- GeographicProportionalSymbolSeriesView.prototype.cg = function () {
103
- this.ce.qe.vi = this.ce.rm;
104
- this.ce.qe.vt = this.ce.rt;
105
- this.ce.qe.vu = this.ce.rw;
106
- this.ce.qe.v0 = this.ce.rz;
107
- this.ce.qe.vz = this.ce.ry;
102
+ GeographicProportionalSymbolSeriesView.prototype.cj = function () {
103
+ this.ch.t3.zg = this.ch.vb;
104
+ this.ch.t3.zr = this.ch.vi;
105
+ this.ch.t3.zs = this.ch.vl;
106
+ this.ch.t3.zy = this.ch.vo;
107
+ this.ch.t3.zx = this.ch.vn;
108
108
  };
109
- GeographicProportionalSymbolSeriesView.prototype.cf = function () {
110
- this.ce.qe.v6 = this.ce.r1;
109
+ GeographicProportionalSymbolSeriesView.prototype.ci = function () {
110
+ this.ch.t3.z4 = this.ch.vq;
111
111
  };
112
- GeographicProportionalSymbolSeriesView.prototype.cz = function () {
113
- this.ce.qe.vv = this.ce.rx;
112
+ GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
113
+ this.ch.t3.zt = this.ch.vm;
114
114
  };
115
- GeographicProportionalSymbolSeriesView.prototype.ch = function () {
116
- this.ce.qe.vt = this.ce.rt;
115
+ GeographicProportionalSymbolSeriesView.prototype.ck = function () {
116
+ this.ch.t3.zr = this.ch.vi;
117
117
  };
118
- GeographicProportionalSymbolSeriesView.prototype.cl = function () {
119
- this.ce.qe.vu = this.ce.rw;
118
+ GeographicProportionalSymbolSeriesView.prototype.co = function () {
119
+ this.ch.t3.zs = this.ch.vl;
120
120
  };
121
- GeographicProportionalSymbolSeriesView.prototype.ck = function () {
122
- this.ce.qe.v0 = this.ce.rz;
121
+ GeographicProportionalSymbolSeriesView.prototype.cn = function () {
122
+ this.ch.t3.zy = this.ch.vo;
123
123
  };
124
- GeographicProportionalSymbolSeriesView.prototype.cj = function () {
125
- this.ce.qe.vz = this.ce.ry;
124
+ GeographicProportionalSymbolSeriesView.prototype.cm = function () {
125
+ this.ch.t3.zx = this.ch.vn;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
@@ -135,125 +135,125 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
135
135
  __extends(GeographicProportionalSymbolSeries, _super);
136
136
  function GeographicProportionalSymbolSeries() {
137
137
  var _this = _super.call(this) || this;
138
- _this.rn = null;
139
- _this.rs = false;
140
- _this.rr = false;
138
+ _this.vc = null;
139
+ _this.vh = false;
140
+ _this.vg = false;
141
141
  _this.assigningScatterStyle = null;
142
142
  _this.assigningScatterMarkerStyle = null;
143
143
  _this.ab = GeographicProportionalSymbolSeries.$;
144
144
  return _this;
145
145
  }
146
- GeographicProportionalSymbolSeries.prototype.get_c5 = function () {
146
+ GeographicProportionalSymbolSeries.prototype.get_dx = function () {
147
147
  return true;
148
148
  };
149
- GeographicProportionalSymbolSeries.prototype.by = function () {
149
+ GeographicProportionalSymbolSeries.prototype.cg = function () {
150
150
  return new GeographicProportionalSymbolSeriesView(this);
151
151
  };
152
- GeographicProportionalSymbolSeries.prototype.l4 = function (a) {
153
- _super.prototype.l4.call(this, a);
154
- this.rq = a;
152
+ GeographicProportionalSymbolSeries.prototype.o0 = function (a) {
153
+ _super.prototype.o0.call(this, a);
154
+ this.vf = a;
155
155
  };
156
- GeographicProportionalSymbolSeries.prototype.g0 = function () {
156
+ GeographicProportionalSymbolSeries.prototype.iq = function () {
157
157
  return 0.7;
158
158
  };
159
- GeographicProportionalSymbolSeries.prototype.qd = function () {
159
+ GeographicProportionalSymbolSeries.prototype.t2 = function () {
160
160
  return new BubbleSeries();
161
161
  };
162
- GeographicProportionalSymbolSeries.prototype.get_d0 = function () {
162
+ GeographicProportionalSymbolSeries.prototype.get_es = function () {
163
163
  return true;
164
164
  };
165
- GeographicProportionalSymbolSeries.prototype.l9 = function (a, b, c, d) {
166
- _super.prototype.l9.call(this, a, b, c, d);
165
+ GeographicProportionalSymbolSeries.prototype.o8 = function (a, b, c, d) {
166
+ _super.prototype.o8.call(this, a, b, c, d);
167
167
  switch (b) {
168
168
  case "SeriesViewer":
169
- this.rq.cu();
169
+ this.vf.cx();
170
170
  break;
171
171
  case GeographicProportionalSymbolSeries.$$p[9]:
172
- this.rq.cn();
172
+ this.vf.cq();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[8]:
175
- this.rq.cm();
175
+ this.vf.cp();
176
176
  break;
177
177
  case "XAxis":
178
- this.rq.cv();
178
+ this.vf.cy();
179
179
  break;
180
180
  case "YAxis":
181
- this.rq.cw();
181
+ this.vf.cz();
182
182
  break;
183
183
  case GeographicProportionalSymbolSeries.$$p[13]:
184
- this.rq.cx();
184
+ this.vf.c0();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[14]:
187
- this.rq.cy();
187
+ this.vf.c1();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[15]:
190
- this.rq.cz();
190
+ this.vf.c2();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[7]:
193
- this.rq.ci();
193
+ this.vf.cl();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[0]:
196
- this.rq.cf();
196
+ this.vf.ci();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[1]:
199
- this.rq.cg();
199
+ this.vf.cj();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[2]:
202
- this.rq.ch();
202
+ this.vf.ck();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[12]:
205
- this.rq.cl();
205
+ this.vf.co();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[11]:
208
- this.rq.ck();
208
+ this.vf.cn();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[10]:
211
- this.rq.cj();
211
+ this.vf.cm();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[4]:
214
- this.qe.st = this.rv;
215
- this.rs = this.rv;
216
- if (this.rv) {
217
- var e = this.qe;
218
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sn));
214
+ this.t3.wi = this.vk;
215
+ this.vh = this.vk;
216
+ if (this.vk) {
217
+ var e = this.t3;
218
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wc));
219
219
  }
220
220
  else {
221
- var f = this.qe;
222
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sn));
221
+ var f = this.t3;
222
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wc));
223
223
  }
224
224
  break;
225
225
  case GeographicProportionalSymbolSeries.$$p[3]:
226
- this.qe.ss = this.ru;
227
- this.rr = this.ru;
228
- if (this.rv) {
229
- var g = this.qe;
230
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.sm));
226
+ this.t3.wh = this.vj;
227
+ this.vg = this.vj;
228
+ if (this.vk) {
229
+ var g = this.t3;
230
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wb));
231
231
  }
232
232
  else {
233
- var h = this.qe;
234
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.sm));
233
+ var h = this.t3;
234
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wb));
235
235
  }
236
236
  break;
237
237
  case GeographicProportionalSymbolSeries.$$p[5]:
238
- this.qe.sh = this.ro;
238
+ this.t3.v6 = this.vd;
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[6]:
241
- this.qe.ta = this.r0;
241
+ this.t3.w0 = this.vp;
242
242
  break;
243
243
  }
244
244
  };
245
- GeographicProportionalSymbolSeries.prototype.sn = function (a, b) {
245
+ GeographicProportionalSymbolSeries.prototype.wc = function (a, b) {
246
246
  if (this.assigningScatterStyle != null) {
247
247
  this.assigningScatterStyle(this, b);
248
248
  }
249
249
  };
250
- GeographicProportionalSymbolSeries.prototype.sm = function (a, b) {
250
+ GeographicProportionalSymbolSeries.prototype.wb = function (a, b) {
251
251
  if (this.assigningScatterMarkerStyle != null) {
252
252
  this.assigningScatterMarkerStyle(this, b);
253
253
  }
254
254
  };
255
255
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
256
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:r1:so', [2], 'FillScale:rm:sp', [BrushScale.$], 'FillScaleUseGlobalValues:rt:sq', [0, false], 'IsCustomScatterMarkerStyleAllowed:ru:sr', [0, false], 'IsCustomScatterStyleAllowed:rv:ss', [0, false], 'ItemSearchMode:ro:st', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:r0:su', [1, 10000], 'LabelMemberPath:r9:sv', [2], 'LatitudeMemberPath:sb:sw', [2, null], 'LongitudeMemberPath:sd:sx', [2, null], 'MarkerBrushBrightness:ry:sy', [1, NaN], 'MarkerOutlineBrightness:rz:sz', [1, NaN], 'MarkerOutlineUsesFillScale:rw:s0', [0, false], 'RadiusMemberPath:si:s1', [2, null], 'RadiusScale:rp:s2', [SizeScale.$], 'RadiusScaleUseGlobalValues:rx:s3', [0, false]]);
256
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vq:wd', [2], 'FillScale:vb:we', [BrushScale.$], 'FillScaleUseGlobalValues:vi:wf', [0, false], 'IsCustomScatterMarkerStyleAllowed:vj:wg', [0, false], 'IsCustomScatterStyleAllowed:vk:wh', [0, false], 'ItemSearchMode:vd:wi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vp:wj', [1, 10000], 'LabelMemberPath:vy:wk', [2], 'LatitudeMemberPath:v0:wl', [2, null], 'LongitudeMemberPath:v2:wm', [2, null], 'MarkerBrushBrightness:vn:wn', [1, NaN], 'MarkerOutlineBrightness:vo:wo', [1, NaN], 'MarkerOutlineUsesFillScale:vl:wp', [0, false], 'RadiusMemberPath:v7:wq', [2, null], 'RadiusScale:ve:wr', [SizeScale.$], 'RadiusScaleUseGlobalValues:vm:ws', [0, false]]);
257
257
  return GeographicProportionalSymbolSeries;
258
258
  }(GeographicMarkerSeries));
259
259
  export { GeographicProportionalSymbolSeries };
@@ -14,8 +14,8 @@ var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_
14
14
  __extends(GeographicShapeSeriesBaseBaseView, _super);
15
15
  function GeographicShapeSeriesBaseBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ce = null;
18
- _this.ce = a;
17
+ _this.ch = null;
18
+ _this.ch = a;
19
19
  return _this;
20
20
  }
21
21
  GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);