igniteui-angular-maps 17.0.0 → 17.2.0-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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1646 -1646
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +484 -484
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +476 -476
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1663 -1663
  64. package/fesm5/igniteui-angular-maps.js +1646 -1646
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. 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.d3;
40
+ return this.i.ew;
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.rd;
50
+ return this.i.u2;
51
51
  },
52
52
  set: function (v) {
53
- this.i.rd = v;
53
+ this.i.u2 = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,7 +60,7 @@ 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
- var r = this.i.q9;
63
+ var r = this.i.uy;
64
64
  if (r == null) {
65
65
  return null;
66
66
  }
@@ -76,7 +76,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
76
76
  set: function (v) {
77
77
  if (v != null && this._stylingContainer && v._styling)
78
78
  v._styling(this._stylingContainer, this, this);
79
- v == null ? this.i.q9 = null : this.i.q9 = v.i;
79
+ v == null ? this.i.uy = null : this.i.uy = v.i;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,7 +86,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
86
86
  * Gets actual fill scale that is set on the FillScale property or default FillScale
87
87
  */
88
88
  get: function () {
89
- var r = this.i.q8;
89
+ var r = this.i.ux;
90
90
  if (r == null) {
91
91
  return null;
92
92
  }
@@ -102,7 +102,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
102
102
  set: function (v) {
103
103
  if (v != null && this._stylingContainer && v._styling)
104
104
  v._styling(this._stylingContainer, this, this);
105
- v == null ? this.i.q8 = null : this.i.q8 = v.i;
105
+ v == null ? this.i.ux = null : this.i.ux = v.i;
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true
@@ -112,7 +112,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
112
112
  * The ContourValueResolver used to determine the numeric values of contours.
113
113
  */
114
114
  get: function () {
115
- var r = this.i.q5;
115
+ var r = this.i.uu;
116
116
  if (r == null) {
117
117
  return null;
118
118
  }
@@ -128,7 +128,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
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.q5 = null : this.i.q5 = v.i;
131
+ v == null ? this.i.uu = null : this.i.uu = v.i;
132
132
  },
133
133
  enumerable: false,
134
134
  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.d8;
39
+ return this.i.e1;
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.q1;
49
+ return this.i.uq;
50
50
  },
51
51
  set: function (v) {
52
- this.i.q1 = v;
52
+ this.i.uq = 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.q3;
62
+ return this.i.us;
63
63
  },
64
64
  set: function (v) {
65
- this.i.q3 = v;
65
+ this.i.us = 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.qq;
75
+ return this.i.uf;
76
76
  },
77
77
  set: function (v) {
78
- this.i.qq = ensureBool(v);
78
+ this.i.uf = 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.qp;
88
+ return this.i.ue;
89
89
  },
90
90
  set: function (v) {
91
- this.i.qp = ensureBool(v);
91
+ this.i.ue = 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.qo;
101
+ return this.i.ud;
102
102
  },
103
103
  set: function (v) {
104
- this.i.qo = ensureBool(v);
104
+ this.i.ud = 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.qs;
114
+ return this.i.uh;
115
115
  },
116
116
  set: function (v) {
117
- this.i.qs = +v;
117
+ this.i.uh = +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.qr;
127
+ return this.i.ug;
128
128
  },
129
129
  set: function (v) {
130
- this.i.qr = +v;
130
+ this.i.ug = +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.rm);
140
+ return colorToString(this.i.vb);
141
141
  },
142
142
  set: function (v) {
143
- this.i.rm = stringToColor(v);
143
+ this.i.vb = 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.rl);
153
+ return colorToString(this.i.va);
154
154
  },
155
155
  set: function (v) {
156
- this.i.rl = stringToColor(v);
156
+ this.i.va = 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.qv;
166
+ return this.i.uk;
167
167
  },
168
168
  set: function (v) {
169
- this.i.qv = +v;
169
+ this.i.uk = +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.qw;
179
+ return this.i.ul;
180
180
  },
181
181
  set: function (v) {
182
- this.i.qw = +v;
182
+ this.i.ul = +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.uo;
297
+ return this.i.us;
298
298
  },
299
299
  set: function (v) {
300
- this.i.uo = ensureBool(v);
300
+ this.i.us = 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.uh;
310
+ return this.i.ul;
311
311
  },
312
312
  set: function (v) {
313
- this.i.uh = ensureEnum(MapResizeBehavior_$type, v);
313
+ this.i.ul = 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.ul;
323
+ return this.i.up;
324
324
  },
325
325
  set: function (v) {
326
- this.i.ul = ensureBool(v);
326
+ this.i.up = 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.ud;
336
+ return this.i.uh;
337
337
  },
338
338
  set: function (v) {
339
- this.i.ud = ensureEnum(MapBackgroundTilingMode_$type, v);
339
+ this.i.uh = 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.un;
349
+ return this.i.ur;
350
350
  },
351
351
  set: function (v) {
352
- this.i.un = ensureBool(v);
352
+ this.i.ur = 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.um;
362
+ return this.i.uq;
363
363
  },
364
364
  set: function (v) {
365
- this.i.um = ensureBool(v);
365
+ this.i.uq = 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.wj);
375
+ return fromRect(this.i.wn);
376
376
  },
