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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -15,24 +15,24 @@ import { HostSeriesView } from "./HostSeriesView";
15
15
  /**
16
16
  * @hidden
17
17
  */
18
- var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
18
+ export var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
19
19
  __extends(GeographicShapeSeriesBase, _super);
20
20
  function GeographicShapeSeriesBase() {
21
21
  var _this = _super !== null && _super.apply(this, arguments) || this;
22
+ _this.x2 = false;
22
23
  _this.x1 = false;
23
- _this.x0 = false;
24
24
  _this.assigningShapeStyle = null;
25
25
  _this.assigningShapeMarkerStyle = null;
26
- _this.xx = null;
27
- _this.xz = false;
26
+ _this.xy = null;
27
+ _this.x0 = false;
28
28
  return _this;
29
29
  }
30
30
  GeographicShapeSeriesBase.prototype.ct = function () {
31
31
  return new GeographicShapeSeriesBaseView(this);
32
32
  };
33
- GeographicShapeSeriesBase.prototype.rg = function (a) {
34
- _super.prototype.rg.call(this, a);
35
- this.xw = a;
33
+ GeographicShapeSeriesBase.prototype.rh = function (a) {
34
+ _super.prototype.rh.call(this, a);
35
+ this.xx = a;
36
36
  };
37
37
  GeographicShapeSeriesBase.prototype.get_fh = function () {
38
38
  return true;
@@ -40,106 +40,106 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
40
40
  GeographicShapeSeriesBase.prototype.get_ef = function () {
41
41
  return true;
42
42
  };
43
- GeographicShapeSeriesBase.prototype.rp = function (a, b, c, d) {
44
- _super.prototype.rp.call(this, a, b, c, d);
43
+ GeographicShapeSeriesBase.prototype.rq = function (a, b, c, d) {
44
+ _super.prototype.rq.call(this, a, b, c, d);
45
45
  switch (b) {
46
46
  case "SeriesViewer":
47
- this.xw.cv();
47
+ this.xx.cv();
48
48
  break;
49
49
  case "ShapeMemberPath":
50
- this.xw.cx();
50
+ this.xx.cx();
51
51
  break;
52
52
  case GeographicShapeSeriesBase.$$p[8]:
53
- this.xw.cw();
53
+ this.xx.cw();
54
54
  break;
55
55
  case GeographicShapeSeriesBase.$$p[4]:
56
- this.xk.ys = this.x4;
57
- this.x1 = this.x4;
58
- if (this.x4) {
59
- var e = this.xk;
60
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.ym));
56
+ this.xl.yt = this.x5;
57
+ this.x2 = this.x5;
58
+ if (this.x5) {
59
+ var e = this.xl;
60
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
61
61
  }
62
62
  else {
63
- var f = this.xk;
64
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.ym));
63
+ var f = this.xl;
64
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
65
65
  }
66
66
  break;
67
67
  case GeographicShapeSeriesBase.$$p[3]:
68
- this.xk.yr = this.x3;
69
- this.x0 = this.x3;
70
- if (this.x4) {
71
- var g = this.xk;
72
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yl));
68
+ this.xl.ys = this.x4;
69
+ this.x1 = this.x4;
70
+ if (this.x5) {
71
+ var g = this.xl;
72
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
73
73
  }
74
74
  else {
75
- var h = this.xk;
76
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yl));
75
+ var h = this.xl;
76
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
77
77
  }
78
78
  break;
79
79
  case GeographicShapeSeriesBase.$$p[5]:
80
- this.xk.x4 = this.xv;
80
+ this.xl.x5 = this.xw;
81
81
  break;
82
82
  case GeographicShapeSeriesBase.$$p[6]:
83
- this.xk.y9 = this.x6;
83
+ this.xl.za = this.x7;
84
84
  break;
85
85
  case GeographicShapeSeriesBase.$$p[7]:
