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
@@ -20,335 +20,335 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
20
20
  __extends(GeographicMapSeriesHost, _super);
21
21
  function GeographicMapSeriesHost() {
22
22
  var _this = _super.call(this) || this;
23
- _this.wp = null;
24
- _this.wr = _this.wq();
23
+ _this.wq = null;
24
+ _this.ws = _this.wr();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.qb = function () {
28
- _super.prototype.qb.call(this);
29
- if (this.wr != null) {
30
- this.wr.qb();
27
+ GeographicMapSeriesHost.prototype.qc = function () {
28
+ _super.prototype.qc.call(this);
29
+ if (this.ws != null) {
30
+ this.ws.qc();
31
31
  }
32
32
  };
33
33
  GeographicMapSeriesHost.prototype.get_fa = function () {
34
34
  return true;
35
35
  };
36
36
  GeographicMapSeriesHost.prototype.ko = function (a, b) {
37
- var c = this.na(b);
37
+ var c = this.nb(b);
38
38
  if (c == "LatitudeMemberPath") {
39
39
  c = "YMemberPath";
40
40
  }
41
41
  if (c == "LongitudeMemberPath") {
42
42
  c = "XMemberPath";
43
43
  }
44
- return this.wr.ko(a, c);
44
+ return this.ws.ko(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.ma = function (a) {
47
- var b = this.na(a);
46
+ GeographicMapSeriesHost.prototype.mb = function (a) {
47
+ var b = this.nb(a);
48
48
  if (b == "LatitudeMemberPath") {
49
49
  b = "YMemberPath";
50
50
  }
51
51
  if (b == "LongitudeMemberPath") {
52
52
  b = "XMemberPath";
53
53
  }
54
- return this.wr.ma(b);
54
+ return this.ws.mb(b);
55
55
  };
56
56
  GeographicMapSeriesHost.prototype.get_kg = function () {
57
- return this.kx(this.wr);
57
+ return this.ky(this.ws);
58
58
  };
59
59
  GeographicMapSeriesHost.prototype.set_kg = function (a) {
60
- this.ow(this.wr, a);
60
+ this.ox(this.ws, a);
61
61
  };
62
62
  GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d) {
63
- return this.wr.d9(a, b, c, d);
63
+ return this.ws.d9(a, b, c, d);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.wr.ai();
66
+ return this.ws.ai();
67
67
  };
68
68
  GeographicMapSeriesHost.prototype.bm = function () {
69
- return this.wr;
69
+ return this.ws;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wr", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "ws", {
72
72
  get: function () {
73
- return this.wp;
73
+ return this.wq;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.wr != a;
76
+ var b = this.ws != a;
77
77
  if (b) {
78
- this.wp = a;
79
- this.ww();
78
+ this.wq = a;
79
+ this.wx();
80
80
  }
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
84
84
  });
85
85
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
86
- return this.wr.hasMarkers;
86
+ return this.ws.hasMarkers;
87
87
  };
88
- GeographicMapSeriesHost.prototype.ww = function () {
89
- if (this.wp != null) {
90
- var hostedSeries_ = this.wp;
88
+ GeographicMapSeriesHost.prototype.wx = function () {
89
+ if (this.wq != null) {
90
+ var hostedSeries_ = this.wq;
91
91
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
92
92
  hostedSeries_.externalObject._implementation = hostedSeries_;
93
93
  }
94
- this.pc(this.wr);
95
- this.ws.b5();
94
+ this.pd(this.ws);
95
+ this.wt.b5();
96
96
  };
97
97
  GeographicMapSeriesHost.prototype.de = function (a, b, c) {
98
- return this.dg(this.wr, a, b, c);
98
+ return this.dg(this.ws, a, b, c);
99
99
  };
100
100
  GeographicMapSeriesHost.prototype.df = function (a, b, c) {
101
- return this.dh(this.wr, a, b, c);
101
+ return this.dh(this.ws, a, b, c);
102
102
  };
103
103
  GeographicMapSeriesHost.prototype.kl = function (a) {
104
- return this.kt(this.wr, a);
104
+ return this.ku(this.ws, a);
105
105
  };
106
106
  GeographicMapSeriesHost.prototype.j8 = function (a, b) {
107
- return this.wr.j8(a, b);
107
+ return this.ws.j8(a, b);
108
108
  };
109
109
  GeographicMapSeriesHost.prototype.j6 = function (a, b) {
110
- return this.wr.j6(a, b);
110
+ return this.ws.j6(a, b);
111
111
  };
112
112
  GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
113
- return this.wr.i3(a, b, c);
113
+ return this.ws.i3(a, b, c);
114
114
  };
115
- GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
116
- return this.wr.v5(a, b, c);
115
+ GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
116
+ return this.ws.v6(a, b, c);
117
117
  };
118
- GeographicMapSeriesHost.prototype.wg = function (a) {
119
- return this.wr.wg(a);
118
+ GeographicMapSeriesHost.prototype.wh = function (a) {
119
+ return this.ws.wh(a);
120
120
  };
121
121
  GeographicMapSeriesHost.prototype.an = function (a) {
122
- return this.wr.an(a);
122
+ return this.ws.an(a);
123
123
  };
124
- GeographicMapSeriesHost.prototype.wh = function (a) {
125
- return this.wr.wh(a);
124
+ GeographicMapSeriesHost.prototype.wi = function (a) {
125
+ return this.ws.wi(a);
126
126
  };
127
127
  GeographicMapSeriesHost.prototype.ao = function (a) {
128
- return this.wr.ao(a);
129
- };
130
- GeographicMapSeriesHost.prototype.wi = function (a) {
131
- return this.wr.wi(a);
128
+ return this.ws.ao(a);
132
129
  };
133
130
  GeographicMapSeriesHost.prototype.wj = function (a) {
134
- return this.wr.wj(a);
131
+ return this.ws.wj(a);
132
+ };
133
+ GeographicMapSeriesHost.prototype.wk = function (a) {
134
+ return this.ws.wk(a);
135
135
  };
136
136
  GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
137
- return this.wr.iz(a, b, c);
137
+ return this.ws.iz(a, b, c);
138
138
  };
139
- GeographicMapSeriesHost.prototype.v1 = function (a, b, c) {
140
- return this.wr.v1(a, b, c);
139
+ GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
140
+ return this.ws.v2(a, b, c);
141
141
  };
142
142
  GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
143
143
  return this.i3(a, b, c);
144
144
  };
145
- GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
146
- return this.wr.v3(a, b, c);
145
+ GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
146
+ return this.ws.v4(a, b, c);
147
147
  };
148
- GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
149
- return this.wr.v6(a, b, c);
148
+ GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
149
+ return this.ws.v7(a, b, c);
150
150
  };
151
151
  GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
152
- return this.wr.i4(a, b, c);
152
+ return this.ws.i4(a, b, c);
153
153
  };
154
- GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
155
- return this.wr.v2(a, b, c);
154
+ GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
155
+ return this.ws.v3(a, b, c);
156
156
  };
