igniteui-webcomponents-maps 3.2.2 → 3.2.4

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 (74) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1531 -1519
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-component.js +60 -60
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  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 +51 -51
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +4 -4
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  43. package/esm5/lib/igc-geographic-map-component.js +60 -60
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  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 +51 -51
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  50. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  52. package/esm5/lib/igc-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-webcomponents-maps.js +1546 -1534
  56. package/fesm5/igniteui-webcomponents-maps.js +1532 -1520
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +105 -105
  74. package/package.json +3 -3
@@ -65,7 +65,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
65
65
  * Gets whether the current series shows a line contour shape.
66
66
  */
67
67
  get: function () {
68
- return this.i.d0;
68
+ return this.i.d1;
69
69
  },
70
70
  enumerable: true,
71
71
  configurable: true
@@ -75,10 +75,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
75
75
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
76
76
  */
77
77
  get: function () {
78
- return this.i.q5;
78
+ return this.i.q9;
79
79
  },
80
80
  set: function (v) {
81
- this.i.q5 = v;
81
+ this.i.q9 = v;
82
82
  },
83
83
  enumerable: true,
84
84
  configurable: true
@@ -88,22 +88,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
88
88
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
89
89
  */
90
90
  get: function () {
91
- if (this.i.q1 == null) {
91
+ if (this.i.q5 == null) {
92
92
  return null;
93
93
  }
94
- if (!this.i.q1.externalObject) {
95
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
94
+ if (!this.i.q5.externalObject) {
95
+ var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q5);
96
96
  if (e) {
97
- e._implementation = this.i.q1;
97
+ e._implementation = this.i.q5;
98
98
  }
99
- this.i.q1.externalObject = e;
99
+ this.i.q5.externalObject = e;
100
100
  }
101
- return this.i.q1.externalObject;
101
+ return this.i.q5.externalObject;
102
102
  },
103
103
  set: function (v) {
104
104
  if (v != null && this._stylingContainer && v._styling)
105
105
  v._styling(this._stylingContainer, this, this);
106
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
106
+ v == null ? this.i.q5 = null : this.i.q5 = v.i;
107
107
  },
108
108
  enumerable: true,
109
109
  configurable: true
@@ -113,22 +113,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
113
113
  * Gets actual fill scale that is set on the FillScale property or default FillScale
114
114
  */
115
115
  get: function () {
116
- if (this.i.q0 == null) {
116
+ if (this.i.q4 == null) {
117
117
  return null;
118
118
  }
119
- if (!this.i.q0.externalObject) {
120
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
119
+ if (!this.i.q4.externalObject) {
120
+ var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q4);
121
121
  if (e) {
122
- e._implementation = this.i.q0;
122
+ e._implementation = this.i.q4;
123
123
  }
124
- this.i.q0.externalObject = e;
124
+ this.i.q4.externalObject = e;
125
125
  }
126
- return this.i.q0.externalObject;
126
+ return this.i.q4.externalObject;
127
127
  },
128
128
  set: function (v) {
129
129
  if (v != null && this._stylingContainer && v._styling)
130
130
  v._styling(this._stylingContainer, this, this);
131
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
131
+ v == null ? this.i.q4 = null : this.i.q4 = v.i;
132
132
  },
133
133
  enumerable: true,
134
134
  configurable: true
@@ -138,22 +138,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
138
138
  * The ContourValueResolver used to determine the numeric values of contours.
139
139
  */
140
140
  get: function () {
141
- if (this.i.qx == null) {
141
+ if (this.i.q1 == null) {
142
142
  return null;
143
143
  }
144
- if (!this.i.qx.externalObject) {
145
- var e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
144
+ if (!this.i.q1.externalObject) {
145
+ var e = IgcContourValueResolverComponent._createFromInternal(this.i.q1);
146
146
  if (e) {
147
- e._implementation = this.i.qx;
147
+ e._implementation = this.i.q1;
148
148
  }
149
- this.i.qx.externalObject = e;
149
+ this.i.q1.externalObject = e;
150
150
  }
151
- return this.i.qx.externalObject;
151
+ return this.i.q1.externalObject;
152
152
  },
153
153
  set: function (v) {
154
154
  if (v != null && this._stylingContainer && v._styling)
155
155
  v._styling(this._stylingContainer, this, this);
156
- v == null ? this.i.qx = null : this.i.qx = v.i;
156
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
157
157
  },
158
158
  enumerable: true,
159
159
  configurable: true
@@ -64,7 +64,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
64
64
  * Gets whether the current series shows pixels.
65
65
  */
66
66
  get: function () {
67
- return this.i.d5;
67
+ return this.i.d6;
68
68
  },
69
69
  enumerable: true,
70
70
  configurable: true
@@ -74,10 +74,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
74
74
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
75
75
  */
76
76
  get: function () {
77
- return this.i.qt;
77
+ return this.i.qx;
78
78
  },
79
79
  set: function (v) {
80
- this.i.qt = v;
80
+ this.i.qx = v;
81
81
  },
82
82
  enumerable: true,
83
83
  configurable: true
@@ -87,10 +87,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
87
87
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
88
  */
89
89
  get: function () {
90
- return this.i.qv;
90
+ return this.i.qz;
91
91
  },
92
92
  set: function (v) {
93
- this.i.qv = v;
93
+ this.i.qz = v;
94
94
  },
95
95
  enumerable: true,
96
96
  configurable: true
@@ -100,11 +100,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
100
100
  * Gets or sets the whether to use use brute force mode.
101
101
  */
102
102
  get: function () {
103
- return this.i.qi;
103
+ return this.i.qm;
104
104
  },
105
105
  set: function (v) {
106
- this.i.qi = ensureBool(v);
107
- this._a("useBruteForce", this.i.qi);
106
+ this.i.qm = ensureBool(v);
107
+ this._a("useBruteForce", this.i.qm);
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -114,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
114
114
  * Gets or sets the whether to progressively load the data into the chart.
115
115
  */
116
116
  get: function () {
117
- return this.i.qh;
117
+ return this.i.ql;
118
118
  },
119
119
  set: function (v) {
120
- this.i.qh = ensureBool(v);
121
- this._a("progressiveLoad", this.i.qh);
120
+ this.i.ql = ensureBool(v);
121
+ this._a("progressiveLoad", this.i.ql);
122
122
  },
123
123
  enumerable: true,
124
124
  configurable: true
@@ -128,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
128
128
  * Gets or sets the whether the chart reacts to mouse move events.
129
129
  */
130
130
  get: function () {
131
- return this.i.qg;
131
+ return this.i.qk;
132
132
  },
133
133
  set: function (v) {
134
- this.i.qg = ensureBool(v);
135
- this._a("mouseOverEnabled", this.i.qg);
134
+ this.i.qk = ensureBool(v);
135
+ this._a("mouseOverEnabled", this.i.qk);
136
136
  },
137
137
  enumerable: true,
138
138
  configurable: true
@@ -142,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
142
142
  * Gets or sets the density value that maps to the minimum heat color.
143
143
  */
144
144
  get: function () {
145
- return this.i.qk;
145
+ return this.i.qo;
146
146
  },
147
147
  set: function (v) {
148
- this.i.qk = +v;
149
- this._a("heatMinimum", this.i.qk);
148
+ this.i.qo = +v;
149
+ this._a("heatMinimum", this.i.qo);
150
150
  },
151
151
  enumerable: true,
152
152
  configurable: true
@@ -156,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
156
156
  * Gets or sets the value that maps to the maximum heat color.
157
157
  */
158
158
  get: function () {
159
- return this.i.qj;
159
+ return this.i.qn;
160
160
  },
161
161
  set: function (v) {
162
- this.i.qj = +v;
163
- this._a("heatMaximum", this.i.qj);
162
+ this.i.qn = +v;
163
+ this._a("heatMaximum", this.i.qn);
164
164
  },
165
165
  enumerable: true,
166
166
  configurable: true
@@ -170,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
170
170
  * Gets or sets the color to use for the minimum end of the scale.
171
171
  */
172
172
  get: function () {
173
- return colorToString(this.i.re);
173
+ return colorToString(this.i.ri);
174
174
  },
175
175
  set: function (v) {
176
- this.i.re = stringToColor(v);
177
- this._a("heatMinimumColor", colorToString(this.i.re));
176
+ this.i.ri = stringToColor(v);
177
+ this._a("heatMinimumColor", colorToString(this.i.ri));
178
178
  },
179
179
  enumerable: true,
180
180
  configurable: true
@@ -184,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
184
184
  * Gets or sets the color to use for the maximum end of the scale.
185
185
  */
186
186
  get: function () {
187
- return colorToString(this.i.rd);
187
+ return colorToString(this.i.rh);
188
188
  },
189
189
  set: function (v) {
190
- this.i.rd = stringToColor(v);
191
- this._a("heatMaximumColor", colorToString(this.i.rd));
190
+ this.i.rh = stringToColor(v);
191
+ this._a("heatMaximumColor", colorToString(this.i.rh));
192
192
  },
193
193
  enumerable: true,
194
194
  configurable: true
@@ -198,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
198
198
  * Gets or sets the the pixel extent of the square data points that are rendered.
199
199
  */
200
200
  get: function () {
201
- return this.i.qn;
201
+ return this.i.qr;
202
202
  },
203
203
  set: function (v) {
204
- this.i.qn = +v;
205
- this._a("pointExtent", this.i.qn);
204
+ this.i.qr = +v;
205
+ this._a("pointExtent", this.i.qr);
206
206
  },
207
207
  enumerable: true,
208
208
  configurable: true
@@ -212,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
212
212
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
213
213
  */
214
214
  get: function () {
215
- return this.i.qo;
215
+ return this.i.qs;
216
216
  },
217
217
  set: function (v) {
218
- this.i.qo = +v;
219
- this._a("progressiveStatus", this.i.qo);
218
+ this.i.qs = +v;
219
+ this._a("progressiveStatus", this.i.qs);
220
220
  },
221
221
  enumerable: true,
222
222
  configurable: true
@@ -388,11 +388,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
388
388
  * Gets or sets zoomability of the current control
389
389
  */
390
390
  get: function () {
391
- return this.i.tk;
391
+ return this.i.ue;
392
392
  },
393
393
  set: function (v) {
394
- this.i.tk = ensureBool(v);
395
- this._a("zoomable", this.i.tk);
394
+ this.i.ue = ensureBool(v);
395
+ this._a("zoomable", this.i.ue);
396
396
  },
397
397
  enumerable: true,
398
398
  configurable: true
@@ -402,11 +402,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  * Gets or sets the behavior to use during resize.
403
403
  */
404
404
  get: function () {
405
- return this.i.td;
405
+ return this.i.t7;
406
406
  },
407
407
  set: function (v) {
408
- this.i.td = ensureEnum(MapResizeBehavior_$type, v);
409
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.td));
408
+ this.i.t7 = ensureEnum(MapResizeBehavior_$type, v);
409
+ this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.t7));
410
410
  },
411
411
  enumerable: true,
412
412
  configurable: true
@@ -416,11 +416,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  * Gets or sets if the map should horizontally wrap.
417
417
  */
418
418
  get: function () {
419
- return this.i.th;
419
+ return this.i.ub;
420
420
  },
421
421
  set: function (v) {
422
- this.i.th = ensureBool(v);
423
- this._a("isHorizontalWrappingEnabled", this.i.th);
422
+ this.i.ub = ensureBool(v);
423
+ this._a("isHorizontalWrappingEnabled", this.i.ub);
424
424
  },
425
425
  enumerable: true,
426
426
  configurable: true
@@ -430,11 +430,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
430
430
  * Gets or sets if the map should horizontally wrap.
431
431
  */
432
432
  get: function () {
433
- return this.i.s9;
433
+ return this.i.t3;
434
434
  },
435
435
  set: function (v) {
436
- this.i.s9 = ensureEnum(MapBackgroundTilingMode_$type, v);
437
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.s9));
436
+ this.i.t3 = ensureEnum(MapBackgroundTilingMode_$type, v);
437
+ this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.t3));
438
438
  },
