igniteui-angular-maps 17.1.0 → 17.2.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 +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  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 +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  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 +16 -16
  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 +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  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 +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  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 +16 -16
  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 +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -19,311 +19,311 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.qc = null;
23
- this.qe = this.qd();
22
+ this.t1 = null;
23
+ this.t3 = this.t2();
24
24
  }
25
- lp() {
26
- super.lp();
27
- if (this.qe != null) {
28
- this.qe.lp();
25
+ og() {
26
+ super.og();
27
+ if (this.t3 != null) {
28
+ this.t3.og();
29
29
  }
30
30
  }
31
- get_dy() {
31
+ get_eq() {
32
32
  return true;
33
33
  }
34
- h1(a, b) {
35
- let c = this.jv(b);
34
+ ju(a, b) {
35
+ let c = this.lv(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.qe.h1(a, b);
42
+ return this.t3.ju(a, b);
43
43
  }
44
- c2(a, b, c, d) {
45
- return this.qe.c2(a, b, c, d);
44
+ ds(a, b, c, d) {
45
+ return this.t3.ds(a, b, c, d);
46
46
  }
47
47
  ag() {
48
- return this.qe.ag();
48
+ return this.t3.ag();
49
49
  }
50
- bf() {
51
- return this.qe;
50
+ bj() {
51
+ return this.t3;
52
52
  }
53
- get qe() {
54
- return this.qc;
53
+ get t3() {
54
+ return this.t1;
55
55
  }
56
- set qe(a) {
57
- let b = this.qe != a;
56
+ set t3(a) {
57
+ let b = this.t3 != a;
58
58
  if (b) {
59
- this.qc = a;
60
- this.qj();
59
+ this.t1 = a;
60
+ this.t8();
61
61
  }
62
62
  }
63
63
  get_hasMarkers() {
64
- return this.qe.hasMarkers;
64
+ return this.t3.hasMarkers;
65
65
  }
66
- qj() {
67
- if (this.qc != null) {
68
- let hostedSeries_ = this.qc;
66
+ t8() {
67
+ if (this.t1 != null) {
68
+ let hostedSeries_ = this.t1;
69
69
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
70
70
  hostedSeries_.externalObject._implementation = hostedSeries_;
71
71
  }
72
- this.k7(this.qe);
73
- this.qf.b2();
72
+ this.nr(this.t3);
73
+ this.t4.b5();
74
74
  }
75
75
  ax(a, b, c) {
76
- return this.az(this.qe, a, b, c);
76
+ return this.az(this.t3, a, b, c);
77
77
  }
78
78
  ay(a, b, c) {
79
- return this.a0(this.qe, a, b, c);
79
+ return this.a0(this.t3, a, b, c);
80
80
  }
81
- hy(a) {
82
- return this.h3(this.qe, a);
81
+ jr(a) {
82
+ return this.jx(this.t3, a);
83
83
  }
84
- ho(a, b) {
85
- return this.qe.ho(a, b);
84
+ jf(a, b) {
85
+ return this.t3.jf(a, b);
86
86
  }
87
- hm(a, b) {
88
- return this.qe.hm(a, b);
87
+ jd(a, b) {
88
+ return this.t3.jd(a, b);
89
89
  }
90
- gn(a, b, c) {
91
- return this.qe.gn(a, b, c);
90
+ h9(a, b, c) {
91
+ return this.t3.h9(a, b, c);
92
92
  }
93
- ps(a, b, c) {
94
- return this.qe.ps(a, b, c);
93
+ th(a, b, c) {
94
+ return this.t3.th(a, b, c);
95
95
  }
96
- p3(a) {
97
- return this.qe.p3(a);
96
+ ts(a) {
97
+ return this.t3.ts(a);
98
98
  }
99
99
  ak(a) {
100
- return this.qe.ak(a);
100
+ return this.t3.ak(a);
101
101
  }
102
- p4(a) {
103
- return this.qe.p4(a);
102
+ tt(a) {
103
+ return this.t3.tt(a);
104
104
  }
105
105
  al(a) {
106
- return this.qe.al(a);
106
+ return this.t3.al(a);
107
107
  }
108
- p5(a) {
109
- return this.qe.p5(a);
108
+ tu(a) {
109
+ return this.t3.tu(a);
110
110
  }
111
- p6(a) {
112
- return this.qe.p6(a);
111
+ tv(a) {
112
+ return this.t3.tv(a);
113
113
  }
114
- gj(a, b, c) {
115
- return this.qe.gj(a, b, c);
114
+ h5(a, b, c) {
115
+ return this.t3.h5(a, b, c);
116
116
  }
117
- po(a, b, c) {
118
- return this.qe.po(a, b, c);
117
+ td(a, b, c) {
118
+ return this.t3.td(a, b, c);
119
119
  }
120
- gl(a, b, c) {
121
- return this.gn(a, b, c);
120
+ h7(a, b, c) {
121
+ return this.h9(a, b, c);
122
122
  }
123
- pq(a, b, c) {
124
- return this.qe.pq(a, b, c);
123
+ tf(a, b, c) {
124
+ return this.t3.tf(a, b, c);
125
125
  }
126
- pt(a, b, c) {
127
- return this.qe.pt(a, b, c);
126
+ ti(a, b, c) {
127
+ return this.t3.ti(a, b, c);
128
128
  }
129
- go(a, b, c) {
130
- return this.qe.go(a, b, c);
129
+ ia(a, b, c) {
130
+ return this.t3.ia(a, b, c);
131
131
  }
132
- pp(a, b, c) {
133
- return this.qe.pp(a, b, c);
132
+ te(a, b, c) {
133
+ return this.t3.te(a, b, c);
134
134
  }
135
- gk(a, b, c) {
136
- return this.qe.gk(a, b, c);
135
+ h6(a, b, c) {
136
+ return this.t3.h6(a, b, c);
137
137
  }
138
- pr(a, b, c) {
139
- return this.qe.pr(a, b, c);
138
+ tg(a, b, c) {
139
+ return this.t3.tg(a, b, c);
140
140
  }
141
- gm(a, b, c) {
142
- return this.qe.gm(a, b, c);
141
+ h8(a, b, c) {
142
+ return this.t3.h8(a, b, c);
143
143
  }
144
- hj(a) {
145
- return this.qe.hj(a);
144
+ i9(a) {
145
+ return this.t3.i9(a);
146
146
  }
147
- ge() {
148
- return this.qe.ge();
147
+ h0() {
148
+ return this.t3.h0();
149
149
  }
150
- ga(a) {
151
- return this.qe.ga(a);
150
+ hw(a) {
151
+ return this.t3.hw(a);
152
152
  }
153
- hz(a) {
154
- return this.qe.hz(a);
153
+ js(a) {
154
+ return this.t3.js(a);
155
155
  }
156
- by() {
156
+ cg() {
157
157
  return new HostSeriesView(this);
158
158
  }
159
- l4(a) {
160
- super.l4(a);
161
- this.qf = typeCast(HostSeriesView.$, a);
159
+ o0(a) {
160
+ super.o0(a);
161
+ this.t4 = typeCast(HostSeriesView.$, a);
162
162
  }
163
- get qg() {
164
- return this.c(GeographicMapSeriesHost.ql);
163
+ get t5() {
164
+ return this.c(GeographicMapSeriesHost.ua);
165
165
  }
166
- set qg(a) {
167
- this.h(GeographicMapSeriesHost.ql, a);
166
+ set t5(a) {
167
+ this.h(GeographicMapSeriesHost.ua, a);
168
168
  }
169
- l9(a, b, c, d) {
170
- super.l9(a, b, c, d);
169
+ o8(a, b, c, d) {
170
+ super.o8(a, b, c, d);
171
171
  switch (b) {
172
172
  case "SeriesViewer":
173
- this.qe.ce = this.ce;
173
+ this.t3.cy = this.cy;
174
174
  if (c != null) {
175
- c.o0(this.qe);
175
+ c.o2(this.t3);
176
176
  }
177
177
  if (d != null) {
178
- this.ce.lp(this.qe);
178
+ this.cy.lr(this.t3);
179
179
  }
180
- this.qe.mc(this.p7);
181
- this.qe.index = this.index;
182
- this.ld(this.qe);
183
- this.ht = this.qe.ht;
180
+ this.t3.pb(this.tw);
181
+ this.t3.index = this.index;
182
+ this.n2(this.t3);
183
+ this.jl = this.t3.jl;
184
184
  let e = typeCast(SeriesViewer.$, c);
185
185
  if (e != null) {
186
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qk));
186
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.t9));
187
187
  }
188
- if (this.ce != null) {
189
- let f = this.ce;
190
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qk));
188
+ if (this.cy != null) {
189
+ let f = this.cy;
190
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.t9));
191
191
  }
192
- this.qi();
192
+ this.t7();
193
193
  break;
194
194
  case "SyncLink":
195
- this.qe.b9 = this.b9;
195
+ this.t3.cr = this.cr;
196
196
  break;
197
197
  case "VisibleFromScale":
198
- this.qi();
198
+ this.t7();
199
199
  break;
200
200
  case "Index":
201
- this.qe.index = this.index;
201
+ this.t3.index = this.index;
202
202
  break;
203
203
  case "ItemsSource":
204
- this.qf.b3();
204
+ this.t4.b6();
205
205
  break;
206
206
  case "Resolution":
207
- this.qf.ca();
207
+ this.t4.cd();
208
208
  break;
209
209
  case "TransitionDuration":
210
- this.qf.cd();
210
+ this.t4.cg();
211
211
  break;
212
212
  case "Opacity":
213
- this.qf.b7();
213
+ this.t4.ca();
214
214
  break;
215
215
  case "Visibility":
216
- let hs_ = this.qe;
216
+ let hs_ = this.t3;
217
217
  let v_ = this._visibility;
218
218
  hs_.visibility = v_;
219
219
  break;
220
220
  case "MouseOverEnabled":
221
- this.qe.eo = this.eo;
221
+ this.t3.fk = this.fk;
222
222
  break;
223
223
  case "ExpectFunctions":
224
- this.qe.expectFunctions = this.expectFunctions;
224
+ this.t3.expectFunctions = this.expectFunctions;
225
225
  break;
226
226
  case "Thickness":
227
- this.qf.cc();
227
+ this.t4.cf();
228
228
  break;
229
229
  case "Brush":
230
- this.qf.b1();
230
+ this.t4.b4();
231
231
  break;
232
232
  case "Outline":
233
- this.qf.b9();
233
+ this.t4.cc();
234
234
  break;
235
235
  case "ActualBrush":
236
- this.qf.by();
236
+ this.t4.b1();
237
237
  break;
238
238
  case "ActualOutline":
239
- this.qf.bz();
239
+ this.t4.b2();
240
240
  break;
241
241
  case "MarkerFillOpacity":
242
- if (!isNaN_(this.gv)) {
243
- this.qf.b6();
242
+ if (!isNaN_(this.ik)) {
243
+ this.t4.b9();
244
244
  }
245
245
  break;
246
246
  case "AreaFillOpacity":
247
- if (!isNaN_(this.f3)) {
248
- this.qf.b0();
247
+ if (!isNaN_(this.hp)) {
248
+ this.t4.b3();
249
249
  }
250
250
  break;
251
251
  case "OutlineMode":
252
- this.qf.b8();
252
+ this.t4.cb();
253
253
  break;
254
254
  case "ShowDefaultTooltip":
255
- this.qf.cb();
255
+ this.t4.ce();
256
256
  break;
257
257
  case "Title":
258
- this.qe.title = this.title;
258
+ this.t3.title = this.title;
259
259
  break;
260
260
  case "LegendItemBadgeMode":
261
- this.qf.b4();
261
+ this.t4.b7();
262
262
  break;
263
263
  case "LegendItemBadgeShape":
264
- this.qf.b5();
264
+ this.t4.b8();
265
265
  break;
266
266
  case "Legend":
267
- this.qe.legend = this.legend;
268
- this.b1.at();
267
+ this.t3.legend = this.legend;
268
+ this.cj.av();
269
269
  break;
270
270
  }
271
271
  }
272
- qi() {
273
- if (this.ce == null || this.qe == null) {
272
+ t7() {
273
+ if (this.cy == null || this.t3 == null) {
274
274
  return;
275
275
  }
276
- if (!isNaN_(this.qg)) {
277
- if (this.ce.tk.width > this.qg) {
278
- let hs_ = this.qe;
276
+ if (!isNaN_(this.t5)) {
277
+ if (this.cy.tn.width > this.t5) {
278
+ let hs_ = this.t3;
279
279
  let v_ = 1;
280
280
  hs_.visibility = v_;
281
281
  }
282
282
  else {
283
- let hs2_ = this.qe;
283
+ let hs2_ = this.t3;
284
284
  let v2_ = 0;
285
285
  hs2_.visibility = v2_;
286
286
  }
287
287
  }
288
288
  }
289
- qk(a, b) {
290
- this.qi();
289
+ t9(a, b) {
290
+ this.t7();
291
291
  }
292
- mn(a) {
293
- super.mn(a);
294
- if (this.qe != null) {
295
- this.qe.mn(a);
292
+ pp(a) {
293
+ super.pp(a);
294
+ if (this.t3 != null) {
295
+ this.t3.pp(a);
296
296
  }
297
297
  }
298
- mm(a, b, c, d, e) {
299
- if (this.qe != null) {
300
- this.qe.mm(a, b, c, d, e);
298
+ po(a, b, c, d, e) {
299
+ if (this.t3 != null) {
300
+ this.t3.po(a, b, c, d, e);
301
301
  }
302
302
  }
303
303
  au(a, b) {
304
- return this.qe.au(a, b);
304
+ return this.t3.au(a, b);
305
305
  }
306
- mx() {
307
- super.mx();
308
- this.qe.mx();
306
+ p8() {
307
+ super.p8();
308
+ this.t3.p8();
309
309
  }
310
310
  get_coercionMethods() {
311
311
  return this._coercionMethods;
312
312
  }
313
313
  set_coercionMethods(a) {
314
314
  this._coercionMethods = a;
315
- this.qe.coercionMethods = a;
315
+ this.t3.coercionMethods = a;
316
316
  }
317
- lc(a) {
318
- super.lc(a);
319
- if (this.qe != null) {
320
- let b = this.qe.hx();
321
- this.k4(a, b);
317
+ n1(a) {
318
+ super.n1(a);
319
+ if (this.t3 != null) {
320
+ let b = this.t3.jq();
321
+ this.nm(a, b);
322
322
  }
323
323
  }
324
324
  }
325
325
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
326
- GeographicMapSeriesHost.ql = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
326
+ GeographicMapSeriesHost.ua = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
327
327
  let c = a;
328
328
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
329
329
  }));
@@ -336,74 +336,74 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
336
336
  class HostSeriesView extends SeriesView {
337
337
  constructor(a) {
338
338
  super(a);
339
- this.bx = null;
340
- this.bx = a;
339
+ this.b0 = null;
340
+ this.b0 = a;
341
341
  }
342
- ar(a, b) {
343
- super.ar(a, b);
342
+ at(a, b) {
343
+ super.at(a, b);
344
344
  }
345
- b2() {
346
- this.bx.qb = 1;
347
- this.bx.qe.qb = 0;
348
- this.bx.qe.itemsSource = this.bx.itemsSource;
349
- this.bx.qe.index = this.bx.index;
350
- this.bx.qe.o9 = this.bx.o9;
351
- this.bx.qe.pe = this.bx.o9;
352
- this.bx.qe.bu = this.bx.bu;
353
- this.bx.qe.gy = this.bx.gy;
354
- this.bx.qe.hr = this.bx.hr;
355
- this.bx.qe._opacity = this.bx._opacity;
356
- this.bx.qe.g4 = this.bx.g4;
357
- this.bx.qe.f3 = this.bx.f3;
358
- this.bx.qe.gv = this.bx.gv;
359
- this.bx.qe.ev = this.bx.ev;
360
- this.bx.qe.legendItemBadgeShape = this.bx.legendItemBadgeShape;
361
- this.bx.qe.ba = this.bx.ba;
362
- }
363
- b3() {
364
- this.bx.qe.itemsSource = this.bx.itemsSource;
345
+ b5() {
346
+ this.b0.t0 = 1;
347
+ this.b0.t3.t0 = 0;
348
+ this.b0.t3.itemsSource = this.b0.itemsSource;
349
+ this.b0.t3.index = this.b0.index;
350
+ this.b0.t3.sw = this.b0.sw;
351
+ this.b0.t3.s2 = this.b0.sw;
352
+ this.b0.t3.cc = this.b0.cc;
353
+ this.b0.t3.io = this.b0.io;
354
+ this.b0.t3.ji = this.b0.ji;
355
+ this.b0.t3._opacity = this.b0._opacity;
356
+ this.b0.t3.iu = this.b0.iu;
357
+ this.b0.t3.hp = this.b0.hp;
358
+ this.b0.t3.ik = this.b0.ik;
359
+ this.b0.t3.fy = this.b0.fy;
360
+ this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
361
+ this.b0.t3.ba = this.b0.ba;
365
362
  }
366
- ca() {
367
- this.bx.qe.gy = this.bx.gy;
363
+ b6() {
364
+ this.b0.t3.itemsSource = this.b0.itemsSource;
368
365
  }
369
366
  cd() {
370
- this.bx.qe.hr = this.bx.hr;
367
+ this.b0.t3.io = this.b0.io;
371
368
  }
372
- b7() {
373
- this.bx.qe._opacity = this.bx._opacity;
369
+ cg() {
370
+ this.b0.t3.ji = this.b0.ji;
374
371
  }
375
- cc() {
376
- this.bx.qe.g4 = this.bx.g4;
372
+ ca() {
373
+ this.b0.t3._opacity = this.b0._opacity;
377
374
  }
378
- b1() {
379
- this.bx.qe.o9 = this.bx.o9;
375
+ cf() {
376
+ this.b0.t3.iu = this.b0.iu;
380
377
  }
381
- b9() {
382
- this.bx.qe.pe = this.bx.pe;
378
+ b4() {
379
+ this.b0.t3.sw = this.b0.sw;
383
380
  }
384
- by() {
385
- this.bx.qe.o9 = this.bx.o5;
381
+ cc() {
382
+ this.b0.t3.s2 = this.b0.s2;
386
383
  }
387
- bz() {
388
- this.bx.qe.pe = this.bx.o8;
384
+ b1() {
385
+ this.b0.t3.sw = this.b0.ss;
389
386
  }
390
- b4() {
391
- this.bx.qe.ba = this.bx.ba;
387
+ b2() {
388
+ this.b0.t3.s2 = this.b0.sv;
392
389
  }
393
- b5() {
394
- this.bx.qe.legendItemBadgeShape = this.bx.legendItemBadgeShape;
390
+ b7() {
391
+ this.b0.t3.ba = this.b0.ba;
395
392
  }
396
- b0() {
397
- this.bx.qe.f3 = this.bx.f3;
393
+ b8() {
394
+ this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
398
395
  }
399
- b6() {
400
- this.bx.qe.gv = this.bx.gv;
396
+ b3() {
397
+ this.b0.t3.hp = this.b0.hp;
401
398
  }
402
- b8() {
403
- this.bx.qe.bu = this.bx.bu;
399
+ b9() {
400
+ this.b0.t3.ik = this.b0.ik;
404
401
  }
405
402
  cb() {
406
- this.bx.qe.ev = this.bx.ev;
403
+ this.b0.t3.cc = this.b0.cc;
404
+ }
405
+ ce() {
406
+ this.b0.t3.fy = this.b0.fy;
407
407
  }
408
408
  }
409
409
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);