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