377
377
  set: function (v) {
378
- this.i.wj = toRect(v);
378
+ this.i.wn = 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.v7);
388
+ return fromRect(this.i.wb);
389
389
  },
390
390
  set: function (v) {
391
- this.i.v7 = toRect(v);
391
+ this.i.wb = toRect(v);
392
392
  },
393
393
  enumerable: false,
394
394
  configurable: true
@@ -399,7 +399,7 @@ 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
- var r = this.i.t6;
402
+ var r = this.i.ua;
403
403
  if (r == null) {
404
404
  return null;
405
405
  }
@@ -415,7 +415,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
415
415
  set: function (v) {
416
416
  if (v != null && this._stylingContainer && v._styling)
417
417
  v._styling(this._stylingContainer, this, this);
418
- v == null ? this.i.t6 = null : this.i.t6 = v.i;
418
+ v == null ? this.i.ua = null : this.i.ua = v.i;
419
419
  },
420
420
  enumerable: false,
421
421
  configurable: true
@@ -426,7 +426,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
426
426
  * 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.
427
427
  */
428
428
  get: function () {
429
- var r = this.i.t8;
429
+ var r = this.i.uc;
430
430
  if (r == null) {
431
431
  return null;
432
432
  }
@@ -442,7 +442,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
442
442
  set: function (v) {
443
443
  if (v != null && this._stylingContainer && v._styling)
444
444
  v._styling(this._stylingContainer, this, this);
445
- v == null ? this.i.t8 = null : this.i.t8 = v.i;
445
+ v == null ? this.i.uc = null : this.i.uc = v.i;
446
446
  },
447
447
  enumerable: false,
448
448
  configurable: true
@@ -452,7 +452,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
452
452
  * Indicates if this SeriesViewer is a map.
453
453
  */
454
454
  get: function () {
455
- return this.i.ek;
455
+ return this.i.em;
456
456
  },
457
457
  enumerable: false,
458
458
  configurable: true
@@ -463,10 +463,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
463
463
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
464
464
  */
465
465
  get: function () {
466
- return this.i.ut;
466
+ return this.i.ux;
467
467
  },
468
468
  set: function (v) {
469
- this.i.ut = +v;
469
+ this.i.ux = +v;
470
470
  },
471
471
  enumerable: false,
472
472
  configurable: true
@@ -477,10 +477,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
477
477
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
478
478
  */
479
479
  get: function () {
480
- return this.i.us;
480
+ return this.i.uw;
481
481
  },
482
482
  set: function (v) {
483
- this.i.us = +v;
483
+ this.i.uw = +v;
484
484
  },
485
485
  enumerable: false,
486
486
  configurable: true
@@ -490,7 +490,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
490
490
  * Gets whether or not the control is ready for zooming
491
491
  */
492
492
  get: function () {
493
- return this.i.up;
493
+ return this.i.ut;
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -521,7 +521,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
521
521
 
522
522
  */
523
523
  IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
524
- var iv = this.i.wb();
524
+ var iv = this.i.wf();
525
525
  return fromRect(iv);
526
526
  };
527
527
  /**
@@ -538,14 +538,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
 
539
539
  */
540
540
  IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
541
- this.i.vn(toRect(zoomWindow));
541
+ this.i.vr(toRect(zoomWindow));
542
542
  };
