igniteui-angular-maps 14.1.0 → 14.1.2

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-angular-maps.umd.js +1470 -1458
  2. package/bundles/igniteui-angular-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/igx-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-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/igx-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +50 -50
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1472
  56. package/fesm5/igniteui-angular-maps.js +1471 -1459
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  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 +23 -23
  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 +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +21 -21
  73. package/lib/XamGeographicMap_combined.d.ts +112 -112
  74. package/package.json +2 -2
@@ -37,7 +37,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
37
37
  * Gets whether the current series shows a line contour shape.
38
38
  */
39
39
  get: function () {
40
- return this.i.d0;
40
+ return this.i.d1;
41
41
  },
42
42
  enumerable: false,
43
43
  configurable: true
@@ -47,10 +47,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
47
47
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
48
48
  */
49
49
  get: function () {
50
- return this.i.q5;
50
+ return this.i.q9;
51
51
  },
52
52
  set: function (v) {
53
- this.i.q5 = v;
53
+ this.i.q9 = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,22 +60,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
60
60
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
61
61
  */
62
62
  get: function () {
63
- if (this.i.q1 == null) {
63
+ if (this.i.q5 == null) {
64
64
  return null;
65
65
  }
66
- if (!this.i.q1.externalObject) {
67
- var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q1);
66
+ if (!this.i.q5.externalObject) {
67
+ var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q5);
68
68
  if (e) {
69
- e._implementation = this.i.q1;
69
+ e._implementation = this.i.q5;
70
70
  }
71
- this.i.q1.externalObject = e;
71
+ this.i.q5.externalObject = e;
72
72
  }
73
- return this.i.q1.externalObject;
73
+ return this.i.q5.externalObject;
74
74
  },
75
75
  set: function (v) {
76
76
  if (v != null && this._stylingContainer && v._styling)
77
77
  v._styling(this._stylingContainer, this, this);
78
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
78
+ v == null ? this.i.q5 = null : this.i.q5 = v.i;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,22 +85,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
85
85
  * Gets actual fill scale that is set on the FillScale property or default FillScale
86
86
  */
87
87
  get: function () {
88
- if (this.i.q0 == null) {
88
+ if (this.i.q4 == null) {
89
89
  return null;
90
90
  }
91
- if (!this.i.q0.externalObject) {
92
- var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
91
+ if (!this.i.q4.externalObject) {
92
+ var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q4);
93
93
  if (e) {
94
- e._implementation = this.i.q0;
94
+ e._implementation = this.i.q4;
95
95
  }
96
- this.i.q0.externalObject = e;
96
+ this.i.q4.externalObject = e;
97
97
  }
98
- return this.i.q0.externalObject;
98
+ return this.i.q4.externalObject;
99
99
  },
100
100
  set: function (v) {
101
101
  if (v != null && this._stylingContainer && v._styling)
102
102
  v._styling(this._stylingContainer, this, this);
103
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
103
+ v == null ? this.i.q4 = null : this.i.q4 = v.i;
104
104
  },
105
105
  enumerable: false,
106
106
  configurable: true
@@ -110,22 +110,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
110
110
  * The ContourValueResolver used to determine the numeric values of contours.
111
111
  */
112
112
  get: function () {
113
- if (this.i.qx == null) {
113
+ if (this.i.q1 == null) {
114
114
  return null;
115
115
  }
116
- if (!this.i.qx.externalObject) {
117
- var e = IgxContourValueResolverComponent._createFromInternal(this.i.qx);
116
+ if (!this.i.q1.externalObject) {
117
+ var e = IgxContourValueResolverComponent._createFromInternal(this.i.q1);
118
118
  if (e) {
119
- e._implementation = this.i.qx;
119
+ e._implementation = this.i.q1;
120
120
  }
121
- this.i.qx.externalObject = e;
121
+ this.i.q1.externalObject = e;
122
122
  }
123
- return this.i.qx.externalObject;
123
+ return this.i.q1.externalObject;
124
124
  },
125
125
  set: function (v) {
126
126
  if (v != null && this._stylingContainer && v._styling)
127
127
  v._styling(this._stylingContainer, this, this);
128
- v == null ? this.i.qx = null : this.i.qx = v.i;
128
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
129
129
  },
130
130
  enumerable: false,
131
131
  configurable: true
@@ -36,7 +36,7 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
36
36
  * Gets whether the current series shows pixels.
37
37
  */
38
38
  get: function () {
39
- return this.i.d5;
39
+ return this.i.d6;
40
40
  },
41
41
  enumerable: false,
42
42
  configurable: true
@@ -46,10 +46,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
46
46
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
47
47
  */
48
48
  get: function () {
49
- return this.i.qt;
49
+ return this.i.qx;
50
50
  },
51
51
  set: function (v) {
52
- this.i.qt = v;
52
+ this.i.qx = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
59
59
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
60
60
  */
61
61
  get: function () {
62
- return this.i.qv;
62
+ return this.i.qz;
63
63
  },
64
64
  set: function (v) {
65
- this.i.qv = v;
65
+ this.i.qz = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
72
72
  * Gets or sets the whether to use use brute force mode.
73
73
  */
74
74
  get: function () {
75
- return this.i.qi;
75
+ return this.i.qm;
76
76
  },
77
77
  set: function (v) {
78
- this.i.qi = ensureBool(v);
78
+ this.i.qm = ensureBool(v);
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
85
85
  * Gets or sets the whether to progressively load the data into the chart.
86
86
  */
87
87
  get: function () {
88
- return this.i.qh;
88
+ return this.i.ql;
89
89
  },
90
90
  set: function (v) {
91
- this.i.qh = ensureBool(v);
91
+ this.i.ql = ensureBool(v);
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
98
98
  * Gets or sets the whether the chart reacts to mouse move events.
99
99
  */
100
100
  get: function () {
101
- return this.i.qg;
101
+ return this.i.qk;
102
102
  },
103
103
  set: function (v) {
104
- this.i.qg = ensureBool(v);
104
+ this.i.qk = ensureBool(v);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
111
111
  * Gets or sets the density value that maps to the minimum heat color.
112
112
  */
113
113
  get: function () {
114
- return this.i.qk;
114
+ return this.i.qo;
115
115
  },
116
116
  set: function (v) {
117
- this.i.qk = +v;
117
+ this.i.qo = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
124
124
  * Gets or sets the value that maps to the maximum heat color.
125
125
  */
126
126
  get: function () {
127
- return this.i.qj;
127
+ return this.i.qn;
128
128
  },
129
129
  set: function (v) {
130
- this.i.qj = +v;
130
+ this.i.qn = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
137
137
  * Gets or sets the color to use for the minimum end of the scale.
138
138
  */
139
139
  get: function () {
140
- return colorToString(this.i.re);
140
+ return colorToString(this.i.ri);
141
141
  },
142
142
  set: function (v) {
143
- this.i.re = stringToColor(v);
143
+ this.i.ri = stringToColor(v);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,10 +150,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
150
150
  * Gets or sets the color to use for the maximum end of the scale.
151
151
  */
152
152
  get: function () {
153
- return colorToString(this.i.rd);
153
+ return colorToString(this.i.rh);
154
154
  },
155
155
  set: function (v) {
156
- this.i.rd = stringToColor(v);
156
+ this.i.rh = stringToColor(v);
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
@@ -163,10 +163,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
163
163
  * Gets or sets the the pixel extent of the square data points that are rendered.
164
164
  */
165
165
  get: function () {
166
- return this.i.qn;
166
+ return this.i.qr;
167
167
  },
168
168
  set: function (v) {
169
- this.i.qn = +v;
169
+ this.i.qr = +v;
170
170
  },
171
171
  enumerable: false,
172
172
  configurable: true
@@ -176,10 +176,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
176
176
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
177
177
  */
178
178
  get: function () {
179
- return this.i.qo;
179
+ return this.i.qs;
180
180
  },
181
181
  set: function (v) {
182
- this.i.qo = +v;
182
+ this.i.qs = +v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -294,10 +294,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
294
294
  * Gets or sets zoomability of the current control
295
295
  */
296
296
  get: function () {
297
- return this.i.tk;
297
+ return this.i.ue;
298
298
  },
299
299
  set: function (v) {
300
- this.i.tk = ensureBool(v);
300
+ this.i.ue = ensureBool(v);
301
301
  },
302
302
  enumerable: false,
303
303
  configurable: true
@@ -307,10 +307,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
307
307
  * Gets or sets the behavior to use during resize.
308
308
  */
309
309
  get: function () {
310
- return this.i.td;
310
+ return this.i.t7;
311
311
  },
312
312
  set: function (v) {
313
- this.i.td = ensureEnum(MapResizeBehavior_$type, v);
313
+ this.i.t7 = ensureEnum(MapResizeBehavior_$type, v);
314
314
  },
315
315
  enumerable: false,
316
316
  configurable: true
@@ -320,10 +320,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
320
320
  * Gets or sets if the map should horizontally wrap.
321
321
  */
322
322
  get: function () {
323
- return this.i.th;
323
+ return this.i.ub;
324
324
  },
325
325
  set: function (v) {
326
- this.i.th = ensureBool(v);
326
+ this.i.ub = ensureBool(v);
327
327
  },
328
328
  enumerable: false,
329
329
  configurable: true
@@ -333,10 +333,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
333
333
  * Gets or sets if the map should horizontally wrap.
334
334
  */
335
335
  get: function () {
336
- return this.i.s9;
336
+ return this.i.t3;
337
337
  },
338
338
  set: function (v) {
339
- this.i.s9 = ensureEnum(MapBackgroundTilingMode_$type, v);
339
+ this.i.t3 = ensureEnum(MapBackgroundTilingMode_$type, v);
340
340
  },
341
341
  enumerable: false,
342
342
  configurable: true
@@ -346,10 +346,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
347
347
  */
348
348
  get: function () {
349
- return this.i.tj;
349
+ return this.i.ud;
350
350
  },
351
351
  set: function (v) {
352
- this.i.tj = ensureBool(v);
352
+ this.i.ud = ensureBool(v);
353
353
  },
354
354
  enumerable: false,
355
355
  configurable: true
@@ -359,10 +359,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
359
359
  * Gets or sets whether skip resetting the zoom when the world rect changes.
360
360
  */
361
361
  get: function () {
362
- return this.i.ti;
362
+ return this.i.uc;
363
363
  },
364
364
  set: function (v) {
365
- this.i.ti = ensureBool(v);
365
+ this.i.uc = ensureBool(v);
366
366
  },
367
367
  enumerable: false,
368
368
  configurable: true
@@ -372,10 +372,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
372
372
  * Gets or sets the world bounding rectangle.
373
373
  */
374
374
  get: function () {
375
- return fromRect(this.i.vf);
375
+ return fromRect(this.i.v9);
376
376
  },
377
377
  set: function (v) {
378
- this.i.vf = toRect(v);
378
+ this.i.v9 = toRect(v);
379
379
  },
380
380
  enumerable: false,
381
381
  configurable: true
@@ -385,10 +385,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  * Gets the actual value of the WorldRect.
386
386
  */
387
387
  get: function () {
388
- return fromRect(this.i.u3);
388
+ return fromRect(this.i.vx);
389
389
  },
390
390
  set: function (v) {
391
- this.i.u3 = toRect(v);
391
+ this.i.vx = toRect(v);
392
392
  },
393
393
  enumerable: false,
394
394
  configurable: true
@@ -399,22 +399,22 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
399
399
  * 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.
400
400
  */
401
401
  get: function () {
402
- if (this.i.s2 == null) {
402
+ if (this.i.tw == null) {
403
403
  return null;
404
404
  }
405
- if (!this.i.s2.externalObject) {
406
- var e = IgxNumericXAxisComponent._createFromInternal(this.i.s2);
405
+ if (!this.i.tw.externalObject) {
406
+ var e = IgxNumericXAxisComponent._createFromInternal(this.i.tw);
407
407
  if (e) {
408
- e._implementation = this.i.s2;
408
+ e._implementation = this.i.tw;
409
409
  }
410
- this.i.s2.externalObject = e;
410
+ this.i.tw.externalObject = e;
411
411
  }
412
- return this.i.s2.externalObject;
412
+ return this.i.tw.externalObject;
413
413
  },
414
414
  set: function (v) {
415
415
  if (v != null && this._stylingContainer && v._styling)
416
416
  v._styling(this._stylingContainer, this, this);
417
- v == null ? this.i.s2 = null : this.i.s2 = v.i;
417
+ v == null ? this.i.tw = null : this.i.tw = v.i;
418
418
  },
419
419
  enumerable: false,
420
420
  configurable: true
@@ -425,22 +425,22 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
425
425
  * 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.
426
426
  */
427
427
  get: function () {
428
- if (this.i.s4 == null) {
428
+ if (this.i.ty == null) {
429
429
  return null;
430
430
  }
431
- if (!this.i.s4.externalObject) {
432
- var e = IgxNumericYAxisComponent._createFromInternal(this.i.s4);
431
+ if (!this.i.ty.externalObject) {
432
+ var e = IgxNumericYAxisComponent._createFromInternal(this.i.ty);
433
433
  if (e) {
434
- e._implementation = this.i.s4;
434
+ e._implementation = this.i.ty;
435
435
  }
436
- this.i.s4.externalObject = e;
436
+ this.i.ty.externalObject = e;
437
437
  }
438
- return this.i.s4.externalObject;
438
+ return this.i.ty.externalObject;
439
439
  },
440
440
  set: function (v) {
441
441
  if (v != null && this._stylingContainer && v._styling)
442
442
  v._styling(this._stylingContainer, this, this);
443
- v == null ? this.i.s4 = null : this.i.s4 = v.i;
443
+ v == null ? this.i.ty = null : this.i.ty = v.i;
444
444
  },
445
445
  enumerable: false,
446
446
  configurable: true
@@ -450,7 +450,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
450
450
  * Indicates if this SeriesViewer is a map.
451
451
  */
452
452
  get: function () {
453
- return this.i.ef;
453
+ return this.i.ej;
454
454
  },
455
455
  enumerable: false,
456
456
  configurable: true
@@ -461,10 +461,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
461
461
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
462
462
  */
463
463
  get: function () {
464
- return this.i.tp;
464
+ return this.i.uj;
465
465
  },
466
466
  set: function (v) {
467
- this.i.tp = +v;
467
+ this.i.uj = +v;
468
468
  },
469
469
  enumerable: false,
470
470
  configurable: true
@@ -475,10 +475,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
475
475
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
476
476
  */
477
477
  get: function () {
478
- return this.i.to;
478
+ return this.i.ui;
479
479
  },
480
480
  set: function (v) {
481
- this.i.to = +v;
481
+ this.i.ui = +v;
482
482
  },
483
483
  enumerable: false,
484
484
  configurable: true
@@ -488,7 +488,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
488
488
  * Gets whether or not the control is ready for zooming
489
489
  */
490
490
  get: function () {
491
- return this.i.tl;
491
+ return this.i.uf;
492
492
  },
493
493
  enumerable: false,
494
494
  configurable: true
@@ -519,7 +519,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
519
519
 
520
520
  */
521
521
  IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
522
- var iv = this.i.u7();
522
+ var iv = this.i.v1();
523
523
  return fromRect(iv);
524
524
  };
525
525
  /**
@@ -536,14 +536,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
536
536
 
537
537
  */
538
538
  IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
539
- this.i.uj(toRect(zoomWindow));
539
+ this.i.vd(toRect(zoomWindow));
540
540
  };
541
541
  /**
542
542
  * Updates world rect in geographic coordinates
543
543
 
544
544
  */
545
545
  IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
546
- this.i.ui(toRect(worldRect));
546
+ this.i.vc(toRect(worldRect));
547
547
  };
548
548
  /**
549
549
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -555,7 +555,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
555
555
  return fromRect(iv);
556
556
  };
557
557
  IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
558
- var iv = this.i.u4(toRect(geographic), extraPixelPadding);
558
+ var iv = this.i.vy(toRect(geographic), extraPixelPadding);
559
559
  return fromRect(iv);
560
560
  };
561
561
  IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -568,7 +568,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
568
568
  * @param windowRect * The zoom area.
569
569
  */
570
570
  IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
571
- var iv = this.i.u9(toRect(windowRect));
571
+ var iv = this.i.v3(toRect(windowRect));
572
572
  return fromRect(iv);
573
573
  };
574
574
  /**
@@ -577,7 +577,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
577
577
  * @param pixelCoordinate * A pixel-based coordinate
578
578
  */
579
579
  IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
580
- var iv = this.i.uv(toPoint(pixelCoordinate));
580
+ var iv = this.i.vp(toPoint(pixelCoordinate));
581
581
  return fromPoint(iv);
582
582
  };
583
583
  /**
@@ -586,7 +586,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
586
586
  * @param geographicCoordinate * A geographic coordinate
587
587
  */
588
588
  IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
589
- var iv = this.i.uw(toPoint(geographicCoordinate));
589
+ var iv = this.i.vq(toPoint(geographicCoordinate));
590
590
  return fromPoint(iv);
591
591
  };
592
592
  /**
@@ -595,7 +595,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
595
595
  * @param geographicCoordinate * A geographic coordinate
596
596
  */
597
597
  IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
598
- var iv = this.i.ux(toPoint(geographicCoordinate));
598
+ var iv = this.i.vr(toPoint(geographicCoordinate));
599
599
  return fromPoint(iv);
600
600
  };
601
601
  /**
@@ -603,21 +603,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
603
603
 
604
604
  */
605
605
  IgxGeographicMapComponent.prototype.clearTileCache = function () {
606
- this.i.t6();
606
+ this.i.u0();
607
607
  };
608
608
  /**
609
609
  * Notifies the chart that the CSS styles in effect have been updated.
610
610
 
611
611
  */
612
612
  IgxGeographicMapComponent.prototype.styleUpdated = function () {
613
- this.i.ue();
613
+ this.i.u8();
614
614
  };
615
615
  /**
616
616
  * Gets actual window scale for horizontal dimension of the control
617
617
 
618
618
  */
619
619
  IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
620
- var iv = this.i.ga();
620
+ var iv = this.i.gm();
621
621
  return (iv);
622
622
  };
623
623
  /**
@@ -625,7 +625,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
625
625
 
626
626
  */
627
627
  IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
628
- var iv = this.i.gb();
628
+ var iv = this.i.gn();
629
629
  return (iv);
630
630
  };
631
631
  /**
@@ -640,7 +640,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
640
640
 
641
641
  */
642
642
  IgxGeographicMapComponent.prototype.exportVisualData = function () {
643
- var iv = this.i.ts();
643
+ var iv = this.i.um();
644
644
  return (iv);
645
645
  };
646
646
  /**
@@ -649,7 +649,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
649
649
  * @param geographic * The geographic region to zoom to.
650
650
  */
651
651
  IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
652
- this.i.ul(toRect(geographic));
652
+ this.i.vf(toRect(geographic));
653
653
  };
654
654
  Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
655
655
  /**