igniteui-angular-maps 17.1.0 → 17.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -20,319 +20,319 @@ 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.qc = null;
24
- _this.qe = _this.qd();
23
+ _this.t1 = null;
24
+ _this.t3 = _this.t2();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.lp = function () {
28
- _super.prototype.lp.call(this);
29
- if (this.qe != null) {
30
- this.qe.lp();
27
+ GeographicMapSeriesHost.prototype.og = function () {
28
+ _super.prototype.og.call(this);
29
+ if (this.t3 != null) {
30
+ this.t3.og();
31
31
  }
32
32
  };
33
- GeographicMapSeriesHost.prototype.get_dy = function () {
33
+ GeographicMapSeriesHost.prototype.get_eq = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.h1 = function (a, b) {
37
- var c = this.jv(b);
36
+ GeographicMapSeriesHost.prototype.ju = function (a, b) {
37
+ var c = this.lv(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.qe.h1(a, b);
44
+ return this.t3.ju(a, b);
45
45
  };
46
- GeographicMapSeriesHost.prototype.c2 = function (a, b, c, d) {
47
- return this.qe.c2(a, b, c, d);
46
+ GeographicMapSeriesHost.prototype.ds = function (a, b, c, d) {
47
+ return this.t3.ds(a, b, c, d);
48
48
  };
49
49
  GeographicMapSeriesHost.prototype.ag = function () {
50
- return this.qe.ag();
50
+ return this.t3.ag();
51
51
  };
52
- GeographicMapSeriesHost.prototype.bf = function () {
53
- return this.qe;
52
+ GeographicMapSeriesHost.prototype.bj = function () {
53
+ return this.t3;
54
54
  };
55
- Object.defineProperty(GeographicMapSeriesHost.prototype, "qe", {
55
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "t3", {
56
56
  get: function () {
57
- return this.qc;
57
+ return this.t1;
58
58
  },
59
59
  set: function (a) {
60
- var b = this.qe != a;
60
+ var b = this.t3 != a;
61
61
  if (b) {
62
- this.qc = a;
63
- this.qj();
62
+ this.t1 = a;
63
+ this.t8();
64
64
  }
65
65
  },
66
66
  enumerable: false,
67
67
  configurable: true
68
68
  });
69
69
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
70
- return this.qe.hasMarkers;
70
+ return this.t3.hasMarkers;
71
71
  };
72
- GeographicMapSeriesHost.prototype.qj = function () {
73
- if (this.qc != null) {
74
- var hostedSeries_ = this.qc;
72
+ GeographicMapSeriesHost.prototype.t8 = function () {
73
+ if (this.t1 != null) {
74
+ var hostedSeries_ = this.t1;
75
75
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
76
76
  hostedSeries_.externalObject._implementation = hostedSeries_;
77
77
  }
78
- this.k7(this.qe);
79
- this.qf.b2();
78
+ this.nr(this.t3);
79
+ this.t4.b5();
80
80
  };
81
81
  GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
82
- return this.az(this.qe, a, b, c);
82
+ return this.az(this.t3, a, b, c);
83
83
  };
84
84
  GeographicMapSeriesHost.prototype.ay = function (a, b, c) {
85
- return this.a0(this.qe, a, b, c);
85
+ return this.a0(this.t3, a, b, c);
86
86
  };
87
- GeographicMapSeriesHost.prototype.hy = function (a) {
88
- return this.h3(this.qe, a);
87
+ GeographicMapSeriesHost.prototype.jr = function (a) {
88
+ return this.jx(this.t3, a);
89
89
  };
90
- GeographicMapSeriesHost.prototype.ho = function (a, b) {
91
- return this.qe.ho(a, b);
90
+ GeographicMapSeriesHost.prototype.jf = function (a, b) {
91
+ return this.t3.jf(a, b);
92
92
  };
93
- GeographicMapSeriesHost.prototype.hm = function (a, b) {
94
- return this.qe.hm(a, b);
93
+ GeographicMapSeriesHost.prototype.jd = function (a, b) {
94
+ return this.t3.jd(a, b);
95
95
  };
96
- GeographicMapSeriesHost.prototype.gn = function (a, b, c) {
97
- return this.qe.gn(a, b, c);
96
+ GeographicMapSeriesHost.prototype.h9 = function (a, b, c) {
97
+ return this.t3.h9(a, b, c);
98
98
  };
99
- GeographicMapSeriesHost.prototype.ps = function (a, b, c) {
100
- return this.qe.ps(a, b, c);
99
+ GeographicMapSeriesHost.prototype.th = function (a, b, c) {
100
+ return this.t3.th(a, b, c);
101
101
  };
102
- GeographicMapSeriesHost.prototype.p3 = function (a) {
103
- return this.qe.p3(a);
102
+ GeographicMapSeriesHost.prototype.ts = function (a) {
103
+ return this.t3.ts(a);
104
104
  };
105
105
  GeographicMapSeriesHost.prototype.ak = function (a) {
106
- return this.qe.ak(a);
106
+ return this.t3.ak(a);
107
107
  };
108
- GeographicMapSeriesHost.prototype.p4 = function (a) {
109
- return this.qe.p4(a);
108
+ GeographicMapSeriesHost.prototype.tt = function (a) {
109
+ return this.t3.tt(a);
110
110
  };
111
111
  GeographicMapSeriesHost.prototype.al = function (a) {
112
- return this.qe.al(a);
112
+ return this.t3.al(a);
113
113
  };
114
- GeographicMapSeriesHost.prototype.p5 = function (a) {
115
- return this.qe.p5(a);
114
+ GeographicMapSeriesHost.prototype.tu = function (a) {
115
+ return this.t3.tu(a);
116
116
  };
117
- GeographicMapSeriesHost.prototype.p6 = function (a) {
118
- return this.qe.p6(a);
117
+ GeographicMapSeriesHost.prototype.tv = function (a) {
118
+ return this.t3.tv(a);
119
119
  };
120
- GeographicMapSeriesHost.prototype.gj = function (a, b, c) {
121
- return this.qe.gj(a, b, c);
120
+ GeographicMapSeriesHost.prototype.h5 = function (a, b, c) {
121
+ return this.t3.h5(a, b, c);
122
122
  };
123
- GeographicMapSeriesHost.prototype.po = function (a, b, c) {
124
- return this.qe.po(a, b, c);
123
+ GeographicMapSeriesHost.prototype.td = function (a, b, c) {
124
+ return this.t3.td(a, b, c);
125
125
  };
126
- GeographicMapSeriesHost.prototype.gl = function (a, b, c) {
127
- return this.gn(a, b, c);
126
+ GeographicMapSeriesHost.prototype.h7 = function (a, b, c) {
127
+ return this.h9(a, b, c);
128
128
  };
129
- GeographicMapSeriesHost.prototype.pq = function (a, b, c) {
130
- return this.qe.pq(a, b, c);
129
+ GeographicMapSeriesHost.prototype.tf = function (a, b, c) {
130
+ return this.t3.tf(a, b, c);
131
131
  };
132
- GeographicMapSeriesHost.prototype.pt = function (a, b, c) {
133
- return this.qe.pt(a, b, c);
132
+ GeographicMapSeriesHost.prototype.ti = function (a, b, c) {
133
+ return this.t3.ti(a, b, c);
134
134
  };
135
- GeographicMapSeriesHost.prototype.go = function (a, b, c) {
136
- return this.qe.go(a, b, c);
135
+ GeographicMapSeriesHost.prototype.ia = function (a, b, c) {
136
+ return this.t3.ia(a, b, c);
137
137
  };
138
- GeographicMapSeriesHost.prototype.pp = function (a, b, c) {
139
- return this.qe.pp(a, b, c);
138
+ GeographicMapSeriesHost.prototype.te = function (a, b, c) {
139
+ return this.t3.te(a, b, c);
140
140
  };
141
- GeographicMapSeriesHost.prototype.gk = function (a, b, c) {
142
- return this.qe.gk(a, b, c);
141
+ GeographicMapSeriesHost.prototype.h6 = function (a, b, c) {
142
+ return this.t3.h6(a, b, c);
143
143
  };
144
- GeographicMapSeriesHost.prototype.pr = function (a, b, c) {
145
- return this.qe.pr(a, b, c);
144
+ GeographicMapSeriesHost.prototype.tg = function (a, b, c) {
145
+ return this.t3.tg(a, b, c);
146
146
  };
147
- GeographicMapSeriesHost.prototype.gm = function (a, b, c) {
148
- return this.qe.gm(a, b, c);
147
+ GeographicMapSeriesHost.prototype.h8 = function (a, b, c) {
148
+ return this.t3.h8(a, b, c);
149
149
  };
150
- GeographicMapSeriesHost.prototype.hj = function (a) {
151
- return this.qe.hj(a);
150
+ GeographicMapSeriesHost.prototype.i9 = function (a) {
151
+ return this.t3.i9(a);
152
152
  };
153
- GeographicMapSeriesHost.prototype.ge = function () {
154
- return this.qe.ge();
153
+ GeographicMapSeriesHost.prototype.h0 = function () {
154
+ return this.t3.h0();
155
155
  };
156
- GeographicMapSeriesHost.prototype.ga = function (a) {
157
- return this.qe.ga(a);
156
+ GeographicMapSeriesHost.prototype.hw = function (a) {
157
+ return this.t3.hw(a);
158
158
  };
159
- GeographicMapSeriesHost.prototype.hz = function (a) {
160
- return this.qe.hz(a);
159
+ GeographicMapSeriesHost.prototype.js = function (a) {
160
+ return this.t3.js(a);
161
161
  };
162
- GeographicMapSeriesHost.prototype.by = function () {
162
+ GeographicMapSeriesHost.prototype.cg = function () {
163
163
  return new HostSeriesView(this);
164
164
  };
165
- GeographicMapSeriesHost.prototype.l4 = function (a) {
166
- _super.prototype.l4.call(this, a);
167
- this.qf = typeCast(HostSeriesView.$, a);
165
+ GeographicMapSeriesHost.prototype.o0 = function (a) {
166
+ _super.prototype.o0.call(this, a);
167
+ this.t4 = typeCast(HostSeriesView.$, a);
168
168
  };
169
- Object.defineProperty(GeographicMapSeriesHost.prototype, "qg", {
169
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "t5", {
170
170
  get: function () {
171
- return this.c(GeographicMapSeriesHost.ql);
171
+ return this.c(GeographicMapSeriesHost.ua);
172
172
  },
173
173
  set: function (a) {
174
- this.h(GeographicMapSeriesHost.ql, a);
174
+ this.h(GeographicMapSeriesHost.ua, a);
175
175
  },
176
176
  enumerable: false,
177
177
  configurable: true
178
178
  });
179
- GeographicMapSeriesHost.prototype.l9 = function (a, b, c, d) {
180
- _super.prototype.l9.call(this, a, b, c, d);
179
+ GeographicMapSeriesHost.prototype.o8 = function (a, b, c, d) {
180
+ _super.prototype.o8.call(this, a, b, c, d);
181
181
  switch (b) {
182
182
  case "SeriesViewer":
183
- this.qe.ce = this.ce;
183
+ this.t3.cy = this.cy;
184
184
  if (c != null) {
185
- c.o0(this.qe);
185
+ c.o2(this.t3);
186
186
  }
187
187
  if (d != null) {
188
- this.ce.lp(this.qe);
188
+ this.cy.lr(this.t3);
189
189
  }
190
- this.qe.mc(this.p7);
191
- this.qe.index = this.index;
192
- this.ld(this.qe);
193
- this.ht = this.qe.ht;
190
+ this.t3.pb(this.tw);
191
+ this.t3.index = this.index;
192
+ this.n2(this.t3);
193
+ this.jl = this.t3.jl;
194
194
  var e = typeCast(SeriesViewer.$, c);
195
195
  if (e != null) {
196
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qk));
196
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.t9));
197
197
  }
198
- if (this.ce != null) {
199
- var f = this.ce;
200
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qk));
198
+ if (this.cy != null) {
199
+ var f = this.cy;
200
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.t9));
201
201
  }
202
- this.qi();
202
+ this.t7();
203
203
  break;
204
204
  case "SyncLink":
205
- this.qe.b9 = this.b9;
205
+ this.t3.cr = this.cr;
206
206
  break;
207
207
  case "VisibleFromScale":
208
- this.qi();
208
+ this.t7();
209
209
  break;
210
210
  case "Index":
211
- this.qe.index = this.index;
211
+ this.t3.index = this.index;
212
212
  break;
213
213
  case "ItemsSource":
214
- this.qf.b3();
214
+ this.t4.b6();
215
215
  break;
216
216
  case "Resolution":
217
- this.qf.ca();
217
+ this.t4.cd();
218
218
  break;
219
219
  case "TransitionDuration":
220
- this.qf.cd();
220
+ this.t4.cg();
221
221
  break;
222
222
  case "Opacity":
223
- this.qf.b7();
223
+ this.t4.ca();
224
224
  break;
225
225
  case "Visibility":
226
- var hs_ = this.qe;
226
+ var hs_ = this.t3;
227
227
  var v_ = this._visibility;
228
228
  hs_.visibility = v_;
229
229
  break;
230
230
  case "MouseOverEnabled":
231
- this.qe.eo = this.eo;
231
+ this.t3.fk = this.fk;
232
232
  break;
233
233
  case "ExpectFunctions":
234
- this.qe.expectFunctions = this.expectFunctions;
234
+ this.t3.expectFunctions = this.expectFunctions;
235
235
  break;
236
236
  case "Thickness":
237
- this.qf.cc();
237
+ this.t4.cf();
238
238
  break;
239
239
  case "Brush":
240
- this.qf.b1();
240
+ this.t4.b4();
241
241
  break;
242
242
  case "Outline":
243
- this.qf.b9();
243
+ this.t4.cc();
244
244
  break;
245
245
  case "ActualBrush":
246
- this.qf.by();
246
+ this.t4.b1();
247
247
  break;
248
248
  case "ActualOutline":
249
- this.qf.bz();
249
+ this.t4.b2();
250
250
  break;
251
251
  case "MarkerFillOpacity":
252
- if (!isNaN_(this.gv)) {
253
- this.qf.b6();
252
+ if (!isNaN_(this.ik)) {
253
+ this.t4.b9();
254
254
  }
255
255
  break;
256
256
  case "AreaFillOpacity":
257
- if (!isNaN_(this.f3)) {
258
- this.qf.b0();
257
+ if (!isNaN_(this.hp)) {
258
+ this.t4.b3();
259
259
  }
260
260
  break;
261
261
  case "OutlineMode":
262
- this.qf.b8();
262
+ this.t4.cb();
263
263
  break;
264
264
  case "ShowDefaultTooltip":
265
- this.qf.cb();
265
+ this.t4.ce();
266
266
  break;
267
267
  case "Title":
268
- this.qe.title = this.title;
268
+ this.t3.title = this.title;
269
269
  break;
270
270
  case "LegendItemBadgeMode":
271
- this.qf.b4();
271
+ this.t4.b7();
272
272
  break;
273
273
  case "LegendItemBadgeShape":
274
- this.qf.b5();
274
+ this.t4.b8();
275
275
  break;
276
276
  case "Legend":
277
- this.qe.legend = this.legend;
278
- this.b1.at();
277
+ this.t3.legend = this.legend;
278
+ this.cj.av();
279
279
  break;
280
280
  }
281
281
  };
282
- GeographicMapSeriesHost.prototype.qi = function () {
283
- if (this.ce == null || this.qe == null) {
282
+ GeographicMapSeriesHost.prototype.t7 = function () {
283
+ if (this.cy == null || this.t3 == null) {
284
284
  return;
285
285
  }
286
- if (!isNaN_(this.qg)) {
287
- if (this.ce.tk.width > this.qg) {
288
- var hs_ = this.qe;
286
+ if (!isNaN_(this.t5)) {
287
+ if (this.cy.tn.width > this.t5) {
288
+ var hs_ = this.t3;
289
289
  var v_ = 1;
290
290
  hs_.visibility = v_;
291
291
  }
292
292
  else {
293
- var hs2_ = this.qe;
293
+ var hs2_ = this.t3;
294
294
  var v2_ = 0;
295
295
  hs2_.visibility = v2_;
296
296
  }
297
297
  }
298
298
  };
299
- GeographicMapSeriesHost.prototype.qk = function (a, b) {
300
- this.qi();
299
+ GeographicMapSeriesHost.prototype.t9 = function (a, b) {
300
+ this.t7();
301
301
  };
302
- GeographicMapSeriesHost.prototype.mn = function (a) {
303
- _super.prototype.mn.call(this, a);
304
- if (this.qe != null) {
305
- this.qe.mn(a);
302
+ GeographicMapSeriesHost.prototype.pp = function (a) {
303
+ _super.prototype.pp.call(this, a);
304
+ if (this.t3 != null) {
305
+ this.t3.pp(a);
306
306
  }
307
307
  };
308
- GeographicMapSeriesHost.prototype.mm = function (a, b, c, d, e) {
309
- if (this.qe != null) {
310
- this.qe.mm(a, b, c, d, e);
308
+ GeographicMapSeriesHost.prototype.po = function (a, b, c, d, e) {
309
+ if (this.t3 != null) {
310
+ this.t3.po(a, b, c, d, e);
311
311
  }
312
312
  };
313
313
  GeographicMapSeriesHost.prototype.au = function (a, b) {
314
- return this.qe.au(a, b);
314
+ return this.t3.au(a, b);
315
315
  };
316
- GeographicMapSeriesHost.prototype.mx = function () {
317
- _super.prototype.mx.call(this);
318
- this.qe.mx();
316
+ GeographicMapSeriesHost.prototype.p8 = function () {
317
+ _super.prototype.p8.call(this);
318
+ this.t3.p8();
319
319
  };
320
320
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
321
321
  return this._coercionMethods;
322
322
  };
323
323
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
324
324
  this._coercionMethods = a;
325
- this.qe.coercionMethods = a;
325
+ this.t3.coercionMethods = a;
326
326
  };
327
- GeographicMapSeriesHost.prototype.lc = function (a) {
328
- _super.prototype.lc.call(this, a);
329
- if (this.qe != null) {
330
- var b = this.qe.hx();
331
- this.k4(a, b);
327
+ GeographicMapSeriesHost.prototype.n1 = function (a) {
328
+ _super.prototype.n1.call(this, a);
329
+ if (this.t3 != null) {
330
+ var b = this.t3.jq();
331
+ this.nm(a, b);
332
332
  }
333
333
  };
334
334
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
335
- GeographicMapSeriesHost.ql = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
335
+ GeographicMapSeriesHost.ua = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
336
336
  var c = a;
337
337
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
338
338
  }));
@@ -346,75 +346,75 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  __extends(HostSeriesView, _super);
347
347
  function HostSeriesView(a) {
348
348
  var _this = _super.call(this, a) || this;
349
- _this.bx = null;
350
- _this.bx = a;
349
+ _this.b0 = null;
350
+ _this.b0 = a;
351
351
  return _this;
352
352
  }
353
- HostSeriesView.prototype.ar = function (a, b) {
354
- _super.prototype.ar.call(this, a, b);
353
+ HostSeriesView.prototype.at = function (a, b) {
354
+ _super.prototype.at.call(this, a, b);
355
355
  };
356
- HostSeriesView.prototype.b2 = function () {
357
- this.bx.qb = 1;
358
- this.bx.qe.qb = 0;
359
- this.bx.qe.itemsSource = this.bx.itemsSource;
360
- this.bx.qe.index = this.bx.index;
361
- this.bx.qe.o9 = this.bx.o9;
362
- this.bx.qe.pe = this.bx.o9;
363
- this.bx.qe.bu = this.bx.bu;
364
- this.bx.qe.gy = this.bx.gy;
365
- this.bx.qe.hr = this.bx.hr;
366
- this.bx.qe._opacity = this.bx._opacity;
367
- this.bx.qe.g4 = this.bx.g4;
368
- this.bx.qe.f3 = this.bx.f3;
369
- this.bx.qe.gv = this.bx.gv;
370
- this.bx.qe.ev = this.bx.ev;
371
- this.bx.qe.legendItemBadgeShape = this.bx.legendItemBadgeShape;
372
- this.bx.qe.ba = this.bx.ba;
373
- };
374
- HostSeriesView.prototype.b3 = function () {
375
- this.bx.qe.itemsSource = this.bx.itemsSource;
356
+ HostSeriesView.prototype.b5 = function () {
357
+ this.b0.t0 = 1;
358
+ this.b0.t3.t0 = 0;
359
+ this.b0.t3.itemsSource = this.b0.itemsSource;
360
+ this.b0.t3.index = this.b0.index;
361
+ this.b0.t3.sw = this.b0.sw;
362
+ this.b0.t3.s2 = this.b0.sw;
363
+ this.b0.t3.cc = this.b0.cc;
364
+ this.b0.t3.io = this.b0.io;
365
+ this.b0.t3.ji = this.b0.ji;
366
+ this.b0.t3._opacity = this.b0._opacity;
367
+ this.b0.t3.iu = this.b0.iu;
368
+ this.b0.t3.hp = this.b0.hp;
369
+ this.b0.t3.ik = this.b0.ik;
370
+ this.b0.t3.fy = this.b0.fy;
371
+ this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
372
+ this.b0.t3.ba = this.b0.ba;
376
373
  };
377
- HostSeriesView.prototype.ca = function () {
378
- this.bx.qe.gy = this.bx.gy;
374
+ HostSeriesView.prototype.b6 = function () {
375
+ this.b0.t3.itemsSource = this.b0.itemsSource;
379
376
  };
380
377
  HostSeriesView.prototype.cd = function () {
381
- this.bx.qe.hr = this.bx.hr;
378
+ this.b0.t3.io = this.b0.io;
382
379
  };
383
- HostSeriesView.prototype.b7 = function () {
384
- this.bx.qe._opacity = this.bx._opacity;
380
+ HostSeriesView.prototype.cg = function () {
381
+ this.b0.t3.ji = this.b0.ji;
385
382
  };
386
- HostSeriesView.prototype.cc = function () {
387
- this.bx.qe.g4 = this.bx.g4;
383
+ HostSeriesView.prototype.ca = function () {
384
+ this.b0.t3._opacity = this.b0._opacity;
388
385
  };
389
- HostSeriesView.prototype.b1 = function () {
390
- this.bx.qe.o9 = this.bx.o9;
386
+ HostSeriesView.prototype.cf = function () {
387
+ this.b0.t3.iu = this.b0.iu;
391
388
  };
392
- HostSeriesView.prototype.b9 = function () {
393
- this.bx.qe.pe = this.bx.pe;
389
+ HostSeriesView.prototype.b4 = function () {
390
+ this.b0.t3.sw = this.b0.sw;
394
391
  };
395
- HostSeriesView.prototype.by = function () {
396
- this.bx.qe.o9 = this.bx.o5;
392
+ HostSeriesView.prototype.cc = function () {
393
+ this.b0.t3.s2 = this.b0.s2;
397
394
  };
398
- HostSeriesView.prototype.bz = function () {
399
- this.bx.qe.pe = this.bx.o8;
395
+ HostSeriesView.prototype.b1 = function () {
396
+ this.b0.t3.sw = this.b0.ss;
400
397
  };
401
- HostSeriesView.prototype.b4 = function () {
402
- this.bx.qe.ba = this.bx.ba;
398
+ HostSeriesView.prototype.b2 = function () {
399
+ this.b0.t3.s2 = this.b0.sv;
403
400
  };
404
- HostSeriesView.prototype.b5 = function () {
405
- this.bx.qe.legendItemBadgeShape = this.bx.legendItemBadgeShape;
401
+ HostSeriesView.prototype.b7 = function () {
402
+ this.b0.t3.ba = this.b0.ba;
406
403
  };
407
- HostSeriesView.prototype.b0 = function () {
408
- this.bx.qe.f3 = this.bx.f3;
404
+ HostSeriesView.prototype.b8 = function () {
405
+ this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
409
406
  };
410
- HostSeriesView.prototype.b6 = function () {
411
- this.bx.qe.gv = this.bx.gv;
407
+ HostSeriesView.prototype.b3 = function () {
408
+ this.b0.t3.hp = this.b0.hp;
412
409
  };
413
- HostSeriesView.prototype.b8 = function () {
414
- this.bx.qe.bu = this.bx.bu;
410
+ HostSeriesView.prototype.b9 = function () {
411
+ this.b0.t3.ik = this.b0.ik;
415
412
  };
416
413
  HostSeriesView.prototype.cb = function () {
417
- this.bx.qe.ev = this.bx.ev;
414
+ this.b0.t3.cc = this.b0.cc;
415
+ };
416
+ HostSeriesView.prototype.ce = function () {
417
+ this.b0.t3.fy = this.b0.fy;
418
418
  };
419
419
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
420
420
  return HostSeriesView;