543
543
  /**
544
544
  * Updates world rect in geographic coordinates
545
545
 
546
546
  */
547
547
  IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
548
- this.i.vm(toRect(worldRect));
548
+ this.i.vq(toRect(worldRect));
549
549
  };
550
550
  /**
551
551
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -557,7 +557,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
557
557
  return fromRect(iv);
558
558
  };
559
559
  IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
560
- var iv = this.i.v8(toRect(geographic), extraPixelPadding);
560
+ var iv = this.i.wc(toRect(geographic), extraPixelPadding);
561
561
  return fromRect(iv);
562
562
  };
563
563
  IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -570,7 +570,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
570
570
  * @param windowRect * The zoom area.
571
571
  */
572
572
  IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
573
- var iv = this.i.wd(toRect(windowRect));
573
+ var iv = this.i.wh(toRect(windowRect));
574
574
  return fromRect(iv);
575
575
  };
576
576
  /**
@@ -579,7 +579,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
579
579
  * @param pixelCoordinate * A pixel-based coordinate
580
580
  */
581
581
  IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
582
- var iv = this.i.vz(toPoint(pixelCoordinate));
582
+ var iv = this.i.v3(toPoint(pixelCoordinate));
583
583
  return fromPoint(iv);
584
584
  };
585
585
  /**
@@ -588,7 +588,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
588
588
  * @param geographicCoordinate * A geographic coordinate
589
589
  */
590
590
  IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
591
- var iv = this.i.v0(toPoint(geographicCoordinate));
591
+ var iv = this.i.v4(toPoint(geographicCoordinate));
592
592
  return fromPoint(iv);
593
593
  };
594
594
  /**
@@ -597,7 +597,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
597
597
  * @param geographicCoordinate * A geographic coordinate
598
598
  */
599
599
  IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
600
- var iv = this.i.v1(toPoint(geographicCoordinate));
600
+ var iv = this.i.v5(toPoint(geographicCoordinate));
601
601
  return fromPoint(iv);
602
602
  };
603
603
  /**
@@ -605,21 +605,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
605
605
 
606
606
  */
607
607
  IgxGeographicMapComponent.prototype.clearTileCache = function () {
608
- this.i.va();
608
+ this.i.ve();
609
609
  };
610
610
  /**
611
611
  * Notifies the chart that the CSS styles in effect have been updated.
612
612
 
613
613
  */
614
614
  IgxGeographicMapComponent.prototype.styleUpdated = function () {
615
- this.i.vi();
615
+ this.i.vm();
616
616
  };
617
617
  /**
618
618
  * Gets actual window scale for horizontal dimension of the control
619
619
 
620
620
  */
621
621
  IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
622
- var iv = this.i.gp();
622
+ var iv = this.i.gr();
623
623
  return (iv);
624
624
  };
625
625
  /**
@@ -627,7 +627,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
627
627
 
628
628
  */
629
629
  IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
630
- var iv = this.i.gq();
630
+ var iv = this.i.gs();
631
631
  return (iv);
632
632
  };
633
633
  /**
@@ -642,7 +642,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
 
643
643
  */
644
644
  IgxGeographicMapComponent.prototype.exportVisualData = function () {
645
- var iv = this.i.uw();
645
+ var iv = this.i.u0();
646
646
  return (iv);
647
647
  };
648
648
  /**
@@ -651,7 +651,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
651
651
  * @param geographic * The geographic region to zoom to.
652
652
  */
653
653
  IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
654
- this.i.vp(toRect(geographic));
654
+ this.i.vt(toRect(geographic));
655
655
  };
656
656
  Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
657
657
  /**
@@ -26,7 +26,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
26
26
  * Checks if this control is geographic coordinate system
27
27
  */
28
28
  get: function () {
29
- return this.i.dy;
29
+ return this.i.eq;
30
30
  },
31
31
  enumerable: false,
32
32
  configurable: true
@@ -47,10 +47,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
47
47
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
48
48
  */
49
49
  get: function () {
50
- return this.i.qg;
50
+ return this.i.t5;
51
51
  },
