igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.3

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 (74) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1442 -1442
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +437 -437
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-component.js +47 -47
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  32. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +431 -431
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  43. package/esm5/lib/igc-geographic-map-component.js +47 -47
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  50. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  52. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
  56. package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  60. package/lib/GeographicMarkerSeries.d.ts +15 -15
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +102 -102
  74. package/package.json +3 -3
@@ -14,344 +14,344 @@ import { PlatformConstants } from "igniteui-webcomponents-core";
14
14
  import { isNaN_ } from "igniteui-webcomponents-core";
15
15
  let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
16
16
  class GeographicMapSeriesHost extends Series {
17
- qw() {
18
- super.qw();
19
- if (this.xm != null) {
20
- this.xm.qw();
17
+ qx() {
18
+ super.qx();
19
+ if (this.xn != null) {
20
+ this.xn.qx();
21
21
  }
22
22
  }
23
23
  constructor() {
24
24
  super();
25
- this.xk = null;
26
- this.xm = this.xl();
25
+ this.xl = null;
26
+ this.xn = this.xm();
27
27
  }
28
28
  get_ff() {
29
29
  return true;
30
30
  }
31
- k0(a, b) {
32
- let c = this.np(b);
31
+ k1(a, b) {
32
+ let c = this.nq(b);
33
33
  if (c == "LatitudeMemberPath") {
34
34
  c = "YMemberPath";
35
35
  }
36
36
  if (c == "LongitudeMemberPath") {
37
37
  c = "XMemberPath";
38
38
  }
39
- return this.xm.k0(a, c);
39
+ return this.xn.k1(a, c);
40
40
  }
41
- mp(a) {
42
- let b = this.np(a);
41
+ mq(a) {
42
+ let b = this.nq(a);
43
43
  if (b == "LatitudeMemberPath") {
44
44
  b = "YMemberPath";
45
45
  }
46
46
  if (b == "LongitudeMemberPath") {
47
47
  b = "XMemberPath";
48
48
  }
49
- return this.xm.mp(b);
49
+ return this.xn.mq(b);
50
50
  }
51
- get_ks() {
52
- return this.la(this.xm);
51
+ get_kt() {
52
+ return this.lb(this.xn);
53
53
  }
54
- set_ks(a) {
55
- this.pd(this.xm, a);
54
+ set_kt(a) {
55
+ this.pe(this.xn, a);
56
56
  }
57
57
  ed(a, b, c, d, e) {
58
- return this.xm.ed(a, b, c, d, e);
58
+ return this.xn.ed(a, b, c, d, e);
59
59
  }
60
60
  ai() {
61
- return this.xm.ai();
61
+ return this.xn.ai();
62
62
  }
63
63
  bp() {
64
- return this.xm;
64
+ return this.xn;
65
65
  }
66
- get xm() {
67
- return this.xk;
66
+ get xn() {
67
+ return this.xl;
68
68
  }
69
- set xm(a) {
70
- let b = this.xk;
71
- let c = this.xm != a;
69
+ set xn(a) {
70
+ let b = this.xl;
71
+ let c = this.xn != a;
72
72
  if (c) {
73
- this.xk = a;
74
- this.xr(b, this.xk);
73
+ this.xl = a;
74
+ this.xs(b, this.xl);
75
75
  }
76
76
  }
77
77
  get_hasMarkers() {
78
- return this.xm.hasMarkers;
78
+ return this.xn.hasMarkers;
79
79
  }
80
- xr(a, b) {
81
- if (this.xk != null) {
82
- let hostedSeries_ = this.xk;
80
+ xs(a, b) {
81
+ if (this.xl != null) {
82
+ let hostedSeries_ = this.xl;
83
83
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
84
84
  hostedSeries_.externalObject._implementation = hostedSeries_;
85
85
  }
86
- this.pt(this.xm);
87
- this.xn.ci();
86
+ this.pu(this.xn);
87
+ this.xo.ci();
88
88
  if (a != null) {
89
89
  let c = (a);
90
- this.sk(c, null);
90
+ this.sl(c, null);
91
91
  }
92
92
  if (b != null) {
93
93
  let d = (b);
94
- this.sk(d, this);
94
+ this.sl(d, this);
95
95
  }
96
96
  }
97
97
  dh(a, b, c) {
98
- return this.dj(this.xm, a, b, c);
98
+ return this.dj(this.xn, a, b, c);
99
99
  }
100
100
  di(a, b, c) {
101
- return this.dk(this.xm, a, b, c);
101
+ return this.dk(this.xn, a, b, c);
102
102
  }
103
- kx(a) {
104
- return this.k6(this.xm, a);
103
+ ky(a) {
104
+ return this.k7(this.xn, a);
105
105
  }
106
- kk(a, b) {
107
- return this.xm.kk(a, b);
106
+ kl(a, b) {
107
+ return this.xn.kl(a, b);
108
108
  }
109
- ki(a, b) {
110
- return this.xm.ki(a, b);
109
+ kj(a, b) {
110
+ return this.xn.kj(a, b);
111
111
  }
112
- je(a, b, c) {
113
- return this.xm.je(a, b, c);
112
+ jf(a, b, c) {
113
+ return this.xn.jf(a, b, c);
114
114
  }
115
- wx(a, b, c) {
116
- return this.xm.wx(a, b, c);
115
+ wy(a, b, c) {
116
+ return this.xn.wy(a, b, c);
117
117
  }
118
- w9(a) {
119
- return this.xm.w9(a);
118
+ xa(a) {
119
+ return this.xn.xa(a);
120
120
  }
121
121
  ao(a) {
122
- return this.xm.ao(a);
122
+ return this.xn.ao(a);
123
123
  }
124
- xa(a) {
125
- return this.xm.xa(a);
124
+ xb(a) {
125
+ return this.xn.xb(a);
126
126
  }
127
127
  ap(a) {
128
- return this.xm.ap(a);
129
- }
130
- xb(a) {
131
- return this.xm.xb(a);
128
+ return this.xn.ap(a);
132
129
  }
133
130
  xc(a) {
134
- return this.xm.xc(a);
131
+ return this.xn.xc(a);
135
132
  }
136
- ja(a, b, c) {
137
- return this.xm.ja(a, b, c);
133
+ xd(a) {
134
+ return this.xn.xd(a);
138
135
  }
139
- wt(a, b, c) {
140
- return this.xm.wt(a, b, c);
136
+ jb(a, b, c) {
137
+ return this.xn.jb(a, b, c);
141
138
  }
142
- jc(a, b, c) {
143
- return this.je(a, b, c);
139
+ wu(a, b, c) {
140
+ return this.xn.wu(a, b, c);
144
141
  }
145
- wv(a, b, c) {
146
- return this.xm.wv(a, b, c);
142
+ jd(a, b, c) {
143
+ return this.jf(a, b, c);
147
144
  }
148
- wy(a, b, c) {
149
- return this.xm.wy(a, b, c);
145
+ ww(a, b, c) {
146
+ return this.xn.ww(a, b, c);
150
147
  }
151
- jf(a, b, c) {
152
- return this.xm.jf(a, b, c);
148
+ wz(a, b, c) {
149
+ return this.xn.wz(a, b, c);
153
150
  }
154
- wu(a, b, c) {
155
- return this.xm.wu(a, b, c);
151
+ jg(a, b, c) {
152
+ return this.xn.jg(a, b, c);
156
153
  }
157
- jb(a, b, c) {
158
- return this.xm.jb(a, b, c);
154
+ wv(a, b, c) {
155
+ return this.xn.wv(a, b, c);
159
156
  }
160
- ww(a, b, c) {
161
- return this.xm.ww(a, b, c);
157
+ jc(a, b, c) {
158
+ return this.xn.jc(a, b, c);
162
159
  }
163
- jd(a, b, c) {
164
- return this.xm.jd(a, b, c);
160
+ wx(a, b, c) {
161
+ return this.xn.wx(a, b, c);
165
162
  }
166
- ke(a) {
167
- return this.xm.ke(a);
163
+ je(a, b, c) {
164
+ return this.xn.je(a, b, c);
168
165
  }
169
- i4() {
170
- return this.xm.i4();
166
+ kf(a) {
167
+ return this.xn.kf(a);
171
168
  }
172
- i0(a) {
173
- return this.xm.i0(a);
169
+ i5() {
170
+ return this.xn.i5();
174
171
  }
175
- ky(a) {
176
- return this.xm.ky(a);
172
+ i1(a) {
173
+ return this.xn.i1(a);
174
+ }
175
+ kz(a) {
176
+ return this.xn.kz(a);
177
177
  }
178
178
  ct() {
179
179
  return new HostSeriesView(this);
180
180
  }
181
- ri(a) {
182
- super.ri(a);
183
- this.xn = typeCast(HostSeriesView.$, a);
181
+ rj(a) {
182
+ super.rj(a);
183
+ this.xo = typeCast(HostSeriesView.$, a);
184
184
  }
185
- get xo() {
186
- return this.c(GeographicMapSeriesHost.xt);
185
+ get xp() {
186
+ return this.c(GeographicMapSeriesHost.xu);
187
187
  }
188
- set xo(a) {
189
- this.h(GeographicMapSeriesHost.xt, a);
188
+ set xp(a) {
189
+ this.h(GeographicMapSeriesHost.xu, a);
190
190
  }
191
- rr(a, b, c, d) {
192
- super.rr(a, b, c, d);
191
+ rs(a, b, c, d) {
192
+ super.rs(a, b, c, d);
193
193
  switch (b) {
194
194
  case "SeriesViewer":
195
- this.xm.dc = this.dc;
195
+ this.xn.dc = this.dc;
196
196
  if (c != null) {
197
- c.ta(this.xm);
197
+ c.tb(this.xn);
198
198
  }
199
199
  if (d != null) {
200
- this.dc.oo(this.xm);
200
+ this.dc.op(this.xn);
201
201
  }
202
- this.xm.ru(this.xe);
203
- this.xm.index = this.index;
204
- this.qf(this.xm);
205
- this.kq = this.xm.kq;
202
+ this.xn.rv(this.xf);
203
+ this.xn.index = this.index;
204
+ this.qg(this.xn);
205
+ this.kr = this.xn.kr;
206
206
  let e = typeCast(SeriesViewer.$, c);
207
207
  if (e != null) {
208
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xs));
208
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xt));
209
209
  }
210
210
  if (this.dc != null) {
211
211
  let f = this.dc;
212
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xs));
212
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xt));
213
213
  }
214
- this.xq();
214
+ this.xr();
215
215
  break;
216
216
  case "SyncLink":
217
- this.xm.c4 = this.c4;
217
+ this.xn.c4 = this.c4;
218
218
  break;
219
219
  case "VisibleFromScale":
220
- this.xq();
220
+ this.xr();
221
221
  break;
222
222
  case "Index":
223
- this.xm.index = this.index;
223
+ this.xn.index = this.index;
224
224
  break;
225
225
  case "ItemsSource":
226
- this.xn.cj();
226
+ this.xo.cj();
227
227
  break;
228
228
  case "Resolution":
229
- this.xn.cq();
229
+ this.xo.cq();
230
230
  break;
231
231
  case "TransitionDuration":
232
- this.xn.ct();
232
+ this.xo.ct();
233
233
  break;
234
234
  case "Opacity":
235
- this.xn.cn();
235
+ this.xo.cn();
236
236
  break;
237
237
  case "Visibility":
238
- let hs_ = this.xm;
238
+ let hs_ = this.xn;
239
239
  let v_ = this._visibility;
240
240
  hs_.visibility = v_;
241
241
  break;
242
242
  case "MouseOverEnabled":
243
- this.xm.gf = this.gf;
243
+ this.xn.gf = this.gf;
244
244
  break;
245
245
  case "ExpectFunctions":
246
- this.xm.expectFunctions = this.expectFunctions;
246
+ this.xn.expectFunctions = this.expectFunctions;
247
247
  break;
248
248
  case "Thickness":
249
- this.xn.cs();
249
+ this.xo.cs();
250
250
  break;
251
251
  case "Brush":
252
- this.xn.ch();
252
+ this.xo.ch();
253
253
  break;
254
254
  case "Outline":
255
- this.xn.cp();
255
+ this.xo.cp();
256
256
  break;
257
257
  case "ActualBrush":
258
- this.xn.ce();
258
+ this.xo.ce();
259
259
  break;
260
260
  case "ActualOutline":
261
- this.xn.cf();
261
+ this.xo.cf();
262
262
  break;
263
263
  case "MarkerFillOpacity":
264
- if (!isNaN_(this.jp)) {
265
- this.xn.cm();
264
+ if (!isNaN_(this.jq)) {
265
+ this.xo.cm();
266
266
  }
267
267
  break;
268
268
  case "AreaFillOpacity":
269
- if (!isNaN_(this.is)) {
270
- this.xn.cg();
269
+ if (!isNaN_(this.it)) {
270
+ this.xo.cg();
271
271
  }
272
272
  break;
273
273
  case "OutlineMode":
274
- this.xn.co();
274
+ this.xo.co();
275
275
  break;
276
276
  case "ShowDefaultTooltip":
277
- this.xn.cr();
277
+ this.xo.cr();
278
278
  break;
279
279
  case "Title":
280
- this.xm.title = this.title;
280
+ this.xn.title = this.title;
281
281
  break;
282
282
  case "LegendItemBadgeMode":
283
- this.xn.ck();
283
+ this.xo.ck();
284
284
  break;
285
285
  case "LegendItemBadgeShape":
286
- this.xn.cl();
286
+ this.xo.cl();
287
287
  break;
288
288
  case "Legend":
289
- this.xm.legend = this.legend;
289
+ this.xn.legend = this.legend;
290
290
  this.cw.a5();
291
291
  break;
292
292
  }
293
293
  }
294
- xq() {
295
- if (this.dc == null || this.xm == null) {
294
+ xr() {
295
+ if (this.dc == null || this.xn == null) {
296
296
  return;
297
297
  }
298
- if (!isNaN_(this.xo)) {
299
- if (this.dc.ys.width > this.xo) {
300
- let hs_ = this.xm;
298
+ if (!isNaN_(this.xp)) {
299
+ if (this.dc.yv.width > this.xp) {
300
+ let hs_ = this.xn;
301
301
  let v_ = 1;
302
302
  hs_.visibility = v_;
303
303
  }
304
304
  else {
305
- let hs2_ = this.xm;
305
+ let hs2_ = this.xn;
306
306
  let v2_ = 0;
307
307
  hs2_.visibility = v2_;
308
308
  }
309
309
  }
310
310
  }
311
- xs(a, b) {
312
- this.xq();
311
+ xt(a, b) {
312
+ this.xr();
313
313
  }
314
- r9(a) {
315
- super.r9(a);
316
- if (this.xm != null) {
317
- this.xm.r9(a);
314
+ sa(a) {
315
+ super.sa(a);
316
+ if (this.xn != null) {
317
+ this.xn.sa(a);
318
318
  }
319
319
  }
320
- rm(a) {
321
- super.rm(a);
322
- if (this.xm != null) {
323
- this.xm.q3();
320
+ rn(a) {
321
+ super.rn(a);
322
+ if (this.xn != null) {
323
+ this.xn.q4();
324
324
  }
325
325
  }
326
- r8(a, b, c, d, e) {
327
- if (this.xm != null) {
328
- this.xm.r8(a, b, c, d, e);
326
+ r9(a, b, c, d, e) {
327
+ if (this.xn != null) {
328
+ this.xn.r9(a, b, c, d, e);
329
329
  }
330
330
  }
331
331
  a2(a, b) {
332
- return this.xm.a2(a, b);
332
+ return this.xn.a2(a, b);
333
333
  }
334
- sv() {
335
- super.sv();
336
- this.xm.sv();
334
+ sw() {
335
+ super.sw();
336
+ this.xn.sw();
337
337
  }
338
338
  get_coercionMethods() {
339
339
  return this._coercionMethods;
340
340
  }
341
341
  set_coercionMethods(a) {
342
342
  this._coercionMethods = a;
343
- this.xm.coercionMethods = a;
343
+ this.xn.coercionMethods = a;
344
344
  }
345
- qe(a) {
346
- super.qe(a);
347
- if (this.xm != null) {
348
- let b = this.xm.kw();
349
- this.pm(a, b);
345
+ qf(a) {
346
+ super.qf(a);
347
+ if (this.xn != null) {
348
+ let b = this.xn.kx();
349
+ this.pn(a, b);
350
350
  }
351
351
  }
352
352
  }
353
353
  GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
354
- GeographicMapSeriesHost.xt = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
354
+ GeographicMapSeriesHost.xu = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
355
355
  let c = a;
356
356
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
357
357
  }));
@@ -370,66 +370,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
370
370
  }
371
371
  ci() {
372
372
  this.cd.legendItemVisibility = 1;
373
- this.cd.xm.legendItemVisibility = 0;
374
- this.cd.xm.itemsSource = this.cd.itemsSource;
375
- this.cd.xm.index = this.cd.index;
376
- this.cd.xm.v0 = this.cd.v0;
377
- this.cd.xm.wg = this.cd.v0;
378
- this.cd.xm.cj = this.cd.cj;
379
- this.cd.xm.js = this.cd.js;
380
- this.cd.xm.kn = this.cd.kn;
381
- this.cd.xm._opacity = this.cd._opacity;
382
- this.cd.xm.jz = this.cd.jz;
383
- this.cd.xm.is = this.cd.is;
384
- this.cd.xm.jp = this.cd.jp;
385
- this.cd.xm.gw = this.cd.gw;
386
- this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
387
- this.cd.xm.be = this.cd.be;
373
+ this.cd.xn.legendItemVisibility = 0;
374
+ this.cd.xn.itemsSource = this.cd.itemsSource;
375
+ this.cd.xn.index = this.cd.index;
376
+ this.cd.xn.v1 = this.cd.v1;
377
+ this.cd.xn.wh = this.cd.v1;
378
+ this.cd.xn.cj = this.cd.cj;
379
+ this.cd.xn.jt = this.cd.jt;
380
+ this.cd.xn.ko = this.cd.ko;
381
+ this.cd.xn._opacity = this.cd._opacity;
382
+ this.cd.xn.j0 = this.cd.j0;
383
+ this.cd.xn.it = this.cd.it;
384
+ this.cd.xn.jq = this.cd.jq;
385
+ this.cd.xn.gx = this.cd.gx;
386
+ this.cd.xn.legendItemBadgeShape = this.cd.legendItemBadgeShape;
387
+ this.cd.xn.be = this.cd.be;
388
388
  }
389
389
  cj() {
390
- this.cd.xm.itemsSource = this.cd.itemsSource;
390
+ this.cd.xn.itemsSource = this.cd.itemsSource;
391
391
  }
392
392
  cq() {
393
- this.cd.xm.js = this.cd.js;
393
+ this.cd.xn.jt = this.cd.jt;
394
394
  }
395
395
  ct() {
396
- this.cd.xm.kn = this.cd.kn;
396
+ this.cd.xn.ko = this.cd.ko;
397
397
  }
398
398
  cn() {
399
- this.cd.xm._opacity = this.cd._opacity;
399
+ this.cd.xn._opacity = this.cd._opacity;
400
400
  }
401
401
  cs() {
402
- this.cd.xm.jz = this.cd.jz;
402
+ this.cd.xn.j0 = this.cd.j0;
403
403
  }
404
404
  ch() {
405
- this.cd.xm.v0 = this.cd.v0;
405
+ this.cd.xn.v1 = this.cd.v1;
406
406
  }
407
407
  cp() {
408
- this.cd.xm.wg = this.cd.wg;
408
+ this.cd.xn.wh = this.cd.wh;
409
409
  }
410
410
  ce() {
411
- this.cd.xm.v0 = this.cd.vu;
411
+ this.cd.xn.v1 = this.cd.vv;
412
412
  }
413
413
  cf() {
414
- this.cd.xm.wg = this.cd.vy;
414
+ this.cd.xn.wh = this.cd.vz;
415
415
  }
416
416
  ck() {
417
- this.cd.xm.be = this.cd.be;
417
+ this.cd.xn.be = this.cd.be;
418
418
  }
419
419
  cl() {
420
- this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
420
+ this.cd.xn.legendItemBadgeShape = this.cd.legendItemBadgeShape;
421
421
  }
422
422
  cg() {
423
- this.cd.xm.is = this.cd.is;
423
+ this.cd.xn.it = this.cd.it;
424
424
  }
425
425
  cm() {
426
- this.cd.xm.jp = this.cd.jp;
426
+ this.cd.xn.jq = this.cd.jq;
427
427
  }
428
428
  co() {
429
- this.cd.xm.cj = this.cd.cj;
429
+ this.cd.xn.cj = this.cd.cj;
430
430
  }
431
431
  cr() {
432
- this.cd.xm.gw = this.cd.gw;
432
+ this.cd.xn.gx = this.cd.gx;
433
433
  }
434
434
  }
435
435
  HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);