igniteui-webcomponents-maps 6.3.0 → 6.3.1-beta.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 (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -40,7 +40,7 @@ import { ColorScale } from "igniteui-webcomponents-charts";
40
40
  /**
41
41
  * @hidden
42
42
  */
43
- var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
43
+ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
44
44
  __extends(XamGeographicMap, _super);
45
45
  function XamGeographicMap() {
46
46
  var _this = _super.call(this) || this;
@@ -64,20 +64,20 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
64
64
  _this.backgroundContent = new OpenStreetMapImagery();
65
65
  var a = ((function () {
66
66
  var $ret = new NumericXAxis();
67
- $ret.b2 = _this;
67
+ $ret.b7 = _this;
68
68
  return $ret;
69
69
  })());
70
70
  a.dk = true;
71
71
  _this.zh = a;
72
- _this.zh.ta = new SphericalMercatorHorizontalScaler();
72
+ _this.zh.td = new SphericalMercatorHorizontalScaler();
73
73
  var b = ((function () {
74
74
  var $ret = new NumericYAxis();
75
- $ret.b2 = _this;
75
+ $ret.b7 = _this;
76
76
  return $ret;
77
77
  })());
78
78
  b.dk = true;
79
79
  _this.zj = b;
80
- _this.zj.ta = new SphericalMercatorVerticalScaler();
80
+ _this.zj.td = new SphericalMercatorVerticalScaler();
81
81
  _this.aao();
82
82
  _this.aav();
83
83
  _this.po();
@@ -257,10 +257,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
257
257
  g.c = this.yv;
258
258
  var h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
259
259
  h.c = this.yv;
260
- var i = this.zh.f5(d.left, g);
261
- var j = this.zh.f5(d.right, g);
262
- var k = this.zj.f5(d.top, h);
263
- var l = this.zj.f5(d.bottom, h);
260
+ var i = this.zh.f6(d.left, g);
261
+ var j = this.zh.f6(d.right, g);
262
+ var k = this.zj.f6(d.top, h);
263
+ var l = this.zj.f6(d.bottom, h);
264
264
  var m = (i - c) / this.y9.width;
265
265
  var n = (l - c) / this.y9.height;
266
266
  var o = (j - i + (c * 2)) / this.y9.width;
@@ -293,10 +293,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
293
293
  var e = new ScalerParams(1, a, this.y9, c.dn);
294
294
  e.c = this.yv;
295
295
  var f = this.yu;
296
- var g = b.f8(f.left, d);
297
- var h = c.f8(f.top, e);
298
- var i = b.f8(f.right, d);
299
- var j = c.f8(f.bottom, e);
296
+ var g = b.f9(f.left, d);
297
+ var h = c.f9(f.top, e);
298
+ var i = b.f9(f.right, d);
299
+ var j = c.f9(f.bottom, e);
300
300
  var k = i - g;
301
301
  var l = h - j;
302
302
  var m = new Rect(0, g, j, k, l);
@@ -309,13 +309,13 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
309
309
  return m;
310
310
  };
311
311
  XamGeographicMap.prototype.aba = function (a) {
312
- var b = this.zh.q8(a.x);
313
- var c = this.zj.q8(a.y);
312
+ var b = this.zh.rc(a.x);
313
+ var c = this.zj.rc(a.y);
314
314
  return { $type: Point_$type, x: b, y: c };
315
315
  };
316
316
  XamGeographicMap.prototype.abb = function (a) {
317
- var b = this.zh.gs(a.x);
318
- var c = this.zj.gs(a.y);
317
+ var b = this.zh.gt(a.x);
318
+ var c = this.zj.gt(a.y);
319
319
  return { $type: Point_$type, x: b, y: c };
320
320
  };
321
321
  XamGeographicMap.prototype.abc = function (a) {
@@ -338,7 +338,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
338
338
  try {
339
339
  for (var _b = __values(fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
340
340
  var a = _c.value;
341
- a.st();
341
+ a.su();
342
342
  }
343
343
  }
344
344
  catch (e_1_1) {
@@ -358,15 +358,15 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
358
358
  XamGeographicMap.prototype.aaw = function () {
359
359
  if (this.zs == 2) {
360
360
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
361
- var a = this.zh.q8(this.y9.left + (this.y9.width / 2));
362
- var b = this.zj.q8(this.y9.top + (this.y9.height / 2));
361
+ var a = this.zh.rc(this.y9.left + (this.y9.width / 2));
362
+ var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
363
363
  this.aa9 = { $type: Point_$type, x: a, y: b };
364
364
  }
365
365
  }
366
366
  else {
367
367
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
368
- var c = this.zh.q8(this.y9.left);
369
- var d = this.zj.q8(this.y9.top);
368
+ var c = this.zh.rc(this.y9.left);
369
+ var d = this.zj.rc(this.y9.top);
370
370
  this.aa9 = { $type: Point_$type, x: c, y: d };
371
371
  }
372
372
  }
@@ -387,7 +387,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
387
387
  else {
388
388
  var g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
389
389
  g.c = this.yv;
390
- var h = this.zh.f5(a, g);
390
+ var h = this.zh.f6(a, g);
391
391
  if (this.zs == 2) {
392
392
  var i = h / this.y9.width;
393
393
  c = i - (e / 2);
@@ -407,7 +407,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
407
407
  else {
408
408
  var j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
409
409
  j.c = this.yv;
410
- var k = this.zj.f5(b, j);
410
+ var k = this.zj.f6(b, j);
411
411
  if (this.zs == 2) {
412
412
  var l = k / this.y9.height;
413
413
  d = l - (f / 2);
@@ -538,13 +538,13 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  }
539
539
  if (c) {
540
540
  if (d) {
541
- var i = this.zg.f5(-180, b);
542
- var j = this.zg.f5(180, b);
541
+ var i = this.zg.f6(-180, b);
542
+ var j = this.zg.f6(180, b);
543
543
  e = j - i;
544
544
  }
545
545
  else {
546
- var k = this.zg.f5(-180, b);
547
- var l = this.zg.f5(180, b);
546
+ var k = this.zg.f6(-180, b);
547
+ var l = this.zg.f6(180, b);
548
548
  e = k - l;
549
549
  }
550
550
  }
@@ -555,10 +555,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
555
555
  a.c = this.yv;
556
556
  var b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
557
557
  b.c = this.yv;
558
- var c = this.zh.f5(XamGeographicMap.abe.left, a);
559
- var d = this.zh.f5(XamGeographicMap.abe.right, a);
560
- var e = this.zj.f5(XamGeographicMap.abe.top, b);
561
- var f = this.zj.f5(XamGeographicMap.abe.bottom, b);
558
+ var c = this.zh.f6(XamGeographicMap.abe.left, a);
559
+ var d = this.zh.f6(XamGeographicMap.abe.right, a);
560
+ var e = this.zj.f6(XamGeographicMap.abe.top, b);
561
+ var f = this.zj.f6(XamGeographicMap.abe.bottom, b);
562
562
  this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
563
563
  return this.abg;
564
564
  };
@@ -633,7 +633,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
633
633
  };
634
634
  XamGeographicMap.prototype.aan = function (a) {
635
635
  if (a != null) {
636
- a.b2 = this;
636
+ a.b7 = this;
637
637
  }
638
638
  };
639
639
  XamGeographicMap.prototype.rw = function (a) {
@@ -755,7 +755,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
755
755
  try {
756
756
  for (var _c = __values(fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
757
757
  var g = _d.value;
758
- g.r7(false);
758
+ g.r8(false);
759
759
  }
760
760
  }
761
761
  catch (e_2_1) {
@@ -802,7 +802,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
802
802
  try {
803
803
  for (var _e = __values(fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
804
804
  var i = _f.value;
805
- i.qu();
805
+ i.qv();
806
806
  }
807
807
  }
808
808
  catch (e_3_1) {
@@ -828,20 +828,20 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
828
828
  };
829
829
  XamGeographicMap.prototype.aau = function (a) {
830
830
  if (a != null) {
831
- a.b2 = null;
831
+ a.b7 = null;
832
832
  }
833
833
  };
834
834
  XamGeographicMap.prototype.aav = function () {
835
835
  if (this.zh != null) {
836
- this.zh.q5 = this.abi.left;
837
- this.zh.q4 = this.abi.right;
836
+ this.zh.q9 = this.abi.left;
837
+ this.zh.q8 = this.abi.right;
838
838
  }
839
839
  if (this.zj != null) {
840
- this.zj.q5 = this.abi.top;
841
- this.zj.q4 = this.abi.bottom;
840
+ this.zj.q9 = this.abi.top;
841
+ this.zj.q8 = this.abi.bottom;
842
842
  }
843
- this.zh.ed(true);
844
- this.zj.ed(true);
843
+ this.zh.ee(true);
844
+ this.zj.ee(true);
845
845
  };
846
846
  XamGeographicMap.prototype.getFontInfo = function () {
847
847
  this.zu = this.zt.fr;
@@ -858,7 +858,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
858
858
  var c = b;
859
859
  var d = a;
860
860
  d.itemsSource = c.triangulationSource.points;
861
- d.xt = c.triangulationSource.triangles;
861
+ d.xu = c.triangulationSource.triangles;
862
862
  }
863
863
  else {
864
864
  _super.prototype.tk.call(this, a, b);
@@ -886,8 +886,8 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
886
886
  };
887
887
  XamGeographicMap.prototype.z7 = function () {
888
888
  var a = new ChartVisualData();
889
- var b = this.zh.hr();
890
- var c = this.zj.hr();
889
+ var b = this.zh.hs();
890
+ var c = this.zj.hs();
891
891
  a.axes.add1(b);
892
892
  a.axes.add1(c);
893
893
  for (var d = 0; d < this.b9.count; d++) {
@@ -940,11 +940,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
940
940
  XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, 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]]);
941
941
  return XamGeographicMap;
942
942
  }(SeriesViewer));
943
- export { XamGeographicMap };
944
943
  /**
945
944
  * @hidden
946
945
  */
947
- var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
946
+ export var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
948
947
  __extends(GeographicMapImagery, _super);
949
948
  function GeographicMapImagery(a) {
950
949
  var _this = _super.call(this) || this;
@@ -1093,8 +1092,8 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1093
1092
  j.c = c;
1094
1093
  var k = new ScalerParams(1, this.windowRect, b, i.dn);
1095
1094
  k.c = c;
1096
- var l = h.f5(d.left, j);
1097
- var m = i.f5(d.bottom, k);
1095
+ var l = h.f6(d.left, j);
1096
+ var m = i.f6(d.bottom, k);
1098
1097
  var n = (-l / b.width) * this.ao.a5;
1099
1098
  var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1100
1099
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1129,11 +1128,10 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1129
1128
  GeographicMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMapImagery, 'ba', ['IsHorizontalWrappingEnabled', [0, false], 'Referer', [2, null], 'UserAgent', [2, null], 'WindowRect', [Rect.$, Rect.empty]]);
1130
1129
  return GeographicMapImagery;
1131
1130
  }(Control));
1132
- export { GeographicMapImagery };
1133
1131
  /**
1134
1132
  * @hidden
1135
1133
  */
1136
- var GeographicMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
1134
+ export var GeographicMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
1137
1135
  __extends(GeographicMapImageryView, _super);
1138
1136
  function GeographicMapImageryView(a) {
1139
1137
  var _this = _super.call(this) || this;
@@ -1180,11 +1178,10 @@ var GeographicMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
1180
1178
  GeographicMapImageryView.$t = markType(GeographicMapImageryView, 'GeographicMapImageryView');
1181
1179
  return GeographicMapImageryView;
1182
1180
  }(Base));
1183
- export { GeographicMapImageryView };
1184
1181
  /**
1185
1182
  * @hidden
1186
1183
  */
1187
- var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1184
+ export var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1188
1185
  __extends(GeographicXYTriangulatingSeriesView, _super);
1189
1186
  function GeographicXYTriangulatingSeriesView(a) {
1190
1187
  var _this = _super.call(this, a) || this;
@@ -1194,50 +1191,49 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
1194
1191
  }
1195
1192
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1196
1193
  _super.prototype.ci.call(this);
1197
- var a = this.cu.xk;
1198
- a.yk = this.cu.xw;
1199
- a.ys = this.cu.xu;
1200
- a.trianglesSource = this.cu.xt;
1201
- a.x8 = this.cu.xz;
1202
- a.ya = this.cu.x1;
1203
- a.yc = this.cu.x3;
1194
+ var a = this.cu.xl;
1195
+ a.yl = this.cu.xx;
1196
+ a.yt = this.cu.xv;
1197
+ a.trianglesSource = this.cu.xu;
1198
+ a.x9 = this.cu.x0;
1199
+ a.yb = this.cu.x2;
1200
+ a.yd = this.cu.x4;
1204
1201
  };
1205
1202
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
1206
- var a = this.cu.xk;
1203
+ var a = this.cu.xl;
1207
1204
  if (this.cu.dc == null) {
1208
- a.xi = null;
1209
1205
  a.xj = null;
1206
+ a.xk = null;
1210
1207
  return;
1211
1208
  }
1212
- a.xi = this.cu.dc.zh;
1213
- a.xj = this.cu.dc.zj;
1209
+ a.xj = this.cu.dc.zh;
1210
+ a.xk = this.cu.dc.zj;
1214
1211
  };