439
439
  enumerable: true,
440
440
  configurable: true
@@ -444,11 +444,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
444
444
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
445
445
  */
446
446
  get: function () {
447
- return this.i.tj;
447
+ return this.i.ud;
448
448
  },
449
449
  set: function (v) {
450
- this.i.tj = ensureBool(v);
451
- this._a("useWorldRectForZoomBounds", this.i.tj);
450
+ this.i.ud = ensureBool(v);
451
+ this._a("useWorldRectForZoomBounds", this.i.ud);
452
452
  },
453
453
  enumerable: true,
454
454
  configurable: true
@@ -458,11 +458,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
458
458
  * Gets or sets whether skip resetting the zoom when the world rect changes.
459
459
  */
460
460
  get: function () {
461
- return this.i.ti;
461
+ return this.i.uc;
462
462
  },
463
463
  set: function (v) {
464
- this.i.ti = ensureBool(v);
465
- this._a("suppressZoomResetOnWorldRectChange", this.i.ti);
464
+ this.i.uc = ensureBool(v);
465
+ this._a("suppressZoomResetOnWorldRectChange", this.i.uc);
466
466
  },
467
467
  enumerable: true,
468
468
  configurable: true
@@ -472,11 +472,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
472
472
  * Gets or sets the world bounding rectangle.
