igniteui-webcomponents-maps 5.1.0 → 5.1.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 (75) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1595 -1506
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +38 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +206 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +92 -92
  14. package/esm2015/lib/XamGeographicMap_combined.js +454 -454
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +76 -22
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +38 -38
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +204 -189
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +90 -90
  40. package/esm5/lib/XamGeographicMap_combined.js +447 -447
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  43. package/esm5/lib/igc-geographic-map-component.js +50 -50
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +88 -22
  50. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  52. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-webcomponents-maps.js +1598 -1521
  56. package/fesm5/igniteui-webcomponents-maps.js +1596 -1507
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +48 -47
  60. package/lib/GeographicMarkerSeries.d.ts +16 -16
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +22 -22
  73. package/lib/XamGeographicMap_combined.d.ts +107 -107
  74. package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
  75. package/package.json +3 -3
@@ -78,7 +78,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
78
78
  * Gets whether the current series shows an area shape.
79
79
  */
80
80
  get: function () {
81
- return this.i.et;
81
+ return this.i.eu;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -88,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
88
88
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
89
89
  */
90
90
  get: function () {
91
- return this.i.xu;
91
+ return this.i.xw;
92
92
  },
93
93
  set: function (v) {
94
- this.i.xu = v;
94
+ this.i.xw = v;
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,7 +101,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
101
101
  * The ColorScale used to resolve the color values of points in the series.
102
102
  */
103
103
  get: function () {
104
- var r = this.i.xp;
104
+ var r = this.i.xr;
105
105
  if (r == null) {
106
106
  return null;
107
107
  }
@@ -117,7 +117,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
117
117
  set: function (v) {
118
118
  if (v != null && this._stylingContainer && v._styling)
119
119
  v._styling(this._stylingContainer, this, this);
120
- v == null ? this.i.xp = null : this.i.xp = v.i;
120
+ v == null ? this.i.xr = null : this.i.xr = v.i;
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
@@ -127,7 +127,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
127
127
  * Gets actual color scale that is set on ColorScale property or default ColorScale
128
128
  */
129
129
  get: function () {
130
- var r = this.i.xo;
130
+ var r = this.i.xq;
131
131
  if (r == null) {
132
132
  return null;
133
133
  }
@@ -143,7 +143,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
143
143
  set: function (v) {
144
144
  if (v != null && this._stylingContainer && v._styling)
145
145
  v._styling(this._stylingContainer, this, this);
146
- v == null ? this.i.xo = null : this.i.xo = v.i;
146
+ v == null ? this.i.xq = null : this.i.xq = v.i;
147
147
  },
148
148
  enumerable: false,
149
149
  configurable: true
@@ -177,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
177
177
 
178
178
  */
179
179
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
180
- this.i.xz();
180
+ this.i.x1();
181
181
  };
182
182
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
183
183
  /**
@@ -6,6 +6,7 @@ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
6
6
  import { IgcAssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
7
7
  import { IgcAssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
8
8
  import { ShapeItemSearchMode_$type } from "igniteui-webcomponents-charts";
9
+ import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
9
10
  /**
10
11
  * Base class for series which render polygons on a map.
11
12
  */
@@ -139,10 +140,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
139
140
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
140
141
  */
141
142
  get: function () {
142
- return this.i.xp;
143
+ return this.i.xx;
143
144
  },
144
145
  set: function (v) {
145
- this.i.xp = v;
146
+ this.i.xx = v;
146
147
  },
147
148
  enumerable: false,
148
149
  configurable: true
@@ -152,11 +153,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
152
153
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
153
154
  */
154
155
  get: function () {
155
- return this.i.xe;
156
+ return this.i.xi;
156
157
  },
157
158
  set: function (v) {
158
- this.i.xe = ensureBool(v);
159
- this._a("isCustomShapeStyleAllowed", this.i.xe);
159
+ this.i.xi = ensureBool(v);
160
+ this._a("isCustomShapeStyleAllowed", this.i.xi);
160
161
  },
161
162
  enumerable: false,
162
163
  configurable: true
@@ -166,11 +167,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
166
167
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
167
168
  */
168
169
  get: function () {
169
- return this.i.xd;
170
+ return this.i.xh;
170
171
  },
171
172
  set: function (v) {
172
- this.i.xd = ensureBool(v);
173
- this._a("isCustomShapeMarkerStyleAllowed", this.i.xd);
173
+ this.i.xh = ensureBool(v);
174
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.xh);
174
175
  },
175
176
  enumerable: false,
176
177
  configurable: true
@@ -180,11 +181,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
180
181
  * Gets or sets the mode the series will use to find the closest point to the cursor.
181
182
  */
182
183
  get: function () {
183
- return this.i.w6;
184
+ return this.i.w9;
184
185
  },
185
186
  set: function (v) {
186
- this.i.w6 = ensureEnum(ShapeItemSearchMode_$type, v);
187
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w6));
187
+ this.i.w9 = ensureEnum(ShapeItemSearchMode_$type, v);
188
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w9));
188
189
  },
