igniteui-angular-maps 18.1.0 → 18.2.0-beta.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 (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1559 -1473
  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 +208 -193
  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 +79 -69
  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/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1561 -1487
  60. package/fesm5/igniteui-angular-maps.js +1560 -1474
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -20,335 +20,350 @@ 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.ww = null;
24
+ _this.wy = _this.wx();
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.qe = function () {
28
+ _super.prototype.qe.call(this);
29
+ if (this.wy != null) {
30
+ this.wy.qe();
31
31
  }
32
32
  };
33
- GeographicMapSeriesHost.prototype.get_fa = function () {
33
+ GeographicMapSeriesHost.prototype.get_fc = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.ko = function (a, b) {
37
- var c = this.na(b);
36
+ GeographicMapSeriesHost.prototype.kq = function (a, b) {
37
+ var c = this.nd(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.wy.kq(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.ma = function (a) {
47
- var b = this.na(a);
46
+ GeographicMapSeriesHost.prototype.md = function (a) {
47
+ var b = this.nd(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.wy.md(b);
55
55
  };
56
- GeographicMapSeriesHost.prototype.get_kg = function () {
57
- return this.kx(this.wr);
56
+ GeographicMapSeriesHost.prototype.get_ki = function () {
57
+ return this.k0(this.wy);
58
58
  };
59
- GeographicMapSeriesHost.prototype.set_kg = function (a) {
60
- this.ow(this.wr, a);
59
+ GeographicMapSeriesHost.prototype.set_ki = function (a) {
60
+ this.oz(this.wy, a);
61
61
  };
62
- GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d) {
63
- return this.wr.d9(a, b, c, d);
62
+ GeographicMapSeriesHost.prototype.eb = function (a, b, c, d, e) {
63
+ return this.wy.eb(a, b, c, d, e);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.wr.ai();
66
+ return this.wy.ai();
67
67
  };
68
- GeographicMapSeriesHost.prototype.bm = function () {
69
- return this.wr;
68
+ GeographicMapSeriesHost.prototype.bo = function () {
69
+ return this.wy;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wr", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wy", {
72
72
  get: function () {
73
- return this.wp;
73
+ return this.ww;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.wr != a;
77
- if (b) {
78
- this.wp = a;
79
- this.ww();
76
+ var b = this.ww;
77
+ var c = this.wy != a;
78
+ if (c) {
79
+ this.ww = a;
80
+ this.w3(b, this.ww);
80
81
  }
81
82
  },
82
83
  enumerable: false,
83
84
  configurable: true
84
85
  });
85
86
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
86
- return this.wr.hasMarkers;
87
+ return this.wy.hasMarkers;
87
88
  };
88
- GeographicMapSeriesHost.prototype.ww = function () {
89
- if (this.wp != null) {
90
- var hostedSeries_ = this.wp;
89
+ GeographicMapSeriesHost.prototype.w3 = function (a, b) {
90
+ if (this.ww != null) {
91
+ var hostedSeries_ = this.ww;
91
92
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
92
93
  hostedSeries_.externalObject._implementation = hostedSeries_;
93
94
  }
94
- this.pc(this.wr);
95
- this.ws.b5();
96
- };
97
- GeographicMapSeriesHost.prototype.de = function (a, b, c) {
98
- return this.dg(this.wr, a, b, c);
99
- };
100
- GeographicMapSeriesHost.prototype.df = function (a, b, c) {
101
- return this.dh(this.wr, a, b, c);
95
+ this.pf(this.wy);
96
+ this.wz.b5();
97
+ if (a != null) {
98
+ var c = (a);
99
+ this.rz(c, null);
100
+ }
101
+ if (b != null) {
102
+ var d = (b);
103
+ this.rz(d, this);
104
+ }
102
105
  };
103
- GeographicMapSeriesHost.prototype.kl = function (a) {
104
- return this.kt(this.wr, a);
106
+ GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
107
+ return this.di(this.wy, a, b, c);
105
108
  };
106
- GeographicMapSeriesHost.prototype.j8 = function (a, b) {
107
- return this.wr.j8(a, b);
109
+ GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
110
+ return this.dj(this.wy, a, b, c);
108
111
  };
109
- GeographicMapSeriesHost.prototype.j6 = function (a, b) {
110
- return this.wr.j6(a, b);
112
+ GeographicMapSeriesHost.prototype.kn = function (a) {
113
+ return this.kw(this.wy, a);
111
114
  };
112
- GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
113
- return this.wr.i3(a, b, c);
115
+ GeographicMapSeriesHost.prototype.ka = function (a, b) {
116
+ return this.wy.ka(a, b);
114
117
  };
115
- GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
116
- return this.wr.v5(a, b, c);
118
+ GeographicMapSeriesHost.prototype.j8 = function (a, b) {
119
+ return this.wy.j8(a, b);
117
120
  };
118
- GeographicMapSeriesHost.prototype.wg = function (a) {
119
- return this.wr.wg(a);
121
+ GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
122
+ return this.wy.i5(a, b, c);
120
123
  };
121
- GeographicMapSeriesHost.prototype.an = function (a) {
122
- return this.wr.an(a);
124
+ GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
125
+ return this.wy.wa(a, b, c);
123
126
  };
124
- GeographicMapSeriesHost.prototype.wh = function (a) {
125
- return this.wr.wh(a);
127
+ GeographicMapSeriesHost.prototype.wl = function (a) {
128
+ return this.wy.wl(a);
126
129
  };
127
130
  GeographicMapSeriesHost.prototype.ao = function (a) {
128
- return this.wr.ao(a);
131
+ return this.wy.ao(a);
129
132
  };
130
- GeographicMapSeriesHost.prototype.wi = function (a) {
131
- return this.wr.wi(a);
133
+ GeographicMapSeriesHost.prototype.wm = function (a) {
134
+ return this.wy.wm(a);
132
135
  };
133
- GeographicMapSeriesHost.prototype.wj = function (a) {
134
- return this.wr.wj(a);
136
+ GeographicMapSeriesHost.prototype.ap = function (a) {
137
+ return this.wy.ap(a);
135
138
  };
136
- GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
137
- return this.wr.iz(a, b, c);
139
+ GeographicMapSeriesHost.prototype.wn = function (a) {
140
+ return this.wy.wn(a);
138
141
  };
139
- GeographicMapSeriesHost.prototype.v1 = function (a, b, c) {
140
- return this.wr.v1(a, b, c);
142
+ GeographicMapSeriesHost.prototype.wo = function (a) {
143
+ return this.wy.wo(a);
141
144
  };
142
145
  GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
143
- return this.i3(a, b, c);
144
- };
145
- GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
146
- return this.wr.v3(a, b, c);
146
+ return this.wy.i1(a, b, c);
147
147
  };
148
148
  GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
149
- return this.wr.v6(a, b, c);
149
+ return this.wy.v6(a, b, c);
150
150
  };
151
- GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
152
- return this.wr.i4(a, b, c);
151
+ GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
152
+ return this.i5(a, b, c);
153
153
  };
154
- GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
155
- return this.wr.v2(a, b, c);
154
+ GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
155
+ return this.wy.v8(a, b, c);
156
156
  };
157
- GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
158
- return this.wr.i0(a, b, c);
157
+ GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
158
+ return this.wy.wb(a, b, c);
159
159
  };
160
- GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
161
- return this.wr.v4(a, b, c);
160
+ GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
161
+ return this.wy.i6(a, b, c);
162
+ };
163
+ GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
164
+ return this.wy.v7(a, b, c);
162
165
  };
163
166
  GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
164
- return this.wr.i2(a, b, c);
167
+ return this.wy.i2(a, b, c);
168
+ };
169
+ GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
170
+ return this.wy.v9(a, b, c);
165
171
  };
166
- GeographicMapSeriesHost.prototype.j2 = function (a) {
167
- return this.wr.j2(a);
172
+ GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
173
+ return this.wy.i4(a, b, c);
174
+ };
175
+ GeographicMapSeriesHost.prototype.j4 = function (a) {
176
+ return this.wy.j4(a);
168
177
  };
169
- GeographicMapSeriesHost.prototype.iu = function () {
170
- return this.wr.iu();
178
+ GeographicMapSeriesHost.prototype.iw = function () {
179
+ return this.wy.iw();
171
180
  };
172
- GeographicMapSeriesHost.prototype.iq = function (a) {
173
- return this.wr.iq(a);
181
+ GeographicMapSeriesHost.prototype.is = function (a) {
182
+ return this.wy.is(a);
174
183
  };
175
- GeographicMapSeriesHost.prototype.km = function (a) {
176
- return this.wr.km(a);
184
+ GeographicMapSeriesHost.prototype.ko = function (a) {
185
+ return this.wy.ko(a);
177
186
  };
178
- GeographicMapSeriesHost.prototype.cq = function () {
187
+ GeographicMapSeriesHost.prototype.cs = function () {
179
188
  return new HostSeriesView(this);
180
189
  };
181
- GeographicMapSeriesHost.prototype.qw = function (a) {
182
- _super.prototype.qw.call(this, a);
183
- this.ws = typeCast(HostSeriesView.$, a);
190
+ GeographicMapSeriesHost.prototype.qz = function (a) {
191
+ _super.prototype.qz.call(this, a);
192
+ this.wz = typeCast(HostSeriesView.$, a);
184
193
  };
185
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wt", {
194
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "w0", {
186
195
  get: function () {
187
- return this.c(GeographicMapSeriesHost.wy);
196
+ return this.c(GeographicMapSeriesHost.w5);
188
197
  },
189
198
  set: function (a) {
190
- this.h(GeographicMapSeriesHost.wy, a);
199
+ this.h(GeographicMapSeriesHost.w5, a);
191
200
  },
192
201
  enumerable: false,
193
202
  configurable: true
194
203
  });
195
- GeographicMapSeriesHost.prototype.q4 = function (a, b, c, d) {
196
- _super.prototype.q4.call(this, a, b, c, d);
204
+ GeographicMapSeriesHost.prototype.q7 = function (a, b, c, d) {
205
+ _super.prototype.q7.call(this, a, b, c, d);
197
206
  switch (b) {
198
207
  case "SeriesViewer":
199
- this.wr.c9 = this.c9;
208
+ this.wy.db = this.db;
200
209
  if (c != null) {
201
- c.qq(this.wr);
210
+ c.q4(this.wy);
202
211
  }
203
212
  if (d != null) {
204
- this.c9.mw(this.wr);
213
+ this.db.m8(this.wy);
205
214
  }
206
- this.wr.q7(this.wk);
207
- this.wr.index = this.index;
208
- this.pv(this.wr);
209
- this.ke = this.wr.ke;
215
+ this.wy.ra(this.wq);
216
+ this.wy.index = this.index;
217
+ this.py(this.wy);
218
+ this.kg = this.wy.kg;
210
219
  var e = typeCast(SeriesViewer.$, c);
211
220
  if (e != null) {
212
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wx));
221
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w4));
213
222
  }
214
- if (this.c9 != null) {
215
- var f = this.c9;
216
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wx));
223
+ if (this.db != null) {
224
+ var f = this.db;
225
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w4));
217
226
  }
218
- this.wv();
227
+ this.w2();
219
228
  break;
220
229
  case "SyncLink":
221
- this.wr.c1 = this.c1;
230
+ this.wy.c3 = this.c3;
222
231
  break;
223
232
  case "VisibleFromScale":
224
- this.wv();
233
+ this.w2();
225
234
  break;
226
235
  case "Index":
227
- this.wr.index = this.index;
236
+ this.wy.index = this.index;
228
237
  break;
229
238
  case "ItemsSource":
230
- this.ws.b6();
239
+ this.wz.b6();
231
240
  break;
232
241
  case "Resolution":
233
- this.ws.cd();
242
+ this.wz.cd();
234
243
  break;
235
244
  case "TransitionDuration":
236
- this.ws.cg();
245
+ this.wz.cg();
237
246
  break;
238
247
  case "Opacity":
239
- this.ws.ca();
248
+ this.wz.ca();
240
249
  break;
241
250
  case "Visibility":
242
- var hs_ = this.wr;
251
+ var hs_ = this.wy;
243
252
  var v_ = this._visibility;
244
253
  hs_.visibility = v_;
245
254
  break;
246
255
  case "MouseOverEnabled":
247
- this.wr.f6 = this.f6;
256
+ this.wy.f8 = this.f8;
248
257
  break;
249
258
  case "ExpectFunctions":
250
- this.wr.expectFunctions = this.expectFunctions;
259
+ this.wy.expectFunctions = this.expectFunctions;
251
260
  break;
252
261
  case "Thickness":
253
- this.ws.cf();
262
+ this.wz.cf();
254
263
  break;
255
264
  case "Brush":
256
- this.ws.b4();
265
+ this.wz.b4();
257
266
  break;
258
267
  case "Outline":
259
- this.ws.cc();
268
+ this.wz.cc();
260
269
  break;
261
270
  case "ActualBrush":
262
- this.ws.b1();
271
+ this.wz.b1();
263
272
  break;
264
273
  case "ActualOutline":
265
- this.ws.b2();
274
+ this.wz.b2();
266
275
  break;
267
276
  case "MarkerFillOpacity":
268
- if (!isNaN_(this.je)) {
269
- this.ws.b9();
277
+ if (!isNaN_(this.jg)) {
278
+ this.wz.b9();
270
279
  }
271
280
  break;
272
281
  case "AreaFillOpacity":
273
- if (!isNaN_(this.ii)) {
274
- this.ws.b3();
282
+ if (!isNaN_(this.ik)) {
283
+ this.wz.b3();
275
284
  }
276
285
  break;
277
286
  case "OutlineMode":
278
- this.ws.cb();
287
+ this.wz.cb();
279
288
  break;
280
289
  case "ShowDefaultTooltip":
281
- this.ws.ce();
290
+ this.wz.ce();
282
291
  break;
283
292
  case "Title":
284
- this.wr.title = this.title;
293
+ this.wy.title = this.title;
285
294
  break;
286
295
  case "LegendItemBadgeMode":
287
- this.ws.b7();
296
+ this.wz.b7();
288
297
  break;
289
298
  case "LegendItemBadgeShape":
290
- this.ws.b8();
299
+ this.wz.b8();
291
300
  break;
292
301
  case "Legend":
293
- this.wr.legend = this.legend;
294
- this.ct.av();
302
+ this.wy.legend = this.legend;
303
+ this.cv.av();
295
304
  break;
296
305
  }
297
306
  };
298
- GeographicMapSeriesHost.prototype.wv = function () {
299
- if (this.c9 == null || this.wr == null) {
307
+ GeographicMapSeriesHost.prototype.w2 = function () {
308
+ if (this.db == null || this.wy == null) {
300
309
  return;
301
310
  }
302
- if (!isNaN_(this.wt)) {
303
- if (this.c9.vl.width > this.wt) {
304
- var hs_ = this.wr;
311
+ if (!isNaN_(this.w0)) {
312
+ if (this.db.v4.width > this.w0) {
313
+ var hs_ = this.wy;
305
314
  var v_ = 1;
306
315
  hs_.visibility = v_;
307
316
  }
308
317
  else {
309
- var hs2_ = this.wr;
318
+ var hs2_ = this.wy;
310
319
  var v2_ = 0;
311
320
  hs2_.visibility = v2_;
312
321
  }
313
322
  }
314
323
  };
315
- GeographicMapSeriesHost.prototype.wx = function (a, b) {
316
- this.wv();
324
+ GeographicMapSeriesHost.prototype.w4 = function (a, b) {
325
+ this.w2();
326
+ };
327
+ GeographicMapSeriesHost.prototype.rp = function (a) {
328
+ _super.prototype.rp.call(this, a);
329
+ if (this.wy != null) {
330
+ this.wy.rp(a);
331
+ }
317
332
  };
318
- GeographicMapSeriesHost.prototype.rm = function (a) {
319
- _super.prototype.rm.call(this, a);
320
- if (this.wr != null) {
321
- this.wr.rm(a);
333
+ GeographicMapSeriesHost.prototype.q3 = function (a) {
334
+ _super.prototype.q3.call(this, a);
335
+ if (this.wy != null) {
336
+ this.wy.ql();
322
337
  }
323
338
  };
324
- GeographicMapSeriesHost.prototype.rl = function (a, b, c, d, e) {
325
- if (this.wr != null) {
326
- this.wr.rl(a, b, c, d, e);
339
+ GeographicMapSeriesHost.prototype.ro = function (a, b, c, d, e) {
340
+ if (this.wy != null) {
341
+ this.wy.ro(a, b, c, d, e);
327
342
  }
328
343
  };
329
- GeographicMapSeriesHost.prototype.a1 = function (a, b) {
330
- return this.wr.a1(a, b);
344
+ GeographicMapSeriesHost.prototype.a2 = function (a, b) {
345
+ return this.wy.a2(a, b);
331
346
  };
332
- GeographicMapSeriesHost.prototype.r5 = function () {
333
- _super.prototype.r5.call(this);
334
- this.wr.r5();
347
+ GeographicMapSeriesHost.prototype.sa = function () {
348
+ _super.prototype.sa.call(this);
349
+ this.wy.sa();
335
350
  };
336
351
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
337
352
  return this._coercionMethods;
338
353
  };
339
354
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
340
355
  this._coercionMethods = a;
341
- this.wr.coercionMethods = a;
356
+ this.wy.coercionMethods = a;
342
357
  };
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);
358
+ GeographicMapSeriesHost.prototype.px = function (a) {
359
+ _super.prototype.px.call(this, a);
360
+ if (this.wy != null) {
361
+ var b = this.wy.km();
362
+ this.o8(a, b);
348
363
  }
349
364
  };
350
365
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
351
- GeographicMapSeriesHost.wy = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
366
+ GeographicMapSeriesHost.w5 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
352
367
  var c = a;
353
368
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
354
369
  }));
@@ -371,66 +386,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
371
386
  };
372
387
  HostSeriesView.prototype.b5 = function () {
373
388
  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;
389
+ this.b0.wy.legendItemVisibility = 0;
390
+ this.b0.wy.itemsSource = this.b0.itemsSource;
391
+ this.b0.wy.index = this.b0.index;
392
+ this.b0.wy.vd = this.b0.vd;
393
+ this.b0.wy.vt = this.b0.vd;
394
+ this.b0.wy.ci = this.b0.ci;
395
+ this.b0.wy.jj = this.b0.jj;
396
+ this.b0.wy.kd = this.b0.kd;
397
+ this.b0.wy._opacity = this.b0._opacity;
398
+ this.b0.wy.jp = this.b0.jp;
399
+ this.b0.wy.ik = this.b0.ik;
400
+ this.b0.wy.jg = this.b0.jg;
401
+ this.b0.wy.gp = this.b0.gp;
402
+ this.b0.wy.legendItemBadgeShape = this.b0.legendItemBadgeShape;
403
+ this.b0.wy.bd = this.b0.bd;
389
404
  };
390
405
  HostSeriesView.prototype.b6 = function () {
391
- this.b0.wr.itemsSource = this.b0.itemsSource;
406
+ this.b0.wy.itemsSource = this.b0.itemsSource;
392
407
  };
393
408
  HostSeriesView.prototype.cd = function () {
394
- this.b0.wr.jh = this.b0.jh;
409
+ this.b0.wy.jj = this.b0.jj;
395
410
  };
396
411
  HostSeriesView.prototype.cg = function () {
397
- this.b0.wr.kb = this.b0.kb;
412
+ this.b0.wy.kd = this.b0.kd;
398
413
  };
399
414
  HostSeriesView.prototype.ca = function () {
400
- this.b0.wr._opacity = this.b0._opacity;
415
+ this.b0.wy._opacity = this.b0._opacity;
401
416
  };
402
417
  HostSeriesView.prototype.cf = function () {
403
- this.b0.wr.jn = this.b0.jn;
418
+ this.b0.wy.jp = this.b0.jp;
404
419
  };
405
420
  HostSeriesView.prototype.b4 = function () {
406
- this.b0.wr.u8 = this.b0.u8;
421
+ this.b0.wy.vd = this.b0.vd;
407
422
  };
408
423
  HostSeriesView.prototype.cc = function () {
409
- this.b0.wr.vo = this.b0.vo;
424
+ this.b0.wy.vt = this.b0.vt;
410
425
  };
411
426
  HostSeriesView.prototype.b1 = function () {
412
- this.b0.wr.u8 = this.b0.u2;
427
+ this.b0.wy.vd = this.b0.u7;
413
428
  };
414
429
  HostSeriesView.prototype.b2 = function () {
415
- this.b0.wr.vo = this.b0.u6;
430
+ this.b0.wy.vt = this.b0.vb;
416
431
  };
417
432
  HostSeriesView.prototype.b7 = function () {
418
- this.b0.wr.bc = this.b0.bc;
433
+ this.b0.wy.bd = this.b0.bd;
419
434
  };
420
435
  HostSeriesView.prototype.b8 = function () {
421
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
436
+ this.b0.wy.legendItemBadgeShape = this.b0.legendItemBadgeShape;
422
437
  };
423
438
  HostSeriesView.prototype.b3 = function () {
424
- this.b0.wr.ii = this.b0.ii;
439
+ this.b0.wy.ik = this.b0.ik;
425
440
  };
426
441
  HostSeriesView.prototype.b9 = function () {
427
- this.b0.wr.je = this.b0.je;
442
+ this.b0.wy.jg = this.b0.jg;
428
443
  };
429
444
  HostSeriesView.prototype.cb = function () {
430
- this.b0.wr.cg = this.b0.cg;
445
+ this.b0.wy.ci = this.b0.ci;
431
446
  };
432
447
  HostSeriesView.prototype.ce = function () {
433
- this.b0.wr.gn = this.b0.gn;
448
+ this.b0.wy.gp = this.b0.gp;
434
449
  };
435
450
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
436
451
  return HostSeriesView;