igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.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 +1477 -1477
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  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 +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  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 +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. package/package.json +3 -3
@@ -40,22 +40,22 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
40
40
  class XamGeographicMap extends SeriesViewer {
41
41
  constructor() {
42
42
  super();
43
- this.z7 = null;
44
- this.zw = false;
45
- this.zo = 1;
46
- this.z3 = 0;
47
- this.abe = null;
48
- this.zl = null;
49
- this.zh = null;
50
- this.zj = null;
51
- this.zn = null;
52
- this.aba = { $type: Point_$type, x: NaN, y: NaN };
53
- this.abh = null;
54
- this.z2 = 1;
43
+ this.z6 = null;
44
+ this.zv = false;
45
+ this.zn = 1;
46
+ this.z2 = 0;
47
+ this.abd = null;
48
+ this.zk = null;
49
+ this.zg = null;
50
+ this.zi = null;
51
+ this.zm = null;
52
+ this.aa9 = { $type: Point_$type, x: NaN, y: NaN };
53
+ this.abg = null;
54
+ this.z1 = 1;
55
55
  this.imageTilesReady = null;
56
- this.zv = null;
57
- this.abg = Rect.empty;
58
- this.z3 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.top);
56
+ this.zu = null;
57
+ this.abf = Rect.empty;
58
+ this.z2 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
59
59
  this.ab = XamGeographicMap.$;
60
60
  this.backgroundContent = new OpenStreetMapImagery();
61
61
  let a = ((() => {
@@ -64,70 +64,70 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
64
64
  return $ret;
65
65
  })());
66
66
  a.dk = true;
67
- this.zi = a;
68
- this.zi.tf = new SphericalMercatorHorizontalScaler();
67
+ this.zh = a;
68
+ this.zh.td = new SphericalMercatorHorizontalScaler();
69
69
  let b = ((() => {
70
70
  let $ret = new NumericYAxis();
71
71
  $ret.b7 = this;
72
72
  return $ret;
73
73
  })());
74
74
  b.dk = true;
75
- this.zk = b;
76
- this.zk.tf = new SphericalMercatorVerticalScaler();
77
- this.aap();
78
- this.aaw();
79
- this.pp();
75
+ this.zj = b;
76
+ this.zj.td = new SphericalMercatorVerticalScaler();
77
+ this.aao();
78
+ this.aav();
79
+ this.po();
80
80
  }
81
81
  provideContainer(a) {
82
82
  super.provideContainer(a);
83
- this.zi.provideRenderer(a);
84
- this.zk.provideRenderer(a);
83
+ this.zh.provideRenderer(a);
84
+ this.zj.provideRenderer(a);
85
85
  }