157
157
  GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
158
- return this.wr.i0(a, b, c);
158
+ return this.ws.i0(a, b, c);
159
159
  };
160
- GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
161
- return this.wr.v4(a, b, c);
160
+ GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
161
+ return this.ws.v5(a, b, c);
162
162
  };
163
163
  GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
164
- return this.wr.i2(a, b, c);
164
+ return this.ws.i2(a, b, c);
165
165
  };
166
166
  GeographicMapSeriesHost.prototype.j2 = function (a) {
167
- return this.wr.j2(a);
167
+ return this.ws.j2(a);
168
168
  };
169
169
  GeographicMapSeriesHost.prototype.iu = function () {
170
- return this.wr.iu();
170
+ return this.ws.iu();
171
171
  };
172
172
  GeographicMapSeriesHost.prototype.iq = function (a) {
173
- return this.wr.iq(a);
173
+ return this.ws.iq(a);
174
174
  };
175
175
  GeographicMapSeriesHost.prototype.km = function (a) {
176
- return this.wr.km(a);
176
+ return this.ws.km(a);
177
177
  };
178
178
  GeographicMapSeriesHost.prototype.cq = function () {
179
179
  return new HostSeriesView(this);
180
180
  };
181
- GeographicMapSeriesHost.prototype.qw = function (a) {
182
- _super.prototype.qw.call(this, a);
183
- this.ws = typeCast(HostSeriesView.$, a);
181
+ GeographicMapSeriesHost.prototype.qx = function (a) {
182
+ _super.prototype.qx.call(this, a);
183
+ this.wt = typeCast(HostSeriesView.$, a);
184
184
  };
185
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wt", {
185
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wu", {
186
186
  get: function () {
187
- return this.c(GeographicMapSeriesHost.wy);
187
+ return this.c(GeographicMapSeriesHost.wz);
188
188
  },
189
189
  set: function (a) {
190
- this.h(GeographicMapSeriesHost.wy, a);
190
+ this.h(GeographicMapSeriesHost.wz, a);
191
191
  },
192
192
  enumerable: false,
193
193
  configurable: true
194
194
  });