473
473
  */
474
474
  get: function () {
475
- return fromRect(this.i.vf);
475
+ return fromRect(this.i.v9);
476
476
  },
477
477
  set: function (v) {
478
- this.i.vf = toRect(v);
479
- this._a("worldRect", rectToString(this.i.vf));
478
+ this.i.v9 = toRect(v);
479
+ this._a("worldRect", rectToString(this.i.v9));
480
480
  },
481
481
  enumerable: true,
482
482
  configurable: true
@@ -486,11 +486,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
486
486
  * Gets the actual value of the WorldRect.
487
487
  */
488
488
  get: function () {
489
- return fromRect(this.i.u3);
489
+ return fromRect(this.i.vx);
490
490
  },
491
491
  set: function (v) {
492
- this.i.u3 = toRect(v);
493
- this._a("actualWorldRect", rectToString(this.i.u3));
492
+ this.i.vx = toRect(v);
493
+ this._a("actualWorldRect", rectToString(this.i.vx));
494
494
  },
495
495
  enumerable: true,
496
496
  configurable: true
@@ -501,22 +501,22 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
501
501
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
502
502
  */
503
503
  get: function () {
504
- if (this.i.s2 == null) {
504
+ if (this.i.tw == null) {
505
505
  return null;
506
506
  }
507
- if (!this.i.s2.externalObject) {
508
- var e = IgcNumericXAxisComponent._createFromInternal(this.i.s2);
507
+ if (!this.i.tw.externalObject) {
508
+ var e = IgcNumericXAxisComponent._createFromInternal(this.i.tw);
509
509
  if (e) {
510
- e._implementation = this.i.s2;
510
+ e._implementation = this.i.tw;
511
511
  }
512
- this.i.s2.externalObject = e;
512
+ this.i.tw.externalObject = e;
513
513
  }
514
- return this.i.s2.externalObject;
514
+ return this.i.tw.externalObject;
515
515
  },
516
516
  set: function (v) {
517
517
  if (v != null && this._stylingContainer && v._styling)
518
518
  v._styling(this._stylingContainer, this, this);
519
- v == null ? this.i.s2 = null : this.i.s2 = v.i;
519
+ v == null ? this.i.tw = null : this.i.tw = v.i;
520
520
  },
521
521
  enumerable: true,
522
522
  configurable: true
@@ -527,22 +527,22 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
527
527
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
528
528
  */
529
529
  get: function () {
530
- if (this.i.s4 == null) {
530
+ if (this.i.ty == null) {
531
531
  return null;
532
532
  }
533
- if (!this.i.s4.externalObject) {
534
- var e = IgcNumericYAxisComponent._createFromInternal(this.i.s4);
533
+ if (!this.i.ty.externalObject) {
534
+ var e = IgcNumericYAxisComponent._createFromInternal(this.i.ty);
535
535
  if (e) {
536
- e._implementation = this.i.s4;
536
+ e._implementation = this.i.ty;
537
537
  }
538
- this.i.s4.externalObject = e;
538
+ this.i.ty.externalObject = e;
539
539
  }
540
- return this.i.s4.externalObject;
540
+ return this.i.ty.externalObject;
541
541
  },
542
542
  set: function (v) {
543
543
  if (v != null && this._stylingContainer && v._styling)
544
544
  v._styling(this._stylingContainer, this, this);
545
- v == null ? this.i.s4 = null : this.i.s4 = v.i;
545
+ v == null ? this.i.ty = null : this.i.ty = v.i;
546
546
  },
547
547
  enumerable: true,
548
548
  configurable: true
@@ -552,7 +552,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
552
552
  * Indicates if this SeriesViewer is a map.
553
553
  */
554
554
  get: function () {
555
- return this.i.ef;
555
+ return this.i.ej;
556
556
  },
557
557
  enumerable: true,
558
558
  configurable: true
@@ -563,11 +563,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
563
563
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
564
564
  */
565
565
  get: function () {
566
- return this.i.tp;
566
+ return this.i.uj;
567
567
  },
568
568
  set: function (v) {
569
- this.i.tp = +v;
570
- this._a("windowScale", this.i.tp);
569
+ this.i.uj = +v;
570
+ this._a("windowScale", this.i.uj);
571
571
  },
572
572
  enumerable: true,
573
573
  configurable: true
@@ -578,11 +578,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
578
578
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
579
579
  */
580
580
  get: function () {
581
- return this.i.to;
581
+ return this.i.ui;
582
582
  },
583
583
  set: function (v) {
584
- this.i.to = +v;
585
- this._a("actualWindowScale", this.i.to);
584
+ this.i.ui = +v;
585
+ this._a("actualWindowScale", this.i.ui);
586
586
  },
587
587
  enumerable: true,
588
588
  configurable: true
@@ -592,7 +592,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
592
592
  * Gets whether or not the control is ready for zooming
593
593
  */
594
594
  get: function () {
595
- return this.i.tl;
595
+ return this.i.uf;
596
596
  },
597
597
  enumerable: true,
598
598
  configurable: true
@@ -623,7 +623,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
623
623
 
624
624
  */
625
625
  IgcGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
626
- var iv = this.i.u7();
626
+ var iv = this.i.v1();
627
627
  return fromRect(iv);
628
628
  };
629
629
  /**
@@ -640,14 +640,14 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
640
640
 
641
641
  */
642
642
  IgcGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
643
- this.i.uj(toRect(zoomWindow));
643
+ this.i.vd(toRect(zoomWindow));
644
644
  };
645
645
  /**
646
646
  * Updates world rect in geographic coordinates
647
647
 
648
648
  */
649
649
  IgcGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
650
- this.i.ui(toRect(worldRect));
650
+ this.i.vc(toRect(worldRect));
651
651
  };
652
652
  /**
653
653
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -659,7 +659,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
659
659
  return fromRect(iv);
660
660
  };
661
661
  IgcGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
662
- var iv = this.i.u4(toRect(geographic), extraPixelPadding);
662
+ var iv = this.i.vy(toRect(geographic), extraPixelPadding);
663
663
  return fromRect(iv);
664
664
  };
665
665
  IgcGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -672,7 +672,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
672
672
  * @param windowRect * The zoom area.
673
673
  */
674
674
  IgcGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
675
- var iv = this.i.u9(toRect(windowRect));
675
+ var iv = this.i.v3(toRect(windowRect));
676
676
  return fromRect(iv);
677
677
  };
