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