igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.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 (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1477 -1477
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. package/package.json +3 -3
@@ -140,10 +140,10 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
140
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.
141
141
  */
142
142
  get: function () {
143
- return this.i.yl;
143
+ return this.i.yk;
144
144
  },
145
145
  set: function (v) {
146
- this.i.yl = v;
146
+ this.i.yk = v;
147
147
  },
148
148
  enumerable: false,
149
149
  configurable: true
@@ -153,11 +153,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
153
153
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
154
154
  */
155
155
  get: function () {
156
- return this.i.x6;
156
+ return this.i.x5;
157
157
  },
158
158
  set: function (v) {
159
- this.i.x6 = ensureBool(v);
160
- this._a("isCustomShapeStyleAllowed", this.i.x6);
159
+ this.i.x5 = ensureBool(v);
160
+ this._a("isCustomShapeStyleAllowed", this.i.x5);
161
161
  },
162
162
  enumerable: false,
163
163
  configurable: true
@@ -167,11 +167,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
167
167
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
168
168
  */
169
169
  get: function () {
170
- return this.i.x5;
170
+ return this.i.x4;
171
171
  },
172
172
  set: function (v) {
173
- this.i.x5 = ensureBool(v);
174
- this._a("isCustomShapeMarkerStyleAllowed", this.i.x5);
173
+ this.i.x4 = ensureBool(v);
174
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
175
175
  },
176
176
  enumerable: false,
177
177
  configurable: true
@@ -181,11 +181,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
181
181
  * Gets or sets the mode the series will use to find the closest point to the cursor.
182
182
  */
183
183
  get: function () {
184
- return this.i.xx;
184
+ return this.i.xw;
185
185
  },
186
186
  set: function (v) {
187
- this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
188
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xx));
187
+ this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
188
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
189
189
  },
190
190
  enumerable: false,
191
191
  configurable: true
@@ -195,11 +195,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
195
195
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
196
196
  */
197
197
  get: function () {
198
- return this.i.x9;
198
+ return this.i.x8;
199
199
  },
200
200
  set: function (v) {
201
- this.i.x9 = +v;
202
- this._a("itemSearchThreshold", this.i.x9);
201
+ this.i.x8 = +v;
202
+ this._a("itemSearchThreshold", this.i.x8);
203
203
  },
204
204
  enumerable: false,
205
205
  configurable: true
@@ -209,10 +209,10 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
209
209
  * Gets or sets the fill mapping property for the current series object.
210
210
  */
211
211
  get: function () {
212
- return this.i.ya;
212
+ return this.i.x9;
213
213
  },
214
214
  set: function (v) {
215
- this.i.ya = v;
215
+ this.i.x9 = v;
216
216
  },
217
217
  enumerable: false,
218
218
  configurable: true
@@ -222,7 +222,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
222
222
  * Gets or sets the brush scale for the fill brush of markers.
223
223
  */
