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