igniteui-webcomponents-maps 5.0.2 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1524 -1524
  2. package/bundles/igniteui-webcomponents-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 +191 -191
  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/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 +465 -465
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-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 +189 -189
  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 +62 -62
  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 +458 -458
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1538 -1538
  60. package/fesm5/igniteui-webcomponents-maps.js +1524 -1524
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +49 -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 +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -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 +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +114 -114
  78. package/package.json +3 -3
@@ -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.wq = null;
24
- _this.ws = _this.wr();
23
+ _this.wu = null;
24
+ _this.ww = _this.wv();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.qc = function () {
28
- _super.prototype.qc.call(this);
29
- if (this.ws != null) {
30
- this.ws.qc();
27
+ GeographicMapSeriesHost.prototype.qd = function () {
28
+ _super.prototype.qd.call(this);
29
+ if (this.ww != null) {
30
+ this.ww.qd();
31
31
  }
32
32
  };
33
- GeographicMapSeriesHost.prototype.get_fa = function () {
33
+ GeographicMapSeriesHost.prototype.get_fb = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.ko = function (a, b) {
37
- var c = this.nb(b);
36
+ GeographicMapSeriesHost.prototype.kp = function (a, b) {
37
+ var c = this.nc(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.ws.ko(a, c);
44
+ return this.ww.kp(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.mb = function (a) {
47
- var b = this.nb(a);
46
+ GeographicMapSeriesHost.prototype.mc = function (a) {
47
+ var b = this.nc(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.ws.mb(b);
54
+ return this.ww.mc(b);
55
55
  };
56
- GeographicMapSeriesHost.prototype.get_kg = function () {
57
- return this.ky(this.ws);
56
+ GeographicMapSeriesHost.prototype.get_kh = function () {
57
+ return this.kz(this.ww);
58
58
  };
59
- GeographicMapSeriesHost.prototype.set_kg = function (a) {
60
- this.ox(this.ws, a);
59
+ GeographicMapSeriesHost.prototype.set_kh = function (a) {
60
+ this.oy(this.ww, a);
61
61
  };
62
- GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d, e) {
63
- return this.ws.d9(a, b, c, d, e);
62
+ GeographicMapSeriesHost.prototype.ea = function (a, b, c, d, e) {
63
+ return this.ww.ea(a, b, c, d, e);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.ws.ai();
66
+ return this.ww.ai();
67
67
  };
68
- GeographicMapSeriesHost.prototype.bm = function () {
69
- return this.ws;
68
+ GeographicMapSeriesHost.prototype.bn = function () {
69
+ return this.ww;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "ws", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "ww", {
72
72
  get: function () {
73
- return this.wq;
73
+ return this.wu;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.ws != a;
76
+ var b = this.ww != a;
77
77
  if (b) {
78
- this.wq = a;
79
- this.wx();
78
+ this.wu = a;
79
+ this.w1();
80
80
  }
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
84
84
  });
85
85
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
86
- return this.ws.hasMarkers;
86
+ return this.ww.hasMarkers;
87
87
  };
88
- GeographicMapSeriesHost.prototype.wx = function () {
89
- if (this.wq != null) {
90
- var hostedSeries_ = this.wq;
88
+ GeographicMapSeriesHost.prototype.w1 = function () {
89
+ if (this.wu != null) {
90
+ var hostedSeries_ = this.wu;
91
91
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
92
92
  hostedSeries_.externalObject._implementation = hostedSeries_;
93
93
  }
94
- this.pd(this.ws);
95
- this.wt.b5();
96
- };
97
- GeographicMapSeriesHost.prototype.de = function (a, b, c) {
98
- return this.dg(this.ws, a, b, c);
94
+ this.pe(this.ww);
95
+ this.wx.b5();
99
96
  };
100
97
  GeographicMapSeriesHost.prototype.df = function (a, b, c) {
101
- return this.dh(this.ws, a, b, c);
102
- };
103
- GeographicMapSeriesHost.prototype.kl = function (a) {
104
- return this.ku(this.ws, a);
98
+ return this.dh(this.ww, a, b, c);
105
99
  };
106
- GeographicMapSeriesHost.prototype.j8 = function (a, b) {
107
- return this.ws.j8(a, b);
100
+ GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
101
+ return this.di(this.ww, a, b, c);
108
102
  };
109
- GeographicMapSeriesHost.prototype.j6 = function (a, b) {
110
- return this.ws.j6(a, b);
103
+ GeographicMapSeriesHost.prototype.km = function (a) {
104
+ return this.kv(this.ww, a);
111
105
  };
112
- GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
113
- return this.ws.i3(a, b, c);
106
+ GeographicMapSeriesHost.prototype.j9 = function (a, b) {
107
+ return this.ww.j9(a, b);
114
108
  };
115
- GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
116
- return this.ws.v6(a, b, c);
109
+ GeographicMapSeriesHost.prototype.j7 = function (a, b) {
110
+ return this.ww.j7(a, b);
117
111
  };
118
- GeographicMapSeriesHost.prototype.wh = function (a) {
119
- return this.ws.wh(a);
112
+ GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
113
+ return this.ww.i4(a, b, c);
120
114
  };
121
- GeographicMapSeriesHost.prototype.an = function (a) {
122
- return this.ws.an(a);
115
+ GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
116
+ return this.ww.v8(a, b, c);
123
117
  };
124
- GeographicMapSeriesHost.prototype.wi = function (a) {
125
- return this.ws.wi(a);
118
+ GeographicMapSeriesHost.prototype.wj = function (a) {
119
+ return this.ww.wj(a);
126
120
  };
127
121
  GeographicMapSeriesHost.prototype.ao = function (a) {
128
- return this.ws.ao(a);
129
- };
130
- GeographicMapSeriesHost.prototype.wj = function (a) {
131
- return this.ws.wj(a);
122
+ return this.ww.ao(a);
132
123
  };
133
124
  GeographicMapSeriesHost.prototype.wk = function (a) {
134
- return this.ws.wk(a);
125
+ return this.ww.wk(a);
135
126
  };
136
- GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
137
- return this.ws.iz(a, b, c);
127
+ GeographicMapSeriesHost.prototype.ap = function (a) {
128
+ return this.ww.ap(a);
138
129
  };
139
- GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
140
- return this.ws.v2(a, b, c);
130
+ GeographicMapSeriesHost.prototype.wl = function (a) {
131
+ return this.ww.wl(a);
141
132
  };
142
- GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
143
- return this.i3(a, b, c);
133
+ GeographicMapSeriesHost.prototype.wm = function (a) {
134
+ return this.ww.wm(a);
135
+ };
136
+ GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
137
+ return this.ww.i0(a, b, c);
144
138
  };
145
139
  GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
146
- return this.ws.v4(a, b, c);
140
+ return this.ww.v4(a, b, c);
147
141
  };
148
- GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
149
- return this.ws.v7(a, b, c);
142
+ GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
143
+ return this.i4(a, b, c);
150
144
  };
151
- GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
152
- return this.ws.i4(a, b, c);
145
+ GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
146
+ return this.ww.v6(a, b, c);
153
147
  };
154
- GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
155
- return this.ws.v3(a, b, c);
148
+ GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
149
+ return this.ww.v9(a, b, c);
156
150
  };
157
- GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
158
- return this.ws.i0(a, b, c);
151
+ GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
152
+ return this.ww.i5(a, b, c);
159
153
  };
160
154
  GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
161
- return this.ws.v5(a, b, c);
155
+ return this.ww.v5(a, b, c);
162
156
  };
163
- GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
164
- return this.ws.i2(a, b, c);
157
+ GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
158
+ return this.ww.i1(a, b, c);
159
+ };
160
+ GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
161
+ return this.ww.v7(a, b, c);
165
162
  };
166
- GeographicMapSeriesHost.prototype.j2 = function (a) {
167
- return this.ws.j2(a);
163
+ GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
164
+ return this.ww.i3(a, b, c);
168
165
  };
169
- GeographicMapSeriesHost.prototype.iu = function () {
170
- return this.ws.iu();
166
+ GeographicMapSeriesHost.prototype.j3 = function (a) {
167
+ return this.ww.j3(a);
171
168
  };
172
- GeographicMapSeriesHost.prototype.iq = function (a) {
173
- return this.ws.iq(a);
169
+ GeographicMapSeriesHost.prototype.iv = function () {
170
+ return this.ww.iv();
174
171
  };
175
- GeographicMapSeriesHost.prototype.km = function (a) {
176
- return this.ws.km(a);
172
+ GeographicMapSeriesHost.prototype.ir = function (a) {
173
+ return this.ww.ir(a);
174
+ };
175
+ GeographicMapSeriesHost.prototype.kn = function (a) {
176
+ return this.ww.kn(a);
177
177
  };
178
- GeographicMapSeriesHost.prototype.cq = function () {
178
+ GeographicMapSeriesHost.prototype.cr = function () {
179
179
  return new HostSeriesView(this);
180
180
  };
181
- GeographicMapSeriesHost.prototype.qx = function (a) {
182
- _super.prototype.qx.call(this, a);
183
- this.wt = typeCast(HostSeriesView.$, a);
181
+ GeographicMapSeriesHost.prototype.qy = function (a) {
182
+ _super.prototype.qy.call(this, a);
183
+ this.wx = typeCast(HostSeriesView.$, a);
184
184
  };
185
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wu", {
185
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wy", {
186
186
  get: function () {
187
- return this.c(GeographicMapSeriesHost.wz);
187
+ return this.c(GeographicMapSeriesHost.w3);
188
188
  },
189
189
  set: function (a) {
190
- this.h(GeographicMapSeriesHost.wz, a);
190
+ this.h(GeographicMapSeriesHost.w3, a);
191
191
  },
192
192
  enumerable: false,
193
193
  configurable: true
194
194
  });
195
- GeographicMapSeriesHost.prototype.q5 = function (a, b, c, d) {
196
- _super.prototype.q5.call(this, a, b, c, d);
195
+ GeographicMapSeriesHost.prototype.q6 = function (a, b, c, d) {
196
+ _super.prototype.q6.call(this, a, b, c, d);
197
197
  switch (b) {
198
198
  case "SeriesViewer":
199
- this.ws.c9 = this.c9;
199
+ this.ww.da = this.da;
200
200
  if (c != null) {
201
- c.qq(this.ws);
201
+ c.q1(this.ww);
202
202
  }
203
203
  if (d != null) {
204
- this.c9.mw(this.ws);
204
+ this.da.m5(this.ww);
205
205
  }
206
- this.ws.q8(this.wl);
207
- this.ws.index = this.index;
208
- this.pw(this.ws);
209
- this.ke = this.ws.ke;
206
+ this.ww.q9(this.wo);
207
+ this.ww.index = this.index;
208
+ this.px(this.ww);
209
+ this.kf = this.ww.kf;
210
210
  var e = typeCast(SeriesViewer.$, c);
211
211
  if (e != null) {
212
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
212
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w2));
213
213
  }
214
- if (this.c9 != null) {
215
- var f = this.c9;
216
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
214
+ if (this.da != null) {
215
+ var f = this.da;
216
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w2));
217
217
  }
218
- this.ww();
218
+ this.w0();
219
219
  break;
220
220
  case "SyncLink":
221
- this.ws.c1 = this.c1;
221
+ this.ww.c2 = this.c2;
222
222
  break;
223
223
  case "VisibleFromScale":
224
- this.ww();
224
+ this.w0();
225
225
  break;
226
226
  case "Index":
227
- this.ws.index = this.index;
227
+ this.ww.index = this.index;
228
228
  break;
229
229
  case "ItemsSource":
230
- this.wt.b6();
230
+ this.wx.b6();
231
231
  break;
232
232
  case "Resolution":
233
- this.wt.cd();
233
+ this.wx.cd();
234
234
  break;
235
235
  case "TransitionDuration":
236
- this.wt.cg();
236
+ this.wx.cg();
237
237
  break;
238
238
  case "Opacity":
239
- this.wt.ca();
239
+ this.wx.ca();
240
240
  break;
241
241
  case "Visibility":
242
- var hs_ = this.ws;
242
+ var hs_ = this.ww;
243
243
  var v_ = this._visibility;
244
244
  hs_.visibility = v_;
245
245
  break;
246
246
  case "MouseOverEnabled":
247
- this.ws.f6 = this.f6;
247
+ this.ww.f7 = this.f7;
248
248
  break;
249
249
  case "ExpectFunctions":
250
- this.ws.expectFunctions = this.expectFunctions;
250
+ this.ww.expectFunctions = this.expectFunctions;
251
251
  break;
252
252
  case "Thickness":
253
- this.wt.cf();
253
+ this.wx.cf();
254
254
  break;
255
255
  case "Brush":
256
- this.wt.b4();
256
+ this.wx.b4();
257
257
  break;
258
258
  case "Outline":
259
- this.wt.cc();
259
+ this.wx.cc();
260
260
  break;
261
261
  case "ActualBrush":
262
- this.wt.b1();
262
+ this.wx.b1();
263
263
  break;
264
264
  case "ActualOutline":
265
- this.wt.b2();
265
+ this.wx.b2();
266
266
  break;
267
267
  case "MarkerFillOpacity":
268
- if (!isNaN_(this.je)) {
269
- this.wt.b9();
268
+ if (!isNaN_(this.jf)) {
269
+ this.wx.b9();
270
270
  }
271
271
  break;
272
272
  case "AreaFillOpacity":
273
- if (!isNaN_(this.ii)) {
274
- this.wt.b3();
273
+ if (!isNaN_(this.ij)) {
274
+ this.wx.b3();
275
275
  }
276
276
  break;
277
277
  case "OutlineMode":
278
- this.wt.cb();
278
+ this.wx.cb();
279
279
  break;
280
280
  case "ShowDefaultTooltip":
281
- this.wt.ce();
281
+ this.wx.ce();
282
282
  break;
283
283
  case "Title":
284
- this.ws.title = this.title;
284
+ this.ww.title = this.title;
285
285
  break;
286
286
  case "LegendItemBadgeMode":
287
- this.wt.b7();
287
+ this.wx.b7();
288
288
  break;
289
289
  case "LegendItemBadgeShape":
290
- this.wt.b8();
290
+ this.wx.b8();
291
291
  break;
292
292
  case "Legend":
293
- this.ws.legend = this.legend;
294
- this.ct.av();
293
+ this.ww.legend = this.legend;
294
+ this.cu.av();
295
295
  break;
296
296
  }
297
297
  };
298
- GeographicMapSeriesHost.prototype.ww = function () {
299
- if (this.c9 == null || this.ws == null) {
298
+ GeographicMapSeriesHost.prototype.w0 = function () {
299
+ if (this.da == null || this.ww == null) {
300
300
  return;
301
301
  }
302
- if (!isNaN_(this.wu)) {
303
- if (this.c9.vl.width > this.wu) {
304
- var hs_ = this.ws;
302
+ if (!isNaN_(this.wy)) {
303
+ if (this.da.v0.width > this.wy) {
304
+ var hs_ = this.ww;
305
305
  var v_ = 1;
306
306
  hs_.visibility = v_;
307
307
  }
308
308
  else {
309
- var hs2_ = this.ws;
309
+ var hs2_ = this.ww;
310
310
  var v2_ = 0;
311
311
  hs2_.visibility = v2_;
312
312
  }
313
313
  }
314
314
  };
315
- GeographicMapSeriesHost.prototype.wy = function (a, b) {
316
- this.ww();
315
+ GeographicMapSeriesHost.prototype.w2 = function (a, b) {
316
+ this.w0();
317
317
  };
318
- GeographicMapSeriesHost.prototype.rn = function (a) {
319
- _super.prototype.rn.call(this, a);
320
- if (this.ws != null) {
321
- this.ws.rn(a);
318
+ GeographicMapSeriesHost.prototype.ro = function (a) {
319
+ _super.prototype.ro.call(this, a);
320
+ if (this.ww != null) {
321
+ this.ww.ro(a);
322
322
  }
323
323
  };
324
- GeographicMapSeriesHost.prototype.rm = function (a, b, c, d, e) {
325
- if (this.ws != null) {
326
- this.ws.rm(a, b, c, d, e);
324
+ GeographicMapSeriesHost.prototype.rn = function (a, b, c, d, e) {
325
+ if (this.ww != null) {
326
+ this.ww.rn(a, b, c, d, e);
327
327
  }
328
328
  };
329
- GeographicMapSeriesHost.prototype.a1 = function (a, b) {
330
- return this.ws.a1(a, b);
329
+ GeographicMapSeriesHost.prototype.a2 = function (a, b) {
330
+ return this.ww.a2(a, b);
331
331
  };
332
- GeographicMapSeriesHost.prototype.r6 = function () {
333
- _super.prototype.r6.call(this);
334
- this.ws.r6();
332
+ GeographicMapSeriesHost.prototype.r8 = function () {
333
+ _super.prototype.r8.call(this);
334
+ this.ww.r8();
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.ws.coercionMethods = a;
341
+ this.ww.coercionMethods = a;
342
342
  };
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);
343
+ GeographicMapSeriesHost.prototype.pw = function (a) {
344
+ _super.prototype.pw.call(this, a);
345
+ if (this.ww != null) {
346
+ var b = this.ww.kl();
347
+ this.o7(a, b);
348
348
  }
349
349
  };
350
350
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
351
- GeographicMapSeriesHost.wz = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
351
+ GeographicMapSeriesHost.w3 = 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.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;
374
+ this.b0.ww.legendItemVisibility = 0;
375
+ this.b0.ww.itemsSource = this.b0.itemsSource;
376
+ this.b0.ww.index = this.b0.index;
377
+ this.b0.ww.vb = this.b0.vb;
378
+ this.b0.ww.vr = this.b0.vb;
379
+ this.b0.ww.ch = this.b0.ch;
380
+ this.b0.ww.ji = this.b0.ji;
381
+ this.b0.ww.kc = this.b0.kc;
382
+ this.b0.ww._opacity = this.b0._opacity;
383
+ this.b0.ww.jo = this.b0.jo;
384
+ this.b0.ww.ij = this.b0.ij;
385
+ this.b0.ww.jf = this.b0.jf;
386
+ this.b0.ww.go = this.b0.go;
387
+ this.b0.ww.legendItemBadgeShape = this.b0.legendItemBadgeShape;
388
+ this.b0.ww.bd = this.b0.bd;
389
389
  };
390
390
  HostSeriesView.prototype.b6 = function () {
391
- this.b0.ws.itemsSource = this.b0.itemsSource;
391
+ this.b0.ww.itemsSource = this.b0.itemsSource;
392
392
  };
393
393
  HostSeriesView.prototype.cd = function () {
394
- this.b0.ws.jh = this.b0.jh;
394
+ this.b0.ww.ji = this.b0.ji;
395
395
  };
396
396
  HostSeriesView.prototype.cg = function () {
397
- this.b0.ws.kb = this.b0.kb;
397
+ this.b0.ww.kc = this.b0.kc;
398
398
  };
399
399
  HostSeriesView.prototype.ca = function () {
400
- this.b0.ws._opacity = this.b0._opacity;
400
+ this.b0.ww._opacity = this.b0._opacity;
401
401
  };
402
402
  HostSeriesView.prototype.cf = function () {
403
- this.b0.ws.jn = this.b0.jn;
403
+ this.b0.ww.jo = this.b0.jo;
404
404
  };
405
405
  HostSeriesView.prototype.b4 = function () {
406
- this.b0.ws.u9 = this.b0.u9;
406
+ this.b0.ww.vb = this.b0.vb;
407
407
  };
408
408
  HostSeriesView.prototype.cc = function () {
409
- this.b0.ws.vp = this.b0.vp;
409
+ this.b0.ww.vr = this.b0.vr;
410
410
  };
411
411
  HostSeriesView.prototype.b1 = function () {
412
- this.b0.ws.u9 = this.b0.u3;
412
+ this.b0.ww.vb = this.b0.u5;
413
413
  };
414
414
  HostSeriesView.prototype.b2 = function () {
415
- this.b0.ws.vp = this.b0.u7;
415
+ this.b0.ww.vr = this.b0.u9;
416
416
  };
417
417
  HostSeriesView.prototype.b7 = function () {
418
- this.b0.ws.bc = this.b0.bc;
418
+ this.b0.ww.bd = this.b0.bd;
419
419
  };
420
420
  HostSeriesView.prototype.b8 = function () {
421
- this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
421
+ this.b0.ww.legendItemBadgeShape = this.b0.legendItemBadgeShape;
422
422
  };
423
423
  HostSeriesView.prototype.b3 = function () {
424
- this.b0.ws.ii = this.b0.ii;
424
+ this.b0.ww.ij = this.b0.ij;
425
425
  };
426
426
  HostSeriesView.prototype.b9 = function () {
427
- this.b0.ws.je = this.b0.je;
427
+ this.b0.ww.jf = this.b0.jf;
428
428
  };
429
429
  HostSeriesView.prototype.cb = function () {
430
- this.b0.ws.cg = this.b0.cg;
430
+ this.b0.ww.ch = this.b0.ch;
431
431
  };
432
432
  HostSeriesView.prototype.ce = function () {
433
- this.b0.ws.gn = this.b0.gn;
433
+ this.b0.ww.go = this.b0.go;
434
434
  };
435
435
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
436
436
  return HostSeriesView;