1215
1212
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
1216
- this.cu.xk.yk = this.cu.xw;
1213
+ this.cu.xl.yl = this.cu.xx;
1217
1214
  };
1218
1215
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
1219
- this.cu.xk.ys = this.cu.xu;
1216
+ this.cu.xl.yt = this.cu.xv;
1220
1217
  };
1221
1218
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
1222
- this.cu.xk.trianglesSource = this.cu.xt;
1219
+ this.cu.xl.trianglesSource = this.cu.xu;
1223
1220
  };
1224
1221
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
1225
- this.cu.xk.x8 = this.cu.xz;
1222
+ this.cu.xl.x9 = this.cu.x0;
1226
1223
  };
1227
1224
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
1228
- this.cu.xk.ya = this.cu.x1;
1225
+ this.cu.xl.yb = this.cu.x2;
1229
1226
  };
1230
1227
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
1231
- this.cu.xk.yc = this.cu.x3;
1228
+ this.cu.xl.yd = this.cu.x4;
1232
1229
  };
1233
1230
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1234
1231
  return GeographicXYTriangulatingSeriesView;
1235
1232
  }(HostSeriesView));
1236
- export { GeographicXYTriangulatingSeriesView };
1237
1233
  /**
1238
1234
  * @hidden
1239
1235
  */
