igniteui-webcomponents-maps 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -20,79 +20,78 @@ import { DeviceUtils } from "igniteui-webcomponents-core";
20
20
  /**
21
21
  * @hidden
22
22
  */
23
- var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
23
+ export var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
24
24
  __extends(GeographicMarkerSeries, _super);
25
25
  function GeographicMarkerSeries() {
26
26
  var _this = _super.call(this) || this;
27
- var a = _this.xk;
28
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.x8));
27
+ var a = _this.xl;
28
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.x9));
29
29
  return _this;
30
30
  }
31
- GeographicMarkerSeries.prototype.tg = function () {
32
- return this.x9;
33
- };
34
- GeographicMarkerSeries.prototype.v4 = function () {
35
- return this.ym;
31
+ GeographicMarkerSeries.prototype.th = function () {
32
+ return this.ya;
36
33
  };
37
34
  GeographicMarkerSeries.prototype.v5 = function () {
38
35
  return this.yn;
39
36
  };
37
+ GeographicMarkerSeries.prototype.v6 = function () {
38
+ return this.yo;
39
+ };
40
40
  GeographicMarkerSeries.prototype.iu = function () {
41
- return this.xv;
41
+ return this.xw;
42
42
  };
43
43
  GeographicMarkerSeries.prototype.ml = function () {
44
- var a = typeCast(MarkerSeries.$, this.xk);
44
+ var a = typeCast(MarkerSeries.$, this.xl);
45
45
  if (a == null) {
46
46
  return "Unknown";
47
47
  }
48
48
  return a.ml();
49
49
  };
50
- GeographicMarkerSeries.prototype.x8 = function (a, b) {
51
- var c = typeCast(MarkerSeries.$, this.xk);
50
+ GeographicMarkerSeries.prototype.x9 = function (a, b) {
51
+ var c = typeCast(MarkerSeries.$, this.xl);
52
52
  if (c == null) {
53
53
  return;
54
54
  }
55
55
  if (b.propertyName == "ActualMarkerTemplate") {
56
- this.x9 = c.yk;
56
+ this.ya = c.yl;
57
57
  }
58
58
  else if (b.propertyName == "ActualMarkerOutline") {
59
- this.yn = c.y2;
59
+ this.yo = c.y3;
60
60
  }
61
61
  else if (b.propertyName == "ActualMarkerBrush") {
62
- this.ym = c.y1;
62
+ this.yn = c.y2;
63
63
  }
64
64
  };
65
- GeographicMarkerSeries.prototype.rp = function (a, b, c, d) {
66
- _super.prototype.rp.call(this, a, b, c, d);
65
+ GeographicMarkerSeries.prototype.rq = function (a, b, c, d) {
66
+ _super.prototype.rq.call(this, a, b, c, d);
67
67
  switch (b) {
68
68
  case GeographicMarkerSeries.$$p[3]:
69
- this.xk.y3 = this.yo;
69
+ this.xl.y4 = this.yp;
70
70
  break;
71
71
  case GeographicMarkerSeries.$$p[6]:
72
- this.xk.y4 = this.yp;
72
+ this.xl.y5 = this.yq;
73
73
  break;
74
74
  case GeographicMarkerSeries.$$p[5]:
75
- this.xk.xo = this.xt;
75
+ this.xl.xp = this.xu;
76
76
  break;
77
77
  case GeographicMarkerSeries.$$p[4]:
78
- this.xk.xk = this.xs;
78
+ this.xl.xl = this.xt;
79
79
  break;
80
80
  case GeographicMarkerSeries.$$p[9]:
81
- this.xk.xu = this.xu;
81
+ this.xl.xv = this.xv;
82
82
  break;
83
83
  case GeographicMarkerSeries.$$p[7]:
84
- this.xk.ym = this.ya;
84
+ this.xl.yn = this.yb;
85
85
  break;
86
86
  case GeographicMarkerSeries.$$p[8]:
87
- this.xk.x3 = this.xv;
87
+ this.xl.x4 = this.xw;
88
88
  break;
89
89
  case GeographicMarkerSeries.$$p[10]:
90
- this.xk.aat = this.xw;
90
+ this.xl.aau = this.xx;
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
95
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:ym:yb', [Brush.$], 'ActualMarkerOutline:yn:yc', [Brush.$], 'ActualMarkerTemplate:x9:yd', [DataTemplate.$, null], 'MarkerBrush:yo:ye', [Brush.$], 'MarkerFillMode:xs:yf', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xt:yg', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yp:yh', [Brush.$], 'MarkerTemplate:ya:yi', [DataTemplate.$, null], 'MarkerThickness:xv:yj', [1, DeviceUtils.g(2)], 'MarkerType:xu:yk', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xw:yl', [1, 400]]);
95
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
96
96
  return GeographicMarkerSeries;
97
97
  }(GeographicMapSeriesHost));
98
- export { GeographicMarkerSeries };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicMarkerSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicMarkerSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicMarkerSeriesBase, _super);
15
15
  function GeographicMarkerSeriesBase() {
16
16
  return _super !== null && _super.apply(this, arguments) || this;
@@ -18,4 +18,3 @@ var GeographicMarkerSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
18
18
  GeographicMarkerSeriesBase.$t = markType(GeographicMarkerSeriesBase, 'GeographicMarkerSeriesBase', GeographicMarkerSeries.$);
19
19
  return GeographicMarkerSeriesBase;
20
20
  }(GeographicMarkerSeries));
