igniteui-webcomponents-maps 6.3.1-beta.0 → 7.0.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 (76) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  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-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -20,350 +20,350 @@ export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_sup
20
20
  __extends(GeographicMapSeriesHost, _super);
21
21
  function GeographicMapSeriesHost() {
22
22
  var _this = _super.call(this) || this;
23
- _this.xj = null;
24
- _this.xl = _this.xk();
23
+ _this.xk = null;
24
+ _this.xm = _this.xl();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.qv = function () {
28
- _super.prototype.qv.call(this);
29
- if (this.xl != null) {
30
- this.xl.qv();
27
+ GeographicMapSeriesHost.prototype.qw = function () {
28
+ _super.prototype.qw.call(this);
29
+ if (this.xm != null) {
30
+ this.xm.qw();
31
31
  }
32
32
  };
33
33
  GeographicMapSeriesHost.prototype.get_ff = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.kz = function (a, b) {
37
- var c = this.no(b);
36
+ GeographicMapSeriesHost.prototype.k0 = function (a, b) {
37
+ var c = this.np(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.xl.kz(a, c);
44
+ return this.xm.k0(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.mo = function (a) {
47
- var b = this.no(a);
46
+ GeographicMapSeriesHost.prototype.mp = function (a) {
47
+ var b = this.np(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.xl.mo(b);
54
+ return this.xm.mp(b);
55
55
  };
56
- GeographicMapSeriesHost.prototype.get_kr = function () {
57
- return this.k9(this.xl);
56
+ GeographicMapSeriesHost.prototype.get_ks = function () {
57
+ return this.la(this.xm);
58
58
  };
59
- GeographicMapSeriesHost.prototype.set_kr = function (a) {
60
- this.pc(this.xl, a);
59
+ GeographicMapSeriesHost.prototype.set_ks = function (a) {
60
+ this.pd(this.xm, a);
61
61
  };
62
62
  GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
63
- return this.xl.ed(a, b, c, d, e);
63
+ return this.xm.ed(a, b, c, d, e);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.xl.ai();
66
+ return this.xm.ai();
67
67
  };
68
68
  GeographicMapSeriesHost.prototype.bp = function () {
69
- return this.xl;
69
+ return this.xm;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xl", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xm", {
72
72
  get: function () {
73
- return this.xj;
73
+ return this.xk;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.xj;
77
- var c = this.xl != a;
76
+ var b = this.xk;
77
+ var c = this.xm != a;
78
78
  if (c) {
79
- this.xj = a;
80
- this.xq(b, this.xj);
79
+ this.xk = a;
80
+ this.xr(b, this.xk);
81
81
  }
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
85
85
  });
86
86
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
87
- return this.xl.hasMarkers;
87
+ return this.xm.hasMarkers;
88
88
  };
89
- GeographicMapSeriesHost.prototype.xq = function (a, b) {
90
- if (this.xj != null) {
91
- var hostedSeries_ = this.xj;
89
+ GeographicMapSeriesHost.prototype.xr = function (a, b) {
90
+ if (this.xk != null) {
91
+ var hostedSeries_ = this.xk;
92
92
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
93
93
  hostedSeries_.externalObject._implementation = hostedSeries_;
94
94
  }
95
- this.ps(this.xl);
96
- this.xm.ci();
95
+ this.pt(this.xm);
96
+ this.xn.ci();
97
97
  if (a != null) {
98
98
  var c = (a);
99
- this.sj(c, null);
99
+ this.sk(c, null);
100
100
  }
101
101
  if (b != null) {
102
102
  var d = (b);
103
- this.sj(d, this);
103
+ this.sk(d, this);
104
104
  }
105
105
  };
106
106
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
107
- return this.dj(this.xl, a, b, c);
107
+ return this.dj(this.xm, a, b, c);
108
108
  };
109
109
  GeographicMapSeriesHost.prototype.di = function (a, b, c) {
110
- return this.dk(this.xl, a, b, c);
110
+ return this.dk(this.xm, a, b, c);
111
111
  };
112
- GeographicMapSeriesHost.prototype.kw = function (a) {
113
- return this.k5(this.xl, a);
112
+ GeographicMapSeriesHost.prototype.kx = function (a) {
113
+ return this.k6(this.xm, a);
114
114
  };
115
- GeographicMapSeriesHost.prototype.kj = function (a, b) {
116
- return this.xl.kj(a, b);
115
+ GeographicMapSeriesHost.prototype.kk = function (a, b) {
116
+ return this.xm.kk(a, b);
117
117
  };
118
- GeographicMapSeriesHost.prototype.kh = function (a, b) {
119
- return this.xl.kh(a, b);
118
+ GeographicMapSeriesHost.prototype.ki = function (a, b) {
119
+ return this.xm.ki(a, b);
120
120
  };
121
- GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
122
- return this.xl.jd(a, b, c);
121
+ GeographicMapSeriesHost.prototype.je = function (a, b, c) {
122
+ return this.xm.je(a, b, c);
123
123
  };
124
- GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
125
- return this.xl.ww(a, b, c);
124
+ GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
125
+ return this.xm.wx(a, b, c);
126
126
  };
127
- GeographicMapSeriesHost.prototype.w8 = function (a) {
128
- return this.xl.w8(a);
127
+ GeographicMapSeriesHost.prototype.w9 = function (a) {
128
+ return this.xm.w9(a);
129
129
  };
130
130
  GeographicMapSeriesHost.prototype.ao = function (a) {
131
- return this.xl.ao(a);
131
+ return this.xm.ao(a);
132
132
  };
133
- GeographicMapSeriesHost.prototype.w9 = function (a) {
134
- return this.xl.w9(a);
133
+ GeographicMapSeriesHost.prototype.xa = function (a) {
134
+ return this.xm.xa(a);
135
135
  };
136
136
  GeographicMapSeriesHost.prototype.ap = function (a) {
137
- return this.xl.ap(a);
138
- };
139
- GeographicMapSeriesHost.prototype.xa = function (a) {
140
- return this.xl.xa(a);
137
+ return this.xm.ap(a);
141
138
  };
142
139
  GeographicMapSeriesHost.prototype.xb = function (a) {
143
- return this.xl.xb(a);
140
+ return this.xm.xb(a);
144
141
  };
145
- GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
146
- return this.xl.i9(a, b, c);
142
+ GeographicMapSeriesHost.prototype.xc = function (a) {
143
+ return this.xm.xc(a);
147
144
  };
148
- GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
149
- return this.xl.ws(a, b, c);
145
+ GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
146
+ return this.xm.ja(a, b, c);
150
147
  };
151
- GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
152
- return this.jd(a, b, c);
148
+ GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
149
+ return this.xm.wt(a, b, c);
153
150
  };
154
- GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
155
- return this.xl.wu(a, b, c);
151
+ GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
152
+ return this.je(a, b, c);
156
153
  };
157
- GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
158
- return this.xl.wx(a, b, c);
154
+ GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
155
+ return this.xm.wv(a, b, c);
159
156
  };
160
- GeographicMapSeriesHost.prototype.je = function (a, b, c) {
161
- return this.xl.je(a, b, c);
157
+ GeographicMapSeriesHost.prototype.wy = function (a, b, c) {
158
+ return this.xm.wy(a, b, c);
162
159
  };
163
- GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
164
- return this.xl.wt(a, b, c);
160
+ GeographicMapSeriesHost.prototype.jf = function (a, b, c) {
161
+ return this.xm.jf(a, b, c);
165
162
  };
166
- GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
167
- return this.xl.ja(a, b, c);
163
+ GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
164
+ return this.xm.wu(a, b, c);
168
165
  };
169
- GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
170
- return this.xl.wv(a, b, c);
166
+ GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
167
+ return this.xm.jb(a, b, c);
171
168
  };
172
- GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
173
- return this.xl.jc(a, b, c);
169
+ GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
170
+ return this.xm.ww(a, b, c);
174
171
  };
175
- GeographicMapSeriesHost.prototype.kd = function (a) {
176
- return this.xl.kd(a);
172
+ GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
173
+ return this.xm.jd(a, b, c);
177
174
  };
178
- GeographicMapSeriesHost.prototype.i3 = function () {
179
- return this.xl.i3();
175
+ GeographicMapSeriesHost.prototype.ke = function (a) {
176
+ return this.xm.ke(a);
180
177
  };
181
- GeographicMapSeriesHost.prototype.iz = function (a) {
182
- return this.xl.iz(a);
178
+ GeographicMapSeriesHost.prototype.i4 = function () {
179
+ return this.xm.i4();
183
180
  };
184
- GeographicMapSeriesHost.prototype.kx = function (a) {
185
- return this.xl.kx(a);
181
+ GeographicMapSeriesHost.prototype.i0 = function (a) {
182
+ return this.xm.i0(a);
183
+ };
184
+ GeographicMapSeriesHost.prototype.ky = function (a) {
185
+ return this.xm.ky(a);
186
186
  };
187
187
  GeographicMapSeriesHost.prototype.ct = function () {
188
188
  return new HostSeriesView(this);
189
189
  };
190
- GeographicMapSeriesHost.prototype.rh = function (a) {
191
- _super.prototype.rh.call(this, a);
192
- this.xm = typeCast(HostSeriesView.$, a);
190
+ GeographicMapSeriesHost.prototype.ri = function (a) {
191
+ _super.prototype.ri.call(this, a);
192
+ this.xn = typeCast(HostSeriesView.$, a);
193
193
  };
194
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xn", {
194
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xo", {
195
195
  get: function () {
196
- return this.c(GeographicMapSeriesHost.xs);
196
+ return this.c(GeographicMapSeriesHost.xt);
197
197
  },
198
198
  set: function (a) {
199
- this.h(GeographicMapSeriesHost.xs, a);
199
+ this.h(GeographicMapSeriesHost.xt, a);
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- GeographicMapSeriesHost.prototype.rq = function (a, b, c, d) {
205
- _super.prototype.rq.call(this, a, b, c, d);
204
+ GeographicMapSeriesHost.prototype.rr = function (a, b, c, d) {
205
+ _super.prototype.rr.call(this, a, b, c, d);
206
206
  switch (b) {
207
207
  case "SeriesViewer":
208
- this.xl.dc = this.dc;
208
+ this.xm.dc = this.dc;
209
209
  if (c != null) {
210
- c.s9(this.xl);
210
+ c.s9(this.xm);
211
211
  }
212
212
  if (d != null) {
213
- this.dc.on(this.xl);
213
+ this.dc.on(this.xm);
214
214
  }
215
- this.xl.rt(this.xd);
216
- this.xl.index = this.index;
217
- this.qe(this.xl);
218
- this.kp = this.xl.kp;
215
+ this.xm.ru(this.xe);
216
+ this.xm.index = this.index;
217
+ this.qf(this.xm);
218
+ this.kq = this.xm.kq;
219
219
  var e = typeCast(SeriesViewer.$, c);
220
220
  if (e != null) {
221
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
221
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xs));
222
222
  }
223
223
  if (this.dc != null) {
224
224
  var f = this.dc;
225
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
225
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xs));
226
226
  }
227
- this.xp();
227
+ this.xq();
228
228
  break;
229
229
  case "SyncLink":
230
- this.xl.c4 = this.c4;
230
+ this.xm.c4 = this.c4;
231
231
  break;
232
232
  case "VisibleFromScale":
233
- this.xp();
233
+ this.xq();
234
234
  break;
235
235
  case "Index":
236
- this.xl.index = this.index;
236
+ this.xm.index = this.index;
237
237
  break;
238
238
  case "ItemsSource":
239
- this.xm.cj();
239
+ this.xn.cj();
240
240
  break;
241
241
  case "Resolution":
242
- this.xm.cq();
242
+ this.xn.cq();
243
243
  break;
244
244
  case "TransitionDuration":
245
- this.xm.ct();
245
+ this.xn.ct();
246
246
  break;
247
247
  case "Opacity":
248
- this.xm.cn();
248
+ this.xn.cn();
249
249
  break;
250
250
  case "Visibility":
251
- var hs_ = this.xl;
251
+ var hs_ = this.xm;
252
252
  var v_ = this._visibility;
253
253
  hs_.visibility = v_;
254
254
  break;
255
255
  case "MouseOverEnabled":
256
- this.xl.ge = this.ge;
256
+ this.xm.gf = this.gf;
257
257
  break;
258
258
  case "ExpectFunctions":
259
- this.xl.expectFunctions = this.expectFunctions;
259
+ this.xm.expectFunctions = this.expectFunctions;
260
260
  break;
261
261
  case "Thickness":
262
- this.xm.cs();
262
+ this.xn.cs();
263
263
  break;
264
264
  case "Brush":
265
- this.xm.ch();
265
+ this.xn.ch();
266
266
  break;
267
267
  case "Outline":
268
- this.xm.cp();
268
+ this.xn.cp();
269
269
  break;
270
270
  case "ActualBrush":
271
- this.xm.ce();
271
+ this.xn.ce();
272
272
  break;
273
273
  case "ActualOutline":
274
- this.xm.cf();
274
+ this.xn.cf();
275
275
  break;
276
276
  case "MarkerFillOpacity":
277
- if (!isNaN_(this.jo)) {
278
- this.xm.cm();
277
+ if (!isNaN_(this.jp)) {
278
+ this.xn.cm();
279
279
  }
280
280
  break;
281
281
  case "AreaFillOpacity":
282
- if (!isNaN_(this.ir)) {
283
- this.xm.cg();
282
+ if (!isNaN_(this.is)) {
283
+ this.xn.cg();
284
284
  }
285
285
  break;
286
286
  case "OutlineMode":
287
- this.xm.co();
287
+ this.xn.co();
288
288
  break;
289
289
  case "ShowDefaultTooltip":
290
- this.xm.cr();
290
+ this.xn.cr();
291
291
  break;
292
292
  case "Title":
293
- this.xl.title = this.title;
293
+ this.xm.title = this.title;
294
294
  break;
295
295
  case "LegendItemBadgeMode":
296
- this.xm.ck();
296
+ this.xn.ck();
297
297
  break;
298
298
  case "LegendItemBadgeShape":
299
- this.xm.cl();
299
+ this.xn.cl();
300
300
  break;
301
301
  case "Legend":
302
- this.xl.legend = this.legend;
302
+ this.xm.legend = this.legend;
303
303
  this.cw.a5();
304
304
  break;
305
305
  }
306
306
  };
307
- GeographicMapSeriesHost.prototype.xp = function () {
308
- if (this.dc == null || this.xl == null) {
307
+ GeographicMapSeriesHost.prototype.xq = function () {
308
+ if (this.dc == null || this.xm == null) {
309
309
  return;
310
310
  }
311
- if (!isNaN_(this.xn)) {
312
- if (this.dc.yr.width > this.xn) {
313
- var hs_ = this.xl;
311
+ if (!isNaN_(this.xo)) {
312
+ if (this.dc.yr.width > this.xo) {
313
+ var hs_ = this.xm;
314
314
  var v_ = 1;
315
315
  hs_.visibility = v_;
316
316
  }
317
317
  else {
318
- var hs2_ = this.xl;
318
+ var hs2_ = this.xm;
319
319
  var v2_ = 0;
320
320
  hs2_.visibility = v2_;
321
321
  }
322
322
  }
323
323
  };
324
- GeographicMapSeriesHost.prototype.xr = function (a, b) {
325
- this.xp();
324
+ GeographicMapSeriesHost.prototype.xs = function (a, b) {
325
+ this.xq();
326
326
  };
327
- GeographicMapSeriesHost.prototype.r8 = function (a) {
328
- _super.prototype.r8.call(this, a);
329
- if (this.xl != null) {
330
- this.xl.r8(a);
327
+ GeographicMapSeriesHost.prototype.r9 = function (a) {
328
+ _super.prototype.r9.call(this, a);
329
+ if (this.xm != null) {
330
+ this.xm.r9(a);
331
331
  }
332
332
  };
333
- GeographicMapSeriesHost.prototype.rl = function (a) {
334
- _super.prototype.rl.call(this, a);
335
- if (this.xl != null) {
336
- this.xl.q2();
333
+ GeographicMapSeriesHost.prototype.rm = function (a) {
334
+ _super.prototype.rm.call(this, a);
335
+ if (this.xm != null) {
336
+ this.xm.q3();
337
337
  }
338
338
  };
339
- GeographicMapSeriesHost.prototype.r7 = function (a, b, c, d, e) {
340
- if (this.xl != null) {
341
- this.xl.r7(a, b, c, d, e);
339
+ GeographicMapSeriesHost.prototype.r8 = function (a, b, c, d, e) {
340
+ if (this.xm != null) {
341
+ this.xm.r8(a, b, c, d, e);
342
342
  }
343
343
  };
344
344
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
345
- return this.xl.a2(a, b);
345
+ return this.xm.a2(a, b);
346
346
  };
347
- GeographicMapSeriesHost.prototype.su = function () {
348
- _super.prototype.su.call(this);
349
- this.xl.su();
347
+ GeographicMapSeriesHost.prototype.sv = function () {
348
+ _super.prototype.sv.call(this);
349
+ this.xm.sv();
350
350
  };
351
351
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
352
352
  return this._coercionMethods;
353
353
  };
354
354
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
355
355
  this._coercionMethods = a;
356
- this.xl.coercionMethods = a;
356
+ this.xm.coercionMethods = a;
357
357
  };
358
- GeographicMapSeriesHost.prototype.qd = function (a) {
359
- _super.prototype.qd.call(this, a);
360
- if (this.xl != null) {
361
- var b = this.xl.kv();
362
- this.pl(a, b);
358
+ GeographicMapSeriesHost.prototype.qe = function (a) {
359
+ _super.prototype.qe.call(this, a);
360
+ if (this.xm != null) {
361
+ var b = this.xm.kw();
362
+ this.pm(a, b);
363
363
  }
364
364
  };
365
365
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
366
- GeographicMapSeriesHost.xs = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
366
+ GeographicMapSeriesHost.xt = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
367
367
  var c = a;
368
368
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
369
369
  }));
@@ -385,66 +385,66 @@ export var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  };
386
386
  HostSeriesView.prototype.ci = function () {
387
387
  this.cd.legendItemVisibility = 1;
388
- this.cd.xl.legendItemVisibility = 0;
389
- this.cd.xl.itemsSource = this.cd.itemsSource;
390
- this.cd.xl.index = this.cd.index;
391
- this.cd.xl.vz = this.cd.vz;
392
- this.cd.xl.wf = this.cd.vz;
393
- this.cd.xl.cj = this.cd.cj;
394
- this.cd.xl.jr = this.cd.jr;
395
- this.cd.xl.km = this.cd.km;
396
- this.cd.xl._opacity = this.cd._opacity;
397
- this.cd.xl.jy = this.cd.jy;
398
- this.cd.xl.ir = this.cd.ir;
399
- this.cd.xl.jo = this.cd.jo;
400
- this.cd.xl.gv = this.cd.gv;
401
- this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
402
- this.cd.xl.be = this.cd.be;
388
+ this.cd.xm.legendItemVisibility = 0;
389
+ this.cd.xm.itemsSource = this.cd.itemsSource;
390
+ this.cd.xm.index = this.cd.index;
391
+ this.cd.xm.v0 = this.cd.v0;
392
+ this.cd.xm.wg = this.cd.v0;
393
+ this.cd.xm.cj = this.cd.cj;
394
+ this.cd.xm.js = this.cd.js;
395
+ this.cd.xm.kn = this.cd.kn;
396
+ this.cd.xm._opacity = this.cd._opacity;
397
+ this.cd.xm.jz = this.cd.jz;
398
+ this.cd.xm.is = this.cd.is;
399
+ this.cd.xm.jp = this.cd.jp;
400
+ this.cd.xm.gw = this.cd.gw;
401
+ this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
402
+ this.cd.xm.be = this.cd.be;
403
403
  };
404
404
  HostSeriesView.prototype.cj = function () {
405
- this.cd.xl.itemsSource = this.cd.itemsSource;
405
+ this.cd.xm.itemsSource = this.cd.itemsSource;
406
406
  };
407
407
  HostSeriesView.prototype.cq = function () {
408
- this.cd.xl.jr = this.cd.jr;
408
+ this.cd.xm.js = this.cd.js;
409
409
  };
410
410
  HostSeriesView.prototype.ct = function () {
411
- this.cd.xl.km = this.cd.km;
411
+ this.cd.xm.kn = this.cd.kn;
412
412
  };
413
413
  HostSeriesView.prototype.cn = function () {
414
- this.cd.xl._opacity = this.cd._opacity;
414
+ this.cd.xm._opacity = this.cd._opacity;
415
415
  };
416
416
  HostSeriesView.prototype.cs = function () {
417
- this.cd.xl.jy = this.cd.jy;
417
+ this.cd.xm.jz = this.cd.jz;
418
418
  };
419
419
  HostSeriesView.prototype.ch = function () {
420
- this.cd.xl.vz = this.cd.vz;
420
+ this.cd.xm.v0 = this.cd.v0;
421
421
  };
422
422
  HostSeriesView.prototype.cp = function () {
423
- this.cd.xl.wf = this.cd.wf;
423
+ this.cd.xm.wg = this.cd.wg;
424
424
  };
425
425
  HostSeriesView.prototype.ce = function () {
426
- this.cd.xl.vz = this.cd.vt;
426
+ this.cd.xm.v0 = this.cd.vu;
427
427
  };
428
428
  HostSeriesView.prototype.cf = function () {
429
- this.cd.xl.wf = this.cd.vx;
429
+ this.cd.xm.wg = this.cd.vy;
430
430
  };
431
431
  HostSeriesView.prototype.ck = function () {
432
- this.cd.xl.be = this.cd.be;
432
+ this.cd.xm.be = this.cd.be;
433
433
  };
434
434
  HostSeriesView.prototype.cl = function () {
435
- this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
435
+ this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
436
436
  };
437
437
  HostSeriesView.prototype.cg = function () {
438
- this.cd.xl.ir = this.cd.ir;
438
+ this.cd.xm.is = this.cd.is;
439
439
  };
440
440
  HostSeriesView.prototype.cm = function () {
441
- this.cd.xl.jo = this.cd.jo;
441
+ this.cd.xm.jp = this.cd.jp;
442
442
  };
443
443
  HostSeriesView.prototype.co = function () {
444
- this.cd.xl.cj = this.cd.cj;
444
+ this.cd.xm.cj = this.cd.cj;
445
445
  };
446
446
  HostSeriesView.prototype.cr = function () {
447
- this.cd.xl.gv = this.cd.gv;
447
+ this.cd.xm.gw = this.cd.gw;
448
448
  };
449
449
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
450
450
  return HostSeriesView;