igniteui-angular-maps 18.2.0 → 19.0.1

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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1008 -1008
  2. package/bundles/igniteui-angular-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 +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1016 -1016
  54. package/fesm5/igniteui-angular-maps.js +1008 -1008
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +5 -5
@@ -19,342 +19,342 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.wy = null;
23
- this.w0 = this.wz();
22
+ this.wx = null;
23
+ this.wz = this.wy();
24
24
  }
25
- qg() {
26
- super.qg();
27
- if (this.w0 != null) {
28
- this.w0.qg();
25
+ qf() {
26
+ super.qf();
27
+ if (this.wz != null) {
28
+ this.wz.qf();
29
29
  }
30
30
  }
31
- get_fc() {
31
+ get_fb() {
32
32
  return true;
33
33
  }
34
- kq(a, b) {
35
- let c = this.nd(b);
34
+ kp(a, b) {
35
+ let c = this.nc(b);
36
36
  if (c == "LatitudeMemberPath") {
37
37
  c = "YMemberPath";
38
38
  }
39
39
  if (c == "LongitudeMemberPath") {
40
40
  c = "XMemberPath";
41
41
  }
42
- return this.w0.kq(a, c);
42
+ return this.wz.kp(a, c);
43
43
  }
44
- md(a) {
45
- let b = this.nd(a);
44
+ mc(a) {
45
+ let b = this.nc(a);
46
46
  if (b == "LatitudeMemberPath") {
47
47
  b = "YMemberPath";
48
48
  }
49
49
  if (b == "LongitudeMemberPath") {
50
50
  b = "XMemberPath";
51
51
  }
52
- return this.w0.md(b);
52
+ return this.wz.mc(b);
53
53
  }
54
- get_ki() {
55
- return this.k0(this.w0);
54
+ get_kh() {
55
+ return this.kz(this.wz);
56
56
  }
57
- set_ki(a) {
58
- this.oz(this.w0, a);
57
+ set_kh(a) {
58
+ this.oy(this.wz, a);
59
59
  }
60
60
  eb(a, b, c, d, e) {
61
- return this.w0.eb(a, b, c, d, e);
61
+ return this.wz.eb(a, b, c, d, e);
62
62
  }
63
63
  ai() {
64
- return this.w0.ai();
64
+ return this.wz.ai();
65
65
  }
66
66
  bo() {
67
- return this.w0;
67
+ return this.wz;
68
68
  }
69
- get w0() {
70
- return this.wy;
69
+ get wz() {
70
+ return this.wx;
71
71
  }
72
- set w0(a) {
73
- let b = this.wy;
74
- let c = this.w0 != a;
72
+ set wz(a) {
73
+ let b = this.wx;
74
+ let c = this.wz != a;
75
75
  if (c) {
76
- this.wy = a;
77
- this.w5(b, this.wy);
76
+ this.wx = a;
77
+ this.w4(b, this.wx);
78
78
  }
79
79
  }
80
80
  get_hasMarkers() {
81
- return this.w0.hasMarkers;
81
+ return this.wz.hasMarkers;
82
82
  }
83
- w5(a, b) {
84
- if (this.wy != null) {
85
- let hostedSeries_ = this.wy;
83
+ w4(a, b) {
84
+ if (this.wx != null) {
85
+ let hostedSeries_ = this.wx;
86
86
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
87
87
  hostedSeries_.externalObject._implementation = hostedSeries_;
88
88
  }
89
- this.pf(this.w0);
90
- this.w1.b5();
89
+ this.pe(this.wz);
90
+ this.w0.b5();
91
91
  if (a != null) {
92
92
  let c = (a);
93
- this.r1(c, null);
93
+ this.r0(c, null);
94
94
  }
95
95
  if (b != null) {
96
96
  let d = (b);
97
- this.r1(d, this);
97
+ this.r0(d, this);
98
98
  }
99
99
  }
100
100
  dg(a, b, c) {
101
- return this.di(this.w0, a, b, c);
101
+ return this.di(this.wz, a, b, c);
102
102
  }
103
103
  dh(a, b, c) {
104
- return this.dj(this.w0, a, b, c);
104
+ return this.dj(this.wz, a, b, c);
105
105
  }
106
- kn(a) {
107
- return this.kw(this.w0, a);
106
+ km(a) {
107
+ return this.kv(this.wz, a);
108
108
  }
109
- ka(a, b) {
110
- return this.w0.ka(a, b);
109
+ j9(a, b) {
110
+ return this.wz.j9(a, b);
111
111
  }
112
- j8(a, b) {
113
- return this.w0.j8(a, b);
112
+ j7(a, b) {
113
+ return this.wz.j7(a, b);
114
114
  }
115
- i5(a, b, c) {
116
- return this.w0.i5(a, b, c);
115
+ i4(a, b, c) {
116
+ return this.wz.i4(a, b, c);
117
117
  }
118
- wc(a, b, c) {
119
- return this.w0.wc(a, b, c);
118
+ wb(a, b, c) {
119
+ return this.wz.wb(a, b, c);
120
120
  }
121
- wn(a) {
122
- return this.w0.wn(a);
121
+ wm(a) {
122
+ return this.wz.wm(a);
123
123
  }
124
124
  ao(a) {
125
- return this.w0.ao(a);
125
+ return this.wz.ao(a);
126
126
  }
127
- wo(a) {
128
- return this.w0.wo(a);
127
+ wn(a) {
128
+ return this.wz.wn(a);
129
129
  }
130
130
  ap(a) {
131
- return this.w0.ap(a);
131
+ return this.wz.ap(a);
132
+ }
133
+ wo(a) {
134
+ return this.wz.wo(a);
132
135
  }
133
136
  wp(a) {
134
- return this.w0.wp(a);
137
+ return this.wz.wp(a);
135
138
  }
136
- wq(a) {
137
- return this.w0.wq(a);
139
+ i0(a, b, c) {
140
+ return this.wz.i0(a, b, c);
138
141
  }
139
- i1(a, b, c) {
140
- return this.w0.i1(a, b, c);
142
+ v7(a, b, c) {
143
+ return this.wz.v7(a, b, c);
141
144
  }
142
- v8(a, b, c) {
143
- return this.w0.v8(a, b, c);
144
- }
145
- i3(a, b, c) {
146
- return this.i5(a, b, c);
145
+ i2(a, b, c) {
146
+ return this.i4(a, b, c);
147
147
  }
148
- wa(a, b, c) {
149
- return this.w0.wa(a, b, c);
148
+ v9(a, b, c) {
149
+ return this.wz.v9(a, b, c);
150
150
  }
151
- wd(a, b, c) {
152
- return this.w0.wd(a, b, c);
151
+ wc(a, b, c) {
152
+ return this.wz.wc(a, b, c);
153
153
  }
154
- i6(a, b, c) {
155
- return this.w0.i6(a, b, c);
154
+ i5(a, b, c) {
155
+ return this.wz.i5(a, b, c);
156
156
  }
157
- v9(a, b, c) {
158
- return this.w0.v9(a, b, c);
157
+ v8(a, b, c) {
158
+ return this.wz.v8(a, b, c);
159
159
  }
160
- i2(a, b, c) {
161
- return this.w0.i2(a, b, c);
160
+ i1(a, b, c) {
161
+ return this.wz.i1(a, b, c);
162
162
  }
163
- wb(a, b, c) {
164
- return this.w0.wb(a, b, c);
163
+ wa(a, b, c) {
164
+ return this.wz.wa(a, b, c);
165
165
  }
166
- i4(a, b, c) {
167
- return this.w0.i4(a, b, c);
166
+ i3(a, b, c) {
167
+ return this.wz.i3(a, b, c);
168
168
  }
169
- j4(a) {
170
- return this.w0.j4(a);
169
+ j3(a) {
170
+ return this.wz.j3(a);
171
171
  }
172
- iw() {
173
- return this.w0.iw();
172
+ iv() {
173
+ return this.wz.iv();
174
174
  }
175
- is(a) {
176
- return this.w0.is(a);
175
+ ir(a) {
176
+ return this.wz.ir(a);
177
177
  }
178
- ko(a) {
179
- return this.w0.ko(a);
178
+ kn(a) {
179
+ return this.wz.kn(a);
180
180
  }
181
181
  cs() {
182
182
  return new HostSeriesView(this);
183
183
  }
184
- q1(a) {
185
- super.q1(a);
186
- this.w1 = typeCast(HostSeriesView.$, a);
184
+ q0(a) {
185
+ super.q0(a);
186
+ this.w0 = typeCast(HostSeriesView.$, a);
187
187
  }
188
- get w2() {
189
- return this.c(GeographicMapSeriesHost.w7);
188
+ get w1() {
189
+ return this.c(GeographicMapSeriesHost.w6);
190
190
  }
191
- set w2(a) {
192
- this.h(GeographicMapSeriesHost.w7, a);
191
+ set w1(a) {
192
+ this.h(GeographicMapSeriesHost.w6, a);
193
193
  }
194
- q9(a, b, c, d) {
195
- super.q9(a, b, c, d);
194
+ q8(a, b, c, d) {
195
+ super.q8(a, b, c, d);
196
196
  switch (b) {
197
197
  case "SeriesViewer":
198
- this.w0.db = this.db;
198
+ this.wz.db = this.db;
199
199
  if (c != null) {
200
- c.q4(this.w0);
200
+ c.q4(this.wz);
201
201
  }
202
202
  if (d != null) {
203
- this.db.m8(this.w0);
203
+ this.db.m8(this.wz);
204
204
  }
205
- this.w0.rc(this.ws);
206
- this.w0.index = this.index;
207
- this.p0(this.w0);
208
- this.kg = this.w0.kg;
205
+ this.wz.rb(this.wr);
206
+ this.wz.index = this.index;
207
+ this.pz(this.wz);
208
+ this.kf = this.wz.kf;
209
209
  let e = typeCast(SeriesViewer.$, c);
210
210
  if (e != null) {
211
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w6));
211
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w5));
212
212
  }
213
213
  if (this.db != null) {
214
214
  let f = this.db;
215
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w6));
215
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w5));
216
216
  }
217
- this.w4();
217
+ this.w3();
218
218
  break;
219
219
  case "SyncLink":
220
- this.w0.c3 = this.c3;
220
+ this.wz.c3 = this.c3;
221
221
  break;
222
222
  case "VisibleFromScale":
223
- this.w4();
223
+ this.w3();
224
224
  break;
225
225
  case "Index":
226
- this.w0.index = this.index;
226
+ this.wz.index = this.index;
227
227
  break;
228
228
  case "ItemsSource":
229
- this.w1.b6();
229
+ this.w0.b6();
230
230
  break;
231
231
  case "Resolution":
232
- this.w1.cd();
232
+ this.w0.cd();
233
233
  break;
234
234
  case "TransitionDuration":
235
- this.w1.cg();
235
+ this.w0.cg();
236
236
  break;
237
237
  case "Opacity":
238
- this.w1.ca();
238
+ this.w0.ca();
239
239
  break;
240
240
  case "Visibility":
241
- let hs_ = this.w0;
241
+ let hs_ = this.wz;
242
242
  let v_ = this._visibility;
243
243
  hs_.visibility = v_;
244
244
  break;
245
245
  case "MouseOverEnabled":
246
- this.w0.f8 = this.f8;
246
+ this.wz.f7 = this.f7;
247
247
  break;
248
248
  case "ExpectFunctions":
249
- this.w0.expectFunctions = this.expectFunctions;
249
+ this.wz.expectFunctions = this.expectFunctions;
250
250
  break;
251
251
  case "Thickness":
252
- this.w1.cf();
252
+ this.w0.cf();
253
253
  break;
254
254
  case "Brush":
255
- this.w1.b4();
255
+ this.w0.b4();
256
256
  break;
257
257
  case "Outline":
258
- this.w1.cc();
258
+ this.w0.cc();
259
259
  break;
260
260
  case "ActualBrush":
261
- this.w1.b1();
261
+ this.w0.b1();
262
262
  break;
263
263
  case "ActualOutline":
264
- this.w1.b2();
264
+ this.w0.b2();
265
265
  break;
266
266
  case "MarkerFillOpacity":
267
- if (!isNaN_(this.jg)) {
268
- this.w1.b9();
267
+ if (!isNaN_(this.jf)) {
268
+ this.w0.b9();
269
269
  }
270
270
  break;
271
271
  case "AreaFillOpacity":
272
- if (!isNaN_(this.ik)) {
273
- this.w1.b3();
272
+ if (!isNaN_(this.ij)) {
273
+ this.w0.b3();
274
274
  }
275
275
  break;
276
276
  case "OutlineMode":
277
- this.w1.cb();
277
+ this.w0.cb();
278
278
  break;
279
279
  case "ShowDefaultTooltip":
280
- this.w1.ce();
280
+ this.w0.ce();
281
281
  break;
282
282
  case "Title":
283
- this.w0.title = this.title;
283
+ this.wz.title = this.title;
284
284
  break;
285
285
  case "LegendItemBadgeMode":
286
- this.w1.b7();
286
+ this.w0.b7();
287
287
  break;
288
288
  case "LegendItemBadgeShape":
289
- this.w1.b8();
289
+ this.w0.b8();
290
290
  break;
291
291
  case "Legend":
292
- this.w0.legend = this.legend;
292
+ this.wz.legend = this.legend;
293
293
  this.cv.av();
294
294
  break;
295
295
  }
296
296
  }
297
- w4() {
298
- if (this.db == null || this.w0 == null) {
297
+ w3() {
298
+ if (this.db == null || this.wz == null) {
299
299
  return;
300
300
  }
301
- if (!isNaN_(this.w2)) {
302
- if (this.db.v4.width > this.w2) {
303
- let hs_ = this.w0;
301
+ if (!isNaN_(this.w1)) {
302
+ if (this.db.v4.width > this.w1) {
303
+ let hs_ = this.wz;
304
304
  let v_ = 1;
305
305
  hs_.visibility = v_;
306
306
  }
307
307
  else {
308
- let hs2_ = this.w0;
308
+ let hs2_ = this.wz;
309
309
  let v2_ = 0;
310
310
  hs2_.visibility = v2_;
311
311
  }
312
312
  }
313
313
  }
314
- w6(a, b) {
315
- this.w4();
314
+ w5(a, b) {
315
+ this.w3();
316
316
  }
317
- rr(a) {
318
- super.rr(a);
319
- if (this.w0 != null) {
320
- this.w0.rr(a);
317
+ rq(a) {
318
+ super.rq(a);
319
+ if (this.wz != null) {
320
+ this.wz.rq(a);
321
321
  }
322
322
  }
323
- q5(a) {
324
- super.q5(a);
325
- if (this.w0 != null) {
326
- this.w0.qn();
323
+ q4(a) {
324
+ super.q4(a);
325
+ if (this.wz != null) {
326
+ this.wz.qm();
327
327
  }
328
328
  }
329
- rq(a, b, c, d, e) {
330
- if (this.w0 != null) {
331
- this.w0.rq(a, b, c, d, e);
329
+ rp(a, b, c, d, e) {
330
+ if (this.wz != null) {
331
+ this.wz.rp(a, b, c, d, e);
332
332
  }
333
333
  }
334
334
  a2(a, b) {
335
- return this.w0.a2(a, b);
335
+ return this.wz.a2(a, b);
336
336
  }
337
- sc() {
338
- super.sc();
339
- this.w0.sc();
337
+ sb() {
338
+ super.sb();
339
+ this.wz.sb();
340
340
  }
341
341
  get_coercionMethods() {
342
342
  return this._coercionMethods;
343
343
  }
344
344
  set_coercionMethods(a) {
345
345
  this._coercionMethods = a;
346
- this.w0.coercionMethods = a;
346
+ this.wz.coercionMethods = a;
347
347
  }
348
- pz(a) {
349
- super.pz(a);
350
- if (this.w0 != null) {
351
- let b = this.w0.km();
352
- this.o8(a, b);
348
+ py(a) {
349
+ super.py(a);
350
+ if (this.wz != null) {
351
+ let b = this.wz.kl();
352
+ this.o7(a, b);
353
353
  }
354
354
  }
355
355
  }
356
356
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
357
- GeographicMapSeriesHost.w7 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
357
+ GeographicMapSeriesHost.w6 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
358
358
  let c = a;
359
359
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
360
360
  }));
@@ -375,66 +375,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
375
375
  }
376
376
  b5() {
377
377
  this.b0.legendItemVisibility = 1;
378
- this.b0.w0.legendItemVisibility = 0;
379
- this.b0.w0.itemsSource = this.b0.itemsSource;
380
- this.b0.w0.index = this.b0.index;
381
- this.b0.w0.vf = this.b0.vf;
382
- this.b0.w0.vv = this.b0.vf;
383
- this.b0.w0.ci = this.b0.ci;
384
- this.b0.w0.jj = this.b0.jj;
385
- this.b0.w0.kd = this.b0.kd;
386
- this.b0.w0._opacity = this.b0._opacity;
387
- this.b0.w0.jp = this.b0.jp;
388
- this.b0.w0.ik = this.b0.ik;
389
- this.b0.w0.jg = this.b0.jg;
390
- this.b0.w0.gp = this.b0.gp;
391
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
392
- this.b0.w0.bd = this.b0.bd;
378
+ this.b0.wz.legendItemVisibility = 0;
379
+ this.b0.wz.itemsSource = this.b0.itemsSource;
380
+ this.b0.wz.index = this.b0.index;
381
+ this.b0.wz.ve = this.b0.ve;
382
+ this.b0.wz.vu = this.b0.ve;
383
+ this.b0.wz.ci = this.b0.ci;
384
+ this.b0.wz.ji = this.b0.ji;
385
+ this.b0.wz.kc = this.b0.kc;
386
+ this.b0.wz._opacity = this.b0._opacity;
387
+ this.b0.wz.jo = this.b0.jo;
388
+ this.b0.wz.ij = this.b0.ij;
389
+ this.b0.wz.jf = this.b0.jf;
390
+ this.b0.wz.go = this.b0.go;
391
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
392
+ this.b0.wz.bd = this.b0.bd;
393
393
  }
394
394
  b6() {
395
- this.b0.w0.itemsSource = this.b0.itemsSource;
395
+ this.b0.wz.itemsSource = this.b0.itemsSource;
396
396
  }
397
397
  cd() {
398
- this.b0.w0.jj = this.b0.jj;
398
+ this.b0.wz.ji = this.b0.ji;
399
399
  }
400
400
  cg() {
401
- this.b0.w0.kd = this.b0.kd;
401
+ this.b0.wz.kc = this.b0.kc;
402
402
  }
403
403
  ca() {
404
- this.b0.w0._opacity = this.b0._opacity;
404
+ this.b0.wz._opacity = this.b0._opacity;
405
405
  }
406
406
  cf() {
407
- this.b0.w0.jp = this.b0.jp;
407
+ this.b0.wz.jo = this.b0.jo;
408
408
  }
409
409
  b4() {
410
- this.b0.w0.vf = this.b0.vf;
410
+ this.b0.wz.ve = this.b0.ve;
411
411
  }
412
412
  cc() {
413
- this.b0.w0.vv = this.b0.vv;
413
+ this.b0.wz.vu = this.b0.vu;
414
414
  }
415
415
  b1() {
416
- this.b0.w0.vf = this.b0.u9;
416
+ this.b0.wz.ve = this.b0.u8;
417
417
  }
418
418
  b2() {
419
- this.b0.w0.vv = this.b0.vd;
419
+ this.b0.wz.vu = this.b0.vc;
420
420
  }
421
421
  b7() {
422
- this.b0.w0.bd = this.b0.bd;
422
+ this.b0.wz.bd = this.b0.bd;
423
423
  }
424
424
  b8() {
425
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
425
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
426
426
  }
427
427
  b3() {
428
- this.b0.w0.ik = this.b0.ik;
428
+ this.b0.wz.ij = this.b0.ij;
429
429
  }
430
430
  b9() {
431
- this.b0.w0.jg = this.b0.jg;
431
+ this.b0.wz.jf = this.b0.jf;
432
432
  }
433
433
  cb() {
434
- this.b0.w0.ci = this.b0.ci;
434
+ this.b0.wz.ci = this.b0.ci;
435
435
  }
436
436
  ce() {
437
- this.b0.w0.gp = this.b0.gp;
437
+ this.b0.wz.go = this.b0.go;
438
438
  }
439
439
  }
440
440
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);