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
@@ -192,8 +192,8 @@
192
192
  }
193
193
  };
194
194
  SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
195
- d = this.ak(a.q5);
196
- e = this.ak(a.q4);
195
+ d = this.ak(a.q9);
196
+ e = this.ak(a.q8);
197
197
  return {
198
198
  p3: d,
199
199
  p4: e
@@ -368,8 +368,8 @@
368
368
  }
369
369
  };
370
370
  SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
371
- d = a.q5;
372
- e = a.q4;
371
+ d = a.q9;
372
+ e = a.q8;
373
373
  return {
374
374
  p3: d,
375
375
  p4: e
@@ -449,14 +449,14 @@
449
449
  tslib.__extends(GeographicMapSeriesHost, _super);
450
450
  function GeographicMapSeriesHost() {
451
451
  var _this = _super.call(this) || this;
452
- _this.xi = null;
453
- _this.xk = _this.xj();
452
+ _this.xj = null;
453
+ _this.xl = _this.xk();
454
454
  return _this;
455
455
  }
456
- GeographicMapSeriesHost.prototype.qu = function () {
457
- _super.prototype.qu.call(this);
458
- if (this.xk != null) {
459
- this.xk.qu();
456
+ GeographicMapSeriesHost.prototype.qv = function () {
457
+ _super.prototype.qv.call(this);
458
+ if (this.xl != null) {
459
+ this.xl.qv();
460
460
  }
461
461
  };
462
462
  GeographicMapSeriesHost.prototype.get_ff = function () {
@@ -470,7 +470,7 @@
470
470
  if (c == "LongitudeMemberPath") {
471
471
  c = "XMemberPath";
472
472
  }
473
- return this.xk.kz(a, c);
473
+ return this.xl.kz(a, c);
474
474
  };
475
475
  GeographicMapSeriesHost.prototype.mo = function (a) {
476
476
  var b = this.no(a);
@@ -480,319 +480,319 @@
480
480
  if (b == "LongitudeMemberPath") {
481
481
  b = "XMemberPath";
482
482
  }
483
- return this.xk.mo(b);
483
+ return this.xl.mo(b);
484
484
  };
485
485
  GeographicMapSeriesHost.prototype.get_kr = function () {
486
- return this.k9(this.xk);
486
+ return this.k9(this.xl);
487
487
  };
488
488
  GeographicMapSeriesHost.prototype.set_kr = function (a) {
489
- this.pb(this.xk, a);
489
+ this.pc(this.xl, a);
490
490
  };
491
491
  GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
492
- return this.xk.ed(a, b, c, d, e);
492
+ return this.xl.ed(a, b, c, d, e);
493
493
  };
494
494
  GeographicMapSeriesHost.prototype.ai = function () {
495
- return this.xk.ai();
495
+ return this.xl.ai();
496
496
  };
497
497
  GeographicMapSeriesHost.prototype.bp = function () {
498
- return this.xk;
498
+ return this.xl;
499
499
  };
500
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xk", {
500
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xl", {
501
501
  get: function () {
502
- return this.xi;
502
+ return this.xj;
503
503
  },
504
504
  set: function (a) {
505
- var b = this.xi;
506
- var c = this.xk != a;
505
+ var b = this.xj;
506
+ var c = this.xl != a;
507
507
  if (c) {
508
- this.xi = a;
509
- this.xp(b, this.xi);
508
+ this.xj = a;
509
+ this.xq(b, this.xj);
510
510
  }
511
511
  },
512
512
  enumerable: false,
513
513
  configurable: true
514
514
  });
515
515
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
516
- return this.xk.hasMarkers;
516
+ return this.xl.hasMarkers;
517
517
  };
518
- GeographicMapSeriesHost.prototype.xp = function (a, b) {
519
- if (this.xi != null) {
520
- var hostedSeries_ = this.xi;
518
+ GeographicMapSeriesHost.prototype.xq = function (a, b) {
519
+ if (this.xj != null) {
520
+ var hostedSeries_ = this.xj;
521
521
  hostedSeries_.externalObject = igniteuiWebcomponentsCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiWebcomponentsCore.PlatformConstants.Prefix, igniteuiWebcomponentsCore.PlatformConstants.Postfix);
522
522
  hostedSeries_.externalObject._implementation = hostedSeries_;
523
523
  }
524
- this.pr(this.xk);
525
- this.xl.ci();
524
+ this.ps(this.xl);
525
+ this.xm.ci();
526
526
  if (a != null) {
527
527
  var c = (a);
528
- this.si(c, null);
528
+ this.sj(c, null);
529
529
  }
530
530
  if (b != null) {
531
531
  var d = (b);
532
- this.si(d, this);
532
+ this.sj(d, this);
533
533
  }
534
534
  };
535
535
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
536
- return this.dj(this.xk, a, b, c);
536
+ return this.dj(this.xl, a, b, c);
537
537
  };
538
538
  GeographicMapSeriesHost.prototype.di = function (a, b, c) {
539
- return this.dk(this.xk, a, b, c);
539
+ return this.dk(this.xl, a, b, c);
540
540
  };
541
541
  GeographicMapSeriesHost.prototype.kw = function (a) {
542
- return this.k5(this.xk, a);
542
+ return this.k5(this.xl, a);
543
543
  };
544
544
  GeographicMapSeriesHost.prototype.kj = function (a, b) {
545
- return this.xk.kj(a, b);
545
+ return this.xl.kj(a, b);
546
546
  };
547
547
  GeographicMapSeriesHost.prototype.kh = function (a, b) {
548
- return this.xk.kh(a, b);
548
+ return this.xl.kh(a, b);
549
549
  };
550
550
  GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
551
- return this.xk.jd(a, b, c);
551
+ return this.xl.jd(a, b, c);
552
552
  };
553
- GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
554
- return this.xk.wv(a, b, c);
553
+ GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
554
+ return this.xl.ww(a, b, c);
555
555
  };
556
- GeographicMapSeriesHost.prototype.w7 = function (a) {
557
- return this.xk.w7(a);
556
+ GeographicMapSeriesHost.prototype.w8 = function (a) {
557
+ return this.xl.w8(a);
558
558
  };
559
559
  GeographicMapSeriesHost.prototype.ao = function (a) {
560
- return this.xk.ao(a);
560
+ return this.xl.ao(a);
561
561
  };
562
- GeographicMapSeriesHost.prototype.w8 = function (a) {
563
- return this.xk.w8(a);
562
+ GeographicMapSeriesHost.prototype.w9 = function (a) {
563
+ return this.xl.w9(a);
564
564
  };
565
565
  GeographicMapSeriesHost.prototype.ap = function (a) {
566
- return this.xk.ap(a);
567
- };
568
- GeographicMapSeriesHost.prototype.w9 = function (a) {
569
- return this.xk.w9(a);
566
+ return this.xl.ap(a);
570
567
  };
571
568
  GeographicMapSeriesHost.prototype.xa = function (a) {
572
- return this.xk.xa(a);
569
+ return this.xl.xa(a);
570
+ };
571
+ GeographicMapSeriesHost.prototype.xb = function (a) {
572
+ return this.xl.xb(a);
573
573
  };
574
574
  GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
575
- return this.xk.i9(a, b, c);
575
+ return this.xl.i9(a, b, c);
576
576
  };
577
- GeographicMapSeriesHost.prototype.wr = function (a, b, c) {
578
- return this.xk.wr(a, b, c);
577
+ GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
578
+ return this.xl.ws(a, b, c);
579
579
  };
580
580
  GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
581
581
  return this.jd(a, b, c);
582
582
  };
583
- GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
584
- return this.xk.wt(a, b, c);
583
+ GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
584
+ return this.xl.wu(a, b, c);
585
585
  };
586
- GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
587
- return this.xk.ww(a, b, c);
586
+ GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
587
+ return this.xl.wx(a, b, c);
588
588
  };
589
589
  GeographicMapSeriesHost.prototype.je = function (a, b, c) {
590
- return this.xk.je(a, b, c);
590
+ return this.xl.je(a, b, c);
591
591
  };
592
- GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
593
- return this.xk.ws(a, b, c);
592
+ GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
593
+ return this.xl.wt(a, b, c);
594
594
  };
595
595
  GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
596
- return this.xk.ja(a, b, c);
596
+ return this.xl.ja(a, b, c);
597
597
  };
598
- GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
599
- return this.xk.wu(a, b, c);
598
+ GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
599
+ return this.xl.wv(a, b, c);
600
600
  };
601
601
  GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
602
- return this.xk.jc(a, b, c);
602
+ return this.xl.jc(a, b, c);
603
603
  };
604
604
  GeographicMapSeriesHost.prototype.kd = function (a) {
605
- return this.xk.kd(a);
605
+ return this.xl.kd(a);
606
606
  };
607
607
  GeographicMapSeriesHost.prototype.i3 = function () {
608
- return this.xk.i3();
608
+ return this.xl.i3();
609
609
  };
610
610
  GeographicMapSeriesHost.prototype.iz = function (a) {
611
- return this.xk.iz(a);
611
+ return this.xl.iz(a);
612
612
  };
613
613
  GeographicMapSeriesHost.prototype.kx = function (a) {
614
- return this.xk.kx(a);
614
+ return this.xl.kx(a);
615
615
  };
616
616
  GeographicMapSeriesHost.prototype.ct = function () {
617
617
  return new HostSeriesView(this);
618
618
  };
619
- GeographicMapSeriesHost.prototype.rg = function (a) {
620
- _super.prototype.rg.call(this, a);
621
- this.xl = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
619
+ GeographicMapSeriesHost.prototype.rh = function (a) {
620
+ _super.prototype.rh.call(this, a);
621
+ this.xm = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
622
622
  };
623
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xm", {
623
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xn", {
624
624
  get: function () {
625
- return this.c(GeographicMapSeriesHost.xr);
625
+ return this.c(GeographicMapSeriesHost.xs);
626
626
  },
627
627
  set: function (a) {
628
- this.h(GeographicMapSeriesHost.xr, a);
628
+ this.h(GeographicMapSeriesHost.xs, a);
629
629
  },
630
630
  enumerable: false,
631
631
  configurable: true
632
632
  });
633
- GeographicMapSeriesHost.prototype.rp = function (a, b, c, d) {
634
- _super.prototype.rp.call(this, a, b, c, d);
633
+ GeographicMapSeriesHost.prototype.rq = function (a, b, c, d) {
634
+ _super.prototype.rq.call(this, a, b, c, d);
635
635
  switch (b) {
636
636
  case "SeriesViewer":
637
- this.xk.dc = this.dc;
637
+ this.xl.dc = this.dc;
638
638
  if (c != null) {
639
- c.s9(this.xk);
639
+ c.s9(this.xl);
640
640
  }
641
641
  if (d != null) {
642
- this.dc.on(this.xk);
642
+ this.dc.on(this.xl);
643
643
  }
644
- this.xk.rs(this.xc);
645
- this.xk.index = this.index;
646
- this.qd(this.xk);
647
- this.kp = this.xk.kp;
644
+ this.xl.rt(this.xd);
645
+ this.xl.index = this.index;
646
+ this.qe(this.xl);
647
+ this.kp = this.xl.kp;
648
648
  var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, c);
649
649
  if (e != null) {
650
- e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.xq));
650
+ e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.xr));
651
651
  }
652
652
  if (this.dc != null) {
653
653
  var f = this.dc;
654
- f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.xq));
654
+ f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.xr));
655
655
  }
656
- this.xo();
656
+ this.xp();
657
657
  break;
658
658
  case "SyncLink":
659
- this.xk.c4 = this.c4;
659
+ this.xl.c4 = this.c4;
660
660
  break;
661
661
  case "VisibleFromScale":
662
- this.xo();
662
+ this.xp();
663
663
  break;
664
664
  case "Index":
665
- this.xk.index = this.index;
665
+ this.xl.index = this.index;
666
666
  break;
667
667
  case "ItemsSource":
668
- this.xl.cj();
668
+ this.xm.cj();
669
669
  break;
670
670
  case "Resolution":
671
- this.xl.cq();
671
+ this.xm.cq();
672
672
  break;
673
673
  case "TransitionDuration":
674
- this.xl.ct();
674
+ this.xm.ct();
675
675
  break;
676
676
  case "Opacity":
677
- this.xl.cn();
677
+ this.xm.cn();
678
678
  break;
679
679
  case "Visibility":
680
- var hs_ = this.xk;
680
+ var hs_ = this.xl;
681
681
  var v_ = this._visibility;
682
682
  hs_.visibility = v_;
683
683
  break;
684
684
  case "MouseOverEnabled":
685
- this.xk.ge = this.ge;
685
+ this.xl.ge = this.ge;
686
686
  break;
687
687
  case "ExpectFunctions":
688
- this.xk.expectFunctions = this.expectFunctions;
688
+ this.xl.expectFunctions = this.expectFunctions;
689
689
  break;
690
690
  case "Thickness":
691
- this.xl.cs();
691
+ this.xm.cs();
692
692
  break;
693
693
  case "Brush":
694
- this.xl.ch();
694
+ this.xm.ch();
695
695
  break;
696
696
  case "Outline":
697
- this.xl.cp();
697
+ this.xm.cp();
698
698
  break;
699
699
  case "ActualBrush":
700
- this.xl.ce();
700
+ this.xm.ce();
701
701
  break;
702
702
  case "ActualOutline":
703
- this.xl.cf();
703
+ this.xm.cf();
704
704
  break;
705
705
  case "MarkerFillOpacity":
706
706
  if (!igniteuiWebcomponentsCore.isNaN_(this.jo)) {
707
- this.xl.cm();
707
+ this.xm.cm();
708
708
  }
709
709
  break;
710
710
  case "AreaFillOpacity":
711
711
  if (!igniteuiWebcomponentsCore.isNaN_(this.ir)) {
712
- this.xl.cg();
712
+ this.xm.cg();
713
713
  }
714
714
  break;
715
715
  case "OutlineMode":
716
- this.xl.co();
716
+ this.xm.co();
717
717
  break;
718
718
  case "ShowDefaultTooltip":
719
- this.xl.cr();
719
+ this.xm.cr();
720
720
  break;
721
721
  case "Title":
722
- this.xk.title = this.title;
722
+ this.xl.title = this.title;
723
723
  break;
724
724
  case "LegendItemBadgeMode":
725
- this.xl.ck();
725
+ this.xm.ck();
726
726
  break;
727
727
  case "LegendItemBadgeShape":
728
- this.xl.cl();
728
+ this.xm.cl();
729
729
  break;
730
730
  case "Legend":
731
- this.xk.legend = this.legend;
731
+ this.xl.legend = this.legend;
732
732
  this.cw.a5();
733
733
  break;
734
734
  }
735
735
  };
736
- GeographicMapSeriesHost.prototype.xo = function () {
737
- if (this.dc == null || this.xk == null) {
736
+ GeographicMapSeriesHost.prototype.xp = function () {
737
+ if (this.dc == null || this.xl == null) {
738
738
  return;
739
739
  }
740
- if (!igniteuiWebcomponentsCore.isNaN_(this.xm)) {
741
- if (this.dc.yr.width > this.xm) {
742
- var hs_ = this.xk;
740
+ if (!igniteuiWebcomponentsCore.isNaN_(this.xn)) {
741
+ if (this.dc.yr.width > this.xn) {
742
+ var hs_ = this.xl;
743
743
  var v_ = 1;
744
744
  hs_.visibility = v_;
745
745
  }
746
746
  else {
747
- var hs2_ = this.xk;
747
+ var hs2_ = this.xl;
748
748
  var v2_ = 0;
749
749
  hs2_.visibility = v2_;
750
750
  }
751
751
  }
752
752
  };
753
- GeographicMapSeriesHost.prototype.xq = function (a, b) {
754
- this.xo();
753
+ GeographicMapSeriesHost.prototype.xr = function (a, b) {
754
+ this.xp();
755
755
  };
756
- GeographicMapSeriesHost.prototype.r7 = function (a) {
757
- _super.prototype.r7.call(this, a);
758
- if (this.xk != null) {
759
- this.xk.r7(a);
756
+ GeographicMapSeriesHost.prototype.r8 = function (a) {
757
+ _super.prototype.r8.call(this, a);
758
+ if (this.xl != null) {
759
+ this.xl.r8(a);
760
760
  }
761
761
  };
762
- GeographicMapSeriesHost.prototype.rk = function (a) {
763
- _super.prototype.rk.call(this, a);
764
- if (this.xk != null) {
765
- this.xk.q1();
762
+ GeographicMapSeriesHost.prototype.rl = function (a) {
763
+ _super.prototype.rl.call(this, a);
764
+ if (this.xl != null) {
765
+ this.xl.q2();
766
766
  }
767
767
  };
768
- GeographicMapSeriesHost.prototype.r6 = function (a, b, c, d, e) {
769
- if (this.xk != null) {
770
- this.xk.r6(a, b, c, d, e);
768
+ GeographicMapSeriesHost.prototype.r7 = function (a, b, c, d, e) {
769
+ if (this.xl != null) {
770
+ this.xl.r7(a, b, c, d, e);
771
771
  }
772
772
  };
773
773
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
774
- return this.xk.a2(a, b);
774
+ return this.xl.a2(a, b);
775
775
  };
776
- GeographicMapSeriesHost.prototype.st = function () {
777
- _super.prototype.st.call(this);
778
- this.xk.st();
776
+ GeographicMapSeriesHost.prototype.su = function () {
777
+ _super.prototype.su.call(this);
778
+ this.xl.su();
779
779
  };
780
780
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
781
781
  return this._coercionMethods;
782
782
  };
783
783
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
784
784
  this._coercionMethods = a;
785
- this.xk.coercionMethods = a;
785
+ this.xl.coercionMethods = a;
786
786
  };
787
- GeographicMapSeriesHost.prototype.qc = function (a) {
788
- _super.prototype.qc.call(this, a);
789
- if (this.xk != null) {
790
- var b = this.xk.kv();
791
- this.pk(a, b);
787
+ GeographicMapSeriesHost.prototype.qd = function (a) {
788
+ _super.prototype.qd.call(this, a);
789
+ if (this.xl != null) {
790
+ var b = this.xl.kv();
791
+ this.pl(a, b);
792
792
  }
793
793
  };
794
794
  GeographicMapSeriesHost.$t = igniteuiWebcomponentsCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiWebcomponentsCharts.Series.$);
795
- GeographicMapSeriesHost.xr = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
795
+ GeographicMapSeriesHost.xs = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
796
796
  var c = a;
797
797
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
798
798
  }));
@@ -814,66 +814,66 @@
814
814
  };
815
815
  HostSeriesView.prototype.ci = function () {
816
816
  this.cd.legendItemVisibility = 1;
817
- this.cd.xk.legendItemVisibility = 0;
818
- this.cd.xk.itemsSource = this.cd.itemsSource;
819
- this.cd.xk.index = this.cd.index;
820
- this.cd.xk.vy = this.cd.vy;
821
- this.cd.xk.we = this.cd.vy;
822
- this.cd.xk.cj = this.cd.cj;
823
- this.cd.xk.jr = this.cd.jr;
824
- this.cd.xk.km = this.cd.km;
825
- this.cd.xk._opacity = this.cd._opacity;
826
- this.cd.xk.jy = this.cd.jy;
827
- this.cd.xk.ir = this.cd.ir;
828
- this.cd.xk.jo = this.cd.jo;
829
- this.cd.xk.gv = this.cd.gv;
830
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
831
- this.cd.xk.be = this.cd.be;
817
+ this.cd.xl.legendItemVisibility = 0;
818
+ this.cd.xl.itemsSource = this.cd.itemsSource;
819
+ this.cd.xl.index = this.cd.index;
820
+ this.cd.xl.vz = this.cd.vz;
821
+ this.cd.xl.wf = this.cd.vz;
822
+ this.cd.xl.cj = this.cd.cj;
823
+ this.cd.xl.jr = this.cd.jr;
824
+ this.cd.xl.km = this.cd.km;
825
+ this.cd.xl._opacity = this.cd._opacity;
826
+ this.cd.xl.jy = this.cd.jy;
827
+ this.cd.xl.ir = this.cd.ir;
828
+ this.cd.xl.jo = this.cd.jo;
829
+ this.cd.xl.gv = this.cd.gv;
830
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
831
+ this.cd.xl.be = this.cd.be;
832
832
  };
833
833
  HostSeriesView.prototype.cj = function () {
834
- this.cd.xk.itemsSource = this.cd.itemsSource;
834
+ this.cd.xl.itemsSource = this.cd.itemsSource;
835
835
  };
836
836
  HostSeriesView.prototype.cq = function () {
837
- this.cd.xk.jr = this.cd.jr;
837
+ this.cd.xl.jr = this.cd.jr;
838
838
  };
839
839
  HostSeriesView.prototype.ct = function () {
840
- this.cd.xk.km = this.cd.km;
840
+ this.cd.xl.km = this.cd.km;
841
841
  };
842
842
  HostSeriesView.prototype.cn = function () {
843
- this.cd.xk._opacity = this.cd._opacity;
843
+ this.cd.xl._opacity = this.cd._opacity;
844
844
  };
845
845
  HostSeriesView.prototype.cs = function () {
846
- this.cd.xk.jy = this.cd.jy;
846
+ this.cd.xl.jy = this.cd.jy;
847
847
  };
848
848
  HostSeriesView.prototype.ch = function () {
849
- this.cd.xk.vy = this.cd.vy;
849
+ this.cd.xl.vz = this.cd.vz;
850
850
  };
851
851
  HostSeriesView.prototype.cp = function () {
852
- this.cd.xk.we = this.cd.we;
852
+ this.cd.xl.wf = this.cd.wf;
853
853
  };
854
854
  HostSeriesView.prototype.ce = function () {
855
- this.cd.xk.vy = this.cd.vs;
855
+ this.cd.xl.vz = this.cd.vt;
856
856
  };
857
857
  HostSeriesView.prototype.cf = function () {
858
- this.cd.xk.we = this.cd.vw;
858
+ this.cd.xl.wf = this.cd.vx;
859
859
  };
860
860
  HostSeriesView.prototype.ck = function () {
861
- this.cd.xk.be = this.cd.be;
861
+ this.cd.xl.be = this.cd.be;
862
862
  };
863
863
  HostSeriesView.prototype.cl = function () {
864
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
864
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
865
865
  };
866
866
  HostSeriesView.prototype.cg = function () {
867
- this.cd.xk.ir = this.cd.ir;
867
+ this.cd.xl.ir = this.cd.ir;
868
868
  };
869
869
  HostSeriesView.prototype.cm = function () {
870
- this.cd.xk.jo = this.cd.jo;
870
+ this.cd.xl.jo = this.cd.jo;
871
871
  };
872
872
  HostSeriesView.prototype.co = function () {
873
- this.cd.xk.cj = this.cd.cj;
873
+ this.cd.xl.cj = this.cd.cj;
874
874
  };
875
875
  HostSeriesView.prototype.cr = function () {
876
- this.cd.xk.gv = this.cd.gv;
876
+ this.cd.xl.gv = this.cd.gv;
877
877
  };
878
878
  HostSeriesView.$t = igniteuiWebcomponentsCore.markType(HostSeriesView, 'HostSeriesView', igniteuiWebcomponentsCharts.SeriesView.$);
879
879
  return HostSeriesView;
@@ -926,20 +926,20 @@
926
926
  _this.backgroundContent = new OpenStreetMapImagery();
927
927
  var a = ((function () {
928
928
  var $ret = new igniteuiWebcomponentsCharts.NumericXAxis();
929
- $ret.b2 = _this;
929
+ $ret.b7 = _this;
930
930
  return $ret;
931
931
  })());
932
932
  a.dk = true;
933
933
  _this.zh = a;
934
- _this.zh.ta = new SphericalMercatorHorizontalScaler();
934
+ _this.zh.td = new SphericalMercatorHorizontalScaler();
935
935
  var b = ((function () {
936
936
  var $ret = new igniteuiWebcomponentsCharts.NumericYAxis();
937
- $ret.b2 = _this;
937
+ $ret.b7 = _this;
938
938
  return $ret;
939
939
  })());
940
940
  b.dk = true;
941
941
  _this.zj = b;
942
- _this.zj.ta = new SphericalMercatorVerticalScaler();
942
+ _this.zj.td = new SphericalMercatorVerticalScaler();
943
943
  _this.aao();
944
944
  _this.aav();
945
945
  _this.po();
@@ -1119,10 +1119,10 @@
1119
1119
  g.c = this.yv;
1120
1120
  var h = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
1121
1121
  h.c = this.yv;
1122
- var i = this.zh.f5(d.left, g);
1123
- var j = this.zh.f5(d.right, g);
1124
- var k = this.zj.f5(d.top, h);
1125
- var l = this.zj.f5(d.bottom, h);
1122
+ var i = this.zh.f6(d.left, g);
1123
+ var j = this.zh.f6(d.right, g);
1124
+ var k = this.zj.f6(d.top, h);
1125
+ var l = this.zj.f6(d.bottom, h);
1126
1126
  var m = (i - c) / this.y9.width;
1127
1127
  var n = (l - c) / this.y9.height;
1128
1128
  var o = (j - i + (c * 2)) / this.y9.width;
@@ -1155,10 +1155,10 @@
1155
1155
  var e = new igniteuiWebcomponentsCharts.ScalerParams(1, a, this.y9, c.dn);
1156
1156
  e.c = this.yv;
1157
1157
  var f = this.yu;
1158
- var g = b.f8(f.left, d);
1159
- var h = c.f8(f.top, e);
1160
- var i = b.f8(f.right, d);
1161
- var j = c.f8(f.bottom, e);
1158
+ var g = b.f9(f.left, d);
1159
+ var h = c.f9(f.top, e);
1160
+ var i = b.f9(f.right, d);
1161
+ var j = c.f9(f.bottom, e);
1162
1162
  var k = i - g;
1163
1163
  var l = h - j;
1164
1164
  var m = new igniteuiWebcomponentsCore.Rect(0, g, j, k, l);
@@ -1171,13 +1171,13 @@
1171
1171
  return m;
1172
1172
  };
1173
1173
  XamGeographicMap.prototype.aba = function (a) {
1174
- var b = this.zh.q8(a.x);
1175
- var c = this.zj.q8(a.y);
1174
+ var b = this.zh.rc(a.x);
1175
+ var c = this.zj.rc(a.y);
1176
1176
  return { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
1177
1177
  };
1178
1178
  XamGeographicMap.prototype.abb = function (a) {
1179
- var b = this.zh.gs(a.x);
1180
- var c = this.zj.gs(a.y);
1179
+ var b = this.zh.gt(a.x);
1180
+ var c = this.zj.gt(a.y);
1181
1181
  return { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
1182
1182
  };
1183
1183
  XamGeographicMap.prototype.abc = function (a) {
@@ -1200,7 +1200,7 @@
1200
1200
  try {
1201
1201
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
1202
1202
  var a = _c.value;
1203
- a.st();
1203
+ a.su();
1204
1204
  }
1205
1205
  }
1206
1206
  catch (e_1_1) {
@@ -1220,15 +1220,15 @@
1220
1220
  XamGeographicMap.prototype.aaw = function () {
1221
1221
  if (this.zs == 2) {
1222
1222
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1223
- var a = this.zh.q8(this.y9.left + (this.y9.width / 2));
1224
- var b = this.zj.q8(this.y9.top + (this.y9.height / 2));
1223
+ var a = this.zh.rc(this.y9.left + (this.y9.width / 2));
1224
+ var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
1225
1225
  this.aa9 = { $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b };
1226
1226
  }
1227
1227
  }
1228
1228
  else {
1229
1229
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1230
- var c = this.zh.q8(this.y9.left);
1231
- var d = this.zj.q8(this.y9.top);
1230
+ var c = this.zh.rc(this.y9.left);
1231
+ var d = this.zj.rc(this.y9.top);
1232
1232
  this.aa9 = { $type: igniteuiWebcomponentsCore.Point_$type, x: c, y: d };
1233
1233
  }
1234
1234
  }
@@ -1249,7 +1249,7 @@
1249
1249
  else {
1250
1250
  var g = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
1251
1251
  g.c = this.yv;
1252
- var h = this.zh.f5(a, g);
1252
+ var h = this.zh.f6(a, g);
1253
1253
  if (this.zs == 2) {
1254
1254
  var i = h / this.y9.width;
1255
1255
  c = i - (e / 2);
@@ -1269,7 +1269,7 @@
1269
1269
  else {
1270
1270
  var j = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1271
1271
  j.c = this.yv;
1272
- var k = this.zj.f5(b, j);
1272
+ var k = this.zj.f6(b, j);
1273
1273
  if (this.zs == 2) {
1274
1274
  var l = k / this.y9.height;
1275
1275
  d = l - (f / 2);
@@ -1400,13 +1400,13 @@
1400
1400
  }
1401
1401
  if (c) {
1402
1402
  if (d) {
1403
- var i = this.zg.f5(-180, b);
1404
- var j = this.zg.f5(180, b);
1403
+ var i = this.zg.f6(-180, b);
1404
+ var j = this.zg.f6(180, b);
1405
1405
  e = j - i;
1406
1406
  }
1407
1407
  else {
1408
- var k = this.zg.f5(-180, b);
1409
- var l = this.zg.f5(180, b);
1408
+ var k = this.zg.f6(-180, b);
1409
+ var l = this.zg.f6(180, b);
1410
1410
  e = k - l;
1411
1411
  }
1412
1412
  }
@@ -1417,10 +1417,10 @@
1417
1417
  a.c = this.yv;
1418
1418
  var b = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1419
1419
  b.c = this.yv;
1420
- var c = this.zh.f5(XamGeographicMap.abe.left, a);
1421
- var d = this.zh.f5(XamGeographicMap.abe.right, a);
1422
- var e = this.zj.f5(XamGeographicMap.abe.top, b);
1423
- var f = this.zj.f5(XamGeographicMap.abe.bottom, b);
1420
+ var c = this.zh.f6(XamGeographicMap.abe.left, a);
1421
+ var d = this.zh.f6(XamGeographicMap.abe.right, a);
1422
+ var e = this.zj.f6(XamGeographicMap.abe.top, b);
1423
+ var f = this.zj.f6(XamGeographicMap.abe.bottom, b);
1424
1424
  this.abg = new igniteuiWebcomponentsCore.Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
1425
1425
  return this.abg;
1426
1426
  };
@@ -1495,7 +1495,7 @@
1495
1495
  };
1496
1496
  XamGeographicMap.prototype.aan = function (a) {
1497
1497
  if (a != null) {
1498
- a.b2 = this;
1498
+ a.b7 = this;
1499
1499
  }
1500
1500
  };
1501
1501
  XamGeographicMap.prototype.rw = function (a) {
@@ -1617,7 +1617,7 @@
1617
1617
  try {
1618
1618
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
1619
1619
  var g = _d.value;
1620
- g.r7(false);
1620
+ g.r8(false);
1621
1621
  }
1622
1622
  }
1623
1623
  catch (e_2_1) {
@@ -1664,7 +1664,7 @@
1664
1664
  try {
1665
1665
  for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
1666
1666
  var i = _f.value;
1667
- i.qu();
1667
+ i.qv();
1668
1668
  }
1669
1669
  }
1670
1670
  catch (e_3_1) {
@@ -1690,20 +1690,20 @@
1690
1690
  };
1691
1691
  XamGeographicMap.prototype.aau = function (a) {
1692
1692
  if (a != null) {
1693
- a.b2 = null;
1693
+ a.b7 = null;
1694
1694
  }
1695
1695
  };
1696
1696
  XamGeographicMap.prototype.aav = function () {
1697
1697
  if (this.zh != null) {
1698
- this.zh.q5 = this.abi.left;
1699
- this.zh.q4 = this.abi.right;
1698
+ this.zh.q9 = this.abi.left;
1699
+ this.zh.q8 = this.abi.right;
1700
1700
  }
1701
1701
  if (this.zj != null) {
1702
- this.zj.q5 = this.abi.top;
1703
- this.zj.q4 = this.abi.bottom;
1702
+ this.zj.q9 = this.abi.top;
1703
+ this.zj.q8 = this.abi.bottom;
1704
1704
  }
1705
- this.zh.ed(true);
1706
- this.zj.ed(true);
1705
+ this.zh.ee(true);
1706
+ this.zj.ee(true);
1707
1707
  };
1708
1708
  XamGeographicMap.prototype.getFontInfo = function () {
1709
1709
  this.zu = this.zt.fr;
@@ -1720,7 +1720,7 @@
1720
1720
  var c = b;
1721
1721
  var d = a;
1722
1722
  d.itemsSource = c.triangulationSource.points;
1723
- d.xt = c.triangulationSource.triangles;
1723
+ d.xu = c.triangulationSource.triangles;
1724
1724
  }
1725
1725
  else {
1726
1726
  _super.prototype.tk.call(this, a, b);
@@ -1748,8 +1748,8 @@
1748
1748
  };
1749
1749
  XamGeographicMap.prototype.z7 = function () {
1750
1750
  var a = new igniteuiWebcomponentsCharts.ChartVisualData();
1751
- var b = this.zh.hr();
1752
- var c = this.zj.hr();
1751
+ var b = this.zh.hs();
1752
+ var c = this.zj.hs();
1753
1753
  a.axes.add1(b);
1754
1754
  a.axes.add1(c);
1755
1755
  for (var d = 0; d < this.b9.count; d++) {
@@ -1954,8 +1954,8 @@
1954
1954
  j.c = c;
1955
1955
  var k = new igniteuiWebcomponentsCharts.ScalerParams(1, this.windowRect, b, i.dn);
1956
1956
  k.c = c;
1957
- var l = h.f5(d.left, j);
1958
- var m = i.f5(d.bottom, k);
1957
+ var l = h.f6(d.left, j);
1958
+ var m = i.f6(d.bottom, k);
1959
1959
  var n = (-l / b.width) * this.ao.a5;
1960
1960
  var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1961
1961
  this.ao.cm = { $type: igniteuiWebcomponentsCore.Point_$type, x: n, y: o };
@@ -2053,41 +2053,41 @@
2053
2053
  }
2054
2054
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2055
2055
  _super.prototype.ci.call(this);
2056
- var a = this.cu.xk;
2057
- a.yk = this.cu.xw;
2058
- a.ys = this.cu.xu;
2059
- a.trianglesSource = this.cu.xt;
2060
- a.x8 = this.cu.xz;
2061
- a.ya = this.cu.x1;
2062
- a.yc = this.cu.x3;
2056
+ var a = this.cu.xl;
2057
+ a.yl = this.cu.xx;
2058
+ a.yt = this.cu.xv;
2059
+ a.trianglesSource = this.cu.xu;
2060
+ a.x9 = this.cu.x0;
2061
+ a.yb = this.cu.x2;
2062
+ a.yd = this.cu.x4;
2063
2063
  };
2064
2064
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
2065
- var a = this.cu.xk;
2065
+ var a = this.cu.xl;
2066
2066
  if (this.cu.dc == null) {
2067
- a.xi = null;
2068
2067
  a.xj = null;
2068
+ a.xk = null;
2069
2069
  return;
2070
2070
  }
2071
- a.xi = this.cu.dc.zh;
2072
- a.xj = this.cu.dc.zj;
2071
+ a.xj = this.cu.dc.zh;
2072
+ a.xk = this.cu.dc.zj;
2073
2073
  };
2074
2074
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
2075
- this.cu.xk.yk = this.cu.xw;
2075
+ this.cu.xl.yl = this.cu.xx;
2076
2076
  };
2077
2077
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
2078
- this.cu.xk.ys = this.cu.xu;
2078
+ this.cu.xl.yt = this.cu.xv;
2079
2079
  };
2080
2080
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
2081
- this.cu.xk.trianglesSource = this.cu.xt;
2081
+ this.cu.xl.trianglesSource = this.cu.xu;
2082
2082
  };
2083
2083
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
2084
- this.cu.xk.x8 = this.cu.xz;
2084
+ this.cu.xl.x9 = this.cu.x0;
2085
2085
  };
2086
2086
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
2087
- this.cu.xk.ya = this.cu.x1;
2087
+ this.cu.xl.yb = this.cu.x2;
2088
2088
  };
2089
2089
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
2090
- this.cu.xk.yc = this.cu.x3;
2090
+ this.cu.xl.yd = this.cu.x4;
2091
2091
  };
2092
2092
  GeographicXYTriangulatingSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
2093
2093
  return GeographicXYTriangulatingSeriesView;
@@ -2110,19 +2110,19 @@
2110
2110
  };
2111
2111
  GeographicScatterAreaSeriesView.prototype.ci = function () {
2112
2112
  _super.prototype.ci.call(this);
2113
- if (this.c2.ye != null) {
2114
- this.c2.ye.zr = this.c2.yi;
2115
- this.c2.ye.zf = this.c2.yd;
2113
+ if (this.c2.yf != null) {
2114
+ this.c2.yf.zs = this.c2.yj;
2115
+ this.c2.yf.zg = this.c2.ye;
2116
2116
  }
2117
2117
  };
2118
2118
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
2119
- if (this.c2.ye != null) {
2120
- this.c2.ye.zr = this.c2.yi;
2119
+ if (this.c2.yf != null) {
2120
+ this.c2.yf.zs = this.c2.yj;
2121
2121
  }
2122
2122
  };
2123
2123
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
2124
- if (this.c2.ye != null) {
2125
- this.c2.ye.zf = this.c2.yd;
2124
+ if (this.c2.yf != null) {
2125
+ this.c2.yf.zg = this.c2.ye;
2126
2126
  }
2127
2127
  };
2128
2128
  GeographicScatterAreaSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2329,38 +2329,38 @@
2329
2329
  GeographicXYTriangulatingSeries.prototype.ct = function () {
2330
2330
  return new GeographicXYTriangulatingSeriesView(this);
2331
2331
  };
2332
- GeographicXYTriangulatingSeries.prototype.rg = function (a) {
2333
- _super.prototype.rg.call(this, a);
2334
- this.xs = a;
2332
+ GeographicXYTriangulatingSeries.prototype.rh = function (a) {
2333
+ _super.prototype.rh.call(this, a);
2334
+ this.xt = a;
2335
2335
  };
2336
- GeographicXYTriangulatingSeries.prototype.rp = function (a, b, c, d) {
2337
- _super.prototype.rp.call(this, a, b, c, d);
2336
+ GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
2337
+ _super.prototype.rq.call(this, a, b, c, d);
2338
2338
  switch (b) {
2339
2339
  case "SeriesViewer":
2340
- this.xs.cx();
2340
+ this.xt.cx();
2341
2341
  break;
2342
2342
  case GeographicXYTriangulatingSeries.$$p[1]:
2343
- this.xs.cw();
2343
+ this.xt.cw();
2344
2344
  break;
2345
2345
  case GeographicXYTriangulatingSeries.$$p[0]:
2346
- this.xs.cv();
2346
+ this.xt.cv();
2347
2347
  break;
2348
2348
  case GeographicXYTriangulatingSeries.$$p[5]:
2349
- this.xs.cy();
2349
+ this.xt.cy();
2350
2350
  break;
2351
2351
  case GeographicXYTriangulatingSeries.$$p[2]:
2352
- this.xs.cz();
2352
+ this.xt.cz();
2353
2353
  break;
2354
2354
  case GeographicXYTriangulatingSeries.$$p[3]:
2355
- this.xs.c0();
2355
+ this.xt.c0();
2356
2356
  break;
2357
2357
  case GeographicXYTriangulatingSeries.$$p[4]:
2358
- this.xs.c1();
2358
+ this.xt.c1();
2359
2359
  break;
2360
2360
  }
2361
2361
  };
2362
2362
  GeographicXYTriangulatingSeries.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2363
- GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.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', [igniteuiWebcomponentsCore.IEnumerable_$type, null]]);
2363
+ GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.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', [igniteuiWebcomponentsCore.IEnumerable_$type, null]]);
2364
2364
  return GeographicXYTriangulatingSeries;
2365
2365
  }(GeographicMapSeriesHost));
2366
2366
  /**
@@ -2370,7 +2370,7 @@
2370
2370
  tslib.__extends(GeographicScatterAreaSeries, _super);
2371
2371
  function GeographicScatterAreaSeries() {
2372
2372
  var _this = _super.call(this) || this;
2373
- _this.yb = null;
2373
+ _this.yc = null;
2374
2374
  _this.triangulationStatusChanged = null;
2375
2375
  _this.ab = GeographicScatterAreaSeries.$;
2376
2376
  return _this;
@@ -2381,53 +2381,53 @@
2381
2381
  GeographicScatterAreaSeries.prototype.get_ex = function () {
2382
2382
  return true;
2383
2383
  };
2384
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "yd", {
2384
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
2385
2385
  get: function () {
2386
- return this.yb;
2386
+ return this.yc;
2387
2387
  },
2388
2388
  set: function (a) {
2389
- var b = this.yb != a;
2389
+ var b = this.yc != a;
2390
2390
  if (b) {
2391
- var c = this.yb;
2392
- if (this.yb != null) {
2393
- var d = this.yb;
2394
- d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.yl));
2391
+ var c = this.yc;
2392
+ if (this.yc != null) {
2393
+ var d = this.yc;
2394
+ d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ym));
2395
2395
  }
2396
- this.yb = a;
2397
- if (this.yb != null) {
2398
- var e = this.yb;
2399
- e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.yl));
2396
+ this.yc = a;
2397
+ if (this.yc != null) {
2398
+ var e = this.yc;
2399
+ e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ym));
2400
2400
  }
2401
- this.raisePropertyChanged("ColorScale", c, this.yb);
2402
- if (this.ye != null) {
2403
- this.ye.zf = a;
2401
+ this.raisePropertyChanged("ColorScale", c, this.yc);
2402
+ if (this.yf != null) {
2403
+ this.yf.zg = a;
2404
2404
  }
2405
2405
  }
2406
2406
  },
2407
2407
  enumerable: false,
2408
2408
  configurable: true
2409
2409
  });
2410
- GeographicScatterAreaSeries.prototype.yl = function (a, b) {
2411
- this.yg.c4();
2412
- this.yn();
2413
- this.r7(false);
2410
+ GeographicScatterAreaSeries.prototype.ym = function (a, b) {
2411
+ this.yh.c4();
2412
+ this.yo();
2413
+ this.r8(false);
2414
2414
  };
2415
- GeographicScatterAreaSeries.prototype.yn = function () {
2416
- if (this.ye != null) {
2417
- this.yc = this.ye.ze;
2415
+ GeographicScatterAreaSeries.prototype.yo = function () {
2416
+ if (this.yf != null) {
2417
+ this.yd = this.yf.zf;
2418
2418
  }
2419
2419
  };
2420
- GeographicScatterAreaSeries.prototype.sy = function () {
2421
- _super.prototype.sy.call(this);
2422
- this.yn();
2420
+ GeographicScatterAreaSeries.prototype.sz = function () {
2421
+ _super.prototype.sz.call(this);
2422
+ this.yo();
2423
2423
  };
2424
- GeographicScatterAreaSeries.prototype.xj = function () {
2425
- this.ye = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
2426
- var a = this.ye;
2427
- a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.ym));
2428
- return this.ye;
2424
+ GeographicScatterAreaSeries.prototype.xk = function () {
2425
+ this.yf = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
2426
+ var a = this.yf;
2427
+ a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yn));
2428
+ return this.yf;
2429
2429
  };
2430
- GeographicScatterAreaSeries.prototype.ym = function (a, b) {
2430
+ GeographicScatterAreaSeries.prototype.yn = function (a, b) {
2431
2431
  if (this.triangulationStatusChanged != null) {
2432
2432
  this.triangulationStatusChanged(this, b);
2433
2433
  }
@@ -2435,19 +2435,19 @@
2435
2435
  GeographicScatterAreaSeries.prototype.ct = function () {
2436
2436
  return new GeographicScatterAreaSeriesView(this);
2437
2437
  };
2438
- GeographicScatterAreaSeries.prototype.rg = function (a) {
2439
- _super.prototype.rg.call(this, a);
2440
- this.yg = a;
2438
+ GeographicScatterAreaSeries.prototype.rh = function (a) {
2439
+ _super.prototype.rh.call(this, a);
2440
+ this.yh = a;
2441
2441
  };
2442
- GeographicScatterAreaSeries.prototype.rp = function (a, b, c, d) {
2443
- _super.prototype.rp.call(this, a, b, c, d);
2442
+ GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
2443
+ _super.prototype.rq.call(this, a, b, c, d);
2444
2444
  switch (b) {
2445
2445
  case GeographicScatterAreaSeries.$$p[1]:
2446
- this.yg.c3();
2446
+ this.yh.c3();
2447
2447
  break;
2448
2448
  case "ColorScale":
2449
- this.yg.c4();
2450
- this.yn();
2449
+ this.yh.c4();
2450
+ this.yo();
2451
2451
  break;
2452
2452
  }
2453
2453
  };
@@ -2458,7 +2458,7 @@
2458
2458
  _super.prototype.set_hd.call(this, a);
2459
2459
  };
2460
2460
  GeographicScatterAreaSeries.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2461
- GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yc:yo', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
2461
+ GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
2462
2462
  return GeographicScatterAreaSeries;
2463
2463
  }(GeographicXYTriangulatingSeries));
2464
2464
 
@@ -4921,11 +4921,11 @@
4921
4921
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
4922
4922
  */
4923
4923
  get: function () {
4924
- return this.i.xm;
4924
+ return this.i.xn;
4925
4925
  },
4926
4926
  set: function (v) {
4927
- this.i.xm = +v;
4928
- this._a("visibleFromScale", this.i.xm);
4927
+ this.i.xn = +v;
4928
+ this._a("visibleFromScale", this.i.xn);
4929
4929
  },
4930
4930
  enumerable: false,
4931
4931
  configurable: true
@@ -4950,7 +4950,7 @@
4950
4950
 
4951
4951
  */
4952
4952
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
4953
- this.i.qu();
4953
+ this.i.qv();
4954
4954
  };
4955
4955
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
4956
4956
  var iv = this.i.kz(item, memberPathName);
@@ -4987,7 +4987,7 @@
4987
4987
  return (iv);
4988
4988
  };
4989
4989
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
4990
- var iv = this.i.wv(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4990
+ var iv = this.i.ww(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4991
4991
  return igniteuiWebcomponentsCore.fromPoint(iv);
4992
4992
  };
4993
4993
  /**
@@ -4996,7 +4996,7 @@
4996
4996
  * @param world * The world coordinate for which to get a value bounding box for
4997
4997
  */
4998
4998
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
4999
- var iv = this.i.w7(igniteuiWebcomponentsCore.toPoint(world));
4999
+ var iv = this.i.w8(igniteuiWebcomponentsCore.toPoint(world));
5000
5000
  return igniteuiWebcomponentsCore.fromRect(iv);
5001
5001
  };
5002
5002
  /**
@@ -5005,7 +5005,7 @@
5005
5005
  * @param world * The world coordinates for which to get a value marker bounding box for
5006
5006
  */
5007
5007
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
5008
- var iv = this.i.w9(igniteuiWebcomponentsCore.toPoint(world));
5008
+ var iv = this.i.xa(igniteuiWebcomponentsCore.toPoint(world));
5009
5009
  return igniteuiWebcomponentsCore.fromRect(iv);
5010
5010
  };
5011
5011
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -5013,7 +5013,7 @@
5013
5013
  return (iv);
5014
5014
  };
5015
5015
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
5016
- var iv = this.i.wr(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5016
+ var iv = this.i.ws(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5017
5017
  return igniteuiWebcomponentsCore.fromPoint(iv);
5018
5018
  };
5019
5019
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -5021,11 +5021,11 @@
5021
5021
  return (iv);
5022
5022
  };
5023
5023
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
5024
- var iv = this.i.wt(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5024
+ var iv = this.i.wu(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5025
5025
  return igniteuiWebcomponentsCore.fromPoint(iv);
5026
5026
  };
5027
5027
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5028
- var iv = this.i.ww(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
5028
+ var iv = this.i.wx(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
5029
5029
  return igniteuiWebcomponentsCore.fromPoint(iv);
5030
5030
  };
5031
5031
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -5046,14 +5046,14 @@
5046
5046
  * @param animate * True if the change should be animated.
5047
5047
  */
5048
5048
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
5049
- this.i.r7(animate);
5049
+ this.i.r8(animate);
5050
5050
  };
5051
5051
  /**
5052
5052
  * Called when this series' Style is updated.
5053
5053
 
5054
5054
  */
5055
5055
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
5056
- this.i.st();
5056
+ this.i.su();
5057
5057
  };
5058
5058
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
5059
5059
  return IgcGeographicMapSeriesHostComponent;
@@ -5192,10 +5192,10 @@
5192
5192
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
5193
5193
  */
5194
5194
  get: function () {
5195
- return this.i.yj;
5195
+ return this.i.yk;
5196
5196
  },
5197
5197
  set: function (v) {
5198
- this.i.yj = v;
5198
+ this.i.yk = v;
5199
5199
  },
5200
5200
  enumerable: false,
5201
5201
  configurable: true
@@ -5205,11 +5205,11 @@
5205
5205
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5206
5206
  */
5207
5207
  get: function () {
5208
- return this.i.x4;
5208
+ return this.i.x5;
5209
5209
  },
5210
5210
  set: function (v) {
5211
- this.i.x4 = igniteuiWebcomponentsCore.ensureBool(v);
5212
- this._a("isCustomShapeStyleAllowed", this.i.x4);
5211
+ this.i.x5 = igniteuiWebcomponentsCore.ensureBool(v);
5212
+ this._a("isCustomShapeStyleAllowed", this.i.x5);
5213
5213
  },
5214
5214
  enumerable: false,
5215
5215
  configurable: true
@@ -5219,11 +5219,11 @@
5219
5219
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5220
5220
  */
5221
5221
  get: function () {
5222
- return this.i.x3;
5222
+ return this.i.x4;
5223
5223
  },
5224
5224
  set: function (v) {
5225
- this.i.x3 = igniteuiWebcomponentsCore.ensureBool(v);
5226
- this._a("isCustomShapeMarkerStyleAllowed", this.i.x3);
5225
+ this.i.x4 = igniteuiWebcomponentsCore.ensureBool(v);
5226
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
5227
5227
  },
5228
5228
  enumerable: false,
5229
5229
  configurable: true
@@ -5233,11 +5233,11 @@
5233
5233
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5234
5234
  */
5235
5235
  get: function () {
5236
- return this.i.xv;
5236
+ return this.i.xw;
5237
5237
  },
5238
5238
  set: function (v) {
5239
- this.i.xv = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
5240
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.xv));
5239
+ this.i.xw = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
5240
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.xw));
5241
5241
  },
5242
5242
  enumerable: false,
5243
5243
  configurable: true
@@ -5247,11 +5247,11 @@
5247
5247
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5248
5248
  */
5249
5249
  get: function () {
5250
- return this.i.x7;
5250
+ return this.i.x8;
5251
5251
  },
5252
5252
  set: function (v) {
5253
- this.i.x7 = +v;
5254
- this._a("itemSearchThreshold", this.i.x7);
5253
+ this.i.x8 = +v;
5254
+ this._a("itemSearchThreshold", this.i.x8);
5255
5255
  },
5256
5256
  enumerable: false,
5257
5257
  configurable: true
@@ -5261,10 +5261,10 @@
5261
5261
  * Gets or sets the fill mapping property for the current series object.
5262
5262
  */
5263
5263
  get: function () {
5264
- return this.i.x8;
5264
+ return this.i.x9;
5265
5265
  },
5266
5266
  set: function (v) {
5267
- this.i.x8 = v;
5267
+ this.i.x9 = v;
5268
5268
  },
5269
5269
  enumerable: false,
5270
5270
  configurable: true
@@ -5274,7 +5274,7 @@
5274
5274
  * Gets or sets the brush scale for the fill brush of markers.
5275
5275
  */
5276
5276
  get: function () {
5277
- var r = this.i.xu;
5277
+ var r = this.i.xv;
5278
5278
  if (r == null) {
5279
5279
  return null;
5280
5280
  }
@@ -5290,7 +5290,7 @@
5290
5290
  set: function (v) {
5291
5291
  if (v != null && this._stylingContainer && v._styling)
5292
5292
  v._styling(this._stylingContainer, this, this);
5293
- v == null ? this.i.xu = null : this.i.xu = v.i;
5293
+ v == null ? this.i.xv = null : this.i.xv = v.i;
5294
5294
  },
5295
5295
  enumerable: false,
5296
5296
  configurable: true
@@ -5301,11 +5301,11 @@
5301
5301
  * This setting applies only if multiple series are using the same FillScale.
5302
5302
  */
5303
5303
  get: function () {
5304
- return this.i.x2;
5304
+ return this.i.x3;
5305
5305
  },
5306
5306
  set: function (v) {
5307
- this.i.x2 = igniteuiWebcomponentsCore.ensureBool(v);
5308
- this._a("fillScaleUseGlobalValues", this.i.x2);
5307
+ this.i.x3 = igniteuiWebcomponentsCore.ensureBool(v);
5308
+ this._a("fillScaleUseGlobalValues", this.i.x3);
5309
5309
  },
5310
5310
  enumerable: false,
5311
5311
  configurable: true
@@ -5315,11 +5315,11 @@
5315
5315
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5316
5316
  */
5317
5317
  get: function () {
5318
- return this.i.x6;
5318
+ return this.i.x7;
5319
5319
  },
5320
5320
  set: function (v) {
5321
- this.i.x6 = +v;
5322
- this._a("itemSearchPointsThreshold", this.i.x6);
5321
+ this.i.x7 = +v;
5322
+ this._a("itemSearchPointsThreshold", this.i.x7);
5323
5323
  },
5324
5324
  enumerable: false,
5325
5325
  configurable: true
@@ -5329,7 +5329,7 @@
5329
5329
  * Set a shapefile datasource to use with the series.
5330
5330
  */
5331
5331
  get: function () {
5332
- var r = this.i.xy;
5332
+ var r = this.i.xz;
5333
5333
  if (r == null) {
5334
5334
  return null;
5335
5335
  }
@@ -5348,7 +5348,7 @@
5348
5348
  return r.externalObject;
5349
5349
  },
5350
5350
  set: function (v) {
5351
- v == null ? this.i.xy = null : this.i.xy = v.i;
5351
+ v == null ? this.i.xz = null : this.i.xz = v.i;
5352
5352
  },
5353
5353
  enumerable: false,
5354
5354
  configurable: true
@@ -5359,11 +5359,11 @@
5359
5359
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
5360
5360
  */
5361
5361
  get: function () {
5362
- return this.i.x5;
5362
+ return this.i.x6;
5363
5363
  },
5364
5364
  set: function (v) {
5365
- this.i.x5 = +v;
5366
- this._a("shapeFilterResolution", this.i.x5);
5365
+ this.i.x6 = +v;
5366
+ this._a("shapeFilterResolution", this.i.x6);
5367
5367
  },
5368
5368
  enumerable: false,
5369
5369
  configurable: true
@@ -5468,20 +5468,20 @@
5468
5468
  tslib.__extends(GeographicShapeSeriesBase, _super);
5469
5469
  function GeographicShapeSeriesBase() {
5470
5470
  var _this = _super !== null && _super.apply(this, arguments) || this;
5471
+ _this.x2 = false;
5471
5472
  _this.x1 = false;
5472
- _this.x0 = false;
5473
5473
  _this.assigningShapeStyle = null;
5474
5474
  _this.assigningShapeMarkerStyle = null;
5475
- _this.xx = null;
5476
- _this.xz = false;
5475
+ _this.xy = null;
5476
+ _this.x0 = false;
5477
5477
  return _this;
5478
5478
  }
5479
5479
  GeographicShapeSeriesBase.prototype.ct = function () {
5480
5480
  return new GeographicShapeSeriesBaseView(this);
5481
5481
  };
5482
- GeographicShapeSeriesBase.prototype.rg = function (a) {
5483
- _super.prototype.rg.call(this, a);
5484
- this.xw = a;
5482
+ GeographicShapeSeriesBase.prototype.rh = function (a) {
5483
+ _super.prototype.rh.call(this, a);
5484
+ this.xx = a;
5485
5485
  };
5486
5486
  GeographicShapeSeriesBase.prototype.get_fh = function () {
5487
5487
  return true;
@@ -5489,106 +5489,106 @@
5489
5489
  GeographicShapeSeriesBase.prototype.get_ef = function () {
5490
5490
  return true;
5491
5491
  };
5492
- GeographicShapeSeriesBase.prototype.rp = function (a, b, c, d) {
5493
- _super.prototype.rp.call(this, a, b, c, d);
5492
+ GeographicShapeSeriesBase.prototype.rq = function (a, b, c, d) {
5493
+ _super.prototype.rq.call(this, a, b, c, d);
5494
5494
  switch (b) {
5495
5495
  case "SeriesViewer":
5496
- this.xw.cv();
5496
+ this.xx.cv();
5497
5497
  break;
5498
5498
  case "ShapeMemberPath":
5499
- this.xw.cx();
5499
+ this.xx.cx();
5500
5500
  break;
5501
5501
  case GeographicShapeSeriesBase.$$p[8]:
5502
- this.xw.cw();
5502
+ this.xx.cw();
5503
5503
  break;
5504
5504
  case GeographicShapeSeriesBase.$$p[4]:
5505
- this.xk.ys = this.x4;
5506
- this.x1 = this.x4;
5507
- if (this.x4) {
5508
- var e = this.xk;
5509
- e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.ym));
5505
+ this.xl.yt = this.x5;
5506
+ this.x2 = this.x5;
5507
+ if (this.x5) {
5508
+ var e = this.xl;
5509
+ e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.yn));
5510
5510
  }
5511
5511
  else {
5512
- var f = this.xk;
5513
- f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.ym));
5512
+ var f = this.xl;
5513
+ f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.yn));
5514
5514
  }
5515
5515
  break;
5516
5516
  case GeographicShapeSeriesBase.$$p[3]:
5517
- this.xk.yr = this.x3;
5518
- this.x0 = this.x3;
5519
- if (this.x4) {
5520
- var g = this.xk;
5521
- g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.yl));
5517
+ this.xl.ys = this.x4;
5518
+ this.x1 = this.x4;
5519
+ if (this.x5) {
5520
+ var g = this.xl;
5521
+ g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ym));
5522
5522
  }
5523
5523
  else {
5524
- var h = this.xk;
5525
- h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.yl));
5524
+ var h = this.xl;
5525
+ h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ym));
5526
5526
  }
5527
5527
  break;
5528
5528
  case GeographicShapeSeriesBase.$$p[5]:
5529
- this.xk.x4 = this.xv;
5529
+ this.xl.x5 = this.xw;
5530
5530
  break;
5531
5531
  case GeographicShapeSeriesBase.$$p[6]:
5532
- this.xk.y9 = this.x6;
5532
+ this.xl.za = this.x7;
5533
5533
  break;
5534
5534
  case GeographicShapeSeriesBase.$$p[7]:
5535
- this.xk.za = this.x7;
5535
+ this.xl.zb = this.x8;
5536
5536
  break;
5537
5537
  case GeographicShapeSeriesBase.$$p[0]:
5538
- this.xk.ze = this.x8;
5538
+ this.xl.zf = this.x9;
5539
5539
  break;
5540
5540
  case GeographicShapeSeriesBase.$$p[1]:
5541
- this.xk.xu = this.xu;
5541
+ this.xl.xv = this.xv;
5542
5542
  break;
5543
5543
  case GeographicShapeSeriesBase.$$p[2]:
5544
- this.xk.yn = this.x2;
5544
+ this.xl.yo = this.x3;
5545
5545
  break;
5546
5546
  case "ShapefileDataSource":
5547
5547
  if (c != null) {
5548
5548
  var i = c;
5549
- if (this.xz) {
5550
- i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.yn));
5549
+ if (this.x0) {
5550
+ i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.yo));
5551
5551
  }
5552
5552
  }
5553
5553
  if (d != null) {
5554
5554
  var j = d;
5555
5555
  if (j.count > 0) {
5556
- this.yo();
5556
+ this.yp();
5557
5557
  break;
5558
5558
  }
5559
- this.xz = true;
5560
- j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.yn));
5559
+ this.x0 = true;
5560
+ j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.yo));
5561
5561
  }
5562
5562
  break;
5563
5563
  }
5564
5564
  };
5565
- GeographicShapeSeriesBase.prototype.ym = function (a, b) {
5565
+ GeographicShapeSeriesBase.prototype.yn = function (a, b) {
5566
5566
  if (this.assigningShapeStyle != null) {
5567
5567
  this.assigningShapeStyle(this, b);
5568
5568
  }
5569
5569
  };
5570
- GeographicShapeSeriesBase.prototype.yl = function (a, b) {
5570
+ GeographicShapeSeriesBase.prototype.ym = function (a, b) {
5571
5571
  if (this.assigningShapeMarkerStyle != null) {
5572
5572
  this.assigningShapeMarkerStyle(this, b);
5573
5573
  }
5574
5574
  };
5575
- GeographicShapeSeriesBase.prototype.yn = function (a, b) {
5576
- this.yo();
5575
+ GeographicShapeSeriesBase.prototype.yo = function (a, b) {
5576
+ this.yp();
5577
5577
  };
5578
- GeographicShapeSeriesBase.prototype.yo = function () {
5579
- var sds_ = this.xy;
5578
+ GeographicShapeSeriesBase.prototype.yp = function () {
5579
+ var sds_ = this.xz;
5580
5580
  var ext_ = sds_.externalObject;
5581
5581
  this.itemsSource = (ext_.getPointData());
5582
5582
  };
5583
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xy", {
5583
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xz", {
5584
5584
  get: function () {
5585
- return this.xx;
5585
+ return this.xy;
5586
5586
  },
5587
5587
  set: function (a) {
5588
- var b = this.xx;
5589
- this.xx = a;
5590
- if (b != this.xx) {
5591
- this.raisePropertyChanged("ShapefileDataSource", b, this.xx);
5588
+ var b = this.xy;
5589
+ this.xy = a;
5590
+ if (b != this.xy) {
5591
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
5592
5592
  }
5593
5593
  },
5594
5594
  enumerable: false,
@@ -5601,7 +5601,7 @@
5601
5601
  _super.prototype.set_hd.call(this, a);
5602
5602
  };
5603
5603
  GeographicShapeSeriesBase.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5604
- GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x8:yp', [2], 'FillScale:xu:yq', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:x2:yr', [0, false], 'IsCustomShapeMarkerStyleAllowed:x3:ys', [0, false], 'IsCustomShapeStyleAllowed:x4:yt', [0, false], 'ItemSearchMode:xv:yu', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x6:yv', [1, 10000], 'ItemSearchThreshold:x7:yw', [1, 10000], 'ShapeFilterResolution:x5:yx', [1, 2], 'ShapeMemberPath:yj:yy', [2, "points"]]);
5604
+ GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
5605
5605
  return GeographicShapeSeriesBase;
5606
5606
  }(GeographicMapSeriesHost));
5607
5607
  /**
@@ -5617,23 +5617,23 @@
5617
5617
  }
5618
5618
  GeographicShapeSeriesBaseView.prototype.ci = function () {
5619
5619
  _super.prototype.ci.call(this);
5620
- this.cu.xk.zr = this.cu.yj;
5620
+ this.cu.xl.zs = this.cu.yk;
5621
5621
  };
5622
5622
  GeographicShapeSeriesBaseView.prototype.cv = function () {
5623
- var a = this.cu.xk;
5623
+ var a = this.cu.xl;
5624
5624
  if (this.cu.dc == null) {
5625
- a.xy = null;
5626
- a.x0 = null;
5625
+ a.xz = null;
5626
+ a.x1 = null;
5627
5627
  return;
5628
5628
  }
5629
- a.xy = this.cu.dc.zh;
5630
- a.x0 = this.cu.dc.zj;
5629
+ a.xz = this.cu.dc.zh;
5630
+ a.x1 = this.cu.dc.zj;
5631
5631
  };
5632
5632
  GeographicShapeSeriesBaseView.prototype.cx = function () {
5633
- this.cu.xk.zr = this.cu.yj;
5633
+ this.cu.xl.zs = this.cu.yk;
5634
5634
  };
5635
5635
  GeographicShapeSeriesBaseView.prototype.cw = function () {
5636
- this.cu.xk.y6 = this.cu.x5;
5636
+ this.cu.xl.y7 = this.cu.x6;
5637
5637
  };
5638
5638
  GeographicShapeSeriesBaseView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5639
5639
  return GeographicShapeSeriesBaseView;
@@ -5669,54 +5669,54 @@
5669
5669
  _this.cy = null;
5670
5670
  _this.cy = a;
5671
5671
  if (!_this.t) {
5672
- _this.cy.yj = "points";
5672
+ _this.cy.yk = "points";
5673
5673
  }
5674
5674
  return _this;
5675
5675
  }
5676
5676
  GeographicShapeSeriesView.prototype.a4 = function () {
5677
5677
  _super.prototype.a4.call(this);
5678
5678
  if (!this.t) {
5679
- this.cy.z6 = igniteuiWebcomponentsCharts.Defaults.a8;
5679
+ this.cy.z7 = igniteuiWebcomponentsCharts.Defaults.a8;
5680
5680
  this.cy.jy = igniteuiWebcomponentsCharts.Defaults.ac;
5681
- this.cy.y5 = igniteuiWebcomponentsCharts.Defaults.ab;
5682
- this.cy.y2 = igniteuiWebcomponentsCharts.Defaults.d;
5683
- this.cy.y0 = igniteuiWebcomponentsCharts.Defaults.a;
5681
+ this.cy.y6 = igniteuiWebcomponentsCharts.Defaults.ab;
5682
+ this.cy.y3 = igniteuiWebcomponentsCharts.Defaults.d;
5683
+ this.cy.y1 = igniteuiWebcomponentsCharts.Defaults.a;
5684
5684
  }
5685
5685
  };
5686
5686
  GeographicShapeSeriesView.prototype.ci = function () {
5687
5687
  _super.prototype.ci.call(this);
5688
- this.cy.xk.ace = this.cy.z8;
5689
- this.cy.xk.aa6 = this.cy.y3;
5690
- this.cy.xk.abt = this.cy.zo;
5691
- this.cy.xk.aba = this.cy.y5;
5692
- this.cy.xk.aas = this.cy.yz;
5688
+ this.cy.xl.acf = this.cy.z9;
5689
+ this.cy.xl.aa7 = this.cy.y4;
5690
+ this.cy.xl.abu = this.cy.zp;
5691
+ this.cy.xl.abb = this.cy.y6;
5692
+ this.cy.xl.aat = this.cy.y0;
5693
5693
  };
5694
5694
  GeographicShapeSeriesView.prototype.c3 = function () {
5695
- this.cy.xk.abt = this.cy.zo;
5695
+ this.cy.xl.abu = this.cy.zp;
5696
5696
  };
5697
5697
  GeographicShapeSeriesView.prototype.c5 = function () {
5698
- this.cy.xk.aba = this.cy.y5;
5698
+ this.cy.xl.abb = this.cy.y6;
5699
5699
  };
5700
5700
  GeographicShapeSeriesView.prototype.c0 = function () {
5701
- this.cy.xk.aas = this.cy.yz;
5701
+ this.cy.xl.aat = this.cy.y0;
5702
5702
  };
5703
5703
  GeographicShapeSeriesView.prototype.c4 = function () {
5704
- this.cy.xk.aa1 = this.cy.y2;
5704
+ this.cy.xl.aa2 = this.cy.y3;
5705
5705
  };
5706
5706
  GeographicShapeSeriesView.prototype.cz = function () {
5707
- this.cy.xk.aca = this.cy.z5;
5707
+ this.cy.xl.acb = this.cy.z6;
5708
5708
  };
5709
5709
  GeographicShapeSeriesView.prototype.c1 = function () {
5710
- this.cy.xk.acb = this.cy.z6;
5710
+ this.cy.xl.acc = this.cy.z7;
5711
5711
  };
5712
5712
  GeographicShapeSeriesView.prototype.c2 = function () {
5713
- this.cy.xk.acd = this.cy.z7;
5713
+ this.cy.xl.ace = this.cy.z8;
5714
5714
  };
5715
5715
  GeographicShapeSeriesView.prototype.c6 = function () {
5716
- this.cy.xk.aa6 = this.cy.y3;
5716
+ this.cy.xl.aa7 = this.cy.y4;
5717
5717
  };
5718
5718
  GeographicShapeSeriesView.prototype.c7 = function () {
5719
- this.cy.xk.ace = this.cy.z8;
5719
+ this.cy.xl.acf = this.cy.z9;
5720
5720
  };
5721
5721
  GeographicShapeSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5722
5722
  return GeographicShapeSeriesView;
@@ -5741,81 +5741,81 @@
5741
5741
  GeographicShapeSeries.prototype.ct = function () {
5742
5742
  return new GeographicShapeSeriesView(this);
5743
5743
  };
5744
- GeographicShapeSeries.prototype.rg = function (a) {
5745
- _super.prototype.rg.call(this, a);
5746
- this.y4 = a;
5744
+ GeographicShapeSeries.prototype.rh = function (a) {
5745
+ _super.prototype.rh.call(this, a);
5746
+ this.y5 = a;
5747
5747
  };
5748
- GeographicShapeSeries.prototype.xj = function () {
5748
+ GeographicShapeSeries.prototype.xk = function () {
5749
5749
  var a = new igniteuiWebcomponentsCharts.ScatterPolygonSeries();
5750
- a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.zl));
5751
- a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.zm));
5750
+ a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.zm));
5751
+ a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.zn));
5752
5752
  return a;
5753
5753
  };
5754
- GeographicShapeSeries.prototype.zl = function (a, b) {
5754
+ GeographicShapeSeries.prototype.zm = function (a, b) {
5755
5755
  if (this.styleShape != null) {
5756
5756
  this.styleShape(this, b);
5757
5757
  }
5758
5758
  };
5759
- GeographicShapeSeries.prototype.zm = function (a, b) {
5760
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.xk);
5759
+ GeographicShapeSeries.prototype.zn = function (a, b) {
5760
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.xl);
5761
5761
  if (c == null) {
5762
5762
  return;
5763
5763
  }
5764
5764
  };
5765
5765
  GeographicShapeSeries.prototype.iu = function () {
5766
- return this.y5;
5767
- };
5768
- GeographicShapeSeries.prototype.v4 = function () {
5769
- return this.z3;
5766
+ return this.y6;
5770
5767
  };
5771
5768
  GeographicShapeSeries.prototype.v5 = function () {
5772
5769
  return this.z4;
5773
5770
  };
5774
- GeographicShapeSeries.prototype.tg = function () {
5775
- return this.zn;
5771
+ GeographicShapeSeries.prototype.v6 = function () {
5772
+ return this.z5;
5773
+ };
5774
+ GeographicShapeSeries.prototype.th = function () {
5775
+ return this.zo;
5776
5776
  };
5777
5777
  GeographicShapeSeries.prototype.ml = function () {
5778
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.xk);
5778
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.xl);
5779
5779
  if (a == null) {
5780
5780
  return "Unknown";
5781
5781
  }
5782
5782
  return a.ml();
5783
5783
  };
5784
- GeographicShapeSeries.prototype.rp = function (a, b, c, d) {
5785
- _super.prototype.rp.call(this, a, b, c, d);
5784
+ GeographicShapeSeries.prototype.rq = function (a, b, c, d) {
5785
+ _super.prototype.rq.call(this, a, b, c, d);
5786
5786
  switch (b) {
5787
5787
  case GeographicShapeSeries.$$p[6]:
5788
- this.xk.aaz = this.y1;
5788
+ this.xl.aa0 = this.y2;
5789
5789
  break;
5790
5790
  case GeographicShapeSeries.$$p[5]:
5791
- this.xk.aav = this.y0;
5791
+ this.xl.aaw = this.y1;
5792
5792
  break;
5793
5793
  case GeographicShapeSeries.$$p[9]:
5794
- this.y4.c3();
5794
+ this.y5.c3();
5795
5795
  break;
5796
5796
  case GeographicShapeSeries.$$p[10]:
5797
- this.y4.c5();
5797
+ this.y5.c5();
5798
5798
  break;
5799
5799
  case GeographicShapeSeries.$$p[4]:
5800
- this.y4.c0();
5800
+ this.y5.c0();
5801
5801
  break;
5802
5802
  case GeographicShapeSeries.$$p[11]:
5803
- this.y4.c4();
5803
+ this.y5.c4();
5804
5804
  break;
5805
5805
  case GeographicShapeSeries.$$p[3]:
5806
- this.y4.cz();
5806
+ this.y5.cz();
5807
5807
  break;
5808
5808
  case GeographicShapeSeries.$$p[7]:
5809
- this.y4.c1();
5809
+ this.y5.c1();
5810
5810
  break;
5811
5811
  case GeographicShapeSeries.$$p[8]:
5812
- this.y4.c2();
5812
+ this.y5.c2();
5813
5813
  break;
5814
5814
  case GeographicShapeSeries.$$p[13]:
5815
- this.y4.c6();
5815
+ this.y5.c6();
5816
5816
  break;
5817
5817
  case GeographicShapeSeries.$$p[12]:
5818
- this.y4.c7();
5818
+ this.y5.c7();
5819
5819
  break;
5820
5820
  }
5821
5821
  };
@@ -5823,7 +5823,7 @@
5823
5823
  return 0.7;
5824
5824
  };
5825
5825
  GeographicShapeSeries.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5826
- GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z3:zp', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:z4:zq', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:zn:zr', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:z5:zs', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:yz:zt', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y0:zu', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y1:zv', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:z6:zw', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:z7:zx', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:zo:zy', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:y5:zz', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:y2:z0', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:z8:z1', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:y3:z2', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
5826
+ GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:z5:zr', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:zo:zs', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:z6:zt', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:y0:zu', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:z8:zy', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:zp:zz', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:y3:z1', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:y4:z3', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
5827
5827
  return GeographicShapeSeries;
5828
5828
  }(GeographicShapeSeriesBase));
5829
5829
 
@@ -5916,11 +5916,11 @@
5916
5916
  * Gets or sets the fill brush.
5917
5917
  */
5918
5918
  get: function () {
5919
- return this.i.z8 ? this.i.z8.fill : null;
5919
+ return this.i.z9 ? this.i.z9.fill : null;
5920
5920
  },
5921
5921
  set: function (v) {
5922
5922
  this.ensureShapeStyle();
5923
- this.i.z8.fill = v;
5923
+ this.i.z9.fill = v;
5924
5924
  },
5925
5925
  enumerable: false,
5926
5926
  configurable: true
@@ -5930,11 +5930,11 @@
5930
5930
  * Gets or sets the stroke brush.
5931
5931
  */
5932
5932
  get: function () {
5933
- return this.i.z8 ? this.i.z8.stroke : null;
5933
+ return this.i.z9 ? this.i.z9.stroke : null;
5934
5934
  },
5935
5935
  set: function (v) {
5936
5936
  this.ensureShapeStyle();
5937
- this.i.z8.stroke = v;
5937
+ this.i.z9.stroke = v;
5938
5938
  },
5939
5939
  enumerable: false,
5940
5940
  configurable: true
@@ -5944,12 +5944,12 @@
5944
5944
  * Gets or sets the stroke thickness.
5945
5945
  */
5946
5946
  get: function () {
5947
- return this.i.z8 ? this.i.z8.strokeThickness : NaN;
5947
+ return this.i.z9 ? this.i.z9.strokeThickness : NaN;
5948
5948
  },
5949
5949
  set: function (v) {
5950
5950
  this.ensureShapeStyle();
5951
- this.i.z8.strokeThickness = +v;
5952
- this._a("shapeStrokeThickness", this.i.z8.strokeThickness);
5951
+ this.i.z9.strokeThickness = +v;
5952
+ this._a("shapeStrokeThickness", this.i.z9.strokeThickness);
5953
5953
  },
5954
5954
  enumerable: false,
5955
5955
  configurable: true
@@ -5959,21 +5959,21 @@
5959
5959
  * Gets or sets the opacity.
5960
5960
  */
5961
5961
  get: function () {
5962
- return this.i.z8 ? this.i.z8.opacity : NaN;
5962
+ return this.i.z9 ? this.i.z9.opacity : NaN;
5963
5963
  },
5964
5964
  set: function (v) {
5965
5965
  this.ensureShapeStyle();
5966
- this.i.z8.opacity = +v;
5967
- this._a("shapeOpacity", this.i.z8.opacity);
5966
+ this.i.z9.opacity = +v;
5967
+ this._a("shapeOpacity", this.i.z9.opacity);
5968
5968
  },
5969
5969
  enumerable: false,
5970
5970
  configurable: true
5971
5971
  });
5972
5972
  IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5973
- if (this.i.z8) {
5973
+ if (this.i.z9) {
5974
5974
  return;
5975
5975
  }
5976
- this.i.z8 = new igniteuiWebcomponentsCore.Style();
5976
+ this.i.z9 = new igniteuiWebcomponentsCore.Style();
5977
5977
  };
5978
5978
  Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
5979
5979
  /**
@@ -5981,11 +5981,11 @@
5981
5981
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5982
5982
  */
5983
5983
  get: function () {
5984
- return this.i.y2;
5984
+ return this.i.y3;
5985
5985
  },
5986
5986
  set: function (v) {
5987
- this.i.y2 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
5988
- this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.y2));
5987
+ this.i.y3 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
5988
+ this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.y3));
5989
5989
  },
5990
5990
  enumerable: false,
5991
5991
  configurable: true
@@ -5995,11 +5995,11 @@
5995
5995
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5996
5996
  */
5997
5997
  get: function () {
5998
- return this.i.y1;
5998
+ return this.i.y2;
5999
5999
  },
6000
6000
  set: function (v) {
6001
- this.i.y1 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
6002
- this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.y1));
6001
+ this.i.y2 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
6002
+ this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.y2));
6003
6003
  },
6004
6004
  enumerable: false,
6005
6005
  configurable: true
@@ -6009,11 +6009,11 @@
6009
6009
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
6010
6010
  */
6011
6011
  get: function () {
6012
- return this.i.y0;
6012
+ return this.i.y1;
6013
6013
  },
6014
6014
  set: function (v) {
6015
- this.i.y0 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
6016
- this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.y0));
6015
+ this.i.y1 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
6016
+ this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.y1));
6017
6017
  },
6018
6018
  enumerable: false,
6019
6019
  configurable: true
@@ -6023,10 +6023,10 @@
6023
6023
  * Gets or sets the MarkerTemplate for the current series object.
6024
6024
  */
6025
6025
  get: function () {
6026
- return this.i.zo;
6026
+ return this.i.zp;
6027
6027
  },
6028
6028
  set: function (v) {
6029
- this.i.zo = v;
6029
+ this.i.zp = v;
6030
6030
  },
6031
6031
  enumerable: false,
6032
6032
  configurable: true
@@ -6036,11 +6036,11 @@
6036
6036
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6037
6037
  */
6038
6038
  get: function () {
6039
- return igniteuiWebcomponentsCore.brushToString(this.i.z5);
6039
+ return igniteuiWebcomponentsCore.brushToString(this.i.z6);
6040
6040
  },
6041
6041
  set: function (v) {
6042
- this.i.z5 = igniteuiWebcomponentsCore.stringToBrush(v);
6043
- this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.z5));
6042
+ this.i.z6 = igniteuiWebcomponentsCore.stringToBrush(v);
6043
+ this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.z6));
6044
6044
  },
6045
6045
  enumerable: false,
6046
6046
  configurable: true
@@ -6050,11 +6050,11 @@
6050
6050
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6051
6051
  */
6052
6052
  get: function () {
6053
- return igniteuiWebcomponentsCore.brushToString(this.i.z6);
6053
+ return igniteuiWebcomponentsCore.brushToString(this.i.z7);
6054
6054
  },
6055
6055
  set: function (v) {
6056
- this.i.z6 = igniteuiWebcomponentsCore.stringToBrush(v);
6057
- this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.z6));
6056
+ this.i.z7 = igniteuiWebcomponentsCore.stringToBrush(v);
6057
+ this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.z7));
6058
6058
  },
6059
6059
  enumerable: false,
6060
6060
  configurable: true
@@ -6064,11 +6064,11 @@
6064
6064
  * Gets or sets thickness of the marker outline
6065
6065
  */
6066
6066
  get: function () {
6067
- return this.i.y5;
6067
+ return this.i.y6;
6068
6068
  },
6069
6069
  set: function (v) {
6070
- this.i.y5 = +v;
6071
- this._a("markerThickness", this.i.y5);
6070
+ this.i.y6 = +v;
6071
+ this._a("markerThickness", this.i.y6);
6072
6072
  },
6073
6073
  enumerable: false,
6074
6074
  configurable: true
@@ -6078,11 +6078,11 @@
6078
6078
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
6079
6079
  */
6080
6080
  get: function () {
6081
- return this.i.yz;
6081
+ return this.i.y0;
6082
6082
  },
6083
6083
  set: function (v) {
6084
- this.i.yz = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
6085
- this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.yz));
6084
+ this.i.y0 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
6085
+ this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.y0));
6086
6086
  },
6087
6087
  enumerable: false,
6088
6088
  configurable: true
@@ -6092,10 +6092,10 @@
6092
6092
  * Gets the effective marker template for the current series object.
6093
6093
  */
6094
6094
  get: function () {
6095
- return this.i.zn;
6095
+ return this.i.zo;
6096
6096
  },
6097
6097
  set: function (v) {
6098
- this.i.zn = v;
6098
+ this.i.zo = v;
6099
6099
  },
6100
6100
  enumerable: false,
6101
6101
  configurable: true
@@ -6105,11 +6105,11 @@
6105
6105
  * Gets the effective marker brush for the current series object.
6106
6106
  */
6107
6107
  get: function () {
6108
- return igniteuiWebcomponentsCore.brushToString(this.i.z3);
6108
+ return igniteuiWebcomponentsCore.brushToString(this.i.z4);
6109
6109
  },
6110
6110
  set: function (v) {
6111
- this.i.z3 = igniteuiWebcomponentsCore.stringToBrush(v);
6112
- this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.z3));
6111
+ this.i.z4 = igniteuiWebcomponentsCore.stringToBrush(v);
6112
+ this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.z4));
6113
6113
  },
6114
6114
  enumerable: false,
6115
6115
  configurable: true
@@ -6119,11 +6119,11 @@
6119
6119
  * Gets the effective marker outline for the current series object.
6120
6120
  */
6121
6121
  get: function () {
6122
- return igniteuiWebcomponentsCore.brushToString(this.i.z4);
6122
+ return igniteuiWebcomponentsCore.brushToString(this.i.z5);
6123
6123
  },
6124
6124
  set: function (v) {
6125
- this.i.z4 = igniteuiWebcomponentsCore.stringToBrush(v);
6126
- this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.z4));
6125
+ this.i.z5 = igniteuiWebcomponentsCore.stringToBrush(v);
6126
+ this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.z5));
6127
6127
  },
6128
6128
  enumerable: false,
6129
6129
  configurable: true
@@ -6205,14 +6205,14 @@
6205
6205
  };
6206
6206
  GeographicPolylineSeriesView.prototype.ci = function () {
6207
6207
  _super.prototype.ci.call(this);
6208
- this.cy.xk.aas = this.cy.yz;
6209
- this.cy.xk.aax = this.cy.y7;
6208
+ this.cy.xl.aat = this.cy.y0;
6209
+ this.cy.xl.aay = this.cy.y8;
6210
6210
  };
6211
6211
  GeographicPolylineSeriesView.prototype.cz = function () {
6212
- this.cy.xk.aas = this.cy.yz;
6212
+ this.cy.xl.aat = this.cy.y0;
6213
6213
  };
6214
6214
  GeographicPolylineSeriesView.prototype.c0 = function () {
6215
- this.cy.xk.aax = this.cy.y7;
6215
+ this.cy.xl.aay = this.cy.y8;
6216
6216
  };
6217
6217
  GeographicPolylineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
6218
6218
  return GeographicPolylineSeriesView;
@@ -6237,33 +6237,33 @@
6237
6237
  GeographicPolylineSeries.prototype.ct = function () {
6238
6238
  return new GeographicPolylineSeriesView(this);
6239
6239
  };
6240
- GeographicPolylineSeries.prototype.rg = function (a) {
6241
- _super.prototype.rg.call(this, a);
6242
- this.y0 = a;
6240
+ GeographicPolylineSeries.prototype.rh = function (a) {
6241
+ _super.prototype.rh.call(this, a);
6242
+ this.y1 = a;
6243
6243
  };
6244
- GeographicPolylineSeries.prototype.xj = function () {
6244
+ GeographicPolylineSeries.prototype.xk = function () {
6245
6245
  var a = new igniteuiWebcomponentsCharts.ScatterPolylineSeries();
6246
- a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.y4));
6246
+ a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.y5));
6247
6247
  return a;
6248
6248
  };
6249
- GeographicPolylineSeries.prototype.y4 = function (a, b) {
6249
+ GeographicPolylineSeries.prototype.y5 = function (a, b) {
6250
6250
  if (this.styleShape != null) {
6251
6251
  this.styleShape(this, b);
6252
6252
  }
6253
6253
  };
6254
- GeographicPolylineSeries.prototype.rp = function (a, b, c, d) {
6255
- _super.prototype.rp.call(this, a, b, c, d);
6254
+ GeographicPolylineSeries.prototype.rq = function (a, b, c, d) {
6255
+ _super.prototype.rq.call(this, a, b, c, d);
6256
6256
  switch (b) {
6257
6257
  case GeographicPolylineSeries.$$p[1]:
6258
- this.y0.cz();
6258
+ this.y1.cz();
6259
6259
  break;
6260
6260
  case GeographicPolylineSeries.$$p[0]:
6261
- this.y0.c0();
6261
+ this.y1.c0();
6262
6262
  break;
6263
6263
  }
6264
6264
  };
6265
6265
  GeographicPolylineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6266
- GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y7:y5', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:yz:y6', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
6266
+ GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:y0:y7', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
6267
6267
  return GeographicPolylineSeries;
6268
6268
  }(GeographicShapeSeriesBase));
6269
6269
 
@@ -6356,11 +6356,11 @@
6356
6356
  * Gets or sets the fill brush.
6357
6357
  */
6358
6358
  get: function () {
6359
- return this.i.y7 ? this.i.y7.fill : null;
6359
+ return this.i.y8 ? this.i.y8.fill : null;
6360
6360
  },
6361
6361
  set: function (v) {
6362
6362
  this.ensureShapeStyle();
6363
- this.i.y7.fill = v;
6363
+ this.i.y8.fill = v;
6364
6364
  },
6365
6365
  enumerable: false,
6366
6366
  configurable: true
@@ -6370,11 +6370,11 @@
6370
6370
  * Gets or sets the stroke brush.
6371
6371
  */
6372
6372
  get: function () {
6373
- return this.i.y7 ? this.i.y7.stroke : null;
6373
+ return this.i.y8 ? this.i.y8.stroke : null;
6374
6374
  },
6375
6375
  set: function (v) {
6376
6376
  this.ensureShapeStyle();
6377
- this.i.y7.stroke = v;
6377
+ this.i.y8.stroke = v;
6378
6378
  },
6379
6379
  enumerable: false,
6380
6380
  configurable: true
@@ -6384,12 +6384,12 @@
6384
6384
  * Gets or sets the stroke thickness.
6385
6385
  */
6386
6386
  get: function () {
6387
- return this.i.y7 ? this.i.y7.strokeThickness : NaN;
6387
+ return this.i.y8 ? this.i.y8.strokeThickness : NaN;
6388
6388
  },
6389
6389
  set: function (v) {
6390
6390
  this.ensureShapeStyle();
6391
- this.i.y7.strokeThickness = +v;
6392
- this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
6391
+ this.i.y8.strokeThickness = +v;
6392
+ this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
6393
6393
  },
6394
6394
  enumerable: false,
6395
6395
  configurable: true
@@ -6399,21 +6399,21 @@
6399
6399
  * Gets or sets the opacity.
6400
6400
  */
6401
6401
  get: function () {
6402
- return this.i.y7 ? this.i.y7.opacity : NaN;
6402
+ return this.i.y8 ? this.i.y8.opacity : NaN;
6403
6403
  },
6404
6404
  set: function (v) {
6405
6405
  this.ensureShapeStyle();
6406
- this.i.y7.opacity = +v;
6407
- this._a("shapeOpacity", this.i.y7.opacity);
6406
+ this.i.y8.opacity = +v;
6407
+ this._a("shapeOpacity", this.i.y8.opacity);
6408
6408
  },
6409
6409
  enumerable: false,
6410
6410
  configurable: true
6411
6411
  });
6412
6412
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6413
- if (this.i.y7) {
6413
+ if (this.i.y8) {
6414
6414
  return;
6415
6415
  }
6416
- this.i.y7 = new igniteuiWebcomponentsCore.Style();
6416
+ this.i.y8 = new igniteuiWebcomponentsCore.Style();
6417
6417
  };
6418
6418
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
6419
6419
  get: function () {
@@ -6578,11 +6578,11 @@
6578
6578
  tslib.__extends(TileSeries, _super);
6579
6579
  function TileSeries() {
6580
6580
  var _this = _super.call(this) || this;
6581
+ _this.aau = null;
6581
6582
  _this.aat = null;
6582
- _this.aas = null;
6583
6583
  _this.imageTilesReady = null;
6584
- _this.aaw = null;
6585
- _this.aax = false;
6584
+ _this.aax = null;
6585
+ _this.aay = false;
6586
6586
  _this.ab = TileSeries.$;
6587
6587
  return _this;
6588
6588
  }
@@ -6595,42 +6595,42 @@
6595
6595
  TileSeries.prototype.ct = function () {
6596
6596
  return new TileSeriesView(this);
6597
6597
  };
6598
- TileSeries.prototype.rg = function (a) {
6599
- _super.prototype.rg.call(this, a);
6600
- this.aar = a;
6598
+ TileSeries.prototype.rh = function (a) {
6599
+ _super.prototype.rh.call(this, a);
6600
+ this.aas = a;
6601
6601
  };
6602
- TileSeries.prototype.get_yu = function () {
6602
+ TileSeries.prototype.get_yv = function () {
6603
6603
  return false;
6604
6604
  };
6605
- Object.defineProperty(TileSeries.prototype, "aav", {
6605
+ Object.defineProperty(TileSeries.prototype, "aaw", {
6606
6606
  get: function () {
6607
- return this.aat;
6607
+ return this.aau;
6608
6608
  },
6609
6609
  set: function (a) {
6610
- var b = a != this.aav;
6610
+ var b = a != this.aaw;
6611
6611
  if (b) {
6612
- var c = this.aav;
6613
- this.aat = a;
6612
+ var c = this.aaw;
6613
+ this.aau = a;
6614
6614
  this.raisePropertyChanged("TileImagery", c, a);
6615
6615
  }
6616
6616
  },
6617
6617
  enumerable: false,
6618
6618
  configurable: true
6619
6619
  });
6620
- Object.defineProperty(TileSeries.prototype, "aau", {
6620
+ Object.defineProperty(TileSeries.prototype, "aav", {
6621
6621
  get: function () {
6622
- return this.aas;
6622
+ return this.aat;
6623
6623
  },
6624
6624
  set: function (a) {
6625
- var b = this.aas;
6626
- this.aas = a;
6627
- this.raisePropertyChanged("ActualTileImagery", b, this.aas);
6625
+ var b = this.aat;
6626
+ this.aat = a;
6627
+ this.raisePropertyChanged("ActualTileImagery", b, this.aat);
6628
6628
  },
6629
6629
  enumerable: false,
6630
6630
  configurable: true
6631
6631
  });
6632
- TileSeries.prototype.rp = function (a, b, c, d) {
6633
- _super.prototype.rp.call(this, a, b, c, d);
6632
+ TileSeries.prototype.rq = function (a, b, c, d) {
6633
+ _super.prototype.rq.call(this, a, b, c, d);
6634
6634
  var e;
6635
6635
  var f;
6636
6636
  switch (b) {
@@ -6638,78 +6638,78 @@
6638
6638
  e = c;
6639
6639
  f = d;
6640
6640
  if (e != null) {
6641
- e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aa0));
6641
+ e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aa1));
6642
6642
  }
6643
6643
  if (f != null) {
6644
- f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aa0));
6644
+ f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aa1));
6645
6645
  }
6646
- this.aar.dv(e, f);
6647
- this.r7(false);
6648
- this.qz();
6646
+ this.aas.dv(e, f);
6647
+ this.r8(false);
6648
+ this.q0();
6649
6649
  break;
6650
6650
  case "ActualTileImagery":
6651
6651
  e = c;
6652
6652
  f = d;
6653
6653
  if (e != null) {
6654
- e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aa1));
6654
+ e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aa2));
6655
6655
  e.deferralHandler = null;
6656
6656
  }
6657
6657
  if (f != null) {
6658
- f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aa1));
6658
+ f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aa2));
6659
6659
  f.deferralHandler = this;
6660
6660
  }
6661
- this.aar.du(e, f);
6661
+ this.aas.du(e, f);
6662
6662
  if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.dc) !== null) {
6663
6663
  f.geographicMap = this.dc;
6664
- this.aa3(this.cw);
6665
- this.aar.dr(this.dc.yr);
6664
+ this.aa4(this.cw);
6665
+ this.aas.dr(this.dc.yr);
6666
6666
  }
6667
- this.qz();
6667
+ this.q0();
6668
6668
  break;
6669
6669
  case "ActualWindowRect":
6670
- this.aar.dr(d);
6670
+ this.aas.dr(d);
6671
6671
  break;
6672
6672
  case "WorldRect":
6673
- this.aar.dy(d);
6673
+ this.aas.dy(d);
6674
6674
  break;
6675
6675
  case "SeriesViewer":
6676
6676
  var g = c;
6677
6677
  var h = d;
6678
- if (g != null && this.aau != null) {
6679
- this.aau.be(null);
6678
+ if (g != null && this.aav != null) {
6679
+ this.aav.be(null);
6680
6680
  }
6681
- if (h != null && this.aau != null) {
6682
- this.aau.be(this.cw.ae);
6681
+ if (h != null && this.aav != null) {
6682
+ this.aav.be(this.cw.ae);
6683
6683
  }
6684
6684
  break;
6685
6685
  case "ActualBrush":
6686
6686
  case "ActualOutline":
6687
6687
  case "ActualThickness":
6688
- this.q1();
6688
+ this.q2();
6689
6689
  break;
6690
6690
  }
6691
6691
  };
6692
- TileSeries.prototype.aa0 = function (a, b) {
6692
+ TileSeries.prototype.aa1 = function (a, b) {
6693
6693
  if (b.propertyName == "MultiScaleImage") {
6694
- this.aa3(this.cw);
6694
+ this.aa4(this.cw);
6695
6695
  }
6696
6696
  };
6697
- TileSeries.prototype.aa1 = function (a, b) {
6697
+ TileSeries.prototype.aa2 = function (a, b) {
6698
6698
  if (this.imageTilesReady != null) {
6699
6699
  this.imageTilesReady(this, new igniteuiWebcomponentsCore.EventArgs());
6700
6700
  }
6701
- if (!this.aax) {
6702
- this.aar.dw();
6701
+ if (!this.aay) {
6702
+ this.aas.dw();
6703
6703
  }
6704
6704
  };
6705
6705
  TileSeries.prototype.register = function (a, b) {
6706
- this.aaw = b;
6706
+ this.aax = b;
6707
6707
  };
6708
6708
  TileSeries.prototype.unRegister = function (a) {
6709
- this.aaw = null;
6709
+ this.aax = null;
6710
6710
  };
6711
6711
  TileSeries.prototype.deferredRefresh = function () {
6712
- this.r7(false);
6712
+ this.r8(false);
6713
6713
  };
6714
6714
  TileSeries.prototype.deferAction = function (a) {
6715
6715
  if (this.j8 != null) {
@@ -6719,60 +6719,60 @@
6719
6719
  window.setTimeout(a, 0);
6720
6720
  }
6721
6721
  };
6722
- TileSeries.prototype.s7 = function (a, b) {
6723
- this.aar.dx();
6724
- _super.prototype.s7.call(this, a, b);
6722
+ TileSeries.prototype.s8 = function (a, b) {
6723
+ this.aas.dx();
6724
+ _super.prototype.s8.call(this, a, b);
6725
6725
  };
6726
- TileSeries.prototype.r8 = function (a) {
6727
- _super.prototype.r8.call(this, a);
6728
- this.aa2(a, this.cw);
6726
+ TileSeries.prototype.r9 = function (a) {
6727
+ _super.prototype.r9.call(this, a);
6728
+ this.aa3(a, this.cw);
6729
6729
  };
6730
- TileSeries.prototype.aa2 = function (a, b) {
6730
+ TileSeries.prototype.aa3 = function (a, b) {
6731
6731
  var c;
6732
6732
  var d;
6733
6733
  var e = b;
6734
6734
  var f = b.getViewInfo(c, d);
6735
6735
  c = f.p0;
6736
6736
  d = f.p1;
6737
- this.aa3(b);
6738
- if (this.aaw != null) {
6739
- this.aax = true;
6740
- this.aaw(a);
6741
- this.aax = false;
6737
+ this.aa4(b);
6738
+ if (this.aax != null) {
6739
+ this.aay = true;
6740
+ this.aax(a);
6741
+ this.aay = false;
6742
6742
  }
6743
6743
  e.dw();
6744
6744
  };
6745
- TileSeries.prototype.r6 = function (a, b, c, d, e) {
6746
- _super.prototype.r6.call(this, a, b, c, d, e);
6745
+ TileSeries.prototype.r7 = function (a, b, c, d, e) {
6746
+ _super.prototype.r7.call(this, a, b, c, d, e);
6747
6747
  var f = this.ht.item(d);
6748
6748
  f.bd(c);
6749
6749
  if (this.d7(f)) {
6750
6750
  return;
6751
6751
  }
6752
- this.z7(f);
6752
+ this.z8(f);
6753
6753
  };
6754
- TileSeries.prototype.aa3 = function (a) {
6754
+ TileSeries.prototype.aa4 = function (a) {
6755
6755
  var b;
6756
6756
  var c;
6757
6757
  var d = a.getViewInfo(b, c);
6758
6758
  b = d.p0;
6759
6759
  c = d.p1;
6760
- if (this.aav != null && this.aav.ao != null) {
6761
- if (this.aav != this.aau) {
6762
- this.aau = this.aav;
6760
+ if (this.aaw != null && this.aaw.ao != null) {
6761
+ if (this.aaw != this.aav) {
6762
+ this.aav = this.aaw;
6763
6763
  }
6764
- if (this.aau != null && !b.isEmpty) {
6765
- if (this.aau.width != b.width) {
6766
- this.aau.width = b.width;
6764
+ if (this.aav != null && !b.isEmpty) {
6765
+ if (this.aav.width != b.width) {
6766
+ this.aav.width = b.width;
6767
6767
  }
6768
- if (this.aau.height != b.height) {
6769
- this.aau.height = b.height;
6768
+ if (this.aav.height != b.height) {
6769
+ this.aav.height = b.height;
6770
6770
  }
6771
6771
  }
6772
6772
  }
6773
6773
  };
6774
- TileSeries.prototype.ph = function (a, b) {
6775
- _super.prototype.ph.call(this, a, b);
6774
+ TileSeries.prototype.pi = function (a, b) {
6775
+ _super.prototype.pi.call(this, a, b);
6776
6776
  b.ds();
6777
6777
  };
6778
6778
  TileSeries.$t = igniteuiWebcomponentsCore.markType(TileSeries, 'TileSeries', igniteuiWebcomponentsCharts.ShapeSeriesBase.$, [igniteuiWebcomponentsCore.IMapRenderDeferralHandler_$type]);
@@ -6795,8 +6795,8 @@
6795
6795
  TileSeriesView.prototype.a4 = function () {
6796
6796
  _super.prototype.a4.call(this);
6797
6797
  if (!this.t) {
6798
- this.dn.we = igniteuiWebcomponentsCharts.Defaults.tileSeries_Outline;
6799
- this.dn.vy = igniteuiWebcomponentsCharts.Defaults.tileSeries_Brush;
6798
+ this.dn.wf = igniteuiWebcomponentsCharts.Defaults.tileSeries_Outline;
6799
+ this.dn.vz = igniteuiWebcomponentsCharts.Defaults.tileSeries_Brush;
6800
6800
  }
6801
6801
  };
6802
6802
  TileSeriesView.prototype.cx = function (a, b) {
@@ -6823,8 +6823,8 @@
6823
6823
  this.a2();
6824
6824
  };
6825
6825
  TileSeriesView.prototype.dr = function (a) {
6826
- if (this.dn.aav != null) {
6827
- this.dn.aav.windowRect = a;
6826
+ if (this.dn.aaw != null) {
6827
+ this.dn.aaw.windowRect = a;
6828
6828
  }
6829
6829
  };
6830
6830
  TileSeriesView.prototype.du = function (a, b) {
@@ -6859,8 +6859,8 @@
6859
6859
  this.dq.setAttribute("width", this.b9.width.toString());
6860
6860
  this.dq.setAttribute("height", this.b9.height.toString());
6861
6861
  }
6862
- if (this.dn.aav != null) {
6863
- this.dn.aav.bf(this.b9);
6862
+ if (this.dn.aaw != null) {
6863
+ this.dn.aaw.bf(this.b9);
6864
6864
  }
6865
6865
  };
6866
6866
  TileSeriesView.prototype.bj = function (a, b) {
@@ -6894,8 +6894,8 @@
6894
6894
  TileSeriesView.prototype.ds = function () {
6895
6895
  };
6896
6896
  TileSeriesView.prototype.dy = function (a) {
6897
- if (this.dn.aav != null) {
6898
- this.dn.aav.a6();
6897
+ if (this.dn.aaw != null) {
6898
+ this.dn.aaw.a6();
6899
6899
  }
6900
6900
  };
6901
6901
  TileSeriesView.$t = igniteuiWebcomponentsCore.markType(TileSeriesView, 'TileSeriesView', igniteuiWebcomponentsCharts.ShapeSeriesViewBase.$);
@@ -6988,14 +6988,14 @@
6988
6988
  * The MapImagery which is used to provide the tiles for display.
6989
6989
  */
6990
6990
  get: function () {
6991
- var r = this.i.aav;
6991
+ var r = this.i.aaw;
6992
6992
  if (r == null) {
6993
6993
  return null;
6994
6994
  }
6995
6995
  return r.externalObject;
6996
6996
  },
6997
6997
  set: function (v) {
6998
- v == null ? this.i.aav = null : this.i.aav = v.i;
6998
+ v == null ? this.i.aaw = null : this.i.aaw = v.i;
6999
6999
  },
7000
7000
  enumerable: false,
7001
7001
  configurable: true
@@ -7053,8 +7053,8 @@
7053
7053
  tslib.__extends(GeographicTileSeries, _super);
7054
7054
  function GeographicTileSeries() {
7055
7055
  var _this = _super.call(this) || this;
7056
+ _this.y1 = null;
7056
7057
  _this.y0 = null;
7057
- _this.yz = null;
7058
7058
  _this.imageTilesReady = null;
7059
7059
  _this.ab = GeographicTileSeries.$;
7060
7060
  return _this;
@@ -7065,53 +7065,53 @@
7065
7065
  GeographicTileSeries.prototype.get_f6 = function () {
7066
7066
  return true;
7067
7067
  };
7068
- Object.defineProperty(GeographicTileSeries.prototype, "y1", {
7068
+ Object.defineProperty(GeographicTileSeries.prototype, "y2", {
7069
7069
  get: function () {
7070
- return this.y0;
7070
+ return this.y1;
7071
7071
  },
7072
7072
  set: function (a) {
7073
- var b = a != this.y1;
7073
+ var b = a != this.y2;
7074
7074
  if (b) {
7075
- var c = this.y1;
7076
- this.y0 = a;
7075
+ var c = this.y2;
7076
+ this.y1 = a;
7077
7077
  this.raisePropertyChanged("TileImagery", c, a);
7078
7078
  }
7079
7079
  },
7080
7080
  enumerable: false,
7081
7081
  configurable: true
7082
7082
  });
7083
- GeographicTileSeries.prototype.y5 = function () {
7084
- if (this.y1 != null) {
7085
- this.y1.clearTileCache();
7083
+ GeographicTileSeries.prototype.y6 = function () {
7084
+ if (this.y2 != null) {
7085
+ this.y2.clearTileCache();
7086
7086
  }
7087
7087
  };
7088
- GeographicTileSeries.prototype.rp = function (a, b, c, d) {
7089
- _super.prototype.rp.call(this, a, b, c, d);
7088
+ GeographicTileSeries.prototype.rq = function (a, b, c, d) {
7089
+ _super.prototype.rq.call(this, a, b, c, d);
7090
7090
  switch (b) {
7091
7091
  case "TileImagery":
7092
- if (this.xk != null) {
7093
- this.xk.aav = this.y1;
7092
+ if (this.xl != null) {
7093
+ this.xl.aaw = this.y2;
7094
7094
  }
7095
7095
  break;
7096
7096
  }
7097
7097
  };
7098
- GeographicTileSeries.prototype.xp = function (a, b) {
7099
- _super.prototype.xp.call(this, a, b);
7100
- this.xk.aav = this.y1;
7101
- if (this.yz != null) {
7102
- var c = this.yz;
7103
- c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.y4));
7098
+ GeographicTileSeries.prototype.xq = function (a, b) {
7099
+ _super.prototype.xq.call(this, a, b);
7100
+ this.xl.aaw = this.y2;
7101
+ if (this.y0 != null) {
7102
+ var c = this.y0;
7103
+ c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.y5));
7104
7104
  }
7105
- this.yz = this.xk;
7106
- if (this.yz != null) {
7107
- var d = this.yz;
7108
- d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.y4));
7105
+ this.y0 = this.xl;
7106
+ if (this.y0 != null) {
7107
+ var d = this.y0;
7108
+ d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.y5));
7109
7109
  }
7110
7110
  };
7111
- GeographicTileSeries.prototype.xj = function () {
7111
+ GeographicTileSeries.prototype.xk = function () {
7112
7112
  return new TileSeries();
7113
7113
  };
7114
- GeographicTileSeries.prototype.y4 = function (a, b) {
7114
+ GeographicTileSeries.prototype.y5 = function (a, b) {
7115
7115
  if (this.imageTilesReady != null) {
7116
7116
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
7117
7117
  }
@@ -7202,14 +7202,14 @@
7202
7202
  * The MapImagery which is used to provide the tiles for display.
7203
7203
  */
7204
7204
  get: function () {
7205
- var r = this.i.y1;
7205
+ var r = this.i.y2;
7206
7206
  if (r == null) {
7207
7207
  return null;
7208
7208
  }
7209
7209
  return r.externalObject;
7210
7210
  },
7211
7211
  set: function (v) {
7212
- v == null ? this.i.y1 = null : this.i.y1 = v.i;
7212
+ v == null ? this.i.y2 = null : this.i.y2 = v.i;
7213
7213
  },
7214
7214
  enumerable: false,
7215
7215
  configurable: true
@@ -7229,7 +7229,7 @@
7229
7229
 
7230
7230
  */
7231
7231
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
7232
- this.i.y5();
7232
+ this.i.y6();
7233
7233
  };
7234
7234
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
7235
7235
  /**
@@ -7347,11 +7347,11 @@
7347
7347
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7348
7348
  */
7349
7349
  get: function () {
7350
- return this.i.xu;
7350
+ return this.i.xv;
7351
7351
  },
7352
7352
  set: function (v) {
7353
- this.i.xu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
7354
- this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.xu));
7353
+ this.i.xv = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
7354
+ this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.xv));
7355
7355
  },
7356
7356
  enumerable: false,
7357
7357
  configurable: true
@@ -7361,11 +7361,11 @@
7361
7361
  * Gets or sets thickness of the marker outline
7362
7362
  */
7363
7363
  get: function () {
7364
- return this.i.xv;
7364
+ return this.i.xw;
7365
7365
  },
7366
7366
  set: function (v) {
7367
- this.i.xv = +v;
7368
- this._a("markerThickness", this.i.xv);
7367
+ this.i.xw = +v;
7368
+ this._a("markerThickness", this.i.xw);
7369
7369
  },
7370
7370
  enumerable: false,
7371
7371
  configurable: true
@@ -7375,11 +7375,11 @@
7375
7375
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7376
7376
  */
7377
7377
  get: function () {
7378
- return this.i.xt;
7378
+ return this.i.xu;
7379
7379
  },
7380
7380
  set: function (v) {
7381
- this.i.xt = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
7382
- this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.xt));
7381
+ this.i.xu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
7382
+ this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.xu));
7383
7383
  },
7384
7384
  enumerable: false,
7385
7385
  configurable: true
@@ -7389,11 +7389,11 @@
7389
7389
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7390
7390
  */
7391
7391
  get: function () {
7392
- return this.i.xs;
7392
+ return this.i.xt;
7393
7393
  },
7394
7394
  set: function (v) {
7395
- this.i.xs = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
7396
- this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.xs));
7395
+ this.i.xt = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
7396
+ this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.xt));
7397
7397
  },
7398
7398
  enumerable: false,
7399
7399
  configurable: true
@@ -7403,10 +7403,10 @@
7403
7403
  * Gets or sets the MarkerTemplate for the current series object.
7404
7404
  */
7405
7405
  get: function () {
7406
- return this.i.ya;
7406
+ return this.i.yb;
7407
7407
  },
7408
7408
  set: function (v) {
7409
- this.i.ya = v;
7409
+ this.i.yb = v;
7410
7410
  },
7411
7411
  enumerable: false,
7412
7412
  configurable: true
@@ -7416,11 +7416,11 @@
7416
7416
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7417
7417
  */
7418
7418
  get: function () {
7419
- return igniteuiWebcomponentsCore.brushToString(this.i.yo);
7419
+ return igniteuiWebcomponentsCore.brushToString(this.i.yp);
7420
7420
  },
7421
7421
  set: function (v) {
7422
- this.i.yo = igniteuiWebcomponentsCore.stringToBrush(v);
7423
- this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.yo));
7422
+ this.i.yp = igniteuiWebcomponentsCore.stringToBrush(v);
7423
+ this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.yp));
7424
7424
  },
7425
7425
  enumerable: false,
7426
7426
  configurable: true
@@ -7430,11 +7430,11 @@
7430
7430
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7431
7431
  */
7432
7432
  get: function () {
7433
- return igniteuiWebcomponentsCore.brushToString(this.i.yp);
7433
+ return igniteuiWebcomponentsCore.brushToString(this.i.yq);
7434
7434
  },
7435
7435
  set: function (v) {
7436
- this.i.yp = igniteuiWebcomponentsCore.stringToBrush(v);
7437
- this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.yp));
7436
+ this.i.yq = igniteuiWebcomponentsCore.stringToBrush(v);
7437
+ this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.yq));
7438
7438
  },
7439
7439
  enumerable: false,
7440
7440
  configurable: true
@@ -7446,11 +7446,11 @@
7446
7446
  * choose a representative set.
7447
7447
  */
7448
7448
  get: function () {
7449
- return this.i.xw;
7449
+ return this.i.xx;
7450
7450
  },
7451
7451
  set: function (v) {
7452
- this.i.xw = +v;
7453
- this._a("maximumMarkers", this.i.xw);
7452
+ this.i.xx = +v;
7453
+ this._a("maximumMarkers", this.i.xx);
7454
7454
  },
7455
7455
  enumerable: false,
7456
7456
  configurable: true
@@ -7460,10 +7460,10 @@
7460
7460
  * Gets the effective marker template for the current series object.
7461
7461
  */
7462
7462
  get: function () {
7463
- return this.i.x9;
7463
+ return this.i.ya;
7464
7464
  },
7465
7465
  set: function (v) {
7466
- this.i.x9 = v;
7466
+ this.i.ya = v;
7467
7467
  },
7468
7468
  enumerable: false,
7469
7469
  configurable: true
@@ -7473,11 +7473,11 @@
7473
7473
  * Gets the effective marker brush for the current series object.
7474
7474
  */
7475
7475
  get: function () {
7476
- return igniteuiWebcomponentsCore.brushToString(this.i.ym);
7476
+ return igniteuiWebcomponentsCore.brushToString(this.i.yn);
7477
7477
  },
7478
7478
  set: function (v) {
7479
- this.i.ym = igniteuiWebcomponentsCore.stringToBrush(v);
7480
- this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.ym));
7479
+ this.i.yn = igniteuiWebcomponentsCore.stringToBrush(v);
7480
+ this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.yn));
7481
7481
  },
7482
7482
  enumerable: false,
7483
7483
  configurable: true
@@ -7487,11 +7487,11 @@
7487
7487
  * Gets the effective marker outline for the current series object.
7488
7488
  */
7489
7489
  get: function () {
7490
- return igniteuiWebcomponentsCore.brushToString(this.i.yn);
7490
+ return igniteuiWebcomponentsCore.brushToString(this.i.yo);
7491
7491
  },
7492
7492
  set: function (v) {
7493
- this.i.yn = igniteuiWebcomponentsCore.stringToBrush(v);
7494
- this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.yn));
7493
+ this.i.yo = igniteuiWebcomponentsCore.stringToBrush(v);
7494
+ this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.yo));
7495
7495
  },
7496
7496
  enumerable: false,
7497
7497
  configurable: true
@@ -7513,75 +7513,75 @@
7513
7513
  tslib.__extends(GeographicMarkerSeries, _super);
7514
7514
  function GeographicMarkerSeries() {
7515
7515
  var _this = _super.call(this) || this;
7516
- var a = _this.xk;
7517
- a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.x8));
7516
+ var a = _this.xl;
7517
+ a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.x9));
7518
7518
  return _this;
7519
7519
  }
7520
- GeographicMarkerSeries.prototype.tg = function () {
7521
- return this.x9;
7522
- };
7523
- GeographicMarkerSeries.prototype.v4 = function () {
7524
- return this.ym;
7520
+ GeographicMarkerSeries.prototype.th = function () {
7521
+ return this.ya;
7525
7522
  };
7526
7523
  GeographicMarkerSeries.prototype.v5 = function () {
7527
7524
  return this.yn;
7528
7525
  };
7526
+ GeographicMarkerSeries.prototype.v6 = function () {
7527
+ return this.yo;
7528
+ };
7529
7529
  GeographicMarkerSeries.prototype.iu = function () {
7530
- return this.xv;
7530
+ return this.xw;
7531
7531
  };
7532
7532
  GeographicMarkerSeries.prototype.ml = function () {
7533
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.xk);
7533
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.xl);
7534
7534
  if (a == null) {
7535
7535
  return "Unknown";
7536
7536
  }
7537
7537
  return a.ml();
7538
7538
  };
7539
- GeographicMarkerSeries.prototype.x8 = function (a, b) {
7540
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.xk);
7539
+ GeographicMarkerSeries.prototype.x9 = function (a, b) {
7540
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.xl);
7541
7541
  if (c == null) {
7542
7542
  return;
7543
7543
  }
7544
7544
  if (b.propertyName == "ActualMarkerTemplate") {
7545
- this.x9 = c.yk;
7545
+ this.ya = c.yl;
7546
7546
  }
7547
7547
  else if (b.propertyName == "ActualMarkerOutline") {
7548
- this.yn = c.y2;
7548
+ this.yo = c.y3;
7549
7549
  }
7550
7550
  else if (b.propertyName == "ActualMarkerBrush") {
7551
- this.ym = c.y1;
7551
+ this.yn = c.y2;
7552
7552
  }
7553
7553
  };
7554
- GeographicMarkerSeries.prototype.rp = function (a, b, c, d) {
7555
- _super.prototype.rp.call(this, a, b, c, d);
7554
+ GeographicMarkerSeries.prototype.rq = function (a, b, c, d) {
7555
+ _super.prototype.rq.call(this, a, b, c, d);
7556
7556
  switch (b) {
7557
7557
  case GeographicMarkerSeries.$$p[3]:
7558
- this.xk.y3 = this.yo;
7558
+ this.xl.y4 = this.yp;
7559
7559
  break;
7560
7560
  case GeographicMarkerSeries.$$p[6]:
7561
- this.xk.y4 = this.yp;
7561
+ this.xl.y5 = this.yq;
7562
7562
  break;
7563
7563
  case GeographicMarkerSeries.$$p[5]:
7564
- this.xk.xo = this.xt;
7564
+ this.xl.xp = this.xu;
7565
7565
  break;
7566
7566
  case GeographicMarkerSeries.$$p[4]:
7567
- this.xk.xk = this.xs;
7567
+ this.xl.xl = this.xt;
7568
7568
  break;
7569
7569
  case GeographicMarkerSeries.$$p[9]:
7570
- this.xk.xu = this.xu;
7570
+ this.xl.xv = this.xv;
7571
7571
  break;
7572
7572
  case GeographicMarkerSeries.$$p[7]:
7573
- this.xk.ym = this.ya;
7573
+ this.xl.yn = this.yb;
7574
7574
  break;
7575
7575
  case GeographicMarkerSeries.$$p[8]:
7576
- this.xk.x3 = this.xv;
7576
+ this.xl.x4 = this.xw;
7577
7577
  break;
7578
7578
  case GeographicMarkerSeries.$$p[10]:
7579
- this.xk.aat = this.xw;
7579
+ this.xl.aau = this.xx;
7580
7580
  break;
7581
7581
  }
7582
7582
  };
7583
7583
  GeographicMarkerSeries.$t = igniteuiWebcomponentsCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7584
- GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:ym:yb', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:yn:yc', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:x9:yd', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:yo:ye', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:xs:yf', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xt:yg', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:yp:yh', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:ya:yi', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:xv:yj', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:xu:yk', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:xw:yl', [1, 400]]);
7584
+ GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:yo:yd', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:ya:ye', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:yp:yf', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:xt:yg', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:yb:yj', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:xv:yl', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
7585
7585
  return GeographicMarkerSeries;
7586
7586
  }(GeographicMapSeriesHost));
7587
7587
 
@@ -7609,49 +7609,49 @@
7609
7609
  };
7610
7610
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7611
7611
  _super.prototype.ci.call(this);
7612
- var a = this.cu.xk;
7613
- a.abd = this.cu.zj;
7614
- a.abl = this.cu.zh;
7615
- a.xu = this.cu.xu;
7616
- a.ym = this.cu.ya;
7617
- a.x3 = this.cu.xv;
7612
+ var a = this.cu.xl;
7613
+ a.abe = this.cu.zk;
7614
+ a.abm = this.cu.zi;
7615
+ a.xv = this.cu.xv;
7616
+ a.yn = this.cu.yb;
7617
+ a.x4 = this.cu.xw;
7618
+ a.ado = this.cu.y4;
7619
+ a.aee = this.cu.zp;
7620
+ a.add = this.cu.yw;
7621
+ a.ad4 = this.cu.zg;
7622
+ a.adz = this.cu.y8;
7623
+ a.ada = this.cu.yt;
7624
+ a.adm = this.cu.y0;
7618
7625
  a.adn = this.cu.y3;
7619
- a.aed = this.cu.zo;
7620
- a.adc = this.cu.yv;
7621
- a.ad3 = this.cu.zf;
7622
- a.ady = this.cu.y7;
7623
- a.ac9 = this.cu.ys;
7624
- a.adl = this.cu.yz;
7625
- a.adm = this.cu.y2;
7626
+ a.adt = this.cu.y6;
7626
7627
  a.ads = this.cu.y5;
7627
- a.adr = this.cu.y4;
7628
7628
  };
7629
7629
  GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
7630
- this.cu.xk.abd = this.cu.zj;
7630
+ this.cu.xl.abe = this.cu.zk;
7631
7631
  };
7632
7632
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
7633
- this.cu.xk.abl = this.cu.zh;
7633
+ this.cu.xl.abm = this.cu.zi;
7634
7634
  };
7635
7635
  GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
7636
- this.cu.xk.xu = this.cu.xu;
7636
+ this.cu.xl.xv = this.cu.xv;
7637
7637
  };
7638
7638
  GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
7639
- this.cu.xk.ym = this.cu.ya;
7639
+ this.cu.xl.yn = this.cu.yb;
7640
7640
  };
7641
7641
  GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
7642
- this.cu.xk.x3 = this.cu.xv;
7642
+ this.cu.xl.x4 = this.cu.xw;
7643
7643
  };
7644
7644
  GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
7645
- this.cu.xk.aat = this.cu.xw;
7645
+ this.cu.xl.aau = this.cu.xx;
7646
7646
  };
7647
7647
  GeographicProportionalSymbolSeriesView.prototype.db = function () {
7648
- this.cu.xk.xAxis = this.cu.dc.zh;
7648
+ this.cu.xl.xAxis = this.cu.dc.zh;
7649
7649
  };
7650
7650
  GeographicProportionalSymbolSeriesView.prototype.dc = function () {
7651
- this.cu.xk.yAxis = this.cu.dc.zj;
7651
+ this.cu.xl.yAxis = this.cu.dc.zj;
7652
7652
  };
7653
7653
  GeographicProportionalSymbolSeriesView.prototype.da = function () {
7654
- var a = this.cu.xk;
7654
+ var a = this.cu.xl;
7655
7655
  if (this.cu.dc == null) {
7656
7656
  a.xAxis = null;
7657
7657
  a.yAxis = null;
@@ -7661,45 +7661,45 @@
7661
7661
  a.yAxis = this.cu.dc.zj;
7662
7662
  };
7663
7663
  GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
7664
- this.cu.xk.y3 = this.cu.yo;
7664
+ this.cu.xl.y4 = this.cu.yp;
7665
7665
  };
7666
7666
  GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
7667
- this.cu.xk.y4 = this.cu.yp;
7667
+ this.cu.xl.y5 = this.cu.yq;
7668
7668
  };
7669
7669
  GeographicProportionalSymbolSeriesView.prototype.dd = function () {
7670
- this.cu.xk.aed = this.cu.zo;
7670
+ this.cu.xl.aee = this.cu.zp;
7671
7671
  };
7672
7672
  GeographicProportionalSymbolSeriesView.prototype.de = function () {
7673
- this.cu.xk.adc = this.cu.yv;
7674
- this.cu.xk.adn = this.cu.y3;
7673
+ this.cu.xl.add = this.cu.yw;
7674
+ this.cu.xl.ado = this.cu.y4;
7675
7675
  };
7676
7676
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7677
- this.cu.xk.ad3 = this.cu.zf;
7677
+ this.cu.xl.ad4 = this.cu.zg;
7678
7678
  };
7679
7679
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7680
- this.cu.xk.ac9 = this.cu.ys;
7681
- this.cu.xk.adl = this.cu.yz;
7682
- this.cu.xk.adm = this.cu.y2;
7683
- this.cu.xk.ads = this.cu.y5;
7684
- this.cu.xk.adr = this.cu.y4;
7680
+ this.cu.xl.ada = this.cu.yt;
7681
+ this.cu.xl.adm = this.cu.y0;
7682
+ this.cu.xl.adn = this.cu.y3;
7683
+ this.cu.xl.adt = this.cu.y6;
7684
+ this.cu.xl.ads = this.cu.y5;
7685
7685
  };
7686
7686
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7687
- this.cu.xk.ady = this.cu.y7;
7687
+ this.cu.xl.adz = this.cu.y8;
7688
7688
  };
7689
7689
  GeographicProportionalSymbolSeriesView.prototype.df = function () {
7690
- this.cu.xk.adn = this.cu.y3;
7690
+ this.cu.xl.ado = this.cu.y4;
7691
7691
  };
7692
7692
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7693
- this.cu.xk.adl = this.cu.yz;
7693
+ this.cu.xl.adm = this.cu.y0;
7694
7694
  };
7695
7695
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
7696
- this.cu.xk.adm = this.cu.y2;
7696
+ this.cu.xl.adn = this.cu.y3;
7697
7697
  };
7698
7698
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
7699
- this.cu.xk.ads = this.cu.y5;
7699
+ this.cu.xl.adt = this.cu.y6;
7700
7700
  };
7701
7701
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7702
- this.cu.xk.adr = this.cu.y4;
7702
+ this.cu.xl.ads = this.cu.y5;
7703
7703
  };
7704
7704
  GeographicProportionalSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7705
7705
  return GeographicProportionalSymbolSeriesView;
@@ -7711,9 +7711,9 @@
7711
7711
  tslib.__extends(GeographicProportionalSymbolSeries, _super);
7712
7712
  function GeographicProportionalSymbolSeries() {
7713
7713
  var _this = _super.call(this) || this;
7714
- _this.yt = null;
7714
+ _this.yu = null;
7715
+ _this.yz = false;
7715
7716
  _this.yy = false;
7716
- _this.yx = false;
7717
7717
  _this.assigningScatterStyle = null;
7718
7718
  _this.assigningScatterMarkerStyle = null;
7719
7719
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7728,111 +7728,111 @@
7728
7728
  GeographicProportionalSymbolSeries.prototype.ct = function () {
7729
7729
  return new GeographicProportionalSymbolSeriesView(this);
7730
7730
  };
7731
- GeographicProportionalSymbolSeries.prototype.rg = function (a) {
7732
- _super.prototype.rg.call(this, a);
7733
- this.yw = a;
7731
+ GeographicProportionalSymbolSeries.prototype.rh = function (a) {
7732
+ _super.prototype.rh.call(this, a);
7733
+ this.yx = a;
7734
7734
  };
7735
7735
  GeographicProportionalSymbolSeries.prototype.jt = function () {
7736
7736
  return 0.7;
7737
7737
  };
7738
- GeographicProportionalSymbolSeries.prototype.xj = function () {
7738
+ GeographicProportionalSymbolSeries.prototype.xk = function () {
7739
7739
  return new igniteuiWebcomponentsCharts.BubbleSeries();
7740
7740
  };
7741
7741
  GeographicProportionalSymbolSeries.prototype.get_fh = function () {
7742
7742
  return true;
7743
7743
  };
7744
- GeographicProportionalSymbolSeries.prototype.rp = function (a, b, c, d) {
7745
- _super.prototype.rp.call(this, a, b, c, d);
7744
+ GeographicProportionalSymbolSeries.prototype.rq = function (a, b, c, d) {
7745
+ _super.prototype.rq.call(this, a, b, c, d);
7746
7746
  switch (b) {
7747
7747
  case "SeriesViewer":
7748
- this.yw.da();
7748
+ this.yx.da();
7749
7749
  break;
7750
7750
  case GeographicProportionalSymbolSeries.$$p[9]:
7751
- this.yw.c3();
7751
+ this.yx.c3();
7752
7752
  break;
7753
7753
  case GeographicProportionalSymbolSeries.$$p[8]:
7754
- this.yw.c2();
7754
+ this.yx.c2();
7755
7755
  break;
7756
7756
  case "XAxis":
7757
- this.yw.db();
7757
+ this.yx.db();
7758
7758
  break;
7759
7759
  case "YAxis":
7760
- this.yw.dc();
7760
+ this.yx.dc();
7761
7761
  break;
7762
7762
  case GeographicProportionalSymbolSeries.$$p[13]:
7763
- this.yw.dd();
7763
+ this.yx.dd();
7764
7764
  break;
7765
7765
  case GeographicProportionalSymbolSeries.$$p[14]:
7766
- this.yw.de();
7766
+ this.yx.de();
7767
7767
  break;
7768
7768
  case GeographicProportionalSymbolSeries.$$p[15]:
7769
- this.yw.df();
7769
+ this.yx.df();
7770
7770
  break;
7771
7771
  case GeographicProportionalSymbolSeries.$$p[7]:
7772
- this.yw.cy();
7772
+ this.yx.cy();
7773
7773
  break;
7774
7774
  case GeographicProportionalSymbolSeries.$$p[0]:
7775
- this.yw.cv();
7775
+ this.yx.cv();
7776
7776
  break;
7777
7777
  case GeographicProportionalSymbolSeries.$$p[1]:
7778
- this.yw.cw();
7778
+ this.yx.cw();
7779
7779
  break;
7780
7780
  case GeographicProportionalSymbolSeries.$$p[2]:
7781
- this.yw.cx();
7781
+ this.yx.cx();
7782
7782
  break;
7783
7783
  case GeographicProportionalSymbolSeries.$$p[12]:
7784
- this.yw.c1();
7784
+ this.yx.c1();
7785
7785
  break;
7786
7786
  case GeographicProportionalSymbolSeries.$$p[11]:
7787
- this.yw.c0();
7787
+ this.yx.c0();
7788
7788
  break;
7789
7789
  case GeographicProportionalSymbolSeries.$$p[10]:
7790
- this.yw.cz();
7790
+ this.yx.cz();
7791
7791
  break;
7792
7792
  case GeographicProportionalSymbolSeries.$$p[4]:
7793
- this.xk.z9 = this.y1;
7794
- this.yy = this.y1;
7795
- if (this.y1) {
7796
- var e = this.xk;
7797
- e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zt));
7793
+ this.xl.aaa = this.y2;
7794
+ this.yz = this.y2;
7795
+ if (this.y2) {
7796
+ var e = this.xl;
7797
+ e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zu));
7798
7798
  }
7799
7799
  else {
7800
- var f = this.xk;
7801
- f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zt));
7800
+ var f = this.xl;
7801
+ f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zu));
7802
7802
  }
7803
7803
  break;
7804
7804
  case GeographicProportionalSymbolSeries.$$p[3]:
7805
- this.xk.z8 = this.y0;
7806
- this.yx = this.y0;
7807
- if (this.y1) {
7808
- var g = this.xk;
7809
- g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zs));
7805
+ this.xl.z9 = this.y1;
7806
+ this.yy = this.y1;
7807
+ if (this.y2) {
7808
+ var g = this.xl;
7809
+ g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zt));
7810
7810
  }
7811
7811
  else {
7812
- var h = this.xk;
7813
- h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zs));
7812
+ var h = this.xl;
7813
+ h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zt));
7814
7814
  }
7815
7815
  break;
7816
7816
  case GeographicProportionalSymbolSeries.$$p[5]:
7817
- this.xk.zs = this.yu;
7817
+ this.xl.zt = this.yv;
7818
7818
  break;
7819
7819
  case GeographicProportionalSymbolSeries.$$p[6]:
7820
- this.xk.aas = this.y6;
7820
+ this.xl.aat = this.y7;
7821
7821
  break;
7822
7822
  }
7823
7823
  };
7824
- GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
7824
+ GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
7825
7825
  if (this.assigningScatterStyle != null) {
7826
7826
  this.assigningScatterStyle(this, b);
7827
7827
  }
7828
7828
  };
7829
- GeographicProportionalSymbolSeries.prototype.zs = function (a, b) {
7829
+ GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
7830
7830
  if (this.assigningScatterMarkerStyle != null) {
7831
7831
  this.assigningScatterMarkerStyle(this, b);
7832
7832
  }
7833
7833
  };
7834
7834
  GeographicProportionalSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7835
- GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y7:zu', [2], 'FillScale:ys:zv', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:yz:zw', [0, false], 'IsCustomScatterMarkerStyleAllowed:y0:zx', [0, false], 'IsCustomScatterStyleAllowed:y1:zy', [0, false], 'ItemSearchMode:yu:zz', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y6:z0', [1, 10000], 'LabelMemberPath:zf:z1', [2], 'LatitudeMemberPath:zh:z2', [2, null], 'LongitudeMemberPath:zj:z3', [2, null], 'MarkerBrushBrightness:y4:z4', [1, NaN], 'MarkerOutlineBrightness:y5:z5', [1, NaN], 'MarkerOutlineUsesFillScale:y2:z6', [0, false], 'RadiusMemberPath:zo:z7', [2, null], 'RadiusScale:yv:z8', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:y3:z9', [0, false]]);
7835
+ GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
7836
7836
  return GeographicProportionalSymbolSeries;
7837
7837
  }(GeographicMarkerSeries));
7838
7838
 
@@ -7928,10 +7928,10 @@
7928
7928
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7929
7929
  */
7930
7930
  get: function () {
7931
- return this.i.zh;
7931
+ return this.i.zi;
7932
7932
  },
7933
7933
  set: function (v) {
7934
- this.i.zh = v;
7934
+ this.i.zi = v;
7935
7935
  },
7936
7936
  enumerable: false,
7937
7937
  configurable: true
@@ -7941,10 +7941,10 @@
7941
7941
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7942
7942
  */
7943
7943
  get: function () {
7944
- return this.i.zj;
7944
+ return this.i.zk;
7945
7945
  },
7946
7946
  set: function (v) {
7947
- this.i.zj = v;
7947
+ this.i.zk = v;
7948
7948
  },
7949
7949
  enumerable: false,
7950
7950
  configurable: true
@@ -7954,10 +7954,10 @@
7954
7954
  * Gets or sets the radius mapping property for the current series object.
7955
7955
  */
7956
7956
  get: function () {
7957
- return this.i.zo;
7957
+ return this.i.zp;
7958
7958
  },
7959
7959
  set: function (v) {
7960
- this.i.zo = v;
7960
+ this.i.zp = v;
7961
7961
  },
7962
7962
  enumerable: false,
7963
7963
  configurable: true
@@ -7967,7 +7967,7 @@
7967
7967
  * Gets or sets the radius size scale for the bubbles.
7968
7968
  */
7969
7969
  get: function () {
7970
- var r = this.i.yv;
7970
+ var r = this.i.yw;
7971
7971
  if (r == null) {
7972
7972
  return null;
7973
7973
  }
@@ -7983,7 +7983,7 @@
7983
7983
  set: function (v) {
7984
7984
  if (v != null && this._stylingContainer && v._styling)
7985
7985
  v._styling(this._stylingContainer, this, this);
7986
- v == null ? this.i.yv = null : this.i.yv = v.i;
7986
+ v == null ? this.i.yw = null : this.i.yw = v.i;
7987
7987
  },
7988
7988
  enumerable: false,
7989
7989
  configurable: true
@@ -7993,10 +7993,10 @@
7993
7993
  * Gets or sets the Label mapping property for the current series object.
7994
7994
  */
7995
7995
  get: function () {
7996
- return this.i.zf;
7996
+ return this.i.zg;
7997
7997
  },
7998
7998
  set: function (v) {
7999
- this.i.zf = v;
7999
+ this.i.zg = v;
8000
8000
  },
8001
8001
  enumerable: false,
8002
8002
  configurable: true
@@ -8006,10 +8006,10 @@
8006
8006
  * Gets or sets the fill mapping property for the current series object.
8007
8007
  */
8008
8008
  get: function () {
8009
- return this.i.y7;
8009
+ return this.i.y8;
8010
8010
  },
8011
8011
  set: function (v) {
8012
- this.i.y7 = v;
8012
+ this.i.y8 = v;
8013
8013
  },
8014
8014
  enumerable: false,
8015
8015
  configurable: true
@@ -8019,7 +8019,7 @@
8019
8019
  * Gets or sets the brush scale for the marker brush.
8020
8020
  */
8021
8021
  get: function () {
8022
- var r = this.i.ys;
8022
+ var r = this.i.yt;
8023
8023
  if (r == null) {
8024
8024
  return null;
8025
8025
  }
@@ -8035,7 +8035,7 @@
8035
8035
  set: function (v) {
8036
8036
  if (v != null && this._stylingContainer && v._styling)
8037
8037
  v._styling(this._stylingContainer, this, this);
8038
- v == null ? this.i.ys = null : this.i.ys = v.i;
8038
+ v == null ? this.i.yt = null : this.i.yt = v.i;
8039
8039
  },
8040
8040
  enumerable: false,
8041
8041
  configurable: true
@@ -8046,11 +8046,11 @@
8046
8046
  * This setting applies only if multiple series are using the same FillScale.
8047
8047
  */
8048
8048
  get: function () {
8049
- return this.i.yz;
8049
+ return this.i.y0;
8050
8050
  },
8051
8051
  set: function (v) {
8052
- this.i.yz = igniteuiWebcomponentsCore.ensureBool(v);
8053
- this._a("fillScaleUseGlobalValues", this.i.yz);
8052
+ this.i.y0 = igniteuiWebcomponentsCore.ensureBool(v);
8053
+ this._a("fillScaleUseGlobalValues", this.i.y0);
8054
8054
  },
8055
8055
  enumerable: false,
8056
8056
  configurable: true
@@ -8061,11 +8061,11 @@
8061
8061
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
8062
8062
  */
8063
8063
  get: function () {
8064
- return this.i.y2;
8064
+ return this.i.y3;
8065
8065
  },
8066
8066
  set: function (v) {
8067
- this.i.y2 = igniteuiWebcomponentsCore.ensureBool(v);
8068
- this._a("markerOutlineUsesFillScale", this.i.y2);
8067
+ this.i.y3 = igniteuiWebcomponentsCore.ensureBool(v);
8068
+ this._a("markerOutlineUsesFillScale", this.i.y3);
8069
8069
  },
8070
8070
  enumerable: false,
8071
8071
  configurable: true
@@ -8076,11 +8076,11 @@
8076
8076
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
8077
8077
  */
8078
8078
  get: function () {
8079
- return this.i.y5;
8079
+ return this.i.y6;
8080
8080
  },
8081
8081
  set: function (v) {
8082
- this.i.y5 = +v;
8083
- this._a("markerOutlineBrightness", this.i.y5);
8082
+ this.i.y6 = +v;
8083
+ this._a("markerOutlineBrightness", this.i.y6);
8084
8084
  },
8085
8085
  enumerable: false,
8086
8086
  configurable: true
@@ -8091,11 +8091,11 @@
8091
8091
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
8092
8092
  */
8093
8093
  get: function () {
8094
- return this.i.y4;
8094
+ return this.i.y5;
8095
8095
  },
8096
8096
  set: function (v) {
8097
- this.i.y4 = +v;
8098
- this._a("markerBrushBrightness", this.i.y4);
8097
+ this.i.y5 = +v;
8098
+ this._a("markerBrushBrightness", this.i.y5);
8099
8099
  },
8100
8100
  enumerable: false,
8101
8101
  configurable: true
@@ -8106,11 +8106,11 @@
8106
8106
  * This setting applies only if multiple series are using the same RadiusScale.
8107
8107
  */
8108
8108
  get: function () {
8109
- return this.i.y3;
8109
+ return this.i.y4;
8110
8110
  },
8111
8111
  set: function (v) {
8112
- this.i.y3 = igniteuiWebcomponentsCore.ensureBool(v);
8113
- this._a("radiusScaleUseGlobalValues", this.i.y3);
8112
+ this.i.y4 = igniteuiWebcomponentsCore.ensureBool(v);
8113
+ this._a("radiusScaleUseGlobalValues", this.i.y4);
8114
8114
  },
8115
8115
  enumerable: false,
8116
8116
  configurable: true
@@ -8120,11 +8120,11 @@
8120
8120
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8121
8121
  */
8122
8122
  get: function () {
8123
- return this.i.y1;
8123
+ return this.i.y2;
8124
8124
  },
8125
8125
  set: function (v) {
8126
- this.i.y1 = igniteuiWebcomponentsCore.ensureBool(v);
8127
- this._a("isCustomScatterStyleAllowed", this.i.y1);
8126
+ this.i.y2 = igniteuiWebcomponentsCore.ensureBool(v);
8127
+ this._a("isCustomScatterStyleAllowed", this.i.y2);
8128
8128
  },
8129
8129
  enumerable: false,
8130
8130
  configurable: true
@@ -8134,11 +8134,11 @@
8134
8134
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8135
8135
  */
8136
8136
  get: function () {
8137
- return this.i.y0;
8137
+ return this.i.y1;
8138
8138
  },
8139
8139
  set: function (v) {
8140
- this.i.y0 = igniteuiWebcomponentsCore.ensureBool(v);
8141
- this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
8140
+ this.i.y1 = igniteuiWebcomponentsCore.ensureBool(v);
8141
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
8142
8142
  },
8143
8143
  enumerable: false,
8144
8144
  configurable: true
@@ -8148,11 +8148,11 @@
8148
8148
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8149
8149
  */
8150
8150
  get: function () {
8151
- return this.i.yu;
8151
+ return this.i.yv;
8152
8152
  },
8153
8153
  set: function (v) {
8154
- this.i.yu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8155
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.yu));
8154
+ this.i.yv = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8155
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.yv));
8156
8156
  },
8157
8157
  enumerable: false,
8158
8158
  configurable: true
@@ -8162,11 +8162,11 @@
8162
8162
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8163
8163
  */
8164
8164
  get: function () {
8165
- return this.i.y6;
8165
+ return this.i.y7;
8166
8166
  },
8167
8167
  set: function (v) {
8168
- this.i.y6 = +v;
8169
- this._a("itemSearchThreshold", this.i.y6);
8168
+ this.i.y7 = +v;
8169
+ this._a("itemSearchThreshold", this.i.y7);
8170
8170
  },
8171
8171
  enumerable: false,
8172
8172
  configurable: true
@@ -8304,40 +8304,40 @@
8304
8304
  }
8305
8305
  };
8306
8306
  GeographicSymbolSeriesView.prototype.ci = function () {
8307
- var a = this.cu.xk;
8307
+ var a = this.cu.xl;
8308
8308
  _super.prototype.ci.call(this);
8309
- a.abd = this.cu.y8;
8310
- a.abl = this.cu.y6;
8311
- a.xu = this.cu.xu;
8312
- a.ym = this.cu.ya;
8313
- a.x3 = this.cu.xv;
8309
+ a.abe = this.cu.y9;
8310
+ a.abm = this.cu.y7;
8311
+ a.xv = this.cu.xv;
8312
+ a.yn = this.cu.yb;
8313
+ a.x4 = this.cu.xw;
8314
8314
  };
8315
8315
  GeographicSymbolSeriesView.prototype.cw = function () {
8316
- this.cu.xk.abd = this.cu.y8;
8316
+ this.cu.xl.abe = this.cu.y9;
8317
8317
  };
8318
8318
  GeographicSymbolSeriesView.prototype.cv = function () {
8319
- this.cu.xk.abl = this.cu.y6;
8319
+ this.cu.xl.abm = this.cu.y7;
8320
8320
  };
8321
8321
  GeographicSymbolSeriesView.prototype.c2 = function () {
8322
- this.cu.xk.xu = this.cu.xu;
8322
+ this.cu.xl.xv = this.cu.xv;
8323
8323
  };
8324
8324
  GeographicSymbolSeriesView.prototype.c0 = function () {
8325
- this.cu.xk.ym = this.cu.ya;
8325
+ this.cu.xl.yn = this.cu.yb;
8326
8326
  };
8327
8327
  GeographicSymbolSeriesView.prototype.c1 = function () {
8328
- this.cu.xk.x3 = this.cu.xv;
8328
+ this.cu.xl.x4 = this.cu.xw;
8329
8329
  };
8330
8330
  GeographicSymbolSeriesView.prototype.c3 = function () {
8331
- this.cu.xk.aat = this.cu.xw;
8331
+ this.cu.xl.aau = this.cu.xx;
8332
8332
  };
8333
8333
  GeographicSymbolSeriesView.prototype.c5 = function () {
8334
- this.cu.xk.xAxis = this.cu.dc.zh;
8334
+ this.cu.xl.xAxis = this.cu.dc.zh;
8335
8335
  };
8336
8336
  GeographicSymbolSeriesView.prototype.c6 = function () {
8337
- this.cu.xk.yAxis = this.cu.dc.zj;
8337
+ this.cu.xl.yAxis = this.cu.dc.zj;
8338
8338
  };
8339
8339
  GeographicSymbolSeriesView.prototype.c4 = function () {
8340
- var a = this.cu.xk;
8340
+ var a = this.cu.xl;
8341
8341
  if (this.cu.dc == null) {
8342
8342
  a.xAxis = null;
8343
8343
  a.yAxis = null;
@@ -8347,13 +8347,13 @@
8347
8347
  a.yAxis = this.cu.dc.zj;
8348
8348
  };
8349
8349
  GeographicSymbolSeriesView.prototype.cy = function () {
8350
- this.cu.xk.zd = this.cu.ys;
8350
+ this.cu.xl.ze = this.cu.yt;
8351
8351
  };
8352
8352
  GeographicSymbolSeriesView.prototype.cx = function () {
8353
- this.cu.xk.y3 = this.cu.yo;
8353
+ this.cu.xl.y4 = this.cu.yp;
8354
8354
  };
8355
8355
  GeographicSymbolSeriesView.prototype.cz = function () {
8356
- this.cu.xk.y4 = this.cu.yp;
8356
+ this.cu.xl.y5 = this.cu.yq;
8357
8357
  };
8358
8358
  GeographicSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8359
8359
  return GeographicSymbolSeriesView;
@@ -8365,9 +8365,9 @@
8365
8365
  tslib.__extends(GeographicSymbolSeries, _super);
8366
8366
  function GeographicSymbolSeries() {
8367
8367
  var _this = _super.call(this) || this;
8368
- _this.yu = null;
8368
+ _this.yv = null;
8369
+ _this.yy = false;
8369
8370
  _this.yx = false;
8370
- _this.yw = false;
8371
8371
  _this.assigningScatterStyle = null;
8372
8372
  _this.assigningScatterMarkerStyle = null;
8373
8373
  _this.ab = GeographicSymbolSeries.$;
@@ -8382,84 +8382,84 @@
8382
8382
  GeographicSymbolSeries.prototype.ct = function () {
8383
8383
  return new GeographicSymbolSeriesView(this);
8384
8384
  };
8385
- GeographicSymbolSeries.prototype.rg = function (a) {
8386
- _super.prototype.rg.call(this, a);
8387
- this.yv = a;
8385
+ GeographicSymbolSeries.prototype.rh = function (a) {
8386
+ _super.prototype.rh.call(this, a);
8387
+ this.yw = a;
8388
8388
  };
8389
8389
  GeographicSymbolSeries.prototype.jt = function () {
8390
8390
  return 0.7;
8391
8391
  };
8392
- GeographicSymbolSeries.prototype.xj = function () {
8392
+ GeographicSymbolSeries.prototype.xk = function () {
8393
8393
  return new igniteuiWebcomponentsCharts.ScatterSeries();
8394
8394
  };
8395
8395
  GeographicSymbolSeries.prototype.get_fh = function () {
8396
8396
  return true;
8397
8397
  };
8398
- GeographicSymbolSeries.prototype.rp = function (a, b, c, d) {
8399
- _super.prototype.rp.call(this, a, b, c, d);
8398
+ GeographicSymbolSeries.prototype.rq = function (a, b, c, d) {
8399
+ _super.prototype.rq.call(this, a, b, c, d);
8400
8400
  switch (b) {
8401
8401
  case "SeriesViewer":
8402
- this.yv.c4();
8402
+ this.yw.c4();
8403
8403
  break;
8404
8404
  case GeographicSymbolSeries.$$p[5]:
8405
- this.yv.cw();
8405
+ this.yw.cw();
8406
8406
  break;
8407
8407
  case GeographicSymbolSeries.$$p[4]:
8408
- this.yv.cv();
8408
+ this.yw.cv();
8409
8409
  break;
8410
8410
  case GeographicSymbolSeries.$$p[6]:
8411
- this.yv.cy();
8411
+ this.yw.cy();
8412
8412
  break;
8413
8413
  case "XAxis":
8414
- this.yv.c5();
8414
+ this.yw.c5();
8415
8415
  break;
8416
8416
  case "YAxis":
8417
- this.yv.c6();
8417
+ this.yw.c6();
8418
8418
  break;
8419
8419
  case GeographicSymbolSeries.$$p[1]:
8420
- this.xk.z9 = this.yz;
8421
- this.yx = this.yz;
8422
- if (this.yz) {
8423
- var e = this.xk;
8424
- e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zd));
8420
+ this.xl.aaa = this.y0;
8421
+ this.yy = this.y0;
8422
+ if (this.y0) {
8423
+ var e = this.xl;
8424
+ e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.ze));
8425
8425
  }
8426
8426
  else {
8427
- var f = this.xk;
8428
- f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zd));
8427
+ var f = this.xl;
8428
+ f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.ze));
8429
8429
  }
8430
8430
  break;
8431
8431
  case GeographicSymbolSeries.$$p[0]:
8432
- this.xk.z8 = this.yy;
8433
- this.yw = this.yy;
8434
- if (this.yz) {
8435
- var g = this.xk;
8436
- g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zc));
8432
+ this.xl.z9 = this.yz;
8433
+ this.yx = this.yz;
8434
+ if (this.y0) {
8435
+ var g = this.xl;
8436
+ g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zd));
8437
8437
  }
8438
8438
  else {
8439
- var h = this.xk;
8440
- h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zc));
8439
+ var h = this.xl;
8440
+ h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zd));
8441
8441
  }
8442
8442
  break;
8443
8443
  case GeographicSymbolSeries.$$p[2]:
8444
- this.xk.zs = this.yt;
8444
+ this.xl.zt = this.yu;
8445
8445
  break;
8446
8446
  case GeographicSymbolSeries.$$p[3]:
8447
- this.xk.aas = this.y1;
8447
+ this.xl.aat = this.y2;
8448
8448
  break;
8449
8449
  }
8450
8450
  };
8451
- GeographicSymbolSeries.prototype.zd = function (a, b) {
8451
+ GeographicSymbolSeries.prototype.ze = function (a, b) {
8452
8452
  if (this.assigningScatterStyle != null) {
8453
8453
  this.assigningScatterStyle(this, b);
8454
8454
  }
8455
8455
  };
8456
- GeographicSymbolSeries.prototype.zc = function (a, b) {
8456
+ GeographicSymbolSeries.prototype.zd = function (a, b) {
8457
8457
  if (this.assigningScatterMarkerStyle != null) {
8458
8458
  this.assigningScatterMarkerStyle(this, b);
8459
8459
  }
8460
8460
  };
8461
8461
  GeographicSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8462
- GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yy:ze', [0, false], 'IsCustomScatterStyleAllowed:yz:zf', [0, false], 'ItemSearchMode:yt:zg', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y1:zh', [1, 10000], 'LatitudeMemberPath:y6:zi', [2, null], 'LongitudeMemberPath:y8:zj', [2, null], 'MarkerCollisionAvoidance:ys:zk', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y0:zl', [0, false]]);
8462
+ GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
8463
8463
  return GeographicSymbolSeries;
8464
8464
  }(GeographicMarkerSeries));
8465
8465
 
@@ -8555,10 +8555,10 @@
8555
8555
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8556
8556
  */
8557
8557
  get: function () {
8558
- return this.i.y6;
8558
+ return this.i.y7;
8559
8559
  },
8560
8560
  set: function (v) {
8561
- this.i.y6 = v;
8561
+ this.i.y7 = v;
8562
8562
  },
8563
8563
  enumerable: false,
8564
8564
  configurable: true
@@ -8568,10 +8568,10 @@
8568
8568
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8569
8569
  */
8570
8570
  get: function () {
8571
- return this.i.y8;
8571
+ return this.i.y9;
8572
8572
  },
8573
8573
  set: function (v) {
8574
- this.i.y8 = v;
8574
+ this.i.y9 = v;
8575
8575
  },
8576
8576
  enumerable: false,
8577
8577
  configurable: true
@@ -8581,11 +8581,11 @@
8581
8581
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8582
8582
  */
8583
8583
  get: function () {
8584
- return this.i.ys;
8584
+ return this.i.yt;
8585
8585
  },
8586
8586
  set: function (v) {
8587
- this.i.ys = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
8588
- this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.ys));
8587
+ this.i.yt = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
8588
+ this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.yt));
8589
8589
  },
8590
8590
  enumerable: false,
8591
8591
  configurable: true
@@ -8595,11 +8595,11 @@
8595
8595
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8596
8596
  */
8597
8597
  get: function () {
8598
- return this.i.yz;
8598
+ return this.i.y0;
8599
8599
  },
8600
8600
  set: function (v) {
8601
- this.i.yz = igniteuiWebcomponentsCore.ensureBool(v);
8602
- this._a("isCustomScatterStyleAllowed", this.i.yz);
8601
+ this.i.y0 = igniteuiWebcomponentsCore.ensureBool(v);
8602
+ this._a("isCustomScatterStyleAllowed", this.i.y0);
8603
8603
  },
8604
8604
  enumerable: false,
8605
8605
  configurable: true
@@ -8609,11 +8609,11 @@
8609
8609
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8610
8610
  */
8611
8611
  get: function () {
8612
- return this.i.yy;
8612
+ return this.i.yz;
8613
8613
  },
8614
8614
  set: function (v) {
8615
- this.i.yy = igniteuiWebcomponentsCore.ensureBool(v);
8616
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yy);
8615
+ this.i.yz = igniteuiWebcomponentsCore.ensureBool(v);
8616
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
8617
8617
  },
8618
8618
  enumerable: false,
8619
8619
  configurable: true
@@ -8623,11 +8623,11 @@
8623
8623
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8624
8624
  */
8625
8625
  get: function () {
8626
- return this.i.yt;
8626
+ return this.i.yu;
8627
8627
  },
8628
8628
  set: function (v) {
8629
- this.i.yt = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8630
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.yt));
8629
+ this.i.yu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8630
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.yu));
8631
8631
  },
8632
8632
  enumerable: false,
8633
8633
  configurable: true
@@ -8637,11 +8637,11 @@
8637
8637
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8638
8638
  */
8639
8639
  get: function () {
8640
- return this.i.y1;
8640
+ return this.i.y2;
8641
8641
  },
8642
8642
  set: function (v) {
8643
- this.i.y1 = +v;
8644
- this._a("itemSearchThreshold", this.i.y1);
8643
+ this.i.y2 = +v;
8644
+ this._a("itemSearchThreshold", this.i.y2);
8645
8645
  },
8646
8646
  enumerable: false,
8647
8647
  configurable: true
@@ -8792,10 +8792,10 @@
8792
8792
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8793
8793
  */
8794
8794
  get: function () {
8795
- return this.i.xw;
8795
+ return this.i.xx;
8796
8796
  },
8797
8797
  set: function (v) {
8798
- this.i.xw = v;
8798
+ this.i.xx = v;
8799
8799
  },
8800
8800
  enumerable: false,
8801
8801
  configurable: true
@@ -8805,10 +8805,10 @@
8805
8805
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8806
8806
  */
8807
8807
  get: function () {
8808
- return this.i.xu;
8808
+ return this.i.xv;
8809
8809
  },
8810
8810
  set: function (v) {
8811
- this.i.xu = v;
8811
+ this.i.xv = v;
8812
8812
  },
8813
8813
  enumerable: false,
8814
8814
  configurable: true
@@ -8819,10 +8819,10 @@
8819
8819
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
8820
8820
  */
8821
8821
  get: function () {
8822
- return this.i.xt;
8822
+ return this.i.xu;
8823
8823
  },
8824
8824
  set: function (v) {
8825
- this.i.xt = v;
8825
+ this.i.xu = v;
8826
8826
  },
8827
8827
  enumerable: false,
8828
8828
  configurable: true
@@ -8832,10 +8832,10 @@
8832
8832
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8833
8833
  */
8834
8834
  get: function () {
8835
- return this.i.xz;
8835
+ return this.i.x0;
8836
8836
  },
8837
8837
  set: function (v) {
8838
- this.i.xz = v;
8838
+ this.i.x0 = v;
8839
8839
  },
8840
8840
  enumerable: false,
8841
8841
  configurable: true
@@ -8845,10 +8845,10 @@
8845
8845
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8846
8846
  */
8847
8847
  get: function () {
8848
- return this.i.x1;
8848
+ return this.i.x2;
8849
8849
  },
8850
8850
  set: function (v) {
8851
- this.i.x1 = v;
8851
+ this.i.x2 = v;
8852
8852
  },
8853
8853
  enumerable: false,
8854
8854
  configurable: true
@@ -8858,10 +8858,10 @@
8858
8858
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8859
8859
  */
8860
8860
  get: function () {
8861
- return this.i.x3;
8861
+ return this.i.x4;
8862
8862
  },
8863
8863
  set: function (v) {
8864
- this.i.x3 = v;
8864
+ this.i.x4 = v;
8865
8865
  },
8866
8866
  enumerable: false,
8867
8867
  configurable: true
@@ -8959,10 +8959,10 @@
8959
8959
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8960
8960
  */
8961
8961
  get: function () {
8962
- return this.i.yi;
8962
+ return this.i.yj;
8963
8963
  },
8964
8964
  set: function (v) {
8965
- this.i.yi = v;
8965
+ this.i.yj = v;
8966
8966
  },
8967
8967
  enumerable: false,
8968
8968
  configurable: true
@@ -8972,7 +8972,7 @@
8972
8972
  * The ColorScale used to resolve the color values of points in the series.
8973
8973
  */
8974
8974
  get: function () {
8975
- var r = this.i.yd;
8975
+ var r = this.i.ye;
8976
8976
  if (r == null) {
8977
8977
  return null;
8978
8978
  }
@@ -8988,7 +8988,7 @@
8988
8988
  set: function (v) {
8989
8989
  if (v != null && this._stylingContainer && v._styling)
8990
8990
  v._styling(this._stylingContainer, this, this);
8991
- v == null ? this.i.yd = null : this.i.yd = v.i;
8991
+ v == null ? this.i.ye = null : this.i.ye = v.i;
8992
8992
  },
8993
8993
  enumerable: false,
8994
8994
  configurable: true
@@ -8998,7 +8998,7 @@
8998
8998
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8999
8999
  */
9000
9000
  get: function () {
9001
- var r = this.i.yc;
9001
+ var r = this.i.yd;
9002
9002
  if (r == null) {
9003
9003
  return null;
9004
9004
  }
@@ -9014,7 +9014,7 @@
9014
9014
  set: function (v) {
9015
9015
  if (v != null && this._stylingContainer && v._styling)
9016
9016
  v._styling(this._stylingContainer, this, this);
9017
- v == null ? this.i.yc = null : this.i.yc = v.i;
9017
+ v == null ? this.i.yd = null : this.i.yd = v.i;
9018
9018
  },
9019
9019
  enumerable: false,
9020
9020
  configurable: true
@@ -9048,7 +9048,7 @@
9048
9048
 
9049
9049
  */
9050
9050
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
9051
- this.i.yn();
9051
+ this.i.yo();
9052
9052
  };
9053
9053
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
9054
9054
  /**
@@ -9124,71 +9124,71 @@
9124
9124
  }
9125
9125
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
9126
9126
  _super.prototype.ci.call(this);
9127
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.xk);
9128
- a.zt = this.cu.x9;
9129
- a.z1 = this.cu.x7;
9127
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.xl);
9128
+ a.zu = this.cu.ya;
9129
+ a.z2 = this.cu.x8;
9130
+ a.x7 = this.cu.xx;
9130
9131
  a.x6 = this.cu.xw;
9131
- a.x5 = this.cu.xv;
9132
- a.ge = this.cu.xu;
9132
+ a.ge = this.cu.xv;
9133
+ a.y2 = this.cu.xz;
9133
9134
  a.y1 = this.cu.xy;
9134
- a.y0 = this.cu.xx;
9135
+ a.aa0 = this.cu.yt;
9135
9136
  a.aaz = this.cu.ys;
9136
- a.aay = this.cu.yr;
9137
- a.zd = this.cu.x1;
9137
+ a.ze = this.cu.x2;
9138
9138
  };
9139
9139
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
9140
- this.cu.xk.zt = this.cu.x9;
9140
+ this.cu.xl.zu = this.cu.ya;
9141
9141
  };
9142
9142
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
9143
- this.cu.xk.z1 = this.cu.x7;
9143
+ this.cu.xl.z2 = this.cu.x8;
9144
9144
  };
9145
9145
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
9146
- this.cu.xk.x6 = this.cu.xw;
9146
+ this.cu.xl.x7 = this.cu.xx;
9147
9147
  };
9148
9148
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
9149
- this.cu.xk.x5 = this.cu.xv;
9149
+ this.cu.xl.x6 = this.cu.xw;
9150
9150
  };
9151
9151
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
9152
- this.cu.xk.ge = this.cu.xu;
9152
+ this.cu.xl.ge = this.cu.xv;
9153
9153
  };
9154
9154
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
9155
- this.cu.xk.y1 = this.cu.xy;
9155
+ this.cu.xl.y2 = this.cu.xz;
9156
9156
  };
9157
9157
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
9158
- this.cu.xk.y0 = this.cu.xx;
9158
+ this.cu.xl.y1 = this.cu.xy;
9159
9159
  };
9160
9160
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
9161
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.xk);
9161
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.xl);
9162
9162
  if (this.cu.dc == null) {
9163
- a.xp = null;
9164
- a.xr = null;
9163
+ a.xq = null;
9164
+ a.xs = null;
9165
9165
  return;
9166
9166
  }
9167
- a.xp = this.cu.dc.zh;
9168
- a.xr = this.cu.dc.zj;
9167
+ a.xq = this.cu.dc.zh;
9168
+ a.xs = this.cu.dc.zj;
9169
9169
  };
9170
9170
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
9171
- this.cu.xk.xp = this.cu.dc.zh;
9171
+ this.cu.xl.xq = this.cu.dc.zh;
9172
9172
  };
9173
9173
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
9174
- this.cu.xk.xr = this.cu.dc.zj;
9174
+ this.cu.xl.xs = this.cu.dc.zj;
9175
9175
  };
9176
9176
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
9177
- this.cu.xk.aaz = this.cu.ys;
9177
+ this.cu.xl.aa0 = this.cu.yt;
9178
9178
  };
9179
9179
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
9180
- this.cu.xk.aay = this.cu.yr;
9180
+ this.cu.xl.aaz = this.cu.ys;
9181
9181
  };
9182
9182
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
9183
- this.cu.xk.zd = this.cu.x1;
9183
+ this.cu.xl.ze = this.cu.x2;
9184
9184
  };
9185
9185
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
9186
9186
  _super.prototype.a4.call(this);
9187
9187
  if (!this.t) {
9188
- this.cu.ys = igniteuiWebcomponentsCharts.Defaults.bf;
9189
- this.cu.yr = igniteuiWebcomponentsCharts.Defaults.be;
9190
- this.cu.vy = igniteuiWebcomponentsCharts.Defaults.ba;
9191
- this.cu.we = igniteuiWebcomponentsCharts.Defaults.a9;
9188
+ this.cu.yt = igniteuiWebcomponentsCharts.Defaults.bf;
9189
+ this.cu.ys = igniteuiWebcomponentsCharts.Defaults.be;
9190
+ this.cu.vz = igniteuiWebcomponentsCharts.Defaults.ba;
9191
+ this.cu.wf = igniteuiWebcomponentsCharts.Defaults.a9;
9192
9192
  }
9193
9193
  };
9194
9194
  GeographicHighDensityScatterSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -9201,9 +9201,9 @@
9201
9201
  tslib.__extends(GeographicHighDensityScatterSeries, _super);
9202
9202
  function GeographicHighDensityScatterSeries() {
9203
9203
  var _this = _super.call(this) || this;
9204
- _this.xs = null;
9204
+ _this.xt = null;
9205
9205
  _this.progressiveLoadStatusChanged = null;
9206
- _this.x0 = 0;
9206
+ _this.x1 = 0;
9207
9207
  _this.ab = GeographicHighDensityScatterSeries.$;
9208
9208
  return _this;
9209
9209
  }
@@ -9222,85 +9222,85 @@
9222
9222
  GeographicHighDensityScatterSeries.prototype.ct = function () {
9223
9223
  return new GeographicHighDensityScatterSeriesView(this);
9224
9224
  };
9225
- GeographicHighDensityScatterSeries.prototype.rg = function (a) {
9226
- _super.prototype.rg.call(this, a);
9227
- this.xt = a;
9225
+ GeographicHighDensityScatterSeries.prototype.rh = function (a) {
9226
+ _super.prototype.rh.call(this, a);
9227
+ this.xu = a;
9228
9228
  };
9229
- GeographicHighDensityScatterSeries.prototype.xj = function () {
9230
- this.xs = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
9231
- return this.xs;
9229
+ GeographicHighDensityScatterSeries.prototype.xk = function () {
9230
+ this.xt = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
9231
+ return this.xt;
9232
9232
  };
9233
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x2", {
9233
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x3", {
9234
9234
  get: function () {
9235
- return this.x0;
9235
+ return this.x1;
9236
9236
  },
9237
9237
  set: function (a) {
9238
- var b = this.x0;
9239
- this.x0 = a;
9240
- this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
9238
+ var b = this.x1;
9239
+ this.x1 = a;
9240
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
9241
9241
  },
9242
9242
  enumerable: false,
9243
9243
  configurable: true
9244
9244
  });
9245
- GeographicHighDensityScatterSeries.prototype.xp = function (a, b) {
9246
- _super.prototype.xp.call(this, a, b);
9247
- var c = this.xk;
9248
- c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yg));
9249
- var d = this.xk;
9250
- d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yf));
9245
+ GeographicHighDensityScatterSeries.prototype.xq = function (a, b) {
9246
+ _super.prototype.xq.call(this, a, b);
9247
+ var c = this.xl;
9248
+ c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yh));
9249
+ var d = this.xl;
9250
+ d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yg));
9251
9251
  };
9252
- GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
9253
- this.x2 = b.currentStatus;
9252
+ GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
9253
+ this.x3 = b.currentStatus;
9254
9254
  if (this.progressiveLoadStatusChanged != null) {
9255
9255
  this.progressiveLoadStatusChanged(this, b);
9256
9256
  }
9257
9257
  };
9258
- GeographicHighDensityScatterSeries.prototype.yf = function (a, b) {
9259
- if (this.xs == null) {
9258
+ GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
9259
+ if (this.xt == null) {
9260
9260
  return;
9261
9261
  }
9262
9262
  };
9263
- GeographicHighDensityScatterSeries.prototype.rp = function (a, b, c, d) {
9264
- _super.prototype.rp.call(this, a, b, c, d);
9263
+ GeographicHighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
9264
+ _super.prototype.rq.call(this, a, b, c, d);
9265
9265
  switch (b) {
9266
9266
  case "SeriesViewer":
9267
- this.xt.c4();
9267
+ this.xu.c4();
9268
9268
  break;
9269
9269
  case GeographicHighDensityScatterSeries.$$p[5]:
9270
- this.xt.c0();
9270
+ this.xu.c0();
9271
9271
  break;
9272
9272
  case GeographicHighDensityScatterSeries.$$p[4]:
9273
- this.xt.cz();
9273
+ this.xu.cz();
9274
9274
  break;
9275
9275
  case GeographicHighDensityScatterSeries.$$p[9]:
9276
- this.xt.c5();
9276
+ this.xu.c5();
9277
9277
  break;
9278
9278
  case GeographicHighDensityScatterSeries.$$p[8]:
9279
- this.xt.c3();
9279
+ this.xu.c3();
9280
9280
  break;
9281
9281
  case GeographicHighDensityScatterSeries.$$p[6]:
9282
- this.xt.c1();
9282
+ this.xu.c1();
9283
9283
  break;
9284
9284
  case "XAxis":
9285
- this.xt.c6();
9285
+ this.xu.c6();
9286
9286
  break;
9287
9287
  case "YAxis":
9288
- this.xt.c7();
9288
+ this.xu.c7();
9289
9289
  break;
9290
9290
  case GeographicHighDensityScatterSeries.$$p[3]:
9291
- this.xt.cy();
9291
+ this.xu.cy();
9292
9292
  break;
9293
9293
  case GeographicHighDensityScatterSeries.$$p[1]:
9294
- this.xt.cw();
9294
+ this.xu.cw();
9295
9295
  break;
9296
9296
  case GeographicHighDensityScatterSeries.$$p[2]:
9297
- this.xt.cx();
9297
+ this.xu.cx();
9298
9298
  break;
9299
9299
  case GeographicHighDensityScatterSeries.$$p[0]:
9300
- this.xt.cv();
9300
+ this.xu.cv();
9301
9301
  break;
9302
9302
  case GeographicHighDensityScatterSeries.$$p[7]:
9303
- this.xt.c2();
9303
+ this.xu.c2();
9304
9304
  break;
9305
9305
  }
9306
9306
  };
@@ -9311,7 +9311,7 @@
9311
9311
  _super.prototype.set_hd.call(this, a);
9312
9312
  };
9313
9313
  GeographicHighDensityScatterSeries.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
9314
- GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yr:yh', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.be], 'HeatMaximum:xx:yi', [1, 50], 'HeatMinimumColor:ys:yj', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.bf], 'HeatMinimum:xy:yk', [1, 0], 'LatitudeMemberPath:x7:yl', [2, null], 'LongitudeMemberPath:x9:ym', [2, null], 'MouseOverEnabled:xu:yn', [0, false], 'PointExtent:x1:yo', [1, 1], 'ProgressiveLoad:xv:yp', [0, true], 'UseBruteForce:xw:yq', [0, false]]);
9314
+ GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
9315
9315
  return GeographicHighDensityScatterSeries;
9316
9316
  }(GeographicMapSeriesHost));
9317
9317
 
@@ -9405,10 +9405,10 @@
9405
9405
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9406
9406
  */
9407
9407
  get: function () {
9408
- return this.i.x7;
9408
+ return this.i.x8;
9409
9409
  },
9410
9410
  set: function (v) {
9411
- this.i.x7 = v;
9411
+ this.i.x8 = v;
9412
9412
  },
9413
9413
  enumerable: false,
9414
9414
  configurable: true
@@ -9418,10 +9418,10 @@
9418
9418
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9419
9419
  */
9420
9420
  get: function () {
9421
- return this.i.x9;
9421
+ return this.i.ya;
9422
9422
  },
9423
9423
  set: function (v) {
9424
- this.i.x9 = v;
9424
+ this.i.ya = v;
9425
9425
  },
9426
9426
  enumerable: false,
9427
9427
  configurable: true
@@ -9431,11 +9431,11 @@
9431
9431
  * Gets or sets the whether to use use brute force mode.
9432
9432
  */
9433
9433
  get: function () {
9434
- return this.i.xw;
9434
+ return this.i.xx;
9435
9435
  },
9436
9436
  set: function (v) {
9437
- this.i.xw = igniteuiWebcomponentsCore.ensureBool(v);
9438
- this._a("useBruteForce", this.i.xw);
9437
+ this.i.xx = igniteuiWebcomponentsCore.ensureBool(v);
9438
+ this._a("useBruteForce", this.i.xx);
9439
9439
  },
9440
9440
  enumerable: false,
9441
9441
  configurable: true
@@ -9445,11 +9445,11 @@
9445
9445
  * Gets or sets the whether to progressively load the data into the chart.
9446
9446
  */
9447
9447
  get: function () {
9448
- return this.i.xv;
9448
+ return this.i.xw;
9449
9449
  },
9450
9450
  set: function (v) {
9451
- this.i.xv = igniteuiWebcomponentsCore.ensureBool(v);
9452
- this._a("progressiveLoad", this.i.xv);
9451
+ this.i.xw = igniteuiWebcomponentsCore.ensureBool(v);
9452
+ this._a("progressiveLoad", this.i.xw);
9453
9453
  },
9454
9454
  enumerable: false,
9455
9455
  configurable: true
@@ -9459,11 +9459,11 @@
9459
9459
  * Gets or sets the whether the chart reacts to mouse move events.
9460
9460
  */
9461
9461
  get: function () {
9462
- return this.i.xu;
9462
+ return this.i.xv;
9463
9463
  },
9464
9464
  set: function (v) {
9465
- this.i.xu = igniteuiWebcomponentsCore.ensureBool(v);
9466
- this._a("mouseOverEnabled", this.i.xu);
9465
+ this.i.xv = igniteuiWebcomponentsCore.ensureBool(v);
9466
+ this._a("mouseOverEnabled", this.i.xv);
9467
9467
  },
9468
9468
  enumerable: false,
9469
9469
  configurable: true
@@ -9473,11 +9473,11 @@
9473
9473
  * Gets or sets the density value that maps to the minimum heat color.
9474
9474
  */
9475
9475
  get: function () {
9476
- return this.i.xy;
9476
+ return this.i.xz;
9477
9477
  },
9478
9478
  set: function (v) {
9479
- this.i.xy = +v;
9480
- this._a("heatMinimum", this.i.xy);
9479
+ this.i.xz = +v;
9480
+ this._a("heatMinimum", this.i.xz);
9481
9481
  },
9482
9482
  enumerable: false,
9483
9483
  configurable: true
@@ -9487,11 +9487,11 @@
9487
9487
  * Gets or sets the value that maps to the maximum heat color.
9488
9488
  */
9489
9489
  get: function () {
9490
- return this.i.xx;
9490
+ return this.i.xy;
9491
9491
  },
9492
9492
  set: function (v) {
9493
- this.i.xx = +v;
9494
- this._a("heatMaximum", this.i.xx);
9493
+ this.i.xy = +v;
9494
+ this._a("heatMaximum", this.i.xy);
9495
9495
  },
9496
9496
  enumerable: false,
9497
9497
  configurable: true
@@ -9501,11 +9501,11 @@
9501
9501
  * Gets or sets the color to use for the minimum end of the scale.
9502
9502
  */
9503
9503
  get: function () {
9504
- return igniteuiWebcomponentsCore.colorToString(this.i.ys);
9504
+ return igniteuiWebcomponentsCore.colorToString(this.i.yt);
9505
9505
  },
9506
9506
  set: function (v) {
9507
- this.i.ys = igniteuiWebcomponentsCore.stringToColor(v);
9508
- this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.ys));
9507
+ this.i.yt = igniteuiWebcomponentsCore.stringToColor(v);
9508
+ this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.yt));
9509
9509
  },
9510
9510
  enumerable: false,
9511
9511
  configurable: true
@@ -9515,11 +9515,11 @@
9515
9515
  * Gets or sets the color to use for the maximum end of the scale.
9516
9516
  */
9517
9517
  get: function () {
9518
- return igniteuiWebcomponentsCore.colorToString(this.i.yr);
9518
+ return igniteuiWebcomponentsCore.colorToString(this.i.ys);
9519
9519
  },
9520
9520
  set: function (v) {
9521
- this.i.yr = igniteuiWebcomponentsCore.stringToColor(v);
9522
- this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.yr));
9521
+ this.i.ys = igniteuiWebcomponentsCore.stringToColor(v);
9522
+ this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.ys));
9523
9523
  },
9524
9524
  enumerable: false,
9525
9525
  configurable: true
@@ -9529,11 +9529,11 @@
9529
9529
  * Gets or sets the the pixel extent of the square data points that are rendered.
9530
9530
  */
9531
9531
  get: function () {
9532
- return this.i.x1;
9532
+ return this.i.x2;
9533
9533
  },
9534
9534
  set: function (v) {
9535
- this.i.x1 = +v;
9536
- this._a("pointExtent", this.i.x1);
9535
+ this.i.x2 = +v;
9536
+ this._a("pointExtent", this.i.x2);
9537
9537
  },
9538
9538
  enumerable: false,
9539
9539
  configurable: true
@@ -9543,11 +9543,11 @@
9543
9543
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9544
9544
  */
9545
9545
  get: function () {
9546
- return this.i.x2;
9546
+ return this.i.x3;
9547
9547
  },
9548
9548
  set: function (v) {
9549
- this.i.x2 = +v;
9550
- this._a("progressiveStatus", this.i.x2);
9549
+ this.i.x3 = +v;
9550
+ this._a("progressiveStatus", this.i.x3);
9551
9551
  },
9552
9552
  enumerable: false,
9553
9553
  configurable: true
@@ -9646,19 +9646,19 @@
9646
9646
  };
9647
9647
  GeographicContourLineSeriesView.prototype.ci = function () {
9648
9648
  _super.prototype.ci.call(this);
9649
- if (this.c2.xk != null) {
9650
- this.c2.yc.zf = this.c2.yf;
9651
- this.c2.yc.zp = this.c2.yj;
9649
+ if (this.c2.xl != null) {
9650
+ this.c2.yd.zg = this.c2.yg;
9651
+ this.c2.yd.zq = this.c2.yk;
9652
9652
  }
9653
9653
  };
9654
9654
  GeographicContourLineSeriesView.prototype.c3 = function () {
9655
- if (this.c2.yc != null) {
9656
- this.c2.yc.zf = this.c2.yf;
9655
+ if (this.c2.yd != null) {
9656
+ this.c2.yd.zg = this.c2.yg;
9657
9657
  }
9658
9658
  };
9659
9659
  GeographicContourLineSeriesView.prototype.c4 = function () {
9660
- if (this.c2.yc != null) {
9661
- this.c2.yc.zp = this.c2.yj;
9660
+ if (this.c2.yd != null) {
9661
+ this.c2.yd.zq = this.c2.yk;
9662
9662
  }
9663
9663
  };
9664
9664
  GeographicContourLineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9681,69 +9681,69 @@
9681
9681
  GeographicContourLineSeries.prototype.get_fm = function () {
9682
9682
  return true;
9683
9683
  };
9684
- GeographicContourLineSeries.prototype.xp = function (a, b) {
9685
- _super.prototype.xp.call(this, a, b);
9684
+ GeographicContourLineSeries.prototype.xq = function (a, b) {
9685
+ _super.prototype.xq.call(this, a, b);
9686
9686
  };
9687
- GeographicContourLineSeries.prototype.xj = function () {
9688
- this.yc = new igniteuiWebcomponentsCharts.ScatterContourSeries();
9689
- var a = this.yc;
9690
- a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.ym));
9691
- var b = this.yc;
9692
- b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yn));
9693
- return this.yc;
9687
+ GeographicContourLineSeries.prototype.xk = function () {
9688
+ this.yd = new igniteuiWebcomponentsCharts.ScatterContourSeries();
9689
+ var a = this.yd;
9690
+ a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yn));
9691
+ var b = this.yd;
9692
+ b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yo));
9693
+ return this.yd;
9694
9694
  };
9695
- GeographicContourLineSeries.prototype.ym = function (a, b) {
9695
+ GeographicContourLineSeries.prototype.yn = function (a, b) {
9696
9696
  if (this.triangulationStatusChanged != null) {
9697
9697
  this.triangulationStatusChanged(this, b);
9698
9698
  }
9699
9699
  };
9700
- GeographicContourLineSeries.prototype.yn = function (a, b) {
9701
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.xk);
9700
+ GeographicContourLineSeries.prototype.yo = function (a, b) {
9701
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.xl);
9702
9702
  if (c == null) {
9703
9703
  return;
9704
9704
  }
9705
9705
  if (b.propertyName == "ActualFillScale") {
9706
- this.ye = c.ze;
9706
+ this.yf = c.zf;
9707
9707
  }
9708
9708
  };
9709
- GeographicContourLineSeries.prototype.sy = function () {
9710
- _super.prototype.sy.call(this);
9709
+ GeographicContourLineSeries.prototype.sz = function () {
9710
+ _super.prototype.sz.call(this);
9711
9711
  };
9712
9712
  GeographicContourLineSeries.prototype.ct = function () {
9713
9713
  return new GeographicContourLineSeriesView(this);
9714
9714
  };
9715
- GeographicContourLineSeries.prototype.rg = function (a) {
9716
- _super.prototype.rg.call(this, a);
9717
- this.yg = a;
9715
+ GeographicContourLineSeries.prototype.rh = function (a) {
9716
+ _super.prototype.rh.call(this, a);
9717
+ this.yh = a;
9718
9718
  };
9719
- GeographicContourLineSeries.prototype.rp = function (a, b, c, d) {
9720
- _super.prototype.rp.call(this, a, b, c, d);
9719
+ GeographicContourLineSeries.prototype.rq = function (a, b, c, d) {
9720
+ _super.prototype.rq.call(this, a, b, c, d);
9721
9721
  switch (b) {
9722
9722
  case GeographicContourLineSeries.$$p[1]:
9723
- this.yg.c3();
9723
+ this.yh.c3();
9724
9724
  break;
9725
9725
  case GeographicContourLineSeries.$$p[2]:
9726
- this.yg.c4();
9726
+ this.yh.c4();
9727
9727
  break;
9728
9728
  case GeographicContourLineSeries.$$p[3]:
9729
- this.yc.zc = this.yb;
9729
+ this.yd.zd = this.yc;
9730
9730
  break;
9731
9731
  case "DashArray":
9732
- this.yc.wl = this.wl;
9732
+ this.yd.wm = this.wm;
9733
9733
  break;
9734
9734
  case "DashCap":
9735
- this.yc.wm = this.wm;
9735
+ this.yd.wn = this.wn;
9736
9736
  break;
9737
9737
  case "MiterLimit":
9738
- this.yc.jp = this.jp;
9738
+ this.yd.jp = this.jp;
9739
9739
  break;
9740
9740
  case "LineJoin":
9741
- this.yc.wo = this.wo;
9741
+ this.yd.wp = this.wp;
9742
9742
  break;
9743
9743
  }
9744
9744
  };
9745
9745
  GeographicContourLineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9746
- GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ye:yo', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:yf:yp', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:yj:yq', [2, "value"], 'ValueResolver:yb:yr', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
9746
+ GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:yg:yq', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
9747
9747
  return GeographicContourLineSeries;
9748
9748
  }(GeographicXYTriangulatingSeries));
9749
9749
 
@@ -9836,10 +9836,10 @@
9836
9836
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9837
9837
  */
9838
9838
  get: function () {
9839
- return this.i.yj;
9839
+ return this.i.yk;
9840
9840
  },
9841
9841
  set: function (v) {
9842
- this.i.yj = v;
9842
+ this.i.yk = v;
9843
9843
  },
9844
9844
  enumerable: false,
9845
9845
  configurable: true
@@ -9849,7 +9849,7 @@
9849
9849
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9850
9850
  */
9851
9851
  get: function () {
9852
- var r = this.i.yf;
9852
+ var r = this.i.yg;
9853
9853
  if (r == null) {
9854
9854
  return null;
9855
9855
  }
@@ -9865,7 +9865,7 @@
9865
9865
  set: function (v) {
9866
9866
  if (v != null && this._stylingContainer && v._styling)
9867
9867
  v._styling(this._stylingContainer, this, this);
9868
- v == null ? this.i.yf = null : this.i.yf = v.i;
9868
+ v == null ? this.i.yg = null : this.i.yg = v.i;
9869
9869
  },
9870
9870
  enumerable: false,
9871
9871
  configurable: true
@@ -9875,7 +9875,7 @@
9875
9875
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9876
9876
  */
9877
9877
  get: function () {
9878
- var r = this.i.ye;
9878
+ var r = this.i.yf;
9879
9879
  if (r == null) {
9880
9880
  return null;
9881
9881
  }
@@ -9891,7 +9891,7 @@
9891
9891
  set: function (v) {
9892
9892
  if (v != null && this._stylingContainer && v._styling)
9893
9893
  v._styling(this._stylingContainer, this, this);
9894
- v == null ? this.i.ye = null : this.i.ye = v.i;
9894
+ v == null ? this.i.yf = null : this.i.yf = v.i;
9895
9895
  },
9896
9896
  enumerable: false,
9897
9897
  configurable: true
@@ -9901,7 +9901,7 @@
9901
9901
  * The ContourValueResolver used to determine the numeric values of contours.
9902
9902
  */
9903
9903
  get: function () {
9904
- var r = this.i.yb;
9904
+ var r = this.i.yc;
9905
9905
  if (r == null) {
9906
9906
  return null;
9907
9907
  }
@@ -9917,7 +9917,7 @@
9917
9917
  set: function (v) {
9918
9918
  if (v != null && this._stylingContainer && v._styling)
9919
9919
  v._styling(this._stylingContainer, this, this);
9920
- v == null ? this.i.yb = null : this.i.yb = v.i;
9920
+ v == null ? this.i.yc = null : this.i.yc = v.i;
9921
9921
  },
9922
9922
  enumerable: false,
9923
9923
  configurable: true