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
@@ -13,7 +13,7 @@ import { Style } from "igniteui-webcomponents-core";
13
13
  /**
14
14
  * Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource.
15
15
  */
16
- var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
17
17
  __extends(IgcGeographicShapeSeriesComponent, _super);
18
18
  function IgcGeographicShapeSeriesComponent() {
19
19
  var _this = _super.call(this) || this;
@@ -92,11 +92,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
92
92
  * Gets or sets the fill brush.
93
93
  */
94
94
  get: function () {
95
- return this.i.z8 ? this.i.z8.fill : null;
95
+ return this.i.z9 ? this.i.z9.fill : null;
96
96
  },
97
97
  set: function (v) {
98
98
  this.ensureShapeStyle();
99
- this.i.z8.fill = v;
99
+ this.i.z9.fill = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,11 +106,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
106
106
  * Gets or sets the stroke brush.
107
107
  */
108
108
  get: function () {
109
- return this.i.z8 ? this.i.z8.stroke : null;
109
+ return this.i.z9 ? this.i.z9.stroke : null;
110
110
  },
111
111
  set: function (v) {
112
112
  this.ensureShapeStyle();
113
- this.i.z8.stroke = v;
113
+ this.i.z9.stroke = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,12 +120,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
120
120
  * Gets or sets the stroke thickness.
121
121
  */
122
122
  get: function () {
123
- return this.i.z8 ? this.i.z8.strokeThickness : NaN;
123
+ return this.i.z9 ? this.i.z9.strokeThickness : NaN;
124
124
  },
125
125
  set: function (v) {
126
126
  this.ensureShapeStyle();
127
- this.i.z8.strokeThickness = +v;
128
- this._a("shapeStrokeThickness", this.i.z8.strokeThickness);
127
+ this.i.z9.strokeThickness = +v;
128
+ this._a("shapeStrokeThickness", this.i.z9.strokeThickness);
129
129
  },
130
130
  enumerable: false,
131
131
  configurable: true
@@ -135,21 +135,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
135
135
  * Gets or sets the opacity.
136
136
  */
137
137
  get: function () {
138
- return this.i.z8 ? this.i.z8.opacity : NaN;
138
+ return this.i.z9 ? this.i.z9.opacity : NaN;
139
139
  },
140
140
  set: function (v) {
141
141
  this.ensureShapeStyle();
142
- this.i.z8.opacity = +v;
143
- this._a("shapeOpacity", this.i.z8.opacity);
142
+ this.i.z9.opacity = +v;
143
+ this._a("shapeOpacity", this.i.z9.opacity);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
147
147
  });
148
148
  IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
149
- if (this.i.z8) {
149
+ if (this.i.z9) {
150
150
  return;
151
151
  }
152
- this.i.z8 = new Style();
152
+ this.i.z9 = new Style();
153
153
  };
154
154
  Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
155
155
  /**
@@ -157,11 +157,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
157
157
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
158
158
  */
159
159
  get: function () {
160
- return this.i.y2;
160
+ return this.i.y3;
161
161
  },
162
162
  set: function (v) {
163
- this.i.y2 = ensureEnum(MarkerType_$type, v);
164
- this._a("markerType", enumToString(MarkerType_$type, this.i.y2));
163
+ this.i.y3 = ensureEnum(MarkerType_$type, v);
164
+ this._a("markerType", enumToString(MarkerType_$type, this.i.y3));
165
165
  },
166
166
  enumerable: false,
167
167
  configurable: true
@@ -171,11 +171,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
171
171
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
172
172
  */
173
173
  get: function () {
174
- return this.i.y1;
174
+ return this.i.y2;
175
175
  },
176
176
  set: function (v) {
177
- this.i.y1 = ensureEnum(MarkerOutlineMode_$type, v);
178
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y1));
177
+ this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
178
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y2));
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,11 +185,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
185
185
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
186
186
  */
187
187
  get: function () {
188
- return this.i.y0;
188
+ return this.i.y1;
189
189
  },
190
190
  set: function (v) {
191
- this.i.y0 = ensureEnum(MarkerFillMode_$type, v);
192
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y0));
191
+ this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
192
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y1));
193
193
  },
194
194
  enumerable: false,
195
195
  configurable: true
@@ -199,10 +199,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
199
199
  * Gets or sets the MarkerTemplate for the current series object.
200
200
  */
201
201
  get: function () {
202
- return this.i.zo;
202
+ return this.i.zp;
203
203
  },