21
- export { GeographicMarkerSeriesBase };
@@ -17,7 +17,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(GeographicPolylineSeriesView, _super);
22
22
  function GeographicPolylineSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
@@ -33,23 +33,22 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
33
33
  };
34
34
  GeographicPolylineSeriesView.prototype.ci = function () {
35
35
  _super.prototype.ci.call(this);
36
- this.cy.xk.aas = this.cy.yz;
37
- this.cy.xk.aax = this.cy.y7;
36
+ this.cy.xl.aat = this.cy.y0;
37
+ this.cy.xl.aay = this.cy.y8;
38
38
  };
39
39
  GeographicPolylineSeriesView.prototype.cz = function () {
40
- this.cy.xk.aas = this.cy.yz;
40
+ this.cy.xl.aat = this.cy.y0;
41
41
  };
42
42
  GeographicPolylineSeriesView.prototype.c0 = function () {
43
- this.cy.xk.aax = this.cy.y7;
43
+ this.cy.xl.aay = this.cy.y8;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
47
47
  }(GeographicShapeSeriesBaseView));
48
- export { GeographicPolylineSeriesView };
49
48
  /**
50
49
  * @hidden
51
50
  */
52
- var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
51
+ export var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
53
52
  __extends(GeographicPolylineSeries, _super);
54
53
  function GeographicPolylineSeries() {
55
54
  var _this = _super.call(this) || this;
@@ -66,33 +65,32 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
66
65
  GeographicPolylineSeries.prototype.ct = function () {
67
66
  return new GeographicPolylineSeriesView(this);
68
67
  };
69
- GeographicPolylineSeries.prototype.rg = function (a) {
70
- _super.prototype.rg.call(this, a);
71
- this.y0 = a;
68
+ GeographicPolylineSeries.prototype.rh = function (a) {
69
+ _super.prototype.rh.call(this, a);
70
+ this.y1 = a;
72
71
  };
73
- GeographicPolylineSeries.prototype.xj = function () {
72
+ GeographicPolylineSeries.prototype.xk = function () {
74
73
  var a = new ScatterPolylineSeries();
75
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y4));
74
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
76
75
  return a;
77
76
  };
78
- GeographicPolylineSeries.prototype.y4 = function (a, b) {
77
+ GeographicPolylineSeries.prototype.y5 = function (a, b) {
79
78
  if (this.styleShape != null) {
80
79
  this.styleShape(this, b);
81
80
  }
82
81
  };
83
- GeographicPolylineSeries.prototype.rp = function (a, b, c, d) {
84
- _super.prototype.rp.call(this, a, b, c, d);
82
+ GeographicPolylineSeries.prototype.rq = function (a, b, c, d) {
83
+ _super.prototype.rq.call(this, a, b, c, d);
85
84
  switch (b) {
86
85
  case GeographicPolylineSeries.$$p[1]:
87
- this.y0.cz();
86
+ this.y1.cz();
88
87
  break;
89
88
  case GeographicPolylineSeries.$$p[0]:
90
- this.y0.c0();
89
+ this.y1.c0();
91
90
  break;
92
91
  }
93
92
  };
94
93
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
95
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y7:y5', [Style.$, null], 'ShapeStyleSelector:yz:y6', [StyleSelector.$, null]]);
94
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
96
95
  return GeographicPolylineSeries;
97
96
  }(GeographicShapeSeriesBase));
98
- export { GeographicPolylineSeries };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicProportionalSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicProportionalSymbolSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicProportionalSymbolSeriesBase, _super);
15
15
  function GeographicProportionalSymbolSeriesBase() {
16
16
  return _super !== null && _super.apply(this, arguments) || this;
@@ -18,4 +18,3 @@ var GeographicProportionalSymbolSeriesBase = /** @class */ /*@__PURE__*/ (functi
18
18
  GeographicProportionalSymbolSeriesBase.$t = markType(GeographicProportionalSymbolSeriesBase, 'GeographicProportionalSymbolSeriesBase', GeographicMarkerSeriesBase.$);
19
19
  return GeographicProportionalSymbolSeriesBase;
20
20
  }(GeographicMarkerSeriesBase));
