igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.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 (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1341 -1341
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +33 -33
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +144 -144
  6. package/esm2015/lib/GeographicMarkerSeries.js +23 -23
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +47 -47
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +75 -75
  16. package/esm2015/lib/XamGeographicMap_combined.js +443 -443
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-map-component.js +49 -49
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +5 -5
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +2 -2
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +33 -33
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +142 -142
  34. package/esm5/lib/GeographicMarkerSeries.js +23 -23
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +47 -47
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  40. package/esm5/lib/GeographicTileSeries.js +25 -25
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +73 -73
  44. package/esm5/lib/XamGeographicMap_combined.js +437 -437
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  47. package/esm5/lib/igc-geographic-map-component.js +49 -49
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +5 -5
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  54. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +2 -2
  59. package/fesm2015/igniteui-webcomponents-maps.js +1355 -1355
  60. package/fesm5/igniteui-webcomponents-maps.js +1341 -1341
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +10 -10
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +16 -16
  64. package/lib/GeographicMarkerSeries.d.ts +11 -11
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +18 -18
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  74. package/lib/GeographicTileSeries.d.ts +8 -8
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +17 -17
  77. package/lib/XamGeographicMap_combined.d.ts +103 -103
  78. package/package.json +3 -3
@@ -17,16 +17,16 @@ import { isNaN_ } from "igniteui-webcomponents-core";
17
17
  */
18
18
  export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
19
  class GeographicMapSeriesHost extends Series {
20
- qe() {
21
- super.qe();
22
- if (this.wv != null) {
23
- this.wv.qe();
20
+ qd() {
21
+ super.qd();
22
+ if (this.ww != null) {
23
+ this.ww.qd();
24
24
  }
25
25
  }
26
26
  constructor() {
27
27
  super();
28
- this.wt = null;
29
- this.wv = this.wu();
28
+ this.wu = null;
29
+ this.ww = this.wv();
30
30
  }
31
31
  get_fb() {
32
32
  return true;
@@ -39,7 +39,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
39
39
  if (c == "LongitudeMemberPath") {
40
40
  c = "XMemberPath";
41
41
  }
42
- return this.wv.kp(a, c);
42
+ return this.ww.kp(a, c);
43
43
  }
44
44
  mc(a) {
45
45
  let b = this.nc(a);
@@ -49,297 +49,297 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
49
49
  if (b == "LongitudeMemberPath") {
50
50
  b = "XMemberPath";
51
51
  }
52
- return this.wv.mc(b);
52
+ return this.ww.mc(b);
53
53
  }
54
54
  get_kh() {
55
- return this.kz(this.wv);
55
+ return this.kz(this.ww);
56
56
  }
57
57
  set_kh(a) {
58
- this.oy(this.wv, a);
58
+ this.oy(this.ww, a);
59
59
  }
60
60
  ea(a, b, c, d, e) {
61
- return this.wv.ea(a, b, c, d, e);
61
+ return this.ww.ea(a, b, c, d, e);
62
62
  }
63
63
  ai() {
64
- return this.wv.ai();
64
+ return this.ww.ai();
65
65
  }
66
66
  bn() {
67
- return this.wv;
67
+ return this.ww;
68
68
  }
69
- get wv() {
70
- return this.wt;
69
+ get ww() {
70
+ return this.wu;
71
71
  }
72
- set wv(a) {
73
- let b = this.wv != a;
72
+ set ww(a) {
73
+ let b = this.ww != a;
74
74
  if (b) {
75
- this.wt = a;
76
- this.w0();
75
+ this.wu = a;
76
+ this.w1();
77
77
  }
78
78
  }
79
79
  get_hasMarkers() {
80
- return this.wv.hasMarkers;
80
+ return this.ww.hasMarkers;
81
81
  }
82
- w0() {
83
- if (this.wt != null) {
84
- let hostedSeries_ = this.wt;
82
+ w1() {
83
+ if (this.wu != null) {
84
+ let hostedSeries_ = this.wu;
85
85
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
86
86
  hostedSeries_.externalObject._implementation = hostedSeries_;
87
87
  }
88
- this.pe(this.wv);
89
- this.ww.b5();
88
+ this.pe(this.ww);
89
+ this.wx.b5();
90
90
  }
91
91
  df(a, b, c) {
92
- return this.dh(this.wv, a, b, c);
92
+ return this.dh(this.ww, a, b, c);
93
93
  }
94
94
  dg(a, b, c) {
95
- return this.di(this.wv, a, b, c);
95
+ return this.di(this.ww, a, b, c);
96
96
  }
97
97
  km(a) {
98
- return this.kv(this.wv, a);
98
+ return this.kv(this.ww, a);
99
99
  }
100
100
  j9(a, b) {
101
- return this.wv.j9(a, b);
101
+ return this.ww.j9(a, b);
102
102
  }
103
103
  j7(a, b) {
104
- return this.wv.j7(a, b);
104
+ return this.ww.j7(a, b);
105
105
  }
106
106
  i4(a, b, c) {
107
- return this.wv.i4(a, b, c);
107
+ return this.ww.i4(a, b, c);
108
108
  }
109
109
  v8(a, b, c) {
110
- return this.wv.v8(a, b, c);
110
+ return this.ww.v8(a, b, c);
111
111
  }
112
112
  wj(a) {
113
- return this.wv.wj(a);
113
+ return this.ww.wj(a);
114
114
  }
115
115
  ao(a) {
116
- return this.wv.ao(a);
116
+ return this.ww.ao(a);
117
117
  }
118
118
  wk(a) {
119
- return this.wv.wk(a);
119
+ return this.ww.wk(a);
120
120
  }
121
121
  ap(a) {
122
- return this.wv.ap(a);
122
+ return this.ww.ap(a);
123
123
  }
124
124
  wl(a) {
125
- return this.wv.wl(a);
125
+ return this.ww.wl(a);
126
126
  }
127
127
  wm(a) {
128
- return this.wv.wm(a);
128
+ return this.ww.wm(a);
129
129
  }
130
130
  i0(a, b, c) {
131
- return this.wv.i0(a, b, c);
131
+ return this.ww.i0(a, b, c);
132
132
  }
133
133
  v4(a, b, c) {
134
- return this.wv.v4(a, b, c);
134
+ return this.ww.v4(a, b, c);
135
135
  }
136
136
  i2(a, b, c) {
137
137
  return this.i4(a, b, c);
138
138
  }
139
139
  v6(a, b, c) {
140
- return this.wv.v6(a, b, c);
140
+ return this.ww.v6(a, b, c);
141
141
  }
142
142
  v9(a, b, c) {
143
- return this.wv.v9(a, b, c);
143
+ return this.ww.v9(a, b, c);
144
144
  }
145
145
  i5(a, b, c) {
146
- return this.wv.i5(a, b, c);
146
+ return this.ww.i5(a, b, c);
147
147
  }
148
148
  v5(a, b, c) {
149
- return this.wv.v5(a, b, c);
149
+ return this.ww.v5(a, b, c);
150
150
  }
151
151
  i1(a, b, c) {
152
- return this.wv.i1(a, b, c);
152
+ return this.ww.i1(a, b, c);
153
153
  }
154
154
  v7(a, b, c) {
155
- return this.wv.v7(a, b, c);
155
+ return this.ww.v7(a, b, c);
156
156
  }
157
157
  i3(a, b, c) {
158
- return this.wv.i3(a, b, c);
158
+ return this.ww.i3(a, b, c);
159
159
  }
160
160
  j3(a) {
161
- return this.wv.j3(a);
161
+ return this.ww.j3(a);
162
162
  }
163
163
  iv() {
164
- return this.wv.iv();
164
+ return this.ww.iv();
165
165
  }
166
166
  ir(a) {
167
- return this.wv.ir(a);
167
+ return this.ww.ir(a);
168
168
  }
169
169
  kn(a) {
170
- return this.wv.kn(a);
170
+ return this.ww.kn(a);
171
171
  }
172
172
  cr() {
173
173
  return new HostSeriesView(this);
174
174
  }
175
- qz(a) {
176
- super.qz(a);
177
- this.ww = typeCast(HostSeriesView.$, a);
175
+ qy(a) {
176
+ super.qy(a);
177
+ this.wx = typeCast(HostSeriesView.$, a);
178
178
  }
179
- get wx() {
180
- return this.c(GeographicMapSeriesHost.w2);
179
+ get wy() {
180
+ return this.c(GeographicMapSeriesHost.w3);
181
181
  }
182
- set wx(a) {
183
- this.h(GeographicMapSeriesHost.w2, a);
182
+ set wy(a) {
183
+ this.h(GeographicMapSeriesHost.w3, a);
184
184
  }
185
- q7(a, b, c, d) {
186
- super.q7(a, b, c, d);
185
+ q6(a, b, c, d) {
186
+ super.q6(a, b, c, d);
187
187
  switch (b) {
188
188
  case "SeriesViewer":
189
- this.wv.da = this.da;
189
+ this.ww.da = this.da;
190
190
  if (c != null) {
191
- c.qz(this.wv);
191
+ c.q1(this.ww);
192
192
  }
193
193
  if (d != null) {
194
- this.da.m3(this.wv);
194
+ this.da.m5(this.ww);
195
195
  }
196
- this.wv.ra(this.wo);
197
- this.wv.index = this.index;
198
- this.px(this.wv);
199
- this.kf = this.wv.kf;
196
+ this.ww.q9(this.wo);
197
+ this.ww.index = this.index;
198
+ this.px(this.ww);
199
+ this.kf = this.ww.kf;
200
200
  let e = typeCast(SeriesViewer.$, c);
201
201
  if (e != null) {
202
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w1));
202
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w2));
203
203
  }
204
204
  if (this.da != null) {
205
205
  let f = this.da;
206
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w1));
206
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w2));
207
207
  }
208
- this.wz();
208
+ this.w0();
209
209
  break;
210
210
  case "SyncLink":
211
- this.wv.c2 = this.c2;
211
+ this.ww.c2 = this.c2;
212
212
  break;
213
213
  case "VisibleFromScale":
214
- this.wz();
214
+ this.w0();
215
215
  break;
216
216
  case "Index":
217
- this.wv.index = this.index;
217
+ this.ww.index = this.index;
218
218
  break;
219
219
  case "ItemsSource":
220
- this.ww.b6();
220
+ this.wx.b6();
221
221
  break;
222
222
  case "Resolution":
223
- this.ww.cd();
223
+ this.wx.cd();
224
224
  break;
225
225
  case "TransitionDuration":
226
- this.ww.cg();
226
+ this.wx.cg();
227
227
  break;
228
228
  case "Opacity":
229
- this.ww.ca();
229
+ this.wx.ca();
230
230
  break;
231
231
  case "Visibility":
232
- let hs_ = this.wv;
232
+ let hs_ = this.ww;
233
233
  let v_ = this._visibility;
234
234
  hs_.visibility = v_;
235
235
  break;
236
236
  case "MouseOverEnabled":
237
- this.wv.f7 = this.f7;
237
+ this.ww.f7 = this.f7;
238
238
  break;
239
239
  case "ExpectFunctions":
240
- this.wv.expectFunctions = this.expectFunctions;
240
+ this.ww.expectFunctions = this.expectFunctions;
241
241
  break;
242
242
  case "Thickness":
243
- this.ww.cf();
243
+ this.wx.cf();
244
244
  break;
245
245
  case "Brush":
246
- this.ww.b4();
246
+ this.wx.b4();
247
247
  break;
248
248
  case "Outline":
249
- this.ww.cc();
249
+ this.wx.cc();
250
250
  break;
251
251
  case "ActualBrush":
252
- this.ww.b1();
252
+ this.wx.b1();
253
253
  break;
254
254
  case "ActualOutline":
255
- this.ww.b2();
255
+ this.wx.b2();
256
256
  break;
257
257
  case "MarkerFillOpacity":
258
258
  if (!isNaN_(this.jf)) {
259
- this.ww.b9();
259
+ this.wx.b9();
260
260
  }
261
261
  break;
262
262
  case "AreaFillOpacity":
263
263
  if (!isNaN_(this.ij)) {
264
- this.ww.b3();
264
+ this.wx.b3();
265
265
  }
266
266
  break;
267
267
  case "OutlineMode":
268
- this.ww.cb();
268
+ this.wx.cb();
269
269
  break;
270
270
  case "ShowDefaultTooltip":
271
- this.ww.ce();
271
+ this.wx.ce();
272
272
  break;
273
273
  case "Title":
274
- this.wv.title = this.title;
274
+ this.ww.title = this.title;
275
275
  break;
276
276
  case "LegendItemBadgeMode":
277
- this.ww.b7();
277
+ this.wx.b7();
278
278
  break;
279
279
  case "LegendItemBadgeShape":
280
- this.ww.b8();
280
+ this.wx.b8();
281
281
  break;
282
282
  case "Legend":
283
- this.wv.legend = this.legend;
283
+ this.ww.legend = this.legend;
284
284
  this.cu.av();
285
285
  break;
286
286
  }
287
287
  }
288
- wz() {
289
- if (this.da == null || this.wv == null) {
288
+ w0() {
289
+ if (this.da == null || this.ww == null) {
290
290
  return;
291
291
  }
292
- if (!isNaN_(this.wx)) {
293
- if (this.da.vx.width > this.wx) {
294
- let hs_ = this.wv;
292
+ if (!isNaN_(this.wy)) {
293
+ if (this.da.v0.width > this.wy) {
294
+ let hs_ = this.ww;
295
295
  let v_ = 1;
296
296
  hs_.visibility = v_;
297
297
  }
298
298
  else {
299
- let hs2_ = this.wv;
299
+ let hs2_ = this.ww;
300
300
  let v2_ = 0;
301
301
  hs2_.visibility = v2_;
302
302
  }
303
303
  }
304
304
  }
305
- w1(a, b) {
306
- this.wz();
305
+ w2(a, b) {
306
+ this.w0();
307
307
  }
308
- rp(a) {
309
- super.rp(a);
310
- if (this.wv != null) {
311
- this.wv.rp(a);
308
+ ro(a) {
309
+ super.ro(a);
310
+ if (this.ww != null) {
311
+ this.ww.ro(a);
312
312
  }
313
313
  }
314
- ro(a, b, c, d, e) {
315
- if (this.wv != null) {
316
- this.wv.ro(a, b, c, d, e);
314
+ rn(a, b, c, d, e) {
315
+ if (this.ww != null) {
316
+ this.ww.rn(a, b, c, d, e);
317
317
  }
318
318
  }
319
319
  a2(a, b) {
320
- return this.wv.a2(a, b);
320
+ return this.ww.a2(a, b);
321
321
  }
322
322
  r8() {
323
323
  super.r8();
324
- this.wv.r8();
324
+ this.ww.r8();
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.wv.coercionMethods = a;
331
+ this.ww.coercionMethods = a;
332
332
  }
333
333
  pw(a) {
334
334
  super.pw(a);
335
- if (this.wv != null) {
336
- let b = this.wv.kl();
335
+ if (this.ww != null) {
336
+ let b = this.ww.kl();
337
337
  this.o7(a, b);
338
338
  }
339
339
  }
340
340
  }
341
341
  GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
342
- GeographicMapSeriesHost.w2 = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
342
+ GeographicMapSeriesHost.w3 = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ 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.wv.legendItemVisibility = 0;
364
- this.b0.wv.itemsSource = this.b0.itemsSource;
365
- this.b0.wv.index = this.b0.index;
366
- this.b0.wv.vb = this.b0.vb;
367
- this.b0.wv.vr = this.b0.vb;
368
- this.b0.wv.ch = this.b0.ch;
369
- this.b0.wv.ji = this.b0.ji;
370
- this.b0.wv.kc = this.b0.kc;
371
- this.b0.wv._opacity = this.b0._opacity;
372
- this.b0.wv.jo = this.b0.jo;
373
- this.b0.wv.ij = this.b0.ij;
374
- this.b0.wv.jf = this.b0.jf;
375
- this.b0.wv.go = this.b0.go;
376
- this.b0.wv.legendItemBadgeShape = this.b0.legendItemBadgeShape;
377
- this.b0.wv.bd = this.b0.bd;
363
+ this.b0.ww.legendItemVisibility = 0;
364
+ this.b0.ww.itemsSource = this.b0.itemsSource;
365
+ this.b0.ww.index = this.b0.index;
366
+ this.b0.ww.vb = this.b0.vb;
367
+ this.b0.ww.vr = this.b0.vb;
368
+ this.b0.ww.ch = this.b0.ch;
369
+ this.b0.ww.ji = this.b0.ji;
370
+ this.b0.ww.kc = this.b0.kc;
371
+ this.b0.ww._opacity = this.b0._opacity;
372
+ this.b0.ww.jo = this.b0.jo;
373
+ this.b0.ww.ij = this.b0.ij;
374
+ this.b0.ww.jf = this.b0.jf;
375
+ this.b0.ww.go = this.b0.go;
376
+ this.b0.ww.legendItemBadgeShape = this.b0.legendItemBadgeShape;
377
+ this.b0.ww.bd = this.b0.bd;
378
378
  }
379
379
  b6() {
380
- this.b0.wv.itemsSource = this.b0.itemsSource;
380
+ this.b0.ww.itemsSource = this.b0.itemsSource;
381
381
  }
382
382
  cd() {
383
- this.b0.wv.ji = this.b0.ji;
383
+ this.b0.ww.ji = this.b0.ji;
384
384
  }
385
385
  cg() {
386
- this.b0.wv.kc = this.b0.kc;
386
+ this.b0.ww.kc = this.b0.kc;
387
387
  }
388
388
  ca() {
389
- this.b0.wv._opacity = this.b0._opacity;
389
+ this.b0.ww._opacity = this.b0._opacity;
390
390
  }
391
391
  cf() {
392
- this.b0.wv.jo = this.b0.jo;
392
+ this.b0.ww.jo = this.b0.jo;
393
393
  }
394
394
  b4() {
395
- this.b0.wv.vb = this.b0.vb;
395
+ this.b0.ww.vb = this.b0.vb;
396
396
  }
397
397
  cc() {
398
- this.b0.wv.vr = this.b0.vr;
398
+ this.b0.ww.vr = this.b0.vr;
399
399
  }
400
400
  b1() {
401
- this.b0.wv.vb = this.b0.u5;
401
+ this.b0.ww.vb = this.b0.u5;
402
402
  }
403
403
  b2() {
404
- this.b0.wv.vr = this.b0.u9;
404
+ this.b0.ww.vr = this.b0.u9;
405
405
  }
406
406
  b7() {
407
- this.b0.wv.bd = this.b0.bd;
407
+ this.b0.ww.bd = this.b0.bd;
408
408
  }
409
409
  b8() {
410
- this.b0.wv.legendItemBadgeShape = this.b0.legendItemBadgeShape;
410
+ this.b0.ww.legendItemBadgeShape = this.b0.legendItemBadgeShape;
411
411
  }
412
412
  b3() {
413
- this.b0.wv.ij = this.b0.ij;
413
+ this.b0.ww.ij = this.b0.ij;
414
414
  }
415
415
  b9() {
416
- this.b0.wv.jf = this.b0.jf;
416
+ this.b0.ww.jf = this.b0.jf;
417
417
  }
418
418
  cb() {
419
- this.b0.wv.ch = this.b0.ch;
419
+ this.b0.ww.ch = this.b0.ch;
420
420
  }
421
421
  ce() {
422
- this.b0.wv.go = this.b0.go;
422
+ this.b0.ww.go = this.b0.go;
423
423
  }
424
424
  }
425
425
  HostSeriesView.$t = /*@__PURE__*/ 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.wv;
27
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xj));
26
+ let a = this.ww;
27
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xk));
28
28
  }
29
29
  sv() {
30
- return this.xk;
30
+ return this.xl;
31
31
  }
32
32
  vh() {
33
- return this.xx;
33
+ return this.xy;
34
34
  }
35
35
  vi() {
36
- return this.xy;
36
+ return this.xz;
37
37
  }
38
38
  im() {
39
- return this.w6;
39
+ return this.w7;
40
40
  }
41
41
  l9() {
42
- let a = typeCast(MarkerSeries.$, this.wv);
42
+ let a = typeCast(MarkerSeries.$, this.ww);
43
43
  if (a == null) {
44
44
  return "Unknown";
45
45
  }
46
46
  return a.l9();
47
47
  }
48
- xj(a, b) {
49
- let c = typeCast(MarkerSeries.$, this.wv);
48
+ xk(a, b) {
49
+ let c = typeCast(MarkerSeries.$, this.ww);
50
50
  if (c == null) {
51
51
  return;
52
52
  }
53
53
  if (b.propertyName == "ActualMarkerTemplate") {
54
- this.xk = c.xv;
54
+ this.xl = c.xw;
55
55
  }
56
56
  else if (b.propertyName == "ActualMarkerOutline") {
57
- this.xy = c.yd;
57
+ this.xz = c.ye;
58
58
  }
59
59
  else if (b.propertyName == "ActualMarkerBrush") {
60
- this.xx = c.yc;
60
+ this.xy = c.yd;
61
61
  }
62
62
  }
63
- q7(a, b, c, d) {
64
- super.q7(a, b, c, d);
63
+ q6(a, b, c, d) {
64
+ super.q6(a, b, c, d);
65
65
  switch (b) {
66
66
  case GeographicMarkerSeries.$$p[3]:
67
- this.wv.ye = this.xz;
67
+ this.ww.yf = this.x0;
68
68
  break;
69
69
  case GeographicMarkerSeries.$$p[6]:
70
- this.wv.yf = this.x0;
70
+ this.ww.yg = this.x1;
71
71
  break;
72
72
  case GeographicMarkerSeries.$$p[5]:
73
- this.wv.wz = this.w4;
73
+ this.ww.w0 = this.w5;
74
74
  break;
75
75
  case GeographicMarkerSeries.$$p[4]:
76
- this.wv.wv = this.w3;
76
+ this.ww.ww = this.w4;
77
77
  break;
78
78
  case GeographicMarkerSeries.$$p[9]:
79
- this.wv.w5 = this.w5;
79
+ this.ww.w6 = this.w6;
80
80
  break;
81
81
  case GeographicMarkerSeries.$$p[7]:
82
- this.wv.xx = this.xl;
82
+ this.ww.xy = this.xm;
83
83
  break;
84
84
  case GeographicMarkerSeries.$$p[8]:
85
- this.wv.xe = this.w6;
85
+ this.ww.xf = this.w7;
86
86
  break;
87
87
  case GeographicMarkerSeries.$$p[10]:
88
- this.wv.z4 = this.w7;
88
+ this.ww.z5 = this.w8;
89
89
  break;
90
90
  }
91
91
  }
92
92
  }
93
93
  GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
94
- GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xx:xm', [Brush.$], 'ActualMarkerOutline:xy:xn', [Brush.$], 'ActualMarkerTemplate:xk:xo', [DataTemplate.$, null], 'MarkerBrush:xz:xp', [Brush.$], 'MarkerFillMode:w3:xq', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w4:xr', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:x0:xs', [Brush.$], 'MarkerTemplate:xl:xt', [DataTemplate.$, null], 'MarkerThickness:w6:xu', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:w5:xv', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w7:xw', [1, 400]]);
94
+ GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xy:xn', [Brush.$], 'ActualMarkerOutline:xz:xo', [Brush.$], 'ActualMarkerTemplate:xl:xp', [DataTemplate.$, null], 'MarkerBrush:x0:xq', [Brush.$], 'MarkerFillMode:w4:xr', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w5:xs', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:x1:xt', [Brush.$], 'MarkerTemplate:xm:xu', [DataTemplate.$, null], 'MarkerThickness:w7:xv', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:w6:xw', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w8:xx', [1, 400]]);
95
95
  return GeographicMarkerSeries;
96
96
  })();