igniteui-angular-maps 18.1.0 → 18.1.1

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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +921 -921
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +81 -81
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +12 -12
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
  31. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +79 -79
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-angular-maps.js +929 -929
  54. package/fesm5/igniteui-angular-maps.js +921 -921
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +19 -19
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +2 -2
@@ -19,327 +19,327 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.wp = null;
23
- this.wr = this.wq();
22
+ this.wq = null;
23
+ this.ws = this.wr();
24
24
  }
25
- qb() {
26
- super.qb();
27
- if (this.wr != null) {
28
- this.wr.qb();
25
+ qc() {
26
+ super.qc();
27
+ if (this.ws != null) {
28
+ this.ws.qc();
29
29
  }
30
30
  }
31
31
  get_fa() {
32
32
  return true;
33
33
  }
34
34
  ko(a, b) {
35
- let c = this.na(b);
35
+ let c = this.nb(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.wr.ko(a, c);
42
+ return this.ws.ko(a, c);
43
43
  }
44
- ma(a) {
45
- let b = this.na(a);
44
+ mb(a) {
45
+ let b = this.nb(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.wr.ma(b);
52
+ return this.ws.mb(b);
53
53
  }
54
54
  get_kg() {
55
- return this.kx(this.wr);
55
+ return this.ky(this.ws);
56
56
  }
57
57
  set_kg(a) {
58
- this.ow(this.wr, a);
58
+ this.ox(this.ws, a);
59
59
  }
60
60
  d9(a, b, c, d) {
61
- return this.wr.d9(a, b, c, d);
61
+ return this.ws.d9(a, b, c, d);
62
62
  }
63
63
  ai() {
64
- return this.wr.ai();
64
+ return this.ws.ai();
65
65
  }
66
66
  bm() {
67
- return this.wr;
67
+ return this.ws;
68
68
  }
69
- get wr() {
70
- return this.wp;
69
+ get ws() {
70
+ return this.wq;
71
71
  }
72
- set wr(a) {
73
- let b = this.wr != a;
72
+ set ws(a) {
73
+ let b = this.ws != a;
74
74
  if (b) {
75
- this.wp = a;
76
- this.ww();
75
+ this.wq = a;
76
+ this.wx();
77
77
  }
78
78
  }
79
79
  get_hasMarkers() {
80
- return this.wr.hasMarkers;
80
+ return this.ws.hasMarkers;
81
81
  }
82
- ww() {
83
- if (this.wp != null) {
84
- let hostedSeries_ = this.wp;
82
+ wx() {
83
+ if (this.wq != null) {
84
+ let hostedSeries_ = this.wq;
85
85
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
86
86
  hostedSeries_.externalObject._implementation = hostedSeries_;
87
87
  }
88
- this.pc(this.wr);
89
- this.ws.b5();
88
+ this.pd(this.ws);
89
+ this.wt.b5();
90
90
  }
91
91
  de(a, b, c) {
92
- return this.dg(this.wr, a, b, c);
92
+ return this.dg(this.ws, a, b, c);
93
93
  }
94
94
  df(a, b, c) {
95
- return this.dh(this.wr, a, b, c);
95
+ return this.dh(this.ws, a, b, c);
96
96
  }
97
97
  kl(a) {
98
- return this.kt(this.wr, a);
98
+ return this.ku(this.ws, a);
99
99
  }
100
100
  j8(a, b) {
101
- return this.wr.j8(a, b);
101
+ return this.ws.j8(a, b);
102
102
  }
103
103
  j6(a, b) {
104
- return this.wr.j6(a, b);
104
+ return this.ws.j6(a, b);
105
105
  }
106
106
  i3(a, b, c) {
107
- return this.wr.i3(a, b, c);
107
+ return this.ws.i3(a, b, c);
108
108
  }
109
- v5(a, b, c) {
110
- return this.wr.v5(a, b, c);
109
+ v6(a, b, c) {
110
+ return this.ws.v6(a, b, c);
111
111
  }
112
- wg(a) {
113
- return this.wr.wg(a);
112
+ wh(a) {
113
+ return this.ws.wh(a);
114
114
  }
115
115
  an(a) {
116
- return this.wr.an(a);
116
+ return this.ws.an(a);
117
117
  }
118
- wh(a) {
119
- return this.wr.wh(a);
118
+ wi(a) {
119
+ return this.ws.wi(a);
120
120
  }
121
121
  ao(a) {
122
- return this.wr.ao(a);
123
- }
124
- wi(a) {
125
- return this.wr.wi(a);
122
+ return this.ws.ao(a);
126
123
  }
127
124
  wj(a) {
128
- return this.wr.wj(a);
125
+ return this.ws.wj(a);
126
+ }
127
+ wk(a) {
128
+ return this.ws.wk(a);
129
129
  }
130
130
  iz(a, b, c) {
131
- return this.wr.iz(a, b, c);
131
+ return this.ws.iz(a, b, c);
132
132
  }
133
- v1(a, b, c) {
134
- return this.wr.v1(a, b, c);
133
+ v2(a, b, c) {
134
+ return this.ws.v2(a, b, c);
135
135
  }
136
136
  i1(a, b, c) {
137
137
  return this.i3(a, b, c);
138
138
  }
139
- v3(a, b, c) {
140
- return this.wr.v3(a, b, c);
139
+ v4(a, b, c) {
140
+ return this.ws.v4(a, b, c);
141
141
  }
142
- v6(a, b, c) {
143
- return this.wr.v6(a, b, c);
142
+ v7(a, b, c) {
143
+ return this.ws.v7(a, b, c);
144
144
  }
145
145
  i4(a, b, c) {
146
- return this.wr.i4(a, b, c);
146
+ return this.ws.i4(a, b, c);
147
147
  }
148
- v2(a, b, c) {
149
- return this.wr.v2(a, b, c);
148
+ v3(a, b, c) {
149
+ return this.ws.v3(a, b, c);
150
150
  }
151
151
  i0(a, b, c) {
152
- return this.wr.i0(a, b, c);
152
+ return this.ws.i0(a, b, c);
153
153
  }
154
- v4(a, b, c) {
155
- return this.wr.v4(a, b, c);
154
+ v5(a, b, c) {
155
+ return this.ws.v5(a, b, c);
156
156
  }
157
157
  i2(a, b, c) {
158
- return this.wr.i2(a, b, c);
158
+ return this.ws.i2(a, b, c);
159
159
  }
160
160
  j2(a) {
161
- return this.wr.j2(a);
161
+ return this.ws.j2(a);
162
162
  }
163
163
  iu() {
164
- return this.wr.iu();
164
+ return this.ws.iu();
165
165
  }
166
166
  iq(a) {
167
- return this.wr.iq(a);
167
+ return this.ws.iq(a);
168
168
  }
169
169
  km(a) {
170
- return this.wr.km(a);
170
+ return this.ws.km(a);
171
171
  }
172
172
  cq() {
173
173
  return new HostSeriesView(this);
174
174
  }
175
- qw(a) {
176
- super.qw(a);
177
- this.ws = typeCast(HostSeriesView.$, a);
175
+ qx(a) {
176
+ super.qx(a);
177
+ this.wt = typeCast(HostSeriesView.$, a);
178
178
  }
179
- get wt() {
180
- return this.c(GeographicMapSeriesHost.wy);
179
+ get wu() {
180
+ return this.c(GeographicMapSeriesHost.wz);
181
181
  }
182
- set wt(a) {
183
- this.h(GeographicMapSeriesHost.wy, a);
182
+ set wu(a) {
183
+ this.h(GeographicMapSeriesHost.wz, a);
184
184
  }
185
- q4(a, b, c, d) {
186
- super.q4(a, b, c, d);
185
+ q5(a, b, c, d) {
186
+ super.q5(a, b, c, d);
187
187
  switch (b) {
188
188
  case "SeriesViewer":
189
- this.wr.c9 = this.c9;
189
+ this.ws.c9 = this.c9;
190
190
  if (c != null) {
191
- c.qq(this.wr);
191
+ c.qq(this.ws);
192
192
  }
193
193
  if (d != null) {
194
- this.c9.mw(this.wr);
194
+ this.c9.mw(this.ws);
195
195
  }
196
- this.wr.q7(this.wk);
197
- this.wr.index = this.index;
198
- this.pv(this.wr);
199
- this.ke = this.wr.ke;
196
+ this.ws.q8(this.wl);
197
+ this.ws.index = this.index;
198
+ this.pw(this.ws);
199
+ this.ke = this.ws.ke;
200
200
  let e = typeCast(SeriesViewer.$, c);
201
201
  if (e != null) {
202
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wx));
202
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
203
203
  }
204
204
  if (this.c9 != null) {
205
205
  let f = this.c9;
206
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wx));
206
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
207
207
  }
208
- this.wv();
208
+ this.ww();
209
209
  break;
210
210
  case "SyncLink":
211
- this.wr.c1 = this.c1;
211
+ this.ws.c1 = this.c1;
212
212
  break;
213
213
  case "VisibleFromScale":
214
- this.wv();
214
+ this.ww();
215
215
  break;
216
216
  case "Index":
217
- this.wr.index = this.index;
217
+ this.ws.index = this.index;
218
218
  break;
219
219
  case "ItemsSource":
220
- this.ws.b6();
220
+ this.wt.b6();
221
221
  break;
222
222
  case "Resolution":
223
- this.ws.cd();
223
+ this.wt.cd();
224
224
  break;
225
225
  case "TransitionDuration":
226
- this.ws.cg();
226
+ this.wt.cg();
227
227
  break;
228
228
  case "Opacity":
229
- this.ws.ca();
229
+ this.wt.ca();
230
230
  break;
231
231
  case "Visibility":
232
- let hs_ = this.wr;
232
+ let hs_ = this.ws;
233
233
  let v_ = this._visibility;
234
234
  hs_.visibility = v_;
235
235
  break;
236
236
  case "MouseOverEnabled":
237
- this.wr.f6 = this.f6;
237
+ this.ws.f6 = this.f6;
238
238
  break;
239
239
  case "ExpectFunctions":
240
- this.wr.expectFunctions = this.expectFunctions;
240
+ this.ws.expectFunctions = this.expectFunctions;
241
241
  break;
242
242
  case "Thickness":
243
- this.ws.cf();
243
+ this.wt.cf();
244
244
  break;
245
245
  case "Brush":
246
- this.ws.b4();
246
+ this.wt.b4();
247
247
  break;
248
248
  case "Outline":
249
- this.ws.cc();
249
+ this.wt.cc();
250
250
  break;
251
251
  case "ActualBrush":
252
- this.ws.b1();
252
+ this.wt.b1();
253
253
  break;
254
254
  case "ActualOutline":
255
- this.ws.b2();
255
+ this.wt.b2();
256
256
  break;
257
257
  case "MarkerFillOpacity":
258
258
  if (!isNaN_(this.je)) {
259
- this.ws.b9();
259
+ this.wt.b9();
260
260
  }
261
261
  break;
262
262
  case "AreaFillOpacity":
263
263
  if (!isNaN_(this.ii)) {
264
- this.ws.b3();
264
+ this.wt.b3();
265
265
  }
266
266
  break;
267
267
  case "OutlineMode":
268
- this.ws.cb();
268
+ this.wt.cb();
269
269
  break;
270
270
  case "ShowDefaultTooltip":
271
- this.ws.ce();
271
+ this.wt.ce();
272
272
  break;
273
273
  case "Title":
274
- this.wr.title = this.title;
274
+ this.ws.title = this.title;
275
275
  break;
276
276
  case "LegendItemBadgeMode":
277
- this.ws.b7();
277
+ this.wt.b7();
278
278
  break;
279
279
  case "LegendItemBadgeShape":
280
- this.ws.b8();
280
+ this.wt.b8();
281
281
  break;
282
282
  case "Legend":
283
- this.wr.legend = this.legend;
283
+ this.ws.legend = this.legend;
284
284
  this.ct.av();
285
285
  break;
286
286
  }
287
287
  }
288
- wv() {
289
- if (this.c9 == null || this.wr == null) {
288
+ ww() {
289
+ if (this.c9 == null || this.ws == null) {
290
290
  return;
291
291
  }
292
- if (!isNaN_(this.wt)) {
293
- if (this.c9.vl.width > this.wt) {
294
- let hs_ = this.wr;
292
+ if (!isNaN_(this.wu)) {
293
+ if (this.c9.vl.width > this.wu) {
294
+ let hs_ = this.ws;
295
295
  let v_ = 1;
296
296
  hs_.visibility = v_;
297
297
  }
298
298
  else {
299
- let hs2_ = this.wr;
299
+ let hs2_ = this.ws;
300
300
  let v2_ = 0;
301
301
  hs2_.visibility = v2_;
302
302
  }
303
303
  }
304
304
  }
305
- wx(a, b) {
306
- this.wv();
305
+ wy(a, b) {
306
+ this.ww();
307
307
  }
308
- rm(a) {
309
- super.rm(a);
310
- if (this.wr != null) {
311
- this.wr.rm(a);
308
+ rn(a) {
309
+ super.rn(a);
310
+ if (this.ws != null) {
311
+ this.ws.rn(a);
312
312
  }
313
313
  }
314
- rl(a, b, c, d, e) {
315
- if (this.wr != null) {
316
- this.wr.rl(a, b, c, d, e);
314
+ rm(a, b, c, d, e) {
315
+ if (this.ws != null) {
316
+ this.ws.rm(a, b, c, d, e);
317
317
  }
318
318
  }
319
319
  a1(a, b) {
320
- return this.wr.a1(a, b);
320
+ return this.ws.a1(a, b);
321
321
  }
322
- r5() {
323
- super.r5();
324
- this.wr.r5();
322
+ r6() {
323
+ super.r6();
324
+ this.ws.r6();
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.wr.coercionMethods = a;
331
+ this.ws.coercionMethods = a;
332
332
  }
333
- pu(a) {
334
- super.pu(a);
335
- if (this.wr != null) {
336
- let b = this.wr.kk();
337
- this.o5(a, b);
333
+ pv(a) {
334
+ super.pv(a);
335
+ if (this.ws != null) {
336
+ let b = this.ws.kk();
337
+ this.o6(a, b);
338
338
  }
339
339
  }
340
340
  }
341
341
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
342
- GeographicMapSeriesHost.wy = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
342
+ GeographicMapSeriesHost.wz = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, 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.wr.legendItemVisibility = 0;
364
- this.b0.wr.itemsSource = this.b0.itemsSource;
365
- this.b0.wr.index = this.b0.index;
366
- this.b0.wr.u8 = this.b0.u8;
367
- this.b0.wr.vo = this.b0.u8;
368
- this.b0.wr.cg = this.b0.cg;
369
- this.b0.wr.jh = this.b0.jh;
370
- this.b0.wr.kb = this.b0.kb;
371
- this.b0.wr._opacity = this.b0._opacity;
372
- this.b0.wr.jn = this.b0.jn;
373
- this.b0.wr.ii = this.b0.ii;
374
- this.b0.wr.je = this.b0.je;
375
- this.b0.wr.gn = this.b0.gn;
376
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
377
- this.b0.wr.bc = this.b0.bc;
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;
378
378
  }
379
379
  b6() {
380
- this.b0.wr.itemsSource = this.b0.itemsSource;
380
+ this.b0.ws.itemsSource = this.b0.itemsSource;
381
381
  }
382
382
  cd() {
383
- this.b0.wr.jh = this.b0.jh;
383
+ this.b0.ws.jh = this.b0.jh;
384
384
  }
385
385
  cg() {
386
- this.b0.wr.kb = this.b0.kb;
386
+ this.b0.ws.kb = this.b0.kb;
387
387
  }
388
388
  ca() {
389
- this.b0.wr._opacity = this.b0._opacity;
389
+ this.b0.ws._opacity = this.b0._opacity;
390
390
  }
391
391
  cf() {
392
- this.b0.wr.jn = this.b0.jn;
392
+ this.b0.ws.jn = this.b0.jn;
393
393
  }
394
394
  b4() {
395
- this.b0.wr.u8 = this.b0.u8;
395
+ this.b0.ws.u9 = this.b0.u9;
396
396
  }
397
397
  cc() {
398
- this.b0.wr.vo = this.b0.vo;
398
+ this.b0.ws.vp = this.b0.vp;
399
399
  }
400
400
  b1() {
401
- this.b0.wr.u8 = this.b0.u2;
401
+ this.b0.ws.u9 = this.b0.u3;
402
402
  }
403
403
  b2() {
404
- this.b0.wr.vo = this.b0.u6;
404
+ this.b0.ws.vp = this.b0.u7;
405
405
  }
406
406
  b7() {
407
- this.b0.wr.bc = this.b0.bc;
407
+ this.b0.ws.bc = this.b0.bc;
408
408
  }
409
409
  b8() {
410
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
410
+ this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
411
411
  }
412
412
  b3() {
413
- this.b0.wr.ii = this.b0.ii;
413
+ this.b0.ws.ii = this.b0.ii;
414
414
  }
415
415
  b9() {
416
- this.b0.wr.je = this.b0.je;
416
+ this.b0.ws.je = this.b0.je;
417
417
  }
418
418
  cb() {
419
- this.b0.wr.cg = this.b0.cg;
419
+ this.b0.ws.cg = this.b0.cg;
420
420
  }
421
421
  ce() {
422
- this.b0.wr.gn = this.b0.gn;
422
+ this.b0.ws.gn = this.b0.gn;
423
423
  }
424
424
  }
425
425
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
@@ -23,74 +23,74 @@ export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
23
23
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
24
24
  constructor() {
25
25
  super();
26
- let a = this.wr;
27
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xf));
26
+ let a = this.ws;
27
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xg));
28
28
  }
29
- ss() {
30
- return this.xg;
31
- }
32
- ve() {
33
- return this.xt;
29
+ st() {
30
+ return this.xh;
34
31
  }
35
32
  vf() {
36
33
  return this.xu;
37
34
  }
35
+ vg() {
36
+ return this.xv;
37
+ }
38
38
  il() {
39
- return this.w2;
39
+ return this.w3;
40
40
  }
41
- l7() {
42
- let a = typeCast(MarkerSeries.$, this.wr);
41
+ l8() {
42
+ let a = typeCast(MarkerSeries.$, this.ws);
43
43
  if (a == null) {
44
44
  return "Unknown";
45
45
  }
46
- return a.l7();
46
+ return a.l8();
47
47
  }
48
- xf(a, b) {
49
- let c = typeCast(MarkerSeries.$, this.wr);
48
+ xg(a, b) {
49
+ let c = typeCast(MarkerSeries.$, this.ws);
50
50
  if (c == null) {
51
51
  return;
52
52
  }
53
53
  if (b.propertyName == "ActualMarkerTemplate") {
54
- this.xg = c.xr;
54
+ this.xh = c.xs;
55
55
  }
56
56
  else if (b.propertyName == "ActualMarkerOutline") {
57
- this.xu = c.x9;
57
+ this.xv = c.ya;
58
58
  }
59
59
  else if (b.propertyName == "ActualMarkerBrush") {
60
- this.xt = c.x8;
60
+ this.xu = c.x9;
61
61
  }
62
62
  }
63
- q4(a, b, c, d) {
64
- super.q4(a, b, c, d);
63
+ q5(a, b, c, d) {
64
+ super.q5(a, b, c, d);
65
65
  switch (b) {
66
66
  case GeographicMarkerSeries.$$p[3]:
67
- this.wr.ya = this.xv;
67
+ this.ws.yb = this.xw;
68
68
  break;
69
69
  case GeographicMarkerSeries.$$p[6]:
70
- this.wr.yb = this.xw;
70
+ this.ws.yc = this.xx;
71
71
  break;
72
72
  case GeographicMarkerSeries.$$p[5]:
73
- this.wr.wv = this.w0;
73
+ this.ws.ww = this.w1;
74
74
  break;
75
75
  case GeographicMarkerSeries.$$p[4]:
76
- this.wr.wr = this.wz;
76
+ this.ws.ws = this.w0;
77
77
  break;
78
78
  case GeographicMarkerSeries.$$p[9]:
79
- this.wr.w1 = this.w1;
79
+ this.ws.w2 = this.w2;
80
80
  break;
81
81
  case GeographicMarkerSeries.$$p[7]:
82
- this.wr.xt = this.xh;
82
+ this.ws.xu = this.xi;
83
83
  break;
84
84
  case GeographicMarkerSeries.$$p[8]:
85
- this.wr.xa = this.w2;
85
+ this.ws.xb = this.w3;
86
86
  break;
87
87
  case GeographicMarkerSeries.$$p[10]:
88
- this.wr.z0 = this.w3;
88
+ this.ws.z1 = this.w4;
89
89
  break;
90
90
  }
91
91
  }
92
92
  }
93
93
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
94
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xt:xi', [Brush.$], 'ActualMarkerOutline:xu:xj', [Brush.$], 'ActualMarkerTemplate:xg:xk', [DataTemplate.$, null], 'MarkerBrush:xv:xl', [Brush.$], 'MarkerFillMode:wz:xm', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w0:xn', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xw:xo', [Brush.$], 'MarkerTemplate:xh:xp', [DataTemplate.$, null], 'MarkerThickness:w2:xq', [1, DeviceUtils.g(2)], 'MarkerType:w1:xr', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w3:xs', [1, 400]]);
94
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xu:xj', [Brush.$], 'ActualMarkerOutline:xv:xk', [Brush.$], 'ActualMarkerTemplate:xh:xl', [DataTemplate.$, null], 'MarkerBrush:xw:xm', [Brush.$], 'MarkerFillMode:w0:xn', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w1:xo', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xx:xp', [Brush.$], 'MarkerTemplate:xi:xq', [DataTemplate.$, null], 'MarkerThickness:w3:xr', [1, DeviceUtils.g(2)], 'MarkerType:w2:xs', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w4:xt', [1, 400]]);
95
95
  return GeographicMarkerSeries;
96
96
  })();