igniteui-angular-maps 17.3.0 → 17.3.1-alpha.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 (75) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1471 -1452
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +194 -184
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/TileSeries_combined.js +93 -93
  14. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +30 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  38. package/esm5/lib/GeographicTileSeries.js +28 -28
  39. package/esm5/lib/TileSeries_combined.js +91 -91
  40. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +30 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  52. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1465
  56. package/fesm5/igniteui-angular-maps.js +1471 -1452
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  70. package/lib/GeographicTileSeries.d.ts +11 -11
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +23 -23
  73. package/lib/XamGeographicMap_combined.d.ts +116 -116
  74. package/lib/igx-geographic-map-series-host-component.d.ts +6 -0
  75. package/package.json +2 -2
@@ -20,319 +20,329 @@ 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.t3 = null;
24
- _this.t5 = _this.t4();
23
+ _this.vd = null;
24
+ _this.vf = _this.ve();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.oh = function () {
28
- _super.prototype.oh.call(this);
29
- if (this.t5 != null) {
30
- this.t5.oh();
27
+ GeographicMapSeriesHost.prototype.pc = function () {
28
+ _super.prototype.pc.call(this);
29
+ if (this.vf != null) {
30
+ this.vf.pc();
31
31
  }
32
32
  };
33
- GeographicMapSeriesHost.prototype.get_er = function () {
33
+ GeographicMapSeriesHost.prototype.get_ex = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.jv = function (a, b) {
37
- var c = this.lw(b);
36
+ GeographicMapSeriesHost.prototype.j5 = function (a, b) {
37
+ var c = this.mh(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.t5.jv(a, b);
44
+ return this.vf.j5(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.dt = function (a, b, c, d) {
47
- return this.t5.dt(a, b, c, d);
46
+ GeographicMapSeriesHost.prototype.li = function (a) {
47
+ var b = this.mh(a);
48
+ if (b == "LatitudeMemberPath") {
49
+ b = "YMemberPath";
50
+ }
51
+ if (b == "LongitudeMemberPath") {
52
+ b = "XMemberPath";
53
+ }
54
+ return this.vf.li(b);
55
+ };
56
+ GeographicMapSeriesHost.prototype.dz = function (a, b, c, d) {
57
+ return this.vf.dz(a, b, c, d);
48
58
  };
49
59
  GeographicMapSeriesHost.prototype.ag = function () {
50
- return this.t5.ag();
60
+ return this.vf.ag();
51
61
  };
52
- GeographicMapSeriesHost.prototype.bg = function () {
53
- return this.t5;
62
+ GeographicMapSeriesHost.prototype.bf = function () {
63
+ return this.vf;
54
64
  };
55
- Object.defineProperty(GeographicMapSeriesHost.prototype, "t5", {
65
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "vf", {
56
66
  get: function () {
57
- return this.t3;
67
+ return this.vd;
58
68
  },
59
69
  set: function (a) {
60
- var b = this.t5 != a;
70
+ var b = this.vf != a;
61
71
  if (b) {
62
- this.t3 = a;
63
- this.ua();
72
+ this.vd = a;
73
+ this.vk();
64
74
  }
65
75
  },
66
76
  enumerable: false,
67
77
  configurable: true
68
78
  });
69
79
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
70
- return this.t5.hasMarkers;
80
+ return this.vf.hasMarkers;
71
81
  };
72
- GeographicMapSeriesHost.prototype.ua = function () {
73
- if (this.t3 != null) {
74
- var hostedSeries_ = this.t3;
82
+ GeographicMapSeriesHost.prototype.vk = function () {
83
+ if (this.vd != null) {
84
+ var hostedSeries_ = this.vd;
75
85
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
76
86
  hostedSeries_.externalObject._implementation = hostedSeries_;
77
87
  }
78
- this.ns(this.t5);
79
- this.t6.b5();
88
+ this.of(this.vf);
89
+ this.vg.b5();
80
90
  };
81
- GeographicMapSeriesHost.prototype.c0 = function (a, b, c) {
82
- return this.c2(this.t5, a, b, c);
91
+ GeographicMapSeriesHost.prototype.c6 = function (a, b, c) {
92
+ return this.c8(this.vf, a, b, c);
83
93
  };
84
- GeographicMapSeriesHost.prototype.c1 = function (a, b, c) {
85
- return this.c3(this.t5, a, b, c);
94
+ GeographicMapSeriesHost.prototype.c7 = function (a, b, c) {
95
+ return this.c9(this.vf, a, b, c);
86
96
  };
87
- GeographicMapSeriesHost.prototype.js = function (a) {
88
- return this.jy(this.t5, a);
97
+ GeographicMapSeriesHost.prototype.j2 = function (a) {
98
+ return this.j8(this.vf, a);
89
99
  };
90
- GeographicMapSeriesHost.prototype.jg = function (a, b) {
91
- return this.t5.jg(a, b);
100
+ GeographicMapSeriesHost.prototype.jq = function (a, b) {
101
+ return this.vf.jq(a, b);
92
102
  };
93
- GeographicMapSeriesHost.prototype.je = function (a, b) {
94
- return this.t5.je(a, b);
103
+ GeographicMapSeriesHost.prototype.jo = function (a, b) {
104
+ return this.vf.jo(a, b);
95
105
  };
96
- GeographicMapSeriesHost.prototype.ia = function (a, b, c) {
97
- return this.t5.ia(a, b, c);
106
+ GeographicMapSeriesHost.prototype.il = function (a, b, c) {
107
+ return this.vf.il(a, b, c);
98
108
  };
99
- GeographicMapSeriesHost.prototype.tj = function (a, b, c) {
100
- return this.t5.tj(a, b, c);
109
+ GeographicMapSeriesHost.prototype.uu = function (a, b, c) {
110
+ return this.vf.uu(a, b, c);
101
111
  };
102
- GeographicMapSeriesHost.prototype.tu = function (a) {
103
- return this.t5.tu(a);
112
+ GeographicMapSeriesHost.prototype.u5 = function (a) {
113
+ return this.vf.u5(a);
104
114
  };
105
115
  GeographicMapSeriesHost.prototype.ak = function (a) {
106
- return this.t5.ak(a);
116
+ return this.vf.ak(a);
107
117
  };
108
- GeographicMapSeriesHost.prototype.tv = function (a) {
109
- return this.t5.tv(a);
118
+ GeographicMapSeriesHost.prototype.u6 = function (a) {
119
+ return this.vf.u6(a);
110
120
  };
111
121
  GeographicMapSeriesHost.prototype.al = function (a) {
112
- return this.t5.al(a);
122
+ return this.vf.al(a);
113
123
  };
114
- GeographicMapSeriesHost.prototype.tw = function (a) {
115
- return this.t5.tw(a);
124
+ GeographicMapSeriesHost.prototype.u7 = function (a) {
125
+ return this.vf.u7(a);
116
126
  };
117
- GeographicMapSeriesHost.prototype.tx = function (a) {
118
- return this.t5.tx(a);
127
+ GeographicMapSeriesHost.prototype.u8 = function (a) {
128
+ return this.vf.u8(a);
119
129
  };
120
- GeographicMapSeriesHost.prototype.h6 = function (a, b, c) {
121
- return this.t5.h6(a, b, c);
130
+ GeographicMapSeriesHost.prototype.ih = function (a, b, c) {
131
+ return this.vf.ih(a, b, c);
122
132
  };
123
- GeographicMapSeriesHost.prototype.tf = function (a, b, c) {
124
- return this.t5.tf(a, b, c);
133
+ GeographicMapSeriesHost.prototype.uq = function (a, b, c) {
134
+ return this.vf.uq(a, b, c);
125
135
  };
126
- GeographicMapSeriesHost.prototype.h8 = function (a, b, c) {
127
- return this.ia(a, b, c);
136
+ GeographicMapSeriesHost.prototype.ij = function (a, b, c) {
137
+ return this.il(a, b, c);
128
138
  };
129
- GeographicMapSeriesHost.prototype.th = function (a, b, c) {
130
- return this.t5.th(a, b, c);
139
+ GeographicMapSeriesHost.prototype.us = function (a, b, c) {
140
+ return this.vf.us(a, b, c);
131
141
  };
132
- GeographicMapSeriesHost.prototype.tk = function (a, b, c) {
133
- return this.t5.tk(a, b, c);
142
+ GeographicMapSeriesHost.prototype.uv = function (a, b, c) {
143
+ return this.vf.uv(a, b, c);
134
144
  };
135
- GeographicMapSeriesHost.prototype.ib = function (a, b, c) {
136
- return this.t5.ib(a, b, c);
145
+ GeographicMapSeriesHost.prototype.im = function (a, b, c) {
146
+ return this.vf.im(a, b, c);
137
147
  };
138
- GeographicMapSeriesHost.prototype.tg = function (a, b, c) {
139
- return this.t5.tg(a, b, c);
148
+ GeographicMapSeriesHost.prototype.ur = function (a, b, c) {
149
+ return this.vf.ur(a, b, c);
140
150
  };
141
- GeographicMapSeriesHost.prototype.h7 = function (a, b, c) {
142
- return this.t5.h7(a, b, c);
151
+ GeographicMapSeriesHost.prototype.ii = function (a, b, c) {
152
+ return this.vf.ii(a, b, c);
143
153
  };
144
- GeographicMapSeriesHost.prototype.ti = function (a, b, c) {
145
- return this.t5.ti(a, b, c);
154
+ GeographicMapSeriesHost.prototype.ut = function (a, b, c) {
155
+ return this.vf.ut(a, b, c);
146
156
  };
147
- GeographicMapSeriesHost.prototype.h9 = function (a, b, c) {
148
- return this.t5.h9(a, b, c);
157
+ GeographicMapSeriesHost.prototype.ik = function (a, b, c) {
158
+ return this.vf.ik(a, b, c);
149
159
  };
150
- GeographicMapSeriesHost.prototype.ja = function (a) {
151
- return this.t5.ja(a);
160
+ GeographicMapSeriesHost.prototype.jk = function (a) {
161
+ return this.vf.jk(a);
152
162
  };
153
- GeographicMapSeriesHost.prototype.h1 = function () {
154
- return this.t5.h1();
163
+ GeographicMapSeriesHost.prototype.ib = function () {
164
+ return this.vf.ib();
155
165
  };
156
- GeographicMapSeriesHost.prototype.hx = function (a) {
157
- return this.t5.hx(a);
166
+ GeographicMapSeriesHost.prototype.h7 = function (a) {
167
+ return this.vf.h7(a);
158
168
  };
159
- GeographicMapSeriesHost.prototype.jt = function (a) {
160
- return this.t5.jt(a);
169
+ GeographicMapSeriesHost.prototype.j3 = function (a) {
170
+ return this.vf.j3(a);
161
171
  };
162
- GeographicMapSeriesHost.prototype.cd = function () {
172
+ GeographicMapSeriesHost.prototype.ci = function () {
163
173
  return new HostSeriesView(this);
164
174
  };
165
- GeographicMapSeriesHost.prototype.o2 = function (a) {
166
- _super.prototype.o2.call(this, a);
167
- this.t6 = typeCast(HostSeriesView.$, a);
175
+ GeographicMapSeriesHost.prototype.px = function (a) {
176
+ _super.prototype.px.call(this, a);
177
+ this.vg = typeCast(HostSeriesView.$, a);
168
178
  };
169
- Object.defineProperty(GeographicMapSeriesHost.prototype, "t7", {
179
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "vh", {
170
180
  get: function () {
171
- return this.c(GeographicMapSeriesHost.uc);
181
+ return this.c(GeographicMapSeriesHost.vm);
172
182
  },
173
183
  set: function (a) {
174
- this.h(GeographicMapSeriesHost.uc, a);
184
+ this.h(GeographicMapSeriesHost.vm, a);
175
185
  },
176
186
  enumerable: false,
177
187
  configurable: true
178
188
  });
179
- GeographicMapSeriesHost.prototype.pa = function (a, b, c, d) {
180
- _super.prototype.pa.call(this, a, b, c, d);
189
+ GeographicMapSeriesHost.prototype.p5 = function (a, b, c, d) {
190
+ _super.prototype.p5.call(this, a, b, c, d);
181
191
  switch (b) {
182
192
  case "SeriesViewer":
183
- this.t5.cv = this.cv;
193
+ this.vf.c1 = this.c1;
184
194
  if (c != null) {
185
- c.o6(this.t5);
195
+ c.qm(this.vf);
186
196
  }
187
197
  if (d != null) {
188
- this.cv.ls(this.t5);
198
+ this.c1.ms(this.vf);
189
199
  }
190
- this.t5.pd(this.ty);
191
- this.t5.index = this.index;
192
- this.n3(this.t5);
193
- this.jm = this.t5.jm;
200
+ this.vf.p8(this.u9);
201
+ this.vf.index = this.index;
202
+ this.ox(this.vf);
203
+ this.jw = this.vf.jw;
194
204
  var e = typeCast(SeriesViewer.$, c);
195
205
  if (e != null) {
196
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ub));
206
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.vl));
197
207
  }
198
- if (this.cv != null) {
199
- var f = this.cv;
200
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ub));
208
+ if (this.c1 != null) {
209
+ var f = this.c1;
210
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.vl));
201
211
  }
202
- this.t9();
212
+ this.vj();
203
213
  break;
204
214
  case "SyncLink":
205
- this.t5.co = this.co;
215
+ this.vf.ct = this.ct;
206
216
  break;
207
217
  case "VisibleFromScale":
208
- this.t9();
218
+ this.vj();
209
219
  break;
210
220
  case "Index":
211
- this.t5.index = this.index;
221
+ this.vf.index = this.index;
212
222
  break;
213
223
  case "ItemsSource":
214
- this.t6.b6();
224
+ this.vg.b6();
215
225
  break;
216
226
  case "Resolution":
217
- this.t6.cd();
227
+ this.vg.cd();
218
228
  break;
219
229
  case "TransitionDuration":
220
- this.t6.cg();
230
+ this.vg.cg();
221
231
  break;
222
232
  case "Opacity":
223
- this.t6.ca();
233
+ this.vg.ca();
224
234
  break;
225
235
  case "Visibility":
226
- var hs_ = this.t5;
236
+ var hs_ = this.vf;
227
237
  var v_ = this._visibility;
228
238
  hs_.visibility = v_;
229
239
  break;
230
240
  case "MouseOverEnabled":
231
- this.t5.fl = this.fl;
241
+ this.vf.fs = this.fs;
232
242
  break;
233
243
  case "ExpectFunctions":
234
- this.t5.expectFunctions = this.expectFunctions;
244
+ this.vf.expectFunctions = this.expectFunctions;
235
245
  break;
236
246
  case "Thickness":
237
- this.t6.cf();
247
+ this.vg.cf();
238
248
  break;
239
249
  case "Brush":
240
- this.t6.b4();
250
+ this.vg.b4();
241
251
  break;
242
252
  case "Outline":
243
- this.t6.cc();
253
+ this.vg.cc();
244
254
  break;
245
255
  case "ActualBrush":
246
- this.t6.b1();
256
+ this.vg.b1();
247
257
  break;
248
258
  case "ActualOutline":
249
- this.t6.b2();
259
+ this.vg.b2();
250
260
  break;
251
261
  case "MarkerFillOpacity":
252
- if (!isNaN_(this.il)) {
253
- this.t6.b9();
262
+ if (!isNaN_(this.iw)) {
263
+ this.vg.b9();
254
264
  }
255
265
  break;
256
266
  case "AreaFillOpacity":
257
- if (!isNaN_(this.hq)) {
258
- this.t6.b3();
267
+ if (!isNaN_(this.h0)) {
268
+ this.vg.b3();
259
269
  }
260
270
  break;
261
271
  case "OutlineMode":
262
- this.t6.cb();
272
+ this.vg.cb();
263
273
  break;
264
274
  case "ShowDefaultTooltip":
265
- this.t6.ce();
275
+ this.vg.ce();
266
276
  break;
267
277
  case "Title":
268
- this.t5.title = this.title;
278
+ this.vf.title = this.title;
269
279
  break;
270
280
  case "LegendItemBadgeMode":
271
- this.t6.b7();
281
+ this.vg.b7();
272
282
  break;
273
283
  case "LegendItemBadgeShape":
274
- this.t6.b8();
284
+ this.vg.b8();
275
285
  break;
276
286
  case "Legend":
277
- this.t5.legend = this.legend;
278
- this.cg.av();
287
+ this.vf.legend = this.legend;
288
+ this.cl.av();
279
289
  break;
280
290
  }
281
291
  };
282
- GeographicMapSeriesHost.prototype.t9 = function () {
283
- if (this.cv == null || this.t5 == null) {
292
+ GeographicMapSeriesHost.prototype.vj = function () {
293
+ if (this.c1 == null || this.vf == null) {
284
294
  return;
285
295
  }
286
- if (!isNaN_(this.t7)) {
287
- if (this.cv.tr.width > this.t7) {
288
- var hs_ = this.t5;
296
+ if (!isNaN_(this.vh)) {
297
+ if (this.c1.vh.width > this.vh) {
298
+ var hs_ = this.vf;
289
299
  var v_ = 1;
290
300
  hs_.visibility = v_;
291
301
  }
292
302
  else {
293
- var hs2_ = this.t5;
303
+ var hs2_ = this.vf;
294
304
  var v2_ = 0;
295
305
  hs2_.visibility = v2_;
296
306
  }
297
307
  }
298
308
  };
299
- GeographicMapSeriesHost.prototype.ub = function (a, b) {
300
- this.t9();
309
+ GeographicMapSeriesHost.prototype.vl = function (a, b) {
310
+ this.vj();
301
311
  };
302
- GeographicMapSeriesHost.prototype.pr = function (a) {
303
- _super.prototype.pr.call(this, a);
304
- if (this.t5 != null) {
305
- this.t5.pr(a);
312
+ GeographicMapSeriesHost.prototype.qm = function (a) {
313
+ _super.prototype.qm.call(this, a);
314
+ if (this.vf != null) {
315
+ this.vf.qm(a);
306
316
  }
307
317
  };
308
- GeographicMapSeriesHost.prototype.pq = function (a, b, c, d, e) {
309
- if (this.t5 != null) {
310
- this.t5.pq(a, b, c, d, e);
318
+ GeographicMapSeriesHost.prototype.ql = function (a, b, c, d, e) {
319
+ if (this.vf != null) {
320
+ this.vf.ql(a, b, c, d, e);
311
321
  }
312
322
  };
313
323
  GeographicMapSeriesHost.prototype.au = function (a, b) {
314
- return this.t5.au(a, b);
324
+ return this.vf.au(a, b);
315
325
  };
316
- GeographicMapSeriesHost.prototype.qa = function () {
317
- _super.prototype.qa.call(this);
318
- this.t5.qa();
326
+ GeographicMapSeriesHost.prototype.q5 = function () {
327
+ _super.prototype.q5.call(this);
328
+ this.vf.q5();
319
329
  };
320
330
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
321
331
  return this._coercionMethods;
322
332
  };
323
333
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
324
334
  this._coercionMethods = a;
325
- this.t5.coercionMethods = a;
335
+ this.vf.coercionMethods = a;
326
336
  };
327
- GeographicMapSeriesHost.prototype.n2 = function (a) {
328
- _super.prototype.n2.call(this, a);
329
- if (this.t5 != null) {
330
- var b = this.t5.jr();
331
- this.nn(a, b);
337
+ GeographicMapSeriesHost.prototype.ow = function (a) {
338
+ _super.prototype.ow.call(this, a);
339
+ if (this.vf != null) {
340
+ var b = this.vf.j1();
341
+ this.oa(a, b);
332
342
  }
333
343
  };
334
344
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
335
- GeographicMapSeriesHost.uc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
345
+ GeographicMapSeriesHost.vm = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
336
346
  var c = a;
337
347
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
338
348
  }));
@@ -354,67 +364,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
354
364
  _super.prototype.at.call(this, a, b);
355
365
  };
356
366
  HostSeriesView.prototype.b5 = function () {
357
- this.b0.t2 = 1;
358
- this.b0.t5.t2 = 0;
359
- this.b0.t5.itemsSource = this.b0.itemsSource;
360
- this.b0.t5.index = this.b0.index;
361
- this.b0.t5.sy = this.b0.sy;
362
- this.b0.t5.s4 = this.b0.sy;
363
- this.b0.t5.b9 = this.b0.b9;
364
- this.b0.t5.ip = this.b0.ip;
365
- this.b0.t5.jj = this.b0.jj;
366
- this.b0.t5._opacity = this.b0._opacity;
367
- this.b0.t5.iv = this.b0.iv;
368
- this.b0.t5.hq = this.b0.hq;
369
- this.b0.t5.il = this.b0.il;
370
- this.b0.t5.fz = this.b0.fz;
371
- this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
372
- this.b0.t5.a6 = this.b0.a6;
367
+ this.b0.legendItemVisibility = 1;
368
+ this.b0.vf.legendItemVisibility = 0;
369
+ this.b0.vf.itemsSource = this.b0.itemsSource;
370
+ this.b0.vf.index = this.b0.index;
371
+ this.b0.vf.t2 = this.b0.t2;
372
+ this.b0.vf.ud = this.b0.t2;
373
+ this.b0.vf.b8 = this.b0.b8;
374
+ this.b0.vf.iz = this.b0.iz;
375
+ this.b0.vf.jt = this.b0.jt;
376
+ this.b0.vf._opacity = this.b0._opacity;
377
+ this.b0.vf.i5 = this.b0.i5;
378
+ this.b0.vf.h0 = this.b0.h0;
379
+ this.b0.vf.iw = this.b0.iw;
380
+ this.b0.vf.f9 = this.b0.f9;
381
+ this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
382
+ this.b0.vf.a5 = this.b0.a5;
373
383
  };
374
384
  HostSeriesView.prototype.b6 = function () {
375
- this.b0.t5.itemsSource = this.b0.itemsSource;
385
+ this.b0.vf.itemsSource = this.b0.itemsSource;
376
386
  };
377
387
  HostSeriesView.prototype.cd = function () {
378
- this.b0.t5.ip = this.b0.ip;
388
+ this.b0.vf.iz = this.b0.iz;
379
389
  };
380
390
  HostSeriesView.prototype.cg = function () {
381
- this.b0.t5.jj = this.b0.jj;
391
+ this.b0.vf.jt = this.b0.jt;
382
392
  };
383
393
  HostSeriesView.prototype.ca = function () {
384
- this.b0.t5._opacity = this.b0._opacity;
394
+ this.b0.vf._opacity = this.b0._opacity;
385
395
  };
386
396
  HostSeriesView.prototype.cf = function () {
387
- this.b0.t5.iv = this.b0.iv;
397
+ this.b0.vf.i5 = this.b0.i5;
388
398
  };
389
399
  HostSeriesView.prototype.b4 = function () {
390
- this.b0.t5.sy = this.b0.sy;
400
+ this.b0.vf.t2 = this.b0.t2;
391
401
  };
392
402
  HostSeriesView.prototype.cc = function () {
393
- this.b0.t5.s4 = this.b0.s4;
403
+ this.b0.vf.ud = this.b0.ud;
394
404
  };
395
405
  HostSeriesView.prototype.b1 = function () {
396
- this.b0.t5.sy = this.b0.su;
406
+ this.b0.vf.t2 = this.b0.tw;
397
407
  };
398
408
  HostSeriesView.prototype.b2 = function () {
399
- this.b0.t5.s4 = this.b0.sx;
409
+ this.b0.vf.ud = this.b0.t0;
400
410
  };
401
411
  HostSeriesView.prototype.b7 = function () {
402
- this.b0.t5.a6 = this.b0.a6;
412
+ this.b0.vf.a5 = this.b0.a5;
403
413
  };
404
414
  HostSeriesView.prototype.b8 = function () {
405
- this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
415
+ this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
406
416
  };
407
417
  HostSeriesView.prototype.b3 = function () {
408
- this.b0.t5.hq = this.b0.hq;
418
+ this.b0.vf.h0 = this.b0.h0;
409
419
  };
410
420
  HostSeriesView.prototype.b9 = function () {
411
- this.b0.t5.il = this.b0.il;
421
+ this.b0.vf.iw = this.b0.iw;
412
422
  };
413
423
  HostSeriesView.prototype.cb = function () {
414
- this.b0.t5.b9 = this.b0.b9;
424
+ this.b0.vf.b8 = this.b0.b8;
415
425
  };
416
426
  HostSeriesView.prototype.ce = function () {
417
- this.b0.t5.fz = this.b0.fz;
427
+ this.b0.vf.f9 = this.b0.f9;
418
428
  };
419
429
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
420
430
  return HostSeriesView;