igniteui-webcomponents-maps 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -36,10 +36,7 @@ import { BrushCollection } from "igniteui-webcomponents-core";
36
36
  import { Defaults } from "igniteui-webcomponents-charts";
37
37
  import { OpenStreetMapTileSource } from "igniteui-webcomponents-core";
38
38
  import { ColorScale } from "igniteui-webcomponents-charts";
39
- /**
40
- * @hidden
41
- */
42
- export let XamGeographicMap = /*@__PURE__*/ (() => {
39
+ let XamGeographicMap = /*@__PURE__*/ (() => {
43
40
  class XamGeographicMap extends SeriesViewer {
44
41
  constructor() {
45
42
  super();
@@ -63,20 +60,20 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
63
60
  this.backgroundContent = new OpenStreetMapImagery();
64
61
  let a = ((() => {
65
62
  let $ret = new NumericXAxis();
66
- $ret.b2 = this;
63
+ $ret.b7 = this;
67
64
  return $ret;
68
65
  })());
69
66
  a.dk = true;
70
67
  this.zh = a;
71
- this.zh.ta = new SphericalMercatorHorizontalScaler();
68
+ this.zh.td = new SphericalMercatorHorizontalScaler();
72
69
  let b = ((() => {
73
70
  let $ret = new NumericYAxis();
74
- $ret.b2 = this;
71
+ $ret.b7 = this;
75
72
  return $ret;
76
73
  })());
77
74
  b.dk = true;
78
75
  this.zj = b;
79
- this.zj.ta = new SphericalMercatorVerticalScaler();
76
+ this.zj.td = new SphericalMercatorVerticalScaler();
80
77
  this.aao();
81
78
  this.aav();
82
79
  this.po();
@@ -235,10 +232,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
235
232
  g.c = this.yv;
236
233
  let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
237
234
  h.c = this.yv;
238
- let i = this.zh.f5(d.left, g);
239
- let j = this.zh.f5(d.right, g);
240
- let k = this.zj.f5(d.top, h);
241
- let l = this.zj.f5(d.bottom, h);
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);
242
239
  let m = (i - c) / this.y9.width;
243
240
  let n = (l - c) / this.y9.height;
244
241
  let o = (j - i + (c * 2)) / this.y9.width;
@@ -271,10 +268,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
271
268
  let e = new ScalerParams(1, a, this.y9, c.dn);
272
269
  e.c = this.yv;
273
270
  let f = this.yu;
274
- let g = b.f8(f.left, d);
275
- let h = c.f8(f.top, e);
276
- let i = b.f8(f.right, d);
277
- let j = c.f8(f.bottom, e);
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);
278
275
  let k = i - g;
279
276
  let l = h - j;
280
277
  let m = new Rect(0, g, j, k, l);
@@ -287,13 +284,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
287
284
  return m;
288
285
  }
289
286
  aba(a) {
290
- let b = this.zh.q8(a.x);
291
- let c = this.zj.q8(a.y);
287
+ let b = this.zh.rc(a.x);
288
+ let c = this.zj.rc(a.y);
292
289
  return { $type: Point_$type, x: b, y: c };
293
290
  }
294
291
  abb(a) {
295
- let b = this.zh.gs(a.x);
296
- let c = this.zj.gs(a.y);
292
+ let b = this.zh.gt(a.x);
293
+ let c = this.zj.gt(a.y);
297
294
  return { $type: Point_$type, x: b, y: c };
298
295
  }
299
296
  abc(a) {
@@ -313,21 +310,21 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
310
  aat() {
314
311
  this.zt.eh();
315
312
  for (let a of fromEnum(this.b9)) {
316
- a.st();
313
+ a.su();
317
314
  }
318
315
  }
319
316
  aaw() {
320
317
  if (this.zs == 2) {
321
318
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
322
- let a = this.zh.q8(this.y9.left + (this.y9.width / 2));
323
- let b = this.zj.q8(this.y9.top + (this.y9.height / 2));
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));
324
321
  this.aa9 = { $type: Point_$type, x: a, y: b };
325
322
  }
326
323
  }
327
324
  else {
328
325
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
329
- let c = this.zh.q8(this.y9.left);
330
- let d = this.zj.q8(this.y9.top);
326
+ let c = this.zh.rc(this.y9.left);
327
+ let d = this.zj.rc(this.y9.top);
331
328
  this.aa9 = { $type: Point_$type, x: c, y: d };
332
329
  }
333
330
  }
@@ -348,7 +345,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
348
345
  else {
349
346
  let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
350
347
  g.c = this.yv;
351
- let h = this.zh.f5(a, g);
348
+ let h = this.zh.f6(a, g);
352
349
  if (this.zs == 2) {
353
350
  let i = h / this.y9.width;
354
351
  c = i - (e / 2);
@@ -368,7 +365,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
368
365
  else {
369
366
  let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
370
367
  j.c = this.yv;
371
- let k = this.zj.f5(b, j);
368
+ let k = this.zj.f6(b, j);
372
369
  if (this.zs == 2) {
373
370
  let l = k / this.y9.height;
374
371
  d = l - (f / 2);
@@ -499,13 +496,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
499
496
  }
500
497
  if (c) {
501
498
  if (d) {
502
- let i = this.zg.f5(-180, b);
503
- let j = this.zg.f5(180, b);
499
+ let i = this.zg.f6(-180, b);
500
+ let j = this.zg.f6(180, b);
504
501
  e = j - i;
505
502
  }
506
503
  else {
507
- let k = this.zg.f5(-180, b);
508
- let l = this.zg.f5(180, b);
504
+ let k = this.zg.f6(-180, b);
505
+ let l = this.zg.f6(180, b);
509
506
  e = k - l;
510
507
  }
511
508
  }
@@ -516,10 +513,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
516
513
  a.c = this.yv;
517
514
  let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
518
515
  b.c = this.yv;
519
- let c = this.zh.f5(XamGeographicMap.abe.left, a);
520
- let d = this.zh.f5(XamGeographicMap.abe.right, a);
521
- let e = this.zj.f5(XamGeographicMap.abe.top, b);
522
- let f = this.zj.f5(XamGeographicMap.abe.bottom, b);
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);
523
520
  this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
524
521
  return this.abg;
525
522
  }
@@ -594,7 +591,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
594
591
  }
595
592
  aan(a) {
596
593
  if (a != null) {
597
- a.b2 = this;
594
+ a.b7 = this;
598
595
  }
599
596
  }
600
597
  rw(a) {
@@ -709,7 +706,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
709
706
  break;
710
707
  case "ActualWorldRect":
711
708
  for (let g of fromEnum(this.b9)) {
712
- g.r7(false);
709
+ g.r8(false);
713
710
  }
714
711
  break;
715
712
  case XamGeographicMap.$$p[5]:
@@ -740,7 +737,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
740
737
  break;
741
738
  case "MarkerAutomaticBehavior":
742
739
  for (let i of fromEnum(this.b9)) {
743
- i.qu();
740
+ i.qv();
744
741
  }
745
742
  break;
746
743
  }
@@ -752,20 +749,20 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
752
749
  }
