igniteui-angular-maps 17.3.1-alpha.0 → 18.1.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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1466 -1460
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -191
  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 +63 -63
  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 +463 -463
  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 +16 -16
  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 +195 -189
  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 +62 -62
  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 +456 -456
  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 +16 -16
  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 +1483 -1477
  60. package/fesm5/igniteui-angular-maps.js +1466 -1460
  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 +56 -54
  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 +25 -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 +112 -112
  78. package/package.json +5 -5
@@ -5,8 +5,8 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { Series } from "igniteui-angular-charts";
8
- import { DependencyProperty } from "igniteui-angular-core";
9
8
  import { typeCast, Number_$type, runOn, delegateRemove, delegateCombine, markType, TypeRegistrar } from "igniteui-angular-core";
9
+ import { DependencyProperty } from "igniteui-angular-core";
10
10
  import { SeriesView } from "igniteui-angular-charts";
11
11
  import { SeriesViewer } from "igniteui-angular-charts";
12
12
  import { PropertyMetadata } from "igniteui-angular-core";
@@ -19,321 +19,327 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.vd = null;
23
- this.vf = this.ve();
22
+ this.wp = null;
23
+ this.wr = this.wq();
24
24
  }
25
- pc() {
26
- super.pc();
27
- if (this.vf != null) {
28
- this.vf.pc();
25
+ qb() {
26
+ super.qb();
27
+ if (this.wr != null) {
28
+ this.wr.qb();
29
29
  }
30
30
  }
31
- get_ex() {
31
+ get_fa() {
32
32
  return true;
33
33
  }
34
- j5(a, b) {
35
- let c = this.mh(b);
34
+ ko(a, b) {
35
+ let c = this.na(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.vf.j5(a, c);
42
+ return this.wr.ko(a, c);
43
43
  }
44
- li(a) {
45
- let b = this.mh(a);
44
+ ma(a) {
45
+ let b = this.na(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.vf.li(b);
52
+ return this.wr.ma(b);
53
+ }
54
+ get_kg() {
55
+ return this.kx(this.wr);
53
56
  }
54
- dz(a, b, c, d) {
55
- return this.vf.dz(a, b, c, d);
57
+ set_kg(a) {
58
+ this.ow(this.wr, a);
56
59
  }
57
- ag() {
58
- return this.vf.ag();
60
+ d9(a, b, c, d) {
61
+ return this.wr.d9(a, b, c, d);
59
62
  }
60
- bf() {
61
- return this.vf;
63
+ ai() {
64
+ return this.wr.ai();
62
65
  }
63
- get vf() {
64
- return this.vd;
66
+ bm() {
67
+ return this.wr;
65
68
  }
66
- set vf(a) {
67
- let b = this.vf != a;
69
+ get wr() {
70
+ return this.wp;
71
+ }
72
+ set wr(a) {
73
+ let b = this.wr != a;
68
74
  if (b) {
69
- this.vd = a;
70
- this.vk();
75
+ this.wp = a;
76
+ this.ww();
71
77
  }
72
78
  }
73
79
  get_hasMarkers() {
74
- return this.vf.hasMarkers;
80
+ return this.wr.hasMarkers;
75
81
  }
76
- vk() {
77
- if (this.vd != null) {
78
- let hostedSeries_ = this.vd;
82
+ ww() {
83
+ if (this.wp != null) {
84
+ let hostedSeries_ = this.wp;
79
85
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
80
86
  hostedSeries_.externalObject._implementation = hostedSeries_;
81
87
  }
82
- this.of(this.vf);
83
- this.vg.b5();
88
+ this.pc(this.wr);
89
+ this.ws.b5();
84
90
  }
85
- c6(a, b, c) {
86
- return this.c8(this.vf, a, b, c);
91
+ de(a, b, c) {
92
+ return this.dg(this.wr, a, b, c);
87
93
  }
88
- c7(a, b, c) {
89
- return this.c9(this.vf, a, b, c);
94
+ df(a, b, c) {
95
+ return this.dh(this.wr, a, b, c);
90
96
  }
91
- j2(a) {
92
- return this.j8(this.vf, a);
97
+ kl(a) {
98
+ return this.kt(this.wr, a);
93
99
  }
94
- jq(a, b) {
95
- return this.vf.jq(a, b);
100
+ j8(a, b) {
101
+ return this.wr.j8(a, b);
96
102
  }
97
- jo(a, b) {
98
- return this.vf.jo(a, b);
103
+ j6(a, b) {
104
+ return this.wr.j6(a, b);
99
105
  }
100
- il(a, b, c) {
101
- return this.vf.il(a, b, c);
106
+ i3(a, b, c) {
107
+ return this.wr.i3(a, b, c);
102
108
  }
103
- uu(a, b, c) {
104
- return this.vf.uu(a, b, c);
109
+ v5(a, b, c) {
110
+ return this.wr.v5(a, b, c);
105
111
  }
106
- u5(a) {
107
- return this.vf.u5(a);
112
+ wg(a) {
113
+ return this.wr.wg(a);
108
114
  }
109
- ak(a) {
110
- return this.vf.ak(a);
115
+ an(a) {
116
+ return this.wr.an(a);
111
117
  }
112
- u6(a) {
113
- return this.vf.u6(a);
118
+ wh(a) {
119
+ return this.wr.wh(a);
114
120
  }
115
- al(a) {
116
- return this.vf.al(a);
121
+ ao(a) {
122
+ return this.wr.ao(a);
117
123
  }
118
- u7(a) {
119
- return this.vf.u7(a);
124
+ wi(a) {
125
+ return this.wr.wi(a);
120
126
  }
121
- u8(a) {
122
- return this.vf.u8(a);
127
+ wj(a) {
128
+ return this.wr.wj(a);
123
129
  }
124
- ih(a, b, c) {
125
- return this.vf.ih(a, b, c);
130
+ iz(a, b, c) {
131
+ return this.wr.iz(a, b, c);
126
132
  }
127
- uq(a, b, c) {
128
- return this.vf.uq(a, b, c);
133
+ v1(a, b, c) {
134
+ return this.wr.v1(a, b, c);
129
135
  }
130
- ij(a, b, c) {
131
- return this.il(a, b, c);
136
+ i1(a, b, c) {
137
+ return this.i3(a, b, c);
132
138
  }
133
- us(a, b, c) {
134
- return this.vf.us(a, b, c);
139
+ v3(a, b, c) {
140
+ return this.wr.v3(a, b, c);
135
141
  }
136
- uv(a, b, c) {
137
- return this.vf.uv(a, b, c);
142
+ v6(a, b, c) {
143
+ return this.wr.v6(a, b, c);
138
144
  }
139
- im(a, b, c) {
140
- return this.vf.im(a, b, c);
145
+ i4(a, b, c) {
146
+ return this.wr.i4(a, b, c);
141
147
  }
142
- ur(a, b, c) {
143
- return this.vf.ur(a, b, c);
148
+ v2(a, b, c) {
149
+ return this.wr.v2(a, b, c);
144
150
  }
145
- ii(a, b, c) {
146
- return this.vf.ii(a, b, c);
151
+ i0(a, b, c) {
152
+ return this.wr.i0(a, b, c);
147
153
  }
148
- ut(a, b, c) {
149
- return this.vf.ut(a, b, c);
154
+ v4(a, b, c) {
155
+ return this.wr.v4(a, b, c);
150
156
  }
151
- ik(a, b, c) {
152
- return this.vf.ik(a, b, c);
157
+ i2(a, b, c) {
158
+ return this.wr.i2(a, b, c);
153
159
  }
154
- jk(a) {
155
- return this.vf.jk(a);
160
+ j2(a) {
161
+ return this.wr.j2(a);
156
162
  }
157
- ib() {
158
- return this.vf.ib();
163
+ iu() {
164
+ return this.wr.iu();
159
165
  }
160
- h7(a) {
161
- return this.vf.h7(a);
166
+ iq(a) {
167
+ return this.wr.iq(a);
162
168
  }
163
- j3(a) {
164
- return this.vf.j3(a);
169
+ km(a) {
170
+ return this.wr.km(a);
165
171
  }
166
- ci() {
172
+ cq() {
167
173
  return new HostSeriesView(this);
168
174
  }
169
- px(a) {
170
- super.px(a);
171
- this.vg = typeCast(HostSeriesView.$, a);
175
+ qw(a) {
176
+ super.qw(a);
177
+ this.ws = typeCast(HostSeriesView.$, a);
172
178
  }
173
- get vh() {
174
- return this.c(GeographicMapSeriesHost.vm);
179
+ get wt() {
180
+ return this.c(GeographicMapSeriesHost.wy);
175
181
  }
176
- set vh(a) {
177
- this.h(GeographicMapSeriesHost.vm, a);
182
+ set wt(a) {
183
+ this.h(GeographicMapSeriesHost.wy, a);
178
184
  }
179
- p5(a, b, c, d) {
180
- super.p5(a, b, c, d);
185
+ q4(a, b, c, d) {
186
+ super.q4(a, b, c, d);
181
187
  switch (b) {
182
188
  case "SeriesViewer":
183
- this.vf.c1 = this.c1;
189
+ this.wr.c9 = this.c9;
184
190
  if (c != null) {
185
- c.qm(this.vf);
191
+ c.qq(this.wr);
186
192
  }
187
193
  if (d != null) {
188
- this.c1.ms(this.vf);
194
+ this.c9.mw(this.wr);
189
195
  }
190
- this.vf.p8(this.u9);
191
- this.vf.index = this.index;
192
- this.ox(this.vf);
193
- this.jw = this.vf.jw;
196
+ this.wr.q7(this.wk);
197
+ this.wr.index = this.index;
198
+ this.pv(this.wr);
199
+ this.ke = this.wr.ke;
194
200
  let e = typeCast(SeriesViewer.$, c);
195
201
  if (e != null) {
196
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.vl));
202
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wx));
197
203
  }
198
- if (this.c1 != null) {
199
- let f = this.c1;
200
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.vl));
204
+ if (this.c9 != null) {
205
+ let f = this.c9;
206
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wx));
201
207
  }
202
- this.vj();
208
+ this.wv();
203
209
  break;
204
210
  case "SyncLink":
205
- this.vf.ct = this.ct;
211
+ this.wr.c1 = this.c1;
206
212
  break;
207
213
  case "VisibleFromScale":
208
- this.vj();
214
+ this.wv();
209
215
  break;
210
216
  case "Index":
211
- this.vf.index = this.index;
217
+ this.wr.index = this.index;
212
218
  break;
213
219
  case "ItemsSource":
214
- this.vg.b6();
220
+ this.ws.b6();
215
221
  break;
216
222
  case "Resolution":
217
- this.vg.cd();
223
+ this.ws.cd();
218
224
  break;
219
225
  case "TransitionDuration":
220
- this.vg.cg();
226
+ this.ws.cg();
221
227
  break;
222
228
  case "Opacity":
223
- this.vg.ca();
229
+ this.ws.ca();
224
230
  break;
225
231
  case "Visibility":
226
- let hs_ = this.vf;
232
+ let hs_ = this.wr;
227
233
  let v_ = this._visibility;
228
234
  hs_.visibility = v_;
229
235
  break;
230
236
  case "MouseOverEnabled":
231
- this.vf.fs = this.fs;
237
+ this.wr.f6 = this.f6;
232
238
  break;
233
239
  case "ExpectFunctions":
234
- this.vf.expectFunctions = this.expectFunctions;
240
+ this.wr.expectFunctions = this.expectFunctions;
235
241
  break;
236
242
  case "Thickness":
237
- this.vg.cf();
243
+ this.ws.cf();
238
244
  break;
239
245
  case "Brush":
240
- this.vg.b4();
246
+ this.ws.b4();
241
247
  break;
242
248
  case "Outline":
243
- this.vg.cc();
249
+ this.ws.cc();
244
250
  break;
245
251
  case "ActualBrush":
246
- this.vg.b1();
252
+ this.ws.b1();
247
253
  break;
248
254
  case "ActualOutline":
249
- this.vg.b2();
255
+ this.ws.b2();
250
256
  break;
251
257
  case "MarkerFillOpacity":
252
- if (!isNaN_(this.iw)) {
253
- this.vg.b9();
258
+ if (!isNaN_(this.je)) {
259
+ this.ws.b9();
254
260
  }
255
261
  break;
256
262
  case "AreaFillOpacity":
257
- if (!isNaN_(this.h0)) {
258
- this.vg.b3();
263
+ if (!isNaN_(this.ii)) {
264
+ this.ws.b3();
259
265
  }
260
266
  break;
261
267
  case "OutlineMode":
262
- this.vg.cb();
268
+ this.ws.cb();
263
269
  break;
264
270
  case "ShowDefaultTooltip":
265
- this.vg.ce();
271
+ this.ws.ce();
266
272
  break;
267
273
  case "Title":
268
- this.vf.title = this.title;
274
+ this.wr.title = this.title;
269
275
  break;
270
276
  case "LegendItemBadgeMode":
271
- this.vg.b7();
277
+ this.ws.b7();
272
278
  break;
273
279
  case "LegendItemBadgeShape":
274
- this.vg.b8();
280
+ this.ws.b8();
275
281
  break;
276
282
  case "Legend":
277
- this.vf.legend = this.legend;
278
- this.cl.av();
283
+ this.wr.legend = this.legend;
284
+ this.ct.av();
279
285
  break;
280
286
  }
281
287
  }
282
- vj() {
283
- if (this.c1 == null || this.vf == null) {
288
+ wv() {
289
+ if (this.c9 == null || this.wr == null) {
284
290
  return;
285
291
  }
286
- if (!isNaN_(this.vh)) {
287
- if (this.c1.vh.width > this.vh) {
288
- let hs_ = this.vf;
292
+ if (!isNaN_(this.wt)) {
293
+ if (this.c9.vl.width > this.wt) {
294
+ let hs_ = this.wr;
289
295
  let v_ = 1;
290
296
  hs_.visibility = v_;
291
297
  }
292
298
  else {
293
- let hs2_ = this.vf;
299
+ let hs2_ = this.wr;
294
300
  let v2_ = 0;
295
301
  hs2_.visibility = v2_;
296
302
  }
297
303
  }
298
304
  }
299
- vl(a, b) {
300
- this.vj();
305
+ wx(a, b) {
306
+ this.wv();
301
307
  }
302
- qm(a) {
303
- super.qm(a);
304
- if (this.vf != null) {
305
- this.vf.qm(a);
308
+ rm(a) {
309
+ super.rm(a);
310
+ if (this.wr != null) {
311
+ this.wr.rm(a);
306
312
  }
307
313
  }
308
- ql(a, b, c, d, e) {
309
- if (this.vf != null) {
310
- this.vf.ql(a, b, c, d, e);
314
+ rl(a, b, c, d, e) {
315
+ if (this.wr != null) {
316
+ this.wr.rl(a, b, c, d, e);
311
317
  }
312
318
  }
313
- au(a, b) {
314
- return this.vf.au(a, b);
319
+ a1(a, b) {
320
+ return this.wr.a1(a, b);
315
321
  }
316
- q5() {
317
- super.q5();
318
- this.vf.q5();
322
+ r5() {
323
+ super.r5();
324
+ this.wr.r5();
319
325
  }
320
326
  get_coercionMethods() {
321
327
  return this._coercionMethods;
322
328
  }
323
329
  set_coercionMethods(a) {
324
330
  this._coercionMethods = a;
325
- this.vf.coercionMethods = a;
331
+ this.wr.coercionMethods = a;
326
332
  }
327
- ow(a) {
328
- super.ow(a);
329
- if (this.vf != null) {
330
- let b = this.vf.j1();
331
- this.oa(a, b);
333
+ pu(a) {
334
+ super.pu(a);
335
+ if (this.wr != null) {
336
+ let b = this.wr.kk();
337
+ this.o5(a, b);
332
338
  }
333
339
  }
334
340
  }
335
341
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
336
- GeographicMapSeriesHost.vm = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
342
+ GeographicMapSeriesHost.wy = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
337
343
  let c = a;
338
344
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
339
345
  }));
@@ -354,66 +360,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
354
360
  }
355
361
  b5() {
356
362
  this.b0.legendItemVisibility = 1;
357
- this.b0.vf.legendItemVisibility = 0;
358
- this.b0.vf.itemsSource = this.b0.itemsSource;
359
- this.b0.vf.index = this.b0.index;
360
- this.b0.vf.t2 = this.b0.t2;
361
- this.b0.vf.ud = this.b0.t2;
362
- this.b0.vf.b8 = this.b0.b8;
363
- this.b0.vf.iz = this.b0.iz;
364
- this.b0.vf.jt = this.b0.jt;
365
- this.b0.vf._opacity = this.b0._opacity;
366
- this.b0.vf.i5 = this.b0.i5;
367
- this.b0.vf.h0 = this.b0.h0;
368
- this.b0.vf.iw = this.b0.iw;
369
- this.b0.vf.f9 = this.b0.f9;
370
- this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
371
- this.b0.vf.a5 = this.b0.a5;
363
+ this.b0.wr.legendItemVisibility = 0;
364
+ this.b0.wr.itemsSource = this.b0.itemsSource;
365
+ this.b0.wr.index = this.b0.index;
366
+ this.b0.wr.u8 = this.b0.u8;
367
+ this.b0.wr.vo = this.b0.u8;
368
+ this.b0.wr.cg = this.b0.cg;
369
+ this.b0.wr.jh = this.b0.jh;
370
+ this.b0.wr.kb = this.b0.kb;
371
+ this.b0.wr._opacity = this.b0._opacity;
372
+ this.b0.wr.jn = this.b0.jn;
373
+ this.b0.wr.ii = this.b0.ii;
374
+ this.b0.wr.je = this.b0.je;
375
+ this.b0.wr.gn = this.b0.gn;
376
+ this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
377
+ this.b0.wr.bc = this.b0.bc;
372
378
  }
373
379
  b6() {
374
- this.b0.vf.itemsSource = this.b0.itemsSource;
380
+ this.b0.wr.itemsSource = this.b0.itemsSource;
375
381
  }
376
382
  cd() {
377
- this.b0.vf.iz = this.b0.iz;
383
+ this.b0.wr.jh = this.b0.jh;
378
384
  }
379
385
  cg() {
380
- this.b0.vf.jt = this.b0.jt;
386
+ this.b0.wr.kb = this.b0.kb;
381
387
  }
382
388
  ca() {
383
- this.b0.vf._opacity = this.b0._opacity;
389
+ this.b0.wr._opacity = this.b0._opacity;
384
390
  }
385
391
  cf() {
386
- this.b0.vf.i5 = this.b0.i5;
392
+ this.b0.wr.jn = this.b0.jn;
387
393
  }
388
394
  b4() {
389
- this.b0.vf.t2 = this.b0.t2;
395
+ this.b0.wr.u8 = this.b0.u8;
390
396
  }
391
397
  cc() {
392
- this.b0.vf.ud = this.b0.ud;
398
+ this.b0.wr.vo = this.b0.vo;
393
399
  }
394
400
  b1() {
395
- this.b0.vf.t2 = this.b0.tw;
401
+ this.b0.wr.u8 = this.b0.u2;
396
402
  }
397
403
  b2() {
398
- this.b0.vf.ud = this.b0.t0;
404
+ this.b0.wr.vo = this.b0.u6;
399
405
  }
400
406
  b7() {
401
- this.b0.vf.a5 = this.b0.a5;
407
+ this.b0.wr.bc = this.b0.bc;
402
408
  }
403
409
  b8() {
404
- this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
410
+ this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
405
411
  }
406
412
  b3() {
407
- this.b0.vf.h0 = this.b0.h0;
413
+ this.b0.wr.ii = this.b0.ii;
408
414
  }
409
415
  b9() {
410
- this.b0.vf.iw = this.b0.iw;
416
+ this.b0.wr.je = this.b0.je;
411
417
  }
412
418
  cb() {
413
- this.b0.vf.b8 = this.b0.b8;
419
+ this.b0.wr.cg = this.b0.cg;
414
420
  }
415
421
  ce() {
416
- this.b0.vf.f9 = this.b0.f9;
422
+ this.b0.wr.gn = this.b0.gn;
417
423
  }
418
424
  }
419
425
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);