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
@@ -10,7 +10,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * Represents a class for Geographic Contour Series displayed on a map.
12
12
  */
13
- var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(IgcGeographicContourLineSeriesComponent, _super);
15
15
  function IgcGeographicContourLineSeriesComponent() {
16
16
  var _this = _super.call(this) || this;
@@ -89,10 +89,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
89
89
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
90
90
  */
91
91
  get: function () {
92
- return this.i.yj;
92
+ return this.i.yk;
93
93
  },
94
94
  set: function (v) {
95
- this.i.yj = v;
95
+ this.i.yk = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,7 +102,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
102
102
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
103
103
  */
104
104
  get: function () {
105
- var r = this.i.yf;
105
+ var r = this.i.yg;
106
106
  if (r == null) {
107
107
  return null;
108
108
  }
@@ -118,7 +118,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
118
118
  set: function (v) {
119
119
  if (v != null && this._stylingContainer && v._styling)
120
120
  v._styling(this._stylingContainer, this, this);
121
- v == null ? this.i.yf = null : this.i.yf = v.i;
121
+ v == null ? this.i.yg = null : this.i.yg = v.i;
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,7 +128,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
128
128
  * Gets actual fill scale that is set on the FillScale property or default FillScale
129
129
  */
130
130
  get: function () {
131
- var r = this.i.ye;
131
+ var r = this.i.yf;
132
132
  if (r == null) {
133
133
  return null;
134
134
  }
@@ -144,7 +144,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
144
144
  set: function (v) {
145
145
  if (v != null && this._stylingContainer && v._styling)
146
146
  v._styling(this._stylingContainer, this, this);
147
- v == null ? this.i.ye = null : this.i.ye = v.i;
147
+ v == null ? this.i.yf = null : this.i.yf = v.i;
148
148
  },
149
149
  enumerable: false,
150
150
  configurable: true
@@ -154,7 +154,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
154
154
  * The ContourValueResolver used to determine the numeric values of contours.
155
155
  */
156
156
  get: function () {
157
- var r = this.i.yb;
157
+ var r = this.i.yc;
158
158
  if (r == null) {
159
159
  return null;
160
160
  }
@@ -170,7 +170,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
170
170
  set: function (v) {
171
171
  if (v != null && this._stylingContainer && v._styling)
172
172
  v._styling(this._stylingContainer, this, this);
173
- v == null ? this.i.yb = null : this.i.yb = v.i;
173
+ v == null ? this.i.yc = null : this.i.yc = v.i;
174
174
  },
175
175
  enumerable: false,
176
176
  configurable: true
@@ -241,4 +241,3 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
241
241
  IgcGeographicContourLineSeriesComponent._isElementRegistered = false;
242
242
  return IgcGeographicContourLineSeriesComponent;
243
243
  }(IgcGeographicXYTriangulatingSeriesComponent));
244
- export { IgcGeographicContourLineSeriesComponent };
@@ -9,7 +9,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
9
9
  * Series class for a geographic map with points marked at given locations.
10
10
  * This is the geographic equivalent of a HighDensityScatterSeries.
11
11
  */
12
- var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(IgcGeographicHighDensityScatterSeriesComponent, _super);
14
14
  function IgcGeographicHighDensityScatterSeriesComponent() {
15
15
  var _this = _super.call(this) || this;
@@ -88,10 +88,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
88
88
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
89
89
  */
90
90
  get: function () {
91
- return this.i.x7;
91
+ return this.i.x8;
92
92
  },
93
93
  set: function (v) {
94
- this.i.x7 = v;
94
+ this.i.x8 = v;
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,10 +101,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
101
101
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
102
102
  */
103
103
  get: function () {
104
- return this.i.x9;
104
+ return this.i.ya;
105
105
  },
106
106
  set: function (v) {
107
- this.i.x9 = v;
107
+ this.i.ya = v;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
@@ -114,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
114
114
  * Gets or sets the whether to use use brute force mode.
115
115
  */
116
116
  get: function () {
117
- return this.i.xw;
117
+ return this.i.xx;
118
118
  },
119
119
  set: function (v) {
120
- this.i.xw = ensureBool(v);
121
- this._a("useBruteForce", this.i.xw);
120
+ this.i.xx = ensureBool(v);
121
+ this._a("useBruteForce", this.i.xx);
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
128
128
  * Gets or sets the whether to progressively load the data into the chart.
129
129
  */
130
130
  get: function () {
131
- return this.i.xv;
131
+ return this.i.xw;
132
132
  },
133
133
  set: function (v) {
134
- this.i.xv = ensureBool(v);
135
- this._a("progressiveLoad", this.i.xv);
134
+ this.i.xw = ensureBool(v);
135
+ this._a("progressiveLoad", this.i.xw);
136
136
  },
137
137
  enumerable: false,
138
138
  configurable: true
@@ -142,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
142
142
  * Gets or sets the whether the chart reacts to mouse move events.
143
143
  */
144
144
  get: function () {
145
- return this.i.xu;
145
+ return this.i.xv;
146
146
  },
147
147
  set: function (v) {
148
- this.i.xu = ensureBool(v);
149
- this._a("mouseOverEnabled", this.i.xu);
148
+ this.i.xv = ensureBool(v);
149
+ this._a("mouseOverEnabled", this.i.xv);
150
150
  },
151
151
  enumerable: false,
152
152
  configurable: true
@@ -156,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
156
156
  * Gets or sets the density value that maps to the minimum heat color.
157
157
  */
158
158
  get: function () {
159
- return this.i.xy;
159
+ return this.i.xz;
160
160
  },
161
161
  set: function (v) {
162
- this.i.xy = +v;
163
- this._a("heatMinimum", this.i.xy);
162
+ this.i.xz = +v;
163
+ this._a("heatMinimum", this.i.xz);
164
164
  },
165
165
  enumerable: false,
166
166
  configurable: true
@@ -170,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
170
170
  * Gets or sets the value that maps to the maximum heat color.
171
171
  */
172
172
  get: function () {
173
- return this.i.xx;
173
+ return this.i.xy;
174
174
  },
175
175
  set: function (v) {
176
- this.i.xx = +v;
177
- this._a("heatMaximum", this.i.xx);
176
+ this.i.xy = +v;
177
+ this._a("heatMaximum", this.i.xy);
178
178
  },
179
179
  enumerable: false,
180
180
  configurable: true
@@ -184,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
184
184
  * Gets or sets the color to use for the minimum end of the scale.
185
185
  */
186
186
  get: function () {
187
- return colorToString(this.i.ys);
187
+ return colorToString(this.i.yt);
188
188
  },
189
189
  set: function (v) {
190
- this.i.ys = stringToColor(v);
191
- this._a("heatMinimumColor", colorToString(this.i.ys));
190
+ this.i.yt = stringToColor(v);
191
+ this._a("heatMinimumColor", colorToString(this.i.yt));
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -198,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
198
198
  * Gets or sets the color to use for the maximum end of the scale.
199
199
  */
200
200
  get: function () {
201
- return colorToString(this.i.yr);
201
+ return colorToString(this.i.ys);
202
202
  },
203
203
  set: function (v) {
204
- this.i.yr = stringToColor(v);
205
- this._a("heatMaximumColor", colorToString(this.i.yr));
204
+ this.i.ys = stringToColor(v);
205
+ this._a("heatMaximumColor", colorToString(this.i.ys));
206
206
  },
207
207
  enumerable: false,
208
208
  configurable: true
@@ -212,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
212
212
  * Gets or sets the the pixel extent of the square data points that are rendered.
213
213
  */
214
214
  get: function () {
215
- return this.i.x1;
215
+ return this.i.x2;
216
216
  },
217
217
  set: function (v) {
218
- this.i.x1 = +v;
219
- this._a("pointExtent", this.i.x1);
218
+ this.i.x2 = +v;
219
+ this._a("pointExtent", this.i.x2);
220
220
  },
221
221
  enumerable: false,
222
222
  configurable: true
@@ -226,11 +226,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
226
226
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
227
227
  */
228
228
  get: function () {
229
- return this.i.x2;
229
+ return this.i.x3;
230
230
  },
231
231
  set: function (v) {
232
- this.i.x2 = +v;
233
- this._a("progressiveStatus", this.i.x2);
232
+ this.i.x3 = +v;
233
+ this._a("progressiveStatus", this.i.x3);
234
234
  },
235
235
  enumerable: false,
236
236
  configurable: true
@@ -271,4 +271,3 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
271
271
  IgcGeographicHighDensityScatterSeriesComponent._isElementRegistered = false;
272
272
  return IgcGeographicHighDensityScatterSeriesComponent;
273
273
  }(IgcGeographicMapSeriesHostComponent));
274
- export { IgcGeographicHighDensityScatterSeriesComponent };
@@ -22,7 +22,7 @@ import { IgcImageTilesReadyEventArgs } from './igc-image-tiles-ready-event-args'
22
22
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
23
23
  import { MapResizeBehavior_$type } from './MapResizeBehavior';
24
24
  import { MapBackgroundTilingMode_$type } from './MapBackgroundTilingMode';
25
- var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
25
+ export var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
26
26
  __extends(IgcGeographicMapComponent, _super);
27
27
  function IgcGeographicMapComponent() {
28
28
  var _this = _super.call(this) || this;
@@ -793,4 +793,3 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
793
793
  IgcGeographicMapComponent._isElementRegistered = false;
794
794
  return IgcGeographicMapComponent;
795
795
  }(IgcSeriesViewerComponent));
796
- export { IgcGeographicMapComponent };
@@ -4,7 +4,7 @@ import { getAllPropertyNames, toSpinal, toPoint, fromPoint, fromRect } from "ign
4
4
  /**
5
5
  * Base class for hosting chart series in a IgxGeographicMap.Component
6
6
  */
7
- var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function (_super) {
7
+ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8
8
  __extends(IgcGeographicMapSeriesHostComponent, _super);
9
9
  function IgcGeographicMapSeriesHostComponent() {
10
10
  return _super.call(this) || this;
@@ -82,11 +82,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
82
82
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
83
83
  */
84
84
  get: function () {
85
- return this.i.xm;
85
+ return this.i.xn;
86
86
  },
87
87
  set: function (v) {
88
- this.i.xm = +v;
89
- this._a("visibleFromScale", this.i.xm);
88
+ this.i.xn = +v;
89
+ this._a("visibleFromScale", this.i.xn);
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -111,7 +111,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
111
111
 
112
112
  */
113
113
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
114
- this.i.qu();
114
+ this.i.qv();
115
115
  };
116
116
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
117
117
  var iv = this.i.kz(item, memberPathName);
@@ -148,7 +148,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
148
148
  return (iv);
149
149
  };
150
150
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
151
- var iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
151
+ var iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
152
152
  return fromPoint(iv);
153
153
  };
154
154
  /**
@@ -157,7 +157,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
157
157
  * @param world * The world coordinate for which to get a value bounding box for
158
158
  */
159
159
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
160
- var iv = this.i.w7(toPoint(world));
160
+ var iv = this.i.w8(toPoint(world));
161
161
  return fromRect(iv);
162
162
  };
163
163
  /**
@@ -166,7 +166,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
166
166
  * @param world * The world coordinates for which to get a value marker bounding box for
167
167
  */
168
168
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
169
- var iv = this.i.w9(toPoint(world));
169
+ var iv = this.i.xa(toPoint(world));
170
170
  return fromRect(iv);
171
171
  };
172
172
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -174,7 +174,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
174
174
  return (iv);
175
175
  };
176
176
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
177
- var iv = this.i.wr(toPoint(world), useInterpolation, skipUnknowns);
177
+ var iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
178
178
  return fromPoint(iv);
179
179
  };
180
180
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -182,11 +182,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
182
182
  return (iv);
183
183
  };
184
184
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
185
- var iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
185
+ var iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
186
186
  return fromPoint(iv);
187
187
  };