678
678
  /**
@@ -681,7 +681,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
681
681
  * @param pixelCoordinate * A pixel-based coordinate
682
682
  */
683
683
  IgcGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
684
- var iv = this.i.uv(toPoint(pixelCoordinate));
684
+ var iv = this.i.vp(toPoint(pixelCoordinate));
685
685
  return fromPoint(iv);
686
686
  };
687
687
  /**
@@ -690,7 +690,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
690
690
  * @param geographicCoordinate * A geographic coordinate
691
691
  */
692
692
  IgcGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
693
- var iv = this.i.uw(toPoint(geographicCoordinate));
693
+ var iv = this.i.vq(toPoint(geographicCoordinate));
694
694
  return fromPoint(iv);
695
695
  };
696
696
  /**
@@ -699,7 +699,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
699
699
  * @param geographicCoordinate * A geographic coordinate
700
700
  */
701
701
  IgcGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
702
- var iv = this.i.ux(toPoint(geographicCoordinate));
702
+ var iv = this.i.vr(toPoint(geographicCoordinate));
703
703
  return fromPoint(iv);
704
704
  };
705
705
  /**
@@ -707,21 +707,21 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
707
707
 
708
708
  */
709
709
  IgcGeographicMapComponent.prototype.clearTileCache = function () {
710
- this.i.t6();
710
+ this.i.u0();
711
711
  };