189
190
  enumerable: false,
190
191
  configurable: true
@@ -194,11 +195,65 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
194
195
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
195
196
  */
196
197
  get: function () {
197
- return this.i.xh;
198
+ return this.i.xl;
199
+ },
200
+ set: function (v) {
201
+ this.i.xl = +v;
202
+ this._a("itemSearchThreshold", this.i.xl);
203
+ },
204
+ enumerable: false,
205
+ configurable: true
206
+ });
207
+ Object.defineProperty(IgcGeographicShapeSeriesBaseComponent.prototype, "fillMemberPath", {
208
+ /**
209
+ * Gets or sets the fill mapping property for the current series object.
210
+ */
211
+ get: function () {
212
+ return this.i.xm;
198
213
  },
199
214
  set: function (v) {
200
- this.i.xh = +v;
201
- this._a("itemSearchThreshold", this.i.xh);
215
+ this.i.xm = v;
216
+ },
217
+ enumerable: false,
218
+ configurable: true
219
+ });
220
+ Object.defineProperty(IgcGeographicShapeSeriesBaseComponent.prototype, "fillScale", {
221
+ /**
222
+ * Gets or sets the brush scale for the fill brush of markers.
223
+ */
224
+ get: function () {
225
+ var r = this.i.w8;
226
+ if (r == null) {
227
+ return null;
228
+ }
229
+ if (!r.externalObject) {
230
+ var e = IgcBrushScaleComponent._createFromInternal(r);
231
+ if (e) {
232
+ e._implementation = r;
233
+ }
234
+ r.externalObject = e;
235
+ }
236
+ return r.externalObject;
237
+ },
238
+ set: function (v) {
239
+ if (v != null && this._stylingContainer && v._styling)
240
+ v._styling(this._stylingContainer, this, this);
241
+ v == null ? this.i.w8 = null : this.i.w8 = v.i;
242
+ },
243
+ enumerable: false,
244
+ configurable: true
245
+ });
246
+ Object.defineProperty(IgcGeographicShapeSeriesBaseComponent.prototype, "fillScaleUseGlobalValues", {
247
+ /**
248
+ * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
249
+ * This setting applies only if multiple series are using the same FillScale.
250
+ */
251
+ get: function () {
252
+ return this.i.xg;
253
+ },
254
+ set: function (v) {
255
+ this.i.xg = ensureBool(v);
256
+ this._a("fillScaleUseGlobalValues", this.i.xg);
202
257
  },
203
258
  enumerable: false,
204
259
  configurable: true
@@ -208,11 +263,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
208
263
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
209
264
  */
210
265
  get: function () {
211
- return this.i.xg;
266
+ return this.i.xk;
212
267
  },
213
268
  set: function (v) {
214
- this.i.xg = +v;
215
- this._a("itemSearchPointsThreshold", this.i.xg);
269
+ this.i.xk = +v;
270
+ this._a("itemSearchPointsThreshold", this.i.xk);
216
271
  },
217
272
  enumerable: false,
218
273
  configurable: true
@@ -222,7 +277,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
222
277
  * Set a shapefile datasource to use with the series.
223
278
  */
224
279
  get: function () {
225
- var r = this.i.w9;
280
+ var r = this.i.xc;
226
281
  if (r == null) {
227
282
  return null;
228
283
  }
@@ -241,7 +296,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
241
296
  return r.externalObject;
242
297
  },
243
298
  set: function (v) {
244
- v == null ? this.i.w9 = null : this.i.w9 = v.i;
299
+ v == null ? this.i.xc = null : this.i.xc = v.i;
245
300
  },
246
301
  enumerable: false,
247
302
  configurable: true
@@ -252,11 +307,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
252
307
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
253
308
  */
254
309
  get: function () {
255
- return this.i.xf;
310
+ return this.i.xj;
256
311
  },
257
312
  set: function (v) {
258
- this.i.xf = +v;
259
- this._a("shapeFilterResolution", this.i.xf);
313
+ this.i.xj = +v;
314
+ this._a("shapeFilterResolution", this.i.xj);
260
315
  },
261
316
  enumerable: false,
262
317
  configurable: true
@@ -266,11 +321,22 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
266
321
  if (baseResult) {
267
322
  return baseResult;
268
323
  }
324
+ if (this.fillScale && this.fillScale.name && this.fillScale.name == name) {
325
+ return this.fillScale;
326
+ }
269
327
  if (this.shapefileDataSource && this.shapefileDataSource.name && this.shapefileDataSource.name == name) {
270
328
  return this.shapefileDataSource;
271
329
  }
272
330
  return null;
273
331
  };
332
+ IgcGeographicShapeSeriesBaseComponent.prototype._styling = function (container, component, parent) {
333
+ _super.prototype._styling.call(this, container, component, parent);
334
+ this._inStyling = true;
335
+ if (this.fillScale && this.fillScale._styling) {
336
+ this.fillScale._styling(container, component, this);
337
+ }
338
+ this._inStyling = false;
339
+ };
274
340
  Object.defineProperty(IgcGeographicShapeSeriesBaseComponent.prototype, "assigningShapeStyle", {
275
341
  /**
276
342
  * Event raised when Assigning Shape Style. Note, if using this event, or highlighting, its best to avoid use of ShapeStyle/StyleShape/ShapeStyleSelector.
@@ -82,7 +82,7 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
82
82
  * Gets whether the current series shows a polygon shape.
83
83
  */
84
84
  get: function () {
85
- return this.i.fp;
85
+ return this.i.fq;
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -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.zb ? this.i.zb.fill : null;
95
+ return this.i.zm ? this.i.zm.fill : null;
96
96
  },
97
97
  set: function (v) {
98
98
  this.ensureShapeStyle();
99
- this.i.zb.fill = v;
99
+ this.i.zm.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.zb ? this.i.zb.stroke : null;
109
+ return this.i.zm ? this.i.zm.stroke : null;
110
110
  },
111
111
  set: function (v) {
112
112
  this.ensureShapeStyle();
113
- this.i.zb.stroke = v;
113
+ this.i.zm.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.zb ? this.i.zb.strokeThickness : NaN;
123
+ return this.i.zm ? this.i.zm.strokeThickness : NaN;
124
124
  },
125
125
  set: function (v) {
126
126
  this.ensureShapeStyle();
127
- this.i.zb.strokeThickness = +v;
128
- this._a("shapeStrokeThickness", this.i.zb.strokeThickness);
127
+ this.i.zm.strokeThickness = +v;
128
+ this._a("shapeStrokeThickness", this.i.zm.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.zb ? this.i.zb.opacity : NaN;
138
+ return this.i.zm ? this.i.zm.opacity : NaN;
139
139
  },
140
140
  set: function (v) {
141
141
  this.ensureShapeStyle();
142
- this.i.zb.opacity = +v;
143
- this._a("shapeOpacity", this.i.zb.opacity);
142
+ this.i.zm.opacity = +v;
143
+ this._a("shapeOpacity", this.i.zm.opacity);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
147
147
  });
148
148
  IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
149
- if (this.i.zb) {
149
+ if (this.i.zm) {
150
150
  return;
151
151
  }
152
- this.i.zb = new Style();
152
+ this.i.zm = 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.x5;
160
+ return this.i.yg;
161
161
  },
162
162
  set: function (v) {
163
- this.i.x5 = ensureEnum(MarkerType_$type, v);
164
- this._a("markerType", enumToString(MarkerType_$type, this.i.x5));
163
+ this.i.yg = ensureEnum(MarkerType_$type, v);
164
+ this._a("markerType", enumToString(MarkerType_$type, this.i.yg));
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.x4;
174
+ return this.i.yf;
175
175
  },
176
176
  set: function (v) {
177
- this.i.x4 = ensureEnum(MarkerOutlineMode_$type, v);
178
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x4));
177
+ this.i.yf = ensureEnum(MarkerOutlineMode_$type, v);
178
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.yf));
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.x3;
188
+ return this.i.ye;
189
189
  },