86
- this.xk.za = this.x7;
86
+ this.xl.zb = this.x8;
87
87
  break;
88
88
  case GeographicShapeSeriesBase.$$p[0]:
89
- this.xk.ze = this.x8;
89
+ this.xl.zf = this.x9;
90
90
  break;
91
91
  case GeographicShapeSeriesBase.$$p[1]:
92
- this.xk.xu = this.xu;
92
+ this.xl.xv = this.xv;
93
93
  break;
94
94
  case GeographicShapeSeriesBase.$$p[2]:
95
- this.xk.yn = this.x2;
95
+ this.xl.yo = this.x3;
96
96
  break;
97
97
  case "ShapefileDataSource":
98
98
  if (c != null) {
99
99
  var i = c;
100
- if (this.xz) {
101
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yn));
100
+ if (this.x0) {
101
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
102
102
  }
103
103
  }
104
104
  if (d != null) {
105
105
  var j = d;
106
106
  if (j.count > 0) {
107
- this.yo();
107
+ this.yp();
108
108
  break;
109
109
  }
110
- this.xz = true;
111
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yn));
110
+ this.x0 = true;
111
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
112
112
  }
113
113
  break;
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.ym = function (a, b) {
116
+ GeographicShapeSeriesBase.prototype.yn = function (a, b) {
117
117
  if (this.assigningShapeStyle != null) {
118
118
  this.assigningShapeStyle(this, b);
119
119
  }
120
120
  };
121
- GeographicShapeSeriesBase.prototype.yl = function (a, b) {
121
+ GeographicShapeSeriesBase.prototype.ym = function (a, b) {
122
122
  if (this.assigningShapeMarkerStyle != null) {
123
123
  this.assigningShapeMarkerStyle(this, b);
124
124
  }
125
125
  };
126
- GeographicShapeSeriesBase.prototype.yn = function (a, b) {
127
- this.yo();
126
+ GeographicShapeSeriesBase.prototype.yo = function (a, b) {
127
+ this.yp();
128
128
  };
129
- GeographicShapeSeriesBase.prototype.yo = function () {
130
- var sds_ = this.xy;
129
+ GeographicShapeSeriesBase.prototype.yp = function () {
130
+ var sds_ = this.xz;
131
131
  var ext_ = sds_.externalObject;
132
132
  this.itemsSource = (ext_.getPointData());
133
133
  };
134
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xy", {
134
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xz", {
135
135
  get: function () {
136
- return this.xx;
136
+ return this.xy;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.xx;
140
- this.xx = a;
141
- if (b != this.xx) {
142
- this.raisePropertyChanged("ShapefileDataSource", b, this.xx);
139
+ var b = this.xy;
140
+ this.xy = a;
141
+ if (b != this.xy) {
142
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
143
143
  }
144
144
  },
145
145
  enumerable: false,
@@ -152,14 +152,13 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
152
152
  _super.prototype.set_hd.call(this, a);
153
153
  };
154
154
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
155
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x8:yp', [2], 'FillScale:xu:yq', [BrushScale.$], 'FillScaleUseGlobalValues:x2:yr', [0, false], 'IsCustomShapeMarkerStyleAllowed:x3:ys', [0, false], 'IsCustomShapeStyleAllowed:x4:yt', [0, false], 'ItemSearchMode:xv:yu', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x6:yv', [1, 10000], 'ItemSearchThreshold:x7:yw', [1, 10000], 'ShapeFilterResolution:x5:yx', [1, 2], 'ShapeMemberPath:yj:yy', [2, "points"]]);
155
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
156
156
  return GeographicShapeSeriesBase;
157
157
  }(GeographicMapSeriesHost));
158
- export { GeographicShapeSeriesBase };
159
158
  /**
160
159
  * @hidden
161
160
  */
162
- var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
161
+ export var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
163
162
  __extends(GeographicShapeSeriesBaseView, _super);
