igniteui-angular-maps 17.2.1 → 17.3.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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1342 -1342
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  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-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1356 -1356
  56. package/fesm5/igniteui-angular-maps.js +1342 -1342
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +20 -20
  73. package/lib/XamGeographicMap_combined.d.ts +108 -108
  74. package/package.json +2 -2
@@ -19,13 +19,13 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
20
  constructor() {
21
21
  super();
22
- this.t2 = null;
23
- this.t4 = this.t3();
22
+ this.t3 = null;
23
+ this.t5 = this.t4();
24
24
  }
25
25
  oh() {
26
26
  super.oh();
27
- if (this.t4 != null) {
28
- this.t4.oh();
27
+ if (this.t5 != null) {
28
+ this.t5.oh();
29
29
  }
30
30
  }
31
31
  get_er() {
@@ -39,291 +39,291 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
39
39
  if (c == "LongitudeMemberPath") {
40
40
  c = "XMemberPath";
41
41
  }
42
- return this.t4.jv(a, b);
42
+ return this.t5.jv(a, b);
43
43
  }
44
44
  dt(a, b, c, d) {
45
- return this.t4.dt(a, b, c, d);
45
+ return this.t5.dt(a, b, c, d);
46
46
  }
47
47
  ag() {
48
- return this.t4.ag();
48
+ return this.t5.ag();
49
49
  }
50
- bk() {
51
- return this.t4;
50
+ bg() {
51
+ return this.t5;
52
52
  }
53
- get t4() {
54
- return this.t2;
53
+ get t5() {
54
+ return this.t3;
55
55
  }
56
- set t4(a) {
57
- let b = this.t4 != a;
56
+ set t5(a) {
57
+ let b = this.t5 != a;
58
58
  if (b) {
59
- this.t2 = a;
60
- this.t9();
59
+ this.t3 = a;
60
+ this.ua();
61
61
  }
62
62
  }
63
63
  get_hasMarkers() {
64
- return this.t4.hasMarkers;
64
+ return this.t5.hasMarkers;
65
65
  }
66
- t9() {
67
- if (this.t2 != null) {
68
- let hostedSeries_ = this.t2;
66
+ ua() {
67
+ if (this.t3 != null) {
68
+ let hostedSeries_ = this.t3;
69
69
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
70
70
  hostedSeries_.externalObject._implementation = hostedSeries_;
71
71
  }
72
- this.ns(this.t4);
73
- this.t5.b5();
72
+ this.ns(this.t5);
73
+ this.t6.b5();
74
74
  }
75
- ax(a, b, c) {
76
- return this.az(this.t4, a, b, c);
75
+ c0(a, b, c) {
76
+ return this.c2(this.t5, a, b, c);
77
77
  }
78
- ay(a, b, c) {
79
- return this.a0(this.t4, a, b, c);
78
+ c1(a, b, c) {
79
+ return this.c3(this.t5, a, b, c);
80
80
  }
81
81
  js(a) {
82
- return this.jy(this.t4, a);
82
+ return this.jy(this.t5, a);
83
83
  }
84
84
  jg(a, b) {
85
- return this.t4.jg(a, b);
85
+ return this.t5.jg(a, b);
86
86
  }
87
87
  je(a, b) {
88
- return this.t4.je(a, b);
88
+ return this.t5.je(a, b);
89
89
  }
90
90
  ia(a, b, c) {
91
- return this.t4.ia(a, b, c);
91
+ return this.t5.ia(a, b, c);
92
92
  }
93
- ti(a, b, c) {
94
- return this.t4.ti(a, b, c);
93
+ tj(a, b, c) {
94
+ return this.t5.tj(a, b, c);
95
95
  }
96
- tt(a) {
97
- return this.t4.tt(a);
96
+ tu(a) {
97
+ return this.t5.tu(a);
98
98
  }
99
99
  ak(a) {
100
- return this.t4.ak(a);
100
+ return this.t5.ak(a);
101
101
  }
102
- tu(a) {
103
- return this.t4.tu(a);
102
+ tv(a) {
103
+ return this.t5.tv(a);
104
104
  }
105
105
  al(a) {
106
- return this.t4.al(a);
107
- }
108
- tv(a) {
109
- return this.t4.tv(a);
106
+ return this.t5.al(a);
110
107
  }
111
108
  tw(a) {
112
- return this.t4.tw(a);
109
+ return this.t5.tw(a);
110
+ }
111
+ tx(a) {
112
+ return this.t5.tx(a);
113
113
  }
114
114
  h6(a, b, c) {
115
- return this.t4.h6(a, b, c);
115
+ return this.t5.h6(a, b, c);
116
116
  }
117
- te(a, b, c) {
118
- return this.t4.te(a, b, c);
117
+ tf(a, b, c) {
118
+ return this.t5.tf(a, b, c);
119
119
  }
120
120
  h8(a, b, c) {
121
121
  return this.ia(a, b, c);
122
122
  }
123
- tg(a, b, c) {
124
- return this.t4.tg(a, b, c);
123
+ th(a, b, c) {
124
+ return this.t5.th(a, b, c);
125
125
  }
126
- tj(a, b, c) {
127
- return this.t4.tj(a, b, c);
126
+ tk(a, b, c) {
127
+ return this.t5.tk(a, b, c);
128
128
  }
129
129
  ib(a, b, c) {
130
- return this.t4.ib(a, b, c);
130
+ return this.t5.ib(a, b, c);
131
131
  }
132
- tf(a, b, c) {
133
- return this.t4.tf(a, b, c);
132
+ tg(a, b, c) {
133
+ return this.t5.tg(a, b, c);
134
134
  }
135
135
  h7(a, b, c) {
136
- return this.t4.h7(a, b, c);
136
+ return this.t5.h7(a, b, c);
137
137
  }
138
- th(a, b, c) {
139
- return this.t4.th(a, b, c);
138
+ ti(a, b, c) {
139
+ return this.t5.ti(a, b, c);
140
140
  }
141
141
  h9(a, b, c) {
142
- return this.t4.h9(a, b, c);
142
+ return this.t5.h9(a, b, c);
143
143
  }
144
144
  ja(a) {
145
- return this.t4.ja(a);
145
+ return this.t5.ja(a);
146
146
  }
147
147
  h1() {
148
- return this.t4.h1();
148
+ return this.t5.h1();
149
149
  }
150
150
  hx(a) {
151
- return this.t4.hx(a);
151
+ return this.t5.hx(a);
152
152
  }
153
153
  jt(a) {
154
- return this.t4.jt(a);
154
+ return this.t5.jt(a);
155
155
  }
156
- ch() {
156
+ cd() {
157
157
  return new HostSeriesView(this);
158
158
  }
159
- o1(a) {
160
- super.o1(a);
161
- this.t5 = typeCast(HostSeriesView.$, a);
159
+ o2(a) {
160
+ super.o2(a);
161
+ this.t6 = typeCast(HostSeriesView.$, a);
162
162
  }
163
- get t6() {
164
- return this.c(GeographicMapSeriesHost.ub);
163
+ get t7() {
164
+ return this.c(GeographicMapSeriesHost.uc);
165
165
  }
166
- set t6(a) {
167
- this.h(GeographicMapSeriesHost.ub, a);
166
+ set t7(a) {
167
+ this.h(GeographicMapSeriesHost.uc, a);
168
168
  }
169
- o9(a, b, c, d) {
170
- super.o9(a, b, c, d);
169
+ pa(a, b, c, d) {
170
+ super.pa(a, b, c, d);
171
171
  switch (b) {
172
172
  case "SeriesViewer":
173
- this.t4.cz = this.cz;
173
+ this.t5.cv = this.cv;
174
174
  if (c != null) {
175
- c.o2(this.t4);
175
+ c.o6(this.t5);
176
176
  }
177
177
  if (d != null) {
178
- this.cz.lr(this.t4);
178
+ this.cv.ls(this.t5);
179
179
  }
180
- this.t4.pc(this.tx);
181
- this.t4.index = this.index;
182
- this.n3(this.t4);
183
- this.jm = this.t4.jm;
180
+ this.t5.pd(this.ty);
181
+ this.t5.index = this.index;
182
+ this.n3(this.t5);
183
+ this.jm = this.t5.jm;
184
184
  let e = typeCast(SeriesViewer.$, c);
185
185
  if (e != null) {
186
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
186
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ub));
187
187
  }
188
- if (this.cz != null) {
189
- let f = this.cz;
190
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
188
+ if (this.cv != null) {
189
+ let f = this.cv;
190
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ub));
191
191
  }
192
- this.t8();
192
+ this.t9();
193
193
  break;
194
194
  case "SyncLink":
195
- this.t4.cs = this.cs;
195
+ this.t5.co = this.co;
196
196
  break;
197
197
  case "VisibleFromScale":
198
- this.t8();
198
+ this.t9();
199
199
  break;
200
200
  case "Index":
201
- this.t4.index = this.index;
201
+ this.t5.index = this.index;
202
202
  break;
203
203
  case "ItemsSource":
204
- this.t5.b6();
204
+ this.t6.b6();
205
205
  break;
206
206
  case "Resolution":
207
- this.t5.cd();
207
+ this.t6.cd();
208
208
  break;
209
209
  case "TransitionDuration":
210
- this.t5.cg();
210
+ this.t6.cg();
211
211
  break;
212
212
  case "Opacity":
213
- this.t5.ca();
213
+ this.t6.ca();
214
214
  break;
215
215
  case "Visibility":
216
- let hs_ = this.t4;
216
+ let hs_ = this.t5;
217
217
  let v_ = this._visibility;
218
218
  hs_.visibility = v_;
219
219
  break;
220
220
  case "MouseOverEnabled":
221
- this.t4.fl = this.fl;
221
+ this.t5.fl = this.fl;
222
222
  break;
223
223
  case "ExpectFunctions":
224
- this.t4.expectFunctions = this.expectFunctions;
224
+ this.t5.expectFunctions = this.expectFunctions;
225
225
  break;
226
226
  case "Thickness":
227
- this.t5.cf();
227
+ this.t6.cf();
228
228
  break;
229
229
  case "Brush":
230
- this.t5.b4();
230
+ this.t6.b4();
231
231
  break;
232
232
  case "Outline":
233
- this.t5.cc();
233
+ this.t6.cc();
234
234
  break;
235
235
  case "ActualBrush":
236
- this.t5.b1();
236
+ this.t6.b1();
237
237
  break;
238
238
  case "ActualOutline":
239
- this.t5.b2();
239
+ this.t6.b2();
240
240
  break;
241
241
  case "MarkerFillOpacity":
242
242
  if (!isNaN_(this.il)) {
243
- this.t5.b9();
243
+ this.t6.b9();
244
244
  }
245
245
  break;
246
246
  case "AreaFillOpacity":
247
247
  if (!isNaN_(this.hq)) {
248
- this.t5.b3();
248
+ this.t6.b3();
249
249
  }
250
250
  break;
251
251
  case "OutlineMode":
252
- this.t5.cb();
252
+ this.t6.cb();
253
253
  break;
254
254
  case "ShowDefaultTooltip":
255
- this.t5.ce();
255
+ this.t6.ce();
256
256
  break;
257
257
  case "Title":
258
- this.t4.title = this.title;
258
+ this.t5.title = this.title;
259
259
  break;
260
260
  case "LegendItemBadgeMode":
261
- this.t5.b7();
261
+ this.t6.b7();
262
262
  break;
263
263
  case "LegendItemBadgeShape":
264
- this.t5.b8();
264
+ this.t6.b8();
265
265
  break;
266
266
  case "Legend":
267
- this.t4.legend = this.legend;
268
- this.ck.av();
267
+ this.t5.legend = this.legend;
268
+ this.cg.av();
269
269
  break;
270
270
  }
271
271
  }
272
- t8() {
273
- if (this.cz == null || this.t4 == null) {
272
+ t9() {
273
+ if (this.cv == null || this.t5 == null) {
274
274
  return;
275
275
  }
276
- if (!isNaN_(this.t6)) {
277
- if (this.cz.tn.width > this.t6) {
278
- let hs_ = this.t4;
276
+ if (!isNaN_(this.t7)) {
277
+ if (this.cv.tr.width > this.t7) {
278
+ let hs_ = this.t5;
279
279
  let v_ = 1;
280
280
  hs_.visibility = v_;
281
281
  }
282
282
  else {
283
- let hs2_ = this.t4;
283
+ let hs2_ = this.t5;
284
284
  let v2_ = 0;
285
285
  hs2_.visibility = v2_;
286
286
  }
287
287
  }
288
288
  }
289
- ua(a, b) {
290
- this.t8();
289
+ ub(a, b) {
290
+ this.t9();
291
291
  }
292
- pq(a) {
293
- super.pq(a);
294
- if (this.t4 != null) {
295
- this.t4.pq(a);
292
+ pr(a) {
293
+ super.pr(a);
294
+ if (this.t5 != null) {
295
+ this.t5.pr(a);
296
296
  }
297
297
  }
298
- pp(a, b, c, d, e) {
299
- if (this.t4 != null) {
300
- this.t4.pp(a, b, c, d, e);
298
+ pq(a, b, c, d, e) {
299
+ if (this.t5 != null) {
300
+ this.t5.pq(a, b, c, d, e);
301
301
  }
302
302
  }
303
303
  au(a, b) {
304
- return this.t4.au(a, b);
304
+ return this.t5.au(a, b);
305
305
  }
306
- p9() {
307
- super.p9();
308
- this.t4.p9();
306
+ qa() {
307
+ super.qa();
308
+ this.t5.qa();
309
309
  }
310
310
  get_coercionMethods() {
311
311
  return this._coercionMethods;
312
312
  }
313
313
  set_coercionMethods(a) {
314
314
  this._coercionMethods = a;
315
- this.t4.coercionMethods = a;
315
+ this.t5.coercionMethods = a;
316
316
  }
317
317
  n2(a) {
318
318
  super.n2(a);
319
- if (this.t4 != null) {
320
- let b = this.t4.jr();
319
+ if (this.t5 != null) {
320
+ let b = this.t5.jr();
321
321
  this.nn(a, b);
322
322
  }
323
323
  }
324
324
  }
325
325
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
326
- GeographicMapSeriesHost.ub = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
326
+ GeographicMapSeriesHost.uc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
327
327
  let c = a;
328
328
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
329
329
  }));
@@ -343,67 +343,67 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
343
343
  super.at(a, b);
344
344
  }
345
345
  b5() {
346
- this.b0.t1 = 1;
347
- this.b0.t4.t1 = 0;
348
- this.b0.t4.itemsSource = this.b0.itemsSource;
349
- this.b0.t4.index = this.b0.index;
350
- this.b0.t4.sx = this.b0.sx;
351
- this.b0.t4.s3 = this.b0.sx;
352
- this.b0.t4.cd = this.b0.cd;
353
- this.b0.t4.ip = this.b0.ip;
354
- this.b0.t4.jj = this.b0.jj;
355
- this.b0.t4._opacity = this.b0._opacity;
356
- this.b0.t4.iv = this.b0.iv;
357
- this.b0.t4.hq = this.b0.hq;
358
- this.b0.t4.il = this.b0.il;
359
- this.b0.t4.fz = this.b0.fz;
360
- this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
361
- this.b0.t4.ba = this.b0.ba;
346
+ this.b0.t2 = 1;
347
+ this.b0.t5.t2 = 0;
348
+ this.b0.t5.itemsSource = this.b0.itemsSource;
349
+ this.b0.t5.index = this.b0.index;
350
+ this.b0.t5.sy = this.b0.sy;
351
+ this.b0.t5.s4 = this.b0.sy;
352
+ this.b0.t5.b9 = this.b0.b9;
353
+ this.b0.t5.ip = this.b0.ip;
354
+ this.b0.t5.jj = this.b0.jj;
355
+ this.b0.t5._opacity = this.b0._opacity;
356
+ this.b0.t5.iv = this.b0.iv;
357
+ this.b0.t5.hq = this.b0.hq;
358
+ this.b0.t5.il = this.b0.il;
359
+ this.b0.t5.fz = this.b0.fz;
360
+ this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
361
+ this.b0.t5.a6 = this.b0.a6;
362
362
  }
363
363
  b6() {
364
- this.b0.t4.itemsSource = this.b0.itemsSource;
364
+ this.b0.t5.itemsSource = this.b0.itemsSource;
365
365
  }
366
366
  cd() {
367
- this.b0.t4.ip = this.b0.ip;
367
+ this.b0.t5.ip = this.b0.ip;
368
368
  }
369
369
  cg() {
370
- this.b0.t4.jj = this.b0.jj;
370
+ this.b0.t5.jj = this.b0.jj;
371
371
  }
372
372
  ca() {
373
- this.b0.t4._opacity = this.b0._opacity;
373
+ this.b0.t5._opacity = this.b0._opacity;
374
374
  }
375
375
  cf() {
376
- this.b0.t4.iv = this.b0.iv;
376
+ this.b0.t5.iv = this.b0.iv;
377
377
  }
378
378
  b4() {
379
- this.b0.t4.sx = this.b0.sx;
379
+ this.b0.t5.sy = this.b0.sy;
380
380
  }
381
381
  cc() {
382
- this.b0.t4.s3 = this.b0.s3;
382
+ this.b0.t5.s4 = this.b0.s4;
383
383
  }
384
384
  b1() {
385
- this.b0.t4.sx = this.b0.st;
385
+ this.b0.t5.sy = this.b0.su;
386
386
  }
387
387
  b2() {
388
- this.b0.t4.s3 = this.b0.sw;
388
+ this.b0.t5.s4 = this.b0.sx;
389
389
  }
390
390
  b7() {
391
- this.b0.t4.ba = this.b0.ba;
391
+ this.b0.t5.a6 = this.b0.a6;
392
392
  }
393
393
  b8() {
394
- this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
394
+ this.b0.t5.legendItemBadgeShape = this.b0.legendItemBadgeShape;
395
395
  }
396
396
  b3() {
397
- this.b0.t4.hq = this.b0.hq;
397
+ this.b0.t5.hq = this.b0.hq;
398
398
  }
399
399
  b9() {
400
- this.b0.t4.il = this.b0.il;
400
+ this.b0.t5.il = this.b0.il;
401
401
  }
402
402
  cb() {
403
- this.b0.t4.cd = this.b0.cd;
403
+ this.b0.t5.b9 = this.b0.b9;
404
404
  }
405
405
  ce() {
406
- this.b0.t4.fz = this.b0.fz;
406
+ this.b0.t5.fz = this.b0.fz;
407
407
  }
408
408
  }
409
409
  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.t4;
27
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.us));
26
+ let a = this.t5;
27
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ut));
28
28
  }
29
- qw() {
30
- return this.ut;
31
- }
32
- s0() {
33
- return this.u6;
29
+ qx() {
30
+ return this.uu;
34
31
  }
35
32
  s1() {
36
33
  return this.u7;
37
34
  }
35
+ s2() {
36
+ return this.u8;
37
+ }
38
38
  ht() {
39
- return this.uf;
39
+ return this.ug;
40
40
  }
41
41
  ky() {
42
- let a = typeCast(MarkerSeries.$, this.t4);
42
+ let a = typeCast(MarkerSeries.$, this.t5);
43
43
  if (a == null) {
44
44
  return "Unknown";
45
45
  }
46
46
  return a.ky();
47
47
  }
48
- us(a, b) {
49
- let c = typeCast(MarkerSeries.$, this.t4);
48
+ ut(a, b) {
49
+ let c = typeCast(MarkerSeries.$, this.t5);
50
50
  if (c == null) {
51
51
  return;
52
52
  }
53
53
  if (b.propertyName == "ActualMarkerTemplate") {
54
- this.ut = c.uv;
54
+ this.uu = c.uw;
55
55
  }
56
56
  else if (b.propertyName == "ActualMarkerOutline") {
57
- this.u7 = c.vc;
57
+ this.u8 = c.vd;
58
58
  }
59
59
  else if (b.propertyName == "ActualMarkerBrush") {
60
- this.u6 = c.vb;
60
+ this.u7 = c.vc;
61
61
  }
62
62
  }
63
- o9(a, b, c, d) {
64
- super.o9(a, b, c, d);
63
+ pa(a, b, c, d) {
64
+ super.pa(a, b, c, d);
65
65
  switch (b) {
66
66
  case GeographicMarkerSeries.$$p[3]:
67
- this.t4.vd = this.u8;
67
+ this.t5.ve = this.u9;
68
68
  break;
69
69
  case GeographicMarkerSeries.$$p[6]:
70
- this.t4.ve = this.u9;
70
+ this.t5.vf = this.va;
71
71
  break;
72
72
  case GeographicMarkerSeries.$$p[5]:
73
- this.t4.t8 = this.ud;
73
+ this.t5.t9 = this.ue;
74
74
  break;
75
75
  case GeographicMarkerSeries.$$p[4]:
76
- this.t4.t4 = this.uc;
76
+ this.t5.t5 = this.ud;
77
77
  break;
78
78
  case GeographicMarkerSeries.$$p[9]:
79
- this.t4.ub = this.ue;
79
+ this.t5.uc = this.uf;
80
80
  break;
81
81
  case GeographicMarkerSeries.$$p[7]:
82
- this.t4.ux = this.uu;
82
+ this.t5.uy = this.uv;
83
83
  break;
84
84
  case GeographicMarkerSeries.$$p[8]:
85
- this.t4.ug = this.uf;
85
+ this.t5.uh = this.ug;
86
86
  break;
87
87
  case GeographicMarkerSeries.$$p[10]:
88
- this.t4.w2 = this.ug;
88
+ this.t5.w3 = this.uh;
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:u6:uv', [Brush.$], 'ActualMarkerOutline:u7:uw', [Brush.$], 'ActualMarkerTemplate:ut:ux', [DataTemplate.$, null], 'MarkerBrush:u8:uy', [Brush.$], 'MarkerFillMode:uc:uz', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [Brush.$], 'MarkerTemplate:uu:u2', [DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, DeviceUtils.g(2)], 'MarkerType:ue:u4', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
94
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u7:uw', [Brush.$], 'ActualMarkerOutline:u8:ux', [Brush.$], 'ActualMarkerTemplate:uu:uy', [DataTemplate.$, null], 'MarkerBrush:u9:uz', [Brush.$], 'MarkerFillMode:ud:u0', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ue:u1', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:va:u2', [Brush.$], 'MarkerTemplate:uv:u3', [DataTemplate.$, null], 'MarkerThickness:ug:u4', [1, DeviceUtils.g(2)], 'MarkerType:uf:u5', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uh:u6', [1, 400]]);
95
95
  return GeographicMarkerSeries;
96
96
  })();