190
190
  set: function (v) {
191
- this.i.x3 = ensureEnum(MarkerFillMode_$type, v);
192
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.x3));
191
+ this.i.ye = ensureEnum(MarkerFillMode_$type, v);
192
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ye));
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.yr;
202
+ return this.i.y2;
203
203
  },
204
204
  set: function (v) {
205
- this.i.yr = v;
205
+ this.i.y2 = 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.y8);
215
+ return brushToString(this.i.zj);
216
216
  },
217
217
  set: function (v) {
218
- this.i.y8 = stringToBrush(v);
219
- this._a("markerBrush", brushToString(this.i.y8));
218
+ this.i.zj = stringToBrush(v);
219
+ this._a("markerBrush", brushToString(this.i.zj));
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.y9);
229
+ return brushToString(this.i.zk);
230
230
  },
231
231
  set: function (v) {
232
- this.i.y9 = stringToBrush(v);
233
- this._a("markerOutline", brushToString(this.i.y9));
232
+ this.i.zk = stringToBrush(v);
233
+ this._a("markerOutline", brushToString(this.i.zk));
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.x8;
243
+ return this.i.yj;
244
244
  },
245
245
  set: function (v) {
246
- this.i.x8 = +v;
247
- this._a("markerThickness", this.i.x8);
246
+ this.i.yj = +v;
247
+ this._a("markerThickness", this.i.yj);
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.x2;
257
+ return this.i.yd;
258
258
  },
