igniteui-webcomponents-maps 5.3.0 → 5.4.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-webcomponents-maps.umd.js +1752 -1752
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  19. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  21. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  22. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  23. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  24. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  28. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  29. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  30. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igc-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +470 -470
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  51. package/esm5/lib/igc-geographic-map-component.js +50 -50
  52. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  53. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  54. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  55. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  56. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  58. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  59. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  60. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igc-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-webcomponents-maps.js +1760 -1760
  64. package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
  68. package/lib/GeographicMarkerSeries.d.ts +17 -17
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +45 -45
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +37 -37
  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 +11 -11
  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 +124 -124
  86. package/package.json +3 -3
@@ -17,344 +17,344 @@ import { isNaN_ } from "igniteui-webcomponents-core";
17
17
  */
18
18
  export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
- qf() {
21
- super.qf();
22
- if (this.wz != null) {
23
- this.wz.qf();
20
+ qg() {
21
+ super.qg();
22
+ if (this.w2 != null) {
23
+ this.w2.qg();
24
24
  }
25
25
  }
26
26
  constructor() {
27
27
  super();
28
- this.wx = null;
29
- this.wz = this.wy();
28
+ this.w0 = null;
29
+ this.w2 = this.w1();
30
30
  }
31
- get_fb() {
31
+ get_fc() {
32
32
  return true;
33
33
  }
34
- kp(a, b) {
35
- let c = this.nc(b);
34
+ kq(a, b) {
35
+ let c = this.nd(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.wz.kp(a, c);
42
+ return this.w2.kq(a, c);
43
43
  }
44
- mc(a) {
45
- let b = this.nc(a);
44
+ md(a) {
45
+ let b = this.nd(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.wz.mc(b);
52
+ return this.w2.md(b);
53
53
  }
54
- get_kh() {
55
- return this.kz(this.wz);
54
+ get_ki() {
55
+ return this.k0(this.w2);
56
56
  }
57
- set_kh(a) {
58
- this.oy(this.wz, a);
57
+ set_ki(a) {
58
+ this.oz(this.w2, a);
59
59
  }
60
- eb(a, b, c, d, e) {
61
- return this.wz.eb(a, b, c, d, e);
60
+ ec(a, b, c, d, e) {
61
+ return this.w2.ec(a, b, c, d, e);
62
62
  }
63
63
  ai() {
64
- return this.wz.ai();
64
+ return this.w2.ai();
65
65
  }
66
- bo() {
67
- return this.wz;
66
+ bp() {
67
+ return this.w2;
68
68
  }
69
- get wz() {
70
- return this.wx;
69
+ get w2() {
70
+ return this.w0;
71
71
  }
72
- set wz(a) {
73
- let b = this.wx;
74
- let c = this.wz != a;
72
+ set w2(a) {
73
+ let b = this.w0;
74
+ let c = this.w2 != a;
75
75
  if (c) {
76
- this.wx = a;
77
- this.w4(b, this.wx);
76
+ this.w0 = a;
77
+ this.w7(b, this.w0);
78
78
  }
79
79
  }
80
80
  get_hasMarkers() {
81
- return this.wz.hasMarkers;
81
+ return this.w2.hasMarkers;
82
82
  }
83
- w4(a, b) {
84
- if (this.wx != null) {
85
- let hostedSeries_ = this.wx;
83
+ w7(a, b) {
84
+ if (this.w0 != null) {
85
+ let hostedSeries_ = this.w0;
86
86
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
87
87
  hostedSeries_.externalObject._implementation = hostedSeries_;
88
88
  }
89
- this.pe(this.wz);
90
- this.w0.b5();
89
+ this.pf(this.w2);
90
+ this.w3.b9();
91
91
  if (a != null) {
92
92
  let c = (a);
93
- this.r0(c, null);
93
+ this.r3(c, null);
94
94
  }
95
95
  if (b != null) {
96
96
  let d = (b);
97
- this.r0(d, this);
97
+ this.r3(d, this);
98
98
  }
99
99
  }
100
- dg(a, b, c) {
101
- return this.di(this.wz, a, b, c);
102
- }
103
100
  dh(a, b, c) {
104
- return this.dj(this.wz, a, b, c);
101
+ return this.dj(this.w2, a, b, c);
105
102
  }
106
- km(a) {
107
- return this.kv(this.wz, a);
103
+ di(a, b, c) {
104
+ return this.dk(this.w2, a, b, c);
108
105
  }
109
- j9(a, b) {
110
- return this.wz.j9(a, b);
106
+ kn(a) {
107
+ return this.kw(this.w2, a);
111
108
  }
112
- j7(a, b) {
113
- return this.wz.j7(a, b);
109
+ ka(a, b) {
110
+ return this.w2.ka(a, b);
114
111
  }
115
- i4(a, b, c) {
116
- return this.wz.i4(a, b, c);
112
+ j8(a, b) {
113
+ return this.w2.j8(a, b);
117
114
  }
118
- wb(a, b, c) {
119
- return this.wz.wb(a, b, c);
115
+ i5(a, b, c) {
116
+ return this.w2.i5(a, b, c);
117
+ }
118
+ we(a, b, c) {
119
+ return this.w2.we(a, b, c);
120
120
  }
121
- wm(a) {
122
- return this.wz.wm(a);
121
+ wp(a) {
122
+ return this.w2.wp(a);
123
123
  }
124
124
  ao(a) {
125
- return this.wz.ao(a);
125
+ return this.w2.ao(a);
126
126
  }
127
- wn(a) {
128
- return this.wz.wn(a);
127
+ wq(a) {
128
+ return this.w2.wq(a);
129
129
  }
130
130
  ap(a) {
131
- return this.wz.ap(a);
132
- }
133
- wo(a) {
134
- return this.wz.wo(a);
131
+ return this.w2.ap(a);
135
132
  }
136
- wp(a) {
137
- return this.wz.wp(a);
133
+ wr(a) {
134
+ return this.w2.wr(a);
138
135
  }
139
- i0(a, b, c) {
140
- return this.wz.i0(a, b, c);
136
+ ws(a) {
137
+ return this.w2.ws(a);
141
138
  }
142
- v7(a, b, c) {
143
- return this.wz.v7(a, b, c);
139
+ i1(a, b, c) {
140
+ return this.w2.i1(a, b, c);
144
141
  }
145
- i2(a, b, c) {
146
- return this.i4(a, b, c);
142
+ wa(a, b, c) {
143
+ return this.w2.wa(a, b, c);
147
144
  }
148
- v9(a, b, c) {
149
- return this.wz.v9(a, b, c);
145
+ i3(a, b, c) {
146
+ return this.i5(a, b, c);
150
147
  }
151
148
  wc(a, b, c) {
152
- return this.wz.wc(a, b, c);
149
+ return this.w2.wc(a, b, c);
153
150
  }
154
- i5(a, b, c) {
155
- return this.wz.i5(a, b, c);
151
+ wf(a, b, c) {
152
+ return this.w2.wf(a, b, c);
156
153
  }
157
- v8(a, b, c) {
158
- return this.wz.v8(a, b, c);
154
+ i6(a, b, c) {
155
+ return this.w2.i6(a, b, c);
159
156
  }
160
- i1(a, b, c) {
161
- return this.wz.i1(a, b, c);
157
+ wb(a, b, c) {
158
+ return this.w2.wb(a, b, c);
162
159
  }
163
- wa(a, b, c) {
164
- return this.wz.wa(a, b, c);
160
+ i2(a, b, c) {
161
+ return this.w2.i2(a, b, c);
165
162
  }
166
- i3(a, b, c) {
167
- return this.wz.i3(a, b, c);
163
+ wd(a, b, c) {
164
+ return this.w2.wd(a, b, c);
168
165
  }
169
- j3(a) {
170
- return this.wz.j3(a);
166
+ i4(a, b, c) {
167
+ return this.w2.i4(a, b, c);
171
168
  }
172
- iv() {
173
- return this.wz.iv();
169
+ j4(a) {
170
+ return this.w2.j4(a);
174
171
  }
175
- ir(a) {
176
- return this.wz.ir(a);
172
+ iw() {
173
+ return this.w2.iw();
177
174
  }
178
- kn(a) {
179
- return this.wz.kn(a);
175
+ is(a) {
176
+ return this.w2.is(a);
180
177
  }
181
- cs() {
178
+ ko(a) {
179
+ return this.w2.ko(a);
180
+ }
181
+ ct() {
182
182
  return new HostSeriesView(this);
183
183
  }
184
- q0(a) {
185
- super.q0(a);
186
- this.w0 = typeCast(HostSeriesView.$, a);
184
+ q1(a) {
185
+ super.q1(a);
186
+ this.w3 = typeCast(HostSeriesView.$, a);
187
187
  }
188
- get w1() {
189
- return this.c(GeographicMapSeriesHost.w6);
188
+ get w4() {
189
+ return this.c(GeographicMapSeriesHost.w9);
190
190
  }
191
- set w1(a) {
192
- this.h(GeographicMapSeriesHost.w6, a);
191
+ set w4(a) {
192
+ this.h(GeographicMapSeriesHost.w9, a);
193
193
  }
194
- q8(a, b, c, d) {
195
- super.q8(a, b, c, d);
194
+ ra(a, b, c, d) {
195
+ super.ra(a, b, c, d);
196
196
  switch (b) {
197
197
  case "SeriesViewer":
198
- this.wz.db = this.db;
198
+ this.w2.dc = this.dc;
199
199
  if (c != null) {
200
- c.q4(this.wz);
200
+ c.q5(this.w2);
201
201
  }
202
202
  if (d != null) {
203
- this.db.m8(this.wz);
203
+ this.dc.m9(this.w2);
204
204
  }
205
- this.wz.rb(this.wr);
206
- this.wz.index = this.index;
207
- this.pz(this.wz);
208
- this.kf = this.wz.kf;
205
+ this.w2.rd(this.wu);
206
+ this.w2.index = this.index;
207
+ this.p0(this.w2);
208
+ this.kg = this.w2.kg;
209
209
  let e = typeCast(SeriesViewer.$, c);
210
210
  if (e != null) {
211
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w5));
211
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w8));
212
212
  }
213
- if (this.db != null) {
214
- let f = this.db;
215
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w5));
213
+ if (this.dc != null) {
214
+ let f = this.dc;
215
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w8));
216
216
  }
217
- this.w3();
217
+ this.w6();
218
218
  break;
219
219
  case "SyncLink":
220
- this.wz.c3 = this.c3;
220
+ this.w2.c4 = this.c4;
221
221
  break;
222
222
  case "VisibleFromScale":
223
- this.w3();
223
+ this.w6();
224
224
  break;
225
225
  case "Index":
226
- this.wz.index = this.index;
226
+ this.w2.index = this.index;
227
227
  break;
228
228
  case "ItemsSource":
229
- this.w0.b6();
229
+ this.w3.ca();
230
230
  break;
231
231
  case "Resolution":
232
- this.w0.cd();
232
+ this.w3.ch();
233
233
  break;
234
234
  case "TransitionDuration":
235
- this.w0.cg();
235
+ this.w3.ck();
236
236
  break;
237
237
  case "Opacity":
238
- this.w0.ca();
238
+ this.w3.ce();
239
239
  break;
240
240
  case "Visibility":
241
- let hs_ = this.wz;
241
+ let hs_ = this.w2;
242
242
  let v_ = this._visibility;
243
243
  hs_.visibility = v_;
244
244
  break;
245
245
  case "MouseOverEnabled":
246
- this.wz.f7 = this.f7;
246
+ this.w2.f8 = this.f8;
247
247
  break;
248
248
  case "ExpectFunctions":
249
- this.wz.expectFunctions = this.expectFunctions;
249
+ this.w2.expectFunctions = this.expectFunctions;
250
250
  break;
251
251
  case "Thickness":
252
- this.w0.cf();
252
+ this.w3.cj();
253
253
  break;
254
254
  case "Brush":
255
- this.w0.b4();
255
+ this.w3.b8();
256
256
  break;
257
257
  case "Outline":
258
- this.w0.cc();
258
+ this.w3.cg();
259
259
  break;
260
260
  case "ActualBrush":
261
- this.w0.b1();
261
+ this.w3.b5();
262
262
  break;
263
263
  case "ActualOutline":
264
- this.w0.b2();
264
+ this.w3.b6();
265
265
  break;
266
266
  case "MarkerFillOpacity":
267
- if (!isNaN_(this.jf)) {
268
- this.w0.b9();
267
+ if (!isNaN_(this.jg)) {
268
+ this.w3.cd();
269
269
  }
270
270
  break;
271
271
  case "AreaFillOpacity":
272
- if (!isNaN_(this.ij)) {
273
- this.w0.b3();
272
+ if (!isNaN_(this.ik)) {
273
+ this.w3.b7();
274
274
  }
275
275
  break;
276
276
  case "OutlineMode":
277
- this.w0.cb();
277
+ this.w3.cf();
278
278
  break;
279
279
  case "ShowDefaultTooltip":
280
- this.w0.ce();
280
+ this.w3.ci();
281
281
  break;
282
282
  case "Title":
283
- this.wz.title = this.title;
283
+ this.w2.title = this.title;
284
284
  break;
285
285
  case "LegendItemBadgeMode":
286
- this.w0.b7();
286
+ this.w3.cb();
287
287
  break;
288
288
  case "LegendItemBadgeShape":
289
- this.w0.b8();
289
+ this.w3.cc();
290
290
  break;
291
291
  case "Legend":
292
- this.wz.legend = this.legend;
293
- this.cv.av();
292
+ this.w2.legend = this.legend;
293
+ this.cw.ay();
294
294
  break;
295
295
  }
296
296
  }
297
- w3() {
298
- if (this.db == null || this.wz == null) {
297
+ w6() {
298
+ if (this.dc == null || this.w2 == null) {
299
299
  return;
300
300
  }
301
- if (!isNaN_(this.w1)) {
302
- if (this.db.v4.width > this.w1) {
303
- let hs_ = this.wz;
301
+ if (!isNaN_(this.w4)) {
302
+ if (this.dc.v5.width > this.w4) {
303
+ let hs_ = this.w2;
304
304
  let v_ = 1;
305
305
  hs_.visibility = v_;
306
306
  }
307
307
  else {
308
- let hs2_ = this.wz;
308
+ let hs2_ = this.w2;
309
309
  let v2_ = 0;
310
310
  hs2_.visibility = v2_;
311
311
  }
312
312
  }
313
313
  }
314
- w5(a, b) {
315
- this.w3();
314
+ w8(a, b) {
315
+ this.w6();
316
316
  }
317
- rq(a) {
318
- super.rq(a);
319
- if (this.wz != null) {
320
- this.wz.rq(a);
317
+ rs(a) {
318
+ super.rs(a);
319
+ if (this.w2 != null) {
320
+ this.w2.rs(a);
321
321
  }
322
322
  }
323
- q4(a) {
324
- super.q4(a);
325
- if (this.wz != null) {
326
- this.wz.qm();
323
+ q5(a) {
324
+ super.q5(a);
325
+ if (this.w2 != null) {
326
+ this.w2.qn();
327
327
  }
328
328
  }
329
- rp(a, b, c, d, e) {
330
- if (this.wz != null) {
331
- this.wz.rp(a, b, c, d, e);
329
+ rr(a, b, c, d, e) {
330
+ if (this.w2 != null) {
331
+ this.w2.rr(a, b, c, d, e);
332
332
  }
333
333
  }
334
334
  a2(a, b) {
335
- return this.wz.a2(a, b);
335
+ return this.w2.a2(a, b);
336
336
  }
337
- sb() {
338
- super.sb();
339
- this.wz.sb();
337
+ se() {
338
+ super.se();
339
+ this.w2.se();
340
340
  }
341
341
  get_coercionMethods() {
342
342
  return this._coercionMethods;
343
343
  }
344
344
  set_coercionMethods(a) {
345
345
  this._coercionMethods = a;
346
- this.wz.coercionMethods = a;
346
+ this.w2.coercionMethods = a;
347
347
  }
348
- py(a) {
349
- super.py(a);
350
- if (this.wz != null) {
351
- let b = this.wz.kl();
352
- this.o7(a, b);
348
+ pz(a) {
349
+ super.pz(a);
350
+ if (this.w2 != null) {
351
+ let b = this.w2.km();
352
+ this.o8(a, b);
353
353
  }
354
354
  }
355
355
  }
356
356
  GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
357
- GeographicMapSeriesHost.w6 = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
357
+ GeographicMapSeriesHost.w9 = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
358
358
  let c = a;
359
359
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
360
360
  }));
@@ -367,74 +367,74 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
367
367
  class HostSeriesView extends SeriesView {
368
368
  constructor(a) {
369
369
  super(a);
370
- this.b0 = null;
371
- this.b0 = a;
370
+ this.b4 = null;
371
+ this.b4 = a;
372
372
  }
373
- at(a, b) {
374
- super.at(a, b);
373
+ aw(a, b) {
374
+ super.aw(a, b);
375
375
  }
376
- b5() {
377
- this.b0.legendItemVisibility = 1;
378
- this.b0.wz.legendItemVisibility = 0;
379
- this.b0.wz.itemsSource = this.b0.itemsSource;
380
- this.b0.wz.index = this.b0.index;
381
- this.b0.wz.ve = this.b0.ve;
382
- this.b0.wz.vu = this.b0.ve;
383
- this.b0.wz.ci = this.b0.ci;
384
- this.b0.wz.ji = this.b0.ji;
385
- this.b0.wz.kc = this.b0.kc;
386
- this.b0.wz._opacity = this.b0._opacity;
387
- this.b0.wz.jo = this.b0.jo;
388
- this.b0.wz.ij = this.b0.ij;
389
- this.b0.wz.jf = this.b0.jf;
390
- this.b0.wz.go = this.b0.go;
391
- this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
392
- this.b0.wz.bd = this.b0.bd;
376
+ b9() {
377
+ this.b4.legendItemVisibility = 1;
378
+ this.b4.w2.legendItemVisibility = 0;
379
+ this.b4.w2.itemsSource = this.b4.itemsSource;
380
+ this.b4.w2.index = this.b4.index;
381
+ this.b4.w2.vh = this.b4.vh;
382
+ this.b4.w2.vx = this.b4.vh;
383
+ this.b4.w2.cj = this.b4.cj;
384
+ this.b4.w2.jj = this.b4.jj;
385
+ this.b4.w2.kd = this.b4.kd;
386
+ this.b4.w2._opacity = this.b4._opacity;
387
+ this.b4.w2.jp = this.b4.jp;
388
+ this.b4.w2.ik = this.b4.ik;
389
+ this.b4.w2.jg = this.b4.jg;
390
+ this.b4.w2.gp = this.b4.gp;
391
+ this.b4.w2.legendItemBadgeShape = this.b4.legendItemBadgeShape;
392
+ this.b4.w2.be = this.b4.be;
393
393
  }
394
- b6() {
395
- this.b0.wz.itemsSource = this.b0.itemsSource;
394
+ ca() {
395
+ this.b4.w2.itemsSource = this.b4.itemsSource;
396
396
  }
397
- cd() {
398
- this.b0.wz.ji = this.b0.ji;
397
+ ch() {
398
+ this.b4.w2.jj = this.b4.jj;
399
399
  }
400
- cg() {
401
- this.b0.wz.kc = this.b0.kc;
400
+ ck() {
401
+ this.b4.w2.kd = this.b4.kd;
402
402
  }
403
- ca() {
404
- this.b0.wz._opacity = this.b0._opacity;
403
+ ce() {
404
+ this.b4.w2._opacity = this.b4._opacity;
405
405
  }
406
- cf() {
407
- this.b0.wz.jo = this.b0.jo;
406
+ cj() {
407
+ this.b4.w2.jp = this.b4.jp;
408
408
  }
409
- b4() {
410
- this.b0.wz.ve = this.b0.ve;
409
+ b8() {
410
+ this.b4.w2.vh = this.b4.vh;
411
411
  }
412
- cc() {
413
- this.b0.wz.vu = this.b0.vu;
412
+ cg() {
413
+ this.b4.w2.vx = this.b4.vx;
414
414
  }
415
- b1() {
416
- this.b0.wz.ve = this.b0.u8;
415
+ b5() {
416
+ this.b4.w2.vh = this.b4.vb;
417
417
  }
418
- b2() {
419
- this.b0.wz.vu = this.b0.vc;
418
+ b6() {
419
+ this.b4.w2.vx = this.b4.vf;
420
420
  }
421
- b7() {
422
- this.b0.wz.bd = this.b0.bd;
421
+ cb() {
422
+ this.b4.w2.be = this.b4.be;
423
423
  }
424
- b8() {
425
- this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
424
+ cc() {
425
+ this.b4.w2.legendItemBadgeShape = this.b4.legendItemBadgeShape;
426
426
  }
427
- b3() {
428
- this.b0.wz.ij = this.b0.ij;
427
+ b7() {
428
+ this.b4.w2.ik = this.b4.ik;
429
429
  }
430
- b9() {
431
- this.b0.wz.jf = this.b0.jf;
430
+ cd() {
431
+ this.b4.w2.jg = this.b4.jg;
432
432
  }
433
- cb() {
434
- this.b0.wz.ci = this.b0.ci;
433
+ cf() {
434
+ this.b4.w2.cj = this.b4.cj;
435
435
  }
436
- ce() {
437
- this.b0.wz.go = this.b0.go;
436
+ ci() {
437
+ this.b4.w2.gp = this.b4.gp;
438
438
  }
439
439
  }
440
440
  HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);