igniteui-angular-maps 19.0.0 → 19.1.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 +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  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 +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  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 +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +1710 -1710
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +121 -121
  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.w0;
28
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xo));
27
+ var a = _this.w5;
28
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xt));
29
29
  return _this;
30
30
  }
31
- GeographicMarkerSeries.prototype.sz = function () {
32
- return this.xp;
31
+ GeographicMarkerSeries.prototype.s3 = function () {
32
+ return this.xu;
33
33
  };
34
- GeographicMarkerSeries.prototype.vl = function () {
35
- return this.x2;
34
+ GeographicMarkerSeries.prototype.vq = function () {
35
+ return this.x7;
36
36
  };
37
- GeographicMarkerSeries.prototype.vm = function () {
38
- return this.x3;
37
+ GeographicMarkerSeries.prototype.vr = function () {
38
+ return this.x8;
39
39
  };
40
- GeographicMarkerSeries.prototype.io = function () {
41
- return this.xb;
40
+ GeographicMarkerSeries.prototype.ip = function () {
41
+ return this.xg;
42
42
  };
43
- GeographicMarkerSeries.prototype.ma = function () {
44
- var a = typeCast(MarkerSeries.$, this.w0);
43
+ GeographicMarkerSeries.prototype.mc = function () {
44
+ var a = typeCast(MarkerSeries.$, this.w5);
45
45
  if (a == null) {
46
46
  return "Unknown";
47
47
  }
48
- return a.ma();
48
+ return a.mc();
49
49
  };
50
- GeographicMarkerSeries.prototype.xo = function (a, b) {
51
- var c = typeCast(MarkerSeries.$, this.w0);
50
+ GeographicMarkerSeries.prototype.xt = function (a, b) {
51
+ var c = typeCast(MarkerSeries.$, this.w5);
52
52
  if (c == null) {
53
53
  return;
54
54
  }
55
55
  if (b.propertyName == "ActualMarkerTemplate") {
56
- this.xp = c.x0;
56
+ this.xu = c.x5;
57
57
  }
58
58
  else if (b.propertyName == "ActualMarkerOutline") {
59
- this.x3 = c.yi;
59
+ this.x8 = c.yn;
60
60
  }
61
61
  else if (b.propertyName == "ActualMarkerBrush") {
62
- this.x2 = c.yh;
62
+ this.x7 = c.ym;
63
63
  }
64
64
  };
65
- GeographicMarkerSeries.prototype.q9 = function (a, b, c, d) {
66
- _super.prototype.q9.call(this, a, b, c, d);
65
+ GeographicMarkerSeries.prototype.rc = function (a, b, c, d) {
66
+ _super.prototype.rc.call(this, a, b, c, d);
67
67
  switch (b) {
68
68
  case GeographicMarkerSeries.$$p[3]:
69
- this.w0.yj = this.x4;
69
+ this.w5.yo = this.x9;
70
70
  break;
71
71
  case GeographicMarkerSeries.$$p[6]:
72
- this.w0.yk = this.x5;
72
+ this.w5.yp = this.ya;
73
73
  break;
74
74
  case GeographicMarkerSeries.$$p[5]:
75
- this.w0.w4 = this.w9;
75
+ this.w5.w9 = this.xe;
76
76
  break;
77
77
  case GeographicMarkerSeries.$$p[4]:
78
- this.w0.w0 = this.w8;
78
+ this.w5.w5 = this.xd;
79
79
  break;
80
80
  case GeographicMarkerSeries.$$p[9]:
81
- this.w0.xa = this.xa;
81
+ this.w5.xf = this.xf;
82
82
  break;
83
83
  case GeographicMarkerSeries.$$p[7]:
84
- this.w0.x2 = this.xq;
84
+ this.w5.x7 = this.xv;
85
85
  break;
86
86
  case GeographicMarkerSeries.$$p[8]:
87
- this.w0.xj = this.xb;
87
+ this.w5.xo = this.xg;
88
88
  break;
89
89
  case GeographicMarkerSeries.$$p[10]:
90
- this.w0.z9 = this.xc;
90
+ this.w5.aae = this.xh;
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
95
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x2:xr', [Brush.$], 'ActualMarkerOutline:x3:xs', [Brush.$], 'ActualMarkerTemplate:xp:xt', [DataTemplate.$, null], 'MarkerBrush:x4:xu', [Brush.$], 'MarkerFillMode:w8:xv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w9:xw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:x5:xx', [Brush.$], 'MarkerTemplate:xq:xy', [DataTemplate.$, null], 'MarkerThickness:xb:xz', [1, DeviceUtils.g(2)], 'MarkerType:xa:x0', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xc:x1', [1, 400]]);
95
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x7:xw', [Brush.$], 'ActualMarkerOutline:x8:xx', [Brush.$], 'ActualMarkerTemplate:xu:xy', [DataTemplate.$, null], 'MarkerBrush:x9:xz', [Brush.$], 'MarkerFillMode:xd:x0', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xe:x1', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ya:x2', [Brush.$], 'MarkerTemplate:xv:x3', [DataTemplate.$, null], 'MarkerThickness:xg:x4', [1, DeviceUtils.g(2)], 'MarkerType:xf:x5', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xh:x6', [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.cl = null;
25
- _this.cl = a;
24
+ _this.cy = null;
25
+ _this.cy = a;
26
26
  return _this;
27
27
  }
28
- GeographicPolylineSeriesView.prototype.au = function () {
29
- _super.prototype.au.call(this);
30
- if (!this.q) {
31
- this.cl.jp = Defaults.n;
28
+ GeographicPolylineSeriesView.prototype.a4 = function () {
29
+ _super.prototype.a4.call(this);
30
+ if (!this.t) {
31
+ this.cy.jq = Defaults.aa;
32
32
  }
33
33
  };
34
- GeographicPolylineSeriesView.prototype.b5 = function () {
35
- _super.prototype.b5.call(this);
36
- this.cl.w0.z8 = this.cl.yf;
37
- this.cl.w0.aad = this.cl.yn;
34
+ GeographicPolylineSeriesView.prototype.ci = function () {
35
+ _super.prototype.ci.call(this);
36
+ this.cy.w5.aad = this.cy.yk;
37
+ this.cy.w5.aai = this.cy.ys;
38
38
  };
39
- GeographicPolylineSeriesView.prototype.cm = function () {
40
- this.cl.w0.z8 = this.cl.yf;
39
+ GeographicPolylineSeriesView.prototype.cz = function () {
40
+ this.cy.w5.aad = this.cy.yk;
41
41
  };
42
- GeographicPolylineSeriesView.prototype.cn = function () {
43
- this.cl.w0.aad = this.cl.yn;
42
+ GeographicPolylineSeriesView.prototype.c0 = function () {
43
+ this.cy.w5.aai = this.cy.ys;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
@@ -57,42 +57,42 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  _this.ab = GeographicPolylineSeries.$;
58
58
  return _this;
59
59
  }
60
- GeographicPolylineSeries.prototype.bj = function () {
60
+ GeographicPolylineSeries.prototype.bk = function () {
61
61
  return new GeographicPolylineSeries();
62
62
  };
63
- GeographicPolylineSeries.prototype.get_fr = function () {
63
+ GeographicPolylineSeries.prototype.get_fs = function () {
64
64
  return true;
65
65
  };
66
- GeographicPolylineSeries.prototype.cs = function () {
66
+ GeographicPolylineSeries.prototype.ct = function () {
67
67
  return new GeographicPolylineSeriesView(this);
68
68
  };
69
- GeographicPolylineSeries.prototype.q1 = function (a) {
70
- _super.prototype.q1.call(this, a);
71
- this.yg = a;
69
+ GeographicPolylineSeries.prototype.q3 = function (a) {
70
+ _super.prototype.q3.call(this, a);
71
+ this.yl = a;
72
72
  };
73
- GeographicPolylineSeries.prototype.wz = function () {
73
+ GeographicPolylineSeries.prototype.w4 = function () {
74
74
  var a = new ScatterPolylineSeries();
75
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yk));
75
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yp));
76
76
  return a;
77
77
  };
78
- GeographicPolylineSeries.prototype.yk = function (a, b) {
78
+ GeographicPolylineSeries.prototype.yp = function (a, b) {
79
79
  if (this.styleShape != null) {
80
80
  this.styleShape(this, b);
81
81
  }
82
82
  };
83
- GeographicPolylineSeries.prototype.q9 = function (a, b, c, d) {
84
- _super.prototype.q9.call(this, a, b, c, d);
83
+ GeographicPolylineSeries.prototype.rc = function (a, b, c, d) {
84
+ _super.prototype.rc.call(this, a, b, c, d);
85
85
  switch (b) {
86
86
  case GeographicPolylineSeries.$$p[1]:
87
- this.yg.cm();
87
+ this.yl.cz();
88
88
  break;
89
89
  case GeographicPolylineSeries.$$p[0]:
90
- this.yg.cn();
90
+ this.yl.c0();
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
95
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yn:yl', [Style.$, null], 'ShapeStyleSelector:yf:ym', [StyleSelector.$, null]]);
95
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:ys:yq', [Style.$, null], 'ShapeStyleSelector:yk:yr', [StyleSelector.$, null]]);
96
96
  return GeographicPolylineSeries;
97
97
  }(GeographicShapeSeriesBase));
98
98
  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.ch = null;
18
- _this.ch = a;
17
+ _this.cu = null;
18
+ _this.cu = 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.ch = null;
25
- _this.ch = a;
24
+ _this.cu = null;
25
+ _this.cu = a;
26
26
  return _this;
27
27
  }
28
- GeographicProportionalSymbolSeriesView.prototype.au = function () {
29
- _super.prototype.au.call(this);
30
- if (!this.q) {
28
+ GeographicProportionalSymbolSeriesView.prototype.a4 = function () {
29
+ _super.prototype.a4.call(this);
30
+ if (!this.t) {
31
31
  }
32
32
  };
33
- GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
34
- _super.prototype.b5.call(this);
35
- var a = this.ch.w0;
36
- a.aat = this.ch.yz;
37
- a.aa1 = this.ch.yx;
38
- a.xa = this.ch.xa;
39
- a.x2 = this.ch.xq;
40
- a.xj = this.ch.xb;
41
- a.ac3 = this.ch.yj;
42
- a.adt = this.ch.y4;
43
- a.acs = this.ch.yb;
44
- a.adj = this.ch.yv;
45
- a.ade = this.ch.yn;
46
- a.acp = this.ch.x8;
47
- a.ac1 = this.ch.yf;
48
- a.ac2 = this.ch.yi;
49
- a.ac8 = this.ch.yl;
50
- a.ac7 = this.ch.yk;
51
- };
52
- GeographicProportionalSymbolSeriesView.prototype.cq = function () {
53
- this.ch.w0.aat = this.ch.yz;
54
- };
55
- GeographicProportionalSymbolSeriesView.prototype.cp = function () {
56
- this.ch.w0.aa1 = this.ch.yx;
33
+ GeographicProportionalSymbolSeriesView.prototype.ci = function () {
34
+ _super.prototype.ci.call(this);
35
+ var a = this.cu.w5;
36
+ a.aay = this.cu.y4;
37
+ a.aa6 = this.cu.y2;
38
+ a.xf = this.cu.xf;
39
+ a.x7 = this.cu.xv;
40
+ a.xo = this.cu.xg;
41
+ a.ac8 = this.cu.yo;
42
+ a.ady = this.cu.y9;
43
+ a.acx = this.cu.yg;
44
+ a.ado = this.cu.y0;
45
+ a.adj = this.cu.ys;
46
+ a.acu = this.cu.yd;
47
+ a.ac6 = this.cu.yk;
48
+ a.ac7 = this.cu.yn;
49
+ a.add = this.cu.yq;
50
+ a.adc = this.cu.yp;
51
+ };
52
+ GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
53
+ this.cu.w5.aay = this.cu.y4;
57
54
  };
58
- GeographicProportionalSymbolSeriesView.prototype.cv = function () {
59
- this.ch.w0.xa = this.ch.xa;
55
+ GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
56
+ this.cu.w5.aa6 = this.cu.y2;
60
57
  };
61
- GeographicProportionalSymbolSeriesView.prototype.ct = function () {
62
- this.ch.w0.x2 = this.ch.xq;
58
+ GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
59
+ this.cu.w5.xf = this.cu.xf;
63
60
  };
64
- GeographicProportionalSymbolSeriesView.prototype.cu = function () {
65
- this.ch.w0.xj = this.ch.xb;
61
+ GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
62
+ this.cu.w5.x7 = this.cu.xv;
66
63
  };
67
- GeographicProportionalSymbolSeriesView.prototype.cw = function () {
68
- this.ch.w0.z9 = this.ch.xc;
64
+ GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
65
+ this.cu.w5.xo = this.cu.xg;
69
66
  };
70
- GeographicProportionalSymbolSeriesView.prototype.cy = function () {
71
- this.ch.w0.xAxis = this.ch.db.ws;
67
+ GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
68
+ this.cu.w5.aae = this.cu.xh;
72
69
  };
73
- GeographicProportionalSymbolSeriesView.prototype.cz = function () {
74
- this.ch.w0.yAxis = this.ch.db.wu;
70
+ GeographicProportionalSymbolSeriesView.prototype.db = function () {
71
+ this.cu.w5.xAxis = this.cu.dc.w7;
75
72
  };
76
- GeographicProportionalSymbolSeriesView.prototype.cx = function () {
77
- var a = this.ch.w0;
78
- if (this.ch.db == null) {
73
+ GeographicProportionalSymbolSeriesView.prototype.dc = function () {
74
+ this.cu.w5.yAxis = this.cu.dc.w9;
75
+ };
76
+ GeographicProportionalSymbolSeriesView.prototype.da = function () {
77
+ var a = this.cu.w5;
78
+ if (this.cu.dc == null) {
79
79
  a.xAxis = null;
80
80
  a.yAxis = null;
81
81
  return;
82
82
  }
83
- a.xAxis = this.ch.db.ws;
84
- a.yAxis = this.ch.db.wu;
83
+ a.xAxis = this.cu.dc.w7;
84
+ a.yAxis = this.cu.dc.w9;
85
85
  };
86
- GeographicProportionalSymbolSeriesView.prototype.cr = function () {
87
- this.ch.w0.yj = this.ch.x4;
86
+ GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
87
+ this.cu.w5.yo = this.cu.x9;
88
88
  };
89
- GeographicProportionalSymbolSeriesView.prototype.cs = function () {
90
- this.ch.w0.yk = this.ch.x5;
89
+ GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
90
+ this.cu.w5.yp = this.cu.ya;
91
91
  };
92
- GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
93
- this.ch.w0.adt = this.ch.y4;
92
+ GeographicProportionalSymbolSeriesView.prototype.dd = function () {
93
+ this.cu.w5.ady = this.cu.y9;
94
94
  };
95
- GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
96
- this.ch.w0.acs = this.ch.yb;
97
- this.ch.w0.ac3 = this.ch.yj;
95
+ GeographicProportionalSymbolSeriesView.prototype.de = function () {
96
+ this.cu.w5.acx = this.cu.yg;
97
+ this.cu.w5.ac8 = this.cu.yo;
98
98
  };
99
- GeographicProportionalSymbolSeriesView.prototype.cl = function () {
100
- this.ch.w0.adj = this.ch.yv;
99
+ GeographicProportionalSymbolSeriesView.prototype.cy = function () {
100
+ this.cu.w5.ado = this.cu.y0;
101
101
  };
102
- GeographicProportionalSymbolSeriesView.prototype.cj = function () {
103
- this.ch.w0.acp = this.ch.x8;
104
- this.ch.w0.ac1 = this.ch.yf;
105
- this.ch.w0.ac2 = this.ch.yi;
106
- this.ch.w0.ac8 = this.ch.yl;
107
- this.ch.w0.ac7 = this.ch.yk;
102
+ GeographicProportionalSymbolSeriesView.prototype.cw = function () {
103
+ this.cu.w5.acu = this.cu.yd;
104
+ this.cu.w5.ac6 = this.cu.yk;
105
+ this.cu.w5.ac7 = this.cu.yn;
106
+ this.cu.w5.add = this.cu.yq;
107
+ this.cu.w5.adc = this.cu.yp;
108
108
  };
109
- GeographicProportionalSymbolSeriesView.prototype.ci = function () {
110
- this.ch.w0.ade = this.ch.yn;
109
+ GeographicProportionalSymbolSeriesView.prototype.cv = function () {
110
+ this.cu.w5.adj = this.cu.ys;
111
111
  };
112
- GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
113
- this.ch.w0.ac3 = this.ch.yj;
112
+ GeographicProportionalSymbolSeriesView.prototype.df = function () {
113
+ this.cu.w5.ac8 = this.cu.yo;
114
114
  };
115
- GeographicProportionalSymbolSeriesView.prototype.ck = function () {
116
- this.ch.w0.ac1 = this.ch.yf;
115
+ GeographicProportionalSymbolSeriesView.prototype.cx = function () {
116
+ this.cu.w5.ac6 = this.cu.yk;
117
117
  };
118
- GeographicProportionalSymbolSeriesView.prototype.co = function () {
119
- this.ch.w0.ac2 = this.ch.yi;
118
+ GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
119
+ this.cu.w5.ac7 = this.cu.yn;
120
120
  };
121
- GeographicProportionalSymbolSeriesView.prototype.cn = function () {
122
- this.ch.w0.ac8 = this.ch.yl;
121
+ GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
122
+ this.cu.w5.add = this.cu.yq;
123
123
  };
124
- GeographicProportionalSymbolSeriesView.prototype.cm = function () {
125
- this.ch.w0.ac7 = this.ch.yk;
124
+ GeographicProportionalSymbolSeriesView.prototype.cz = function () {
125
+ this.cu.w5.adc = this.cu.yp;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
@@ -135,128 +135,128 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
135
135
  __extends(GeographicProportionalSymbolSeries, _super);
136
136
  function GeographicProportionalSymbolSeries() {
137
137
  var _this = _super.call(this) || this;
138
- _this.x9 = null;
139
- _this.ye = false;
140
- _this.yd = false;
138
+ _this.ye = null;
139
+ _this.yj = false;
140
+ _this.yi = 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.bj = function () {
146
+ GeographicProportionalSymbolSeries.prototype.bk = function () {
147
147
  return new GeographicProportionalSymbolSeries();
148
148
  };
149
- GeographicProportionalSymbolSeries.prototype.get_ei = function () {
149
+ GeographicProportionalSymbolSeries.prototype.get_ek = function () {
150
150
  return true;
151
151
  };
152
- GeographicProportionalSymbolSeries.prototype.cs = function () {
152
+ GeographicProportionalSymbolSeries.prototype.ct = function () {
153
153
  return new GeographicProportionalSymbolSeriesView(this);
154
154
  };
155
- GeographicProportionalSymbolSeries.prototype.q1 = function (a) {
156
- _super.prototype.q1.call(this, a);
157
- this.yc = a;
155
+ GeographicProportionalSymbolSeries.prototype.q3 = function (a) {
156
+ _super.prototype.q3.call(this, a);
157
+ this.yh = a;
158
158
  };
159
- GeographicProportionalSymbolSeries.prototype.jl = function () {
159
+ GeographicProportionalSymbolSeries.prototype.jm = function () {
160
160
  return 0.7;
161
161
  };
162
- GeographicProportionalSymbolSeries.prototype.wz = function () {
162
+ GeographicProportionalSymbolSeries.prototype.w4 = function () {
163
163
  return new BubbleSeries();
164
164
  };
165
- GeographicProportionalSymbolSeries.prototype.get_fe = function () {
165
+ GeographicProportionalSymbolSeries.prototype.get_ff = function () {
166
166
  return true;
167
167
  };
168
- GeographicProportionalSymbolSeries.prototype.q9 = function (a, b, c, d) {
169
- _super.prototype.q9.call(this, a, b, c, d);
168
+ GeographicProportionalSymbolSeries.prototype.rc = function (a, b, c, d) {
169
+ _super.prototype.rc.call(this, a, b, c, d);
170
170
  switch (b) {
171
171
  case "SeriesViewer":
172
- this.yc.cx();
172
+ this.yh.da();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[9]:
175
- this.yc.cq();
175
+ this.yh.c3();
176
176
  break;
177
177
  case GeographicProportionalSymbolSeries.$$p[8]:
178
- this.yc.cp();
178
+ this.yh.c2();
179
179
  break;
180
180
  case "XAxis":
181
- this.yc.cy();
181
+ this.yh.db();
182
182
  break;
183
183
  case "YAxis":
184
- this.yc.cz();
184
+ this.yh.dc();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[13]:
187
- this.yc.c0();
187
+ this.yh.dd();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[14]:
190
- this.yc.c1();
190
+ this.yh.de();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[15]:
193
- this.yc.c2();
193
+ this.yh.df();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[7]:
196
- this.yc.cl();
196
+ this.yh.cy();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[0]:
199
- this.yc.ci();
199
+ this.yh.cv();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[1]:
202
- this.yc.cj();
202
+ this.yh.cw();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[2]:
205
- this.yc.ck();
205
+ this.yh.cx();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[12]:
208
- this.yc.co();
208
+ this.yh.c1();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[11]:
211
- this.yc.cn();
211
+ this.yh.c0();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[10]:
214
- this.yc.cm();
214
+ this.yh.cz();
215
215
  break;
216
216
  case GeographicProportionalSymbolSeries.$$p[4]:
217
- this.w0.zp = this.yh;
218
- this.ye = this.yh;
219
- if (this.yh) {
220
- var e = this.w0;
221
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y9));
217
+ this.w5.zu = this.ym;
218
+ this.yj = this.ym;
219
+ if (this.ym) {
220
+ var e = this.w5;
221
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
222
222
  }
223
223
  else {
224
- var f = this.w0;
225
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y9));
224
+ var f = this.w5;
225
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
226
226
  }
227
227
  break;
228
228
  case GeographicProportionalSymbolSeries.$$p[3]:
229
- this.w0.zo = this.yg;
230
- this.yd = this.yg;
231
- if (this.yh) {
232
- var g = this.w0;
233
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y8));
229
+ this.w5.zt = this.yl;
230
+ this.yi = this.yl;
231
+ if (this.ym) {
232
+ var g = this.w5;
233
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
234
234
  }
235
235
  else {
236
- var h = this.w0;
237
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y8));
236
+ var h = this.w5;
237
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
238
238
  }
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[5]:
241
- this.w0.y8 = this.ya;
241
+ this.w5.zd = this.yf;
242
242
  break;
243
243
  case GeographicProportionalSymbolSeries.$$p[6]:
244
- this.w0.z8 = this.ym;
244
+ this.w5.aad = this.yr;
245
245
  break;
246
246
  }
247
247
  };
248
- GeographicProportionalSymbolSeries.prototype.y9 = function (a, b) {
248
+ GeographicProportionalSymbolSeries.prototype.ze = function (a, b) {
249
249
  if (this.assigningScatterStyle != null) {
250
250
  this.assigningScatterStyle(this, b);
251
251
  }
252
252
  };
253
- GeographicProportionalSymbolSeries.prototype.y8 = function (a, b) {
253
+ GeographicProportionalSymbolSeries.prototype.zd = function (a, b) {
254
254
  if (this.assigningScatterMarkerStyle != null) {
255
255
  this.assigningScatterMarkerStyle(this, b);
256
256
  }
257
257
  };
258
258
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
259
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yn:za', [2], 'FillScale:x8:zb', [BrushScale.$], 'FillScaleUseGlobalValues:yf:zc', [0, false], 'IsCustomScatterMarkerStyleAllowed:yg:zd', [0, false], 'IsCustomScatterStyleAllowed:yh:ze', [0, false], 'ItemSearchMode:ya:zf', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ym:zg', [1, 10000], 'LabelMemberPath:yv:zh', [2], 'LatitudeMemberPath:yx:zi', [2, null], 'LongitudeMemberPath:yz:zj', [2, null], 'MarkerBrushBrightness:yk:zk', [1, NaN], 'MarkerOutlineBrightness:yl:zl', [1, NaN], 'MarkerOutlineUsesFillScale:yi:zm', [0, false], 'RadiusMemberPath:y4:zn', [2, null], 'RadiusScale:yb:zo', [SizeScale.$], 'RadiusScaleUseGlobalValues:yj:zp', [0, false]]);
259
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ys:zf', [2], 'FillScale:yd:zg', [BrushScale.$], 'FillScaleUseGlobalValues:yk:zh', [0, false], 'IsCustomScatterMarkerStyleAllowed:yl:zi', [0, false], 'IsCustomScatterStyleAllowed:ym:zj', [0, false], 'ItemSearchMode:yf:zk', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yr:zl', [1, 10000], 'LabelMemberPath:y0:zm', [2], 'LatitudeMemberPath:y2:zn', [2, null], 'LongitudeMemberPath:y4:zo', [2, null], 'MarkerBrushBrightness:yp:zp', [1, NaN], 'MarkerOutlineBrightness:yq:zq', [1, NaN], 'MarkerOutlineUsesFillScale:yn:zr', [0, false], 'RadiusMemberPath:y9:zs', [2, null], 'RadiusScale:yg:zt', [SizeScale.$], 'RadiusScaleUseGlobalValues:yo:zu', [0, false]]);
260
260
  return GeographicProportionalSymbolSeries;
261
261
  }(GeographicMarkerSeries));
262
262
  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.ch = null;
18
- _this.ch = a;
17
+ _this.cu = null;
18
+ _this.cu = a;
19
19
  return _this;
20
20
  }
21
21
  GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);