259
259
  set: function (v) {
260
- this.i.x2 = ensureEnum(CollisionAvoidanceType_$type, v);
261
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x2));
260
+ this.i.yd = ensureEnum(CollisionAvoidanceType_$type, v);
261
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yd));
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.yq;
271
+ return this.i.y1;
272
272
  },
273
273
  set: function (v) {
274
- this.i.yq = v;
274
+ this.i.y1 = 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.y6);
284
+ return brushToString(this.i.zh);
285
285
  },
286
286
  set: function (v) {
287
- this.i.y6 = stringToBrush(v);
288
- this._a("actualMarkerBrush", brushToString(this.i.y6));
287
+ this.i.zh = stringToBrush(v);
288
+ this._a("actualMarkerBrush", brushToString(this.i.zh));
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.y7);
298
+ return brushToString(this.i.zi);
299
299
  },
300
300
  set: function (v) {
301
- this.i.y7 = stringToBrush(v);
302
- this._a("actualMarkerOutline", brushToString(this.i.y7));
301
+ this.i.zi = stringToBrush(v);
302
+ this._a("actualMarkerOutline", brushToString(this.i.zi));
303
303
  },
304
304
  enumerable: false,
305
305
  configurable: true
@@ -83,7 +83,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
83
83
  * Gets whether the series has only marker as visuals
84
84
  */
85
85
  get: function () {
86
- return this.i.eh;
86
+ return this.i.ei;
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -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.yi;
96
+ return this.i.yk;
97
97
  },
98
98
  set: function (v) {
99
- this.i.yi = v;
99
+ this.i.yk = 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.yk;
109
+ return this.i.ym;
110
110
  },
111
111
  set: function (v) {
112
- this.i.yk = v;
112
+ this.i.ym = 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.x4;
122
+ return this.i.x6;
123
123
  },
124
124
  set: function (v) {
125
- this.i.x4 = ensureEnum(CollisionAvoidanceType_$type, v);
126
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x4));
125
+ this.i.x6 = ensureEnum(CollisionAvoidanceType_$type, v);
126
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x6));
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.yb;
136
+ return this.i.yd;
137
137
  },
138
138
  set: function (v) {
139
- this.i.yb = ensureBool(v);
140
- this._a("isCustomScatterStyleAllowed", this.i.yb);
139
+ this.i.yd = ensureBool(v);
140
+ this._a("isCustomScatterStyleAllowed", this.i.yd);
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.ya;
150
+ return this.i.yc;
151
151
  },
152
152
  set: function (v) {
153
- this.i.ya = ensureBool(v);
154
- this._a("isCustomScatterMarkerStyleAllowed", this.i.ya);
153
+ this.i.yc = ensureBool(v);
154
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yc);
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.x5;
164
+ return this.i.x7;
165
165
  },
166
166
  set: function (v) {
167
- this.i.x5 = ensureEnum(ScatterItemSearchMode_$type, v);
168
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x5));
167
+ this.i.x7 = ensureEnum(ScatterItemSearchMode_$type, v);
168
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x7));
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.yd;
178
+ return this.i.yf;
179
179
  },
180
180
  set: function (v) {
181
- this.i.yd = +v;
182
- this._a("itemSearchThreshold", this.i.yd);
181
+ this.i.yf = +v;
182
+ this._a("itemSearchThreshold", this.i.yf);
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -77,7 +77,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
77
77
  * Gets whether the current series shows a tile imagery.
78
78
  */
79
79
  get: function () {
80
- return this.i.f2;
80
+ return this.i.f3;
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
@@ -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.x4;
90
+ var r = this.i.yf;
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.x4 = null : this.i.x4 = v.i;
97
+ v == null ? this.i.yf = null : this.i.yf = 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.x8();
117
+ this.i.yj();
118
118
  };
119
119
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
120
120
  /**