igniteui-webcomponents-maps 7.1.0-alpha.0 → 7.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1477 -1477
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. package/package.json +3 -3
@@ -65,22 +65,22 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
65
65
  * Gets whether the current series shows a line contour shape.
66
66
  */
67
67
  get isLineContour() {
68
- return this.i.fm;
68
+ return this.i.fn;
69
69
  }
70
70
  /**
71
71
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
72
72
  */
73
73
  get valueMemberPath() {
74
- return this.i.yk;
74
+ return this.i.yl;
75
75
  }
76
76
  set valueMemberPath(v) {
77
- this.i.yk = v;
77
+ this.i.yl = v;
78
78
  }
79
79
  /**
80
80
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
81
81
  */
82
82
  get fillScale() {
83
- const r = this.i.yg;
83
+ const r = this.i.yh;
84
84
  if (r == null) {
85
85
  return null;
86
86
  }
@@ -96,13 +96,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
96
96
  set fillScale(v) {
97
97
  if (v != null && this._stylingContainer && v._styling)
98
98
  v._styling(this._stylingContainer, this, this);
99
- v == null ? this.i.yg = null : this.i.yg = v.i;
99
+ v == null ? this.i.yh = null : this.i.yh = v.i;
100
100
  }
101
101
  /**
102
102
  * Gets actual fill scale that is set on the FillScale property or default FillScale
103
103
  */
104
104
  get actualFillScale() {
105
- const r = this.i.yf;
105
+ const r = this.i.yg;
106
106
  if (r == null) {
107
107
  return null;
108
108
  }
@@ -118,13 +118,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
118
118
  set actualFillScale(v) {
119
119
  if (v != null && this._stylingContainer && v._styling)
120
120
  v._styling(this._stylingContainer, this, this);
121
- v == null ? this.i.yf = null : this.i.yf = v.i;
121
+ v == null ? this.i.yg = null : this.i.yg = v.i;
122
122
  }
123
123
  /**
124
124
  * The ContourValueResolver used to determine the numeric values of contours.
125
125
  */
126
126
  get valueResolver() {
127
- const r = this.i.yc;
127
+ const r = this.i.yd;
128
128
  if (r == null) {
129
129
  return null;
130
130
  }
@@ -140,7 +140,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
140
140
  set valueResolver(v) {
141
141
  if (v != null && this._stylingContainer && v._styling)
142
142
  v._styling(this._stylingContainer, this, this);
143
- v == null ? this.i.yc = null : this.i.yc = v.i;
143
+ v == null ? this.i.yd = null : this.i.yd = v.i;
144
144
  }
145
145
  findByName(name) {
146
146
  var baseResult = super.findByName(name);
@@ -63,115 +63,115 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
63
63
  * Gets whether the current series shows pixels.
64
64
  */
65
65
  get isPixel() {
66
- return this.i.fr;
66
+ return this.i.fs;
67
67
  }
68
68
  /**
69
69
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
70
70
  */
71
71
  get latitudeMemberPath() {
72
- return this.i.x8;
72
+ return this.i.x9;
73
73
  }
74
74
  set latitudeMemberPath(v) {
75
- this.i.x8 = v;
75
+ this.i.x9 = v;
76
76
  }
77
77
  /**
78
78
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
79
79
  */
80
80
  get longitudeMemberPath() {
81
- return this.i.ya;
81
+ return this.i.yb;
82
82
  }
83
83
  set longitudeMemberPath(v) {
84
- this.i.ya = v;
84
+ this.i.yb = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the whether to use use brute force mode.
88
88
  */
89
89
  get useBruteForce() {
90
- return this.i.xx;
90
+ return this.i.xy;
91
91
  }
92
92
  set useBruteForce(v) {
93
- this.i.xx = ensureBool(v);
94
- this._a("useBruteForce", this.i.xx);
93
+ this.i.xy = ensureBool(v);
94
+ this._a("useBruteForce", this.i.xy);
95
95
  }
96
96
  /**
97
97
  * Gets or sets the whether to progressively load the data into the chart.
98
98
  */
99
99
  get progressiveLoad() {
100
- return this.i.xw;
100
+ return this.i.xx;
101
101
  }
102
102
  set progressiveLoad(v) {
103
- this.i.xw = ensureBool(v);
104
- this._a("progressiveLoad", this.i.xw);
103
+ this.i.xx = ensureBool(v);
104
+ this._a("progressiveLoad", this.i.xx);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the whether the chart reacts to mouse move events.
108
108
  */
109
109
  get mouseOverEnabled() {
110
- return this.i.xv;
110
+ return this.i.xw;
111
111
  }
112
112
  set mouseOverEnabled(v) {
113
- this.i.xv = ensureBool(v);
114
- this._a("mouseOverEnabled", this.i.xv);
113
+ this.i.xw = ensureBool(v);
114
+ this._a("mouseOverEnabled", this.i.xw);
115
115
  }
116
116
  /**
117
117
  * Gets or sets the density value that maps to the minimum heat color.
118
118
  */
119
119
  get heatMinimum() {
120
- return this.i.xz;
120
+ return this.i.x0;
121
121
  }
122
122
  set heatMinimum(v) {
123
- this.i.xz = +v;
124
- this._a("heatMinimum", this.i.xz);
123
+ this.i.x0 = +v;
124
+ this._a("heatMinimum", this.i.x0);
125
125
  }
126
126
  /**
127
127
  * Gets or sets the value that maps to the maximum heat color.
128
128
  */
129
129
  get heatMaximum() {
130
- return this.i.xy;
130
+ return this.i.xz;
131
131
  }
132
132
  set heatMaximum(v) {
133
- this.i.xy = +v;
134
- this._a("heatMaximum", this.i.xy);
133
+ this.i.xz = +v;
134
+ this._a("heatMaximum", this.i.xz);
135
135
  }
136
136
  /**
137
137
  * Gets or sets the color to use for the minimum end of the scale.
138
138
  */
139
139
  get heatMinimumColor() {
140
- return colorToString(this.i.yt);
140
+ return colorToString(this.i.yu);
141
141
  }
142
142
  set heatMinimumColor(v) {
143
- this.i.yt = stringToColor(v);
144
- this._a("heatMinimumColor", colorToString(this.i.yt));
143
+ this.i.yu = stringToColor(v);
144
+ this._a("heatMinimumColor", colorToString(this.i.yu));
145
145
  }
146
146
  /**
147
147
  * Gets or sets the color to use for the maximum end of the scale.
148
148
  */
149
149
  get heatMaximumColor() {
150
- return colorToString(this.i.ys);
150
+ return colorToString(this.i.yt);
151
151
  }
152
152
  set heatMaximumColor(v) {
153
- this.i.ys = stringToColor(v);
154
- this._a("heatMaximumColor", colorToString(this.i.ys));
153
+ this.i.yt = stringToColor(v);
154
+ this._a("heatMaximumColor", colorToString(this.i.yt));
155
155
  }
156
156
  /**
157
157
  * Gets or sets the the pixel extent of the square data points that are rendered.
158
158
  */
159
159
  get pointExtent() {
160
- return this.i.x2;
160
+ return this.i.x3;
161
161
  }
162
162
  set pointExtent(v) {
163
- this.i.x2 = +v;
164
- this._a("pointExtent", this.i.x2);
163
+ this.i.x3 = +v;
164
+ this._a("pointExtent", this.i.x3);
165
165
  }
166
166
  /**
167
167
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
168
168
  */
169
169
  get progressiveStatus() {
170
- return this.i.x3;
170
+ return this.i.x4;
171
171
  }
172
172
  set progressiveStatus(v) {
173
- this.i.x3 = +v;
174
- this._a("progressiveStatus", this.i.x3);
173
+ this.i.x4 = +v;
174
+ this._a("progressiveStatus", this.i.x4);
175
175
  }
176
176
  /**
177
177
  * Raised when the progressive loading state of the series has changed.
@@ -333,88 +333,88 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
333
333
  * Gets or sets zoomability of the current control
334
334
  */
335
335
  get zoomable() {
336
- return this.i.zz;
336
+ return this.i.z0;
337
337
  }
338
338
  set zoomable(v) {
339
- this.i.zz = ensureBool(v);
340
- this._a("zoomable", this.i.zz);
339
+ this.i.z0 = ensureBool(v);
340
+ this._a("zoomable", this.i.z0);
341
341
  }
342
342
  /**
343
343
  * Gets or sets the behavior to use during resize.
344
344
  */
345
345
  get resizeBehavior() {
346
- return this.i.zs;
346
+ return this.i.zt;
347
347
  }
348
348
  set resizeBehavior(v) {
349
- this.i.zs = ensureEnum(MapResizeBehavior_$type, v);
350
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.zs));
349
+ this.i.zt = ensureEnum(MapResizeBehavior_$type, v);
350
+ this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.zt));
351
351
  }
352
352
  /**
353
353
  * Gets or sets if the map should horizontally wrap.
354
354
  */
355
355
  get isHorizontalWrappingEnabled() {
356
- return this.i.zw;
356
+ return this.i.zx;
357
357
  }
358
358
  set isHorizontalWrappingEnabled(v) {
359
- this.i.zw = ensureBool(v);
360
- this._a("isHorizontalWrappingEnabled", this.i.zw);
359
+ this.i.zx = ensureBool(v);
360
+ this._a("isHorizontalWrappingEnabled", this.i.zx);
361
361
  }
362
362
  /**
363
363
  * Gets or sets if the map should horizontally wrap.
364
364
  */
365
365
  get backgroundTilingMode() {
366
- return this.i.zo;
366
+ return this.i.zp;
367
367
  }
368
368
  set backgroundTilingMode(v) {
369
- this.i.zo = ensureEnum(MapBackgroundTilingMode_$type, v);
370
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.zo));
369
+ this.i.zp = ensureEnum(MapBackgroundTilingMode_$type, v);
370
+ this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.zp));
371
371
  }