21
- export { GeographicProportionalSymbolSeriesBase };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicProportionalSymbolSeriesBaseView, _super);
15
15
  function GeographicProportionalSymbolSeriesBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
@@ -21,4 +21,3 @@ var GeographicProportionalSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (fu
21
21
  GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
22
22
  return GeographicProportionalSymbolSeriesBaseView;
23
23
  }(HostSeriesView));
24
- export { GeographicProportionalSymbolSeriesBaseView };
@@ -17,7 +17,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(GeographicProportionalSymbolSeriesView, _super);
22
22
  function GeographicProportionalSymbolSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
@@ -32,49 +32,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
32
32
  };
33
33
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
34
34
  _super.prototype.ci.call(this);
35
- var a = this.cu.xk;
36
- a.abd = this.cu.zj;
37
- a.abl = this.cu.zh;
38
- a.xu = this.cu.xu;
39
- a.ym = this.cu.ya;
40
- a.x3 = this.cu.xv;
35
+ var a = this.cu.xl;
36
+ a.abe = this.cu.zk;
37
+ a.abm = this.cu.zi;
38
+ a.xv = this.cu.xv;
39
+ a.yn = this.cu.yb;
40
+ a.x4 = this.cu.xw;
41
+ a.ado = this.cu.y4;
42
+ a.aee = this.cu.zp;
43
+ a.add = this.cu.yw;
44
+ a.ad4 = this.cu.zg;
45
+ a.adz = this.cu.y8;
46
+ a.ada = this.cu.yt;
47
+ a.adm = this.cu.y0;
41
48
  a.adn = this.cu.y3;
42
- a.aed = this.cu.zo;
43
- a.adc = this.cu.yv;
44
- a.ad3 = this.cu.zf;
45
- a.ady = this.cu.y7;
46
- a.ac9 = this.cu.ys;
47
- a.adl = this.cu.yz;
48
- a.adm = this.cu.y2;
49
+ a.adt = this.cu.y6;
49
50
  a.ads = this.cu.y5;
50
- a.adr = this.cu.y4;
51
51
  };
52
52
  GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
53
- this.cu.xk.abd = this.cu.zj;
53
+ this.cu.xl.abe = this.cu.zk;
54
54
  };
55
55
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
56
- this.cu.xk.abl = this.cu.zh;
56
+ this.cu.xl.abm = this.cu.zi;
57
57
  };
58
58
  GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
59
- this.cu.xk.xu = this.cu.xu;
59
+ this.cu.xl.xv = this.cu.xv;
60
60
  };
61
61
  GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
62
- this.cu.xk.ym = this.cu.ya;
62
+ this.cu.xl.yn = this.cu.yb;
63
63
  };
64
64
  GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