1240
- var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1236
+ export var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1241
1237
  __extends(GeographicScatterAreaSeriesView, _super);
1242
1238
  function GeographicScatterAreaSeriesView(a) {
1243
1239
  var _this = _super.call(this, a) || this;
@@ -1252,29 +1248,28 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
1252
1248
  };
1253
1249
  GeographicScatterAreaSeriesView.prototype.ci = function () {
1254
1250
  _super.prototype.ci.call(this);
1255
- if (this.c2.ye != null) {
1256
- this.c2.ye.zr = this.c2.yi;
1257
- this.c2.ye.zf = this.c2.yd;
1251
+ if (this.c2.yf != null) {
1252
+ this.c2.yf.zs = this.c2.yj;
1253
+ this.c2.yf.zg = this.c2.ye;
1258
1254
  }
1259
1255
  };
1260
1256
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
1261
- if (this.c2.ye != null) {
1262
- this.c2.ye.zr = this.c2.yi;
1257
+ if (this.c2.yf != null) {
1258
+ this.c2.yf.zs = this.c2.yj;
1263
1259
  }
1264
1260
  };
1265
1261
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
1266
- if (this.c2.ye != null) {
1267
- this.c2.ye.zf = this.c2.yd;
1262
+ if (this.c2.yf != null) {
1263
+ this.c2.yf.zg = this.c2.ye;
1268
1264
  }
1269
1265
  };
1270
1266
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
1271
1267
  return GeographicScatterAreaSeriesView;
1272
1268
  }(GeographicXYTriangulatingSeriesView));