712
712
  /**
713
713
  * Notifies the chart that the CSS styles in effect have been updated.
714
714
 
715
715
  */
716
716
  IgcGeographicMapComponent.prototype.styleUpdated = function () {
717
- this.i.ue();
717
+ this.i.u8();
718
718
  };
719
719
  /**
720
720
  * Gets actual window scale for horizontal dimension of the control
721
721
 
722
722
  */
723
723
  IgcGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
724
- var iv = this.i.ga();
724
+ var iv = this.i.gm();
725
725
  return (iv);
726
726
  };
727
727
  /**
@@ -729,7 +729,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
729
729
 
730
730
  */
731
731
  IgcGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
732
- var iv = this.i.gb();
732
+ var iv = this.i.gn();
733
733
  return (iv);
734
734
  };
735
735
  /**
@@ -744,7 +744,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
744
744
 
745
745
  */
746
746
  IgcGeographicMapComponent.prototype.exportVisualData = function () {
747
- var iv = this.i.ts();
747
+ var iv = this.i.um();
748
748
  return (iv);
749
749
  };
750
750
  /**
@@ -753,7 +753,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
753
753
  * @param geographic * The geographic region to zoom to.
754
754
  */
755
755
  IgcGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
756
- this.i.ul(toRect(geographic));
756
+ this.i.vf(toRect(geographic));
757
757
  };
758
758
  Object.defineProperty(IgcGeographicMapComponent.prototype, "imageTilesReady", {
759
759
  /**