65
- this.cu.xk.x3 = this.cu.xv;
65
+ this.cu.xl.x4 = this.cu.xw;
66
66
  };
67
67
  GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
68
- this.cu.xk.aat = this.cu.xw;
68
+ this.cu.xl.aau = this.cu.xx;
69
69
  };
70
70
  GeographicProportionalSymbolSeriesView.prototype.db = function () {
71
- this.cu.xk.xAxis = this.cu.dc.zh;
71
+ this.cu.xl.xAxis = this.cu.dc.zh;
72
72
  };
73
73
  GeographicProportionalSymbolSeriesView.prototype.dc = function () {
74
- this.cu.xk.yAxis = this.cu.dc.zj;
74
+ this.cu.xl.yAxis = this.cu.dc.zj;
75
75
  };
76
76
  GeographicProportionalSymbolSeriesView.prototype.da = function () {
77
- var a = this.cu.xk;
77
+ var a = this.cu.xl;
78
78
  if (this.cu.dc == null) {
79
79
  a.xAxis = null;
80
80
  a.yAxis = null;
@@ -84,60 +84,59 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
84
84
  a.yAxis = this.cu.dc.zj;
85
85
  };
86
86
  GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
87
- this.cu.xk.y3 = this.cu.yo;
87
+ this.cu.xl.y4 = this.cu.yp;
88
88
  };
89
89
  GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
90
- this.cu.xk.y4 = this.cu.yp;
90
+ this.cu.xl.y5 = this.cu.yq;
91
91
  };
92
92
  GeographicProportionalSymbolSeriesView.prototype.dd = function () {
93
- this.cu.xk.aed = this.cu.zo;
93
+ this.cu.xl.aee = this.cu.zp;
94
94
  };
95
95
  GeographicProportionalSymbolSeriesView.prototype.de = function () {
96
- this.cu.xk.adc = this.cu.yv;
97
- this.cu.xk.adn = this.cu.y3;
96
+ this.cu.xl.add = this.cu.yw;
97
+ this.cu.xl.ado = this.cu.y4;
98
98
  };
99
99
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
100
- this.cu.xk.ad3 = this.cu.zf;
100
+ this.cu.xl.ad4 = this.cu.zg;
101
101
  };
102
102
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
103
- this.cu.xk.ac9 = this.cu.ys;
104
- this.cu.xk.adl = this.cu.yz;
105
- this.cu.xk.adm = this.cu.y2;
106
- this.cu.xk.ads = this.cu.y5;
107
- this.cu.xk.adr = this.cu.y4;
103
+ this.cu.xl.ada = this.cu.yt;
104
+ this.cu.xl.adm = this.cu.y0;
105
+ this.cu.xl.adn = this.cu.y3;
106
+ this.cu.xl.adt = this.cu.y6;
107
+ this.cu.xl.ads = this.cu.y5;
108
108
  };
109
109
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
110
- this.cu.xk.ady = this.cu.y7;
110
+ this.cu.xl.adz = this.cu.y8;
111
111
  };
112
112
  GeographicProportionalSymbolSeriesView.prototype.df = function () {
113
- this.cu.xk.adn = this.cu.y3;
113
+ this.cu.xl.ado = this.cu.y4;
114
114
  };
115
115
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
116
- this.cu.xk.adl = this.cu.yz;
116
+ this.cu.xl.adm = this.cu.y0;
117
117
  };
118
118
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
119
- this.cu.xk.adm = this.cu.y2;
119
+ this.cu.xl.adn = this.cu.y3;
120
120
  };
121
121
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
122
- this.cu.xk.ads = this.cu.y5;
122
+ this.cu.xl.adt = this.cu.y6;
123
123
  };
124
124
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
125
- this.cu.xk.adr = this.cu.y4;
125
+ this.cu.xl.ads = this.cu.y5;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
129
129
  }(HostSeriesView));
130
- export { GeographicProportionalSymbolSeriesView };
131
130
  /**
132
131
  * @hidden
133
132
  */
134
- var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
133
+ export var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
135
134
  __extends(GeographicProportionalSymbolSeries, _super);