1273
- export { GeographicScatterAreaSeriesView };
1274
1269
  /**
1275
1270
  * @hidden
1276
1271
  */
1277
- var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1272
+ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1278
1273
  __extends(XamGeographicMapView, _super);
1279
1274
  function XamGeographicMapView(a) {
1280
1275
  var _this = _super.call(this, a) || this;
@@ -1427,11 +1422,10 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1427
1422
  XamGeographicMapView.$t = markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
1428
1423
  return XamGeographicMapView;
1429
1424
  }(SeriesViewerView));
1430
- export { XamGeographicMapView };
1431
1425
  /**
1432
1426
  * @hidden
1433
1427
  */
1434
- var OpenStreetMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1428
+ export var OpenStreetMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1435
1429
  __extends(OpenStreetMapImagery, _super);
1436
1430
  function OpenStreetMapImagery() {
1437
1431
  return _super.call(this, new OpenStreetMapTileSource()) || this;
@@ -1462,11 +1456,10 @@ var OpenStreetMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1462
1456
  OpenStreetMapImagery.tilePathProperty = DependencyProperty.i("TilePath", String_$type, OpenStreetMapImagery.$, new PropertyMetadata(2, null, OpenStreetMapImagery.br));
1463
1457
  return OpenStreetMapImagery;
1464
1458
  }(GeographicMapImagery));
