igniteui-angular-maps 18.1.0 → 18.1.1

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 +921 -921
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  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 +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +81 -81
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  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 +12 -12
  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 +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  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 +3 -3
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
  31. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  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 +51 -51
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +79 -79
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  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 +12 -12
  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 +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  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 +3 -3
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-angular-maps.js +929 -929
  54. package/fesm5/igniteui-angular-maps.js +921 -921
  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 +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  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 +21 -21
  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 +19 -19
  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.zj = null;
25
26
  _this.zi = null;
26
- _this.zh = null;
27
27
  _this.imageTilesReady = null;
28
- _this.zl = null;
29
- _this.zm = false;
28
+ _this.zm = null;
29
+ _this.zn = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
@@ -39,42 +39,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  TileSeries.prototype.cq = function () {
40
40
  return new TileSeriesView(this);
41
41
  };
42
- TileSeries.prototype.qw = function (a) {
43
- _super.prototype.qw.call(this, a);
44
- this.zg = a;
42
+ TileSeries.prototype.qx = function (a) {
43
+ _super.prototype.qx.call(this, a);
44
+ this.zh = a;
45
45
  };
46
- TileSeries.prototype.get_xs = function () {
46
+ TileSeries.prototype.get_xt = function () {
47
47
  return false;
48
48
  };
49
- Object.defineProperty(TileSeries.prototype, "zk", {
49
+ Object.defineProperty(TileSeries.prototype, "zl", {
50
50
  get: function () {
51
- return this.zi;
51
+ return this.zj;
52
52
  },
53
53
  set: function (a) {
54
- var b = a != this.zk;
54
+ var b = a != this.zl;
55
55
  if (b) {
56
- var c = this.zk;
57
- this.zi = a;
56
+ var c = this.zl;
57
+ this.zj = a;
58
58
  this.raisePropertyChanged("TileImagery", c, a);
59
59
  }
60
60
  },
61
61
  enumerable: false,
62
62
  configurable: true
63
63
  });
64
- Object.defineProperty(TileSeries.prototype, "zj", {
64
+ Object.defineProperty(TileSeries.prototype, "zk", {
65
65
  get: function () {
66
- return this.zh;
66
+ return this.zi;
67
67
  },
68
68
  set: function (a) {
69
- var b = this.zh;
70
- this.zh = a;
71
- this.raisePropertyChanged("ActualTileImagery", b, this.zh);
69
+ var b = this.zi;
70
+ this.zi = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.zi);
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
75
75
  });
76
- TileSeries.prototype.q4 = function (a, b, c, d) {
77
- _super.prototype.q4.call(this, a, b, c, d);
76
+ TileSeries.prototype.q5 = function (a, b, c, d) {
77
+ _super.prototype.q5.call(this, a, b, c, d);
78
78
  var e;
79
79
  var f;
80
80
  switch (b) {
@@ -82,78 +82,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zp));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zq));
86
86
  }
87
87
  if (f != null) {
88
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zp));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zq));
89
89
  }
90
- this.zg.dh(e, f);
91
- this.rm(false);
92
- this.qg();
90
+ this.zh.dh(e, f);
91
+ this.rn(false);
92
+ this.qh();
93
93
  break;
94
94
  case "ActualTileImagery":
95
95
  e = c;
96
96
  f = d;
97
97
  if (e != null) {
98
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zq));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zr));
99
99
  e.deferralHandler = null;
100
100
  }
101
101
  if (f != null) {
102
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zq));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zr));
103
103
  f.deferralHandler = this;
104
104
  }
105
- this.zg.dg(e, f);
105
+ this.zh.dg(e, f);
106
106
  if (f != null && typeCast(XamGeographicMap.$, this.c9) !== null) {
107
107
  f.geographicMap = this.c9;
108
- this.zs(this.ct);
109
- this.zg.dd(this.c9.vl);
108
+ this.zt(this.ct);
109
+ this.zh.dd(this.c9.vl);
110
110
  }
111
- this.qg();
111
+ this.qh();
112
112
  break;
113
113
  case "ActualWindowRect":
114
- this.zg.dd(d);
114
+ this.zh.dd(d);
115
115
  break;