204
204
  set: function (v) {
205
- this.i.zo = v;
205
+ this.i.zp = v;
206
206
  },
207
207
  enumerable: false,
208
208
  configurable: true
@@ -212,11 +212,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
212
212
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
213
213
  */
214
214
  get: function () {
215
- return brushToString(this.i.z5);
215
+ return brushToString(this.i.z6);
216
216
  },
217
217
  set: function (v) {
218
- this.i.z5 = stringToBrush(v);
219
- this._a("markerBrush", brushToString(this.i.z5));
218
+ this.i.z6 = stringToBrush(v);
219
+ this._a("markerBrush", brushToString(this.i.z6));
220
220
  },
221
221
  enumerable: false,
222
222
  configurable: true
@@ -226,11 +226,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
226
226
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
227
227
  */
228
228
  get: function () {
229
- return brushToString(this.i.z6);
229
+ return brushToString(this.i.z7);
230
230
  },
231
231
  set: function (v) {
232
- this.i.z6 = stringToBrush(v);
233
- this._a("markerOutline", brushToString(this.i.z6));
232
+ this.i.z7 = stringToBrush(v);
233
+ this._a("markerOutline", brushToString(this.i.z7));
234
234
  },
235
235
  enumerable: false,
236
236
  configurable: true
@@ -240,11 +240,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
240
240
  * Gets or sets thickness of the marker outline
241
241
  */
242
242
  get: function () {
243
- return this.i.y5;
243
+ return this.i.y6;
244
244
  },
245
245
  set: function (v) {
246
- this.i.y5 = +v;
247
- this._a("markerThickness", this.i.y5);
246
+ this.i.y6 = +v;
247
+ this._a("markerThickness", this.i.y6);
248
248
  },
249
249
  enumerable: false,
250
250
  configurable: true
@@ -254,11 +254,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
254
254
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
255
255
  */
256
256
  get: function () {
257
- return this.i.yz;
257
+ return this.i.y0;
258
258
  },
259
259
  set: function (v) {
260
- this.i.yz = ensureEnum(CollisionAvoidanceType_$type, v);
261
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yz));
260
+ this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
261
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y0));
262
262
  },
263
263
  enumerable: false,
264
264
  configurable: true
@@ -268,10 +268,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
268
268
  * Gets the effective marker template for the current series object.
269
269
  */
270
270
  get: function () {
271
- return this.i.zn;
271
+ return this.i.zo;
272
272
  },
273
273
  set: function (v) {
274
- this.i.zn = v;
274
+ this.i.zo = v;
275
275
  },
276
276
  enumerable: false,
277
277
  configurable: true
@@ -281,11 +281,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
281
281
  * Gets the effective marker brush for the current series object.
282
282
  */
283
283
  get: function () {
284
- return brushToString(this.i.z3);
284
+ return brushToString(this.i.z4);
285
285
  },
286
286
  set: function (v) {
287
- this.i.z3 = stringToBrush(v);
288
- this._a("actualMarkerBrush", brushToString(this.i.z3));
287
+ this.i.z4 = stringToBrush(v);
288
+ this._a("actualMarkerBrush", brushToString(this.i.z4));
289
289
  },
290
290
  enumerable: false,
291
291
  configurable: true
@@ -295,11 +295,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
295
295
  * Gets the effective marker outline for the current series object.
296
296
  */
297
297
  get: function () {
298
- return brushToString(this.i.z4);
298
+ return brushToString(this.i.z5);
299
299
  },
300
300
  set: function (v) {
301
- this.i.z4 = stringToBrush(v);
302
- this._a("actualMarkerOutline", brushToString(this.i.z4));
301
+ this.i.z5 = stringToBrush(v);
302
+ this._a("actualMarkerOutline", brushToString(this.i.z5));
303
303
  },
304
304
  enumerable: false,
305
305
  configurable: true
@@ -337,4 +337,3 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
337
337
  IgcGeographicShapeSeriesComponent._isElementRegistered = false;
338
338
  return IgcGeographicShapeSeriesComponent;
339
339
  }(IgcGeographicShapeSeriesBaseComponent));
340
- export { IgcGeographicShapeSeriesComponent };
@@ -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 IgcGeographicSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4
+ export var IgcGeographicSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
5
5
  __extends(IgcGeographicSymbolSeriesBaseComponent, _super);
6
6
  function IgcGeographicSymbolSeriesBaseComponent() {
7
7
  return _super.call(this) || this;
@@ -56,4 +56,3 @@ var IgcGeographicSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functi
56
56
  IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent = null;
57
57
  return IgcGeographicSymbolSeriesBaseComponent;
58
58
  }(IgcGeographicMarkerSeriesBaseComponent));
