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
@@ -17,7 +17,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(GeographicContourLineSeriesView, _super);
22
22
  function GeographicContourLineSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
@@ -33,29 +33,28 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.ci = function () {
35
35
  _super.prototype.ci.call(this);
36
- if (this.c2.xk != null) {
37
- this.c2.yc.zf = this.c2.yf;
38
- this.c2.yc.zp = this.c2.yj;
36
+ if (this.c2.xl != null) {
37
+ this.c2.yd.zg = this.c2.yg;
38
+ this.c2.yd.zq = this.c2.yk;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.c3 = function () {
42
- if (this.c2.yc != null) {
43
- this.c2.yc.zf = this.c2.yf;
42
+ if (this.c2.yd != null) {
43
+ this.c2.yd.zg = this.c2.yg;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.c4 = function () {
47
- if (this.c2.yc != null) {
48
- this.c2.yc.zp = this.c2.yj;
47
+ if (this.c2.yd != null) {
48
+ this.c2.yd.zq = this.c2.yk;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
52
52
  return GeographicContourLineSeriesView;
53
53
  }(GeographicXYTriangulatingSeriesView));
54
- export { GeographicContourLineSeriesView };
55
54
  /**
56
55
  * @hidden
57
56
  */
58
- var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
57
+ export var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
59
58
  __extends(GeographicContourLineSeries, _super);
60
59
  function GeographicContourLineSeries() {
61
60
  var _this = _super.call(this) || this;
@@ -69,69 +68,68 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
69
68
  GeographicContourLineSeries.prototype.get_fm = function () {
70
69
  return true;
71
70
  };
72
- GeographicContourLineSeries.prototype.xp = function (a, b) {
73
- _super.prototype.xp.call(this, a, b);
71
+ GeographicContourLineSeries.prototype.xq = function (a, b) {
72
+ _super.prototype.xq.call(this, a, b);
74
73
  };
75
- GeographicContourLineSeries.prototype.xj = function () {
76
- this.yc = new ScatterContourSeries();
77
- var a = this.yc;
78
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
79
- var b = this.yc;
80
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yn));
81
- return this.yc;
74
+ GeographicContourLineSeries.prototype.xk = function () {
75
+ this.yd = new ScatterContourSeries();
76
+ var a = this.yd;
77
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
78
+ var b = this.yd;
79
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
80
+ return this.yd;
82
81
  };
83
- GeographicContourLineSeries.prototype.ym = function (a, b) {
82
+ GeographicContourLineSeries.prototype.yn = function (a, b) {
84
83
  if (this.triangulationStatusChanged != null) {
85
84
  this.triangulationStatusChanged(this, b);
86
85
  }
87
86
  };
88
- GeographicContourLineSeries.prototype.yn = function (a, b) {
89
- var c = typeCast(ScatterContourSeries.$, this.xk);
87
+ GeographicContourLineSeries.prototype.yo = function (a, b) {
88
+ var c = typeCast(ScatterContourSeries.$, this.xl);
90
89
  if (c == null) {
91
90
  return;
92
91
  }
93
92
  if (b.propertyName == "ActualFillScale") {
94
- this.ye = c.ze;
93
+ this.yf = c.zf;
95
94
  }
96
95
  };
97
- GeographicContourLineSeries.prototype.sy = function () {
98
- _super.prototype.sy.call(this);
96
+ GeographicContourLineSeries.prototype.sz = function () {
97
+ _super.prototype.sz.call(this);
99
98
  };
100
99
  GeographicContourLineSeries.prototype.ct = function () {
101
100
  return new GeographicContourLineSeriesView(this);
102
101
  };
103
- GeographicContourLineSeries.prototype.rg = function (a) {
104
- _super.prototype.rg.call(this, a);
105
- this.yg = a;
102
+ GeographicContourLineSeries.prototype.rh = function (a) {
103
+ _super.prototype.rh.call(this, a);
104
+ this.yh = a;
106
105
  };
107
- GeographicContourLineSeries.prototype.rp = function (a, b, c, d) {
108
- _super.prototype.rp.call(this, a, b, c, d);
106
+ GeographicContourLineSeries.prototype.rq = function (a, b, c, d) {
107
+ _super.prototype.rq.call(this, a, b, c, d);
109
108
  switch (b) {
110
109
  case GeographicContourLineSeries.$$p[1]:
111
- this.yg.c3();
110
+ this.yh.c3();
112
111
  break;
113
112
  case GeographicContourLineSeries.$$p[2]:
114
- this.yg.c4();
113
+ this.yh.c4();
115
114
  break;
116
115
  case GeographicContourLineSeries.$$p[3]:
117
- this.yc.zc = this.yb;
116
+ this.yd.zd = this.yc;
118
117
  break;
119
118
  case "DashArray":
120
- this.yc.wl = this.wl;
119
+ this.yd.wm = this.wm;
121
120
  break;
122
121
  case "DashCap":
123
- this.yc.wm = this.wm;
122
+ this.yd.wn = this.wn;
124
123
  break;
125
124
  case "MiterLimit":
126
- this.yc.jp = this.jp;
125
+ this.yd.jp = this.jp;
127
126
  break;
128
127
  case "LineJoin":
129
- this.yc.wo = this.wo;
128
+ this.yd.wp = this.wp;
130
129
  break;
131
130
  }
132
131
  };
133
132
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
134
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ye:yo', [ValueBrushScale.$, null], 'FillScale:yf:yp', [ValueBrushScale.$, null], 'ValueMemberPath:yj:yq', [2, "value"], 'ValueResolver:yb:yr', [ContourValueResolver.$, null]]);
133
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
135
134
  return GeographicContourLineSeries;
136
135
  }(GeographicXYTriangulatingSeries));
137
- export { GeographicContourLineSeries };
@@ -17,7 +17,7 @@ import { isNaN_ } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(GeographicHighDensityScatterSeriesView, _super);
22
22
  function GeographicHighDensityScatterSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
@@ -27,87 +27,86 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
29
29
  _super.prototype.ci.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
31
- a.zt = this.cu.x9;
32
- a.z1 = this.cu.x7;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
31
+ a.zu = this.cu.ya;
32
+ a.z2 = this.cu.x8;
33
+ a.x7 = this.cu.xx;
33
34
  a.x6 = this.cu.xw;
34
- a.x5 = this.cu.xv;
35
- a.ge = this.cu.xu;
35
+ a.ge = this.cu.xv;
36
+ a.y2 = this.cu.xz;
36
37
  a.y1 = this.cu.xy;
37
- a.y0 = this.cu.xx;
38
+ a.aa0 = this.cu.yt;
38
39
  a.aaz = this.cu.ys;
39
- a.aay = this.cu.yr;
40
- a.zd = this.cu.x1;
40
+ a.ze = this.cu.x2;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
43
- this.cu.xk.zt = this.cu.x9;
43
+ this.cu.xl.zu = this.cu.ya;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
46
- this.cu.xk.z1 = this.cu.x7;
46
+ this.cu.xl.z2 = this.cu.x8;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
49
- this.cu.xk.x6 = this.cu.xw;
49
+ this.cu.xl.x7 = this.cu.xx;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
52
- this.cu.xk.x5 = this.cu.xv;
52
+ this.cu.xl.x6 = this.cu.xw;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
55
- this.cu.xk.ge = this.cu.xu;
55
+ this.cu.xl.ge = this.cu.xv;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
58
- this.cu.xk.y1 = this.cu.xy;
58
+ this.cu.xl.y2 = this.cu.xz;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
61
- this.cu.xk.y0 = this.cu.xx;
61
+ this.cu.xl.y1 = this.cu.xy;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
65
65
  if (this.cu.dc == null) {
66
- a.xp = null;
67
- a.xr = null;
66
+ a.xq = null;
67
+ a.xs = null;
68
68
  return;
69
69
  }
70
- a.xp = this.cu.dc.zh;
71
- a.xr = this.cu.dc.zj;
70
+ a.xq = this.cu.dc.zh;
71
+ a.xs = this.cu.dc.zj;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
74
- this.cu.xk.xp = this.cu.dc.zh;
74
+ this.cu.xl.xq = this.cu.dc.zh;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
77
- this.cu.xk.xr = this.cu.dc.zj;
77
+ this.cu.xl.xs = this.cu.dc.zj;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
80
- this.cu.xk.aaz = this.cu.ys;
80
+ this.cu.xl.aa0 = this.cu.yt;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
83
- this.cu.xk.aay = this.cu.yr;
83
+ this.cu.xl.aaz = this.cu.ys;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
86
- this.cu.xk.zd = this.cu.x1;
86
+ this.cu.xl.ze = this.cu.x2;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
89
89
  _super.prototype.a4.call(this);
90
90
  if (!this.t) {
91
- this.cu.ys = Defaults.bf;
92
- this.cu.yr = Defaults.be;
93
- this.cu.vy = Defaults.ba;
94
- this.cu.we = Defaults.a9;
91
+ this.cu.yt = Defaults.bf;
92
+ this.cu.ys = Defaults.be;
93
+ this.cu.vz = Defaults.ba;
94
+ this.cu.wf = Defaults.a9;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
98
98
  return GeographicHighDensityScatterSeriesView;
99
99
  }(HostSeriesView));
100
- export { GeographicHighDensityScatterSeriesView };
101
100
  /**
102
101
  * @hidden
103
102
  */
104
- var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
103
+ export var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
105
104
  __extends(GeographicHighDensityScatterSeries, _super);
106
105
  function GeographicHighDensityScatterSeries() {
107
106
  var _this = _super.call(this) || this;
108
- _this.xs = null;
107
+ _this.xt = null;
109
108
  _this.progressiveLoadStatusChanged = null;
110
- _this.x0 = 0;
109
+ _this.x1 = 0;
111
110
  _this.ab = GeographicHighDensityScatterSeries.$;
112
111
  return _this;
113
112
  }
@@ -126,85 +125,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
126
125
  GeographicHighDensityScatterSeries.prototype.ct = function () {
127
126
  return new GeographicHighDensityScatterSeriesView(this);
128
127
  };
129
- GeographicHighDensityScatterSeries.prototype.rg = function (a) {
130
- _super.prototype.rg.call(this, a);
131
- this.xt = a;
128
+ GeographicHighDensityScatterSeries.prototype.rh = function (a) {
129
+ _super.prototype.rh.call(this, a);
130
+ this.xu = a;
132
131
  };
133
- GeographicHighDensityScatterSeries.prototype.xj = function () {
134
- this.xs = new HighDensityScatterSeries();
135
- return this.xs;
132
+ GeographicHighDensityScatterSeries.prototype.xk = function () {
133
+ this.xt = new HighDensityScatterSeries();
134
+ return this.xt;
136
135
  };
137
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x2", {
136
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x3", {
138
137
  get: function () {
139
- return this.x0;
138
+ return this.x1;
140
139
  },
141
140
  set: function (a) {
142
- var b = this.x0;
143
- this.x0 = a;
144
- this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
141
+ var b = this.x1;
142
+ this.x1 = a;
143
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
145
144
  },
146
145
  enumerable: false,
147
146
  configurable: true
148
147
  });
149
- GeographicHighDensityScatterSeries.prototype.xp = function (a, b) {
150
- _super.prototype.xp.call(this, a, b);
151
- var c = this.xk;
152
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yg));
153
- var d = this.xk;
154
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yf));
155
- };
156
- GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
157
- this.x2 = b.currentStatus;
148
+ GeographicHighDensityScatterSeries.prototype.xq = function (a, b) {
149
+ _super.prototype.xq.call(this, a, b);
150
+ var c = this.xl;
151
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
152
+ var d = this.xl;
153
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
154
+ };
155
+ GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
156
+ this.x3 = b.currentStatus;
158
157
  if (this.progressiveLoadStatusChanged != null) {
159
158
  this.progressiveLoadStatusChanged(this, b);
160
159
  }
161
160
  };
162
- GeographicHighDensityScatterSeries.prototype.yf = function (a, b) {
163
- if (this.xs == null) {
161
+ GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
162
+ if (this.xt == null) {
164
163
  return;
165
164
  }
166
165
  };
167
- GeographicHighDensityScatterSeries.prototype.rp = function (a, b, c, d) {
168
- _super.prototype.rp.call(this, a, b, c, d);
166
+ GeographicHighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
167
+ _super.prototype.rq.call(this, a, b, c, d);
169
168
  switch (b) {
170
169
  case "SeriesViewer":
171
- this.xt.c4();
170
+ this.xu.c4();
172
171
  break;
173
172
  case GeographicHighDensityScatterSeries.$$p[5]:
174
- this.xt.c0();
173
+ this.xu.c0();
175
174
  break;
176
175
  case GeographicHighDensityScatterSeries.$$p[4]:
177
- this.xt.cz();
176
+ this.xu.cz();
178
177
  break;
179
178
  case GeographicHighDensityScatterSeries.$$p[9]:
180
- this.xt.c5();
179
+ this.xu.c5();
181
180
  break;
182
181
  case GeographicHighDensityScatterSeries.$$p[8]:
183
- this.xt.c3();
182
+ this.xu.c3();
184
183
  break;
185
184
  case GeographicHighDensityScatterSeries.$$p[6]:
186
- this.xt.c1();
185
+ this.xu.c1();
187
186
  break;
188
187
  case "XAxis":
189
- this.xt.c6();
188
+ this.xu.c6();
190
189
  break;
191
190
  case "YAxis":
192
- this.xt.c7();
191
+ this.xu.c7();
193
192
  break;
194
193
  case GeographicHighDensityScatterSeries.$$p[3]:
195
- this.xt.cy();
194
+ this.xu.cy();
196
195
  break;
197
196
  case GeographicHighDensityScatterSeries.$$p[1]:
198
- this.xt.cw();
197
+ this.xu.cw();
199
198
  break;
200
199
  case GeographicHighDensityScatterSeries.$$p[2]:
201
- this.xt.cx();
200
+ this.xu.cx();
202
201
  break;
203
202
  case GeographicHighDensityScatterSeries.$$p[0]:
204
- this.xt.cv();
203
+ this.xu.cv();
205
204
  break;
206
205
  case GeographicHighDensityScatterSeries.$$p[7]:
207
- this.xt.c2();
206
+ this.xu.c2();
208
207
  break;
209
208
  }
210
209
  };
@@ -215,7 +214,6 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
215
214
  _super.prototype.set_hd.call(this, a);
216
215
  };
217
216
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
218
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yr:yh', [Color.$, Defaults.be], 'HeatMaximum:xx:yi', [1, 50], 'HeatMinimumColor:ys:yj', [Color.$, 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]]);
217
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, 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]]);
219
218
  return GeographicHighDensityScatterSeries;
220
219
  }(GeographicMapSeriesHost));
221
- export { GeographicHighDensityScatterSeries };