igniteui-angular-maps 19.0.0 → 19.1.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 +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  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 +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  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 +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +1710 -1710
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +121 -121
  86. package/package.json +2 -2
@@ -20,350 +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.wy = null;
24
- _this.w0 = _this.wz();
23
+ _this.w3 = null;
24
+ _this.w5 = _this.w4();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.qg = function () {
28
- _super.prototype.qg.call(this);
29
- if (this.w0 != null) {
30
- this.w0.qg();
27
+ GeographicMapSeriesHost.prototype.qi = function () {
28
+ _super.prototype.qi.call(this);
29
+ if (this.w5 != null) {
30
+ this.w5.qi();
31
31
  }
32
32
  };
33
- GeographicMapSeriesHost.prototype.get_fc = function () {
33
+ GeographicMapSeriesHost.prototype.get_fd = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.kq = function (a, b) {
37
- var c = this.nd(b);
36
+ GeographicMapSeriesHost.prototype.kr = function (a, b) {
37
+ var c = this.nf(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.w0.kq(a, c);
44
+ return this.w5.kr(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.md = function (a) {
47
- var b = this.nd(a);
46
+ GeographicMapSeriesHost.prototype.mf = function (a) {
47
+ var b = this.nf(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.w0.md(b);
54
+ return this.w5.mf(b);
55
55
  };
56
- GeographicMapSeriesHost.prototype.get_ki = function () {
57
- return this.k0(this.w0);
56
+ GeographicMapSeriesHost.prototype.get_kj = function () {
57
+ return this.k1(this.w5);
58
58
  };
59
- GeographicMapSeriesHost.prototype.set_ki = function (a) {
60
- this.oz(this.w0, a);
59
+ GeographicMapSeriesHost.prototype.set_kj = function (a) {
60
+ this.o1(this.w5, a);
61
61
  };
62
- GeographicMapSeriesHost.prototype.eb = function (a, b, c, d, e) {
63
- return this.w0.eb(a, b, c, d, e);
62
+ GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
63
+ return this.w5.ed(a, b, c, d, e);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.w0.ai();
66
+ return this.w5.ai();
67
67
  };
68
- GeographicMapSeriesHost.prototype.bo = function () {
69
- return this.w0;
68
+ GeographicMapSeriesHost.prototype.bp = function () {
69
+ return this.w5;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "w0", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "w5", {
72
72
  get: function () {
73
- return this.wy;
73
+ return this.w3;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.wy;
77
- var c = this.w0 != a;
76
+ var b = this.w3;
77
+ var c = this.w5 != a;
78
78
  if (c) {
79
- this.wy = a;
80
- this.w5(b, this.wy);
79
+ this.w3 = a;
80
+ this.xa(b, this.w3);
81
81
  }
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
85
85
  });
86
86
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
87
- return this.w0.hasMarkers;
87
+ return this.w5.hasMarkers;
88
88
  };
89
- GeographicMapSeriesHost.prototype.w5 = function (a, b) {
90
- if (this.wy != null) {
91
- var hostedSeries_ = this.wy;
89
+ GeographicMapSeriesHost.prototype.xa = function (a, b) {
90
+ if (this.w3 != null) {
91
+ var hostedSeries_ = this.w3;
92
92
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
93
93
  hostedSeries_.externalObject._implementation = hostedSeries_;
94
94
  }
95
- this.pf(this.w0);
96
- this.w1.b5();
95
+ this.ph(this.w5);
96
+ this.w6.ci();
97
97
  if (a != null) {
98
98
  var c = (a);
99
- this.r1(c, null);
99
+ this.r5(c, null);
100
100
  }
101
101
  if (b != null) {
102
102
  var d = (b);
103
- this.r1(d, this);
103
+ this.r5(d, this);
104
104
  }
105
105
  };
106
- GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
107
- return this.di(this.w0, a, b, c);
108
- };
109
106
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
110
- return this.dj(this.w0, a, b, c);
107
+ return this.dj(this.w5, a, b, c);
111
108
  };
112
- GeographicMapSeriesHost.prototype.kn = function (a) {
113
- return this.kw(this.w0, a);
109
+ GeographicMapSeriesHost.prototype.di = function (a, b, c) {
110
+ return this.dk(this.w5, a, b, c);
114
111
  };
115
- GeographicMapSeriesHost.prototype.ka = function (a, b) {
116
- return this.w0.ka(a, b);
112
+ GeographicMapSeriesHost.prototype.ko = function (a) {
113
+ return this.kx(this.w5, a);
117
114
  };
118
- GeographicMapSeriesHost.prototype.j8 = function (a, b) {
119
- return this.w0.j8(a, b);
115
+ GeographicMapSeriesHost.prototype.kb = function (a, b) {
116
+ return this.w5.kb(a, b);
120
117
  };
121
- GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
122
- return this.w0.i5(a, b, c);
118
+ GeographicMapSeriesHost.prototype.j9 = function (a, b) {
119
+ return this.w5.j9(a, b);
123
120
  };
124
- GeographicMapSeriesHost.prototype.wc = function (a, b, c) {
125
- return this.w0.wc(a, b, c);
121
+ GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
122
+ return this.w5.i6(a, b, c);
126
123
  };
127
- GeographicMapSeriesHost.prototype.wn = function (a) {
128
- return this.w0.wn(a);
124
+ GeographicMapSeriesHost.prototype.wh = function (a, b, c) {
125
+ return this.w5.wh(a, b, c);
126
+ };
127
+ GeographicMapSeriesHost.prototype.ws = function (a) {
128
+ return this.w5.ws(a);
129
129
  };
130
130
  GeographicMapSeriesHost.prototype.ao = function (a) {
131
- return this.w0.ao(a);
131
+ return this.w5.ao(a);
132
132
  };
133
- GeographicMapSeriesHost.prototype.wo = function (a) {
134
- return this.w0.wo(a);
133
+ GeographicMapSeriesHost.prototype.wt = function (a) {
134
+ return this.w5.wt(a);
135
135
  };
136
136
  GeographicMapSeriesHost.prototype.ap = function (a) {
137
- return this.w0.ap(a);
137
+ return this.w5.ap(a);
138
138
  };
139
- GeographicMapSeriesHost.prototype.wp = function (a) {
140
- return this.w0.wp(a);
139
+ GeographicMapSeriesHost.prototype.wu = function (a) {
140
+ return this.w5.wu(a);
141
141
  };
142
- GeographicMapSeriesHost.prototype.wq = function (a) {
143
- return this.w0.wq(a);
142
+ GeographicMapSeriesHost.prototype.wv = function (a) {
143
+ return this.w5.wv(a);
144
144
  };
145
- GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
146
- return this.w0.i1(a, b, c);
145
+ GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
146
+ return this.w5.i2(a, b, c);
147
147
  };
148
- GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
149
- return this.w0.v8(a, b, c);
148
+ GeographicMapSeriesHost.prototype.wd = function (a, b, c) {
149
+ return this.w5.wd(a, b, c);
150
150
  };
151
- GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
152
- return this.i5(a, b, c);
151
+ GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
152
+ return this.i6(a, b, c);
153
153
  };
154
- GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
155
- return this.w0.wa(a, b, c);
154
+ GeographicMapSeriesHost.prototype.wf = function (a, b, c) {
155
+ return this.w5.wf(a, b, c);
156
156
  };
157
- GeographicMapSeriesHost.prototype.wd = function (a, b, c) {
158
- return this.w0.wd(a, b, c);
157
+ GeographicMapSeriesHost.prototype.wi = function (a, b, c) {
158
+ return this.w5.wi(a, b, c);
159
159
  };
160
- GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
161
- return this.w0.i6(a, b, c);
160
+ GeographicMapSeriesHost.prototype.i7 = function (a, b, c) {
161
+ return this.w5.i7(a, b, c);
162
162
  };
163
- GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
164
- return this.w0.v9(a, b, c);
163
+ GeographicMapSeriesHost.prototype.we = function (a, b, c) {
164
+ return this.w5.we(a, b, c);
165
165
  };
166
- GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
167
- return this.w0.i2(a, b, c);
166
+ GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
167
+ return this.w5.i3(a, b, c);
168
168
  };
169
- GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
170
- return this.w0.wb(a, b, c);
169
+ GeographicMapSeriesHost.prototype.wg = function (a, b, c) {
170
+ return this.w5.wg(a, b, c);
171
171
  };
172
- GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
173
- return this.w0.i4(a, b, c);
172
+ GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
173
+ return this.w5.i5(a, b, c);
174
174
  };
175
- GeographicMapSeriesHost.prototype.j4 = function (a) {
176
- return this.w0.j4(a);
175
+ GeographicMapSeriesHost.prototype.j5 = function (a) {
176
+ return this.w5.j5(a);
177
177
  };
178
- GeographicMapSeriesHost.prototype.iw = function () {
179
- return this.w0.iw();
178
+ GeographicMapSeriesHost.prototype.ix = function () {
179
+ return this.w5.ix();
180
180
  };
181
- GeographicMapSeriesHost.prototype.is = function (a) {
182
- return this.w0.is(a);
181
+ GeographicMapSeriesHost.prototype.it = function (a) {
182
+ return this.w5.it(a);
183
183
  };
184
- GeographicMapSeriesHost.prototype.ko = function (a) {
185
- return this.w0.ko(a);
184
+ GeographicMapSeriesHost.prototype.kp = function (a) {
185
+ return this.w5.kp(a);
186
186
  };
187
- GeographicMapSeriesHost.prototype.cs = function () {
187
+ GeographicMapSeriesHost.prototype.ct = function () {
188
188
  return new HostSeriesView(this);
189
189
  };
190
- GeographicMapSeriesHost.prototype.q1 = function (a) {
191
- _super.prototype.q1.call(this, a);
192
- this.w1 = typeCast(HostSeriesView.$, a);
190
+ GeographicMapSeriesHost.prototype.q3 = function (a) {
191
+ _super.prototype.q3.call(this, a);
192
+ this.w6 = typeCast(HostSeriesView.$, a);
193
193
  };
194
- Object.defineProperty(GeographicMapSeriesHost.prototype, "w2", {
194
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "w7", {
195
195
  get: function () {
196
- return this.c(GeographicMapSeriesHost.w7);
196
+ return this.c(GeographicMapSeriesHost.xc);
197
197
  },
198
198
  set: function (a) {
199
- this.h(GeographicMapSeriesHost.w7, a);
199
+ this.h(GeographicMapSeriesHost.xc, a);
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- GeographicMapSeriesHost.prototype.q9 = function (a, b, c, d) {
205
- _super.prototype.q9.call(this, a, b, c, d);
204
+ GeographicMapSeriesHost.prototype.rc = function (a, b, c, d) {
205
+ _super.prototype.rc.call(this, a, b, c, d);
206
206
  switch (b) {
207
207
  case "SeriesViewer":
208
- this.w0.db = this.db;
208
+ this.w5.dc = this.dc;
209
209
  if (c != null) {
210
- c.q4(this.w0);
210
+ c.rd(this.w5);
211
211
  }
212
212
  if (d != null) {
213
- this.db.m8(this.w0);
213
+ this.dc.nh(this.w5);
214
214
  }
215
- this.w0.rc(this.ws);
216
- this.w0.index = this.index;
217
- this.p0(this.w0);
218
- this.kg = this.w0.kg;
215
+ this.w5.rf(this.wx);
216
+ this.w5.index = this.index;
217
+ this.p2(this.w5);
218
+ this.kh = this.w5.kh;
219
219
  var e = typeCast(SeriesViewer.$, c);
220
220
  if (e != null) {
221
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w6));
221
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xb));
222
222
  }
223
- if (this.db != null) {
224
- var f = this.db;
225
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w6));
223
+ if (this.dc != null) {
224
+ var f = this.dc;
225
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xb));
226
226
  }
227
- this.w4();
227
+ this.w9();
228
228
  break;
229
229
  case "SyncLink":
230
- this.w0.c3 = this.c3;
230
+ this.w5.c4 = this.c4;
231
231
  break;
232
232
  case "VisibleFromScale":
233
- this.w4();
233
+ this.w9();
234
234
  break;
235
235
  case "Index":
236
- this.w0.index = this.index;
236
+ this.w5.index = this.index;
237
237
  break;
238
238
  case "ItemsSource":
239
- this.w1.b6();
239
+ this.w6.cj();
240
240
  break;
241
241
  case "Resolution":
242
- this.w1.cd();
242
+ this.w6.cq();
243
243
  break;
244
244
  case "TransitionDuration":
245
- this.w1.cg();
245
+ this.w6.ct();
246
246
  break;
247
247
  case "Opacity":
248
- this.w1.ca();
248
+ this.w6.cn();
249
249
  break;
250
250
  case "Visibility":
251
- var hs_ = this.w0;
251
+ var hs_ = this.w5;
252
252
  var v_ = this._visibility;
253
253
  hs_.visibility = v_;
254
254
  break;
255
255
  case "MouseOverEnabled":
256
- this.w0.f8 = this.f8;
256
+ this.w5.f9 = this.f9;
257
257
  break;
258
258
  case "ExpectFunctions":
259
- this.w0.expectFunctions = this.expectFunctions;
259
+ this.w5.expectFunctions = this.expectFunctions;
260
260
  break;
261
261
  case "Thickness":
262
- this.w1.cf();
262
+ this.w6.cs();
263
263
  break;
264
264
  case "Brush":
265
- this.w1.b4();
265
+ this.w6.ch();
266
266
  break;
267
267
  case "Outline":
268
- this.w1.cc();
268
+ this.w6.cp();
269
269
  break;
270
270
  case "ActualBrush":
271
- this.w1.b1();
271
+ this.w6.ce();
272
272
  break;
273
273
  case "ActualOutline":
274
- this.w1.b2();
274
+ this.w6.cf();
275
275
  break;
276
276
  case "MarkerFillOpacity":
277
- if (!isNaN_(this.jg)) {
278
- this.w1.b9();
277
+ if (!isNaN_(this.jh)) {
278
+ this.w6.cm();
279
279
  }
280
280
  break;
281
281
  case "AreaFillOpacity":
282
- if (!isNaN_(this.ik)) {
283
- this.w1.b3();
282
+ if (!isNaN_(this.il)) {
283
+ this.w6.cg();
284
284
  }
285
285
  break;
286
286
  case "OutlineMode":
287
- this.w1.cb();
287
+ this.w6.co();
288
288
  break;
289
289
  case "ShowDefaultTooltip":
290
- this.w1.ce();
290
+ this.w6.cr();
291
291
  break;
292
292
  case "Title":
293
- this.w0.title = this.title;
293
+ this.w5.title = this.title;
294
294
  break;
295
295
  case "LegendItemBadgeMode":
296
- this.w1.b7();
296
+ this.w6.ck();
297
297
  break;
298
298
  case "LegendItemBadgeShape":
299
- this.w1.b8();
299
+ this.w6.cl();
300
300
  break;
301
301
  case "Legend":
302
- this.w0.legend = this.legend;
303
- this.cv.av();
302
+ this.w5.legend = this.legend;
303
+ this.cw.a5();
304
304
  break;
305
305
  }
306
306
  };
307
- GeographicMapSeriesHost.prototype.w4 = function () {
308
- if (this.db == null || this.w0 == null) {
307
+ GeographicMapSeriesHost.prototype.w9 = function () {
308
+ if (this.dc == null || this.w5 == null) {
309
309
  return;
310
310
  }
311
- if (!isNaN_(this.w2)) {
312
- if (this.db.v4.width > this.w2) {
313
- var hs_ = this.w0;
311
+ if (!isNaN_(this.w7)) {
312
+ if (this.dc.wh.width > this.w7) {
313
+ var hs_ = this.w5;
314
314
  var v_ = 1;
315
315
  hs_.visibility = v_;
316
316
  }
317
317
  else {
318
- var hs2_ = this.w0;
318
+ var hs2_ = this.w5;
319
319
  var v2_ = 0;
320
320
  hs2_.visibility = v2_;
321
321
  }
322
322
  }
323
323
  };
324
- GeographicMapSeriesHost.prototype.w6 = function (a, b) {
325
- this.w4();
324
+ GeographicMapSeriesHost.prototype.xb = function (a, b) {
325
+ this.w9();
326
326
  };
327
- GeographicMapSeriesHost.prototype.rr = function (a) {
328
- _super.prototype.rr.call(this, a);
329
- if (this.w0 != null) {
330
- this.w0.rr(a);
327
+ GeographicMapSeriesHost.prototype.ru = function (a) {
328
+ _super.prototype.ru.call(this, a);
329
+ if (this.w5 != null) {
330
+ this.w5.ru(a);
331
331
  }
332
332
  };
333
- GeographicMapSeriesHost.prototype.q5 = function (a) {
334
- _super.prototype.q5.call(this, a);
335
- if (this.w0 != null) {
336
- this.w0.qn();
333
+ GeographicMapSeriesHost.prototype.q7 = function (a) {
334
+ _super.prototype.q7.call(this, a);
335
+ if (this.w5 != null) {
336
+ this.w5.qp();
337
337
  }
338
338
  };
339
- GeographicMapSeriesHost.prototype.rq = function (a, b, c, d, e) {
340
- if (this.w0 != null) {
341
- this.w0.rq(a, b, c, d, e);
339
+ GeographicMapSeriesHost.prototype.rt = function (a, b, c, d, e) {
340
+ if (this.w5 != null) {
341
+ this.w5.rt(a, b, c, d, e);
342
342
  }
343
343
  };
344
344
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
345
- return this.w0.a2(a, b);
345
+ return this.w5.a2(a, b);
346
346
  };
347
- GeographicMapSeriesHost.prototype.sc = function () {
348
- _super.prototype.sc.call(this);
349
- this.w0.sc();
347
+ GeographicMapSeriesHost.prototype.sg = function () {
348
+ _super.prototype.sg.call(this);
349
+ this.w5.sg();
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.w0.coercionMethods = a;
356
+ this.w5.coercionMethods = a;
357
357
  };
358
- GeographicMapSeriesHost.prototype.pz = function (a) {
359
- _super.prototype.pz.call(this, a);
360
- if (this.w0 != null) {
361
- var b = this.w0.km();
362
- this.o8(a, b);
358
+ GeographicMapSeriesHost.prototype.p1 = function (a) {
359
+ _super.prototype.p1.call(this, a);
360
+ if (this.w5 != null) {
361
+ var b = this.w5.kn();
362
+ this.pa(a, b);
363
363
  }
364
364
  };
365
365
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
366
- GeographicMapSeriesHost.w7 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
366
+ GeographicMapSeriesHost.xc = 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
  }));
@@ -377,75 +377,75 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
377
377
  __extends(HostSeriesView, _super);
378
378
  function HostSeriesView(a) {
379
379
  var _this = _super.call(this, a) || this;
380
- _this.b0 = null;
381
- _this.b0 = a;
380
+ _this.cd = null;
381
+ _this.cd = a;
382
382
  return _this;
383
383
  }
384
- HostSeriesView.prototype.at = function (a, b) {
385
- _super.prototype.at.call(this, a, b);
386
- };
387
- HostSeriesView.prototype.b5 = function () {
388
- this.b0.legendItemVisibility = 1;
389
- this.b0.w0.legendItemVisibility = 0;
390
- this.b0.w0.itemsSource = this.b0.itemsSource;
391
- this.b0.w0.index = this.b0.index;
392
- this.b0.w0.vf = this.b0.vf;
393
- this.b0.w0.vv = this.b0.vf;
394
- this.b0.w0.ci = this.b0.ci;
395
- this.b0.w0.jj = this.b0.jj;
396
- this.b0.w0.kd = this.b0.kd;
397
- this.b0.w0._opacity = this.b0._opacity;
398
- this.b0.w0.jp = this.b0.jp;
399
- this.b0.w0.ik = this.b0.ik;
400
- this.b0.w0.jg = this.b0.jg;
401
- this.b0.w0.gp = this.b0.gp;
402
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
403
- this.b0.w0.bd = this.b0.bd;
404
- };
405
- HostSeriesView.prototype.b6 = function () {
406
- this.b0.w0.itemsSource = this.b0.itemsSource;
407
- };
408
- HostSeriesView.prototype.cd = function () {
409
- this.b0.w0.jj = this.b0.jj;
384
+ HostSeriesView.prototype.a3 = function (a, b) {
385
+ _super.prototype.a3.call(this, a, b);
386
+ };
387
+ HostSeriesView.prototype.ci = function () {
388
+ this.cd.legendItemVisibility = 1;
389
+ this.cd.w5.legendItemVisibility = 0;
390
+ this.cd.w5.itemsSource = this.cd.itemsSource;
391
+ this.cd.w5.index = this.cd.index;
392
+ this.cd.w5.vk = this.cd.vk;
393
+ this.cd.w5.v0 = this.cd.vk;
394
+ this.cd.w5.cj = this.cd.cj;
395
+ this.cd.w5.jk = this.cd.jk;
396
+ this.cd.w5.ke = this.cd.ke;
397
+ this.cd.w5._opacity = this.cd._opacity;
398
+ this.cd.w5.jq = this.cd.jq;
399
+ this.cd.w5.il = this.cd.il;
400
+ this.cd.w5.jh = this.cd.jh;
401
+ this.cd.w5.gq = this.cd.gq;
402
+ this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
403
+ this.cd.w5.be = this.cd.be;
404
+ };
405
+ HostSeriesView.prototype.cj = function () {
406
+ this.cd.w5.itemsSource = this.cd.itemsSource;
407
+ };
408
+ HostSeriesView.prototype.cq = function () {
409
+ this.cd.w5.jk = this.cd.jk;
410
+ };
411
+ HostSeriesView.prototype.ct = function () {
412
+ this.cd.w5.ke = this.cd.ke;
413
+ };
414
+ HostSeriesView.prototype.cn = function () {
415
+ this.cd.w5._opacity = this.cd._opacity;
416
+ };
417
+ HostSeriesView.prototype.cs = function () {
418
+ this.cd.w5.jq = this.cd.jq;
419
+ };
420
+ HostSeriesView.prototype.ch = function () {
421
+ this.cd.w5.vk = this.cd.vk;
422
+ };
423
+ HostSeriesView.prototype.cp = function () {
424
+ this.cd.w5.v0 = this.cd.v0;
410
425
  };
411
- HostSeriesView.prototype.cg = function () {
412
- this.b0.w0.kd = this.b0.kd;
413
- };
414
- HostSeriesView.prototype.ca = function () {
415
- this.b0.w0._opacity = this.b0._opacity;
426
+ HostSeriesView.prototype.ce = function () {
427
+ this.cd.w5.vk = this.cd.ve;
416
428
  };
417
429
  HostSeriesView.prototype.cf = function () {
418
- this.b0.w0.jp = this.b0.jp;
430
+ this.cd.w5.v0 = this.cd.vi;
419
431
  };
420
- HostSeriesView.prototype.b4 = function () {
421
- this.b0.w0.vf = this.b0.vf;
432
+ HostSeriesView.prototype.ck = function () {
433
+ this.cd.w5.be = this.cd.be;
422
434
  };
423
- HostSeriesView.prototype.cc = function () {
424
- this.b0.w0.vv = this.b0.vv;
435
+ HostSeriesView.prototype.cl = function () {
436
+ this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
425
437
  };
426
- HostSeriesView.prototype.b1 = function () {
427
- this.b0.w0.vf = this.b0.u9;
428
- };
429
- HostSeriesView.prototype.b2 = function () {
430
- this.b0.w0.vv = this.b0.vd;
431
- };
432
- HostSeriesView.prototype.b7 = function () {
433
- this.b0.w0.bd = this.b0.bd;
434
- };
435
- HostSeriesView.prototype.b8 = function () {
436
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
437
- };
438
- HostSeriesView.prototype.b3 = function () {
439
- this.b0.w0.ik = this.b0.ik;
438
+ HostSeriesView.prototype.cg = function () {
439
+ this.cd.w5.il = this.cd.il;
440
440
  };
441
- HostSeriesView.prototype.b9 = function () {
442
- this.b0.w0.jg = this.b0.jg;
441
+ HostSeriesView.prototype.cm = function () {
442
+ this.cd.w5.jh = this.cd.jh;
443
443
  };
444
- HostSeriesView.prototype.cb = function () {
445
- this.b0.w0.ci = this.b0.ci;
444
+ HostSeriesView.prototype.co = function () {
445
+ this.cd.w5.cj = this.cd.cj;
446
446
  };
447
- HostSeriesView.prototype.ce = function () {
448
- this.b0.w0.gp = this.b0.gp;
447
+ HostSeriesView.prototype.cr = function () {
448
+ this.cd.w5.gq = this.cd.gq;
449
449
  };
450
450
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
451
451
  return HostSeriesView;