59
- export { IgcGeographicSymbolSeriesBaseComponent };
@@ -12,7 +12,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
12
12
  * Series class for a geographic map with points marked at given locations.
13
13
  * This is the geographic equivalent of a ScatterSeries.
14
14
  */
15
- var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(IgcGeographicSymbolSeriesComponent, _super);
17
17
  function IgcGeographicSymbolSeriesComponent() {
18
18
  var _this = _super.call(this) || this;
@@ -93,10 +93,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
93
93
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
94
94
  */
95
95
  get: function () {
96
- return this.i.y6;
96
+ return this.i.y7;
97
97
  },
98
98
  set: function (v) {
99
- this.i.y6 = v;
99
+ this.i.y7 = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
106
106
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
107
107
  */
108
108
  get: function () {
109
- return this.i.y8;
109
+ return this.i.y9;
110
110
  },
111
111
  set: function (v) {
112
- this.i.y8 = v;
112
+ this.i.y9 = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,11 +119,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
119
119
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
120
120
  */
121
121
  get: function () {
122
- return this.i.ys;
122
+ return this.i.yt;
123
123
  },
124
124
  set: function (v) {
125
- this.i.ys = ensureEnum(CollisionAvoidanceType_$type, v);
126
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ys));
125
+ this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
126
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yt));
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,11 +133,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
133
133
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
134
134
  */
135
135
  get: function () {
136
- return this.i.yz;
136
+ return this.i.y0;
137
137
  },
138
138
  set: function (v) {
139
- this.i.yz = ensureBool(v);
140
- this._a("isCustomScatterStyleAllowed", this.i.yz);
139
+ this.i.y0 = ensureBool(v);
140
+ this._a("isCustomScatterStyleAllowed", this.i.y0);
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,11 +147,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
147
147
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
148
148
  */
149
149
  get: function () {
150
- return this.i.yy;
150
+ return this.i.yz;
151
151
  },
152
152
  set: function (v) {
153
- this.i.yy = ensureBool(v);
154
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yy);
153
+ this.i.yz = ensureBool(v);
154
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
155
155
  },
156
156
  enumerable: false,
157
157
  configurable: true
@@ -161,11 +161,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
161
161
  * Gets or sets the mode the series will use to find the closest point to the cursor.
162
162
  */
163
163
  get: function () {
164
- return this.i.yt;
164
+ return this.i.yu;
165
165
  },
166
166
  set: function (v) {
167
- this.i.yt = ensureEnum(ScatterItemSearchMode_$type, v);
168
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yt));
167
+ this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
168
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -175,11 +175,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
175
175
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
176
176
  */
177
177
  get: function () {
178
- return this.i.y1;
178
+ return this.i.y2;
179
179
  },
180
180
  set: function (v) {
181
- this.i.y1 = +v;
182
- this._a("itemSearchThreshold", this.i.y1);
181
+ this.i.y2 = +v;
182
+ this._a("itemSearchThreshold", this.i.y2);
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -251,4 +251,3 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
251
251
  IgcGeographicSymbolSeriesComponent._isElementRegistered = false;
252
252
  return IgcGeographicSymbolSeriesComponent;
253
253
  }(IgcGeographicMarkerSeriesComponent));
254
- export { IgcGeographicSymbolSeriesComponent };
@@ -8,7 +8,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
8
  /**
9
9
  * Series class used for displaying a tile set, and using shapes to define the areas that should be rendered.
10
10
  */
11
- var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
11
+ export var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
12
12
  __extends(IgcGeographicTileSeriesComponent, _super);