224
224
  get: function () {
225
- var r = this.i.xw;
225
+ var r = this.i.xv;
226
226
  if (r == null) {
227
227
  return null;
228
228
  }
@@ -238,7 +238,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
238
238
  set: function (v) {
239
239
  if (v != null && this._stylingContainer && v._styling)
240
240
  v._styling(this._stylingContainer, this, this);
241
- v == null ? this.i.xw = null : this.i.xw = v.i;
241
+ v == null ? this.i.xv = null : this.i.xv = v.i;
242
242
  },
243
243
  enumerable: false,
244
244
  configurable: true
@@ -249,11 +249,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
249
249
  * This setting applies only if multiple series are using the same FillScale.
250
250
  */
251
251
  get: function () {
252
- return this.i.x4;
252
+ return this.i.x3;
253
253
  },
254
254
  set: function (v) {
255
- this.i.x4 = ensureBool(v);
256
- this._a("fillScaleUseGlobalValues", this.i.x4);
255
+ this.i.x3 = ensureBool(v);
256
+ this._a("fillScaleUseGlobalValues", this.i.x3);
257
257
  },
258
258
  enumerable: false,
259
259
  configurable: true
@@ -263,11 +263,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
263
263
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
264
264
  */
265
265
  get: function () {
266
- return this.i.x8;
266
+ return this.i.x7;
267
267
  },
268
268
  set: function (v) {
269
- this.i.x8 = +v;
270
- this._a("itemSearchPointsThreshold", this.i.x8);
269
+ this.i.x7 = +v;
270
+ this._a("itemSearchPointsThreshold", this.i.x7);
271
271
  },
272
272
  enumerable: false,
273
273
  configurable: true
@@ -277,7 +277,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
277
277
  * Set a shapefile datasource to use with the series.
278
278
  */
279
279
  get: function () {
280
- var r = this.i.x0;
280
+ var r = this.i.xz;
281
281
  if (r == null) {
282
282
  return null;
283
283
  }
@@ -296,7 +296,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
296
296
  return r.externalObject;
297
297
  },
298
298
  set: function (v) {
299
- v == null ? this.i.x0 = null : this.i.x0 = v.i;
299
+ v == null ? this.i.xz = null : this.i.xz = v.i;
300
300
  },
301
301
  enumerable: false,
302
302
  configurable: true
@@ -307,11 +307,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
307
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.
308
308
  */
309
309
  get: function () {
310
- return this.i.x7;
310
+ return this.i.x6;
311
311
  },
312
312
  set: function (v) {
313
- this.i.x7 = +v;
314
- this._a("shapeFilterResolution", this.i.x7);
313
+ this.i.x6 = +v;
314
+ this._a("shapeFilterResolution", this.i.x6);
315
315
  },
316
316
  enumerable: false,
317
317
  configurable: true
@@ -82,7 +82,7 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
82
82
  * Gets whether the current series shows a polygon shape.
83
83
  */
84
84
  get: function () {
85
- return this.i.fu;
85
+ return this.i.ft;
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -92,11 +92,11 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
92
92
  * Gets or sets the fill brush.
93
93
  */
94
94
  get: function () {
95
- return this.i.aaa ? this.i.aaa.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.aaa.fill = v;
99
+ this.i.z9.fill = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,11 +106,11 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
106
106
  * Gets or sets the stroke brush.
107
107
  */
108
108
  get: function () {
109
- return this.i.aaa ? this.i.aaa.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.aaa.stroke = v;
113
+ this.i.z9.stroke = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,12 +120,12 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
120
120
  * Gets or sets the stroke thickness.
121
121
  */
122
122
  get: function () {
123
- return this.i.aaa ? this.i.aaa.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.aaa.strokeThickness = +v;
128
- this._a("shapeStrokeThickness", this.i.aaa.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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
135
135
  * Gets or sets the opacity.
136
136
  */
137
137
  get: function () {
138
- return this.i.aaa ? this.i.aaa.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.aaa.opacity = +v;
143
- this._a("shapeOpacity", this.i.aaa.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.aaa) {
149
+ if (this.i.z9) {
150
150
  return;
151
151
  }
152
- this.i.aaa = new Style();
152
+ this.i.z9 = new Style();
153
153
  };
154
154
  Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
155
155
  /**
@@ -157,11 +157,11 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
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.y4;
160
+ return this.i.y3;
161
161
  },
162
162
  set: function (v) {
163
- this.i.y4 = ensureEnum(MarkerType_$type, v);
164
- this._a("markerType", enumToString(MarkerType_$type, this.i.y4));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
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.y3;
174
+ return this.i.y2;
175
175
  },
176
176
  set: function (v) {
177
- this.i.y3 = ensureEnum(MarkerOutlineMode_$type, v);
178
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y3));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
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.y2;
188
+ return this.i.y1;
189
189
  },
190
190
  set: function (v) {
191
- this.i.y2 = ensureEnum(MarkerFillMode_$type, v);
192
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y2));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
199
199
  * Gets or sets the MarkerTemplate for the current series object.
200
200
  */
201
201
  get: function () {
202
- return this.i.zq;
202
+ return this.i.zp;
203
203
  },
204
204
  set: function (v) {
205
- this.i.zq = v;
205
+ this.i.zp = v;
206
206
  },
207
207
  enumerable: false,
208
208
  configurable: true
@@ -212,11 +212,11 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
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.z7);
215
+ return brushToString(this.i.z6);
216
216
  },
217
217
  set: function (v) {
218
- this.i.z7 = stringToBrush(v);
219
- this._a("markerBrush", brushToString(this.i.z7));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
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.z8);
229
+ return brushToString(this.i.z7);
230
230
  },
231
231
  set: function (v) {
232
- this.i.z8 = stringToBrush(v);
233
- this._a("markerOutline", brushToString(this.i.z8));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
240
240
  * Gets or sets thickness of the marker outline
241
241
  */
242
242
  get: function () {
243
- return this.i.y7;
243
+ return this.i.y6;
244
244
  },
245
245
  set: function (v) {
246
- this.i.y7 = +v;
247
- this._a("markerThickness", this.i.y7);
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
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.y1;
257
+ return this.i.y0;
258
258
  },
259
259
  set: function (v) {
260
- this.i.y1 = ensureEnum(CollisionAvoidanceType_$type, v);
261
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y1));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
268
268
  * Gets the effective marker template for the current series object.
269
269
  */
270
270
  get: function () {
271
- return this.i.zp;
271
+ return this.i.zo;
272
272
  },
273
273
  set: function (v) {
274
- this.i.zp = v;
274
+ this.i.zo = v;
275
275
  },
276
276
  enumerable: false,
277
277
  configurable: true
@@ -281,11 +281,11 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
281
281
  * Gets the effective marker brush for the current series object.
282
282
  */
283
283
  get: function () {
284
- return brushToString(this.i.z5);
284
+ return brushToString(this.i.z4);
285
285
  },
286
286
  set: function (v) {
287
- this.i.z5 = stringToBrush(v);
288
- this._a("actualMarkerBrush", brushToString(this.i.z5));
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 @@ export var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (func
295
295
  * Gets the effective marker outline for the current series object.
296
296
  */
297
297
  get: function () {
298
- return brushToString(this.i.z6);
298
+ return brushToString(this.i.z5);
299
299
  },
300
300
  set: function (v) {
301
- this.i.z6 = stringToBrush(v);
302
- this._a("actualMarkerOutline", brushToString(this.i.z6));
301
+ this.i.z5 = stringToBrush(v);
302
+ this._a("actualMarkerOutline", brushToString(this.i.z5));
303
303
  },
304
304
  enumerable: false,
305
305
  configurable: true
@@ -93,10 +93,10 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.y8;
96
+ return this.i.y7;
97
97
  },
98
98
  set: function (v) {
99
- this.i.y8 = v;
99
+ this.i.y7 = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.za;
109
+ return this.i.y9;
110
110
  },
111
111
  set: function (v) {
112
- this.i.za = v;
112
+ this.i.y9 = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,11 +119,11 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.yu;
122
+ return this.i.yt;
123
123
  },
124
124
  set: function (v) {
125
- this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
126
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yu));
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 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.y1;
136
+ return this.i.y0;
137
137
  },
138
138
  set: function (v) {
139
- this.i.y1 = ensureBool(v);
140
- this._a("isCustomScatterStyleAllowed", this.i.y1);
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 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.y0;
150
+ return this.i.yz;
151
151
  },
152
152
  set: function (v) {
153
- this.i.y0 = ensureBool(v);
154
- this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
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 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.yv;
164
+ return this.i.yu;
165
165
  },
166
166
  set: function (v) {
167
- this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
168
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
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 @@ export var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (fun
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.y3;
178
+ return this.i.y2;
179
179
  },
180
180
  set: function (v) {
181
- this.i.y3 = +v;
182
- this._a("itemSearchThreshold", this.i.y3);
181
+ this.i.y2 = +v;
182
+ this._a("itemSearchThreshold", this.i.y2);
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -77,7 +77,7 @@ export var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (funct
77
77
  * Gets whether the current series shows a tile imagery.
78
78
  */
79
79
  get: function () {
80
- return this.i.f7;
80
+ return this.i.f6;
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
@@ -87,14 +87,14 @@ export var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (funct
87
87
  * The MapImagery which is used to provide the tiles for display.
88
88
  */
89
89
  get: function () {
90
- var r = this.i.y3;
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.y3 = null : this.i.y3 = 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 @@ export var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (funct
114
114
 
115
115
  */
116
116
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
117
- this.i.y7();
117
+ this.i.y6();
118
118
  };
119
119
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
120
120
  /**
@@ -62,10 +62,10 @@ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE
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.xy;
65
+ return this.i.xx;
66
66
  },
67
67
  set: function (v) {
68
- this.i.xy = v;
68
+ this.i.xx = v;
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
@@ -75,10 +75,10 @@ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE
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.xw;
78
+ return this.i.xv;
79
79
  },
80
80
  set: function (v) {
81
- this.i.xw = v;
81
+ this.i.xv = v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -89,10 +89,10 @@ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE
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.xv;
92
+ return this.i.xu;
93
93
  },
94
94
  set: function (v) {
95
- this.i.xv = v;
95
+ this.i.xu = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,10 +102,10 @@ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE
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.x1;
105
+ return this.i.x0;
106
106
  },
107
107
  set: function (v) {
108
- this.i.x1 = v;
108
+ this.i.x0 = v;
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
@@ -115,10 +115,10 @@ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE
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.x3;
118
+ return this.i.x2;
119
119
  },
120
120
  set: function (v) {
121
- this.i.x3 = v;
121
+ this.i.x2 = v;
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,10 +128,10 @@ export var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE
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.x5;
131
+ return this.i.x4;
132
132
  },
133
133
  set: function (v) {
134
- this.i.x5 = v;
134
+ this.i.x4 = v;
135
135
  },
136
136
  enumerable: false,
137
137
  configurable: true
@@ -72,7 +72,7 @@ export var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_supe
72
72
  * Gets whether the current series shows a tile imagery.
73
73
  */
74
74
  get: function () {
75
- return this.i.f7;
75
+ return this.i.f6;
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,14 +82,14 @@ export var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_supe
82
82
  * The MapImagery which is used to provide the tiles for display.
83
83
  */
84
84
  get: function () {
85
- var r = this.i.aax;
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.aax = null : this.i.aax = v.i;
92
+ v == null ? this.i.aaw = null : this.i.aaw = v.i;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true