753
750
  aau(a) {
754
751
  if (a != null) {
755
- a.b2 = null;
752
+ a.b7 = null;
756
753
  }
757
754
  }
758
755
  aav() {
759
756
  if (this.zh != null) {
760
- this.zh.q5 = this.abi.left;
761
- this.zh.q4 = this.abi.right;
757
+ this.zh.q9 = this.abi.left;
758
+ this.zh.q8 = this.abi.right;
762
759
  }
763
760
  if (this.zj != null) {
764
- this.zj.q5 = this.abi.top;
765
- this.zj.q4 = this.abi.bottom;
761
+ this.zj.q9 = this.abi.top;
762
+ this.zj.q8 = this.abi.bottom;
766
763
  }
767
- this.zh.ed(true);
768
- this.zj.ed(true);
764
+ this.zh.ee(true);
765
+ this.zj.ee(true);
769
766
  }
770
767
  getFontInfo() {
771
768
  this.zu = this.zt.fr;
@@ -782,7 +779,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
782
779
  let c = b;
783
780
  let d = a;
784
781
  d.itemsSource = c.triangulationSource.points;
785
- d.xt = c.triangulationSource.triangles;
782
+ d.xu = c.triangulationSource.triangles;
786
783
  }
787
784
  else {
788
785
  super.tk(a, b);
@@ -810,8 +807,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
810
807
  }
811
808
  z7() {
812
809
  let a = new ChartVisualData();
813
- let b = this.zh.hr();
814
- let c = this.zj.hr();
810
+ let b = this.zh.hs();
811
+ let c = this.zj.hs();
815
812
  a.axes.add1(b);
816
813
  a.axes.add1(c);
817
814
  for (let d = 0; d < this.b9.count; d++) {
@@ -857,10 +854,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
857
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]]);
858
855
  return XamGeographicMap;
859
856
  })();