164
163
  function GeographicShapeSeriesBaseView(a) {
165
164
  var _this = _super.call(this, a) || this;
@@ -169,25 +168,24 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
169
168
  }
170
169
  GeographicShapeSeriesBaseView.prototype.ci = function () {
171
170
  _super.prototype.ci.call(this);
172
- this.cu.xk.zr = this.cu.yj;
171
+ this.cu.xl.zs = this.cu.yk;
173
172
  };
174
173
  GeographicShapeSeriesBaseView.prototype.cv = function () {
175
- var a = this.cu.xk;
174
+ var a = this.cu.xl;
176
175
  if (this.cu.dc == null) {
177
- a.xy = null;
178
- a.x0 = null;
176
+ a.xz = null;
177
+ a.x1 = null;
179
178
  return;
180
179
  }
181
- a.xy = this.cu.dc.zh;
182
- a.x0 = this.cu.dc.zj;
180
+ a.xz = this.cu.dc.zh;
181
+ a.x1 = this.cu.dc.zj;
183
182
  };
184
183
  GeographicShapeSeriesBaseView.prototype.cx = function () {
185
- this.cu.xk.zr = this.cu.yj;
184
+ this.cu.xl.zs = this.cu.yk;
186
185
  };
187
186
  GeographicShapeSeriesBaseView.prototype.cw = function () {
188
- this.cu.xk.y6 = this.cu.x5;
187
+ this.cu.xl.y7 = this.cu.x6;
189
188
  };
190
189
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
191
190
  return GeographicShapeSeriesBaseView;
192
191
  }(HostSeriesView));
193
- export { GeographicShapeSeriesBaseView };
@@ -24,70 +24,69 @@ import { DeviceUtils } from "igniteui-webcomponents-core";
24
24
  /**
25
25
  * @hidden
26
26
  */
27
- var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
27
+ export var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  __extends(GeographicShapeSeriesView, _super);
29
29
  function GeographicShapeSeriesView(a) {
30
30
  var _this = _super.call(this, a) || this;
31
31
  _this.cy = null;
32
32
  _this.cy = a;
33
33
  if (!_this.t) {
34
- _this.cy.yj = "points";
34
+ _this.cy.yk = "points";
35
35
  }
36
36
  return _this;
37
37
  }
