igniteui-webcomponents-maps 3.2.3 → 3.5.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 (106) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1829 -1522
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igc-custom-map-imagery.js +1 -0
  16. package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
  17. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  18. package/esm2015/lib/igc-geographic-map-component.js +63 -60
  19. package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
  21. package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
  22. package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
  23. package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
  24. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
  27. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  28. package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
  29. package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
  30. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
  31. package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
  32. package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
  33. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  34. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igc-tile-series-component.js +19 -4
  36. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  37. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  38. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  39. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  40. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  41. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  42. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  43. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/TileSeries_combined.js +86 -86
  47. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  48. package/esm5/lib/igc-custom-map-imagery.js +1 -0
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  51. package/esm5/lib/igc-geographic-map-component.js +63 -60
  52. package/esm5/lib/igc-geographic-map-imagery.js +30 -3
  53. package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
  54. package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
  55. package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
  56. package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
  57. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  58. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  59. package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
  60. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  61. package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
  62. package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
  63. package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
  64. package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
  65. package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
  66. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  67. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  68. package/esm5/lib/igc-tile-series-component.js +19 -4
  69. package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
  70. package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
  71. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  73. package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
  74. package/lib/GeographicMarkerSeries.d.ts +18 -18
  75. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  76. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  77. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  78. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  79. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  80. package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
  81. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  82. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  83. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  84. package/lib/GeographicTileSeries.d.ts +9 -9
  85. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  86. package/lib/TileSeries_combined.d.ts +19 -19
  87. package/lib/XamGeographicMap_combined.d.ts +105 -105
  88. package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
  89. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
  90. package/lib/igc-geographic-map-imagery.d.ts +4 -1
  91. package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
  92. package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
  93. package/lib/igc-geographic-marker-series-component.d.ts +1 -0
  94. package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
  95. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
  96. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
  97. package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
  98. package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
  99. package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
  100. package/lib/igc-geographic-shape-series-component.d.ts +1 -0
  101. package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
  102. package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
  103. package/lib/igc-geographic-tile-series-component.d.ts +1 -0
  104. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
  105. package/lib/igc-tile-series-component.d.ts +1 -0
  106. package/package.json +3 -3
@@ -28,24 +28,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
28
28
  GeographicContourLineSeriesView.prototype.as = function () {
29
29
  _super.prototype.as.call(this);
30
30
  if (!this.q) {
31
- this.cm.gz = Defaults.m;
31
+ this.cm.g1 = Defaults.m;
32
32
  }
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.b2 = function () {
35
35
  _super.prototype.b2.call(this);
36
- if (this.cm.p6 != null) {
37
- this.cm.qy.r1 = this.cm.q1;
38
- this.cm.qy.sb = this.cm.q5;
36
+ if (this.cm.qa != null) {
37
+ this.cm.q2.r5 = this.cm.q5;
38
+ this.cm.q2.sf = this.cm.q9;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.cn = function () {
42
- if (this.cm.qy != null) {
43
- this.cm.qy.r1 = this.cm.q1;
42
+ if (this.cm.q2 != null) {
43
+ this.cm.q2.r5 = this.cm.q5;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.co = function () {
47
- if (this.cm.qy != null) {
48
- this.cm.qy.sb = this.cm.q5;
47
+ if (this.cm.q2 != null) {
48
+ this.cm.q2.sf = this.cm.q9;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -63,69 +63,69 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
63
63
  _this.ab = GeographicContourLineSeries.$;
64
64
  return _this;
65
65
  }
66
- GeographicContourLineSeries.prototype.get_d0 = function () {
66
+ GeographicContourLineSeries.prototype.get_d1 = function () {
67
67
  return true;
68
68
  };
69
- GeographicContourLineSeries.prototype.qb = function () {
70
- _super.prototype.qb.call(this);
69
+ GeographicContourLineSeries.prototype.qf = function () {
70
+ _super.prototype.qf.call(this);
71
71
  };
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;
72
+ GeographicContourLineSeries.prototype.p9 = function () {
73
+ this.q2 = new ScatterContourSeries();
74
+ var a = this.q2;
75
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rc));
76
+ var b = this.q2;
77
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.rd));
78
+ return this.q2;
79
79
  };
80
- GeographicContourLineSeries.prototype.q8 = function (a, b) {
80
+ GeographicContourLineSeries.prototype.rc = function (a, b) {
81
81
  if (this.triangulationStatusChanged != null) {
82
82
  this.triangulationStatusChanged(this, b);
83
83
  }
84
84
  };
85
- GeographicContourLineSeries.prototype.q9 = function (a, b) {
86
- var c = typeCast(ScatterContourSeries.$, this.p6);
85
+ GeographicContourLineSeries.prototype.rd = function (a, b) {
86
+ var c = typeCast(ScatterContourSeries.$, this.qa);
87
87
  if (c == null) {
88
88
  return;
89
89
  }
90
90
  if (b.propertyName == "ActualFillScale") {
91
- this.q0 = c.r0;
91
+ this.q4 = c.r4;
92
92
  }
93
93
  };
94
- GeographicContourLineSeries.prototype.mw = function () {
95
- _super.prototype.mw.call(this);
94
+ GeographicContourLineSeries.prototype.mz = function () {
95
+ _super.prototype.mz.call(this);
96
96
  };
97
97
  GeographicContourLineSeries.prototype.bx = function () {
98
98
  return new GeographicContourLineSeriesView(this);
99
99
  };
100
- GeographicContourLineSeries.prototype.lz = function (a) {
101
- _super.prototype.lz.call(this, a);
102
- this.q2 = a;
100
+ GeographicContourLineSeries.prototype.l2 = function (a) {
101
+ _super.prototype.l2.call(this, a);
102
+ this.q6 = a;
103
103
  };
104
- GeographicContourLineSeries.prototype.l4 = function (a, b, c, d) {
105
- _super.prototype.l4.call(this, a, b, c, d);
104
+ GeographicContourLineSeries.prototype.l7 = function (a, b, c, d) {
105
+ _super.prototype.l7.call(this, a, b, c, d);
106
106
  switch (b) {
107
107
  case GeographicContourLineSeries.$$p[1]:
108
- this.q2.cn();
108
+ this.q6.cn();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[2]:
111
- this.q2.co();
111
+ this.q6.co();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[3]:
114
- this.qy.ry = this.qx;
114
+ this.q2.r2 = this.q1;
115
115
  break;
116
116
  case "DashArray":
117
- this.qy.pc = this.pc;
117
+ this.q2.pg = this.pg;
118
118
  break;
119
119
  case "DashCap":
120
- this.qy.pd = this.pd;
120
+ this.q2.ph = this.ph;
121
121
  break;
122
122
  case "MiterLimit":
123
- this.qy.gr = this.gr;
123
+ this.q2.gt = this.gt;
124
124
  break;
125
125
  }
126
126
  };
127
127
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
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]]);
128
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q4:re', [ValueBrushScale.$, null], 'FillScale:q5:rf', [ValueBrushScale.$, null], 'ValueMemberPath:q9:rg', [2, "value"], 'ValueResolver:q1:rh', [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.p6);
31
- a.se = this.ce.qv;
32
- a.sm = this.ce.qt;
33
- a.qr = this.ce.qi;
34
- a.qq = this.ce.qh;
35
- a.el = this.ce.qg;
36
- a.rm = this.ce.qk;
37
- a.rl = this.ce.qj;
38
- a.tk = this.ce.re;
39
- a.tj = this.ce.rd;
40
- a.ry = this.ce.qn;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
31
+ a.si = this.ce.qz;
32
+ a.sq = this.ce.qx;
33
+ a.qv = this.ce.qm;
34
+ a.qu = this.ce.ql;
35
+ a.em = this.ce.qk;
36
+ a.rq = this.ce.qo;
37
+ a.rp = this.ce.qn;
38
+ a.to = this.ce.ri;
39
+ a.tn = this.ce.rh;
40
+ a.r2 = this.ce.qr;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
43
- this.ce.p6.se = this.ce.qv;
43
+ this.ce.qa.si = this.ce.qz;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
46
- this.ce.p6.sm = this.ce.qt;
46
+ this.ce.qa.sq = this.ce.qx;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
49
- this.ce.p6.qr = this.ce.qi;
49
+ this.ce.qa.qv = this.ce.qm;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
52
- this.ce.p6.qq = this.ce.qh;
52
+ this.ce.qa.qu = this.ce.ql;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
55
- this.ce.p6.el = this.ce.qg;
55
+ this.ce.qa.em = this.ce.qk;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
58
- this.ce.p6.rm = this.ce.qk;
58
+ this.ce.qa.rq = this.ce.qo;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cg = function () {
61
- this.ce.p6.rl = this.ce.qj;
61
+ this.ce.qa.rp = this.ce.qn;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
65
65
  if (this.ce.cd == null) {
66
- a.qb = null;
67
- a.qd = null;
66
+ a.qf = null;
67
+ a.qh = null;
68
68
  return;
69
69
  }
70
- a.qb = this.ce.cd.s2;
71
- a.qd = this.ce.cd.s4;
70
+ a.qf = this.ce.cd.tw;
71
+ a.qh = this.ce.cd.ty;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
74
- this.ce.p6.qb = this.ce.cd.s2;
74
+ this.ce.qa.qf = this.ce.cd.tw;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
77
- this.ce.p6.qd = this.ce.cd.s4;
77
+ this.ce.qa.qh = this.ce.cd.ty;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.ch = function () {
80
- this.ce.p6.tk = this.ce.re;
80
+ this.ce.qa.to = this.ce.ri;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cf = function () {
83
- this.ce.p6.tj = this.ce.rd;
83
+ this.ce.qa.tn = this.ce.rh;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
86
- this.ce.p6.ry = this.ce.qn;
86
+ this.ce.qa.r2 = this.ce.qr;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.as = function () {
89
89
  _super.prototype.as.call(this);
90
90
  if (!this.q) {
91
- this.ce.re = Defaults.aq;
92
- this.ce.rd = Defaults.ap;
93
- this.ce.o3 = Defaults.al;
94
- this.ce.o8 = Defaults.ak;
91
+ this.ce.ri = Defaults.aq;
92
+ this.ce.rh = Defaults.ap;
93
+ this.ce.o7 = Defaults.al;
94
+ this.ce.pc = Defaults.ak;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,114 +105,114 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  tslib_1.__extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.qe = null;
108
+ _this.qi = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.qm = 0;
110
+ _this.qq = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
114
- GeographicHighDensityScatterSeries.prototype.gu = function () {
115
- if (!isNaN_(this.gt)) {
116
- return _super.prototype.gu.call(this);
114
+ GeographicHighDensityScatterSeries.prototype.gw = function () {
115
+ if (!isNaN_(this.gv)) {
116
+ return _super.prototype.gw.call(this);
117
117
  }
118
118
  return Defaults.q;
119
119
  };
120
- GeographicHighDensityScatterSeries.prototype.get_d5 = function () {
120
+ GeographicHighDensityScatterSeries.prototype.get_d6 = function () {
121
121
  return true;
122
122
  };
123
123
  GeographicHighDensityScatterSeries.prototype.bx = function () {
124
124
  return new GeographicHighDensityScatterSeriesView(this);
125
125
  };
126
- GeographicHighDensityScatterSeries.prototype.lz = function (a) {
127
- _super.prototype.lz.call(this, a);
128
- this.qf = a;
126
+ GeographicHighDensityScatterSeries.prototype.l2 = function (a) {
127
+ _super.prototype.l2.call(this, a);
128
+ this.qj = a;
129
129
  };
130
- GeographicHighDensityScatterSeries.prototype.p5 = function () {
131
- this.qe = new HighDensityScatterSeries();
132
- return this.qe;
130
+ GeographicHighDensityScatterSeries.prototype.p9 = function () {
131
+ this.qi = new HighDensityScatterSeries();
132
+ return this.qi;
133
133
  };
134
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qo", {
134
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qs", {
135
135
  get: function () {
136
- return this.qm;
136
+ return this.qq;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.qm;
140
- this.qm = a;
141
- this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
139
+ var b = this.qq;
140
+ this.qq = a;
141
+ this.raisePropertyChanged("ProgressiveStatus", b, this.qq);
142
142
  },
143
143
  enumerable: true,
144
144
  configurable: true
145
145
  });
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;
146
+ GeographicHighDensityScatterSeries.prototype.qf = function () {
147
+ _super.prototype.qf.call(this);
148
+ var a = this.qa;
149
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q6));
150
+ var b = this.qa;
151
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q5));
152
+ };
153
+ GeographicHighDensityScatterSeries.prototype.q6 = function (a, b) {
154
+ this.qs = b.currentStatus;
155
155
  if (this.progressiveLoadStatusChanged != null) {
156
156
  this.progressiveLoadStatusChanged(this, b);
157
157
  }
158
158
  };
159
- GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
160
- if (this.qe == null) {
159
+ GeographicHighDensityScatterSeries.prototype.q5 = function (a, b) {
160
+ if (this.qi == null) {
161
161
  return;
162
162
  }
163
163
  };
164
- GeographicHighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
165
- _super.prototype.l4.call(this, a, b, c, d);
164
+ GeographicHighDensityScatterSeries.prototype.l7 = function (a, b, c, d) {
165
+ _super.prototype.l7.call(this, a, b, c, d);
166
166
  switch (b) {
167
167
  case "SeriesViewer":
168
- this.qf.co();
168
+ this.qj.co();
169
169
  break;
170
170
  case GeographicHighDensityScatterSeries.$$p[5]:
171
- this.qf.ck();
171
+ this.qj.ck();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[4]:
174
- this.qf.cj();
174
+ this.qj.cj();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[9]:
177
- this.qf.cp();
177
+ this.qj.cp();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[8]:
180
- this.qf.cn();
180
+ this.qj.cn();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[6]:
183
- this.qf.cl();
183
+ this.qj.cl();
184
184
  break;
185
185
  case "XAxis":
186
- this.qf.cq();
186
+ this.qj.cq();
187
187
  break;
188
188
  case "YAxis":
189
- this.qf.cr();
189
+ this.qj.cr();
190
190
  break;
191
191
  case GeographicHighDensityScatterSeries.$$p[3]:
192
- this.qf.ci();
192
+ this.qj.ci();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[1]:
195
- this.qf.cg();
195
+ this.qj.cg();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[2]:
198
- this.qf.ch();
198
+ this.qj.ch();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[0]:
201
- this.qf.cf();
201
+ this.qj.cf();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[7]:
204
- this.qf.cm();
204
+ this.qj.cm();
205
205
  break;
206
206
  }
207
207
  };
208
- GeographicHighDensityScatterSeries.prototype.get_e3 = function () {
208
+ GeographicHighDensityScatterSeries.prototype.get_e5 = function () {
209
209
  return true;
210
210
  };
211
- GeographicHighDensityScatterSeries.prototype.set_e3 = function (a) {
212
- _super.prototype.set_e3.call(this, a);
211
+ GeographicHighDensityScatterSeries.prototype.set_e5 = function (a) {
212
+ _super.prototype.set_e5.call(this, a);
213
213
  };
214
214
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
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]]);
215
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rh:q7', [Color.$, Defaults.ap], 'HeatMaximum:qn:q8', [1, 50], 'HeatMinimumColor:ri:q9', [Color.$, Defaults.aq], 'HeatMinimum:qo:ra', [1, 0], 'LatitudeMemberPath:qx:rb', [2, null], 'LongitudeMemberPath:qz:rc', [2, null], 'MouseOverEnabled:qk:rd', [0, false], 'PointExtent:qr:re', [1, 1], 'ProgressiveLoad:ql:rf', [0, true], 'UseBruteForce:qm:rg', [0, false]]);
216
216
  return GeographicHighDensityScatterSeries;
217
217
  }(GeographicMapSeriesHost));
218
218
  export { GeographicHighDensityScatterSeries };