igniteui-angular-maps 20.0.1 → 20.0.2-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 (102) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1753 -1431
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
  4. package/esm2015/lib/AzureMapsMapImagery.js +7 -0
  5. package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
  6. package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
  10. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  16. package/esm2015/lib/GeographicTileSeries.js +27 -27
  17. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  18. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  19. package/esm2015/lib/TileSeries_combined.js +86 -86
  20. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  21. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
  22. package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
  23. package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
  24. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  26. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  27. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  28. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  29. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  30. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  31. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  32. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  33. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  34. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  35. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  36. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  37. package/esm2015/lib/igx-tile-series-component.js +2 -2
  38. package/esm2015/public_api.js +6 -0
  39. package/esm5/lib/AzureMapsImageryStyle.js +32 -0
  40. package/esm5/lib/AzureMapsMapImagery.js +7 -0
  41. package/esm5/lib/AzureMapsMapImageryView.js +7 -0
  42. package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
  43. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  44. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  45. package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
  46. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  47. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  48. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  49. package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
  50. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  51. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  52. package/esm5/lib/GeographicTileSeries.js +26 -26
  53. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  54. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  55. package/esm5/lib/TileSeries_combined.js +84 -84
  56. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  57. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
  58. package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
  59. package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
  60. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  61. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  62. package/esm5/lib/igx-geographic-map-component.js +40 -40
  63. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  64. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  65. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  66. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  67. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  68. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  69. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  70. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  71. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  72. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  73. package/esm5/lib/igx-tile-series-component.js +2 -2
  74. package/esm5/public_api.js +6 -0
  75. package/fesm2015/igniteui-angular-maps.js +1734 -1447
  76. package/fesm5/igniteui-angular-maps.js +1748 -1433
  77. package/lib/AzureMapsImageryStyle.d.ts +25 -0
  78. package/lib/AzureMapsMapImagery.d.ts +1 -0
  79. package/lib/AzureMapsMapImageryView.d.ts +1 -0
  80. package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
  81. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  82. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
  83. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  84. package/lib/GeographicMarkerSeries.d.ts +17 -17
  85. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  86. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  87. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  88. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  89. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  90. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  91. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  92. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  93. package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
  94. package/lib/GeographicTileSeries.d.ts +9 -9
  95. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  96. package/lib/TileSeries_combined.d.ts +19 -19
  97. package/lib/XamGeographicMap_combined.d.ts +110 -110
  98. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
  99. package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
  100. package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
  101. package/package.json +2 -2
  102. package/public_api.d.ts +6 -0
@@ -19,342 +19,342 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.w3 = null;
23
- this.w5 = this.w4();
22
+ this.w8 = null;
23
+ this.xa = this.w9();
24
24
  }