188
188
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
189
- var iv = this.i.ww(toPoint(mouse), useInterpolation, skipUnknowns);
189
+ var iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
190
190
  return fromPoint(iv);
191
191
  };
192
192
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -207,16 +207,15 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
207
207
  * @param animate * True if the change should be animated.
208
208
  */
209
209
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
210
- this.i.r7(animate);
210
+ this.i.r8(animate);
211
211
  };
212
212
  /**
213
213
  * Called when this series' Style is updated.
214
214
 
215
215
  */
216
216
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
217
- this.i.st();
217
+ this.i.su();
218
218
  };
219
219
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
220
220
  return IgcGeographicMapSeriesHostComponent;
221
221
  }(IgcSeriesComponent));
222
- export { IgcGeographicMapSeriesHostComponent };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
3
3
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
4
- var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4
+ export var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
5
5
  __extends(IgcGeographicMarkerSeriesBaseComponent, _super);
6
6
  function IgcGeographicMarkerSeriesBaseComponent() {
7
7
  return _super.call(this) || this;
@@ -56,4 +56,3 @@ var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functi
56
56
  IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent = null;
57
57
  return IgcGeographicMarkerSeriesBaseComponent;
58
58
  }(IgcGeographicMarkerSeriesComponent));
59
- export { IgcGeographicMarkerSeriesBaseComponent };
@@ -7,7 +7,7 @@ import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, brushToString,
7
7
  /**
8
8
  * Base class for creating marker series in a IgxGeographicMap.Component
9
9
  */
