igniteui-angular-maps 20.0.2-beta.2 → 20.0.2-beta.3

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 (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -33,19 +33,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.ci = function () {
35
35
  _super.prototype.ci.call(this);
36
- if (this.c2.xa != null) {
37
- this.c2.x2.y5 = this.c2.x5;
38
- this.c2.x2.zf = this.c2.x9;
36
+ if (this.c2.xb != null) {
37
+ this.c2.x3.y6 = this.c2.x6;
38
+ this.c2.x3.zg = this.c2.ya;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.c3 = function () {
42
- if (this.c2.x2 != null) {
43
- this.c2.x2.y5 = this.c2.x5;
42
+ if (this.c2.x3 != null) {
43
+ this.c2.x3.y6 = this.c2.x6;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.c4 = function () {
47
- if (this.c2.x2 != null) {
48
- this.c2.x2.zf = this.c2.x9;
47
+ if (this.c2.x3 != null) {
48
+ this.c2.x3.zg = this.c2.ya;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -69,69 +69,69 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
69
69
  GeographicContourLineSeries.prototype.get_fk = function () {
70
70
  return true;
71
71
  };
72
- GeographicContourLineSeries.prototype.xf = function (a, b) {
73
- _super.prototype.xf.call(this, a, b);
72
+ GeographicContourLineSeries.prototype.xg = function (a, b) {
73
+ _super.prototype.xg.call(this, a, b);
74
74
  };
75
- GeographicContourLineSeries.prototype.w9 = function () {
76
- this.x2 = new ScatterContourSeries();
77
- var a = this.x2;
78
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yc));
79
- var b = this.x2;
80
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yd));
81
- return this.x2;
75
+ GeographicContourLineSeries.prototype.xa = function () {
76
+ this.x3 = new ScatterContourSeries();
77
+ var a = this.x3;
78
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yd));
79
+ var b = this.x3;
80
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.ye));
81
+ return this.x3;
82
82
  };
83
- GeographicContourLineSeries.prototype.yc = function (a, b) {
83
+ GeographicContourLineSeries.prototype.yd = function (a, b) {
84
84
  if (this.triangulationStatusChanged != null) {
85
85
  this.triangulationStatusChanged(this, b);
86
86
  }
87
87
  };
88
- GeographicContourLineSeries.prototype.yd = function (a, b) {
89
- var c = typeCast(ScatterContourSeries.$, this.xa);
88
+ GeographicContourLineSeries.prototype.ye = function (a, b) {
89
+ var c = typeCast(ScatterContourSeries.$, this.xb);
90
90
  if (c == null) {
91
91
  return;
92
92
  }
93
93
  if (b.propertyName == "ActualFillScale") {
94
- this.x4 = c.y4;
94
+ this.x5 = c.y5;
95
95
  }
96
96
  };
97
- GeographicContourLineSeries.prototype.sp = function () {
98
- _super.prototype.sp.call(this);
97
+ GeographicContourLineSeries.prototype.sq = function () {
98
+ _super.prototype.sq.call(this);
99
99
  };
100
100
  GeographicContourLineSeries.prototype.ct = function () {
101
101
  return new GeographicContourLineSeriesView(this);
102
102
  };
103
- GeographicContourLineSeries.prototype.q7 = function (a) {
104
- _super.prototype.q7.call(this, a);
105
- this.x6 = a;
103
+ GeographicContourLineSeries.prototype.q8 = function (a) {
104
+ _super.prototype.q8.call(this, a);
105
+ this.x7 = a;
106
106
  };
107
- GeographicContourLineSeries.prototype.rg = function (a, b, c, d) {
108
- _super.prototype.rg.call(this, a, b, c, d);
107
+ GeographicContourLineSeries.prototype.rh = function (a, b, c, d) {
108
+ _super.prototype.rh.call(this, a, b, c, d);
109
109
  switch (b) {
110
110
  case GeographicContourLineSeries.$$p[1]:
111
- this.x6.c3();
111
+ this.x7.c3();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[2]:
114
- this.x6.c4();
114
+ this.x7.c4();
115
115
  break;
116
116
  case GeographicContourLineSeries.$$p[3]:
117
- this.x2.y2 = this.x1;
117
+ this.x3.y3 = this.x2;
118
118
  break;
119
119
  case "DashArray":
120
- this.x2.wc = this.wc;
120
+ this.x3.wd = this.wd;
121
121
  break;
122
122
  case "DashCap":
123
- this.x2.wd = this.wd;
123
+ this.x3.we = this.we;
124
124
  break;
125
125
  case "MiterLimit":
126
- this.x2.jk = this.jk;
126
+ this.x3.jk = this.jk;
127
127
  break;
128
128
  case "LineJoin":
129
- this.x2.wf = this.wf;
129
+ this.x3.wg = this.wg;
130
130
  break;
131
131
  }
132
132
  };
133
133
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
134
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:x4:ye', [ValueBrushScale.$, null], 'FillScale:x5:yf', [ValueBrushScale.$, null], 'ValueMemberPath:x9:yg', [2, "value"], 'ValueResolver:x1:yh', [ContourValueResolver.$, null]]);
134
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:x5:yf', [ValueBrushScale.$, null], 'FillScale:x6:yg', [ValueBrushScale.$, null], 'ValueMemberPath:ya:yh', [2, "value"], 'ValueResolver:x2:yi', [ContourValueResolver.$, null]]);
135
135
  return GeographicContourLineSeries;
136
136
  }(GeographicXYTriangulatingSeries));
137
137
  export { GeographicContourLineSeries };
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
29
29
  _super.prototype.ci.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xa);
31
- a.zj = this.cu.xz;
32
- a.zr = this.cu.xx;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xb);
31
+ a.zk = this.cu.x0;
32
+ a.zs = this.cu.xy;
33
+ a.xx = this.cu.xn;
33
34
  a.xw = this.cu.xm;
34
- a.xv = this.cu.xl;
35
- a.f9 = this.cu.xk;
35
+ a.f9 = this.cu.xl;
36
+ a.ys = this.cu.xp;
36
37
  a.yr = this.cu.xo;
37
- a.yq = this.cu.xn;
38
+ a.aaq = this.cu.yj;
38
39
  a.aap = this.cu.yi;
39
- a.aao = this.cu.yh;
40
- a.y3 = this.cu.xr;
40
+ a.y4 = this.cu.xs;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
43
- this.cu.xa.zj = this.cu.xz;
43
+ this.cu.xb.zk = this.cu.x0;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
46
- this.cu.xa.zr = this.cu.xx;
46
+ this.cu.xb.zs = this.cu.xy;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
49
- this.cu.xa.xw = this.cu.xm;
49
+ this.cu.xb.xx = this.cu.xn;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
52
- this.cu.xa.xv = this.cu.xl;
52
+ this.cu.xb.xw = this.cu.xm;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
55
- this.cu.xa.f9 = this.cu.xk;
55
+ this.cu.xb.f9 = this.cu.xl;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
58
- this.cu.xa.yr = this.cu.xo;
58
+ this.cu.xb.ys = this.cu.xp;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
61
- this.cu.xa.yq = this.cu.xn;
61
+ this.cu.xb.yr = this.cu.xo;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xa);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xb);
65
65
  if (this.cu.dc == null) {
66
- a.xf = null;
67
- a.xh = null;
66
+ a.xg = null;
67
+ a.xi = null;
68
68
  return;
69
69
  }
70
- a.xf = this.cu.dc.yc;
71
- a.xh = this.cu.dc.ye;
70
+ a.xg = this.cu.dc.yd;
71
+ a.xi = this.cu.dc.yf;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
74
- this.cu.xa.xf = this.cu.dc.yc;
74
+ this.cu.xb.xg = this.cu.dc.yd;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
77
- this.cu.xa.xh = this.cu.dc.ye;
77
+ this.cu.xb.xi = this.cu.dc.yf;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
80
- this.cu.xa.aap = this.cu.yi;
80
+ this.cu.xb.aaq = this.cu.yj;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
83
- this.cu.xa.aao = this.cu.yh;
83
+ this.cu.xb.aap = this.cu.yi;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
86
- this.cu.xa.y3 = this.cu.xr;
86
+ this.cu.xb.y4 = this.cu.xs;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
89
89
  _super.prototype.a4.call(this);
90
90
  if (!this.t) {
91
- this.cu.yi = Defaults.bf;
92
- this.cu.yh = Defaults.be;
93
- this.cu.vp = Defaults.ba;
94
- this.cu.v5 = Defaults.a9;
91
+ this.cu.yj = Defaults.bf;
92
+ this.cu.yi = Defaults.be;
93
+ this.cu.vq = Defaults.ba;
94
+ this.cu.v6 = Defaults.a9;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,9 +105,9 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.xi = null;
108
+ _this.xj = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.xq = 0;
110
+ _this.xr = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
@@ -126,85 +126,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
126
126
  GeographicHighDensityScatterSeries.prototype.ct = function () {
127
127
  return new GeographicHighDensityScatterSeriesView(this);
128
128
  };
129
- GeographicHighDensityScatterSeries.prototype.q7 = function (a) {
130
- _super.prototype.q7.call(this, a);
131
- this.xj = a;
129
+ GeographicHighDensityScatterSeries.prototype.q8 = function (a) {
130
+ _super.prototype.q8.call(this, a);
131
+ this.xk = a;
132
132
  };
133
- GeographicHighDensityScatterSeries.prototype.w9 = function () {
134
- this.xi = new HighDensityScatterSeries();
135
- return this.xi;
133
+ GeographicHighDensityScatterSeries.prototype.xa = function () {
134
+ this.xj = new HighDensityScatterSeries();
135
+ return this.xj;
136
136
  };
137
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xs", {
137
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xt", {
138
138
  get: function () {
139
- return this.xq;
139
+ return this.xr;
140
140
  },
141
141
  set: function (a) {
142
- var b = this.xq;
143
- this.xq = a;
144
- this.raisePropertyChanged("ProgressiveStatus", b, this.xq);
142
+ var b = this.xr;
143
+ this.xr = a;
144
+ this.raisePropertyChanged("ProgressiveStatus", b, this.xr);
145
145
  },
146
146
  enumerable: false,
147
147
  configurable: true
148
148
  });
149
- GeographicHighDensityScatterSeries.prototype.xf = function (a, b) {
150
- _super.prototype.xf.call(this, a, b);
151
- var c = this.xa;
152
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.x6));
153
- var d = this.xa;
154
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.x5));
155
- };
156
- GeographicHighDensityScatterSeries.prototype.x6 = function (a, b) {
157
- this.xs = b.currentStatus;
149
+ GeographicHighDensityScatterSeries.prototype.xg = function (a, b) {
150
+ _super.prototype.xg.call(this, a, b);
151
+ var c = this.xb;
152
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.x7));
153
+ var d = this.xb;
154
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.x6));
155
+ };
156
+ GeographicHighDensityScatterSeries.prototype.x7 = function (a, b) {
157
+ this.xt = b.currentStatus;
158
158
  if (this.progressiveLoadStatusChanged != null) {
159
159
  this.progressiveLoadStatusChanged(this, b);
160
160
  }
161
161
  };