372
372
  /**
373
373
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
374
374
  */
375
375
  get useWorldRectForZoomBounds() {
376
- return this.i.zy;
376
+ return this.i.zz;
377
377
  }
378
378
  set useWorldRectForZoomBounds(v) {
379
- this.i.zy = ensureBool(v);
380
- this._a("useWorldRectForZoomBounds", this.i.zy);
379
+ this.i.zz = ensureBool(v);
380
+ this._a("useWorldRectForZoomBounds", this.i.zz);
381
381
  }
382
382
  /**
383
383
  * Gets or sets whether skip resetting the zoom when the world rect changes.
384
384
  */
385
385
  get suppressZoomResetOnWorldRectChange() {
386
- return this.i.zx;
386
+ return this.i.zy;
387
387
  }
388
388
  set suppressZoomResetOnWorldRectChange(v) {
389
- this.i.zx = ensureBool(v);
390
- this._a("suppressZoomResetOnWorldRectChange", this.i.zx);
389
+ this.i.zy = ensureBool(v);
390
+ this._a("suppressZoomResetOnWorldRectChange", this.i.zy);
391
391
  }
392
392
  /**
393
393
  * Gets or sets the world bounding rectangle.
394
394
  */
395
395
  get worldRect() {
396
- return fromRect(this.i.abu);
396
+ return fromRect(this.i.abv);
397
397
  }