10
- var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10
+ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
11
11
  __extends(IgcGeographicMarkerSeriesComponent, _super);
12
12
  function IgcGeographicMarkerSeriesComponent() {
13
13
  return _super.call(this) || this;
@@ -65,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
65
65
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
66
66
  */
67
67
  get: function () {
68
- return this.i.xu;
68
+ return this.i.xv;
69
69
  },
70
70
  set: function (v) {
71
- this.i.xu = ensureEnum(MarkerType_$type, v);
72
- this._a("markerType", enumToString(MarkerType_$type, this.i.xu));
71
+ this.i.xv = ensureEnum(MarkerType_$type, v);
72
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
79
79
  * Gets or sets thickness of the marker outline
80
80
  */
81
81
  get: function () {
82
- return this.i.xv;
82
+ return this.i.xw;
83
83
  },
84
84
  set: function (v) {
85
- this.i.xv = +v;
86
- this._a("markerThickness", this.i.xv);
85
+ this.i.xw = +v;
86
+ this._a("markerThickness", this.i.xw);
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
93
93
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
94
94
  */
95
95
  get: function () {
96
- return this.i.xt;
96
+ return this.i.xu;
97
97
  },
98
98
  set: function (v) {
99
- this.i.xt = ensureEnum(MarkerOutlineMode_$type, v);
100
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xt));
99
+ this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
100
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,11 +107,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
107
107
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
108
108
  */
109
109
  get: function () {
110
- return this.i.xs;
110
+ return this.i.xt;
111
111
  },
112
112
  set: function (v) {
113
- this.i.xs = ensureEnum(MarkerFillMode_$type, v);
114
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xs));
113
+ this.i.xt = ensureEnum(MarkerFillMode_$type, v);
114
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
121
121
  * Gets or sets the MarkerTemplate for the current series object.
122
122
  */
123
123
  get: function () {
124
- return this.i.ya;
124
+ return this.i.yb;
125
125
  },
126
126
  set: function (v) {
127
- this.i.ya = v;
127
+ this.i.yb = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
134
134
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
135
135
  */
136
136
  get: function () {
137
- return brushToString(this.i.yo);
137
+ return brushToString(this.i.yp);
138
138
  },
139
139
  set: function (v) {
140
- this.i.yo = stringToBrush(v);
141
- this._a("markerBrush", brushToString(this.i.yo));
140
+ this.i.yp = stringToBrush(v);
141
+ this._a("markerBrush", brushToString(this.i.yp));
142
142
  },
143
143
  enumerable: false,
144
144
  configurable: true
@@ -148,11 +148,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
148
148
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
149
149
  */
150
150
  get: function () {
151
- return brushToString(this.i.yp);
151
+ return brushToString(this.i.yq);
152
152
  },
153
153
  set: function (v) {
154
- this.i.yp = stringToBrush(v);
155
- this._a("markerOutline", brushToString(this.i.yp));
154
+ this.i.yq = stringToBrush(v);
155
+ this._a("markerOutline", brushToString(this.i.yq));
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
@@ -164,11 +164,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
164
164
  * choose a representative set.
165
165
  */
166
166
  get: function () {
167
- return this.i.xw;
167
+ return this.i.xx;
168
168
  },
169
169
  set: function (v) {
170
- this.i.xw = +v;
171
- this._a("maximumMarkers", this.i.xw);
170
+ this.i.xx = +v;
171
+ this._a("maximumMarkers", this.i.xx);
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true
@@ -178,10 +178,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
178
178
  * Gets the effective marker template for the current series object.
179
179
  */
180
180
  get: function () {
181
- return this.i.x9;
181
+ return this.i.ya;
182
182
  },
183
183
  set: function (v) {
184
- this.i.x9 = v;
184
+ this.i.ya = v;
185
185
  },
186
186
  enumerable: false,
187
187
  configurable: true
@@ -191,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
191
191
  * Gets the effective marker brush for the current series object.
192
192
  */
193
193
  get: function () {
194
- return brushToString(this.i.ym);
194
+ return brushToString(this.i.yn);
195
195
  },
196
196
  set: function (v) {
197
- this.i.ym = stringToBrush(v);
198
- this._a("actualMarkerBrush", brushToString(this.i.ym));
197
+ this.i.yn = stringToBrush(v);
198
+ this._a("actualMarkerBrush", brushToString(this.i.yn));
199
199
  },
200
200
  enumerable: false,
201
201
  configurable: true
@@ -205,11 +205,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
205
205
  * Gets the effective marker outline for the current series object.
206
206
  */
207
207
  get: function () {
208
- return brushToString(this.i.yn);
208
+ return brushToString(this.i.yo);
209
209
  },
210
210
  set: function (v) {
211
- this.i.yn = stringToBrush(v);
212
- this._a("actualMarkerOutline", brushToString(this.i.yn));
211
+ this.i.yo = stringToBrush(v);
212
+ this._a("actualMarkerOutline", brushToString(this.i.yo));
213
213
  },
214
214
  enumerable: false,
215
215
  configurable: true
@@ -217,4 +217,3 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
217
217
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
218
218
  return IgcGeographicMarkerSeriesComponent;
219
219
  }(IgcGeographicMapSeriesHostComponent));
220
- export { IgcGeographicMarkerSeriesComponent };
@@ -9,7 +9,7 @@ import { Style } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
11
11
  */
12
- var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(IgcGeographicPolylineSeriesComponent, _super);
14
14
  function IgcGeographicPolylineSeriesComponent() {
15
15
  var _this = _super.call(this) || this;
@@ -88,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
88
88
  * Gets or sets the fill brush.
89
89
  */
90
90
  get: function () {
91
- return this.i.y7 ? this.i.y7.fill : null;
91
+ return this.i.y8 ? this.i.y8.fill : null;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.y7.fill = v;
95
+ this.i.y8.fill = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,11 +102,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
102
102
  * Gets or sets the stroke brush.
103
103
  */
104
104
  get: function () {
105
- return this.i.y7 ? this.i.y7.stroke : null;
105
+ return this.i.y8 ? this.i.y8.stroke : null;
106
106
  },
107
107
  set: function (v) {
108
108
  this.ensureShapeStyle();
109
- this.i.y7.stroke = v;
109
+ this.i.y8.stroke = v;
110
110
  },
111
111
  enumerable: false,
112
112
  configurable: true
@@ -116,12 +116,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
116
116
  * Gets or sets the stroke thickness.
117
117
  */
118
118
  get: function () {
119
- return this.i.y7 ? this.i.y7.strokeThickness : NaN;
119
+ return this.i.y8 ? this.i.y8.strokeThickness : NaN;
120
120
  },
121
121
  set: function (v) {
122
122
  this.ensureShapeStyle();
123
- this.i.y7.strokeThickness = +v;
124
- this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
123
+ this.i.y8.strokeThickness = +v;
124
+ this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,21 +131,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
131
131
  * Gets or sets the opacity.
132
132
  */
133
133
  get: function () {
134
- return this.i.y7 ? this.i.y7.opacity : NaN;
134
+ return this.i.y8 ? this.i.y8.opacity : NaN;
135
135
  },
136
136
  set: function (v) {
137
137
  this.ensureShapeStyle();
138
- this.i.y7.opacity = +v;
139
- this._a("shapeOpacity", this.i.y7.opacity);
138
+ this.i.y8.opacity = +v;
139
+ this._a("shapeOpacity", this.i.y8.opacity);
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
143
143
  });
144
144
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
145
- if (this.i.y7) {
145
+ if (this.i.y8) {
146
146
  return;
147
147
  }
148
- this.i.y7 = new Style();
148
+ this.i.y8 = new Style();
149
149
  };
150
150
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
151
151
  get: function () {
@@ -180,4 +180,3 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
180
180
  IgcGeographicPolylineSeriesComponent._isElementRegistered = false;
181
181
  return IgcGeographicPolylineSeriesComponent;
182
182
  }(IgcGeographicShapeSeriesBaseComponent));
183
- export { IgcGeographicPolylineSeriesComponent };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
3
3
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
4
- var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4
+ export var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
5
5
  __extends(IgcGeographicProportionalSymbolSeriesBaseComponent, _super);
6
6
  function IgcGeographicProportionalSymbolSeriesBaseComponent() {
7
7
  return _super.call(this) || this;
@@ -56,4 +56,3 @@ var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE
56
56
  IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent = null;
57
57
  return IgcGeographicProportionalSymbolSeriesBaseComponent;
58
58
  }(IgcGeographicMarkerSeriesBaseComponent));
59
- export { IgcGeographicProportionalSymbolSeriesBaseComponent };