162
- GeographicHighDensityScatterSeries.prototype.x5 = function (a, b) {
163
- if (this.xi == null) {
162
+ GeographicHighDensityScatterSeries.prototype.x6 = function (a, b) {
163
+ if (this.xj == null) {
164
164
  return;
165
165
  }
166
166
  };
167
- GeographicHighDensityScatterSeries.prototype.rg = function (a, b, c, d) {
168
- _super.prototype.rg.call(this, a, b, c, d);
167
+ GeographicHighDensityScatterSeries.prototype.rh = function (a, b, c, d) {
168
+ _super.prototype.rh.call(this, a, b, c, d);
169
169
  switch (b) {
170
170
  case "SeriesViewer":
171
- this.xj.c4();
171
+ this.xk.c4();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[5]:
174
- this.xj.c0();
174
+ this.xk.c0();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[4]:
177
- this.xj.cz();
177
+ this.xk.cz();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[9]:
180
- this.xj.c5();
180
+ this.xk.c5();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[8]:
183
- this.xj.c3();
183
+ this.xk.c3();
184
184
  break;
185
185
  case GeographicHighDensityScatterSeries.$$p[6]:
186
- this.xj.c1();
186
+ this.xk.c1();
187
187
  break;
188
188
  case "XAxis":
189
- this.xj.c6();
189
+ this.xk.c6();
190
190
  break;
191
191
  case "YAxis":
192
- this.xj.c7();
192
+ this.xk.c7();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[3]:
195
- this.xj.cy();
195
+ this.xk.cy();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[1]:
198
- this.xj.cw();
198
+ this.xk.cw();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[2]:
201
- this.xj.cx();
201
+ this.xk.cx();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[0]:
204
- this.xj.cv();
204
+ this.xk.cv();
205
205
  break;
206
206
  case GeographicHighDensityScatterSeries.$$p[7]:
207
- this.xj.c2();
207
+ this.xk.c2();
208
208
  break;
209
209
  }
210
210
  };
@@ -215,7 +215,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
215
215
  _super.prototype.set_g8.call(this, a);
216
216
  };
217
217
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
218
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yh:x7', [Color.$, Defaults.be], 'HeatMaximum:xn:x8', [1, 50], 'HeatMinimumColor:yi:x9', [Color.$, Defaults.bf], 'HeatMinimum:xo:ya', [1, 0], 'LatitudeMemberPath:xx:yb', [2, null], 'LongitudeMemberPath:xz:yc', [2, null], 'MouseOverEnabled:xk:yd', [0, false], 'PointExtent:xr:ye', [1, 1], 'ProgressiveLoad:xl:yf', [0, true], 'UseBruteForce:xm:yg', [0, false]]);
218
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yi:x8', [Color.$, Defaults.be], 'HeatMaximum:xo:x9', [1, 50], 'HeatMinimumColor:yj:ya', [Color.$, Defaults.bf], 'HeatMinimum:xp:yb', [1, 0], 'LatitudeMemberPath:xy:yc', [2, null], 'LongitudeMemberPath:x0:yd', [2, null], 'MouseOverEnabled:xl:ye', [0, false], 'PointExtent:xs:yf', [1, 1], 'ProgressiveLoad:xm:yg', [0, true], 'UseBruteForce:xn:yh', [0, false]]);
219
219
  return GeographicHighDensityScatterSeries;
220
220
  }(GeographicMapSeriesHost));
221
221
  export { GeographicHighDensityScatterSeries };