195
- GeographicMapSeriesHost.prototype.q4 = function (a, b, c, d) {
196
- _super.prototype.q4.call(this, a, b, c, d);
195
+ GeographicMapSeriesHost.prototype.q5 = function (a, b, c, d) {
196
+ _super.prototype.q5.call(this, a, b, c, d);
197
197
  switch (b) {
198
198
  case "SeriesViewer":
199
- this.wr.c9 = this.c9;
199
+ this.ws.c9 = this.c9;
200
200
  if (c != null) {
201
- c.qq(this.wr);
201
+ c.qq(this.ws);
202
202
  }
203
203
  if (d != null) {
204
- this.c9.mw(this.wr);
204
+ this.c9.mw(this.ws);
205
205
  }
206
- this.wr.q7(this.wk);
207
- this.wr.index = this.index;
208
- this.pv(this.wr);
209
- this.ke = this.wr.ke;
206
+ this.ws.q8(this.wl);
207
+ this.ws.index = this.index;
208
+ this.pw(this.ws);
209
+ this.ke = this.ws.ke;
210
210
  var e = typeCast(SeriesViewer.$, c);
211
211
  if (e != null) {
212
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wx));
212
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
213
213
  }
214
214
  if (this.c9 != null) {
215
215
  var f = this.c9;
216
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wx));
216
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
217
217
  }
218
- this.wv();
218
+ this.ww();
219
219
  break;
220
220
  case "SyncLink":
221
- this.wr.c1 = this.c1;
221
+ this.ws.c1 = this.c1;
222
222
  break;
223
223
  case "VisibleFromScale":
224
- this.wv();
224
+ this.ww();
225
225
  break;
226
226
  case "Index":
227
- this.wr.index = this.index;
227
+ this.ws.index = this.index;
228
228
  break;
229
229
  case "ItemsSource":
230
- this.ws.b6();
230
+ this.wt.b6();
231
231
  break;
232
232
  case "Resolution":
233
- this.ws.cd();
233
+ this.wt.cd();
234
234
  break;
235
235
  case "TransitionDuration":
236
- this.ws.cg();
236
+ this.wt.cg();
237
237
  break;
238
238
  case "Opacity":
239
- this.ws.ca();
239
+ this.wt.ca();
240
240
  break;
241
241
  case "Visibility":
242
- var hs_ = this.wr;
242
+ var hs_ = this.ws;
243
243
  var v_ = this._visibility;
244
244
  hs_.visibility = v_;
245
245
  break;
246
246
  case "MouseOverEnabled":
247
- this.wr.f6 = this.f6;
247
+ this.ws.f6 = this.f6;
248
248
  break;
