igniteui-angular-maps 14.0.0 → 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 +2 -2
@@ -22,11 +22,11 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  __extends(TileSeries, _super);
23
23
  function TileSeries() {
24
24
  var _this = _super.call(this) || this;
25
+ _this.st = null;
25
26
  _this.ss = null;
26
- _this.sr = null;
27
27
  _this.imageTilesReady = null;
28
- _this.sv = null;
29
- _this.sw = false;
28
+ _this.sw = null;
29
+ _this.sx = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
@@ -36,42 +36,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
36
36
  TileSeries.prototype.bx = function () {
37
37
  return new TileSeriesView(this);
38
38
  };
39
- TileSeries.prototype.ly = function (a) {
40
- _super.prototype.ly.call(this, a);
41
- this.sq = a;
39
+ TileSeries.prototype.lz = function (a) {
40
+ _super.prototype.lz.call(this, a);
41
+ this.sr = a;
42
42
  };
43
- TileSeries.prototype.get_q6 = function () {
43
+ TileSeries.prototype.get_q7 = function () {
44
44
  return false;
45
45
  };
46
- Object.defineProperty(TileSeries.prototype, "su", {
46
+ Object.defineProperty(TileSeries.prototype, "sv", {
47
47
  get: function () {
48
- return this.ss;
48
+ return this.st;
49
49
  },
50
50
  set: function (a) {
51
- var b = a != this.su;
51
+ var b = a != this.sv;
52
52
  if (b) {
53
- var c = this.su;
54
- this.ss = a;
53
+ var c = this.sv;
54
+ this.st = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  },
58
58
  enumerable: false,
59
59
  configurable: true
60
60
  });
61
- Object.defineProperty(TileSeries.prototype, "st", {
61
+ Object.defineProperty(TileSeries.prototype, "su", {
62
62
  get: function () {
63
- return this.sr;
63
+ return this.ss;
64
64
  },
65
65
  set: function (a) {
66
- var b = this.sr;
67
- this.sr = a;
68
- this.raisePropertyChanged("ActualTileImagery", b, this.sr);
66
+ var b = this.ss;
67
+ this.ss = a;
68
+ this.raisePropertyChanged("ActualTileImagery", b, this.ss);
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
72
72
  });
73
- TileSeries.prototype.l3 = function (a, b, c, d) {
74
- _super.prototype.l3.call(this, a, b, c, d);
73
+ TileSeries.prototype.l4 = function (a, b, c, d) {
74
+ _super.prototype.l4.call(this, a, b, c, d);
75
75
  var e;
76
76
  var f;
77
77
  switch (b) {
@@ -79,78 +79,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  e = c;
80
80
  f = d;
81
81
  if (e != null) {
82
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.sz));
82
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
83
83
  }
84
84
  if (f != null) {
85
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sz));
85
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
86
86
  }
87
- this.sq.de(e, f);
88
- this.mh(false);
89
- this.lo();
87
+ this.sr.de(e, f);
88
+ this.mi(false);
89
+ this.lp();
90
90
  break;
91
91
  case "ActualTileImagery":
92
92
  e = c;
93
93
  f = d;
94
94
  if (e != null) {
95
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s0));
95
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
96
96
  e.deferralHandler = null;
97
97
  }
98
98
  if (f != null) {
99
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s0));
99
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
100
100
  f.deferralHandler = this;
101
101
  }
102
- this.sq.dd(e, f);
102
+ this.sr.dd(e, f);
103
103
  if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
104
104
  f.geographicMap = this.cd;
105
- this.s2(this.b0);
106
- this.sq.da(this.cd.sf);
105
+ this.s3(this.b0);
106
+ this.sr.da(this.cd.sf);
107
107
  }
108
- this.lo();
108
+ this.lp();
109
109
  break;
110
110
  case "ActualWindowRect":
111
- this.sq.da(d);
111
+ this.sr.da(d);
112
112
  break;
113
113
  case "WorldRect":
114
- this.sq.dh(d);
114
+ this.sr.dh(d);
115
115
  break;
116
116
  case "SeriesViewer":
117
117
  var g = c;
118
118
  var h = d;
119
- if (g != null && this.st != null) {
120
- this.st.be(null);
119
+ if (g != null && this.su != null) {
120
+ this.su.be(null);
121
121
  }
122
- if (h != null && this.st != null) {
123
- this.st.be(this.b0.w);
122
+ if (h != null && this.su != null) {
123
+ this.su.be(this.b0.w);
124
124
  }
125
125
  break;
126
126
  case "ActualBrush":
127
127
  case "ActualOutline":
128
128
  case "ActualThickness":
129
- this.lq();
129
+ this.lr();
130
130
  break;
131
131
  }
132
132
  };
133
- TileSeries.prototype.sz = function (a, b) {
133
+ TileSeries.prototype.s0 = function (a, b) {
134
134
  if (b.propertyName == "MultiScaleImage") {
135
- this.s2(this.b0);
135
+ this.s3(this.b0);
136
136
  }
137
137
  };
138
- TileSeries.prototype.s0 = function (a, b) {
138
+ TileSeries.prototype.s1 = function (a, b) {
139
139
  if (this.imageTilesReady != null) {
140
140
  this.imageTilesReady(this, new EventArgs());
141
141
  }
142
- if (!this.sw) {
143
- this.sq.df();
142
+ if (!this.sx) {
143
+ this.sr.df();
144
144
  }
145
145
  };
146
146
  TileSeries.prototype.register = function (a, b) {
147
- this.sv = b;
147
+ this.sw = b;
148
148
  };
149
149
  TileSeries.prototype.unRegister = function (a) {
150
- this.sv = null;
150
+ this.sw = null;
151
151
  };
152
152
  TileSeries.prototype.deferredRefresh = function () {
153
- this.mh(false);
153
+ this.mi(false);
154
154
  };
155
155
  TileSeries.prototype.deferAction = function (a) {
156
156
  if (this.g9 != null) {
@@ -160,54 +160,54 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
160
160
  window.setTimeout(a, 0);
161
161
  }
162
162
  };
163
- TileSeries.prototype.m4 = function (a, b) {
164
- this.sq.dg();
165
- _super.prototype.m4.call(this, a, b);
163
+ TileSeries.prototype.m5 = function (a, b) {
164
+ this.sr.dg();
165
+ _super.prototype.m5.call(this, a, b);
166
166
  };
167
- TileSeries.prototype.mi = function (a) {
168
- _super.prototype.mi.call(this, a);
169
- this.s1(a, this.b0);
167
+ TileSeries.prototype.mj = function (a) {
168
+ _super.prototype.mj.call(this, a);
169
+ this.s2(a, this.b0);
170
170
  };
171
- TileSeries.prototype.s1 = function (a, b) {
171
+ TileSeries.prototype.s2 = function (a, b) {
172
172
  var c;
173
173
  var d;
174
174
  var e = b;
175
175
  var f = b.getViewInfo(c, d);
176
176
  c = f.p0;
177
177
  d = f.p1;
178
- this.s2(b);
179
- if (this.sv != null) {
180
- this.sw = true;
181
- this.sv(a);
182
- this.sw = false;
178
+ this.s3(b);
179
+ if (this.sw != null) {
180
+ this.sx = true;
181
+ this.sw(a);
182
+ this.sx = false;
183
183
  }
184
184
  e.df();
185
185
  };
186
- TileSeries.prototype.mg = function (a, b, c, d, e) {
187
- _super.prototype.mg.call(this, a, b, c, d, e);
186
+ TileSeries.prototype.mh = function (a, b, c, d, e) {
187
+ _super.prototype.mh.call(this, a, b, c, d, e);
188
188
  var f = this.fc.item(d);
189
189
  f.a1(c);
190
190
  if (this.cx(f)) {
191
191
  return;
192
192
  }
193
- this.sa(f);
193
+ this.sb(f);
194
194
  };
195
- TileSeries.prototype.s2 = function (a) {
195
+ TileSeries.prototype.s3 = function (a) {
196
196
  var b;
197
197
  var c;
198
198
  var d = a.getViewInfo(b, c);
199
199
  b = d.p0;
200
200
  c = d.p1;
201
- if (this.su != null && this.su.ao != null) {
202
- if (this.su != this.st) {
203
- this.st = this.su;
201
+ if (this.sv != null && this.sv.ao != null) {
202
+ if (this.sv != this.su) {
203
+ this.su = this.sv;
204
204
  }
205
- if (this.st != null && !b.isEmpty) {
206
- if (this.st.width != b.width) {
207
- this.st.width = b.width;
205
+ if (this.su != null && !b.isEmpty) {
206
+ if (this.su.width != b.width) {
207
+ this.su.width = b.width;
208
208
  }
209
- if (this.st.height != b.height) {
210
- this.st.height = b.height;
209
+ if (this.su.height != b.height) {
210
+ this.su.height = b.height;
211
211
  }
212
212
  }
213
213
  }
@@ -237,8 +237,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
237
237
  TileSeriesView.prototype.as = function () {
238
238
  _super.prototype.as.call(this);
239
239
  if (!this.q) {
240
- this.c7.o7 = Defaults.ao;
241
- this.c7.o2 = Defaults.an;
240
+ this.c7.o8 = Defaults.ao;
241
+ this.c7.o3 = Defaults.an;
242
242
  }
243
243
  };
244
244
  TileSeriesView.prototype.ch = function (a, b) {
@@ -265,8 +265,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
265
265
  this.aq();
266
266
  };
267
267
  TileSeriesView.prototype.da = function (a) {
268
- if (this.c7.su != null) {
269
- this.c7.su.windowRect = a;
268
+ if (this.c7.sv != null) {
269
+ this.c7.sv.windowRect = a;
270
270
  }
271
271
  };
272
272
  TileSeriesView.prototype.dd = function (a, b) {
@@ -301,8 +301,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
301
301
  this.c9.setAttribute("width", this.bu.width.toString());
302
302
  this.c9.setAttribute("height", this.bu.height.toString());
303
303
  }
304
- if (this.c7.su != null) {
305
- this.c7.su.bf(this.bu);
304
+ if (this.c7.sv != null) {
305
+ this.c7.sv.bf(this.bu);
306
306
  }
307
307
  };
308
308
  TileSeriesView.prototype.a6 = function (a, b) {
@@ -336,8 +336,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
336
336
  TileSeriesView.prototype.db = function () {
337
337
  };
338
338
  TileSeriesView.prototype.dh = function (a) {
339
- if (this.c7.su != null) {
340
- this.c7.su.a6();
339
+ if (this.c7.sv != null) {
340
+ this.c7.sv.a6();
341
341
  }
342
342
  };
343
343
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
@@ -338,7 +338,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
338
338
  try {
339
339
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
340
340
  var a = _c.value;
341
- a.mr();
341
+ a.ms();
342
342
  }
343
343
  }
344
344
  catch (e_1_1) {
@@ -755,7 +755,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
755
755
  try {
756
756
  for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
757
757
  var g = _d.value;
758
- g.mh(false);
758
+ g.mi(false);
759
759
  }
760
760
  }
761
761
  catch (e_2_1) {
@@ -790,7 +790,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
790
790
  try {
791
791
  for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
792
792
  var h = _f.value;
793
- h.lj();
793
+ h.lk();
794
794
  }
795
795
  }
796
796
  catch (e_3_1) {
@@ -846,7 +846,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
846
846
  var c = b;
847
847
  var d = a;
848
848
  d.itemsSource = c.triangulationSource.points;
849
- d.qe = c.triangulationSource.triangles;
849
+ d.qf = c.triangulationSource.triangles;
850
850
  }
851
851
  else {
852
852
  _super.prototype.n9.call(this, a, b);
@@ -1182,41 +1182,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
1182
1182
  }
1183
1183
  GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
1184
1184
  _super.prototype.b2.call(this);
1185
- var a = this.ce.p5;
1186
- a.q5 = this.ce.qh;
1187
- a.rd = this.ce.qf;
1188
- a.trianglesSource = this.ce.qe;
1189
- a.qt = this.ce.qk;
1190
- a.qv = this.ce.qm;
1191
- a.qx = this.ce.qo;
1185
+ var a = this.ce.p6;
1186
+ a.q6 = this.ce.qi;
1187
+ a.re = this.ce.qg;
1188
+ a.trianglesSource = this.ce.qf;
1189
+ a.qu = this.ce.ql;
1190
+ a.qw = this.ce.qn;
1191
+ a.qy = this.ce.qp;
1192
1192
  };
1193
1193
  GeographicXYTriangulatingSeriesView.prototype.ch = function () {
1194
- var a = this.ce.p5;
1194
+ var a = this.ce.p6;
1195
1195
  if (this.ce.cd == null) {
1196
- a.p3 = null;
1197
1196
  a.p4 = null;
1197
+ a.p5 = null;
1198
1198
  return;
1199
1199
  }
1200
- a.p3 = this.ce.cd.s2;
1201
- a.p4 = this.ce.cd.s4;
1200
+ a.p4 = this.ce.cd.s2;
1201
+ a.p5 = this.ce.cd.s4;
1202
1202
  };
1203
1203
  GeographicXYTriangulatingSeriesView.prototype.cg = function () {
1204
- this.ce.p5.q5 = this.ce.qh;
1204
+ this.ce.p6.q6 = this.ce.qi;
1205
1205
  };
1206
1206
  GeographicXYTriangulatingSeriesView.prototype.cf = function () {
1207
- this.ce.p5.rd = this.ce.qf;
1207
+ this.ce.p6.re = this.ce.qg;
1208
1208
  };
1209
1209
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1210
- this.ce.p5.trianglesSource = this.ce.qe;
1210
+ this.ce.p6.trianglesSource = this.ce.qf;
1211
1211
  };
1212
1212
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
1213
- this.ce.p5.qt = this.ce.qk;
1213
+ this.ce.p6.qu = this.ce.ql;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
1216
- this.ce.p5.qv = this.ce.qm;
1216
+ this.ce.p6.qw = this.ce.qn;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
1219
- this.ce.p5.qx = this.ce.qo;
1219
+ this.ce.p6.qy = this.ce.qp;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1222
1222
  return GeographicXYTriangulatingSeriesView;
@@ -1240,19 +1240,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
1240
1240
  };
1241
1241
  GeographicScatterAreaSeriesView.prototype.b2 = function () {
1242
1242
  _super.prototype.b2.call(this);
1243
- if (this.cm.qz != null) {
1244
- this.cm.qz.sc = this.cm.q3;
1245
- this.cm.qz.r0 = this.cm.qy;
1243
+ if (this.cm.q0 != null) {
1244
+ this.cm.q0.sd = this.cm.q4;
1245
+ this.cm.q0.r1 = this.cm.qz;
1246
1246
  }
1247
1247
  };
1248
1248
  GeographicScatterAreaSeriesView.prototype.cn = function () {
1249
- if (this.cm.qz != null) {
1250
- this.cm.qz.sc = this.cm.q3;
1249
+ if (this.cm.q0 != null) {
1250
+ this.cm.q0.sd = this.cm.q4;
1251
1251
  }
1252
1252
  };
1253
1253
  GeographicScatterAreaSeriesView.prototype.co = function () {
1254
- if (this.cm.qz != null) {
1255
- this.cm.qz.r0 = this.cm.qy;
1254
+ if (this.cm.q0 != null) {
1255
+ this.cm.q0.r1 = this.cm.qz;
1256
1256
  }
1257
1257
  };
1258
1258
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -1462,38 +1462,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
1462
1462
  GeographicXYTriangulatingSeries.prototype.bx = function () {
1463
1463
  return new GeographicXYTriangulatingSeriesView(this);
1464
1464
  };
1465
- GeographicXYTriangulatingSeries.prototype.ly = function (a) {
1466
- _super.prototype.ly.call(this, a);
1467
- this.qd = a;
1465
+ GeographicXYTriangulatingSeries.prototype.lz = function (a) {
1466
+ _super.prototype.lz.call(this, a);
1467
+ this.qe = a;
1468
1468
  };
1469
- GeographicXYTriangulatingSeries.prototype.l3 = function (a, b, c, d) {
1470
- _super.prototype.l3.call(this, a, b, c, d);
1469
+ GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
1470
+ _super.prototype.l4.call(this, a, b, c, d);
1471
1471
  switch (b) {
1472
1472
  case "SeriesViewer":
1473
- this.qd.ch();
1473
+ this.qe.ch();
1474
1474
  break;
1475
1475
  case GeographicXYTriangulatingSeries.$$p[1]:
1476
- this.qd.cg();
1476
+ this.qe.cg();
1477
1477
  break;
1478
1478
  case GeographicXYTriangulatingSeries.$$p[0]:
1479
- this.qd.cf();
1479
+ this.qe.cf();
1480
1480
  break;
1481
1481
  case GeographicXYTriangulatingSeries.$$p[2]:
1482
- this.qd.ci();
1482
+ this.qe.ci();
1483
1483
  break;
1484
1484
  case GeographicXYTriangulatingSeries.$$p[3]:
1485
- this.qd.cj();
1485
+ this.qe.cj();
1486
1486
  break;
1487
1487
  case GeographicXYTriangulatingSeries.$$p[4]:
1488
- this.qd.ck();
1488
+ this.qe.ck();
1489
1489
  break;
1490
1490
  case GeographicXYTriangulatingSeries.$$p[5]:
1491
- this.qd.cl();
1491
+ this.qe.cl();
1492
1492
  break;
1493
1493
  }
1494
1494
  };
1495
1495
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1496
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
1496
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
1497
1497
  return GeographicXYTriangulatingSeries;
1498
1498
  }(GeographicMapSeriesHost));
1499
1499
  export { GeographicXYTriangulatingSeries };
@@ -1504,7 +1504,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1504
1504
  __extends(GeographicScatterAreaSeries, _super);
1505
1505
  function GeographicScatterAreaSeries() {
1506
1506
  var _this = _super.call(this) || this;
1507
- _this.qw = null;
1507
+ _this.qx = null;
1508
1508
  _this.triangulationStatusChanged = null;
1509
1509
  _this.ab = GeographicScatterAreaSeries.$;
1510
1510
  return _this;
@@ -1512,53 +1512,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1512
1512
  GeographicScatterAreaSeries.prototype.get_dd = function () {
1513
1513
  return true;
1514
1514
  };
1515
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "qy", {
1515
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
1516
1516
  get: function () {
1517
- return this.qw;
1517
+ return this.qx;
1518
1518
  },
1519
1519
  set: function (a) {
1520
- var b = this.qw != a;
1520
+ var b = this.qx != a;
1521
1521
  if (b) {
1522
- var c = this.qw;
1523
- if (this.qw != null) {
1524
- var d = this.qw;
1525
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q6));
1522
+ var c = this.qx;
1523
+ if (this.qx != null) {
1524
+ var d = this.qx;
1525
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
1526
1526
  }
1527
- this.qw = a;
1528
- if (this.qw != null) {
1529
- var e = this.qw;
1530
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q6));
1527
+ this.qx = a;
1528
+ if (this.qx != null) {
1529
+ var e = this.qx;
1530
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
1531
1531
  }
1532
- this.raisePropertyChanged("ColorScale", c, this.qw);
1533
- if (this.qz != null) {
1534
- this.qz.r0 = a;
1532
+ this.raisePropertyChanged("ColorScale", c, this.qx);
1533
+ if (this.q0 != null) {
1534
+ this.q0.r1 = a;
1535
1535
  }
1536
1536
  }
1537
1537
  },
1538
1538
  enumerable: false,
1539
1539
  configurable: true
1540
1540
  });
1541
- GeographicScatterAreaSeries.prototype.q6 = function (a, b) {
1542
- this.q1.co();
1543
- this.q8();
1544
- this.mh(false);
1541
+ GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
1542
+ this.q2.co();
1543
+ this.q9();
1544
+ this.mi(false);
1545
1545
  };
1546
- GeographicScatterAreaSeries.prototype.q8 = function () {
1547
- if (this.qz != null) {
1548
- this.qx = this.qz.rz;
1546
+ GeographicScatterAreaSeries.prototype.q9 = function () {
1547
+ if (this.q0 != null) {
1548
+ this.qy = this.q0.r0;
1549
1549
  }
1550
1550
  };
1551
- GeographicScatterAreaSeries.prototype.mv = function () {
1552
- _super.prototype.mv.call(this);
1553
- this.q8();
1551
+ GeographicScatterAreaSeries.prototype.mw = function () {
1552
+ _super.prototype.mw.call(this);
1553
+ this.q9();
1554
1554
  };
1555
- GeographicScatterAreaSeries.prototype.p4 = function () {
1556
- this.qz = new ScatterAreaSeries();
1557
- var a = this.qz;
1558
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
1559
- return this.qz;
1555
+ GeographicScatterAreaSeries.prototype.p5 = function () {
1556
+ this.q0 = new ScatterAreaSeries();
1557
+ var a = this.q0;
1558
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
1559
+ return this.q0;
1560
1560
  };
1561
- GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
1561
+ GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
1562
1562
  if (this.triangulationStatusChanged != null) {
1563
1563
  this.triangulationStatusChanged(this, b);
1564
1564
  }
@@ -1566,19 +1566,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1566
1566
  GeographicScatterAreaSeries.prototype.bx = function () {
1567
1567
  return new GeographicScatterAreaSeriesView(this);
1568
1568
  };
1569
- GeographicScatterAreaSeries.prototype.ly = function (a) {
1570
- _super.prototype.ly.call(this, a);
1571
- this.q1 = a;
1569
+ GeographicScatterAreaSeries.prototype.lz = function (a) {
1570
+ _super.prototype.lz.call(this, a);
1571
+ this.q2 = a;
1572
1572
  };
1573
- GeographicScatterAreaSeries.prototype.l3 = function (a, b, c, d) {
1574
- _super.prototype.l3.call(this, a, b, c, d);
1573
+ GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
1574
+ _super.prototype.l4.call(this, a, b, c, d);
1575
1575
  switch (b) {
1576
1576
  case GeographicScatterAreaSeries.$$p[1]:
1577
- this.q1.cn();
1577
+ this.q2.cn();
1578
1578
  break;
1579
1579
  case "ColorScale":
1580
- this.q1.co();
1581
- this.q8();
1580
+ this.q2.co();
1581
+ this.q9();
1582
1582
  break;
1583
1583
  }
1584
1584
  };
@@ -1589,7 +1589,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1589
1589
  _super.prototype.set_e3.call(this, a);
1590
1590
  };
1591
1591
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1592
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
1592
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
1593
1593
  return GeographicScatterAreaSeries;
1594
1594
  }(GeographicXYTriangulatingSeries));
1595
1595
  export { GeographicScatterAreaSeries };