860
- /**
861
- * @hidden
862
- */
863
- export let GeographicMapImagery = /*@__PURE__*/ (() => {
857
+ export { XamGeographicMap };
858
+ let GeographicMapImagery = /*@__PURE__*/ (() => {
864
859
  class GeographicMapImagery extends Control {
865
860
  constructor(a) {
866
861
  super();
@@ -996,8 +991,8 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
996
991
  j.c = c;
997
992
  let k = new ScalerParams(1, this.windowRect, b, i.dn);
998
993
  k.c = c;
999
- let l = h.f5(d.left, j);
1000
- let m = i.f5(d.bottom, k);
994
+ let l = h.f6(d.left, j);
995
+ let m = i.f6(d.bottom, k);
1001
996
  let n = (-l / b.width) * this.ao.a5;
1002
997
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1003
998
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1033,10 +1028,8 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
1033
1028
  GeographicMapImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMapImagery, 'ba', ['IsHorizontalWrappingEnabled', [0, false], 'Referer', [2, null], 'UserAgent', [2, null], 'WindowRect', [Rect.$, Rect.empty]]);
1034
1029
  return GeographicMapImagery;
1035
1030
  })();
1036
- /**
1037
- * @hidden
1038
- */
1039
- export let GeographicMapImageryView = /*@__PURE__*/ (() => {
1031
+ export { GeographicMapImagery };
1032
+ let GeographicMapImageryView = /*@__PURE__*/ (() => {
1040
1033
  class GeographicMapImageryView extends Base {
1041
1034
  constructor(a) {
1042
1035
  super();
@@ -1079,10 +1072,8 @@ export let GeographicMapImageryView = /*@__PURE__*/ (() => {
1079
1072
  GeographicMapImageryView.$t = /*@__PURE__*/ markType(GeographicMapImageryView, 'GeographicMapImageryView');
1080
1073
  return GeographicMapImageryView;
1081
1074
  })();
1082
- /**
1083
- * @hidden
1084
- */
1085
- export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1075
+ export { GeographicMapImageryView };
1076
+ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1086
1077
  class GeographicXYTriangulatingSeriesView extends HostSeriesView {
1087
1078
  constructor(a) {
1088
1079
  super(a);
@@ -1091,50 +1082,48 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1082
  }
1092
1083
  ci() {
1093
1084
  super.ci();
1094
- let a = this.cu.xk;
1095
- a.yk = this.cu.xw;
1096
- a.ys = this.cu.xu;
1097
- a.trianglesSource = this.cu.xt;
1098
- a.x8 = this.cu.xz;
1099
- a.ya = this.cu.x1;
1100
- a.yc = this.cu.x3;
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;
1101
1092
  }
1102
1093
  cx() {
1103
- let a = this.cu.xk;
1094
+ let a = this.cu.xl;
1104
1095
  if (this.cu.dc == null) {
1105
- a.xi = null;
1106
1096
  a.xj = null;
1097
+ a.xk = null;
1107
1098
  return;
1108
1099
  }
1109
- a.xi = this.cu.dc.zh;
1110
- a.xj = this.cu.dc.zj;
1100
+ a.xj = this.cu.dc.zh;
1101
+ a.xk = this.cu.dc.zj;
1111
1102
  }
1112
1103
  cw() {
1113
- this.cu.xk.yk = this.cu.xw;
1104
+ this.cu.xl.yl = this.cu.xx;
1114
1105
  }
1115
1106
  cv() {
1116
- this.cu.xk.ys = this.cu.xu;
1107
+ this.cu.xl.yt = this.cu.xv;
1117
1108
  }
1118
1109
  cy() {
1119
- this.cu.xk.trianglesSource = this.cu.xt;
1110
+ this.cu.xl.trianglesSource = this.cu.xu;
1120
1111
  }
1121
1112
  cz() {
1122
- this.cu.xk.x8 = this.cu.xz;
1113
+ this.cu.xl.x9 = this.cu.x0;
1123
1114
  }
1124
1115
  c0() {
1125
- this.cu.xk.ya = this.cu.x1;
1116
+ this.cu.xl.yb = this.cu.x2;
1126
1117
  }
1127
1118
  c1() {
1128
- this.cu.xk.yc = this.cu.x3;
1119
+ this.cu.xl.yd = this.cu.x4;
1129
1120
  }
1130
1121
  }
1131
1122
  GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1132
1123
  return GeographicXYTriangulatingSeriesView;
1133
1124
  })();
1134
- /**
1135
- * @hidden
1136
- */
1137
- export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1125
+ export { GeographicXYTriangulatingSeriesView };
1126
+ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1138
1127
  class GeographicScatterAreaSeriesView extends GeographicXYTriangulatingSeriesView {
1139
1128
  constructor(a) {
1140
1129
  super(a);
@@ -1148,29 +1137,27 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1148
1137
  }
1149
1138
  ci() {
1150
1139
  super.ci();
1151
- if (this.c2.ye != null) {
1152
- this.c2.ye.zr = this.c2.yi;
1153
- this.c2.ye.zf = this.c2.yd;
1140
+ if (this.c2.yf != null) {
1141
+ this.c2.yf.zs = this.c2.yj;
1142
+ this.c2.yf.zg = this.c2.ye;
1154
1143
  }
1155
1144
  }
1156
1145
  c3() {
1157
- if (this.c2.ye != null) {
1158
- this.c2.ye.zr = this.c2.yi;
1146
+ if (this.c2.yf != null) {
1147
+ this.c2.yf.zs = this.c2.yj;
1159
1148
  }
1160
1149
  }
1161
1150
  c4() {
1162
- if (this.c2.ye != null) {
1163
- this.c2.ye.zf = this.c2.yd;
1151
+ if (this.c2.yf != null) {
1152
+ this.c2.yf.zg = this.c2.ye;
1164
1153
  }
1165
1154
  }
1166
1155
  }
1167
1156
  GeographicScatterAreaSeriesView.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
1168
1157
  return GeographicScatterAreaSeriesView;
1169
1158
  })();
1170
- /**
1171
- * @hidden
1172
- */
1173
- export let XamGeographicMapView = /*@__PURE__*/ (() => {
1159
+ export { GeographicScatterAreaSeriesView };
1160
+ let XamGeographicMapView = /*@__PURE__*/ (() => {
1174
1161
  class XamGeographicMapView extends SeriesViewerView {
1175
1162
  constructor(a) {
1176
1163
  super(a);
@@ -1319,10 +1306,8 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1319
1306
  XamGeographicMapView.$t = /*@__PURE__*/ markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
1320
1307
  return XamGeographicMapView;
1321
1308
  })();
1322
- /**
1323
- * @hidden
1324
- */
1325
- export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
1309
+ export { XamGeographicMapView };
1310
+ let OpenStreetMapImagery = /*@__PURE__*/ (() => {
1326
1311
  class OpenStreetMapImagery extends GeographicMapImagery {
1327
1312
  constructor() {
1328
1313
  super(new OpenStreetMapTileSource());
@@ -1350,53 +1335,49 @@ export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
1350
1335
  OpenStreetMapImagery.tilePathProperty = /*@__PURE__*/ DependencyProperty.i("TilePath", String_$type, OpenStreetMapImagery.$, /*@__PURE__*/ new PropertyMetadata(2, null, OpenStreetMapImagery.br));
1351
1336
  return OpenStreetMapImagery;
1352
1337
  })();
1353
- /**
1354
- * @hidden
1355
- */
1356
- export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1338
+ export { OpenStreetMapImagery };
1339
+ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1357
1340
  class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
1358
1341
  ct() {
1359
1342
  return new GeographicXYTriangulatingSeriesView(this);
1360
1343
  }
1361
- rg(a) {
1362
- super.rg(a);
1363
- this.xs = a;
1344
+ rh(a) {
1345
+ super.rh(a);
1346
+ this.xt = a;
1364
1347
  }
1365
- rp(a, b, c, d) {
1366
- super.rp(a, b, c, d);
1348
+ rq(a, b, c, d) {
1349
+ super.rq(a, b, c, d);
1367
1350
  switch (b) {
1368
1351
  case "SeriesViewer":
1369
- this.xs.cx();
1352
+ this.xt.cx();
1370
1353
  break;
1371
1354
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.xs.cw();
1355
+ this.xt.cw();
1373
1356
  break;
1374
1357
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.xs.cv();
1358
+ this.xt.cv();
1376
1359
  break;
1377
1360
  case GeographicXYTriangulatingSeries.$$p[5]:
1378
- this.xs.cy();
1361
+ this.xt.cy();
1379
1362
  break;
1380
1363
  case GeographicXYTriangulatingSeries.$$p[2]:
1381
- this.xs.cz();
1364
+ this.xt.cz();
1382
1365
  break;
1383
1366
  case GeographicXYTriangulatingSeries.$$p[3]:
1384
- this.xs.c0();
1367
+ this.xt.c0();
1385
1368
  break;
1386
1369
  case GeographicXYTriangulatingSeries.$$p[4]:
1387
- this.xs.c1();
1370
+ this.xt.c1();
1388
1371
  break;
1389
1372
  }
1390
1373
  }
1391
1374
  }
1392
1375
  GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1393
- GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ 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]]);
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]]);
1394
1377
  return GeographicXYTriangulatingSeries;
1395
1378
  })();
1396
- /**
1397
- * @hidden
1398
- */
1399
- export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1379
+ export { GeographicXYTriangulatingSeries };
1380
+ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1400
1381
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1401
1382
  bk() {
1402
1383
  return new GeographicScatterAreaSeries();
@@ -1406,53 +1387,53 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1406
1387
  }
1407
1388
  constructor() {
1408
1389
  super();
1409
- this.yb = null;
1390
+ this.yc = null;
1410
1391
  this.triangulationStatusChanged = null;
1411
1392
  this.ab = GeographicScatterAreaSeries.$;
1412
1393
  }
1413
- get yd() {
1414
- return this.yb;
1394
+ get ye() {
1395
+ return this.yc;
1415
1396
  }
1416
- set yd(a) {
1417
- let b = this.yb != a;
1397
+ set ye(a) {
1398
+ let b = this.yc != a;
1418
1399
  if (b) {
1419
- let c = this.yb;
1420
- if (this.yb != null) {
1421
- let d = this.yb;
1422
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yl));
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));
1423
1404
  }
1424
- this.yb = a;
1425
- if (this.yb != null) {
1426
- let e = this.yb;
1427
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yl));
1405
+ this.yc = a;
1406
+ if (this.yc != null) {
1407
+ let e = this.yc;
1408
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1428
1409
  }
1429
- this.raisePropertyChanged("ColorScale", c, this.yb);
1430
- if (this.ye != null) {
1431
- this.ye.zf = a;
1410
+ this.raisePropertyChanged("ColorScale", c, this.yc);
1411
+ if (this.yf != null) {
1412
+ this.yf.zg = a;
1432
1413
  }
1433
1414
  }
1434
1415
  }
1435
- yl(a, b) {
1436
- this.yg.c4();
1437
- this.yn();
1438
- this.r7(false);
1416
+ ym(a, b) {
1417
+ this.yh.c4();
1418
+ this.yo();
1419
+ this.r8(false);
1439
1420
  }
1440
- yn() {
1441
- if (this.ye != null) {
1442
- this.yc = this.ye.ze;
1421
+ yo() {
1422
+ if (this.yf != null) {
1423
+ this.yd = this.yf.zf;
1443
1424
  }
1444
1425
  }
1445
- sy() {
1446
- super.sy();
1447
- this.yn();
1426
+ sz() {
1427
+ super.sz();
1428
+ this.yo();
1448
1429
  }
1449
- xj() {
1450
- this.ye = new ScatterAreaSeries();
1451
- let a = this.ye;
1452
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
1453
- return this.ye;
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;
1454
1435
  }
1455
- ym(a, b) {
1436
+ yn(a, b) {
1456
1437
  if (this.triangulationStatusChanged != null) {
1457
1438
  this.triangulationStatusChanged(this, b);
1458
1439
  }
@@ -1460,19 +1441,19 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1460
1441
  ct() {
1461
1442
  return new GeographicScatterAreaSeriesView(this);
1462
1443
  }
1463
- rg(a) {
1464
- super.rg(a);
1465
- this.yg = a;
1444
+ rh(a) {
1445
+ super.rh(a);
1446
+ this.yh = a;
1466
1447
  }
1467
- rp(a, b, c, d) {
1468
- super.rp(a, b, c, d);
1448
+ rq(a, b, c, d) {
1449
+ super.rq(a, b, c, d);
1469
1450
  switch (b) {
1470
1451
  case GeographicScatterAreaSeries.$$p[1]:
1471
- this.yg.c3();
1452
+ this.yh.c3();
1472
1453
  break;
1473
1454
  case "ColorScale":
1474
- this.yg.c4();
1475
- this.yn();
1455
+ this.yh.c4();
1456
+ this.yo();
1476
1457
  break;
1477
1458
  }
1478
1459
  }
@@ -1484,6 +1465,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1484
1465
  }
1485
1466
  }
1486
1467
  GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1487
- GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yc:yo', [ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
1468
+ GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1488
1469
  return GeographicScatterAreaSeries;
1489
1470
  })();
1471
+ export { GeographicScatterAreaSeries };