igniteui-angular-maps 17.3.0 → 18.0.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 (75) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1471 -1452
  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 +194 -184
  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/TileSeries_combined.js +93 -93
  14. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  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-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +30 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  38. package/esm5/lib/GeographicTileSeries.js +28 -28
  39. package/esm5/lib/TileSeries_combined.js +91 -91
  40. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +30 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  52. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1465
  56. package/fesm5/igniteui-angular-maps.js +1471 -1452
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  70. package/lib/GeographicTileSeries.d.ts +11 -11
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +23 -23
  73. package/lib/XamGeographicMap_combined.d.ts +116 -116
  74. package/lib/igx-geographic-map-series-host-component.d.ts +6 -0
  75. package/package.json +5 -5
@@ -19,311 +19,321 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.t3 = null;
23
- this.t5 = this.t4();
22
+ this.vd = null;
23
+ this.vf = this.ve();
24
24
  }
25
- oh() {
26
- super.oh();
27
- if (this.t5 != null) {
28
- this.t5.oh();
25
+ pc() {
26
+ super.pc();
27
+ if (this.vf != null) {
28
+ this.vf.pc();
29
29
  }
30
30
  }
31
- get_er() {
31
+ get_ex() {
32
32
  return true;
33
33
  }
34
- jv(a, b) {
35
- let c = this.lw(b);
34
+ j5(a, b) {
35
+ let c = this.mh(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.t5.jv(a, b);
42
+ return this.vf.j5(a, c);
43
43
  }
44
- dt(a, b, c, d) {
45
- return this.t5.dt(a, b, c, d);
44
+ li(a) {
45
+ let b = this.mh(a);
46
+ if (b == "LatitudeMemberPath") {
47
+ b = "YMemberPath";
48
+ }
49
+ if (b == "LongitudeMemberPath") {
50
+ b = "XMemberPath";
51
+ }
52
+ return this.vf.li(b);
53
+ }
54
+ dz(a, b, c, d) {
55
+ return this.vf.dz(a, b, c, d);
46
56
  }
47
57
  ag() {
48
- return this.t5.ag();
58
+ return this.vf.ag();
49
59
  }
50
- bg() {
51
- return this.t5;
60
+ bf() {
61
+ return this.vf;
52
62
  }
53
- get t5() {
54
- return this.t3;
63
+ get vf() {
64
+ return this.vd;
55
65
  }
56
- set t5(a) {
57
- let b = this.t5 != a;
66
+ set vf(a) {
67
+ let b = this.vf != a;
58
68
  if (b) {
59
- this.t3 = a;
60
- this.ua();
69
+ this.vd = a;
70
+ this.vk();
61
71
  }
62
72
  }
63
73
  get_hasMarkers() {
64
- return this.t5.hasMarkers;
74
+ return this.vf.hasMarkers;
65
75
  }
66
- ua() {
67
- if (this.t3 != null) {
68
- let hostedSeries_ = this.t3;
76
+ vk() {
77
+ if (this.vd != null) {
78
+ let hostedSeries_ = this.vd;
69
79
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
70
80
  hostedSeries_.externalObject._implementation = hostedSeries_;
71
81
  }
72
- this.ns(this.t5);
73
- this.t6.b5();
82
+ this.of(this.vf);
83
+ this.vg.b5();
74
84
  }
75
- c0(a, b, c) {
76
- return this.c2(this.t5, a, b, c);
85
+ c6(a, b, c) {
86
+ return this.c8(this.vf, a, b, c);
77
87
  }
78
- c1(a, b, c) {
79
- return this.c3(this.t5, a, b, c);
88
+ c7(a, b, c) {
89
+ return this.c9(this.vf, a, b, c);
80
90
  }
81
- js(a) {
82
- return this.jy(this.t5, a);
91
+ j2(a) {
92
+ return this.j8(this.vf, a);
83
93
  }
84
- jg(a, b) {
85
- return this.t5.jg(a, b);
94
+ jq(a, b) {
95
+ return this.vf.jq(a, b);
86
96
  }
87
- je(a, b) {
88
- return this.t5.je(a, b);
97
+ jo(a, b) {
98
+ return this.vf.jo(a, b);
89
99
  }
90
- ia(a, b, c) {
91
- return this.t5.ia(a, b, c);
100
+ il(a, b, c) {
101
+ return this.vf.il(a, b, c);
92
102
  }
93
- tj(a, b, c) {
94
- return this.t5.tj(a, b, c);
103
+ uu(a, b, c) {
104
+ return this.vf.uu(a, b, c);
95
105
  }
96
- tu(a) {
97
- return this.t5.tu(a);
106
+ u5(a) {
107
+ return this.vf.u5(a);
98
108
  }
99
109
  ak(a) {
100
- return this.t5.ak(a);
110
+ return this.vf.ak(a);
101
111
  }
102
- tv(a) {
103
- return this.t5.tv(a);
112
+ u6(a) {
113
+ return this.vf.u6(a);
104
114
  }
105
115
  al(a) {
106
- return this.t5.al(a);
116
+ return this.vf.al(a);
107
117
  }
108
- tw(a) {
109
- return this.t5.tw(a);
118
+ u7(a) {
119
+ return this.vf.u7(a);
110
120
  }
111
- tx(a) {
112
- return this.t5.tx(a);
121
+ u8(a) {
122
+ return this.vf.u8(a);
113
123
  }
114
- h6(a, b, c) {
115
- return this.t5.h6(a, b, c);
124
+ ih(a, b, c) {
125
+ return this.vf.ih(a, b, c);
116
126
  }
117
- tf(a, b, c) {
118
- return this.t5.tf(a, b, c);
127
+ uq(a, b, c) {
128
+ return this.vf.uq(a, b, c);
119
129
  }
120
- h8(a, b, c) {
121
- return this.ia(a, b, c);
130
+ ij(a, b, c) {
131
+ return this.il(a, b, c);
122
132
  }
123
- th(a, b, c) {
124
- return this.t5.th(a, b, c);
133
+ us(a, b, c) {
134
+ return this.vf.us(a, b, c);
125
135
  }
126
- tk(a, b, c) {
127
- return this.t5.tk(a, b, c);
136
+ uv(a, b, c) {
137
+ return this.vf.uv(a, b, c);
128
138
  }
129
- ib(a, b, c) {
130
- return this.t5.ib(a, b, c);
139
+ im(a, b, c) {
140
+ return this.vf.im(a, b, c);
131
141
  }
132
- tg(a, b, c) {
133
- return this.t5.tg(a, b, c);
142
+ ur(a, b, c) {
143
+ return this.vf.ur(a, b, c);
134
144
  }
135
- h7(a, b, c) {
136
- return this.t5.h7(a, b, c);
145
+ ii(a, b, c) {
146
+ return this.vf.ii(a, b, c);
137
147
  }
138
- ti(a, b, c) {
139
- return this.t5.ti(a, b, c);
148
+ ut(a, b, c) {
149
+ return this.vf.ut(a, b, c);
140
150
  }
141
- h9(a, b, c) {
142
- return this.t5.h9(a, b, c);
151
+ ik(a, b, c) {
152
+ return this.vf.ik(a, b, c);
143
153
  }
144
- ja(a) {
145
- return this.t5.ja(a);
154
+ jk(a) {
155
+ return this.vf.jk(a);
146
156
  }
147
- h1() {
148
- return this.t5.h1();
157
+ ib() {
158
+ return this.vf.ib();
149
159
  }
150
- hx(a) {
151
- return this.t5.hx(a);
160
+ h7(a) {
161
+ return this.vf.h7(a);
152
162
  }
153
- jt(a) {
154
- return this.t5.jt(a);
163
+ j3(a) {
164
+ return this.vf.j3(a);
155
165
  }
156
- cd() {
166
+ ci() {
157
167
  return new HostSeriesView(this);
158
168
  }
159
- o2(a) {
160
- super.o2(a);
161
- this.t6 = typeCast(HostSeriesView.$, a);
169
+ px(a) {
170
+ super.px(a);
171
+ this.vg = typeCast(HostSeriesView.$, a);
162
172
  }
163
- get t7() {
164
- return this.c(GeographicMapSeriesHost.uc);
173
+ get vh() {
174
+ return this.c(GeographicMapSeriesHost.vm);
165
175
  }
166
- set t7(a) {
167
- this.h(GeographicMapSeriesHost.uc, a);
176
+ set vh(a) {
177
+ this.h(GeographicMapSeriesHost.vm, a);
168
178
  }
169
- pa(a, b, c, d) {
170
- super.pa(a, b, c, d);
179
+ p5(a, b, c, d) {
180
+ super.p5(a, b, c, d);
171
181
  switch (b) {
172
182
  case "SeriesViewer":
173
- this.t5.cv = this.cv;
183
+ this.vf.c1 = this.c1;
174
184
  if (c != null) {
175
- c.o6(this.t5);
185
+ c.qm(this.vf);
176
186
  }
177
187
  if (d != null) {
178
- this.cv.ls(this.t5);
188
+ this.c1.ms(this.vf);
179
189
  }
180
- this.t5.pd(this.ty);
181
- this.t5.index = this.index;
182
- this.n3(this.t5);
183
- this.jm = this.t5.jm;
190
+ this.vf.p8(this.u9);
191
+ this.vf.index = this.index;
192
+ this.ox(this.vf);
193
+ this.jw = this.vf.jw;
184
194
  let e = typeCast(SeriesViewer.$, c);
185
195
  if (e != null) {
186
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ub));
196
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.vl));
187
197
  }
188
- if (this.cv != null) {
189
- let f = this.cv;
190
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ub));
198
+ if (this.c1 != null) {
199
+ let f = this.c1;
200
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.vl));
191
201
  }
192
- this.t9();
202
+ this.vj();
193
203
  break;
194
204
  case "SyncLink":
195
- this.t5.co = this.co;
205
+ this.vf.ct = this.ct;
196
206
  break;
197
207
  case "VisibleFromScale":
198
- this.t9();
208
+ this.vj();
199
209
  break;
200
210
  case "Index":
201
- this.t5.index = this.index;
211
+ this.vf.index = this.index;
202
212
  break;
203
213
  case "ItemsSource":
204
- this.t6.b6();
214
+ this.vg.b6();
205
215
  break;
206
216
  case "Resolution":
207
- this.t6.cd();
217
+ this.vg.cd();
208
218
  break;
209
219
  case "TransitionDuration":
210
- this.t6.cg();
220
+ this.vg.cg();
211
221
  break;
212
222
  case "Opacity":
213
- this.t6.ca();
223
+ this.vg.ca();
214
224
  break;
215
225
  case "Visibility":
216
- let hs_ = this.t5;
226
+ let hs_ = this.vf;
217
227
  let v_ = this._visibility;
218
228
  hs_.visibility = v_;
219
229
  break;
220
230
  case "MouseOverEnabled":
221
- this.t5.fl = this.fl;
231
+ this.vf.fs = this.fs;
222
232
  break;
223
233
  case "ExpectFunctions":
224
- this.t5.expectFunctions = this.expectFunctions;
234
+ this.vf.expectFunctions = this.expectFunctions;
225
235
  break;
226
236
  case "Thickness":
227
- this.t6.cf();
237
+ this.vg.cf();
228
238
  break;
229
239
  case "Brush":
230
- this.t6.b4();
240
+ this.vg.b4();
231
241
  break;
232
242
  case "Outline":
233
- this.t6.cc();
243
+ this.vg.cc();
234
244
  break;
235
245
  case "ActualBrush":
236
- this.t6.b1();
246
+ this.vg.b1();
237
247
  break;
238
248
  case "ActualOutline":
239
- this.t6.b2();
249
+ this.vg.b2();
240
250
  break;
241
251
  case "MarkerFillOpacity":
242
- if (!isNaN_(this.il)) {
243
- this.t6.b9();
252
+ if (!isNaN_(this.iw)) {
253
+ this.vg.b9();
244
254
  }
245
255
  break;
246
256
  case "AreaFillOpacity":
247
- if (!isNaN_(this.hq)) {
248
- this.t6.b3();
257
+ if (!isNaN_(this.h0)) {
258
+ this.vg.b3();
249
259
  }
250
260
  break;
251
261
  case "OutlineMode":
252
- this.t6.cb();
262
+ this.vg.cb();
253
263
  break;
254
264
  case "ShowDefaultTooltip":
255
- this.t6.ce();
265
+ this.vg.ce();
256
266
  break;
257
267
  case "Title":
258
- this.t5.title = this.title;
268
+ this.vf.title = this.title;
259
269
  break;
260
270
  case "LegendItemBadgeMode":
261
- this.t6.b7();
271
+ this.vg.b7();
262
272
  break;
263
273
  case "LegendItemBadgeShape":
264
- this.t6.b8();
274
+ this.vg.b8();
265
275
  break;
266
276
  case "Legend":
267
- this.t5.legend = this.legend;
268
- this.cg.av();
277
+ this.vf.legend = this.legend;
278
+ this.cl.av();
269
279
  break;
270
280
  }
271
281
  }
272
- t9() {
273
- if (this.cv == null || this.t5 == null) {
282
+ vj() {
283
+ if (this.c1 == null || this.vf == null) {
274
284
  return;
275
285
  }
276
- if (!isNaN_(this.t7)) {
277
- if (this.cv.tr.width > this.t7) {
278
- let hs_ = this.t5;
286
+ if (!isNaN_(this.vh)) {
287
+ if (this.c1.vh.width > this.vh) {
288
+ let hs_ = this.vf;
279
289
  let v_ = 1;
280
290
  hs_.visibility = v_;
281
291
  }
282
292
  else {
283
- let hs2_ = this.t5;
293
+ let hs2_ = this.vf;
284
294
  let v2_ = 0;
285
295
  hs2_.visibility = v2_;
286
296
  }
287
297
  }
288
298
  }
289
- ub(a, b) {
290
- this.t9();
299
+ vl(a, b) {
300
+ this.vj();
291
301
  }
292
- pr(a) {
293
- super.pr(a);
294
- if (this.t5 != null) {
295
- this.t5.pr(a);
302
+ qm(a) {
303
+ super.qm(a);
304
+ if (this.vf != null) {
305
+ this.vf.qm(a);
296
306
  }
297
307
  }
298
- pq(a, b, c, d, e) {
299
- if (this.t5 != null) {
300
- this.t5.pq(a, b, c, d, e);
308
+ ql(a, b, c, d, e) {
309
+ if (this.vf != null) {
310
+ this.vf.ql(a, b, c, d, e);
301
311
  }
302
312
  }
303
313
  au(a, b) {
304
- return this.t5.au(a, b);
314
+ return this.vf.au(a, b);
305
315
  }
306
- qa() {
307
- super.qa();
308
- this.t5.qa();
316
+ q5() {
317
+ super.q5();
318
+ this.vf.q5();
309
319
  }
310
320
  get_coercionMethods() {
311
321
  return this._coercionMethods;
312
322
  }
313
323
  set_coercionMethods(a) {
314
324
  this._coercionMethods = a;
315
- this.t5.coercionMethods = a;
325
+ this.vf.coercionMethods = a;
316
326
  }
317
- n2(a) {
318
- super.n2(a);
319
- if (this.t5 != null) {
320
- let b = this.t5.jr();
321
- this.nn(a, b);
327
+ ow(a) {
328
+ super.ow(a);
329
+ if (this.vf != null) {
330
+ let b = this.vf.j1();
331
+ this.oa(a, b);
322
332
  }
323
333
  }
324
334
  }
325
335
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
326
- GeographicMapSeriesHost.uc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
336
+ GeographicMapSeriesHost.vm = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
327
337
  let c = a;
328
338
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
329
339
  }));
@@ -343,67 +353,67 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
343
353
  super.at(a, b);
344
354
  }
345
355
  b5() {
346
- this.b0.t2 = 1;
347
- this.b0.t5.t2 = 0;
348
- this.b0.t5.itemsSource = this.b0.itemsSource;
349
- this.b0.t5.index = this.b0.index;
350
- this.b0.t5.sy = this.b0.sy;
351
- this.b0.t5.s4 = this.b0.sy;
352
- this.b0.t5.b9 = this.b0.b9;
353
- this.b0.t5.ip = this.b0.ip;
354
- this.b0.t5.jj = this.b0.jj;
355
- this.b0.t5._opacity = this.b0._opacity;
356
- this.b0.t5.iv = this.b0.iv;
357
- this.b0.t5.hq = this.b0.hq;
358
- this.b0.t5.il = this.b0.il;
359
- this.b0.t5.fz = this.b0.fz;
360
- this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
361
- this.b0.t5.a6 = this.b0.a6;
356
+ 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;
362
372
  }
363
373
  b6() {
364
- this.b0.t5.itemsSource = this.b0.itemsSource;
374
+ this.b0.vf.itemsSource = this.b0.itemsSource;
365
375
  }
366
376
  cd() {
367
- this.b0.t5.ip = this.b0.ip;
377
+ this.b0.vf.iz = this.b0.iz;
368
378
  }
369
379
  cg() {
370
- this.b0.t5.jj = this.b0.jj;
380
+ this.b0.vf.jt = this.b0.jt;
371
381
  }
372
382
  ca() {
373
- this.b0.t5._opacity = this.b0._opacity;
383
+ this.b0.vf._opacity = this.b0._opacity;
374
384
  }
375
385
  cf() {
376
- this.b0.t5.iv = this.b0.iv;
386
+ this.b0.vf.i5 = this.b0.i5;
377
387
  }
378
388
  b4() {
379
- this.b0.t5.sy = this.b0.sy;
389
+ this.b0.vf.t2 = this.b0.t2;
380
390
  }
381
391
  cc() {
382
- this.b0.t5.s4 = this.b0.s4;
392
+ this.b0.vf.ud = this.b0.ud;
383
393
  }
384
394
  b1() {
385
- this.b0.t5.sy = this.b0.su;
395
+ this.b0.vf.t2 = this.b0.tw;
386
396
  }
387
397
  b2() {
388
- this.b0.t5.s4 = this.b0.sx;
398
+ this.b0.vf.ud = this.b0.t0;
389
399
  }
390
400
  b7() {
391
- this.b0.t5.a6 = this.b0.a6;
401
+ this.b0.vf.a5 = this.b0.a5;
392
402
  }
393
403
  b8() {
394
- this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
404
+ this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
395
405
  }
396
406
  b3() {
397
- this.b0.t5.hq = this.b0.hq;
407
+ this.b0.vf.h0 = this.b0.h0;
398
408
  }
399
409
  b9() {
400
- this.b0.t5.il = this.b0.il;
410
+ this.b0.vf.iw = this.b0.iw;
401
411
  }
402
412
  cb() {
403
- this.b0.t5.b9 = this.b0.b9;
413
+ this.b0.vf.b8 = this.b0.b8;
404
414
  }
405
415
  ce() {
406
- this.b0.t5.fz = this.b0.fz;
416
+ this.b0.vf.f9 = this.b0.f9;
407
417
  }
408
418
  }
409
419
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);