52
52
  set: function (v) {
53
- this.i.qg = +v;
53
+ this.i.t5 = +v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -75,10 +75,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
75
75
 
76
76
  */
77
77
  IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
78
- this.i.lp();
78
+ this.i.og();
79
79
  };
80
80
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
81
- var iv = this.i.h1(item, memberPathName);
81
+ var iv = this.i.ju(item, memberPathName);
82
82
  return (iv);
83
83
  };
84
84
  /**
@@ -87,23 +87,23 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
87
87
  * @param world * The world coordinates to use.
88
88
  */
89
89
  IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
90
- var iv = this.i.hy(toPoint(world));
90
+ var iv = this.i.jr(toPoint(world));
91
91
  return (iv);
92
92
  };
93
93
  IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
94
- var iv = this.i.ho(toPoint(world), skipUnknowns);
94
+ var iv = this.i.jf(toPoint(world), skipUnknowns);
95
95
  return (iv);
96
96
  };
97
97
  IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
98
- var iv = this.i.hm(toPoint(world), skipUnknowns);
98
+ var iv = this.i.jd(toPoint(world), skipUnknowns);
99
99
  return (iv);
100
100
  };
101
101
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
102
- var iv = this.i.gn(toPoint(world), useInterpolation, skipUnknowns);
102
+ var iv = this.i.h9(toPoint(world), useInterpolation, skipUnknowns);
103
103
  return (iv);
104
104
  };
105
105
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
106
- var iv = this.i.ps(toPoint(world), useInterpolation, skipUnknowns);
106
+ var iv = this.i.th(toPoint(world), useInterpolation, skipUnknowns);
107
107
  return fromPoint(iv);
108
108
  };
109
109
  /**
@@ -112,7 +112,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
112
112
  * @param world * The world coordinate for which to get a value bounding box for
113
113
  */
114
114
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
115
- var iv = this.i.p3(toPoint(world));
115
+ var iv = this.i.ts(toPoint(world));
116
116
  return fromRect(iv);
117
117
  };
118
118
  /**
@@ -121,31 +121,31 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
121
121
  * @param world * The world coordinates for which to get a value marker bounding box for
122
122
  */
123
123
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
124
- var iv = this.i.p5(toPoint(world));
124
+ var iv = this.i.tu(toPoint(world));
125
125
  return fromRect(iv);
126
126
  };
127
127
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
128
- var iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
128
+ var iv = this.i.h5(toPoint(world), useInterpolation, skipUnknowns);
129
129
  return (iv);
130
130
  };
131
131
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
132
- var iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
132
+ var iv = this.i.td(toPoint(world), useInterpolation, skipUnknowns);
133
133
  return fromPoint(iv);
134
134
  };
135
135
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
136
- var iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
136
+ var iv = this.i.h7(toPoint(world), useInterpolation, skipUnknowns);
137
137
  return (iv);
138
138
  };
139
139
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
140
- var iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
140
+ var iv = this.i.tf(toPoint(world), useInterpolation, skipUnknowns);
141
141
  return fromPoint(iv);
142
142
  };
143
143
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
144
- var iv = this.i.pt(toPoint(mouse), useInterpolation, skipUnknowns);
144
+ var iv = this.i.ti(toPoint(mouse), useInterpolation, skipUnknowns);
145
145
  return fromPoint(iv);
146
146
  };
147
147
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
148
- var iv = this.i.go(toPoint(mouse), useInterpolation, skipUnknowns);
148
+ var iv = this.i.ia(toPoint(mouse), useInterpolation, skipUnknowns);
149
149
  return (iv);
150
150
  };
151
151
  /**
@@ -153,7 +153,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
153
153
 
154
154
  */
155
155
  IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
156
- var iv = this.i.ge();
156
+ var iv = this.i.h0();
157
157
  return (iv);
158
158
  };
159
159
  /**
@@ -162,14 +162,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
162
162
  * @param animate * True if the change should be animated.
163
163
  */
164
164
  IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
165
- this.i.mn(animate);
165
+ this.i.pp(animate);
166
166
  };
167
167
  /**
168
168
  * Called when this series' Style is updated.
169
169
 
170
170
  */
171
171
  IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
172
- this.i.mx();
172
+ this.i.p8();
173
173
  };
174
174
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
175
175
  IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });