igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -16,18 +16,18 @@ import { isNaN_ } from "igniteui-webcomponents-core";
16
16
  /**
17
17
  * @hidden
18
18
  */
19
- var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
19
+ export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
20
20
  __extends(GeographicMapSeriesHost, _super);
21
21
  function GeographicMapSeriesHost() {
22
22
  var _this = _super.call(this) || this;
23
- _this.xi = null;
24
- _this.xk = _this.xj();
23
+ _this.xj = null;
24
+ _this.xl = _this.xk();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.qu = function () {
28
- _super.prototype.qu.call(this);
29
- if (this.xk != null) {
30
- this.xk.qu();
27
+ GeographicMapSeriesHost.prototype.qv = function () {
28
+ _super.prototype.qv.call(this);
29
+ if (this.xl != null) {
30
+ this.xl.qv();
31
31
  }
32
32
  };
33
33
  GeographicMapSeriesHost.prototype.get_ff = function () {
@@ -41,7 +41,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  if (c == "LongitudeMemberPath") {
42
42
  c = "XMemberPath";
43
43
  }
44
- return this.xk.kz(a, c);
44
+ return this.xl.kz(a, c);
45
45
  };
46
46
  GeographicMapSeriesHost.prototype.mo = function (a) {
47
47
  var b = this.no(a);
@@ -51,329 +51,328 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  if (b == "LongitudeMemberPath") {
52
52
  b = "XMemberPath";
53
53
  }
54
- return this.xk.mo(b);
54
+ return this.xl.mo(b);
55
55
  };
56
56
  GeographicMapSeriesHost.prototype.get_kr = function () {
57
- return this.k9(this.xk);
57
+ return this.k9(this.xl);
58
58
  };
59
59
  GeographicMapSeriesHost.prototype.set_kr = function (a) {
60
- this.pb(this.xk, a);
60
+ this.pc(this.xl, a);
61
61
  };
62
62
  GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
63
- return this.xk.ed(a, b, c, d, e);
63
+ return this.xl.ed(a, b, c, d, e);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.xk.ai();
66
+ return this.xl.ai();
67
67
  };
68
68
  GeographicMapSeriesHost.prototype.bp = function () {
69
- return this.xk;
69
+ return this.xl;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xk", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xl", {
72
72
  get: function () {
73
- return this.xi;
73
+ return this.xj;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.xi;
77
- var c = this.xk != a;
76
+ var b = this.xj;
77
+ var c = this.xl != a;
78
78
  if (c) {
79
- this.xi = a;
80
- this.xp(b, this.xi);
79
+ this.xj = a;
80
+ this.xq(b, this.xj);
81
81
  }
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
85
85
  });
86
86
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
87
- return this.xk.hasMarkers;
87
+ return this.xl.hasMarkers;
88
88
  };
89
- GeographicMapSeriesHost.prototype.xp = function (a, b) {
90
- if (this.xi != null) {
91
- var hostedSeries_ = this.xi;
89
+ GeographicMapSeriesHost.prototype.xq = function (a, b) {
90
+ if (this.xj != null) {
91
+ var hostedSeries_ = this.xj;
92
92
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
93
93
  hostedSeries_.externalObject._implementation = hostedSeries_;
94
94
  }
95
- this.pr(this.xk);
96
- this.xl.ci();
95
+ this.ps(this.xl);
96
+ this.xm.ci();
97
97
  if (a != null) {
98
98
  var c = (a);
99
- this.si(c, null);
99
+ this.sj(c, null);
100
100
  }
101
101
  if (b != null) {
102
102
  var d = (b);
103
- this.si(d, this);
103
+ this.sj(d, this);
104
104
  }
105
105
  };
106
106
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
107
- return this.dj(this.xk, a, b, c);
107
+ return this.dj(this.xl, a, b, c);
108
108
  };
109
109
  GeographicMapSeriesHost.prototype.di = function (a, b, c) {
110
- return this.dk(this.xk, a, b, c);
110
+ return this.dk(this.xl, a, b, c);
111
111
  };
112
112
  GeographicMapSeriesHost.prototype.kw = function (a) {
113
- return this.k5(this.xk, a);
113
+ return this.k5(this.xl, a);
114
114
  };
115
115
  GeographicMapSeriesHost.prototype.kj = function (a, b) {
116
- return this.xk.kj(a, b);
116
+ return this.xl.kj(a, b);
117
117
  };
118
118
  GeographicMapSeriesHost.prototype.kh = function (a, b) {
119
- return this.xk.kh(a, b);
119
+ return this.xl.kh(a, b);
120
120
  };
121
121
  GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
122
- return this.xk.jd(a, b, c);
122
+ return this.xl.jd(a, b, c);
123
123
  };
124
- GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
125
- return this.xk.wv(a, b, c);
124
+ GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
125
+ return this.xl.ww(a, b, c);
126
126
  };
127
- GeographicMapSeriesHost.prototype.w7 = function (a) {
128
- return this.xk.w7(a);
127
+ GeographicMapSeriesHost.prototype.w8 = function (a) {
128
+ return this.xl.w8(a);
129
129
  };
130
130
  GeographicMapSeriesHost.prototype.ao = function (a) {
131
- return this.xk.ao(a);
131
+ return this.xl.ao(a);
132
132
  };
133
- GeographicMapSeriesHost.prototype.w8 = function (a) {
134
- return this.xk.w8(a);
133
+ GeographicMapSeriesHost.prototype.w9 = function (a) {
134
+ return this.xl.w9(a);
135
135
  };
136
136
  GeographicMapSeriesHost.prototype.ap = function (a) {
137
- return this.xk.ap(a);
138
- };
139
- GeographicMapSeriesHost.prototype.w9 = function (a) {
140
- return this.xk.w9(a);
137
+ return this.xl.ap(a);
141
138
  };
142
139
  GeographicMapSeriesHost.prototype.xa = function (a) {
143
- return this.xk.xa(a);
140
+ return this.xl.xa(a);
141
+ };
142
+ GeographicMapSeriesHost.prototype.xb = function (a) {
143
+ return this.xl.xb(a);
144
144
  };
145
145
  GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
146
- return this.xk.i9(a, b, c);
146
+ return this.xl.i9(a, b, c);
147
147
  };
148
- GeographicMapSeriesHost.prototype.wr = function (a, b, c) {
149
- return this.xk.wr(a, b, c);
148
+ GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
149
+ return this.xl.ws(a, b, c);
150
150
  };
151
151
  GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
152
152
  return this.jd(a, b, c);
153
153
  };
154
- GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
155
- return this.xk.wt(a, b, c);
154
+ GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
155
+ return this.xl.wu(a, b, c);
156
156
  };
157
- GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
158
- return this.xk.ww(a, b, c);
157
+ GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
158
+ return this.xl.wx(a, b, c);
159
159
  };
160
160
  GeographicMapSeriesHost.prototype.je = function (a, b, c) {
161
- return this.xk.je(a, b, c);
161
+ return this.xl.je(a, b, c);
162
162
  };
163
- GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
164
- return this.xk.ws(a, b, c);
163
+ GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
164
+ return this.xl.wt(a, b, c);
165
165
  };
166
166
  GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
167
- return this.xk.ja(a, b, c);
167
+ return this.xl.ja(a, b, c);
168
168
  };
169
- GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
170
- return this.xk.wu(a, b, c);
169
+ GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
170
+ return this.xl.wv(a, b, c);
171
171
  };
172
172
  GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
173
- return this.xk.jc(a, b, c);
173
+ return this.xl.jc(a, b, c);
174
174
  };
175
175
  GeographicMapSeriesHost.prototype.kd = function (a) {
176
- return this.xk.kd(a);
176
+ return this.xl.kd(a);
177
177
  };
178
178
  GeographicMapSeriesHost.prototype.i3 = function () {
179
- return this.xk.i3();
179
+ return this.xl.i3();
180
180
  };
181
181
  GeographicMapSeriesHost.prototype.iz = function (a) {
182
- return this.xk.iz(a);
182
+ return this.xl.iz(a);
183
183
  };
184
184
  GeographicMapSeriesHost.prototype.kx = function (a) {
185
- return this.xk.kx(a);
185
+ return this.xl.kx(a);
186
186
  };
187
187
  GeographicMapSeriesHost.prototype.ct = function () {
188
188
  return new HostSeriesView(this);
189
189
  };
190
- GeographicMapSeriesHost.prototype.rg = function (a) {
191
- _super.prototype.rg.call(this, a);
192
- this.xl = typeCast(HostSeriesView.$, a);
190
+ GeographicMapSeriesHost.prototype.rh = function (a) {
191
+ _super.prototype.rh.call(this, a);
192
+ this.xm = typeCast(HostSeriesView.$, a);
193
193
  };
194
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xm", {
194
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xn", {
195
195
  get: function () {
196
- return this.c(GeographicMapSeriesHost.xr);
196
+ return this.c(GeographicMapSeriesHost.xs);
197
197
  },
198
198
  set: function (a) {
199
- this.h(GeographicMapSeriesHost.xr, a);
199
+ this.h(GeographicMapSeriesHost.xs, a);
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- GeographicMapSeriesHost.prototype.rp = function (a, b, c, d) {
205
- _super.prototype.rp.call(this, a, b, c, d);
204
+ GeographicMapSeriesHost.prototype.rq = function (a, b, c, d) {
205
+ _super.prototype.rq.call(this, a, b, c, d);
206
206
  switch (b) {
207
207
  case "SeriesViewer":
208
- this.xk.dc = this.dc;
208
+ this.xl.dc = this.dc;
209
209
  if (c != null) {
210
- c.s9(this.xk);
210
+ c.s9(this.xl);
211
211
  }
212
212
  if (d != null) {
213
- this.dc.on(this.xk);
213
+ this.dc.on(this.xl);
214
214
  }
215
- this.xk.rs(this.xc);
216
- this.xk.index = this.index;
217
- this.qd(this.xk);
218
- this.kp = this.xk.kp;
215
+ this.xl.rt(this.xd);
216
+ this.xl.index = this.index;
217
+ this.qe(this.xl);
218
+ this.kp = this.xl.kp;
219
219
  var e = typeCast(SeriesViewer.$, c);
220
220
  if (e != null) {
221
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xq));
221
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
222
222
  }
223
223
  if (this.dc != null) {
224
224
  var f = this.dc;
225
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xq));
225
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
226
226
  }
227
- this.xo();
227
+ this.xp();
228
228
  break;
229
229
  case "SyncLink":
230
- this.xk.c4 = this.c4;
230
+ this.xl.c4 = this.c4;
231
231
  break;
232
232
  case "VisibleFromScale":
233
- this.xo();
233
+ this.xp();
234
234
  break;
235
235
  case "Index":
236
- this.xk.index = this.index;
236
+ this.xl.index = this.index;
237
237
  break;
238
238
  case "ItemsSource":
239
- this.xl.cj();
239
+ this.xm.cj();
240
240
  break;
241
241
  case "Resolution":
242
- this.xl.cq();
242
+ this.xm.cq();
243
243
  break;
244
244
  case "TransitionDuration":
245
- this.xl.ct();
245
+ this.xm.ct();
246
246
  break;
247
247
  case "Opacity":
248
- this.xl.cn();
248
+ this.xm.cn();
249
249
  break;
250
250
  case "Visibility":
251
- var hs_ = this.xk;
251
+ var hs_ = this.xl;
252
252
  var v_ = this._visibility;
253
253
  hs_.visibility = v_;
254
254
  break;
255
255
  case "MouseOverEnabled":
256
- this.xk.ge = this.ge;
256
+ this.xl.ge = this.ge;
257
257
  break;
258
258
  case "ExpectFunctions":
259
- this.xk.expectFunctions = this.expectFunctions;
259
+ this.xl.expectFunctions = this.expectFunctions;
260
260
  break;
261
261
  case "Thickness":
262
- this.xl.cs();
262
+ this.xm.cs();
263
263
  break;
264
264
  case "Brush":
265
- this.xl.ch();
265
+ this.xm.ch();
266
266
  break;
267
267
  case "Outline":
268
- this.xl.cp();
268
+ this.xm.cp();
269
269
  break;
270
270
  case "ActualBrush":
271
- this.xl.ce();
271
+ this.xm.ce();
272
272
  break;
273
273
  case "ActualOutline":
274
- this.xl.cf();
274
+ this.xm.cf();
275
275
  break;
276
276
  case "MarkerFillOpacity":
277
277
  if (!isNaN_(this.jo)) {
278
- this.xl.cm();
278
+ this.xm.cm();
279
279
  }
280
280
  break;
281
281
  case "AreaFillOpacity":
282
282
  if (!isNaN_(this.ir)) {
283
- this.xl.cg();
283
+ this.xm.cg();
284
284
  }
285
285
  break;
286
286
  case "OutlineMode":
287
- this.xl.co();
287
+ this.xm.co();
288
288
  break;
289
289
  case "ShowDefaultTooltip":
290
- this.xl.cr();
290
+ this.xm.cr();
291
291
  break;
292
292
  case "Title":
293
- this.xk.title = this.title;
293
+ this.xl.title = this.title;
294
294
  break;
295
295
  case "LegendItemBadgeMode":
296
- this.xl.ck();
296
+ this.xm.ck();
297
297
  break;
298
298
  case "LegendItemBadgeShape":
299
- this.xl.cl();
299
+ this.xm.cl();
300
300
  break;
301
301
  case "Legend":
302
- this.xk.legend = this.legend;
302
+ this.xl.legend = this.legend;
303
303
  this.cw.a5();
304
304
  break;
305
305
  }
306
306
  };
307
- GeographicMapSeriesHost.prototype.xo = function () {
308
- if (this.dc == null || this.xk == null) {
307
+ GeographicMapSeriesHost.prototype.xp = function () {
308
+ if (this.dc == null || this.xl == null) {
309
309
  return;
310
310
  }
311
- if (!isNaN_(this.xm)) {
312
- if (this.dc.yr.width > this.xm) {
313
- var hs_ = this.xk;
311
+ if (!isNaN_(this.xn)) {
312
+ if (this.dc.yr.width > this.xn) {
313
+ var hs_ = this.xl;
314
314
  var v_ = 1;
315
315
  hs_.visibility = v_;
316
316
  }
317
317
  else {
318
- var hs2_ = this.xk;
318
+ var hs2_ = this.xl;
319
319
  var v2_ = 0;
320
320
  hs2_.visibility = v2_;
321
321
  }
322
322
  }
323
323
  };
324
- GeographicMapSeriesHost.prototype.xq = function (a, b) {
325
- this.xo();
324
+ GeographicMapSeriesHost.prototype.xr = function (a, b) {
325
+ this.xp();
326
326
  };
327
- GeographicMapSeriesHost.prototype.r7 = function (a) {
328
- _super.prototype.r7.call(this, a);
329
- if (this.xk != null) {
330
- this.xk.r7(a);
327
+ GeographicMapSeriesHost.prototype.r8 = function (a) {
328
+ _super.prototype.r8.call(this, a);
329
+ if (this.xl != null) {
330
+ this.xl.r8(a);
331
331
  }
332
332
  };
333
- GeographicMapSeriesHost.prototype.rk = function (a) {
334
- _super.prototype.rk.call(this, a);
335
- if (this.xk != null) {
336
- this.xk.q1();
333
+ GeographicMapSeriesHost.prototype.rl = function (a) {
334
+ _super.prototype.rl.call(this, a);
335
+ if (this.xl != null) {
336
+ this.xl.q2();
337
337
  }
338
338
  };
339
- GeographicMapSeriesHost.prototype.r6 = function (a, b, c, d, e) {
340
- if (this.xk != null) {
341
- this.xk.r6(a, b, c, d, e);
339
+ GeographicMapSeriesHost.prototype.r7 = function (a, b, c, d, e) {
340
+ if (this.xl != null) {
341
+ this.xl.r7(a, b, c, d, e);
342
342
  }
343
343
  };
344
344
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
345
- return this.xk.a2(a, b);
345
+ return this.xl.a2(a, b);
346
346
  };
347
- GeographicMapSeriesHost.prototype.st = function () {
348
- _super.prototype.st.call(this);
349
- this.xk.st();
347
+ GeographicMapSeriesHost.prototype.su = function () {
348
+ _super.prototype.su.call(this);
349
+ this.xl.su();
350
350
  };
351
351
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
352
352
  return this._coercionMethods;
353
353
  };
354
354
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
355
355
  this._coercionMethods = a;
356
- this.xk.coercionMethods = a;
356
+ this.xl.coercionMethods = a;
357
357
  };
358
- GeographicMapSeriesHost.prototype.qc = function (a) {
359
- _super.prototype.qc.call(this, a);
360
- if (this.xk != null) {
361
- var b = this.xk.kv();
362
- this.pk(a, b);
358
+ GeographicMapSeriesHost.prototype.qd = function (a) {
359
+ _super.prototype.qd.call(this, a);
360
+ if (this.xl != null) {
361
+ var b = this.xl.kv();
362
+ this.pl(a, b);
363
363
  }
364
364
  };
365
365
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
366
- GeographicMapSeriesHost.xr = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
366
+ GeographicMapSeriesHost.xs = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
367
367
  var c = a;
368
368
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
369
369
  }));
370
370
  return GeographicMapSeriesHost;
371
371
  }(Series));
372
- export { GeographicMapSeriesHost };
373
372
  /**
374
373
  * @hidden
375
374
  */
376
- var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
375
+ export var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
377
376
  __extends(HostSeriesView, _super);
378
377
  function HostSeriesView(a) {
379
378
  var _this = _super.call(this, a) || this;
@@ -386,68 +385,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
386
385
  };
387
386
  HostSeriesView.prototype.ci = function () {
388
387
  this.cd.legendItemVisibility = 1;
389
- this.cd.xk.legendItemVisibility = 0;
390
- this.cd.xk.itemsSource = this.cd.itemsSource;
391
- this.cd.xk.index = this.cd.index;
392
- this.cd.xk.vy = this.cd.vy;
393
- this.cd.xk.we = this.cd.vy;
394
- this.cd.xk.cj = this.cd.cj;
395
- this.cd.xk.jr = this.cd.jr;
396
- this.cd.xk.km = this.cd.km;
397
- this.cd.xk._opacity = this.cd._opacity;
398
- this.cd.xk.jy = this.cd.jy;
399
- this.cd.xk.ir = this.cd.ir;
400
- this.cd.xk.jo = this.cd.jo;
401
- this.cd.xk.gv = this.cd.gv;
402
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
403
- this.cd.xk.be = this.cd.be;
388
+ this.cd.xl.legendItemVisibility = 0;
389
+ this.cd.xl.itemsSource = this.cd.itemsSource;
390
+ this.cd.xl.index = this.cd.index;
391
+ this.cd.xl.vz = this.cd.vz;
392
+ this.cd.xl.wf = this.cd.vz;
393
+ this.cd.xl.cj = this.cd.cj;
394
+ this.cd.xl.jr = this.cd.jr;
395
+ this.cd.xl.km = this.cd.km;
396
+ this.cd.xl._opacity = this.cd._opacity;
397
+ this.cd.xl.jy = this.cd.jy;
398
+ this.cd.xl.ir = this.cd.ir;
399
+ this.cd.xl.jo = this.cd.jo;
400
+ this.cd.xl.gv = this.cd.gv;
401
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
402
+ this.cd.xl.be = this.cd.be;
404
403
  };
405
404
  HostSeriesView.prototype.cj = function () {
406
- this.cd.xk.itemsSource = this.cd.itemsSource;
405
+ this.cd.xl.itemsSource = this.cd.itemsSource;
407
406
  };
408
407
  HostSeriesView.prototype.cq = function () {
409
- this.cd.xk.jr = this.cd.jr;
408
+ this.cd.xl.jr = this.cd.jr;
410
409
  };
411
410
  HostSeriesView.prototype.ct = function () {
412
- this.cd.xk.km = this.cd.km;
411
+ this.cd.xl.km = this.cd.km;
413
412
  };
414
413
  HostSeriesView.prototype.cn = function () {
415
- this.cd.xk._opacity = this.cd._opacity;
414
+ this.cd.xl._opacity = this.cd._opacity;
416
415
  };
417
416
  HostSeriesView.prototype.cs = function () {
418
- this.cd.xk.jy = this.cd.jy;
417
+ this.cd.xl.jy = this.cd.jy;
419
418
  };
420
419
  HostSeriesView.prototype.ch = function () {
421
- this.cd.xk.vy = this.cd.vy;
420
+ this.cd.xl.vz = this.cd.vz;
422
421
  };
423
422
  HostSeriesView.prototype.cp = function () {
424
- this.cd.xk.we = this.cd.we;
423
+ this.cd.xl.wf = this.cd.wf;
425
424
  };
426
425
  HostSeriesView.prototype.ce = function () {
427
- this.cd.xk.vy = this.cd.vs;
426
+ this.cd.xl.vz = this.cd.vt;
428
427
  };
429
428
  HostSeriesView.prototype.cf = function () {
430
- this.cd.xk.we = this.cd.vw;
429
+ this.cd.xl.wf = this.cd.vx;
431
430
  };
432
431
  HostSeriesView.prototype.ck = function () {
433
- this.cd.xk.be = this.cd.be;
432
+ this.cd.xl.be = this.cd.be;
434
433
  };
435
434
  HostSeriesView.prototype.cl = function () {
436
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
435
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
437
436
  };
438
437
  HostSeriesView.prototype.cg = function () {
439
- this.cd.xk.ir = this.cd.ir;
438
+ this.cd.xl.ir = this.cd.ir;
440
439
  };
441
440
  HostSeriesView.prototype.cm = function () {
442
- this.cd.xk.jo = this.cd.jo;
441
+ this.cd.xl.jo = this.cd.jo;
443
442
  };
444
443
  HostSeriesView.prototype.co = function () {
445
- this.cd.xk.cj = this.cd.cj;
444
+ this.cd.xl.cj = this.cd.cj;
446
445
  };
447
446
  HostSeriesView.prototype.cr = function () {
448
- this.cd.xk.gv = this.cd.gv;
447
+ this.cd.xl.gv = this.cd.gv;
449
448
  };
450
449
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
451
450
  return HostSeriesView;
452
451
  }(SeriesView));
453
- export { HostSeriesView };