116
116
  case "WorldRect":
117
- this.zg.dk(d);
117
+ this.zh.dk(d);
118
118
  break;
119
119
  case "SeriesViewer":
120
120
  var g = c;
121
121
  var h = d;
122
- if (g != null && this.zj != null) {
123
- this.zj.be(null);
122
+ if (g != null && this.zk != null) {
123
+ this.zk.be(null);
124
124
  }
125
- if (h != null && this.zj != null) {
126
- this.zj.be(this.ct.w);
125
+ if (h != null && this.zk != null) {
126
+ this.zk.be(this.ct.w);
127
127
  }
128
128
  break;
129
129
  case "ActualBrush":
130
130
  case "ActualOutline":
131
131
  case "ActualThickness":
132
- this.qi();
132
+ this.qj();
133
133
  break;
134
134
  }
135
135
  };
136
- TileSeries.prototype.zp = function (a, b) {
136
+ TileSeries.prototype.zq = function (a, b) {
137
137
  if (b.propertyName == "MultiScaleImage") {
138
- this.zs(this.ct);
138
+ this.zt(this.ct);
139
139
  }
140
140
  };
141
- TileSeries.prototype.zq = function (a, b) {
141
+ TileSeries.prototype.zr = function (a, b) {
142
142
  if (this.imageTilesReady != null) {
143
143
  this.imageTilesReady(this, new EventArgs());
144
144
  }
145
- if (!this.zm) {
146
- this.zg.di();
145
+ if (!this.zn) {
146
+ this.zh.di();
147
147
  }
148
148
  };
149
149
  TileSeries.prototype.register = function (a, b) {
150
- this.zl = b;
150
+ this.zm = b;
151
151
  };
152
152
  TileSeries.prototype.unRegister = function (a) {
153
- this.zl = null;
153
+ this.zm = null;
154
154
  };
155
155
  TileSeries.prototype.deferredRefresh = function () {
156
- this.rm(false);
156
+ this.rn(false);
157
157
  };
158
158
  TileSeries.prototype.deferAction = function (a) {
159
159
  if (this.jx != null) {
@@ -163,60 +163,60 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
163
163
  window.setTimeout(a, 0);
164
164
  }
165
165
  };
166
- TileSeries.prototype.sj = function (a, b) {
167
- this.zg.dj();
168
- _super.prototype.sj.call(this, a, b);
166
+ TileSeries.prototype.sk = function (a, b) {
167
+ this.zh.dj();
168
+ _super.prototype.sk.call(this, a, b);
169
169
  };
170
- TileSeries.prototype.rn = function (a) {
171
- _super.prototype.rn.call(this, a);
172
- this.zr(a, this.ct);
170
+ TileSeries.prototype.ro = function (a) {
171
+ _super.prototype.ro.call(this, a);
172
+ this.zs(a, this.ct);
173
173
  };
174
- TileSeries.prototype.zr = function (a, b) {
174
+ TileSeries.prototype.zs = function (a, b) {
175
175
  var c;
176
176
  var d;
177
177
  var e = b;
178
178
  var f = b.getViewInfo(c, d);
179
179
  c = f.p0;
180
180
  d = f.p1;
181
- this.zs(b);
182
- if (this.zl != null) {
183
- this.zm = true;
184
- this.zl(a);
185
- this.zm = false;
181
+ this.zt(b);
182
+ if (this.zm != null) {
183
+ this.zn = true;
184
+ this.zm(a);
185
+ this.zn = false;
186
186
  }
187
187
  e.di();
188
188
  };
189
- TileSeries.prototype.rl = function (a, b, c, d, e) {
190
- _super.prototype.rl.call(this, a, b, c, d, e);
189
+ TileSeries.prototype.rm = function (a, b, c, d, e) {
190
+ _super.prototype.rm.call(this, a, b, c, d, e);
191
191
  var f = this.hl.item(d);
192
192
  f.a3(c);
193
193
  if (this.d3(f)) {
194
194
  return;
195
195
  }
196
- this.yz(f);
196
+ this.y0(f);
197
197
  };
198
- TileSeries.prototype.zs = function (a) {
198
+ TileSeries.prototype.zt = function (a) {
199
199
  var b;
200
200
  var c;
201
201
  var d = a.getViewInfo(b, c);
202
202
  b = d.p0;
203
203
  c = d.p1;
204
- if (this.zk != null && this.zk.ao != null) {
205
- if (this.zk != this.zj) {
206
- this.zj = this.zk;
204
+ if (this.zl != null && this.zl.ao != null) {
205
+ if (this.zl != this.zk) {
206
+ this.zk = this.zl;
207
207
  }
208
- if (this.zj != null && !b.isEmpty) {
209
- if (this.zj.width != b.width) {
210
- this.zj.width = b.width;
208
+ if (this.zk != null && !b.isEmpty) {
209
+ if (this.zk.width != b.width) {
210
+ this.zk.width = b.width;
211
211
  }
212
- if (this.zj.height != b.height) {
213
- this.zj.height = b.height;
212
+ if (this.zk.height != b.height) {
213
+ this.zk.height = b.height;
214
214
  }
215
215
  }
216
216
  }
217
217
  };
218
- TileSeries.prototype.o2 = function (a, b) {
219
- _super.prototype.o2.call(this, a, b);
218
+ TileSeries.prototype.o3 = function (a, b) {
219
+ _super.prototype.o3.call(this, a, b);
220
220
  b.de();
221
221
  };
222
222
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -240,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
240
240
  TileSeriesView.prototype.au = function () {
241
241
  _super.prototype.au.call(this);
242
242
  if (!this.q) {
243
- this.da.vo = Defaults.ao;
244
- this.da.u8 = Defaults.an;
243
+ this.da.vp = Defaults.ao;
244
+ this.da.u9 = Defaults.an;
245
245
  }
246
246
  };
247
247
  TileSeriesView.prototype.ck = function (a, b) {
@@ -268,8 +268,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
268
268
  this.as();
269
269
  };
270
270
  TileSeriesView.prototype.dd = function (a) {
271
- if (this.da.zk != null) {
272
- this.da.zk.windowRect = a;
271
+ if (this.da.zl != null) {
272
+ this.da.zl.windowRect = a;
273
273
  }
274
274
  };
275
275
  TileSeriesView.prototype.dg = function (a, b) {
@@ -304,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  this.dc.setAttribute("width", this.bx.width.toString());
305
305
  this.dc.setAttribute("height", this.bx.height.toString());
306
306
  }
307
- if (this.da.zk != null) {
308
- this.da.zk.bf(this.bx);
307
+ if (this.da.zl != null) {
308
+ this.da.zl.bf(this.bx);
309
309
  }
310
310
  };
311
311
  TileSeriesView.prototype.a8 = function (a, b) {
@@ -339,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
339
339
  TileSeriesView.prototype.de = function () {
340
340
  };
341
341
  TileSeriesView.prototype.dk = function (a) {
342
- if (this.da.zk != null) {
343
- this.da.zk.a6();
342
+ if (this.da.zl != null) {
343
+ this.da.zl.a6();
344
344
  }
345
345
  };
346
346
  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.r5();
341
+ a.r6();
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.rm(false);
758
+ g.rn(false);
759
759
  }
760
760
  }
761
761
  catch (e_2_1) {
@@ -802,7 +802,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
802
802
  try {
803
803
  for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
804
804
  var i = _f.value;
805
- i.qb();
805
+ i.qc();
806
806
  }
807
807
  }
808
808
  catch (e_3_1) {
@@ -858,7 +858,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
858
858
  var c = b;
859
859
  var d = a;
860
860
  d.itemsSource = c.triangulationSource.points;
861
- d.w0 = c.triangulationSource.triangles;
861
+ d.w1 = c.triangulationSource.triangles;
862
862
  }
863
863
  else {
864
864
  _super.prototype.qz.call(this, a, b);
@@ -1194,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
1194
1194
  }
1195
1195
  GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
1196
1196
  _super.prototype.b5.call(this);
1197
- var a = this.ch.wr;
1198
- a.xr = this.ch.w3;
1199
- a.xz = this.ch.w1;
1200
- a.trianglesSource = this.ch.w0;
1201
- a.xf = this.ch.w6;
1202
- a.xh = this.ch.w8;
1203
- a.xj = this.ch.xa;
1197
+ var a = this.ch.ws;
1198
+ a.xs = this.ch.w4;
1199
+ a.x0 = this.ch.w2;
1200
+ a.trianglesSource = this.ch.w1;
1201
+ a.xg = this.ch.w7;
1202
+ a.xi = this.ch.w9;
1203
+ a.xk = this.ch.xb;
1204
1204
  };
1205
1205
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
1206
- var a = this.ch.wr;
1206
+ var a = this.ch.ws;
1207
1207
  if (this.ch.c9 == null) {
1208
- a.wp = null;
1209
1208
  a.wq = null;
1209
+ a.wr = null;
1210
1210
  return;
1211
1211
  }
1212
- a.wp = this.ch.c9.v8;
1213
- a.wq = this.ch.c9.wa;
1212
+ a.wq = this.ch.c9.v8;
1213
+ a.wr = this.ch.c9.wa;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
1216
- this.ch.wr.xr = this.ch.w3;
1216
+ this.ch.ws.xs = this.ch.w4;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1219
- this.ch.wr.xz = this.ch.w1;
1219
+ this.ch.ws.x0 = this.ch.w2;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
1222
- this.ch.wr.trianglesSource = this.ch.w0;
1222
+ this.ch.ws.trianglesSource = this.ch.w1;
1223
1223
  };
1224
1224
  GeographicXYTriangulatingSeriesView.prototype.cm = function () {
1225
- this.ch.wr.xf = this.ch.w6;
1225
+ this.ch.ws.xg = this.ch.w7;
1226
1226
  };
1227
1227
  GeographicXYTriangulatingSeriesView.prototype.cn = function () {
1228
- this.ch.wr.xh = this.ch.w8;
1228
+ this.ch.ws.xi = this.ch.w9;
1229
1229
  };
1230
1230
  GeographicXYTriangulatingSeriesView.prototype.co = function () {
1231
- this.ch.wr.xj = this.ch.xa;
1231
+ this.ch.ws.xk = this.ch.xb;
1232
1232
  };
1233
1233
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1234
1234
  return GeographicXYTriangulatingSeriesView;
@@ -1252,19 +1252,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
1252
1252
  };
1253
1253
  GeographicScatterAreaSeriesView.prototype.b5 = function () {
1254
1254
  _super.prototype.b5.call(this);
1255
- if (this.cp.xl != null) {
1256
- this.cp.xl.yy = this.cp.xp;
1257
- this.cp.xl.ym = this.cp.xk;
1255
+ if (this.cp.xm != null) {
1256
+ this.cp.xm.yz = this.cp.xq;
1257
+ this.cp.xm.yn = this.cp.xl;
1258
1258
  }
1259
1259
  };
1260
1260
  GeographicScatterAreaSeriesView.prototype.cq = function () {
1261
- if (this.cp.xl != null) {
1262
- this.cp.xl.yy = this.cp.xp;
1261
+ if (this.cp.xm != null) {
1262
+ this.cp.xm.yz = this.cp.xq;
1263
1263
  }
1264
1264
  };
1265
1265
  GeographicScatterAreaSeriesView.prototype.cr = function () {
1266
- if (this.cp.xl != null) {
1267
- this.cp.xl.ym = this.cp.xk;
1266
+ if (this.cp.xm != null) {
1267
+ this.cp.xm.yn = this.cp.xl;
1268
1268
  }
1269
1269
  };
1270
1270
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -1474,38 +1474,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
1474
1474
  GeographicXYTriangulatingSeries.prototype.cq = function () {
1475
1475
  return new GeographicXYTriangulatingSeriesView(this);
1476
1476
  };
1477
- GeographicXYTriangulatingSeries.prototype.qw = function (a) {
1478
- _super.prototype.qw.call(this, a);
1479
- this.wz = a;
1477
+ GeographicXYTriangulatingSeries.prototype.qx = function (a) {
1478
+ _super.prototype.qx.call(this, a);
1479
+ this.w0 = a;
1480
1480
  };
1481
- GeographicXYTriangulatingSeries.prototype.q4 = function (a, b, c, d) {
1482
- _super.prototype.q4.call(this, a, b, c, d);
1481
+ GeographicXYTriangulatingSeries.prototype.q5 = function (a, b, c, d) {
1482
+ _super.prototype.q5.call(this, a, b, c, d);
1483
1483
  switch (b) {
1484
1484
  case "SeriesViewer":
1485
- this.wz.ck();
1485
+ this.w0.ck();
1486
1486
  break;
1487
1487
  case GeographicXYTriangulatingSeries.$$p[1]:
1488
- this.wz.cj();
1488
+ this.w0.cj();
1489
1489
  break;
1490
1490
  case GeographicXYTriangulatingSeries.$$p[0]:
1491
- this.wz.ci();
1491
+ this.w0.ci();
1492
1492
  break;
1493
1493
  case GeographicXYTriangulatingSeries.$$p[5]:
1494
- this.wz.cl();
1494
+ this.w0.cl();
1495
1495
  break;
1496
1496
  case GeographicXYTriangulatingSeries.$$p[2]:
1497
- this.wz.cm();
1497
+ this.w0.cm();
1498
1498
  break;
1499
1499
  case GeographicXYTriangulatingSeries.$$p[3]:
1500
- this.wz.cn();
1500
+ this.w0.cn();
1501
1501
  break;
1502
1502
  case GeographicXYTriangulatingSeries.$$p[4]:
1503
- this.wz.co();
1503
+ this.w0.co();
1504
1504
  break;
1505
1505
  }
1506
1506
  };
1507
1507
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1508
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w1:xc', [2, "pointY"], 'LongitudeMemberPath:w3:xd', [2, "pointX"], 'TriangleVertexMemberPath1:w6:xf', [2, "v1"], 'TriangleVertexMemberPath2:w8:xg', [2, "v2"], 'TriangleVertexMemberPath3:xa:xh', [2, "v3"], 'TrianglesSource:w0:xe', [IEnumerable_$type, null]]);
1508
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w2:xd', [2, "pointY"], 'LongitudeMemberPath:w4:xe', [2, "pointX"], 'TriangleVertexMemberPath1:w7:xg', [2, "v1"], 'TriangleVertexMemberPath2:w9:xh', [2, "v2"], 'TriangleVertexMemberPath3:xb:xi', [2, "v3"], 'TrianglesSource:w1:xf', [IEnumerable_$type, null]]);
1509
1509
  return GeographicXYTriangulatingSeries;
1510
1510
  }(GeographicMapSeriesHost));
1511
1511
  export { GeographicXYTriangulatingSeries };
@@ -1516,7 +1516,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1516
1516
  __extends(GeographicScatterAreaSeries, _super);
1517
1517
  function GeographicScatterAreaSeries() {
1518
1518
  var _this = _super.call(this) || this;
1519
- _this.xi = null;
1519
+ _this.xj = null;
1520
1520
  _this.triangulationStatusChanged = null;
1521
1521
  _this.ab = GeographicScatterAreaSeries.$;
1522
1522
  return _this;
@@ -1527,53 +1527,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1527
1527
  GeographicScatterAreaSeries.prototype.get_es = function () {
1528
1528
  return true;
1529
1529
  };
1530
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "xk", {
1530
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "xl", {
1531
1531
  get: function () {
1532
- return this.xi;
1532
+ return this.xj;
1533
1533
  },
1534
1534
  set: function (a) {
1535
- var b = this.xi != a;
1535
+ var b = this.xj != a;
1536
1536
  if (b) {
1537
- var c = this.xi;
1538
- if (this.xi != null) {
1539
- var d = this.xi;
1540
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xs));
1537
+ var c = this.xj;
1538
+ if (this.xj != null) {
1539
+ var d = this.xj;
1540
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xt));
1541
1541
  }
1542
- this.xi = a;
1543
- if (this.xi != null) {
1544
- var e = this.xi;
1545
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xs));
1542
+ this.xj = a;
1543
+ if (this.xj != null) {
1544
+ var e = this.xj;
1545
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xt));
1546
1546
  }
1547
- this.raisePropertyChanged("ColorScale", c, this.xi);
1548
- if (this.xl != null) {
1549
- this.xl.ym = a;
1547
+ this.raisePropertyChanged("ColorScale", c, this.xj);
1548
+ if (this.xm != null) {
1549
+ this.xm.yn = a;
1550
1550
  }
1551
1551
  }
1552
1552
  },
1553
1553
  enumerable: false,
1554
1554
  configurable: true
1555
1555
  });
1556
- GeographicScatterAreaSeries.prototype.xs = function (a, b) {
1557
- this.xn.cr();
1558
- this.xu();
1559
- this.rm(false);
1556
+ GeographicScatterAreaSeries.prototype.xt = function (a, b) {
1557
+ this.xo.cr();
1558
+ this.xv();
1559
+ this.rn(false);
1560
1560
  };
1561
- GeographicScatterAreaSeries.prototype.xu = function () {
1562
- if (this.xl != null) {
1563
- this.xj = this.xl.yl;
1561
+ GeographicScatterAreaSeries.prototype.xv = function () {
1562
+ if (this.xm != null) {
1563
+ this.xk = this.xm.ym;
1564
1564
  }
1565
1565
  };
1566
- GeographicScatterAreaSeries.prototype.sa = function () {
1567
- _super.prototype.sa.call(this);
1568
- this.xu();
1566
+ GeographicScatterAreaSeries.prototype.sb = function () {
1567
+ _super.prototype.sb.call(this);
1568
+ this.xv();
1569
1569
  };
1570
- GeographicScatterAreaSeries.prototype.wq = function () {
1571
- this.xl = new ScatterAreaSeries();
1572
- var a = this.xl;
1573
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xt));
1574
- return this.xl;
1570
+ GeographicScatterAreaSeries.prototype.wr = function () {
1571
+ this.xm = new ScatterAreaSeries();
1572
+ var a = this.xm;
1573
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xu));
1574
+ return this.xm;
1575
1575
  };
1576
- GeographicScatterAreaSeries.prototype.xt = function (a, b) {
1576
+ GeographicScatterAreaSeries.prototype.xu = function (a, b) {
1577
1577
  if (this.triangulationStatusChanged != null) {
1578
1578
  this.triangulationStatusChanged(this, b);
1579
1579
  }
@@ -1581,19 +1581,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1581
1581
  GeographicScatterAreaSeries.prototype.cq = function () {
1582
1582
  return new GeographicScatterAreaSeriesView(this);
1583
1583
  };
1584
- GeographicScatterAreaSeries.prototype.qw = function (a) {
1585
- _super.prototype.qw.call(this, a);
1586
- this.xn = a;
1584
+ GeographicScatterAreaSeries.prototype.qx = function (a) {
1585
+ _super.prototype.qx.call(this, a);
1586
+ this.xo = a;
1587
1587
  };
1588
- GeographicScatterAreaSeries.prototype.q4 = function (a, b, c, d) {
1589
- _super.prototype.q4.call(this, a, b, c, d);
1588
+ GeographicScatterAreaSeries.prototype.q5 = function (a, b, c, d) {
1589
+ _super.prototype.q5.call(this, a, b, c, d);
1590
1590
  switch (b) {
1591
1591
  case GeographicScatterAreaSeries.$$p[1]:
1592
- this.xn.cq();
1592
+ this.xo.cq();
1593
1593
  break;
1594
1594
  case "ColorScale":
1595
- this.xn.cr();
1596
- this.xu();
1595
+ this.xo.cr();
1596
+ this.xv();
1597
1597
  break;
1598
1598
  }
1599
1599
  };
@@ -1604,7 +1604,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1604
1604
  _super.prototype.set_g5.call(this, a);
1605
1605
  };
1606
1606
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1607
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xj:xv', [ColorScale.$, null], 'ColorMemberPath:xp:xw', [2, "value"]]);
1607
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xk:xw', [ColorScale.$, null], 'ColorMemberPath:xq:xx', [2, "value"]]);
1608
1608
  return GeographicScatterAreaSeries;
1609
1609
  }(GeographicXYTriangulatingSeries));
1610
1610
  export { GeographicScatterAreaSeries };