86
- pp() {
87
- super.pp();
88
- this.zu.fy(this.ik);
86
+ po() {
87
+ super.po();
88
+ this.zt.fy(this.ij);
89
89
  }
90
- gh() {
91
- return this.z0;
90
+ gg() {
91
+ return this.zz;
92
92
  }
93
- gi() {
94
- return this.z0;
93
+ gh() {
94
+ return this.zz;
95
95
  }
96
- zr() {
97
- if (this.zp == 0) {
98
- if (this.zw) {
96
+ zq() {
97
+ if (this.zo == 0) {
98
+ if (this.zv) {
99
99
  return 2;
100
100
  }
101
101
  }
102
102
  return 1;
103
103
  }
104
- get zq() {
105
- return this.zo;
104
+ get zp() {
105
+ return this.zn;
106
106
  }
107
- set zq(a) {
108
- this.zo = a;
107
+ set zp(a) {
108
+ this.zn = a;
109
109
  }
110
- get abj() {
111
- return this.abe;
110
+ get abi() {
111
+ return this.abd;
112
112
  }
113
- set abj(a) {
114
- let b = Rect.l_op_Inequality(this.abe, a);
113
+ set abi(a) {
114
+ let b = Rect.l_op_Inequality(this.abd, a);
115
115
  if (b) {
116
- let c = this.abe;
117
- this.abe = a;
118
- this.ss("ActualWorldRect", c, a);
116
+ let c = this.abd;
117
+ this.abd = a;
118
+ this.sr("ActualWorldRect", c, a);
119
119
  }
120
120
  }
121
- abn() {
122
- return this.abj;
121
+ abm() {
122
+ return this.abi;
123
123
  }
124
- aap() {
125
- if (this.abv.isEmpty) {
124
+ aao() {
125
+ if (this.abu.isEmpty) {
126
126
  return;
127
127
  }
128
- this.abj = this.abt(this.abv, this.db == 1);
128
+ this.abi = this.abs(this.abu, this.db == 1);
129
129
  }
130
- abt(a, b) {
130
+ abs(a, b) {
131
131
  let c = a.top;
132
132
  let d = a.left;
133
133
  let e = a.width;
@@ -135,25 +135,25 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
135
135
  let g = SphericalMercatorVerticalScaler.am(a.bottom);
136
136
  let h = SphericalMercatorVerticalScaler.am(a.top);
137
137
  let i = g - h;
138
- let j = a.width / XamGeographicMap.abf.width;
139
- let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.top);
138
+ let j = a.width / XamGeographicMap.abe.width;
139
+ let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
140
140
  let l = i / j;
141
- if (i / j > this.z3) {
142
- let m = i / this.z3;
141
+ if (i / j > this.z2) {
142
+ let m = i / this.z2;
143
143
  let n = m - j;
144
- d = d - (n / 2) * XamGeographicMap.abf.width;
145
- e = m * XamGeographicMap.abf.width;
144
+ d = d - (n / 2) * XamGeographicMap.abe.width;
145
+ e = m * XamGeographicMap.abe.width;
146
146
  if (b) {
147
- if (d < XamGeographicMap.abf.left) {
148
- d += (XamGeographicMap.abf.left - d);
147
+ if (d < XamGeographicMap.abe.left) {
148
+ d += (XamGeographicMap.abe.left - d);
149
149
  }
150
- else if ((d + e) > XamGeographicMap.abf.right) {
151
- d -= ((d + e) - XamGeographicMap.abf.right);
150
+ else if ((d + e) > XamGeographicMap.abe.right) {
151
+ d -= ((d + e) - XamGeographicMap.abe.right);
152
152
  }
153
153
  }
154
154
  }
155
- else if (i / j < this.z3) {
156
- let o = this.z3 * j;
155
+ else if (i / j < this.z2) {
156
+ let o = this.z2 * j;
157
157
  let p = o - i;
158
158
  let q = h - (p / 2);
159
159
  let r = g + (p / 2);
@@ -162,9 +162,9 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
162
162
  q += (k - q);
163
163
  r += (k - q);
164
164
  }
165
- else if (r > (k + this.z3)) {
166
- q -= ((r) - (k + this.z3));
167
- r -= ((r) - (k + this.z3));
165
+ else if (r > (k + this.z2)) {
166
+ q -= ((r) - (k + this.z2));
167
+ r -= ((r) - (k + this.z2));
168
168
  }
169
169
  }
170
170
  c = SphericalMercatorVerticalScaler.aq(q);
@@ -174,76 +174,76 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
174
174
  return s;
175
175
  }
176
176
  get backgroundContent() {
177
- return this.zl;
177
+ return this.zk;
178
178
  }
179
179
  set backgroundContent(a) {
180
180
  let b = a != this.backgroundContent;
181
181
  if (b) {
182
182
  let c = this.backgroundContent;
183
- this.zl = a;
184
- this.ss("BackgroundContent", c, a);
183
+ this.zk = a;
184
+ this.sr("BackgroundContent", c, a);
185
185
  }
186
186
  }
187
- get zi() {
188
- return this.zh;
187
+ get zh() {
188
+ return this.zg;
189
189
  }
190
- set zi(a) {
191
- let b = a != this.zi;
190
+ set zh(a) {
191
+ let b = a != this.zh;
192
192
  if (b) {
193
- let c = this.zi;
194
- this.zh = a;
195
- this.ss("XAxis", c, a);
193
+ let c = this.zh;
194
+ this.zg = a;
195
+ this.sr("XAxis", c, a);
196
196
  }
197
197
  }
198
- get zk() {
199
- return this.zj;
198
+ get zj() {
199
+ return this.zi;
200
200
  }
201
- set zk(a) {
202
- let b = a != this.zk;
201
+ set zj(a) {
202
+ let b = a != this.zj;
203
203
  if (b) {
204
- let c = this.zk;
205
- this.zj = a;
206
- this.ss("YAxis", c, a);
204
+ let c = this.zj;
205
+ this.zi = a;
206
+ this.sr("YAxis", c, a);
207
207
  }
208
208
  }
209
209
  getZoomRectFromGeoRect(a) {
210
210
  return this.getZoomFromGeographicRect(a);
211
211
  }
212
- aaz(a) {
213
- this.zb = a;
214
- }
215
212
  aay(a) {
216
- this.abv = a;
213
+ this.za = a;
214
+ }
215
+ aax(a) {
216
+ this.abu = a;
217
217
  }
218
218
  getZoomFromGeographicRect(a) {
219
- return this.abl(a, true, 0);
219
+ return this.abk(a, true, 0);
220
220
  }
221
- abk(a, b) {
222
- return this.abl(a, false, b);
221
+ abj(a, b) {
222
+ return this.abk(a, false, b);
223
223
  }
224
- abl(a, b, c) {
224
+ abk(a, b, c) {
225
225
  let d = a;
226
226
  if (b) {
227
- d = this.abt(a, false);
228
- }
229
- let e = this.zi;
230
- let f = this.zk;
231
- let g = new ScalerParams(1, XamGeographicMap.abi, this.za, e.dn);
232
- g.c = this.yw;
233
- let h = new ScalerParams(1, XamGeographicMap.abi, this.za, f.dn);
234
- h.c = this.yw;
235
- let i = this.zi.f7(d.left, g);
236
- let j = this.zi.f7(d.right, g);
237
- let k = this.zk.f7(d.top, h);
238
- let l = this.zk.f7(d.bottom, h);
239
- let m = (i - c) / this.za.width;
240
- let n = (l - c) / this.za.height;
241
- let o = (j - i + (c * 2)) / this.za.width;
242
- let p = (k - l + (c * 2)) / this.za.height;
227
+ d = this.abs(a, false);
228
+ }
229
+ let e = this.zh;
230
+ let f = this.zj;
231
+ let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, e.dn);
232
+ g.c = this.yv;
233
+ let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
234
+ h.c = this.yv;
235
+ let i = this.zh.f6(d.left, g);
236
+ let j = this.zh.f6(d.right, g);
237
+ let k = this.zj.f6(d.top, h);
238
+ let l = this.zj.f6(d.bottom, h);
239
+ let m = (i - c) / this.y9.width;
240
+ let n = (l - c) / this.y9.height;
241
+ let o = (j - i + (c * 2)) / this.y9.width;
242
+ let p = (k - l + (c * 2)) / this.y9.height;
243
243
  let q = new Rect(0, m, n, o, p);
244
- q.intersect(XamGeographicMap.abi);
244
+ q.intersect(XamGeographicMap.abh);
245
245
  if (q.isEmpty) {
246
- q = XamGeographicMap.abi;
246
+ q = XamGeographicMap.abh;
247
247
  }
248
248
  return q;
249
249
  }
@@ -253,188 +253,188 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
253
253
  let e = b.x - a.x;
254
254
  let f = a.y - b.y;
255
255
  if (e < 0 || f < 0) {
256
- return XamGeographicMap.abi;
256
+ return XamGeographicMap.abh;
257
257
  }
258
258
  else {
259
259
  let g = new Rect(0, c, d, e, f);
260
260
  return this.getZoomFromGeographicRect(g);
261
261
  }
262
262
  }
263
- abp(a) {
264
- let b = this.zi;
265
- let c = this.zk;
266
- let d = new ScalerParams(1, a, this.za, b.dn);
267
- d.c = this.yw;
268
- let e = new ScalerParams(1, a, this.za, c.dn);
269
- e.c = this.yw;
270
- let f = this.yv;
271
- let g = b.ga(f.left, d);
272
- let h = c.ga(f.top, e);
273
- let i = b.ga(f.right, d);
274
- let j = c.ga(f.bottom, e);
263
+ abo(a) {
264
+ let b = this.zh;
265
+ let c = this.zj;
266
+ let d = new ScalerParams(1, a, this.y9, b.dn);
267
+ d.c = this.yv;
268
+ let e = new ScalerParams(1, a, this.y9, c.dn);
269
+ e.c = this.yv;
270
+ let f = this.yu;
271
+ let g = b.f9(f.left, d);
272
+ let h = c.f9(f.top, e);
273
+ let i = b.f9(f.right, d);
274
+ let j = c.f9(f.bottom, e);
275
275
  let k = i - g;
276
276
  let l = h - j;
277
277
  let m = new Rect(0, g, j, k, l);
278
278
  if (this.db == 1) {
279
- m.intersect(XamGeographicMap.abf);
279
+ m.intersect(XamGeographicMap.abe);
280
280
  if (m.isEmpty) {
281
- m = XamGeographicMap.abf;
281
+ m = XamGeographicMap.abe;
282
282
  }
283
283
  }
284
284
  return m;
285
285
  }
286
- abb(a) {
287
- let b = this.zi.re(a.x);
288
- let c = this.zk.re(a.y);
286
+ aba(a) {
287
+ let b = this.zh.rc(a.x);
288
+ let c = this.zj.rc(a.y);
289
289
  return { $type: Point_$type, x: b, y: c };
290
290
  }
291
- abc(a) {
292
- let b = this.zi.gv(a.x);
293
- let c = this.zk.gv(a.y);
291
+ abb(a) {
292
+ let b = this.zh.gt(a.x);
293
+ let c = this.zj.gt(a.y);
294
294
  return { $type: Point_$type, x: b, y: c };
295
295
  }
296
- abd(a) {
297
- return this.abc(a);
296
+ abc(a) {
297
+ return this.abb(a);
298
298
  }
299
- aam() {
299
+ aal() {
300
300
  let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
301
301
  if (a != null) {
302
302
  a.clearTileCache();
303
303
  }
304
304
  }
305
- aas(a) {
305
+ aar(a) {
306
306
  }
307
- hd() {
307
+ hc() {
308
308
  return true;
309
309
  }
310
- aau() {
311
- this.zu.eh();
310
+ aat() {
311
+ this.zt.eh();
312
312
  for (let a of fromEnum(this.b9)) {
313
- a.sv();
313
+ a.su();
314
314
  }
315
315
  }
316
- aax() {
317
- if (this.zt == 2) {
318
- if (!this.za.isEmpty && this.za.width > 0 && this.za.height > 0) {
319
- let a = this.zi.re(this.za.left + (this.za.width / 2));
320
- let b = this.zk.re(this.za.top + (this.za.height / 2));
321
- this.aba = { $type: Point_$type, x: a, y: b };
316
+ aaw() {
317
+ if (this.zs == 2) {
318
+ if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
319
+ let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
320
+ let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
321
+ this.aa9 = { $type: Point_$type, x: a, y: b };
322
322
  }
323
323
  }
324
324
  else {
325
- if (!this.za.isEmpty && this.za.width > 0 && this.za.height > 0) {
326
- let c = this.zi.re(this.za.left);
327
- let d = this.zk.re(this.za.top);
328
- this.aba = { $type: Point_$type, x: c, y: d };
325
+ if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
326
+ let c = this.zh.rc(this.y9.left);
327
+ let d = this.zj.rc(this.y9.top);
328
+ this.aa9 = { $type: Point_$type, x: c, y: d };
329
329
  }
330
330
  }
331
331
  }
332
- aat() {
333
- if (isNaN_(this.aba.x) || isNaN_(this.aba.y)) {
334
- this.aax();
332
+ aas() {
333
+ if (isNaN_(this.aa9.x) || isNaN_(this.aa9.y)) {
334
+ this.aaw();
335
335
  }
336
- let a = this.aba.x;
337
- let b = this.aba.y;
336
+ let a = this.aa9.x;
337
+ let b = this.aa9.y;
338
338
  if (!isNaN_(a) && !isNaN_(b)) {
339
- let c = this.ys.left;
340
- let d = this.ys.top;
341
- let e = this.ys.width;
342
- let f = this.ys.height;
343
- if (e > this.abh.width) {
339
+ let c = this.yr.left;
340
+ let d = this.yr.top;
341
+ let e = this.yr.width;
342
+ let f = this.yr.height;
343
+ if (e > this.abg.width) {
344
344
  }
345
345
  else {
346
- let g = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zi.dn);
347
- g.c = this.yw;
348
- let h = this.zi.f7(a, g);
349
- if (this.zt == 2) {
350
- let i = h / this.za.width;
346
+ let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
347
+ g.c = this.yv;
348
+ let h = this.zh.f6(a, g);
349
+ if (this.zs == 2) {
350
+ let i = h / this.y9.width;
351
351
  c = i - (e / 2);
352
352
  }
353
353
  else {
354
- c = h / this.za.width;
354
+ c = h / this.y9.width;
355
355
  }
356
- if (c + e > this.abh.right) {
357
- c = this.abh.right - e;
356
+ if (c + e > this.abg.right) {
357
+ c = this.abg.right - e;
358
358
  }
359
- else if (c < this.abh.left) {
360
- c = this.abh.left;
359
+ else if (c < this.abg.left) {
360
+ c = this.abg.left;
361
361
  }
362
362
  }
363
- if (f > this.abh.height) {
363
+ if (f > this.abg.height) {
364
364
  }
365
365
  else {
366
- let j = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zk.dn);
367
- j.c = this.yw;
368
- let k = this.zk.f7(b, j);
369
- if (this.zt == 2) {
370
- let l = k / this.za.height;
366
+ let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
367
+ j.c = this.yv;
368
+ let k = this.zj.f6(b, j);
369
+ if (this.zs == 2) {
370
+ let l = k / this.y9.height;
371
371
  d = l - (f / 2);
372
372
  }
373
373
  else {
374
- d = k / this.za.height;
374
+ d = k / this.y9.height;
375
375
  }
376
- if (d + f > this.abh.bottom) {
377
- d = this.abh.bottom - f;
376
+ if (d + f > this.abg.bottom) {
377
+ d = this.abg.bottom - f;
378
378
  }
379
- else if (d < this.abh.top) {
380
- d = this.abh.top;
379
+ else if (d < this.abg.top) {
380
+ d = this.abg.top;
381
381
  }
382
382
  }
383
- this.ue(new Rect(0, c, d, e, f), false);
383
+ this.ud(new Rect(0, c, d, e, f), false);
384
384
  }
385
385
  }
386
- get_f7() {
386
+ get_f6() {
387
387
  return true;
388
388
  }
389
- yt() {
390
- let a = super.yt();
391
- if (this.zi == null || this.zk == null) {
389
+ ys() {
390
+ let a = super.ys();
391
+ if (this.zh == null || this.zj == null) {
392
392
  return a;
393
393
  }
394
- this.y4();
394
+ this.y3();
395
395
  let b = a.left;
396
396
  let c = a.top;
397
397
  if (this.db == 1) {
398
- if (this.zb.width > this.abh.width) {
399
- b = 0.5 - (this.zb.width / 2);
398
+ if (this.za.width > this.abg.width) {
399
+ b = 0.5 - (this.za.width / 2);
400
400
  }
401
- else if (b + a.width > this.abh.right) {
402
- b = this.abh.right - this.zb.width;
401
+ else if (b + a.width > this.abg.right) {
402
+ b = this.abg.right - this.za.width;
403
403
  }
404
- else if (b < this.abh.left) {
405
- b = this.abh.left;
404
+ else if (b < this.abg.left) {
405
+ b = this.abg.left;
406
406
  }
407
- if (this.zb.height > this.abh.height) {
408
- c = 0.5 - (this.zb.height / 2);
407
+ if (this.za.height > this.abg.height) {
408
+ c = 0.5 - (this.za.height / 2);
409
409
  }
410
- else if (c + this.zb.height > this.abh.bottom) {
411
- c = this.abh.bottom - this.zb.height;
410
+ else if (c + this.za.height > this.abg.bottom) {
411
+ c = this.abg.bottom - this.za.height;
412
412
  }
413
- else if (c < this.abh.top) {
414
- c = this.abh.top;
413
+ else if (c < this.abg.top) {
414
+ c = this.abg.top;
415
415
  }
416
416
  }
417
417
  let d = false;
418
- if (!this.zz && this.db == 2 && this.zw) {
418
+ if (!this.zy && this.db == 2 && this.zv) {
419
419
  if (b > 1) {
420
420
  b = (b - Math.floor(b)) + 1;
421
421
  }
422
422
  if (b < 0) {
423
423
  b = 0 - (Math.ceil(b) - b);
424
424
  }
425
- if ((a.right - this.abh.right) > 0 && ((a.right - this.abh.right) / a.width) > 0.8) {
426
- b = this.abh.left - (a.width - (a.right - this.abh.right));
425
+ if ((a.right - this.abg.right) > 0 && ((a.right - this.abg.right) / a.width) > 0.8) {
426
+ b = this.abg.left - (a.width - (a.right - this.abg.right));
427
427
  d = true;
428
428
  }
429
- else if (a.left < this.abh.left && (Math.abs(a.left - this.abh.left) / a.width) > 0.8) {
430
- b = this.abh.right - (Math.abs(a.left - this.abh.left));
429
+ else if (a.left < this.abg.left && (Math.abs(a.left - this.abg.left) / a.width) > 0.8) {
430
+ b = this.abg.right - (Math.abs(a.left - this.abg.left));
431
431
  d = true;
432
432
  }
433
433
  }
434
434
  let e = new Rect(0, b, c, a.width, a.height);
435
- if (this.zz) {
436
- let f = this.abk(this.abv, 1);
437
- f = this.abm(f);
435
+ if (this.zy) {
436
+ let f = this.abj(this.abu, 1);
437
+ f = this.abl(f);
438
438
  let g = e.left + e.width / 2;
439
439
  let h = e.top + e.height / 2;
440
440
  if (e.width > f.width) {
@@ -469,17 +469,17 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
469
469
  }
470
470
  }
471
471
  if (d) {
472
- this.fq = true;
473
- this.zb = e;
474
- this.fq = false;
472
+ this.fp = true;
473
+ this.za = e;
474
+ this.fp = false;
475
475
  }
476
476
  return e;
477
477
  }
478
- ok(a, b) {
478
+ oj(a, b) {
479
479
  let c = true;
480
480
  let d = true;
481
481
  let e = 0;
482
- let f = this.y4();
482
+ let f = this.y3();
483
483
  let g = 0;
484
484
  let h = 0;
485
485
  if ((a.right - f.right) > 0) {
@@ -496,39 +496,39 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
496
496
  }
497
497
  if (c) {
498
498
  if (d) {
499
- let i = this.zh.f7(-180, b);
500
- let j = this.zh.f7(180, b);
499
+ let i = this.zg.f6(-180, b);
500
+ let j = this.zg.f6(180, b);
501
501
  e = j - i;
502
502
  }
503
503
  else {
504
- let k = this.zh.f7(-180, b);
505
- let l = this.zh.f7(180, b);
504
+ let k = this.zg.f6(-180, b);
505
+ let l = this.zg.f6(180, b);
506
506
  e = k - l;
507
507
  }
508
508
  }
509
509
  return new Tuple$2(Boolean_$type, Number_$type, c, e);
510
510
  }
511
- y4() {
512
- let a = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zi.dn);
513
- a.c = this.yw;
514
- let b = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zk.dn);
515
- b.c = this.yw;
516
- let c = this.zi.f7(XamGeographicMap.abf.left, a);
517
- let d = this.zi.f7(XamGeographicMap.abf.right, a);
518
- let e = this.zk.f7(XamGeographicMap.abf.top, b);
519
- let f = this.zk.f7(XamGeographicMap.abf.bottom, b);
520
- this.abh = new Rect(0, c / this.za.width, f / this.za.height, (d - c) / this.za.width, (e - f) / this.za.height);
521
- return this.abh;
522
- }
523
- abm(a) {
524
- let b = this.ip;
511
+ y3() {
512
+ let a = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
513
+ a.c = this.yv;
514
+ let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
515
+ b.c = this.yv;
516
+ let c = this.zh.f6(XamGeographicMap.abe.left, a);
517
+ let d = this.zh.f6(XamGeographicMap.abe.right, a);
518
+ let e = this.zj.f6(XamGeographicMap.abe.top, b);
519
+ let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
520
+ this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
521
+ return this.abg;
522
+ }
523
+ abl(a) {
524
+ let b = this.io;
525
525
  let c = 0.5 * (a.left + a.right);
526
526
  let d = 0.5 * (a.top + a.bottom);
527
527
  let e = a.width;
528
528
  let f = a.height;
529
529
  let g = MathUtil.e(a.width, b, 1);
530
530
  let h = MathUtil.e(a.height, b, 1);
531
- let i = this.za;
531
+ let i = this.y9;
532
532
  let j = i.width / i.height;
533
533
  let k = g * i.width;
534
534
  let l = h * i.height;
@@ -567,8 +567,8 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
567
567
  }
568
568
  return new Rect(0, p, q, r - p, s - q);
569
569
  }
570
- yu(a) {
571
- super.yu(this.za);
570
+ yt(a) {
571
+ super.yt(this.y9);
572
572
  if (a.isEmpty) {
573
573
  return Rect.empty;
574
574
  }
@@ -583,275 +583,275 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
583
583
  }
584
584
  return b;
585
585
  }
586
- abo(a) {
587
- return this.yu(a);
586
+ abn(a) {
587
+ return this.yt(a);
588
588
  }
589
589
  dv() {
590
590
  return new XamGeographicMapView(this);
591
591
  }
592
- aao(a) {
592
+ aan(a) {
593
593
  if (a != null) {
594
594
  a.b7 = this;
595
595
  }
596
596
  }
597
- rx(a) {
598
- super.rx(a);
599
- this.zu = a;
597
+ rw(a) {
598
+ super.rw(a);
599
+ this.zt = a;
600
600
  }
601
- r8(a, b) {
602
- super.r8(a, b);
603
- this.t0(this.zi);
604
- this.t0(this.zk);
601
+ r7(a, b) {
602
+ super.r7(a, b);
603
+ this.tz(this.zh);
604
+ this.tz(this.zj);
605
605
  if (Rect.l_op_Inequality(a, b)) {
606
- this.aat();
606
+ this.aas();
607
607
  }
608
- if (this.zz) {
609
- this.ys = this.yt();
608
+ if (this.zy) {
609
+ this.yr = this.ys();
610
610
  }
611
- this.aa0();
611
+ this.aaz();
612
612
  }
613
- get z4() {
614
- return this.z2;
613
+ get z3() {
614
+ return this.z1;
615
615
  }
616
- set z4(a) {
617
- let b = this.z2;
618
- this.z2 = a;
619
- this.ss("ActualWindowScale", b, this.z2);
616
+ set z3(a) {
617
+ let b = this.z1;
618
+ this.z1 = a;
619
+ this.sr("ActualWindowScale", b, this.z1);
620
620
  }
621
- iv() {
622
- return this.z4;
621
+ iu() {
622
+ return this.z3;
623
623
  }
624
- iw() {
625
- return this.z4;
624
+ iv() {
625
+ return this.z3;
626
626
  }
627
- tz() {
628
- super.tz();
629
- let a = Math.min(this.ys.width, this.ys.height);
630
- this.z4 = a;
627
+ ty() {
628
+ super.ty();
629
+ let a = Math.min(this.yr.width, this.yr.height);
630
+ this.z3 = a;
631
631
  }
632
- g1() {
633
- return this.zw;
632
+ g0() {
633
+ return this.zv;
634
634
  }
635
635
  dc() {
636
636
  if (this.dd == 0) {
637
- if (this.zx) {
637
+ if (this.zw) {
638
638
  return 2;
639
639
  }
640
640
  }
641
641
  return this.dd;
642
642
  }
643
- r9(a, b, c, d) {
644
- super.r9(a, b, c, d);
643
+ r8(a, b, c, d) {
644
+ super.r8(a, b, c, d);
645
645
  switch (b) {
646
646
  case "ZoomCoercionMode":
647
- this.aap();
647
+ this.aao();
648
648
  break;
649
649
  case "WindowRect":
650
- this.aax();
650
+ this.aaw();
651
651
  break;
652
652
  case XamGeographicMap.$$p[0]:
653
- this.zq = this.zr();
654
- if (this.zn != null) {
655
- this.zn.isHorizontalWrappingEnabled = this.zq == 2;
653
+ this.zp = this.zq();
654
+ if (this.zm != null) {
655
+ this.zm.isHorizontalWrappingEnabled = this.zp == 2;
656
656
  }
657
657
  break;
658
658
  case XamGeographicMap.$$p[1]:
659
- this.zw = this.zx;
660
- this.zq = this.zr();
659
+ this.zv = this.zw;
660
+ this.zp = this.zq();
661
661
  this.db = this.dc();
662
- if (this.zn != null) {
663
- this.zn.isHorizontalWrappingEnabled = this.zq == 2;
662
+ if (this.zm != null) {
663
+ this.zm.isHorizontalWrappingEnabled = this.zp == 2;
664
664
  }
665
665
  break;
666
666
  case XamGeographicMap.$$p[4]:
667
- this.ys = this.yt();
667
+ this.yr = this.ys();
668
668
  break;
669
669
  case "BackgroundContent":
670
- if (this.zn != null) {
671
- let e = this.zn;
672
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaq));
673
- this.zn.deferralHandler = null;
670
+ if (this.zm != null) {
671
+ let e = this.zm;
672
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aap));
673
+ this.zm.deferralHandler = null;
674
674
  }
675
- this.zn = typeCast(GeographicMapImagery.$, this.backgroundContent);
676
- if (this.zn != null) {
677
- let f = this.zn;
678
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaq));
679
- this.zn.deferralHandler = this;
680
- this.zn.isHorizontalWrappingEnabled = this.zq == 2;
675
+ this.zm = typeCast(GeographicMapImagery.$, this.backgroundContent);
676
+ if (this.zm != null) {
677
+ let f = this.zm;
678
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aap));
679
+ this.zm.deferralHandler = this;
680
+ this.zm.isHorizontalWrappingEnabled = this.zp == 2;
681
681
  }
682
- this.zu.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
683
- if (this.zn != null) {
684
- this.zn.geographicMap = this;
685
- this.zu.fu(this.ys);
686
- this.zu.fy(this.ik);
682
+ this.zt.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
683
+ if (this.zm != null) {
684
+ this.zm.geographicMap = this;
685
+ this.zt.fu(this.yr);
686
+ this.zt.fy(this.ij);
687
687
  }
688
688
  break;
689
689
  case "YAxis":
690
690
  case "XAxis":
691
- this.aav(c);
692
- this.aao(d);
691
+ this.aau(c);
692
+ this.aan(d);
693
693
  break;
694
694
  case XamGeographicMap.$$p[6]:
695
- if (!this.zy) {
696
- this.zb = XamGeographicMap.abi;
695
+ if (!this.zx) {
696
+ this.za = XamGeographicMap.abh;
697
697
  }
698
- this.aap();
698
+ this.aao();
699
+ this.aav();
699
700
  this.aaw();
700
- this.aax();
701
- this.ys = this.yt();
702
- this.zu.fv();
701
+ this.yr = this.ys();
702
+ this.zt.fv();
703
703
  break;
704
704
  case "ActualWindowRect":
705
- this.zu.fu(this.ys);
705
+ this.zt.fu(this.yr);
706
706
  break;
707
707
  case "ActualWorldRect":
708
708
  for (let g of fromEnum(this.b9)) {
709
- g.r9(false);
709
+ g.r8(false);
710
710
  }
711
711
  break;
712
712
  case XamGeographicMap.$$p[5]:
713
- this.z4 = this.z5;
713
+ this.z3 = this.z4;
714
714
  break;
715
715
  case "ActualWindowScale":
716
- if (!this.g9) {
717
- this.ub(this.iv(), this.iw());
716
+ if (!this.g8) {
717
+ this.ua(this.iu(), this.iv());
718
718
  }
719
719
  break;
720
720
  case "ActualPixelScalingRatio":
721
- this.zu.fy(this.ik);
721
+ this.zt.fy(this.ij);
722
722
  break;
723
723
  case "WindowRectMinWidth":
724
724
  case "WindowRectMinHeight":
725
725
  let h = d;
726
726
  if (isNaN_(h) || isInfinity(h)) {
727
- this.ip = 5E-06;
728
727
  this.io = 5E-06;
728
+ this.im = 5E-06;
729
729
  }
730
730
  else {
731
- this.ip = h;
732
731
  this.io = h;
732
+ this.im = h;
733
733
  }
734
734
  break;
735
735
  case XamGeographicMap.$$p[7]:
736
- this.t6();
736
+ this.t5();
737
737
  break;
738
738
  case "MarkerAutomaticBehavior":
739
739
  for (let i of fromEnum(this.b9)) {
740
- i.qw();
740
+ i.qv();
741
741
  }
742
742
  break;
743
743
  }
744
744
  }
745
- aaq(a, b) {
745
+ aap(a, b) {
746
746
  if (this.imageTilesReady != null) {
747
747
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
748
748
  }
749
749
  }
750
- aav(a) {
750
+ aau(a) {
751
751
  if (a != null) {
752
752
  a.b7 = null;
753
753
  }
754
754
  }
755
- aaw() {
756
- if (this.zi != null) {
757
- this.zi.rb = this.abj.left;
758
- this.zi.ra = this.abj.right;
755
+ aav() {
756
+ if (this.zh != null) {
757
+ this.zh.q9 = this.abi.left;
758
+ this.zh.q8 = this.abi.right;
759
759
  }
760
- if (this.zk != null) {
761
- this.zk.rb = this.abj.top;
762
- this.zk.ra = this.abj.bottom;
760
+ if (this.zj != null) {
761
+ this.zj.q9 = this.abi.top;
762
+ this.zj.q8 = this.abi.bottom;
763
763
  }
764
- this.zi.ef(true);
765
- this.zk.ef(true);
764
+ this.zh.ee(true);
765
+ this.zj.ee(true);
766
766
  }
767
767
  getFontInfo() {
768
- this.zv = this.zu.fr;
769
- return this.zv;
768
+ this.zu = this.zt.fr;
769
+ return this.zu;
770
770
  }
771
- xw() {
772
- return this.zu.fz;
771
+ xv() {
772
+ return this.zt.fz;
773
773
  }
774
774
  getFontBrush() {
775
- return this.zu.f0;
775
+ return this.zt.f0;
776
776
  }
777
- tl(a, b) {
777
+ tk(a, b) {
778
778
  if (typeCast(ItfConverter.$, b) !== null) {
779
779
  let c = b;
780
780
  let d = a;
781
781
  d.itemsSource = c.triangulationSource.points;
782
- d.xv = c.triangulationSource.triangles;
782
+ d.xu = c.triangulationSource.triangles;
783
783
  }
784
784
  else {
785
- super.tl(a, b);
785
+ super.tk(a, b);
786
786
  }
787
787
  }
788
788
  register(a, b) {
789
- this.s7(a, b);
789
+ this.s6(a, b);
790
790
  }
791
791
  unRegister(a) {
792
- this.ty(a);
792
+ this.tx(a);
793
793
  }
794
794
  deferredRefresh() {
795
- this.o1();
795
+ this.o0();
796
796
  }
797
797
  deferAction(a) {
798
- if (this.z7 != null) {
799
- this.z7.setTimeout(a, 0);
798
+ if (this.z6 != null) {
799
+ this.z6.setTimeout(a, 0);
800
800
  }
801
801
  else {
802
802
  window.setTimeout(a, 0);
803
803
  }
804
804
  }
805
- aan(a) {
806
- this.t5(a);
805
+ aam(a) {
806
+ this.t4(a);
807
807
  }
808
- z8() {
808
+ z7() {
809
809
  let a = new ChartVisualData();
810
- let b = this.zi.hu();
811
- let c = this.zk.hu();
810
+ let b = this.zh.hs();
811
+ let c = this.zj.hs();
812
812
  a.axes.add1(b);
813
813
  a.axes.add1(c);
814
814
  for (let d = 0; d < this.b9.count; d++) {
815
- let e = this.b9._inner[d].kw();
815
+ let e = this.b9._inner[d].kv();
816
816
  a.series.add1(e);
817
817
  }
818
818
  a.name = this.name;
819
- a.contentArea = RectData.b(this.za);
820
- a.centralArea = RectData.b(this.za);
821
- a.plotArea = RectData.b(this.za);
819
+ a.contentArea = RectData.b(this.y9);
820
+ a.centralArea = RectData.b(this.y9);
821
+ a.plotArea = RectData.b(this.y9);
822
822
  return a;
823
823
  }
824
- y0(a, b, c) {
824
+ yz(a, b, c) {
825
825
  return a;
826
826
  }
827
- aar() {
827
+ aaq() {
828
828
  }
829
- get abu() {
830
- return this.abg;
829
+ get abt() {
830
+ return this.abf;
831
831
  }
832
- set abu(a) {
833
- this.abg = a;
832
+ set abt(a) {
833
+ this.abf = a;
834
834
  }
835
- aa1(a) {
836
- this.abu = a;
837
- this.aa0();
835
+ aa0(a) {
836
+ this.abt = a;
837
+ this.aaz();
838
838
  }
839
- aa0() {
840
- if (this.z1 && !this.abu.isEmpty) {
841
- let a = this.getZoomFromGeographicRect(this.abu);
842
- this.abu = Rect.empty;
843
- this.ue(a, false);
839
+ aaz() {
840
+ if (this.z0 && !this.abt.isEmpty) {
841
+ let a = this.getZoomFromGeographicRect(this.abt);
842
+ this.abt = Rect.empty;
843
+ this.ud(a, false);
844
844
  }
845
845
  }
846
- get z1() {
847
- return !this.za.isEmpty && !this.yw.isEmpty;
846
+ get z0() {
847
+ return !this.y9.isEmpty && !this.yv.isEmpty;
848
848
  }
849
849
  }
850
850
  XamGeographicMap.$t = /*@__PURE__*/ markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
851
- XamGeographicMap.zs = 0;
852
- XamGeographicMap.abf = /*@__PURE__*/ new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
853
- XamGeographicMap.abi = /*@__PURE__*/ new Rect(0, 0, 0, 1, 1);
854
- XamGeographicMap.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'ss', ['BackgroundTilingMode:zp:aa2', [MapBackgroundTilingMode_$type, /*@__PURE__*/ enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zx:aa3', [0, false], 'ResizeBehavior:zt:aa4', [MapResizeBehavior_$type, /*@__PURE__*/ enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zs)], 'SuppressZoomResetOnWorldRectChange:zy:aa5', [0, false], 'UseWorldRectForZoomBounds:zz:aa6', [0, false], 'WindowScale:z5:aa7', [1, NaN], 'WorldRect:abv:aa8', [Rect.$, XamGeographicMap.abf], 'Zoomable:z0:aa9', [0, true]]);
851
+ XamGeographicMap.zr = 0;
852
+ XamGeographicMap.abe = /*@__PURE__*/ new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
853
+ XamGeographicMap.abh = /*@__PURE__*/ new Rect(0, 0, 0, 1, 1);
854
+ XamGeographicMap.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, /*@__PURE__*/ enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, /*@__PURE__*/ enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zr)], 'SuppressZoomResetOnWorldRectChange:zx:aa4', [0, false], 'UseWorldRectForZoomBounds:zy:aa5', [0, false], 'WindowScale:z4:aa6', [1, NaN], 'WorldRect:abu:aa7', [Rect.$, XamGeographicMap.abe], 'Zoomable:zz:aa8', [0, true]]);
855
855
  return XamGeographicMap;
856
856
  })();
857
857
  export { XamGeographicMap };
@@ -979,20 +979,20 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
979
979
  return a;
980
980
  }
981
981
  let b = new Rect(0, 0, 0, a.width, a.height);
982
- let c = this.geographicMap.abo(b);
983
- let d = XamGeographicMap.abf;
984
- let e = this.geographicMap.abj;
982
+ let c = this.geographicMap.abn(b);
983
+ let d = XamGeographicMap.abe;
984
+ let e = this.geographicMap.abi;
985
985
  let f = Math.min(this.windowRect.height, this.windowRect.width);
986
986
  let g = e.width / d.width;
987
987
  this.ao.a5 = (b.width / c.width) * f * g;
988
- let h = this.geographicMap.zi;
989
- let i = this.geographicMap.zk;
988
+ let h = this.geographicMap.zh;
989
+ let i = this.geographicMap.zj;
990
990
  let j = new ScalerParams(1, this.windowRect, b, h.dn);
991
991
  j.c = c;
992
992
  let k = new ScalerParams(1, this.windowRect, b, i.dn);
993
993
  k.c = c;
994
- let l = h.f7(d.left, j);
995
- let m = i.f7(d.bottom, k);
994
+ let l = h.f6(d.left, j);
995
+ let m = i.f6(d.bottom, k);
996
996
  let n = (-l / b.width) * this.ao.a5;
997
997
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
998
998
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1082,41 +1082,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1082
1082
  }
1083
1083
  ci() {
1084
1084
  super.ci();
1085
- let a = this.cu.xm;
1086
- a.ym = this.cu.xy;
1087
- a.yu = this.cu.xw;
1088
- a.trianglesSource = this.cu.xv;
1089
- a.ya = this.cu.x1;
1090
- a.yc = this.cu.x3;
1091
- a.ye = this.cu.x5;
1085
+ let a = this.cu.xl;
1086
+ a.yl = this.cu.xx;
1087
+ a.yt = this.cu.xv;
1088
+ a.trianglesSource = this.cu.xu;
1089
+ a.x9 = this.cu.x0;
1090
+ a.yb = this.cu.x2;
1091
+ a.yd = this.cu.x4;
1092
1092
  }
1093
1093
  cx() {
1094
- let a = this.cu.xm;
1094
+ let a = this.cu.xl;
1095
1095
  if (this.cu.dc == null) {
1096
+ a.xj = null;
1096
1097
  a.xk = null;
1097
- a.xl = null;
1098
1098
  return;
1099
1099
  }
1100
- a.xk = this.cu.dc.zi;
1101
- a.xl = this.cu.dc.zk;
1100
+ a.xj = this.cu.dc.zh;
1101
+ a.xk = this.cu.dc.zj;
1102
1102
  }
1103
1103
  cw() {
1104
- this.cu.xm.ym = this.cu.xy;
1104
+ this.cu.xl.yl = this.cu.xx;
1105
1105
  }
1106
1106
  cv() {
1107
- this.cu.xm.yu = this.cu.xw;
1107
+ this.cu.xl.yt = this.cu.xv;
1108
1108
  }
1109
1109
  cy() {
1110
- this.cu.xm.trianglesSource = this.cu.xv;
1110
+ this.cu.xl.trianglesSource = this.cu.xu;
1111
1111
  }
1112
1112
  cz() {
1113
- this.cu.xm.ya = this.cu.x1;
1113
+ this.cu.xl.x9 = this.cu.x0;
1114
1114
  }
1115
1115
  c0() {
1116
- this.cu.xm.yc = this.cu.x3;
1116
+ this.cu.xl.yb = this.cu.x2;
1117
1117
  }
1118
1118
  c1() {
1119
- this.cu.xm.ye = this.cu.x5;
1119
+ this.cu.xl.yd = this.cu.x4;
1120
1120
  }
1121
1121
  }
1122
1122
  GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1137,19 +1137,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1137
1137
  }
1138
1138
  ci() {
1139
1139
  super.ci();
1140
- if (this.c2.yg != null) {
1141
- this.c2.yg.zt = this.c2.yk;
1142
- this.c2.yg.zh = this.c2.yf;
1140
+ if (this.c2.yf != null) {
1141
+ this.c2.yf.zs = this.c2.yj;
1142
+ this.c2.yf.zg = this.c2.ye;
1143
1143
  }
1144
1144
  }
1145
1145
  c3() {
1146
- if (this.c2.yg != null) {
1147
- this.c2.yg.zt = this.c2.yk;
1146
+ if (this.c2.yf != null) {
1147
+ this.c2.yf.zs = this.c2.yj;
1148
1148
  }
1149
1149
  }
1150
1150
  c4() {
1151
- if (this.c2.yg != null) {
1152
- this.c2.yg.zh = this.c2.yf;
1151
+ if (this.c2.yf != null) {
1152
+ this.c2.yf.zg = this.c2.ye;
1153
1153
  }
1154
1154
  }
1155
1155
  }
@@ -1169,15 +1169,15 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
1169
1169
  this.fs = NaN;
1170
1170
  this.f2 = Rect.empty;
1171
1171
  this.fq = a;
1172
- this.fq.xp = 2;
1173
- this.fq.jx = 5E-06;
1172
+ this.fq.xo = 2;
1173
+ this.fq.jw = 5E-06;
1174
1174
  }
1175
1175
  m(a) {
1176
1176
  return 2;
1177
1177
  }
1178
1178
  bn(a) {
1179
1179
  this.j.bw(a);
1180
- this.fq.aan(a);
1180
+ this.fq.aam(a);
1181
1181
  this.eo();
1182
1182
  }
1183
1183
  get_aq() {
@@ -1240,13 +1240,13 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
1240
1240
  }
1241
1241
  }
1242
1242
  fu(a) {
1243
- if (this.fq.zn != null) {
1244
- this.fq.zn.windowRect = a;
1243
+ if (this.fq.zm != null) {
1244
+ this.fq.zm.windowRect = a;
1245
1245
  }
1246
1246
  }
1247
1247
  fx(a, b) {
1248
- if (this.fq.zn != null) {
1249
- this.fq.zn.windowRect = this.fq.ys;
1248
+ if (this.fq.zm != null) {
1249
+ this.fq.zm.windowRect = this.fq.yr;
1250
1250
  }
1251
1251
  if (a != null) {
1252
1252
  let c = a.ao;
@@ -1273,7 +1273,7 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
1273
1273
  }
1274
1274
  }
1275
1275
  fw(a) {
1276
- let b = this.fq.ik;
1276
+ let b = this.fq.ij;
1277
1277
  if (b != 1) {
1278
1278
  a.aa();
1279
1279
  a.ab(b, b);
@@ -1341,39 +1341,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1341
1341
  ct() {
1342
1342
  return new GeographicXYTriangulatingSeriesView(this);
1343
1343
  }
1344
- ri(a) {
1345
- super.ri(a);
1346
- this.xu = a;
1344
+ rh(a) {
1345
+ super.rh(a);
1346
+ this.xt = a;
1347
1347
  }
1348
- rr(a, b, c, d) {
1349
- super.rr(a, b, c, d);
1348
+ rq(a, b, c, d) {
1349
+ super.rq(a, b, c, d);
1350
1350
  switch (b) {
1351
1351
  case "SeriesViewer":
1352
- this.xu.cx();
1352
+ this.xt.cx();
1353
1353
  break;
1354
1354
  case GeographicXYTriangulatingSeries.$$p[1]:
1355
- this.xu.cw();
1355
+ this.xt.cw();
1356
1356
  break;
1357
1357
  case GeographicXYTriangulatingSeries.$$p[0]:
1358
- this.xu.cv();
1358
+ this.xt.cv();
1359
1359
  break;
1360
1360
  case GeographicXYTriangulatingSeries.$$p[5]:
1361
- this.xu.cy();
1361
+ this.xt.cy();
1362
1362
  break;
1363
1363
  case GeographicXYTriangulatingSeries.$$p[2]:
1364
- this.xu.cz();
1364
+ this.xt.cz();
1365
1365
  break;
1366
1366
  case GeographicXYTriangulatingSeries.$$p[3]:
1367
- this.xu.c0();
1367
+ this.xt.c0();
1368
1368
  break;
1369
1369
  case GeographicXYTriangulatingSeries.$$p[4]:
1370
- this.xu.c1();
1370
+ this.xt.c1();
1371
1371
  break;
1372
1372
  }
1373
1373
  }
1374
1374
  }
1375
1375
  GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1376
- GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
1376
+ GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
1377
1377
  return GeographicXYTriangulatingSeries;
1378
1378
  })();
1379
1379
  export { GeographicXYTriangulatingSeries };
@@ -1387,53 +1387,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1387
1387
  }
1388
1388
  constructor() {
1389
1389
  super();
1390
- this.yd = null;
1390
+ this.yc = null;
1391
1391
  this.triangulationStatusChanged = null;
1392
1392
  this.ab = GeographicScatterAreaSeries.$;
1393
1393
  }
1394
- get yf() {
1395
- return this.yd;
1394
+ get ye() {
1395
+ return this.yc;
1396
1396
  }
1397
- set yf(a) {
1398
- let b = this.yd != a;
1397
+ set ye(a) {
1398
+ let b = this.yc != a;
1399
1399
  if (b) {
1400
- let c = this.yd;
1401
- if (this.yd != null) {
1402
- let d = this.yd;
1403
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
1400
+ let c = this.yc;
1401
+ if (this.yc != null) {
1402
+ let d = this.yc;
1403
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
1404
1404
  }
1405
- this.yd = a;
1406
- if (this.yd != null) {
1407
- let e = this.yd;
1408
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
1405
+ this.yc = a;
1406
+ if (this.yc != null) {
1407
+ let e = this.yc;
1408
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1409
1409
  }
1410
- this.raisePropertyChanged("ColorScale", c, this.yd);
1411
- if (this.yg != null) {
1412
- this.yg.zh = a;
1410
+ this.raisePropertyChanged("ColorScale", c, this.yc);
1411
+ if (this.yf != null) {
1412
+ this.yf.zg = a;
1413
1413
  }
1414
1414
  }
1415
1415
  }
1416
- yn(a, b) {
1417
- this.yi.c4();
1418
- this.yp();
1419
- this.r9(false);
1416
+ ym(a, b) {
1417
+ this.yh.c4();
1418
+ this.yo();
1419
+ this.r8(false);
1420
1420
  }
1421
- yp() {
1422
- if (this.yg != null) {
1423
- this.ye = this.yg.zg;
1421
+ yo() {
1422
+ if (this.yf != null) {
1423
+ this.yd = this.yf.zf;
1424
1424
  }
1425
1425
  }
1426
- s0() {
1427
- super.s0();
1428
- this.yp();
1426
+ sz() {
1427
+ super.sz();
1428
+ this.yo();
1429
1429
  }
1430
- xl() {
1431
- this.yg = new ScatterAreaSeries();
1432
- let a = this.yg;
1433
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
1434
- return this.yg;
1430
+ xk() {
1431
+ this.yf = new ScatterAreaSeries();
1432
+ let a = this.yf;
1433
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
1434
+ return this.yf;
1435
1435
  }
1436
- yo(a, b) {
1436
+ yn(a, b) {
1437
1437
  if (this.triangulationStatusChanged != null) {
1438
1438
  this.triangulationStatusChanged(this, b);
1439
1439
  }
@@ -1441,31 +1441,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1441
1441
  ct() {
1442
1442
  return new GeographicScatterAreaSeriesView(this);
1443
1443
  }
1444
- ri(a) {
1445
- super.ri(a);
1446
- this.yi = a;
1444
+ rh(a) {
1445
+ super.rh(a);
1446
+ this.yh = a;
1447
1447
  }
1448
- rr(a, b, c, d) {
1449
- super.rr(a, b, c, d);
1448
+ rq(a, b, c, d) {
1449
+ super.rq(a, b, c, d);
1450
1450
  switch (b) {
1451
1451
  case GeographicScatterAreaSeries.$$p[1]:
1452
- this.yi.c3();
1452
+ this.yh.c3();
1453
1453
  break;
1454
1454
  case "ColorScale":
1455
- this.yi.c4();
1456
- this.yp();
1455
+ this.yh.c4();
1456
+ this.yo();
1457
1457
  break;
1458
1458
  }
1459
1459
  }
1460
- get_he() {
1460
+ get_hd() {
1461
1461
  return true;
1462
1462
  }
1463
- set_he(a) {
1464
- super.set_he(a);
1463
+ set_hd(a) {
1464
+ super.set_hd(a);
1465
1465
  }
1466
1466
  }
1467
1467
  GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1468
- GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
1468
+ GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1469
1469
  return GeographicScatterAreaSeries;
1470
1470
  })();
1471
1471
  export { GeographicScatterAreaSeries };