igniteui-angular-maps 14.1.1 → 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
@@ -30,79 +30,79 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * Gets whether the current series shows a line contour shape.
31
31
  */
32
32
  get isLineContour() {
33
- return this.i.d0;
33
+ return this.i.d1;
34
34
  }
35
35
  /**
36
36
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
37
37
  */
38
38
  get valueMemberPath() {
39
- return this.i.q5;
39
+ return this.i.q9;
40
40
  }
41
41
  set valueMemberPath(v) {
42
- this.i.q5 = v;
42
+ this.i.q9 = v;
43
43
  }
44
44
  /**
45
45
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
46
46
  */
47
47
  get fillScale() {
48
- if (this.i.q1 == null) {
48
+ if (this.i.q5 == null) {
49
49
  return null;
50
50
  }
51
- if (!this.i.q1.externalObject) {
52
- let e = IgxValueBrushScaleComponent._createFromInternal(this.i.q1);
51
+ if (!this.i.q5.externalObject) {
52
+ let e = IgxValueBrushScaleComponent._createFromInternal(this.i.q5);
53
53
  if (e) {
54
- e._implementation = this.i.q1;
54
+ e._implementation = this.i.q5;
55
55
  }
56
- this.i.q1.externalObject = e;
56
+ this.i.q5.externalObject = e;
57
57
  }
58
- return this.i.q1.externalObject;
58
+ return this.i.q5.externalObject;
59
59
  }
60
60
  set fillScale(v) {
61
61
  if (v != null && this._stylingContainer && v._styling)
62
62
  v._styling(this._stylingContainer, this, this);
63
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
63
+ v == null ? this.i.q5 = null : this.i.q5 = v.i;
64
64
  }
65
65
  /**
66
66
  * Gets actual fill scale that is set on the FillScale property or default FillScale
67
67
  */
68
68
  get actualFillScale() {
69
- if (this.i.q0 == null) {
69
+ if (this.i.q4 == null) {
70
70
  return null;
71
71
  }
72
- if (!this.i.q0.externalObject) {
73
- let e = IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
72
+ if (!this.i.q4.externalObject) {
73
+ let e = IgxValueBrushScaleComponent._createFromInternal(this.i.q4);
74
74
  if (e) {
75
- e._implementation = this.i.q0;
75
+ e._implementation = this.i.q4;
76
76
  }
77
- this.i.q0.externalObject = e;
77
+ this.i.q4.externalObject = e;
78
78
  }
79
- return this.i.q0.externalObject;
79
+ return this.i.q4.externalObject;
80
80
  }
81
81
  set actualFillScale(v) {
82
82
  if (v != null && this._stylingContainer && v._styling)
83
83
  v._styling(this._stylingContainer, this, this);
84
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
84
+ v == null ? this.i.q4 = null : this.i.q4 = v.i;
85
85
  }
86
86
  /**
87
87
  * The ContourValueResolver used to determine the numeric values of contours.
88
88
  */
89
89
  get valueResolver() {
90
- if (this.i.qx == null) {
90
+ if (this.i.q1 == null) {
91
91
  return null;
92
92
  }
93
- if (!this.i.qx.externalObject) {
94
- let e = IgxContourValueResolverComponent._createFromInternal(this.i.qx);
93
+ if (!this.i.q1.externalObject) {
94
+ let e = IgxContourValueResolverComponent._createFromInternal(this.i.q1);
95
95
  if (e) {
96
- e._implementation = this.i.qx;
96
+ e._implementation = this.i.q1;
97
97
  }
98
- this.i.qx.externalObject = e;
98
+ this.i.q1.externalObject = e;
99
99
  }
100
- return this.i.qx.externalObject;
100
+ return this.i.q1.externalObject;
101
101
  }
102
102
  set valueResolver(v) {
103
103
  if (v != null && this._stylingContainer && v._styling)
104
104
  v._styling(this._stylingContainer, this, this);
105
- v == null ? this.i.qx = null : this.i.qx = v.i;
105
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
106
106
  }
107
107
  findByName(name) {
108
108
  var baseResult = super.findByName(name);
@@ -29,106 +29,106 @@ export let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
29
29
  * Gets whether the current series shows pixels.
30
30
  */
31
31
  get isPixel() {
32
- return this.i.d5;
32
+ return this.i.d6;
33
33
  }
34
34
  /**
35
35
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
36
36
  */
37
37
  get latitudeMemberPath() {
38
- return this.i.qt;
38
+ return this.i.qx;
39
39
  }
40
40
  set latitudeMemberPath(v) {
41
- this.i.qt = v;
41
+ this.i.qx = v;
42
42
  }
43
43
  /**
44
44
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
45
45
  */
46
46
  get longitudeMemberPath() {
47
- return this.i.qv;
47
+ return this.i.qz;
48
48
  }
49
49
  set longitudeMemberPath(v) {
50
- this.i.qv = v;
50
+ this.i.qz = v;
51
51
  }
52
52
  /**
53
53
  * Gets or sets the whether to use use brute force mode.
54
54
  */
55
55
  get useBruteForce() {
56
- return this.i.qi;
56
+ return this.i.qm;
57
57
  }
58
58
  set useBruteForce(v) {
59
- this.i.qi = ensureBool(v);
59
+ this.i.qm = ensureBool(v);
60
60
  }
61
61
  /**
62
62
  * Gets or sets the whether to progressively load the data into the chart.
63
63
  */
64
64
  get progressiveLoad() {
65
- return this.i.qh;
65
+ return this.i.ql;
66
66
  }
67
67
  set progressiveLoad(v) {
68
- this.i.qh = ensureBool(v);
68
+ this.i.ql = ensureBool(v);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the whether the chart reacts to mouse move events.
72
72
  */
73
73
  get mouseOverEnabled() {
74
- return this.i.qg;
74
+ return this.i.qk;
75
75
  }
76
76
  set mouseOverEnabled(v) {
77
- this.i.qg = ensureBool(v);
77
+ this.i.qk = ensureBool(v);
78
78
  }
79
79
  /**
80
80
  * Gets or sets the density value that maps to the minimum heat color.
81
81
  */
82
82
  get heatMinimum() {
83
- return this.i.qk;
83
+ return this.i.qo;
84
84
  }
85
85
  set heatMinimum(v) {
86
- this.i.qk = +v;
86
+ this.i.qo = +v;
87
87
  }
88
88
  /**
89
89
  * Gets or sets the value that maps to the maximum heat color.
90
90
  */
91
91
  get heatMaximum() {
92
- return this.i.qj;
92
+ return this.i.qn;
93
93
  }
94
94
  set heatMaximum(v) {
95
- this.i.qj = +v;
95
+ this.i.qn = +v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets the color to use for the minimum end of the scale.
99
99
  */
100
100
  get heatMinimumColor() {
101
- return colorToString(this.i.re);
101
+ return colorToString(this.i.ri);
102
102
  }
103
103
  set heatMinimumColor(v) {
104
- this.i.re = stringToColor(v);
104
+ this.i.ri = stringToColor(v);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the color to use for the maximum end of the scale.
108
108
  */
109
109
  get heatMaximumColor() {
110
- return colorToString(this.i.rd);
110
+ return colorToString(this.i.rh);
111
111
  }
112
112
  set heatMaximumColor(v) {
113
- this.i.rd = stringToColor(v);
113
+ this.i.rh = stringToColor(v);
114
114
  }
115
115
  /**
116
116
  * Gets or sets the the pixel extent of the square data points that are rendered.
117
117
  */
118
118
  get pointExtent() {
119
- return this.i.qn;
119
+ return this.i.qr;
120
120
  }
121
121
  set pointExtent(v) {
122
- this.i.qn = +v;
122
+ this.i.qr = +v;
123
123
  }
124
124
  /**
125
125
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
126
126
  */
127
127
  get progressiveStatus() {
128
- return this.i.qo;
128
+ return this.i.qs;
129
129
  }
130
130
  set progressiveStatus(v) {
131
- this.i.qo = +v;
131
+ this.i.qs = +v;
132
132
  }
133
133
  /**
134
134
  * Raised when the progressive loading state of the series has changed.
@@ -260,149 +260,149 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
260
260
  * Gets or sets zoomability of the current control
261
261
  */
262
262
  get zoomable() {
263
- return this.i.tk;
263
+ return this.i.ue;
264
264
  }
265
265
  set zoomable(v) {
266
- this.i.tk = ensureBool(v);
266
+ this.i.ue = ensureBool(v);
267
267
  }
268
268
  /**
269
269
  * Gets or sets the behavior to use during resize.
270
270
  */
271
271
  get resizeBehavior() {
272
- return this.i.td;
272
+ return this.i.t7;
273
273
  }
274
274
  set resizeBehavior(v) {
275
- this.i.td = ensureEnum(MapResizeBehavior_$type, v);
275
+ this.i.t7 = ensureEnum(MapResizeBehavior_$type, v);
276
276
  }
277
277
  /**
278
278
  * Gets or sets if the map should horizontally wrap.
279
279
  */
280
280
  get isHorizontalWrappingEnabled() {
281
- return this.i.th;
281
+ return this.i.ub;
282
282
  }
283
283
  set isHorizontalWrappingEnabled(v) {
284
- this.i.th = ensureBool(v);
284
+ this.i.ub = ensureBool(v);
285
285
  }
286
286
  /**
287
287
  * Gets or sets if the map should horizontally wrap.
288
288
  */
289
289
  get backgroundTilingMode() {
290
- return this.i.s9;
290
+ return this.i.t3;
291
291
  }
292
292
  set backgroundTilingMode(v) {
293
- this.i.s9 = ensureEnum(MapBackgroundTilingMode_$type, v);
293
+ this.i.t3 = ensureEnum(MapBackgroundTilingMode_$type, v);
294
294
  }
295
295
  /**
296
296
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
297
297
  */
298
298
  get useWorldRectForZoomBounds() {
299
- return this.i.tj;
299
+ return this.i.ud;
300
300
  }
301
301
  set useWorldRectForZoomBounds(v) {
302
- this.i.tj = ensureBool(v);
302
+ this.i.ud = ensureBool(v);
303
303
  }
304
304
  /**
305
305
  * Gets or sets whether skip resetting the zoom when the world rect changes.
306
306
  */
307
307
  get suppressZoomResetOnWorldRectChange() {
308
- return this.i.ti;
308
+ return this.i.uc;
309
309
  }
310
310
  set suppressZoomResetOnWorldRectChange(v) {
311
- this.i.ti = ensureBool(v);
311
+ this.i.uc = ensureBool(v);
312
312
  }
313
313
  /**
314
314
  * Gets or sets the world bounding rectangle.
315
315
  */
316
316
  get worldRect() {
317
- return fromRect(this.i.vf);
317
+ return fromRect(this.i.v9);
318
318
  }
319
319
  set worldRect(v) {
320
- this.i.vf = toRect(v);
320
+ this.i.v9 = toRect(v);
321
321
  }
322
322
  /**
323
323
  * Gets the actual value of the WorldRect.
324
324
  */
325
325
  get actualWorldRect() {
326
- return fromRect(this.i.u3);
326
+ return fromRect(this.i.vx);
327
327
  }
328
328
  set actualWorldRect(v) {
329
- this.i.u3 = toRect(v);
329
+ this.i.vx = toRect(v);
330
330
  }
331
331
  /**
332
332
  * The X-axis for this IgxGeographicMap.Component
333
333
  * 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.
334
334
  */
335
335
  get xAxis() {
336
- if (this.i.s2 == null) {
336
+ if (this.i.tw == null) {
337
337
  return null;
338
338
  }
339
- if (!this.i.s2.externalObject) {
340
- let e = IgxNumericXAxisComponent._createFromInternal(this.i.s2);
339
+ if (!this.i.tw.externalObject) {
340
+ let e = IgxNumericXAxisComponent._createFromInternal(this.i.tw);
341
341
  if (e) {
342
- e._implementation = this.i.s2;
342
+ e._implementation = this.i.tw;
343
343
  }
344
- this.i.s2.externalObject = e;
344
+ this.i.tw.externalObject = e;
345
345
  }
346
- return this.i.s2.externalObject;
346
+ return this.i.tw.externalObject;
347
347
  }
348
348
  set xAxis(v) {
349
349
  if (v != null && this._stylingContainer && v._styling)
350
350
  v._styling(this._stylingContainer, this, this);
351
- v == null ? this.i.s2 = null : this.i.s2 = v.i;
351
+ v == null ? this.i.tw = null : this.i.tw = v.i;
352
352
  }
353
353
  /**
354
354
  * The Y-axis for this IgxGeographicMap.Component
355
355
  * 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.
356
356
  */
357
357
  get yAxis() {
358
- if (this.i.s4 == null) {
358
+ if (this.i.ty == null) {
359
359
  return null;
360
360
  }
361
- if (!this.i.s4.externalObject) {
362
- let e = IgxNumericYAxisComponent._createFromInternal(this.i.s4);
361
+ if (!this.i.ty.externalObject) {
362
+ let e = IgxNumericYAxisComponent._createFromInternal(this.i.ty);
363
363
  if (e) {
364
- e._implementation = this.i.s4;
364
+ e._implementation = this.i.ty;
365
365
  }
366
- this.i.s4.externalObject = e;
366
+ this.i.ty.externalObject = e;
367
367
  }
368
- return this.i.s4.externalObject;
368
+ return this.i.ty.externalObject;
369
369
  }
370
370
  set yAxis(v) {
371
371
  if (v != null && this._stylingContainer && v._styling)
372
372
  v._styling(this._stylingContainer, this, this);
373
- v == null ? this.i.s4 = null : this.i.s4 = v.i;
373
+ v == null ? this.i.ty = null : this.i.ty = v.i;
374
374
  }
375
375
  /**
376
376
  * Indicates if this SeriesViewer is a map.
377
377
  */
378
378
  get isMap() {
379
- return this.i.ef;
379
+ return this.i.ej;
380
380
  }
381
381
  /**
382
382
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
383
383
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
384
384
  */
385
385
  get windowScale() {
386
- return this.i.tp;
386
+ return this.i.uj;
387
387
  }
388
388
  set windowScale(v) {
389
- this.i.tp = +v;
389
+ this.i.uj = +v;
390
390
  }
391
391
  /**
392
392
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
393
393
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
394
394
  */
395
395
  get actualWindowScale() {
396
- return this.i.to;
396
+ return this.i.ui;
397
397
  }
398
398
  set actualWindowScale(v) {
399
- this.i.to = +v;
399
+ this.i.ui = +v;
400
400
  }
401
401
  /**
402
402
  * Gets whether or not the control is ready for zooming
403
403
  */
404
404
  get zoomIsReady() {
405
- return this.i.tl;
405
+ return this.i.uf;
406
406
  }
407
407
  findByName(name) {
408
408
  var baseResult = super.findByName(name);
@@ -430,7 +430,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
430
430
 
431
431
  */
432
432
  getCurrentActualWorldRect() {
433
- let iv = this.i.u7();
433
+ let iv = this.i.v1();
434
434
  return fromRect(iv);
435
435
  }
436
436
  /**
@@ -447,14 +447,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
447
447
 
448
448
  */
449
449
  updateZoomWindow(zoomWindow) {
450
- this.i.uj(toRect(zoomWindow));
450
+ this.i.vd(toRect(zoomWindow));
451
451
  }
452
452
  /**
453
453
  * Updates world rect in geographic coordinates
454
454
 
455
455
  */
456
456
  updateWorldRect(worldRect) {
457
- this.i.ui(toRect(worldRect));
457
+ this.i.vc(toRect(worldRect));
458
458
  }
459
459
  /**
460
460
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -466,7 +466,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
466
466
  return fromRect(iv);
467
467
  }
468
468
  convertGeographicToZoom(geographic, extraPixelPadding) {
469
- let iv = this.i.u4(toRect(geographic), extraPixelPadding);
469
+ let iv = this.i.vy(toRect(geographic), extraPixelPadding);
470
470
  return fromRect(iv);
471
471
  }
472
472
  getZoomFromGeographicPoints(northWest, southEast) {
@@ -479,7 +479,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
479
479
  * @param windowRect * The zoom area.
480
480
  */
481
481
  getGeographicFromZoom(windowRect) {
482
- let iv = this.i.u9(toRect(windowRect));
482
+ let iv = this.i.v3(toRect(windowRect));
483
483
  return fromRect(iv);
484
484
  }
485
485
  /**
@@ -488,7 +488,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
488
488
  * @param pixelCoordinate * A pixel-based coordinate
489
489
  */
490
490
  getGeographicPoint(pixelCoordinate) {
491
- let iv = this.i.uv(toPoint(pixelCoordinate));
491
+ let iv = this.i.vp(toPoint(pixelCoordinate));
492
492
  return fromPoint(iv);
493
493
  }
494
494
  /**
@@ -497,7 +497,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
497
497
  * @param geographicCoordinate * A geographic coordinate
498
498
  */
499
499
  getPixelPoint(geographicCoordinate) {
500
- let iv = this.i.uw(toPoint(geographicCoordinate));
500
+ let iv = this.i.vq(toPoint(geographicCoordinate));
501
501
  return fromPoint(iv);
502
502
  }
503
503
  /**
@@ -506,7 +506,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
506
506
  * @param geographicCoordinate * A geographic coordinate
507
507
  */
508
508
  getWindowPoint(geographicCoordinate) {
509
- let iv = this.i.ux(toPoint(geographicCoordinate));
509
+ let iv = this.i.vr(toPoint(geographicCoordinate));
510
510
  return fromPoint(iv);
511
511
  }
512
512
  /**
@@ -514,21 +514,21 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
514
514
 
515
515
  */
516
516
  clearTileCache() {
517
- this.i.t6();
517
+ this.i.u0();
518
518
  }
519
519
  /**
520
520
  * Notifies the chart that the CSS styles in effect have been updated.
521
521
 
522
522
  */
523
523
  styleUpdated() {
524
- this.i.ue();
524
+ this.i.u8();
525
525
  }
526
526
  /**
527
527
  * Gets actual window scale for horizontal dimension of the control
528
528
 
529
529
  */
530
530
  getActualWindowScaleHorizontal() {
531
- let iv = this.i.ga();
531
+ let iv = this.i.gm();
532
532
  return (iv);
533
533
  }
534
534
  /**
@@ -536,7 +536,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
536
536
 
537
537
  */
538
538
  getActualWindowScaleVertical() {
539
- let iv = this.i.gb();
539
+ let iv = this.i.gn();
540
540
  return (iv);
541
541
  }
542
542
  /**
@@ -551,7 +551,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
551
551
 
552
552
  */
553
553
  exportVisualData() {
554
- let iv = this.i.ts();
554
+ let iv = this.i.um();
555
555
  return (iv);
556
556
  }
557
557
  /**
@@ -560,7 +560,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
560
560
  * @param geographic * The geographic region to zoom to.
561
561
  */
562
562
  zoomToGeographic(geographic) {
563
- this.i.ul(toRect(geographic));
563
+ this.i.vf(toRect(geographic));
564
564
  }
565
565
  /**
566
566
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -20,7 +20,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
20
20
  * Checks if this control is geographic coordinate system
21
21
  */
22
22
  get isGeographic() {
23
- return this.i.dv;
23
+ return this.i.dw;
24
24
  }
25
25
  /**
26
26
  * Gets whether this series supports markers
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
33
33
  * 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%.
34
34
  */
35
35
  get visibleFromScale() {
36
- return this.i.p8;
36
+ return this.i.qc;
37
37
  }
38
38
  set visibleFromScale(v) {
39
- this.i.p8 = +v;
39
+ this.i.qc = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
54
54
 
55
55
  */
56
56
  notifyIndexedPropertiesChanged() {
57
- this.i.lk();
57
+ this.i.ln();
58
58
  }
59
59
  getItemValue(item, memberPathName) {
60
- let iv = this.i.hw(item, memberPathName);
60
+ let iv = this.i.hy(item, memberPathName);
61
61
  return (iv);
62
62
  }
63
63
  /**
@@ -66,23 +66,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
66
66
  * @param world * The world coordinates to use.
67
67
  */
68
68
  getItem(world) {
69
- let iv = this.i.ht(toPoint(world));
69
+ let iv = this.i.hv(toPoint(world));
70
70
  return (iv);
71
71
  }
72
72
  getPreviousOrExactIndex(world, skipUnknowns) {
73
- let iv = this.i.hj(toPoint(world), skipUnknowns);
73
+ let iv = this.i.hl(toPoint(world), skipUnknowns);
74
74
  return (iv);
75
75
  }
76
76
  getNextOrExactIndex(world, skipUnknowns) {
77
- let iv = this.i.hh(toPoint(world), skipUnknowns);
77
+ let iv = this.i.hj(toPoint(world), skipUnknowns);
78
78
  return (iv);
79
79
  }
80
80
  getSeriesValue(world, useInterpolation, skipUnknowns) {
81
- let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
81
+ let iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
82
82
  return (iv);
83
83
  }
84
84
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
85
- let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
85
+ let iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
86
86
  return fromPoint(iv);
87
87
  }
88
88
  /**
@@ -91,7 +91,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
91
91
  * @param world * The world coordinate for which to get a value bounding box for
92
92
  */
93
93
  getSeriesValueBoundingBox(world) {
94
- let iv = this.i.pv(toPoint(world));
94
+ let iv = this.i.pz(toPoint(world));
95
95
  return fromRect(iv);
96
96
  }
97
97
  /**
@@ -100,31 +100,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
100
100
  * @param world * The world coordinates for which to get a value marker bounding box for
101
101
  */
102
102
  getSeriesValueMarkerBoundingBox(world) {
103
- let iv = this.i.px(toPoint(world));
103
+ let iv = this.i.p1(toPoint(world));
104
104
  return fromRect(iv);
105
105
  }
106
106
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
107
- let iv = this.i.gf(toPoint(world), useInterpolation, skipUnknowns);
107
+ let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
108
108
  return (iv);
109
109
  }
110
110
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
111
- let iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
111
+ let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return fromPoint(iv);
113
113
  }
114
114
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
115
- let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
115
+ let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
116
116
  return (iv);
117
117
  }
118
118
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
119
- let iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
119
+ let iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
120
120
  return fromPoint(iv);
121
121
  }
122
122
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
123
- let iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
123
+ let iv = this.i.pr(toPoint(mouse), useInterpolation, skipUnknowns);
124
124
  return fromPoint(iv);
125
125
  }
126
126
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
127
- let iv = this.i.gk(toPoint(mouse), useInterpolation, skipUnknowns);
127
+ let iv = this.i.gm(toPoint(mouse), useInterpolation, skipUnknowns);
128
128
  return (iv);
129
129
  }
130
130
  /**
@@ -132,7 +132,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
132
132
 
133
133
  */
134
134
  getItemSpan() {
135
- let iv = this.i.ga();
135
+ let iv = this.i.gc();
136
136
  return (iv);
137
137
  }
138
138
  /**
@@ -141,14 +141,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
  * @param animate * True if the change should be animated.
142
142
  */
143
143
  renderSeries(animate) {
144
- this.i.mi(animate);
144
+ this.i.ml(animate);
145
145
  }
146
146
  /**
147
147
  * Called when this series' Style is updated.
148
148
 
149
149
  */
150
150
  styleUpdated() {
151
- this.i.ms();
151
+ this.i.mv();
152
152
  }
153
153
  }
154
154
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });