igniteui-webcomponents-maps 1.4.2 → 3.2.2

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