38
38
  GeographicShapeSeriesView.prototype.a4 = function () {
39
39
  _super.prototype.a4.call(this);
40
40
  if (!this.t) {
41
- this.cy.z6 = Defaults.a8;
41
+ this.cy.z7 = Defaults.a8;
42
42
  this.cy.jy = Defaults.ac;
43
- this.cy.y5 = Defaults.ab;
44
- this.cy.y2 = Defaults.d;
45
- this.cy.y0 = Defaults.a;
43
+ this.cy.y6 = Defaults.ab;
44
+ this.cy.y3 = Defaults.d;
45
+ this.cy.y1 = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.ci = function () {
49
49
  _super.prototype.ci.call(this);
50
- this.cy.xk.ace = this.cy.z8;
51
- this.cy.xk.aa6 = this.cy.y3;
52
- this.cy.xk.abt = this.cy.zo;
53
- this.cy.xk.aba = this.cy.y5;
54
- this.cy.xk.aas = this.cy.yz;
50
+ this.cy.xl.acf = this.cy.z9;
51
+ this.cy.xl.aa7 = this.cy.y4;
52
+ this.cy.xl.abu = this.cy.zp;
53
+ this.cy.xl.abb = this.cy.y6;
54
+ this.cy.xl.aat = this.cy.y0;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.c3 = function () {
57
- this.cy.xk.abt = this.cy.zo;
57
+ this.cy.xl.abu = this.cy.zp;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.c5 = function () {
60
- this.cy.xk.aba = this.cy.y5;
60
+ this.cy.xl.abb = this.cy.y6;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.c0 = function () {
63
- this.cy.xk.aas = this.cy.yz;
63
+ this.cy.xl.aat = this.cy.y0;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.c4 = function () {
66
- this.cy.xk.aa1 = this.cy.y2;
66
+ this.cy.xl.aa2 = this.cy.y3;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cz = function () {
69
- this.cy.xk.aca = this.cy.z5;
69
+ this.cy.xl.acb = this.cy.z6;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.c1 = function () {
72
- this.cy.xk.acb = this.cy.z6;
72
+ this.cy.xl.acc = this.cy.z7;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.c2 = function () {
75
- this.cy.xk.acd = this.cy.z7;
75
+ this.cy.xl.ace = this.cy.z8;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.c6 = function () {
78
- this.cy.xk.aa6 = this.cy.y3;
78
+ this.cy.xl.aa7 = this.cy.y4;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.c7 = function () {
81
- this.cy.xk.ace = this.cy.z8;
81
+ this.cy.xl.acf = this.cy.z9;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
85
85
  }(GeographicShapeSeriesBaseView));
86
- export { GeographicShapeSeriesView };
87
86
  /**
88
87
  * @hidden
89
88
  */
90
- var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
89
+ export var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
91
90
  __extends(GeographicShapeSeries, _super);
92
91
  function GeographicShapeSeries() {
93
92
  var _this = _super.call(this) || this;
@@ -104,81 +103,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
104
103
  GeographicShapeSeries.prototype.ct = function () {
105
104
  return new GeographicShapeSeriesView(this);
106
105
  };
107
- GeographicShapeSeries.prototype.rg = function (a) {
108
- _super.prototype.rg.call(this, a);
109
- this.y4 = a;
106
+ GeographicShapeSeries.prototype.rh = function (a) {
107
+ _super.prototype.rh.call(this, a);
108
+ this.y5 = a;
110
109
  };
111
- GeographicShapeSeries.prototype.xj = function () {
110
+ GeographicShapeSeries.prototype.xk = function () {
112
111
  var a = new ScatterPolygonSeries();
113
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zl));
114
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zm));
112
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
113
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
115
114
  return a;
116
115
  };
117
- GeographicShapeSeries.prototype.zl = function (a, b) {
116
+ GeographicShapeSeries.prototype.zm = function (a, b) {
118
117
  if (this.styleShape != null) {
119
118
  this.styleShape(this, b);
120
119
  }
121
120
  };
122
- GeographicShapeSeries.prototype.zm = function (a, b) {
123
- var c = typeCast(ScatterPolygonSeries.$, this.xk);
121
+ GeographicShapeSeries.prototype.zn = function (a, b) {
122
+ var c = typeCast(ScatterPolygonSeries.$, this.xl);
124
123
  if (c == null) {
125
124
  return;
126
125
  }
127
126
  };
128
127
  GeographicShapeSeries.prototype.iu = function () {
129
- return this.y5;
130
- };
131
- GeographicShapeSeries.prototype.v4 = function () {
132
- return this.z3;
128
+ return this.y6;
133
129
  };
134
130
  GeographicShapeSeries.prototype.v5 = function () {
135
131
  return this.z4;
136
132
  };
137
- GeographicShapeSeries.prototype.tg = function () {
138
- return this.zn;
133
+ GeographicShapeSeries.prototype.v6 = function () {
134
+ return this.z5;
135
+ };
136
+ GeographicShapeSeries.prototype.th = function () {
137
+ return this.zo;
139
138
  };
140
139
  GeographicShapeSeries.prototype.ml = function () {
141
- var a = typeCast(ScatterPolygonSeries.$, this.xk);
140
+ var a = typeCast(ScatterPolygonSeries.$, this.xl);
142
141
  if (a == null) {
143
142
  return "Unknown";
144
143
  }
145
144
  return a.ml();
146
145
  };
147
- GeographicShapeSeries.prototype.rp = function (a, b, c, d) {
148
- _super.prototype.rp.call(this, a, b, c, d);
146
+ GeographicShapeSeries.prototype.rq = function (a, b, c, d) {
147
+ _super.prototype.rq.call(this, a, b, c, d);
149
148
  switch (b) {
150
149
  case GeographicShapeSeries.$$p[6]:
151
- this.xk.aaz = this.y1;
150
+ this.xl.aa0 = this.y2;
152
151
  break;
153
152
  case GeographicShapeSeries.$$p[5]:
154
- this.xk.aav = this.y0;
153
+ this.xl.aaw = this.y1;
155
154
  break;
156
155
  case GeographicShapeSeries.$$p[9]:
157
- this.y4.c3();
156
+ this.y5.c3();
158
157
  break;
159
158
  case GeographicShapeSeries.$$p[10]:
160
- this.y4.c5();
159
+ this.y5.c5();
161
160
  break;
162
161
  case GeographicShapeSeries.$$p[4]:
163
- this.y4.c0();
162
+ this.y5.c0();
164
163
  break;
165
164
  case GeographicShapeSeries.$$p[11]:
166
- this.y4.c4();
165
+ this.y5.c4();
167
166
  break;
168
167
  case GeographicShapeSeries.$$p[3]:
169
- this.y4.cz();
168
+ this.y5.cz();
170
169
  break;
171
170
  case GeographicShapeSeries.$$p[7]:
172
- this.y4.c1();
171
+ this.y5.c1();
173
172
  break;
174
173
  case GeographicShapeSeries.$$p[8]:
175
- this.y4.c2();
174
+ this.y5.c2();
176
175
  break;
177
176
  case GeographicShapeSeries.$$p[13]:
178
- this.y4.c6();
177
+ this.y5.c6();
179
178
  break;
180
179
  case GeographicShapeSeries.$$p[12]:
181
- this.y4.c7();
180
+ this.y5.c7();
182
181
  break;
183
182
  }
184
183
  };
@@ -186,7 +185,6 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
186
185
  return 0.7;
187
186
  };
188
187
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
189
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z3:zp', [Brush.$], 'ActualMarkerOutline:z4:zq', [Brush.$], 'ActualMarkerTemplate:zn:zr', [DataTemplate.$, null], 'MarkerBrush:z5:zs', [Brush.$], 'MarkerCollisionAvoidance:yz:zt', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y0:zu', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y1:zv', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z6:zw', [Brush.$], 'MarkerStyle:z7:zx', [Style.$], 'MarkerTemplate:zo:zy', [DataTemplate.$, null], 'MarkerThickness:y5:zz', [1, DeviceUtils.g(2)], 'MarkerType:y2:z0', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z8:z1', [Style.$, null], 'ShapeStyleSelector:y3:z2', [StyleSelector.$, null]]);
188
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
190
189
  return GeographicShapeSeries;
191
190
  }(GeographicShapeSeriesBase));
192
- export { GeographicShapeSeries };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicSymbolSeriesBase, _super);
15
15
  function GeographicSymbolSeriesBase() {
16
16
  return _super !== null && _super.apply(this, arguments) || this;
@@ -18,4 +18,3 @@ var GeographicSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
18
18
  GeographicSymbolSeriesBase.$t = markType(GeographicSymbolSeriesBase, 'GeographicSymbolSeriesBase', GeographicMarkerSeriesBase.$);
19
19
  return GeographicSymbolSeriesBase;
20
20
  }(GeographicMarkerSeriesBase));
21
- export { GeographicSymbolSeriesBase };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicSymbolSeriesBaseView, _super);
15
15
  function GeographicSymbolSeriesBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
@@ -21,4 +21,3 @@ var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_sup
21
21
  GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);
22
22
  return GeographicSymbolSeriesBaseView;
23
23
  }(HostSeriesView));
24
- export { GeographicSymbolSeriesBaseView };