249
249
  case "ExpectFunctions":
250
- this.wr.expectFunctions = this.expectFunctions;
250
+ this.ws.expectFunctions = this.expectFunctions;
251
251
  break;
252
252
  case "Thickness":
253
- this.ws.cf();
253
+ this.wt.cf();
254
254
  break;
255
255
  case "Brush":
256
- this.ws.b4();
256
+ this.wt.b4();
257
257
  break;
258
258
  case "Outline":
259
- this.ws.cc();
259
+ this.wt.cc();
260
260
  break;
261
261
  case "ActualBrush":
262
- this.ws.b1();
262
+ this.wt.b1();
263
263
  break;
264
264
  case "ActualOutline":
265
- this.ws.b2();
265
+ this.wt.b2();
266
266
  break;
267
267
  case "MarkerFillOpacity":
268
268
  if (!isNaN_(this.je)) {
269
- this.ws.b9();
269
+ this.wt.b9();
270
270
  }
271
271
  break;
272
272
  case "AreaFillOpacity":
273
273
  if (!isNaN_(this.ii)) {
274
- this.ws.b3();
274
+ this.wt.b3();
275
275
  }
276
276
  break;
277
277
  case "OutlineMode":
278
- this.ws.cb();
278
+ this.wt.cb();
279
279
  break;
280
280
  case "ShowDefaultTooltip":
281
- this.ws.ce();
281
+ this.wt.ce();
282
282
  break;
283
283
  case "Title":
284
- this.wr.title = this.title;
284
+ this.ws.title = this.title;
285
285
  break;
286
286
  case "LegendItemBadgeMode":
287
- this.ws.b7();
287
+ this.wt.b7();
288
288
  break;
289
289
  case "LegendItemBadgeShape":
290
- this.ws.b8();
290
+ this.wt.b8();
291
291
  break;
292
292
  case "Legend":
293
- this.wr.legend = this.legend;
293
+ this.ws.legend = this.legend;
294
294
  this.ct.av();
295
295
  break;
296
296
  }
297
297
  };