398
398
  set worldRect(v) {
399
- this.i.abu = toRect(v);
400
- this._a("worldRect", rectToString(this.i.abu));
399
+ this.i.abv = toRect(v);
400
+ this._a("worldRect", rectToString(this.i.abv));
401
401
  }
402
402
  /**
403
403
  * Gets the actual value of the WorldRect.
404
404
  */
405
405
  get actualWorldRect() {
406
- return fromRect(this.i.abi);
406
+ return fromRect(this.i.abj);
407
407
  }
408
408
  set actualWorldRect(v) {
409
- this.i.abi = toRect(v);
410
- this._a("actualWorldRect", rectToString(this.i.abi));
409
+ this.i.abj = toRect(v);
410
+ this._a("actualWorldRect", rectToString(this.i.abj));
411
411
  }
412
412
  /**
413
413
  * The X-axis for this IgxGeographicMap.Component
414
414
  * 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.
415
415
  */
416
416
  get xAxis() {
417
- const r = this.i.zh;
417
+ const r = this.i.zi;
418
418
  if (r == null) {
419
419
  return null;
420
420
  }
@@ -430,14 +430,14 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
430
430
  set xAxis(v) {
431
431
  if (v != null && this._stylingContainer && v._styling)
432
432
  v._styling(this._stylingContainer, this, this);
433
- v == null ? this.i.zh = null : this.i.zh = v.i;
433
+ v == null ? this.i.zi = null : this.i.zi = v.i;
434
434
  }
435
435
  /**
436
436
  * The Y-axis for this IgxGeographicMap.Component
437
437
  * 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.
438
438
  */
439
439
  get yAxis() {
440
- const r = this.i.zj;
440
+ const r = this.i.zk;
441
441
  if (r == null) {
442
442
  return null;
443
443
  }
@@ -453,41 +453,41 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
453
453
  set yAxis(v) {
454
454
  if (v != null && this._stylingContainer && v._styling)
455
455
  v._styling(this._stylingContainer, this, this);
456
- v == null ? this.i.zj = null : this.i.zj = v.i;
456
+ v == null ? this.i.zk = null : this.i.zk = v.i;
457
457
  }
458
458
  /**
459
459
  * Indicates if this SeriesViewer is a map.
460
460
  */
461
461
  get isMap() {
462
- return this.i.f6;
462
+ return this.i.f7;
463
463
  }
464
464
  /**
465
465
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
466
466
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
467
467
  */
468
468
  get windowScale() {
469
- return this.i.z4;
469
+ return this.i.z5;
470
470
  }
471
471
  set windowScale(v) {
472
- this.i.z4 = +v;
473
- this._a("windowScale", this.i.z4);
472
+ this.i.z5 = +v;
473
+ this._a("windowScale", this.i.z5);
474
474
  }
475
475
  /**
476
476
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
477
477
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
478
478
  */
479
479
  get actualWindowScale() {
480
- return this.i.z3;
480
+ return this.i.z4;
481
481
  }
482
482
  set actualWindowScale(v) {
483
- this.i.z3 = +v;
484
- this._a("actualWindowScale", this.i.z3);
483
+ this.i.z4 = +v;
484
+ this._a("actualWindowScale", this.i.z4);
485
485
  }
486
486
  /**
487
487
  * Gets whether or not the control is ready for zooming
488
488
  */
489
489
  get zoomIsReady() {
490
- return this.i.z0;
490
+ return this.i.z1;
491
491
  }
492
492
  findByName(name) {
493
493
  var baseResult = super.findByName(name);
@@ -515,7 +515,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
515
515
 
516
516
  */
517
517
  getCurrentActualWorldRect() {
518
- let iv = this.i.abm();
518
+ let iv = this.i.abn();
519
519
  return fromRect(iv);
520
520
  }
521
521
  /**
@@ -532,14 +532,14 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
532
532
 
533
533
  */
534
534
  updateZoomWindow(zoomWindow) {
535
- this.i.aay(toRect(zoomWindow));
535
+ this.i.aaz(toRect(zoomWindow));
536
536
  }
537
537
  /**
538
538
  * Updates world rect in geographic coordinates
539
539
 
540
540
  */
541
541
  updateWorldRect(worldRect) {
542
- this.i.aax(toRect(worldRect));
542
+ this.i.aay(toRect(worldRect));
543
543
  }
544
544
  /**
545
545
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -551,7 +551,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
551
551
  return fromRect(iv);
552
552
  }
553
553
  convertGeographicToZoom(geographic, extraPixelPadding) {
554
- let iv = this.i.abj(toRect(geographic), extraPixelPadding);
554
+ let iv = this.i.abk(toRect(geographic), extraPixelPadding);
555
555
  return fromRect(iv);
556
556
  }
557
557
  getZoomFromGeographicPoints(northWest, southEast) {
@@ -564,7 +564,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
564
564
  * @param windowRect * The zoom area.
565
565
  */
566
566
  getGeographicFromZoom(windowRect) {
567
- let iv = this.i.abo(toRect(windowRect));
567
+ let iv = this.i.abp(toRect(windowRect));
568
568
  return fromRect(iv);
569
569
  }
570
570
  /**
@@ -573,7 +573,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
573
573
  * @param pixelCoordinate * A pixel-based coordinate
574
574
  */
575
575
  getGeographicPoint(pixelCoordinate) {
576
- let iv = this.i.aba(toPoint(pixelCoordinate));
576
+ let iv = this.i.abb(toPoint(pixelCoordinate));
577
577
  return fromPoint(iv);
578
578
  }
579
579
  /**
@@ -582,7 +582,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
582
582
  * @param geographicCoordinate * A geographic coordinate
583
583
  */
584
584
  getPixelPoint(geographicCoordinate) {
585
- let iv = this.i.abb(toPoint(geographicCoordinate));
585
+ let iv = this.i.abc(toPoint(geographicCoordinate));
586
586
  return fromPoint(iv);
587
587
  }
588
588
  /**
@@ -591,7 +591,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
591
591
  * @param geographicCoordinate * A geographic coordinate
592
592
  */
593
593
  getWindowPoint(geographicCoordinate) {
594
- let iv = this.i.abc(toPoint(geographicCoordinate));
594
+ let iv = this.i.abd(toPoint(geographicCoordinate));
595
595
  return fromPoint(iv);
596
596
  }
597
597
  /**
@@ -599,21 +599,21 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
599
599
 
600
600
  */
601
601
  clearTileCache() {
602
- this.i.aal();
602
+ this.i.aam();
603
603
  }
604
604
  /**
605
605
  * Notifies the chart that the CSS styles in effect have been updated.
606
606
 
607
607
  */
608
608
  styleUpdated() {
609
- this.i.aat();
609
+ this.i.aau();
610
610
  }
611
611
  /**
612
612
  * Gets actual window scale for horizontal dimension of the control
613
613
 
614
614
  */
615
615
  getActualWindowScaleHorizontal() {
616
- let iv = this.i.iu();
616
+ let iv = this.i.iv();
617
617
  return (iv);
618
618
  }
619
619
  /**
@@ -621,7 +621,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
621
621
 
622
622
  */
623
623
  getActualWindowScaleVertical() {
624
- let iv = this.i.iv();
624
+ let iv = this.i.iw();
625
625
  return (iv);
626
626
  }
627
627
  /**
@@ -636,7 +636,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
636
636
 
637
637
  */
638
638
  exportVisualData() {
639
- let iv = this.i.z7();
639
+ let iv = this.i.z8();
640
640
  return (iv);
641
641
  }
642
642
  /**
@@ -645,7 +645,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
645
645
  * @param geographic * The geographic region to zoom to.
646
646
  */
647
647
  zoomToGeographic(geographic) {
648
- this.i.aa0(toRect(geographic));
648
+ this.i.aa1(toRect(geographic));
649
649
  }
650
650
  /**
651
651
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -61,11 +61,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
61
61
  * 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%.
62
62
  */
63
63
  get visibleFromScale() {
64
- return this.i.xn;
64
+ return this.i.xo;
65
65
  }
66
66
  set visibleFromScale(v) {
67
- this.i.xn = +v;
68
- this._a("visibleFromScale", this.i.xn);
67
+ this.i.xo = +v;
68
+ this._a("visibleFromScale", this.i.xo);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -83,10 +83,10 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
83
83
 
84
84
  */
85
85
  notifyIndexedPropertiesChanged() {
86
- this.i.qv();
86
+ this.i.qw();
87
87
  }
88
88
  getItemValue(item, memberPathName) {
89
- let iv = this.i.kz(item, memberPathName);
89
+ let iv = this.i.k0(item, memberPathName);
90
90
  return (iv);
91
91
  }
92
92
  /**
@@ -95,7 +95,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
95
95
  * @param memberPathName * The property name of a valid member path for the series
96
96
  */
97
97
  getMemberPathValue(memberPathName) {
98
- let iv = this.i.mo(memberPathName);
98
+ let iv = this.i.mp(memberPathName);
99
99
  return (iv);
100
100
  }
101
101
  /**
@@ -104,23 +104,23 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
104
104
  * @param world * The world coordinates to use.
105
105
  */
106
106
  getItem(world) {
107
- let iv = this.i.kw(toPoint(world));
107
+ let iv = this.i.kx(toPoint(world));
108
108
  return (iv);
109
109
  }
110
110
  getPreviousOrExactIndex(world, skipUnknowns) {
111
- let iv = this.i.kj(toPoint(world), skipUnknowns);
111
+ let iv = this.i.kk(toPoint(world), skipUnknowns);
112
112
  return (iv);
113
113
  }
114
114
  getNextOrExactIndex(world, skipUnknowns) {
115
- let iv = this.i.kh(toPoint(world), skipUnknowns);
115
+ let iv = this.i.ki(toPoint(world), skipUnknowns);
116
116
  return (iv);
117
117
  }
118
118
  getSeriesValue(world, useInterpolation, skipUnknowns) {
119
- let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
119
+ let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
120
120
  return (iv);
121
121
  }
122
122
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
123
- let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
123
+ let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
124
124
  return fromPoint(iv);
125
125
  }
126
126
  /**
@@ -129,7 +129,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
129
129
  * @param world * The world coordinate for which to get a value bounding box for
130
130
  */
131
131
  getSeriesValueBoundingBox(world) {
132
- let iv = this.i.w8(toPoint(world));
132
+ let iv = this.i.w9(toPoint(world));
133
133
  return fromRect(iv);
134
134
  }
135
135
  /**
@@ -138,31 +138,31 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
138
138
  * @param world * The world coordinates for which to get a value marker bounding box for
139
139
  */
140
140
  getSeriesValueMarkerBoundingBox(world) {
141
- let iv = this.i.xa(toPoint(world));
141
+ let iv = this.i.xb(toPoint(world));
142
142
  return fromRect(iv);
143
143
  }
144
144
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
145
- let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
145
+ let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
146
146
  return (iv);
147
147
  }
148
148
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
149
- let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
149
+ let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
150
150
  return fromPoint(iv);
151
151
  }
152
152
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
153
- let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
153
+ let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
154
154
  return (iv);
155
155
  }
156
156
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
157
- let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
157
+ let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
158
158
  return fromPoint(iv);
159
159
  }
160
160
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
161
- let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
161
+ let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
162
162
  return fromPoint(iv);
163
163
  }
164
164
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
165
- let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
165
+ let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
166
166
  return (iv);
167
167
  }
168
168
  /**
@@ -170,7 +170,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
170
170
 
171
171
  */
172
172
  getItemSpan() {
173
- let iv = this.i.i3();
173
+ let iv = this.i.i4();
174
174
  return (iv);
175
175
  }
176
176
  /**
@@ -179,14 +179,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
179
179
  * @param animate * True if the change should be animated.
180
180
  */
181
181
  renderSeries(animate) {
182
- this.i.r8(animate);
182
+ this.i.r9(animate);
183
183
  }
184
184
  /**
185
185
  * Called when this series' Style is updated.
186
186
 
187
187
  */
188
188
  styleUpdated() {
189
- this.i.su();
189
+ this.i.sv();
190
190
  }
191
191
  }
192
192
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;