136
135
  function GeographicProportionalSymbolSeries() {
137
136
  var _this = _super.call(this) || this;
138
- _this.yt = null;
137
+ _this.yu = null;
138
+ _this.yz = false;
139
139
  _this.yy = false;
140
- _this.yx = false;
141
140
  _this.assigningScatterStyle = null;
142
141
  _this.assigningScatterMarkerStyle = null;
143
142
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -152,111 +151,110 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
152
151
  GeographicProportionalSymbolSeries.prototype.ct = function () {
153
152
  return new GeographicProportionalSymbolSeriesView(this);
154
153
  };
155
- GeographicProportionalSymbolSeries.prototype.rg = function (a) {
156
- _super.prototype.rg.call(this, a);
157
- this.yw = a;
154
+ GeographicProportionalSymbolSeries.prototype.rh = function (a) {
155
+ _super.prototype.rh.call(this, a);
156
+ this.yx = a;
158
157
  };
159
158
  GeographicProportionalSymbolSeries.prototype.jt = function () {
160
159
  return 0.7;
161
160
  };
162
- GeographicProportionalSymbolSeries.prototype.xj = function () {
161
+ GeographicProportionalSymbolSeries.prototype.xk = function () {
163
162
  return new BubbleSeries();
164
163
  };
165
164
  GeographicProportionalSymbolSeries.prototype.get_fh = function () {
166
165
  return true;
167
166
  };
168
- GeographicProportionalSymbolSeries.prototype.rp = function (a, b, c, d) {
169
- _super.prototype.rp.call(this, a, b, c, d);
167
+ GeographicProportionalSymbolSeries.prototype.rq = function (a, b, c, d) {
168
+ _super.prototype.rq.call(this, a, b, c, d);
170
169
  switch (b) {
171
170
  case "SeriesViewer":
172
- this.yw.da();
171
+ this.yx.da();
173
172
  break;
174
173
  case GeographicProportionalSymbolSeries.$$p[9]:
175
- this.yw.c3();
174
+ this.yx.c3();
176
175
  break;
177
176
  case GeographicProportionalSymbolSeries.$$p[8]:
178
- this.yw.c2();
177
+ this.yx.c2();
179
178
  break;
180
179
  case "XAxis":
181
- this.yw.db();
180
+ this.yx.db();
182
181
  break;
183
182
  case "YAxis":
184
- this.yw.dc();
183
+ this.yx.dc();
185
184
  break;
186
185
  case GeographicProportionalSymbolSeries.$$p[13]:
187
- this.yw.dd();
186
+ this.yx.dd();
188
187
  break;
189
188
  case GeographicProportionalSymbolSeries.$$p[14]:
190
- this.yw.de();
189
+ this.yx.de();
191
190
  break;
192
191
  case GeographicProportionalSymbolSeries.$$p[15]:
193
- this.yw.df();
192
+ this.yx.df();
194
193
  break;
195
194
  case GeographicProportionalSymbolSeries.$$p[7]:
196
- this.yw.cy();
195
+ this.yx.cy();
197
196
  break;
198
197
  case GeographicProportionalSymbolSeries.$$p[0]:
199
- this.yw.cv();
198
+ this.yx.cv();
200
199
  break;
201
200
  case GeographicProportionalSymbolSeries.$$p[1]:
202
- this.yw.cw();
201
+ this.yx.cw();
203
202
  break;
204
203
  case GeographicProportionalSymbolSeries.$$p[2]:
205
- this.yw.cx();
204
+ this.yx.cx();
206
205
  break;
207
206
  case GeographicProportionalSymbolSeries.$$p[12]:
208
- this.yw.c1();
207
+ this.yx.c1();
209
208
  break;
210
209
  case GeographicProportionalSymbolSeries.$$p[11]:
211
- this.yw.c0();
210
+ this.yx.c0();
212
211
  break;
213
212
  case GeographicProportionalSymbolSeries.$$p[10]:
214
- this.yw.cz();
213
+ this.yx.cz();
215
214
  break;
216
215
  case GeographicProportionalSymbolSeries.$$p[4]:
217
- this.xk.z9 = this.y1;
218
- this.yy = this.y1;
219
- if (this.y1) {
220
- var e = this.xk;
221
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zt));
216
+ this.xl.aaa = this.y2;
217
+ this.yz = this.y2;
218
+ if (this.y2) {
219
+ var e = this.xl;
220
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
222
221
  }
223
222
  else {
224
- var f = this.xk;
225
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zt));
223
+ var f = this.xl;
224
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
226
225
  }
227
226
  break;
228
227
  case GeographicProportionalSymbolSeries.$$p[3]:
229
- this.xk.z8 = this.y0;
230
- this.yx = this.y0;
231
- if (this.y1) {
232
- var g = this.xk;
233
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zs));
228
+ this.xl.z9 = this.y1;
229
+ this.yy = this.y1;
230
+ if (this.y2) {
231
+ var g = this.xl;
232
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
234
233
  }
235
234
  else {
236
- var h = this.xk;
237
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zs));
235
+ var h = this.xl;
236
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
238
237
  }
239
238
  break;
240
239
  case GeographicProportionalSymbolSeries.$$p[5]:
241
- this.xk.zs = this.yu;
240
+ this.xl.zt = this.yv;
242
241
  break;
243
242
  case GeographicProportionalSymbolSeries.$$p[6]:
244
- this.xk.aas = this.y6;
243
+ this.xl.aat = this.y7;
245
244
  break;
246
245
  }
247
246
  };
248
- GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
247
+ GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
249
248
  if (this.assigningScatterStyle != null) {
250
249
  this.assigningScatterStyle(this, b);
251
250
  }
252
251
  };
253
- GeographicProportionalSymbolSeries.prototype.zs = function (a, b) {
252
+ GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
254
253
  if (this.assigningScatterMarkerStyle != null) {
255
254
  this.assigningScatterMarkerStyle(this, b);
256
255
  }
257
256
  };
258
257
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
259
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y7:zu', [2], 'FillScale:ys:zv', [BrushScale.$], 'FillScaleUseGlobalValues:yz:zw', [0, false], 'IsCustomScatterMarkerStyleAllowed:y0:zx', [0, false], 'IsCustomScatterStyleAllowed:y1:zy', [0, false], 'ItemSearchMode:yu:zz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y6:z0', [1, 10000], 'LabelMemberPath:zf:z1', [2], 'LatitudeMemberPath:zh:z2', [2, null], 'LongitudeMemberPath:zj:z3', [2, null], 'MarkerBrushBrightness:y4:z4', [1, NaN], 'MarkerOutlineBrightness:y5:z5', [1, NaN], 'MarkerOutlineUsesFillScale:y2:z6', [0, false], 'RadiusMemberPath:zo:z7', [2, null], 'RadiusScale:yv:z8', [SizeScale.$], 'RadiusScaleUseGlobalValues:y3:z9', [0, false]]);
258
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
260
259
  return GeographicProportionalSymbolSeries;
261
260
  }(GeographicMarkerSeries));
262
- export { GeographicProportionalSymbolSeries };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicShapeSeriesBaseBase = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicShapeSeriesBaseBase = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicShapeSeriesBaseBase, _super);
15
15
  function GeographicShapeSeriesBaseBase() {
16
16
  return _super !== null && _super.apply(this, arguments) || this;
@@ -18,4 +18,3 @@ var GeographicShapeSeriesBaseBase = /** @class */ /*@__PURE__*/ (function (_supe
18
18
  GeographicShapeSeriesBaseBase.$t = markType(GeographicShapeSeriesBaseBase, 'GeographicShapeSeriesBaseBase', GeographicMapSeriesHost.$);
19
19
  return GeographicShapeSeriesBaseBase;
20
20
  }(GeographicMapSeriesHost));
21
- export { GeographicShapeSeriesBaseBase };
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(GeographicShapeSeriesBaseBaseView, _super);
15
15
  function GeographicShapeSeriesBaseBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
@@ -21,4 +21,3 @@ var GeographicShapeSeriesBaseBaseView = /** @class */ /*@__PURE__*/ (function (_
21
21
  GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
22
22
  return GeographicShapeSeriesBaseBaseView;
23
23
  }(HostSeriesView));
24
- export { GeographicShapeSeriesBaseBaseView };