298
- GeographicMapSeriesHost.prototype.wv = function () {
299
- if (this.c9 == null || this.wr == null) {
298
+ GeographicMapSeriesHost.prototype.ww = function () {
299
+ if (this.c9 == null || this.ws == null) {
300
300
  return;
301
301
  }
302
- if (!isNaN_(this.wt)) {
303
- if (this.c9.vl.width > this.wt) {
304
- var hs_ = this.wr;
302
+ if (!isNaN_(this.wu)) {
303
+ if (this.c9.vl.width > this.wu) {
304
+ var hs_ = this.ws;
305
305
  var v_ = 1;
306
306
  hs_.visibility = v_;
307
307
  }
308
308
  else {
309
- var hs2_ = this.wr;
309
+ var hs2_ = this.ws;
310
310
  var v2_ = 0;
311
311
  hs2_.visibility = v2_;
312
312
  }
313
313
  }
314
314
  };
315
- GeographicMapSeriesHost.prototype.wx = function (a, b) {
316
- this.wv();
315
+ GeographicMapSeriesHost.prototype.wy = function (a, b) {
316
+ this.ww();
317
317
  };
318
- GeographicMapSeriesHost.prototype.rm = function (a) {
319
- _super.prototype.rm.call(this, a);
320
- if (this.wr != null) {
321
- this.wr.rm(a);
318
+ GeographicMapSeriesHost.prototype.rn = function (a) {
319
+ _super.prototype.rn.call(this, a);
320
+ if (this.ws != null) {
321
+ this.ws.rn(a);
322
322
  }
323
323
  };
324
- GeographicMapSeriesHost.prototype.rl = function (a, b, c, d, e) {
325
- if (this.wr != null) {
326
- this.wr.rl(a, b, c, d, e);
324
+ GeographicMapSeriesHost.prototype.rm = function (a, b, c, d, e) {
325
+ if (this.ws != null) {
326
+ this.ws.rm(a, b, c, d, e);
327
327
  }
328
328
  };
329
329
  GeographicMapSeriesHost.prototype.a1 = function (a, b) {
330
- return this.wr.a1(a, b);
330
+ return this.ws.a1(a, b);
331
331
  };
332
- GeographicMapSeriesHost.prototype.r5 = function () {
333
- _super.prototype.r5.call(this);
334
- this.wr.r5();
332
+ GeographicMapSeriesHost.prototype.r6 = function () {
333
+ _super.prototype.r6.call(this);
334
+ this.ws.r6();
335
335
  };
336
336
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
337
337
  return this._coercionMethods;
338
338
  };
339
339
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
340
340
  this._coercionMethods = a;
341
- this.wr.coercionMethods = a;
341
+ this.ws.coercionMethods = a;
342
342
  };
343
- GeographicMapSeriesHost.prototype.pu = function (a) {
344
- _super.prototype.pu.call(this, a);
345
- if (this.wr != null) {
346
- var b = this.wr.kk();
347
- this.o5(a, b);
343
+ GeographicMapSeriesHost.prototype.pv = function (a) {
344
+ _super.prototype.pv.call(this, a);
345
+ if (this.ws != null) {
346
+ var b = this.ws.kk();
347
+ this.o6(a, b);
348
348
  }
349
349
  };
350
350
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
351
- GeographicMapSeriesHost.wy = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
351
+ GeographicMapSeriesHost.wz = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
352
352
  var c = a;
353
353
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
354
354
  }));
@@ -371,66 +371,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
371
371
  };
372
372
  HostSeriesView.prototype.b5 = function () {
373
373
  this.b0.legendItemVisibility = 1;
374
- this.b0.wr.legendItemVisibility = 0;
375
- this.b0.wr.itemsSource = this.b0.itemsSource;
376
- this.b0.wr.index = this.b0.index;
377
- this.b0.wr.u8 = this.b0.u8;
378
- this.b0.wr.vo = this.b0.u8;
379
- this.b0.wr.cg = this.b0.cg;
380
- this.b0.wr.jh = this.b0.jh;
381
- this.b0.wr.kb = this.b0.kb;
382
- this.b0.wr._opacity = this.b0._opacity;
383
- this.b0.wr.jn = this.b0.jn;
384
- this.b0.wr.ii = this.b0.ii;
385
- this.b0.wr.je = this.b0.je;
386
- this.b0.wr.gn = this.b0.gn;
387
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
388
- this.b0.wr.bc = this.b0.bc;
374
+ this.b0.ws.legendItemVisibility = 0;
375
+ this.b0.ws.itemsSource = this.b0.itemsSource;
376
+ this.b0.ws.index = this.b0.index;
377
+ this.b0.ws.u9 = this.b0.u9;
378
+ this.b0.ws.vp = this.b0.u9;
379
+ this.b0.ws.cg = this.b0.cg;
380
+ this.b0.ws.jh = this.b0.jh;
381
+ this.b0.ws.kb = this.b0.kb;
382
+ this.b0.ws._opacity = this.b0._opacity;
383
+ this.b0.ws.jn = this.b0.jn;
384
+ this.b0.ws.ii = this.b0.ii;
385
+ this.b0.ws.je = this.b0.je;
386
+ this.b0.ws.gn = this.b0.gn;
387
+ this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
388
+ this.b0.ws.bc = this.b0.bc;
389
389
  };
390
390
  HostSeriesView.prototype.b6 = function () {
391
- this.b0.wr.itemsSource = this.b0.itemsSource;
391
+ this.b0.ws.itemsSource = this.b0.itemsSource;
392
392
  };
393
393
  HostSeriesView.prototype.cd = function () {
394
- this.b0.wr.jh = this.b0.jh;
394
+ this.b0.ws.jh = this.b0.jh;
395
395
  };
396
396
  HostSeriesView.prototype.cg = function () {
397
- this.b0.wr.kb = this.b0.kb;
397
+ this.b0.ws.kb = this.b0.kb;
398
398
  };
399
399
  HostSeriesView.prototype.ca = function () {
400
- this.b0.wr._opacity = this.b0._opacity;
400
+ this.b0.ws._opacity = this.b0._opacity;
401
401
  };
402
402
  HostSeriesView.prototype.cf = function () {
403
- this.b0.wr.jn = this.b0.jn;
403
+ this.b0.ws.jn = this.b0.jn;
404
404
  };
405
405
  HostSeriesView.prototype.b4 = function () {
406
- this.b0.wr.u8 = this.b0.u8;
406
+ this.b0.ws.u9 = this.b0.u9;
407
407
  };
408
408
  HostSeriesView.prototype.cc = function () {
409
- this.b0.wr.vo = this.b0.vo;
409
+ this.b0.ws.vp = this.b0.vp;
410
410
  };
411
411
  HostSeriesView.prototype.b1 = function () {
412
- this.b0.wr.u8 = this.b0.u2;
412
+ this.b0.ws.u9 = this.b0.u3;
413
413
  };
414
414
  HostSeriesView.prototype.b2 = function () {
415
- this.b0.wr.vo = this.b0.u6;
415
+ this.b0.ws.vp = this.b0.u7;
416
416
  };
417
417
  HostSeriesView.prototype.b7 = function () {
418
- this.b0.wr.bc = this.b0.bc;
418
+ this.b0.ws.bc = this.b0.bc;
419
419
  };
420
420
  HostSeriesView.prototype.b8 = function () {
421
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
421
+ this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
422
422
  };
423
423
  HostSeriesView.prototype.b3 = function () {
424
- this.b0.wr.ii = this.b0.ii;
424
+ this.b0.ws.ii = this.b0.ii;
425
425
  };
426
426
  HostSeriesView.prototype.b9 = function () {
427
- this.b0.wr.je = this.b0.je;
427
+ this.b0.ws.je = this.b0.je;
428
428
  };
429
429
  HostSeriesView.prototype.cb = function () {
430
- this.b0.wr.cg = this.b0.cg;
430
+ this.b0.ws.cg = this.b0.cg;
431
431
  };
432
432
  HostSeriesView.prototype.ce = function () {
433
- this.b0.wr.gn = this.b0.gn;
433
+ this.b0.ws.gn = this.b0.gn;
434
434
  };
435
435
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
436
436
  return HostSeriesView;
@@ -24,75 +24,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
24
24
  __extends(GeographicMarkerSeries, _super);
25
25
  function GeographicMarkerSeries() {
26
26
  var _this = _super.call(this) || this;
27
- var a = _this.wr;
28
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xf));
27
+ var a = _this.ws;
28
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xg));
29
29
  return _this;
30
30
  }
31
- GeographicMarkerSeries.prototype.ss = function () {
32
- return this.xg;
33
- };
34
- GeographicMarkerSeries.prototype.ve = function () {
35
- return this.xt;
31
+ GeographicMarkerSeries.prototype.st = function () {
32
+ return this.xh;
36
33
  };
37
34
  GeographicMarkerSeries.prototype.vf = function () {
38
35
  return this.xu;
39
36
  };
37
+ GeographicMarkerSeries.prototype.vg = function () {
38
+ return this.xv;
39
+ };
40
40
  GeographicMarkerSeries.prototype.il = function () {
41
- return this.w2;
41
+ return this.w3;
42
42
  };
43
- GeographicMarkerSeries.prototype.l7 = function () {
44
- var a = typeCast(MarkerSeries.$, this.wr);
43
+ GeographicMarkerSeries.prototype.l8 = function () {
44
+ var a = typeCast(MarkerSeries.$, this.ws);
45
45
  if (a == null) {
46
46
  return "Unknown";
47
47
  }
48
- return a.l7();
48
+ return a.l8();
49
49
  };
50
- GeographicMarkerSeries.prototype.xf = function (a, b) {
51
- var c = typeCast(MarkerSeries.$, this.wr);
50
+ GeographicMarkerSeries.prototype.xg = function (a, b) {
51
+ var c = typeCast(MarkerSeries.$, this.ws);
52
52
  if (c == null) {
53
53
  return;
54
54
  }
55
55
  if (b.propertyName == "ActualMarkerTemplate") {
56
- this.xg = c.xr;
56
+ this.xh = c.xs;
57
57
  }
58
58
  else if (b.propertyName == "ActualMarkerOutline") {
59
- this.xu = c.x9;
59
+ this.xv = c.ya;
60
60
  }
61
61
  else if (b.propertyName == "ActualMarkerBrush") {
62
- this.xt = c.x8;
62
+ this.xu = c.x9;
63
63
  }
64
64
  };
65
- GeographicMarkerSeries.prototype.q4 = function (a, b, c, d) {
66
- _super.prototype.q4.call(this, a, b, c, d);
65
+ GeographicMarkerSeries.prototype.q5 = function (a, b, c, d) {
66
+ _super.prototype.q5.call(this, a, b, c, d);
67
67
  switch (b) {
68
68
  case GeographicMarkerSeries.$$p[3]:
69
- this.wr.ya = this.xv;
69
+ this.ws.yb = this.xw;
70
70
  break;
71
71
  case GeographicMarkerSeries.$$p[6]:
72
- this.wr.yb = this.xw;
72
+ this.ws.yc = this.xx;
73
73
  break;
74
74
  case GeographicMarkerSeries.$$p[5]:
75
- this.wr.wv = this.w0;
75
+ this.ws.ww = this.w1;
76
76
  break;
77
77
  case GeographicMarkerSeries.$$p[4]:
78
- this.wr.wr = this.wz;
78
+ this.ws.ws = this.w0;
79
79
  break;
80
80
  case GeographicMarkerSeries.$$p[9]:
81
- this.wr.w1 = this.w1;
81
+ this.ws.w2 = this.w2;
82
82
  break;
83
83
  case GeographicMarkerSeries.$$p[7]:
84
- this.wr.xt = this.xh;
84
+ this.ws.xu = this.xi;
85
85
  break;
86
86
  case GeographicMarkerSeries.$$p[8]:
87
- this.wr.xa = this.w2;
87
+ this.ws.xb = this.w3;
88
88
  break;
89
89
  case GeographicMarkerSeries.$$p[10]:
90
- this.wr.z0 = this.w3;
90
+ this.ws.z1 = this.w4;
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
95
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xt:xi', [Brush.$], 'ActualMarkerOutline:xu:xj', [Brush.$], 'ActualMarkerTemplate:xg:xk', [DataTemplate.$, null], 'MarkerBrush:xv:xl', [Brush.$], 'MarkerFillMode:wz:xm', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w0:xn', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xw:xo', [Brush.$], 'MarkerTemplate:xh:xp', [DataTemplate.$, null], 'MarkerThickness:w2:xq', [1, DeviceUtils.g(2)], 'MarkerType:w1:xr', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w3:xs', [1, 400]]);
95
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xu:xj', [Brush.$], 'ActualMarkerOutline:xv:xk', [Brush.$], 'ActualMarkerTemplate:xh:xl', [DataTemplate.$, null], 'MarkerBrush:xw:xm', [Brush.$], 'MarkerFillMode:w0:xn', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w1:xo', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xx:xp', [Brush.$], 'MarkerTemplate:xi:xq', [DataTemplate.$, null], 'MarkerThickness:w3:xr', [1, DeviceUtils.g(2)], 'MarkerType:w2:xs', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w4:xt', [1, 400]]);
96
96
  return GeographicMarkerSeries;
97
97
  }(GeographicMapSeriesHost));
98
98
  export { GeographicMarkerSeries };