1465
- export { OpenStreetMapImagery };
1466
1459
  /**
1467
1460
  * @hidden
1468
1461
  */
1469
- var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_super) {
1462
+ export var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_super) {
1470
1463
  __extends(GeographicXYTriangulatingSeries, _super);
1471
1464
  function GeographicXYTriangulatingSeries() {
1472
1465
  return _super !== null && _super.apply(this, arguments) || this;
@@ -1474,49 +1467,48 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
1474
1467
  GeographicXYTriangulatingSeries.prototype.ct = function () {
1475
1468
  return new GeographicXYTriangulatingSeriesView(this);
1476
1469
  };
1477
- GeographicXYTriangulatingSeries.prototype.rg = function (a) {
1478
- _super.prototype.rg.call(this, a);
1479
- this.xs = a;
1470
+ GeographicXYTriangulatingSeries.prototype.rh = function (a) {
1471
+ _super.prototype.rh.call(this, a);
1472
+ this.xt = a;
1480
1473
  };
1481
- GeographicXYTriangulatingSeries.prototype.rp = function (a, b, c, d) {
1482
- _super.prototype.rp.call(this, a, b, c, d);
1474
+ GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
1475
+ _super.prototype.rq.call(this, a, b, c, d);
1483
1476
  switch (b) {
1484
1477
  case "SeriesViewer":
1485
- this.xs.cx();
1478
+ this.xt.cx();
1486
1479
  break;
1487
1480
  case GeographicXYTriangulatingSeries.$$p[1]:
1488
- this.xs.cw();
1481
+ this.xt.cw();
1489
1482
  break;
1490
1483
  case GeographicXYTriangulatingSeries.$$p[0]:
1491
- this.xs.cv();
1484
+ this.xt.cv();
1492
1485
  break;
1493
1486
  case GeographicXYTriangulatingSeries.$$p[5]:
1494
- this.xs.cy();
1487
+ this.xt.cy();
1495
1488
  break;
1496
1489
  case GeographicXYTriangulatingSeries.$$p[2]:
1497
- this.xs.cz();
1490
+ this.xt.cz();
1498
1491
  break;
1499
1492
  case GeographicXYTriangulatingSeries.$$p[3]:
1500
- this.xs.c0();
1493
+ this.xt.c0();
1501
1494
  break;
1502
1495
  case GeographicXYTriangulatingSeries.$$p[4]:
1503
- this.xs.c1();
1496
+ this.xt.c1();
1504
1497
  break;
1505
1498
  }
1506
1499
  };
1507
1500
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1508
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xu:x5', [2, "pointY"], 'LongitudeMemberPath:xw:x6', [2, "pointX"], 'TriangleVertexMemberPath1:xz:x8', [2, "v1"], 'TriangleVertexMemberPath2:x1:x9', [2, "v2"], 'TriangleVertexMemberPath3:x3:ya', [2, "v3"], 'TrianglesSource:xt:x7', [IEnumerable_$type, null]]);
1501
+ GeographicXYTriangulatingSeries.$$p = 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]]);
1509
1502
  return GeographicXYTriangulatingSeries;
1510
1503
  }(GeographicMapSeriesHost));
1511
- export { GeographicXYTriangulatingSeries };
1512
1504
  /**
1513
1505
  * @hidden
1514
1506
  */
1515
- var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
1507
+ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
1516
1508
  __extends(GeographicScatterAreaSeries, _super);
