igniteui-angular-maps 13.2.0-beta.3 → 14.1.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +946 -946
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +954 -954
  54. package/fesm5/igniteui-angular-maps.js +946 -946
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +18 -18
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +5 -5
@@ -34,13 +34,13 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
34
34
  * The MapImagery which is used to provide the tiles for display.
35
35
  */
36
36
  get tileImagery() {
37
- if (this.i.rd == null) {
37
+ if (this.i.re == null) {
38
38
  return null;
39
39
  }
40
- return this.i.rd.externalObject;
40
+ return this.i.re.externalObject;
41
41
  }
42
42
  set tileImagery(v) {
43
- v == null ? this.i.rd = null : this.i.rd = v.i;
43
+ v == null ? this.i.re = null : this.i.re = v.i;
44
44
  }
45
45
  findByName(name) {
46
46
  var baseResult = super.findByName(name);
@@ -57,7 +57,7 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
57
57
 
58
58
  */
59
59
  clearTileCache() {
60
- this.i.rh();
60
+ this.i.ri();
61
61
  }
62
62
  /**
63
63
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -39,56 +39,56 @@ export let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
39
39
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
40
40
  */
41
41
  get longitudeMemberPath() {
42
- return this.i.qh;
42
+ return this.i.qi;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.qh = v;
45
+ this.i.qi = v;
46
46
  }
47
47
  /**
48
48
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
49
49
  */
50
50
  get latitudeMemberPath() {
51
- return this.i.qf;
51
+ return this.i.qg;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.qf = v;
54
+ this.i.qg = v;
55
55
  }
56
56
  /**
57
57
  * The source of triangulation data.
58
58
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
59
59
  */
60
60
  get trianglesSource() {
61
- return this.i.qe;
61
+ return this.i.qf;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.qe = v;
64
+ this.i.qf = v;
65
65
  }
66
66
  /**
67
67
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
68
68
  */
69
69
  get triangleVertexMemberPath1() {
70
- return this.i.qk;
70
+ return this.i.ql;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.qk = v;
73
+ this.i.ql = v;
74
74
  }
75
75
  /**
76
76
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath2() {
79
- return this.i.qm;
79
+ return this.i.qn;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.qm = v;
82
+ this.i.qn = v;
83
83
  }
84
84
  /**
85
85
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath3() {
88
- return this.i.qo;
88
+ return this.i.qp;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.qo = v;
91
+ this.i.qp = v;
92
92
  }
93
93
  }
94
94
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -30,13 +30,13 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * The MapImagery which is used to provide the tiles for display.
31
31
  */
32
32
  get tileImagery() {
33
- if (this.i.su == null) {
33
+ if (this.i.sv == null) {
34
34
  return null;
35
35
  }
36
- return this.i.su.externalObject;
36
+ return this.i.sv.externalObject;
37
37
  }
38
38
  set tileImagery(v) {
39
- v == null ? this.i.su = null : this.i.su = v.i;
39
+ v == null ? this.i.sv = null : this.i.sv = v.i;
40
40
  }
41
41
  findByName(name) {
42
42
  var baseResult = super.findByName(name);
@@ -33,19 +33,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.b2 = function () {
35
35
  _super.prototype.b2.call(this);
36
- if (this.cm.p5 != null) {
37
- this.cm.qx.r0 = this.cm.q0;
38
- this.cm.qx.sa = this.cm.q4;
36
+ if (this.cm.p6 != null) {
37
+ this.cm.qy.r1 = this.cm.q1;
38
+ this.cm.qy.sb = this.cm.q5;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.cn = function () {
42
- if (this.cm.qx != null) {
43
- this.cm.qx.r0 = this.cm.q0;
42
+ if (this.cm.qy != null) {
43
+ this.cm.qy.r1 = this.cm.q1;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.co = function () {
47
- if (this.cm.qx != null) {
48
- this.cm.qx.sa = this.cm.q4;
47
+ if (this.cm.qy != null) {
48
+ this.cm.qy.sb = this.cm.q5;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -66,66 +66,66 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
66
66
  GeographicContourLineSeries.prototype.get_d0 = function () {
67
67
  return true;
68
68
  };
69
- GeographicContourLineSeries.prototype.qa = function () {
70
- _super.prototype.qa.call(this);
69
+ GeographicContourLineSeries.prototype.qb = function () {
70
+ _super.prototype.qb.call(this);
71
71
  };
72
- GeographicContourLineSeries.prototype.p4 = function () {
73
- this.qx = new ScatterContourSeries();
74
- var a = this.qx;
75
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
76
- var b = this.qx;
77
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q8));
78
- return this.qx;
72
+ GeographicContourLineSeries.prototype.p5 = function () {
73
+ this.qy = new ScatterContourSeries();
74
+ var a = this.qy;
75
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
76
+ var b = this.qy;
77
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
78
+ return this.qy;
79
79
  };
80
- GeographicContourLineSeries.prototype.q7 = function (a, b) {
80
+ GeographicContourLineSeries.prototype.q8 = function (a, b) {
81
81
  if (this.triangulationStatusChanged != null) {
82
82
  this.triangulationStatusChanged(this, b);
83
83
  }
84
84
  };
85
- GeographicContourLineSeries.prototype.q8 = function (a, b) {
86
- var c = typeCast(ScatterContourSeries.$, this.p5);
85
+ GeographicContourLineSeries.prototype.q9 = function (a, b) {
86
+ var c = typeCast(ScatterContourSeries.$, this.p6);
87
87
  if (c == null) {
88
88
  return;
89
89
  }
90
90
  if (b.propertyName == "ActualFillScale") {
91
- this.qz = c.rz;
91
+ this.q0 = c.r0;
92
92
  }
93
93
  };
94
- GeographicContourLineSeries.prototype.mv = function () {
95
- _super.prototype.mv.call(this);
94
+ GeographicContourLineSeries.prototype.mw = function () {
95
+ _super.prototype.mw.call(this);
96
96
  };
97
97
  GeographicContourLineSeries.prototype.bx = function () {
98
98
  return new GeographicContourLineSeriesView(this);
99
99
  };
100
- GeographicContourLineSeries.prototype.ly = function (a) {
101
- _super.prototype.ly.call(this, a);
102
- this.q1 = a;
100
+ GeographicContourLineSeries.prototype.lz = function (a) {
101
+ _super.prototype.lz.call(this, a);
102
+ this.q2 = a;
103
103
  };
104
- GeographicContourLineSeries.prototype.l3 = function (a, b, c, d) {
105
- _super.prototype.l3.call(this, a, b, c, d);
104
+ GeographicContourLineSeries.prototype.l4 = function (a, b, c, d) {
105
+ _super.prototype.l4.call(this, a, b, c, d);
106
106
  switch (b) {
107
107
  case GeographicContourLineSeries.$$p[1]:
108
- this.q1.cn();
108
+ this.q2.cn();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[2]:
111
- this.q1.co();
111
+ this.q2.co();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[3]:
114
- this.qx.rx = this.qw;
114
+ this.qy.ry = this.qx;
115
115
  break;
116
116
  case "DashArray":
117
- this.qx.pb = this.pb;
117
+ this.qy.pc = this.pc;
118
118
  break;
119
119
  case "DashCap":
120
- this.qx.pc = this.pc;
120
+ this.qy.pd = this.pd;
121
121
  break;
122
122
  case "MiterLimit":
123
- this.qx.gr = this.gr;
123
+ this.qy.gr = this.gr;
124
124
  break;
125
125
  }
126
126
  };
127
127
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
128
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qz:q9', [ValueBrushScale.$, null], 'FillScale:q0:ra', [ValueBrushScale.$, null], 'ValueMemberPath:q4:rb', [2, "value"], 'ValueResolver:qw:rc', [ContourValueResolver.$, null]]);
128
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [ValueBrushScale.$, null], 'FillScale:q1:rb', [ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [ContourValueResolver.$, null]]);
129
129
  return GeographicContourLineSeries;
130
130
  }(GeographicXYTriangulatingSeries));
131
131
  export { GeographicContourLineSeries };
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
29
29
  _super.prototype.b2.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
31
- a.sd = this.ce.qu;
32
- a.sl = this.ce.qs;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
31
+ a.se = this.ce.qv;
32
+ a.sm = this.ce.qt;
33
+ a.qr = this.ce.qi;
33
34
  a.qq = this.ce.qh;
34
- a.qp = this.ce.qg;
35
- a.el = this.ce.qf;
35
+ a.el = this.ce.qg;
36
+ a.rm = this.ce.qk;
36
37
  a.rl = this.ce.qj;
37
- a.rk = this.ce.qi;
38
+ a.tk = this.ce.re;
38
39
  a.tj = this.ce.rd;
39
- a.ti = this.ce.rc;
40
- a.rx = this.ce.qm;
40
+ a.ry = this.ce.qn;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
43
- this.ce.p5.sd = this.ce.qu;
43
+ this.ce.p6.se = this.ce.qv;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
46
- this.ce.p5.sl = this.ce.qs;
46
+ this.ce.p6.sm = this.ce.qt;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
49
- this.ce.p5.qq = this.ce.qh;
49
+ this.ce.p6.qr = this.ce.qi;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
52
- this.ce.p5.qp = this.ce.qg;
52
+ this.ce.p6.qq = this.ce.qh;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
55
- this.ce.p5.el = this.ce.qf;
55
+ this.ce.p6.el = this.ce.qg;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
58
- this.ce.p5.rl = this.ce.qj;
58
+ this.ce.p6.rm = this.ce.qk;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cg = function () {
61
- this.ce.p5.rk = this.ce.qi;
61
+ this.ce.p6.rl = this.ce.qj;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
65
65
  if (this.ce.cd == null) {
66
- a.qa = null;
67
- a.qc = null;
66
+ a.qb = null;
67
+ a.qd = null;
68
68
  return;
69
69
  }
70
- a.qa = this.ce.cd.s2;
71
- a.qc = this.ce.cd.s4;
70
+ a.qb = this.ce.cd.s2;
71
+ a.qd = this.ce.cd.s4;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
74
- this.ce.p5.qa = this.ce.cd.s2;
74
+ this.ce.p6.qb = this.ce.cd.s2;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
77
- this.ce.p5.qc = this.ce.cd.s4;
77
+ this.ce.p6.qd = this.ce.cd.s4;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.ch = function () {
80
- this.ce.p5.tj = this.ce.rd;
80
+ this.ce.p6.tk = this.ce.re;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cf = function () {
83
- this.ce.p5.ti = this.ce.rc;
83
+ this.ce.p6.tj = this.ce.rd;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
86
- this.ce.p5.rx = this.ce.qm;
86
+ this.ce.p6.ry = this.ce.qn;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.as = function () {
89
89
  _super.prototype.as.call(this);
90
90
  if (!this.q) {
91
- this.ce.rd = Defaults.aq;
92
- this.ce.rc = Defaults.ap;
93
- this.ce.o2 = Defaults.al;
94
- this.ce.o7 = Defaults.ak;
91
+ this.ce.re = Defaults.aq;
92
+ this.ce.rd = Defaults.ap;
93
+ this.ce.o3 = Defaults.al;
94
+ this.ce.o8 = Defaults.ak;
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.qd = null;
108
+ _this.qe = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.ql = 0;
110
+ _this.qm = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
@@ -123,85 +123,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
123
123
  GeographicHighDensityScatterSeries.prototype.bx = function () {
124
124
  return new GeographicHighDensityScatterSeriesView(this);
125
125
  };
126
- GeographicHighDensityScatterSeries.prototype.ly = function (a) {
127
- _super.prototype.ly.call(this, a);
128
- this.qe = a;
126
+ GeographicHighDensityScatterSeries.prototype.lz = function (a) {
127
+ _super.prototype.lz.call(this, a);
128
+ this.qf = a;
129
129
  };
130
- GeographicHighDensityScatterSeries.prototype.p4 = function () {
131
- this.qd = new HighDensityScatterSeries();
132
- return this.qd;
130
+ GeographicHighDensityScatterSeries.prototype.p5 = function () {
131
+ this.qe = new HighDensityScatterSeries();
132
+ return this.qe;
133
133
  };
134
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qn", {
134
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qo", {
135
135
  get: function () {
136
- return this.ql;
136
+ return this.qm;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.ql;
140
- this.ql = a;
141
- this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
139
+ var b = this.qm;
140
+ this.qm = a;
141
+ this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
142
142
  },
143
143
  enumerable: false,
144
144
  configurable: true
145
145
  });
146
- GeographicHighDensityScatterSeries.prototype.qa = function () {
147
- _super.prototype.qa.call(this);
148
- var a = this.p5;
149
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q1));
150
- var b = this.p5;
151
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q0));
152
- };
153
- GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
154
- this.qn = b.currentStatus;
146
+ GeographicHighDensityScatterSeries.prototype.qb = function () {
147
+ _super.prototype.qb.call(this);
148
+ var a = this.p6;
149
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q2));
150
+ var b = this.p6;
151
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q1));
152
+ };
153
+ GeographicHighDensityScatterSeries.prototype.q2 = function (a, b) {
154
+ this.qo = b.currentStatus;
155
155
  if (this.progressiveLoadStatusChanged != null) {
156
156
  this.progressiveLoadStatusChanged(this, b);
157
157
  }
158
158
  };
159
- GeographicHighDensityScatterSeries.prototype.q0 = function (a, b) {
160
- if (this.qd == null) {
159
+ GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
160
+ if (this.qe == null) {
161
161
  return;
162
162
  }
163
163
  };
164
- GeographicHighDensityScatterSeries.prototype.l3 = function (a, b, c, d) {
165
- _super.prototype.l3.call(this, a, b, c, d);
164
+ GeographicHighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
165
+ _super.prototype.l4.call(this, a, b, c, d);
166
166
  switch (b) {
167
167
  case "SeriesViewer":
168
- this.qe.co();
168
+ this.qf.co();
169
169
  break;
170
170
  case GeographicHighDensityScatterSeries.$$p[5]:
171
- this.qe.ck();
171
+ this.qf.ck();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[4]:
174
- this.qe.cj();
174
+ this.qf.cj();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[9]:
177
- this.qe.cp();
177
+ this.qf.cp();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[8]:
180
- this.qe.cn();
180
+ this.qf.cn();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[6]:
183
- this.qe.cl();
183
+ this.qf.cl();
184
184
  break;
185
185
  case "XAxis":
186
- this.qe.cq();
186
+ this.qf.cq();
187
187
  break;
188
188
  case "YAxis":
189
- this.qe.cr();
189
+ this.qf.cr();
190
190
  break;
191
191
  case GeographicHighDensityScatterSeries.$$p[3]:
192
- this.qe.ci();
192
+ this.qf.ci();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[1]:
195
- this.qe.cg();
195
+ this.qf.cg();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[2]:
198
- this.qe.ch();
198
+ this.qf.ch();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[0]:
201
- this.qe.cf();
201
+ this.qf.cf();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[7]:
204
- this.qe.cm();
204
+ this.qf.cm();
205
205
  break;
206
206
  }
207
207
  };
@@ -212,7 +212,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
212
212
  _super.prototype.set_e3.call(this, a);
213
213
  };
214
214
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
215
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [Color.$, Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [Color.$, Defaults.aq], 'HeatMinimum:qj:q5', [1, 0], 'LatitudeMemberPath:qs:q6', [2, null], 'LongitudeMemberPath:qu:q7', [2, null], 'MouseOverEnabled:qf:q8', [0, false], 'PointExtent:qm:q9', [1, 1], 'ProgressiveLoad:qg:ra', [0, true], 'UseBruteForce:qh:rb', [0, false]]);
215
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [Color.$, Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [Color.$, Defaults.aq], 'HeatMinimum:qk:q6', [1, 0], 'LatitudeMemberPath:qt:q7', [2, null], 'LongitudeMemberPath:qv:q8', [2, null], 'MouseOverEnabled:qg:q9', [0, false], 'PointExtent:qn:ra', [1, 1], 'ProgressiveLoad:qh:rb', [0, true], 'UseBruteForce:qi:rc', [0, false]]);
216
216
  return GeographicHighDensityScatterSeries;
217
217
  }(GeographicMapSeriesHost));
218
218
  export { GeographicHighDensityScatterSeries };