25
- qi() {
26
- super.qi();
27
- if (this.w5 != null) {
28
- this.w5.qi();
25
+ qm() {
26
+ super.qm();
27
+ if (this.xa != null) {
28
+ this.xa.qm();
29
29
  }
30
30
  }
31
31
  get_fd() {
32
32
  return true;
33
33
  }
34
- kr(a, b) {
35
- let c = this.nf(b);
34
+ ku(a, b) {
35
+ let c = this.ni(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.w5.kr(a, c);
42
+ return this.xa.ku(a, c);
43
43
  }
44
- mf(a) {
45
- let b = this.nf(a);
44
+ mi(a) {
45
+ let b = this.ni(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.w5.mf(b);
52
+ return this.xa.mi(b);
53
53
  }
54
- get_kj() {
55
- return this.k1(this.w5);
54
+ get_km() {
55
+ return this.k4(this.xa);
56
56
  }
57
- set_kj(a) {
58
- this.o1(this.w5, a);
57
+ set_km(a) {
58
+ this.o5(this.xa, a);
59
59
  }
60
60
  ed(a, b, c, d, e) {
61
- return this.w5.ed(a, b, c, d, e);
61
+ return this.xa.ed(a, b, c, d, e);
62
62
  }
63
63
  ai() {
64
- return this.w5.ai();
64
+ return this.xa.ai();
65
65
  }
66
66
  bp() {
67
- return this.w5;
67
+ return this.xa;
68
68
  }
69
- get w5() {
70
- return this.w3;
69
+ get xa() {
70
+ return this.w8;
71
71
  }
72
- set w5(a) {
73
- let b = this.w3;
74
- let c = this.w5 != a;
72
+ set xa(a) {
73
+ let b = this.w8;
74
+ let c = this.xa != a;
75
75
  if (c) {
76
- this.w3 = a;
77
- this.xa(b, this.w3);
76
+ this.w8 = a;
77
+ this.xf(b, this.w8);
78
78
  }
79
79
  }
80
80
  get_hasMarkers() {
81
- return this.w5.hasMarkers;
81
+ return this.xa.hasMarkers;
82
82
  }
83
- xa(a, b) {
84
- if (this.w3 != null) {
85
- let hostedSeries_ = this.w3;
83
+ xf(a, b) {
84
+ if (this.w8 != null) {
85
+ let hostedSeries_ = this.w8;
86
86
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
87
87
  hostedSeries_.externalObject._implementation = hostedSeries_;
88
88
  }
89
- this.ph(this.w5);
90
- this.w6.ci();
89
+ this.pl(this.xa);
90
+ this.xb.ci();
91
91
  if (a != null) {
92
92
  let c = (a);
93
- this.r5(c, null);
93
+ this.r9(c, null);
94
94
  }
95
95
  if (b != null) {
96
96
  let d = (b);
97
- this.r5(d, this);
97
+ this.r9(d, this);
98
98
  }
99
99
  }
100
100
  dh(a, b, c) {
101
- return this.dj(this.w5, a, b, c);
101
+ return this.dj(this.xa, a, b, c);
102
102
  }
103
103
  di(a, b, c) {
104
- return this.dk(this.w5, a, b, c);
104
+ return this.dk(this.xa, a, b, c);
105
105
  }
106
- ko(a) {
107
- return this.kx(this.w5, a);
106
+ kr(a) {
107
+ return this.k0(this.xa, a);
108
108
  }
109
- kb(a, b) {
110
- return this.w5.kb(a, b);
109
+ ke(a, b) {
110
+ return this.xa.ke(a, b);
111
111
  }
112
- j9(a, b) {
113
- return this.w5.j9(a, b);
112
+ kc(a, b) {
113
+ return this.xa.kc(a, b);
114
114
  }
115
- i6(a, b, c) {
116
- return this.w5.i6(a, b, c);
115
+ i8(a, b, c) {
116
+ return this.xa.i8(a, b, c);
117
117
  }
118
- wh(a, b, c) {
119
- return this.w5.wh(a, b, c);
118
+ wm(a, b, c) {
119
+ return this.xa.wm(a, b, c);
120
120
  }
121
- ws(a) {
122
- return this.w5.ws(a);
121
+ wx(a) {
122
+ return this.xa.wx(a);
123
123
  }
124
124
  ao(a) {
125
- return this.w5.ao(a);
125
+ return this.xa.ao(a);
126
126
  }
127
- wt(a) {
128
- return this.w5.wt(a);
127
+ wy(a) {
128
+ return this.xa.wy(a);
129
129
  }
130
130
  ap(a) {
131
- return this.w5.ap(a);
132
- }
133
- wu(a) {
134
- return this.w5.wu(a);
131
+ return this.xa.ap(a);
135
132
  }
136
- wv(a) {
137
- return this.w5.wv(a);
133
+ wz(a) {
134
+ return this.xa.wz(a);
138
135
  }
139
- i2(a, b, c) {
140
- return this.w5.i2(a, b, c);
141
- }
142
- wd(a, b, c) {
143
- return this.w5.wd(a, b, c);
136
+ w0(a) {
137
+ return this.xa.w0(a);
144
138
  }
145
139
  i4(a, b, c) {
146
- return this.i6(a, b, c);
147
- }
148
- wf(a, b, c) {
149
- return this.w5.wf(a, b, c);
140
+ return this.xa.i4(a, b, c);
150
141
  }
151
142
  wi(a, b, c) {
152
- return this.w5.wi(a, b, c);
143
+ return this.xa.wi(a, b, c);
153
144
  }
154
- i7(a, b, c) {
155
- return this.w5.i7(a, b, c);
145
+ i6(a, b, c) {
146
+ return this.i8(a, b, c);
147
+ }
148
+ wk(a, b, c) {
149
+ return this.xa.wk(a, b, c);
156
150
  }
157
- we(a, b, c) {
158
- return this.w5.we(a, b, c);
151
+ wn(a, b, c) {
152
+ return this.xa.wn(a, b, c);
159
153
  }
160
- i3(a, b, c) {
161
- return this.w5.i3(a, b, c);
154
+ i9(a, b, c) {
155
+ return this.xa.i9(a, b, c);
162
156
  }
163
- wg(a, b, c) {
164
- return this.w5.wg(a, b, c);
157
+ wj(a, b, c) {
158
+ return this.xa.wj(a, b, c);
165
159
  }
166
160
  i5(a, b, c) {
167
- return this.w5.i5(a, b, c);
161
+ return this.xa.i5(a, b, c);
168
162
  }
169
- j5(a) {
170
- return this.w5.j5(a);
163
+ wl(a, b, c) {
164
+ return this.xa.wl(a, b, c);
171
165
  }
172
- ix() {
173
- return this.w5.ix();
166
+ i7(a, b, c) {
167
+ return this.xa.i7(a, b, c);
168
+ }
169
+ j8(a) {
170
+ return this.xa.j8(a);
174
171
  }
175
- it(a) {
176
- return this.w5.it(a);
172
+ iy() {
173
+ return this.xa.iy();
177
174
  }
178
- kp(a) {
179
- return this.w5.kp(a);
175
+ iu(a) {
176
+ return this.xa.iu(a);
177
+ }
178
+ ks(a) {
179
+ return this.xa.ks(a);
180
180
  }
181
181
  ct() {
182
182
  return new HostSeriesView(this);
183
183
  }
184
- q3(a) {
185
- super.q3(a);
186
- this.w6 = typeCast(HostSeriesView.$, a);
184
+ q7(a) {
185
+ super.q7(a);
186
+ this.xb = typeCast(HostSeriesView.$, a);
187
187
  }
188
- get w7() {
189
- return this.c(GeographicMapSeriesHost.xc);
188
+ get xc() {
189
+ return this.c(GeographicMapSeriesHost.xh);
190
190
  }
191
- set w7(a) {
192
- this.h(GeographicMapSeriesHost.xc, a);
191
+ set xc(a) {
192
+ this.h(GeographicMapSeriesHost.xh, a);
193
193
  }
194
- rc(a, b, c, d) {
195
- super.rc(a, b, c, d);
194
+ rg(a, b, c, d) {
195
+ super.rg(a, b, c, d);
196
196
  switch (b) {
197
197
  case "SeriesViewer":
198
- this.w5.dc = this.dc;
198
+ this.xa.dc = this.dc;
199
199
  if (c != null) {
200
- c.rn(this.w5);
200
+ c.sf(this.xa);
201
201
  }
202
202
  if (d != null) {
203
- this.dc.nq(this.w5);
203
+ this.dc.n5(this.xa);
204
204
  }
205
- this.w5.rf(this.wx);
206
- this.w5.index = this.index;
207
- this.p2(this.w5);
208
- this.kh = this.w5.kh;
205
+ this.xa.rj(this.w2);
206
+ this.xa.index = this.index;
207
+ this.p6(this.xa);
208
+ this.kk = this.xa.kk;
209
209
  let e = typeCast(SeriesViewer.$, c);
210
210
  if (e != null) {
211
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xb));
211
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xg));
212
212
  }
213
213
  if (this.dc != null) {
214
214
  let f = this.dc;
215
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xb));
215
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xg));
216
216
  }
217
- this.w9();
217
+ this.xe();
218
218
  break;
219
219
  case "SyncLink":
220
- this.w5.c4 = this.c4;
220
+ this.xa.c4 = this.c4;
221
221
  break;
222
222
  case "VisibleFromScale":
223
- this.w9();
223
+ this.xe();
224
224
  break;
225
225
  case "Index":
226
- this.w5.index = this.index;
226
+ this.xa.index = this.index;
227
227
  break;
228
228
  case "ItemsSource":
229
- this.w6.cj();
229
+ this.xb.cj();
230
230
  break;
231
231
  case "Resolution":
232
- this.w6.cq();
232
+ this.xb.cq();
233
233
  break;
234
234
  case "TransitionDuration":
235
- this.w6.ct();
235
+ this.xb.ct();
236
236
  break;
237
237
  case "Opacity":
238
- this.w6.cn();
238
+ this.xb.cn();
239
239
  break;
240
240
  case "Visibility":
241
- let hs_ = this.w5;
241
+ let hs_ = this.xa;
242
242
  let v_ = this._visibility;
243
243
  hs_.visibility = v_;
244
244
  break;
245
245
  case "MouseOverEnabled":
246
- this.w5.f9 = this.f9;
246
+ this.xa.f9 = this.f9;
247
247
  break;
248
248
  case "ExpectFunctions":
249
- this.w5.expectFunctions = this.expectFunctions;
249
+ this.xa.expectFunctions = this.expectFunctions;
250
250
  break;
251
251
  case "Thickness":
252
- this.w6.cs();
252
+ this.xb.cs();
253
253
  break;
254
254
  case "Brush":
255
- this.w6.ch();
255
+ this.xb.ch();
256
256
  break;
257
257
  case "Outline":
258
- this.w6.cp();
258
+ this.xb.cp();
259
259
  break;
260
260
  case "ActualBrush":
261
- this.w6.ce();
261
+ this.xb.ce();
262
262
  break;
263
263
  case "ActualOutline":
264
- this.w6.cf();
264
+ this.xb.cf();
265
265
  break;
266
266
  case "MarkerFillOpacity":
267
- if (!isNaN_(this.jh)) {
268
- this.w6.cm();
267
+ if (!isNaN_(this.jj)) {
268
+ this.xb.cm();
269
269
  }
270
270
  break;
271
271
  case "AreaFillOpacity":
272
272
  if (!isNaN_(this.il)) {
273
- this.w6.cg();
273
+ this.xb.cg();
274
274
  }
275
275
  break;
276
276
  case "OutlineMode":
277
- this.w6.co();
277
+ this.xb.co();
278
278
  break;
279
279
  case "ShowDefaultTooltip":
280
- this.w6.cr();
280
+ this.xb.cr();
281
281
  break;
282
282
  case "Title":
283
- this.w5.title = this.title;
283
+ this.xa.title = this.title;
284
284
  break;
285
285
  case "LegendItemBadgeMode":
286
- this.w6.ck();
286
+ this.xb.ck();
287
287
  break;
288
288
  case "LegendItemBadgeShape":
289
- this.w6.cl();
289
+ this.xb.cl();
290
290
  break;
291
291
  case "Legend":
292
- this.w5.legend = this.legend;
292
+ this.xa.legend = this.legend;
293
293
  this.cw.a5();
294
294
  break;
295
295
  }
296
296
  }
297
- w9() {
298
- if (this.dc == null || this.w5 == null) {
297
+ xe() {
298
+ if (this.dc == null || this.xa == null) {
299
299
  return;
300
300
  }
301
- if (!isNaN_(this.w7)) {
302
- if (this.dc.wt.width > this.w7) {
303
- let hs_ = this.w5;
301
+ if (!isNaN_(this.xc)) {
302
+ if (this.dc.xm.width > this.xc) {
303
+ let hs_ = this.xa;
304
304
  let v_ = 1;
305
305
  hs_.visibility = v_;
306
306
  }
307
307
  else {
308
- let hs2_ = this.w5;
308
+ let hs2_ = this.xa;
309
309
  let v2_ = 0;
310
310
  hs2_.visibility = v2_;
311
311
  }
312
312
  }
313
313
  }
314
- xb(a, b) {
315
- this.w9();
314
+ xg(a, b) {
315
+ this.xe();
316
316
  }
317
- ru(a) {
318
- super.ru(a);
319
- if (this.w5 != null) {
320
- this.w5.ru(a);
317
+ ry(a) {
318
+ super.ry(a);
319
+ if (this.xa != null) {
320
+ this.xa.ry(a);
321
321
  }
322
322
  }
323
- q7(a) {
324
- super.q7(a);
325
- if (this.w5 != null) {
326
- this.w5.qp();
323
+ rb(a) {
324
+ super.rb(a);
325
+ if (this.xa != null) {
326
+ this.xa.qt();
327
327
  }
328
328
  }
329
- rt(a, b, c, d, e) {
330
- if (this.w5 != null) {
331
- this.w5.rt(a, b, c, d, e);
329
+ rx(a, b, c, d, e) {
330
+ if (this.xa != null) {
331
+ this.xa.rx(a, b, c, d, e);
332
332
  }
333
333
  }
334
334
  a2(a, b) {
335
- return this.w5.a2(a, b);
335
+ return this.xa.a2(a, b);
336
336
  }
337
- sg() {
338
- super.sg();
339
- this.w5.sg();
337
+ sk() {
338
+ super.sk();
339
+ this.xa.sk();
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.w5.coercionMethods = a;
346
+ this.xa.coercionMethods = a;
347
347
  }
348
- p1(a) {
349
- super.p1(a);
350
- if (this.w5 != null) {
351
- let b = this.w5.kn();
352
- this.pa(a, b);
348
+ p5(a) {
349
+ super.p5(a);
350
+ if (this.xa != null) {
351
+ let b = this.xa.kq();
352
+ this.pe(a, b);
353
353
  }
354
354
  }
355
355
  }
356
356
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
357
- GeographicMapSeriesHost.xc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
357
+ GeographicMapSeriesHost.xh = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
358
358
  let c = a;
359
359
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
360
360
  }));
@@ -375,66 +375,66 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
375
375
  }
376
376
  ci() {
377
377
  this.cd.legendItemVisibility = 1;
378
- this.cd.w5.legendItemVisibility = 0;
379
- this.cd.w5.itemsSource = this.cd.itemsSource;
380
- this.cd.w5.index = this.cd.index;
381
- this.cd.w5.vk = this.cd.vk;
382
- this.cd.w5.v0 = this.cd.vk;
383
- this.cd.w5.cj = this.cd.cj;
384
- this.cd.w5.jk = this.cd.jk;
385
- this.cd.w5.ke = this.cd.ke;
386
- this.cd.w5._opacity = this.cd._opacity;
387
- this.cd.w5.jq = this.cd.jq;
388
- this.cd.w5.il = this.cd.il;
389
- this.cd.w5.jh = this.cd.jh;
390
- this.cd.w5.gq = this.cd.gq;
391
- this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
392
- this.cd.w5.be = this.cd.be;
378
+ this.cd.xa.legendItemVisibility = 0;
379
+ this.cd.xa.itemsSource = this.cd.itemsSource;
380
+ this.cd.xa.index = this.cd.index;
381
+ this.cd.xa.vp = this.cd.vp;
382
+ this.cd.xa.v5 = this.cd.vp;
383
+ this.cd.xa.cj = this.cd.cj;
384
+ this.cd.xa.jm = this.cd.jm;
385
+ this.cd.xa.kh = this.cd.kh;
386
+ this.cd.xa._opacity = this.cd._opacity;
387
+ this.cd.xa.jt = this.cd.jt;
388
+ this.cd.xa.il = this.cd.il;
389
+ this.cd.xa.jj = this.cd.jj;
390
+ this.cd.xa.gq = this.cd.gq;
391
+ this.cd.xa.legendItemBadgeShape = this.cd.legendItemBadgeShape;
392
+ this.cd.xa.be = this.cd.be;
393
393
  }
394
394
  cj() {
395
- this.cd.w5.itemsSource = this.cd.itemsSource;
395
+ this.cd.xa.itemsSource = this.cd.itemsSource;
396
396
  }
397
397
  cq() {
398
- this.cd.w5.jk = this.cd.jk;
398
+ this.cd.xa.jm = this.cd.jm;
399
399
  }
400
400
  ct() {
401
- this.cd.w5.ke = this.cd.ke;
401
+ this.cd.xa.kh = this.cd.kh;
402
402
  }
403
403
  cn() {
404
- this.cd.w5._opacity = this.cd._opacity;
404
+ this.cd.xa._opacity = this.cd._opacity;
405
405
  }
406
406
  cs() {
407
- this.cd.w5.jq = this.cd.jq;
407
+ this.cd.xa.jt = this.cd.jt;
408
408
  }
409
409
  ch() {
410
- this.cd.w5.vk = this.cd.vk;
410
+ this.cd.xa.vp = this.cd.vp;
411
411
  }
412
412
  cp() {
413
- this.cd.w5.v0 = this.cd.v0;
413
+ this.cd.xa.v5 = this.cd.v5;
414
414
  }
415
415
  ce() {
416
- this.cd.w5.vk = this.cd.ve;
416
+ this.cd.xa.vp = this.cd.vj;
417
417
  }
418
418
  cf() {
419
- this.cd.w5.v0 = this.cd.vi;
419
+ this.cd.xa.v5 = this.cd.vn;
420
420
  }
421
421
  ck() {
422
- this.cd.w5.be = this.cd.be;
422
+ this.cd.xa.be = this.cd.be;
423
423
  }
424
424
  cl() {
425
- this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
425
+ this.cd.xa.legendItemBadgeShape = this.cd.legendItemBadgeShape;
426
426
  }
427
427
  cg() {
428
- this.cd.w5.il = this.cd.il;
428
+ this.cd.xa.il = this.cd.il;
429
429
  }
430
430
  cm() {
431
- this.cd.w5.jh = this.cd.jh;
431
+ this.cd.xa.jj = this.cd.jj;
432
432
  }
433
433
  co() {
434
- this.cd.w5.cj = this.cd.cj;
434
+ this.cd.xa.cj = this.cd.cj;
435
435
  }
436
436
  cr() {
437
- this.cd.w5.gq = this.cd.gq;
437
+ this.cd.xa.gq = this.cd.gq;
438
438
  }
439
439
  }
440
440
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);