1517
1509
  function GeographicScatterAreaSeries() {
1518
1510
  var _this = _super.call(this) || this;
1519
- _this.yb = null;
1511
+ _this.yc = null;
1520
1512
  _this.triangulationStatusChanged = null;
1521
1513
  _this.ab = GeographicScatterAreaSeries.$;
1522
1514
  return _this;
@@ -1527,53 +1519,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1527
1519
  GeographicScatterAreaSeries.prototype.get_ex = function () {
1528
1520
  return true;
1529
1521
  };
1530
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "yd", {
1522
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
1531
1523
  get: function () {
1532
- return this.yb;
1524
+ return this.yc;
1533
1525
  },
1534
1526
  set: function (a) {
1535
- var b = this.yb != a;
1527
+ var b = this.yc != a;
1536
1528
  if (b) {
1537
- var c = this.yb;
1538
- if (this.yb != null) {
1539
- var d = this.yb;
1540
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yl));
1529
+ var c = this.yc;
1530
+ if (this.yc != null) {
1531
+ var d = this.yc;
1532
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
1541
1533
  }
1542
- this.yb = a;
1543
- if (this.yb != null) {
1544
- var e = this.yb;
1545
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yl));
1534
+ this.yc = a;
1535
+ if (this.yc != null) {
1536
+ var e = this.yc;
1537
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1546
1538
  }
1547
- this.raisePropertyChanged("ColorScale", c, this.yb);
1548
- if (this.ye != null) {
1549
- this.ye.zf = a;
1539
+ this.raisePropertyChanged("ColorScale", c, this.yc);
1540
+ if (this.yf != null) {
1541
+ this.yf.zg = a;
1550
1542
  }
1551
1543
  }
1552
1544
  },
1553
1545
  enumerable: false,
1554
1546
  configurable: true
1555
1547
  });
1556
- GeographicScatterAreaSeries.prototype.yl = function (a, b) {
1557
- this.yg.c4();
1558
- this.yn();
1559
- this.r7(false);
1548
+ GeographicScatterAreaSeries.prototype.ym = function (a, b) {
1549
+ this.yh.c4();
1550
+ this.yo();
1551
+ this.r8(false);
1560
1552
  };
1561
- GeographicScatterAreaSeries.prototype.yn = function () {
1562
- if (this.ye != null) {
1563
- this.yc = this.ye.ze;
1553
+ GeographicScatterAreaSeries.prototype.yo = function () {
1554
+ if (this.yf != null) {
1555
+ this.yd = this.yf.zf;
1564
1556
  }
1565
1557
  };
1566
- GeographicScatterAreaSeries.prototype.sy = function () {
1567
- _super.prototype.sy.call(this);
1568
- this.yn();
1558
+ GeographicScatterAreaSeries.prototype.sz = function () {
1559
+ _super.prototype.sz.call(this);
1560
+ this.yo();
1569
1561
  };
1570
- GeographicScatterAreaSeries.prototype.xj = function () {
1571
- this.ye = new ScatterAreaSeries();
1572
- var a = this.ye;
1573
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
1574
- return this.ye;
1562
+ GeographicScatterAreaSeries.prototype.xk = function () {
1563
+ this.yf = new ScatterAreaSeries();
1564
+ var a = this.yf;
1565
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
1566
+ return this.yf;
1575
1567
  };
1576
- GeographicScatterAreaSeries.prototype.ym = function (a, b) {
1568
+ GeographicScatterAreaSeries.prototype.yn = function (a, b) {
1577
1569
  if (this.triangulationStatusChanged != null) {
1578
1570
  this.triangulationStatusChanged(this, b);
1579
1571
  }
@@ -1581,19 +1573,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1581
1573
  GeographicScatterAreaSeries.prototype.ct = function () {
1582
1574
  return new GeographicScatterAreaSeriesView(this);
1583
1575
  };
1584
- GeographicScatterAreaSeries.prototype.rg = function (a) {
1585
- _super.prototype.rg.call(this, a);
1586
- this.yg = a;
1576
+ GeographicScatterAreaSeries.prototype.rh = function (a) {
1577
+ _super.prototype.rh.call(this, a);
1578
+ this.yh = a;
1587
1579
  };
1588
- GeographicScatterAreaSeries.prototype.rp = function (a, b, c, d) {
1589
- _super.prototype.rp.call(this, a, b, c, d);
1580
+ GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
1581
+ _super.prototype.rq.call(this, a, b, c, d);
1590
1582
  switch (b) {
1591
1583
  case GeographicScatterAreaSeries.$$p[1]:
1592
- this.yg.c3();
1584
+ this.yh.c3();
1593
1585
  break;
1594
1586
  case "ColorScale":
1595
- this.yg.c4();
1596
- this.yn();
1587
+ this.yh.c4();
1588
+ this.yo();
1597
1589
  break;
1598
1590
  }
1599
1591
  };
@@ -1604,7 +1596,6 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1604
1596
  _super.prototype.set_hd.call(this, a);
1605
1597
  };
1606
1598
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1607
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yc:yo', [ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
1599
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1608
1600
  return GeographicScatterAreaSeries;
1609
1601
  }(GeographicXYTriangulatingSeries));
1610
- export { GeographicScatterAreaSeries };