13
13
  function IgcGeographicTileSeriesComponent() {
14
14
  var _this = _super.call(this) || this;
@@ -87,14 +87,14 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
87
87
  * The MapImagery which is used to provide the tiles for display.
88
88
  */
89
89
  get: function () {
90
- var r = this.i.y1;
90
+ var r = this.i.y2;
91
91
  if (r == null) {
92
92
  return null;
93
93
  }
94
94
  return r.externalObject;
95
95
  },
96
96
  set: function (v) {
97
- v == null ? this.i.y1 = null : this.i.y1 = v.i;
97
+ v == null ? this.i.y2 = null : this.i.y2 = v.i;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -114,7 +114,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
114
114
 
115
115
  */
116
116
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
117
- this.i.y5();
117
+ this.i.y6();
118
118
  };
119
119
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
120
120
  /**
@@ -152,4 +152,3 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
152
152
  IgcGeographicTileSeriesComponent._isElementRegistered = false;
153
153
  return IgcGeographicTileSeriesComponent;
154
154
  }(IgcGeographicShapeSeriesBaseComponent));
155
- export { IgcGeographicTileSeriesComponent };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
3
3
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
4
- var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4
+ export var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
5
5
  __extends(IgcGeographicXYTriangulatingSeriesBaseComponent, _super);
6
6
  function IgcGeographicXYTriangulatingSeriesBaseComponent() {
7
7
  return _super.call(this) || this;
@@ -56,4 +56,3 @@ var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*
56
56
  IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent = null;
57
57
  return IgcGeographicXYTriangulatingSeriesBaseComponent;
58
58
  }(IgcGeographicMapSeriesHostComponent));
59
- export { IgcGeographicXYTriangulatingSeriesBaseComponent };
@@ -5,7 +5,7 @@ import { IgcTriangulationDataSource } from "igniteui-webcomponents-core";
5
5
  /**
6
6
  * Base class for geographic series which triangulate XY data prior to rendering.
7
7
  */
8
- var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8
+ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
9
9
  __extends(IgcGeographicXYTriangulatingSeriesComponent, _super);
10
10
  function IgcGeographicXYTriangulatingSeriesComponent() {
11
11
  return _super.call(this) || this;
@@ -62,10 +62,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
62
62
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
63
63
  */
64
64
  get: function () {
65
- return this.i.xw;
65
+ return this.i.xx;
66
66
  },
67
67
  set: function (v) {
68
- this.i.xw = v;
68
+ this.i.xx = v;
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
@@ -75,10 +75,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
75
75
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
76
76
  */
77
77
  get: function () {
78
- return this.i.xu;
78
+ return this.i.xv;
79
79
  },
80
80
  set: function (v) {
81
- this.i.xu = v;
81
+ this.i.xv = v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -89,10 +89,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
89
89
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
90
90
  */
91
91
  get: function () {
92
- return this.i.xt;
92
+ return this.i.xu;
93
93
  },
94
94
  set: function (v) {
95
- this.i.xt = v;
95
+ this.i.xu = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,10 +102,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
102
102
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
103
103
  */
104
104
  get: function () {
105
- return this.i.xz;
105
+ return this.i.x0;
106
106
  },
107
107
  set: function (v) {
108
- this.i.xz = v;
108
+ this.i.x0 = v;
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
@@ -115,10 +115,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
115
115
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
116
116
  */
117
117
  get: function () {
118
- return this.i.x1;
118
+ return this.i.x2;
119
119
  },
120
120
  set: function (v) {
121
- this.i.x1 = v;
121
+ this.i.x2 = v;
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,10 +128,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
128
128
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
129
129
  */
130
130
  get: function () {
131
- return this.i.x3;
131
+ return this.i.x4;
132
132
  },
133
133
  set: function (v) {
134
- this.i.x3 = v;
134
+ this.i.x4 = v;
135
135
  },
136
136
  enumerable: false,
137
137
  configurable: true
@@ -139,4 +139,3 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
139
139
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
140
140
  return IgcGeographicXYTriangulatingSeriesComponent;
141
141
  }(IgcGeographicMapSeriesHostComponent));
142
- export { IgcGeographicXYTriangulatingSeriesComponent };
@@ -6,7 +6,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
6
6
  /**
7
7
  * Represents a tile series class that can render imagery tiles
8
8
  */
9
- var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
9
+ export var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10
10
  __extends(IgcTileSeriesComponent, _super);
11
11
  function IgcTileSeriesComponent() {
12
12
  return _super.call(this) || this;
@@ -82,14 +82,14 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  * The MapImagery which is used to provide the tiles for display.
83
83
  */
84
84
  get: function () {
85
- var r = this.i.aav;
85
+ var r = this.i.aaw;
86
86
  if (r == null) {
87
87
  return null;
88
88
  }
89
89
  return r.externalObject;
90
90
  },
91
91
  set: function (v) {
92
- v == null ? this.i.aav = null : this.i.aav = v.i;
92
+ v == null ? this.i.aaw = null : this.i.aaw = v.i;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true
@@ -116,4 +116,3 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
116
116
  IgcTileSeriesComponent._isElementRegistered = false;
117
117
  return IgcTileSeriesComponent;
118
118
  }(IgcShapeSeriesBaseComponent));
119
- export { IgcTileSeriesComponent };