igniteui-webcomponents-maps 3.2.3 → 3.5.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 (106) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1829 -1522
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igc-custom-map-imagery.js +1 -0
  16. package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
  17. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  18. package/esm2015/lib/igc-geographic-map-component.js +63 -60
  19. package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
  21. package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
  22. package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
  23. package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
  24. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
  27. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  28. package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
  29. package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
  30. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
  31. package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
  32. package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
  33. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  34. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igc-tile-series-component.js +19 -4
  36. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  37. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  38. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  39. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  40. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  41. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  42. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  43. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/TileSeries_combined.js +86 -86
  47. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  48. package/esm5/lib/igc-custom-map-imagery.js +1 -0
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  51. package/esm5/lib/igc-geographic-map-component.js +63 -60
  52. package/esm5/lib/igc-geographic-map-imagery.js +30 -3
  53. package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
  54. package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
  55. package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
  56. package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
  57. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  58. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  59. package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
  60. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  61. package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
  62. package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
  63. package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
  64. package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
  65. package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
  66. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  67. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  68. package/esm5/lib/igc-tile-series-component.js +19 -4
  69. package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
  70. package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
  71. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  73. package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
  74. package/lib/GeographicMarkerSeries.d.ts +18 -18
  75. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  76. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  77. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  78. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  79. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  80. package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
  81. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  82. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  83. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  84. package/lib/GeographicTileSeries.d.ts +9 -9
  85. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  86. package/lib/TileSeries_combined.d.ts +19 -19
  87. package/lib/XamGeographicMap_combined.d.ts +105 -105
  88. package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
  89. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
  90. package/lib/igc-geographic-map-imagery.d.ts +4 -1
  91. package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
  92. package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
  93. package/lib/igc-geographic-marker-series-component.d.ts +1 -0
  94. package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
  95. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
  96. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
  97. package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
  98. package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
  99. package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
  100. package/lib/igc-geographic-shape-series-component.d.ts +1 -0
  101. package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
  102. package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
  103. package/lib/igc-geographic-tile-series-component.d.ts +1 -0
  104. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
  105. package/lib/igc-tile-series-component.d.ts +1 -0
  106. package/package.json +3 -3
@@ -388,11 +388,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
388
388
  * Gets or sets zoomability of the current control
389
389
  */
390
390
  get: function () {
391
- return this.i.tk;
391
+ return this.i.ue;
392
392
  },
393
393
  set: function (v) {
394
- this.i.tk = ensureBool(v);
395
- this._a("zoomable", this.i.tk);
394
+ this.i.ue = ensureBool(v);
395
+ this._a("zoomable", this.i.ue);
396
396
  },
397
397
  enumerable: true,
398
398
  configurable: true
@@ -402,11 +402,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  * Gets or sets the behavior to use during resize.
403
403
  */
404
404
  get: function () {
405
- return this.i.td;
405
+ return this.i.t7;
406
406
  },
407
407
  set: function (v) {
408
- this.i.td = ensureEnum(MapResizeBehavior_$type, v);
409
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.td));
408
+ this.i.t7 = ensureEnum(MapResizeBehavior_$type, v);
409
+ this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.t7));
410
410
  },
411
411
  enumerable: true,
412
412
  configurable: true
@@ -416,11 +416,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  * Gets or sets if the map should horizontally wrap.
417
417
  */
418
418
  get: function () {
419
- return this.i.th;
419
+ return this.i.ub;
420
420
  },
421
421
  set: function (v) {
422
- this.i.th = ensureBool(v);
423
- this._a("isHorizontalWrappingEnabled", this.i.th);
422
+ this.i.ub = ensureBool(v);
423
+ this._a("isHorizontalWrappingEnabled", this.i.ub);
424
424
  },
425
425
  enumerable: true,
426
426
  configurable: true
@@ -430,11 +430,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
430
430
  * Gets or sets if the map should horizontally wrap.
431
431
  */
432
432
  get: function () {
433
- return this.i.s9;
433
+ return this.i.t3;
434
434
  },
435
435
  set: function (v) {
436
- this.i.s9 = ensureEnum(MapBackgroundTilingMode_$type, v);
437
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.s9));
436
+ this.i.t3 = ensureEnum(MapBackgroundTilingMode_$type, v);
437
+ this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.t3));
438
438
  },
439
439
  enumerable: true,
440
440
  configurable: true
@@ -444,11 +444,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
444
444
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
445
445
  */
446
446
  get: function () {
447
- return this.i.tj;
447
+ return this.i.ud;
448
448
  },
449
449
  set: function (v) {
450
- this.i.tj = ensureBool(v);
451
- this._a("useWorldRectForZoomBounds", this.i.tj);
450
+ this.i.ud = ensureBool(v);
451
+ this._a("useWorldRectForZoomBounds", this.i.ud);
452
452
  },
453
453
  enumerable: true,
454
454
  configurable: true
@@ -458,11 +458,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
458
458
  * Gets or sets whether skip resetting the zoom when the world rect changes.
459
459
  */
460
460
  get: function () {
461
- return this.i.ti;
461
+ return this.i.uc;
462
462
  },
463
463
  set: function (v) {
464
- this.i.ti = ensureBool(v);
465
- this._a("suppressZoomResetOnWorldRectChange", this.i.ti);
464
+ this.i.uc = ensureBool(v);
465
+ this._a("suppressZoomResetOnWorldRectChange", this.i.uc);
466
466
  },
467
467
  enumerable: true,
468
468
  configurable: true
@@ -472,11 +472,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
472
472
  * Gets or sets the world bounding rectangle.
473
473
  */
474
474
  get: function () {
475
- return fromRect(this.i.vf);
475
+ return fromRect(this.i.v9);
476
476
  },
477
477
  set: function (v) {
478
- this.i.vf = toRect(v);
479
- this._a("worldRect", rectToString(this.i.vf));
478
+ this.i.v9 = toRect(v);
479
+ this._a("worldRect", rectToString(this.i.v9));
480
480
  },
481
481
  enumerable: true,
482
482
  configurable: true
@@ -486,11 +486,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
486
486
  * Gets the actual value of the WorldRect.
487
487
  */
488
488
  get: function () {
489
- return fromRect(this.i.u3);
489
+ return fromRect(this.i.vx);
490
490
  },
491
491
  set: function (v) {
492
- this.i.u3 = toRect(v);
493
- this._a("actualWorldRect", rectToString(this.i.u3));
492
+ this.i.vx = toRect(v);
493
+ this._a("actualWorldRect", rectToString(this.i.vx));
494
494
  },
495
495
  enumerable: true,
496
496
  configurable: true
@@ -501,22 +501,23 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
501
501
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
502
502
  */
503
503
  get: function () {
504
- if (this.i.s2 == null) {
504
+ var r = this.i.tw;
505
+ if (r == null) {
505
506
  return null;
506
507
  }
507
- if (!this.i.s2.externalObject) {
508
- var e = IgcNumericXAxisComponent._createFromInternal(this.i.s2);
508
+ if (!r.externalObject) {
509
+ var e = IgcNumericXAxisComponent._createFromInternal(r);
509
510
  if (e) {
510
- e._implementation = this.i.s2;
511
+ e._implementation = r;
511
512
  }
512
- this.i.s2.externalObject = e;
513
+ r.externalObject = e;
513
514
  }
514
- return this.i.s2.externalObject;
515
+ return r.externalObject;
515
516
  },
516
517
  set: function (v) {
517
518
  if (v != null && this._stylingContainer && v._styling)
518
519
  v._styling(this._stylingContainer, this, this);
519
- v == null ? this.i.s2 = null : this.i.s2 = v.i;
520
+ v == null ? this.i.tw = null : this.i.tw = v.i;
520
521
  },
521
522
  enumerable: true,
522
523
  configurable: true
@@ -527,22 +528,23 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
527
528
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
528
529
  */
529
530
  get: function () {
530
- if (this.i.s4 == null) {
531
+ var r = this.i.ty;
532
+ if (r == null) {
531
533
  return null;
532
534
  }
533
- if (!this.i.s4.externalObject) {
534
- var e = IgcNumericYAxisComponent._createFromInternal(this.i.s4);
535
+ if (!r.externalObject) {
536
+ var e = IgcNumericYAxisComponent._createFromInternal(r);
535
537
  if (e) {
536
- e._implementation = this.i.s4;
538
+ e._implementation = r;
537
539
  }
538
- this.i.s4.externalObject = e;
540
+ r.externalObject = e;
539
541
  }
540
- return this.i.s4.externalObject;
542
+ return r.externalObject;
541
543
  },
542
544
  set: function (v) {
543
545
  if (v != null && this._stylingContainer && v._styling)
544
546
  v._styling(this._stylingContainer, this, this);
545
- v == null ? this.i.s4 = null : this.i.s4 = v.i;
547
+ v == null ? this.i.ty = null : this.i.ty = v.i;
546
548
  },
547
549
  enumerable: true,
548
550
  configurable: true
@@ -552,7 +554,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
552
554
  * Indicates if this SeriesViewer is a map.
553
555
  */
554
556
  get: function () {
555
- return this.i.ef;
557
+ return this.i.ej;
556
558
  },
557
559
  enumerable: true,
558
560
  configurable: true
@@ -563,11 +565,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
563
565
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
564
566
  */
565
567
  get: function () {
566
- return this.i.tp;
568
+ return this.i.uj;
567
569
  },
568
570
  set: function (v) {
569
- this.i.tp = +v;
570
- this._a("windowScale", this.i.tp);
571
+ this.i.uj = +v;
572
+ this._a("windowScale", this.i.uj);
571
573
  },
572
574
  enumerable: true,
573
575
  configurable: true
@@ -578,11 +580,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
578
580
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
579
581
  */
580
582
  get: function () {
581
- return this.i.to;
583
+ return this.i.ui;
582
584
  },
583
585
  set: function (v) {
584
- this.i.to = +v;
585
- this._a("actualWindowScale", this.i.to);
586
+ this.i.ui = +v;
587
+ this._a("actualWindowScale", this.i.ui);
586
588
  },
587
589
  enumerable: true,
588
590
  configurable: true
@@ -592,7 +594,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
592
594
  * Gets whether or not the control is ready for zooming
593
595
  */
594
596
  get: function () {
595
- return this.i.tl;
597
+ return this.i.uf;
596
598
  },
597
599
  enumerable: true,
598
600
  configurable: true
@@ -623,7 +625,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
623
625
 
624
626
  */
625
627
  IgcGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
626
- var iv = this.i.u7();
628
+ var iv = this.i.v1();
627
629
  return fromRect(iv);
628
630
  };
629
631
  /**
@@ -640,14 +642,14 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
640
642
 
641
643
  */
642
644
  IgcGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
643
- this.i.uj(toRect(zoomWindow));
645
+ this.i.vd(toRect(zoomWindow));
644
646
  };
645
647
  /**
646
648
  * Updates world rect in geographic coordinates
647
649
 
648
650
  */
649
651
  IgcGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
650
- this.i.ui(toRect(worldRect));
652
+ this.i.vc(toRect(worldRect));
651
653
  };
652
654
  /**
653
655
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -659,7 +661,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
659
661
  return fromRect(iv);
660
662
  };
661
663
  IgcGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
662
- var iv = this.i.u4(toRect(geographic), extraPixelPadding);
664
+ var iv = this.i.vy(toRect(geographic), extraPixelPadding);
663
665
  return fromRect(iv);
664
666
  };
665
667
  IgcGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -672,7 +674,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
672
674
  * @param windowRect * The zoom area.
673
675
  */
674
676
  IgcGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
675
- var iv = this.i.u9(toRect(windowRect));
677
+ var iv = this.i.v3(toRect(windowRect));
676
678
  return fromRect(iv);
677
679
  };
678
680
  /**
@@ -681,7 +683,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
681
683
  * @param pixelCoordinate * A pixel-based coordinate
682
684
  */
683
685
  IgcGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
684
- var iv = this.i.uv(toPoint(pixelCoordinate));
686
+ var iv = this.i.vp(toPoint(pixelCoordinate));
685
687
  return fromPoint(iv);
686
688
  };
687
689
  /**
@@ -690,7 +692,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
690
692
  * @param geographicCoordinate * A geographic coordinate
691
693
  */
692
694
  IgcGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
693
- var iv = this.i.uw(toPoint(geographicCoordinate));
695
+ var iv = this.i.vq(toPoint(geographicCoordinate));
694
696
  return fromPoint(iv);
695
697
  };
696
698
  /**
@@ -699,7 +701,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
699
701
  * @param geographicCoordinate * A geographic coordinate
700
702
  */
701
703
  IgcGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
702
- var iv = this.i.ux(toPoint(geographicCoordinate));
704
+ var iv = this.i.vr(toPoint(geographicCoordinate));
703
705
  return fromPoint(iv);
704
706
  };
705
707
  /**
@@ -707,21 +709,21 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
707
709
 
708
710
  */
709
711
  IgcGeographicMapComponent.prototype.clearTileCache = function () {
710
- this.i.t6();
712
+ this.i.u0();
711
713
  };
712
714
  /**
713
715
  * Notifies the chart that the CSS styles in effect have been updated.
714
716
 
715
717
  */
716
718
  IgcGeographicMapComponent.prototype.styleUpdated = function () {
717
- this.i.ue();
719
+ this.i.u8();
718
720
  };
719
721
  /**
720
722
  * Gets actual window scale for horizontal dimension of the control
721
723
 
722
724
  */
723
725
  IgcGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
724
- var iv = this.i.ga();
726
+ var iv = this.i.gm();
725
727
  return (iv);
726
728
  };
727
729
  /**
@@ -729,7 +731,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
729
731
 
730
732
  */
731
733
  IgcGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
732
- var iv = this.i.gb();
734
+ var iv = this.i.gn();
733
735
  return (iv);
734
736
  };
735
737
  /**
@@ -744,7 +746,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
744
746
 
745
747
  */
746
748
  IgcGeographicMapComponent.prototype.exportVisualData = function () {
747
- var iv = this.i.ts();
749
+ var iv = this.i.um();
748
750
  return (iv);
749
751
  };
750
752
  /**
@@ -753,7 +755,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
753
755
  * @param geographic * The geographic region to zoom to.
754
756
  */
755
757
  IgcGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
756
- this.i.ul(toRect(geographic));
758
+ this.i.vf(toRect(geographic));
757
759
  };
758
760
  Object.defineProperty(IgcGeographicMapComponent.prototype, "imageTilesReady", {
759
761
  /**
@@ -781,6 +783,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
781
783
  }
782
784
  };
783
785
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
786
+ ;
784
787
  },
785
788
  enumerable: true,
786
789
  configurable: true
@@ -3,6 +3,7 @@ import { IgcImageTilesReadyEventArgs } from "./igc-image-tiles-ready-event-args"
3
3
  import { IgcImagesChangedEventArgs } from "./igc-images-changed-event-args";
4
4
  import { IgcCancellingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
5
5
  import { IgcDownloadingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
6
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
6
7
  import { fromRect, toRect, ensureBool } from "igniteui-webcomponents-core";
7
8
  /**
8
9
  * Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
@@ -30,10 +31,26 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
30
31
  */
31
32
  get: function () {
32
33
  return this._implementation;
33
- },
34
+ } /**
35
+ * @hidden
36
+ */,
34
37
  enumerable: true,
35
38
  configurable: true
36
39
  });
40
+ IgcGeographicMapImagery._createFromInternal = function (internal) {
41
+ if (!internal) {
42
+ return null;
43
+ }
44
+ if (!internal.$type) {
45
+ return null;
46
+ }
47
+ var name = internal.$type.name;
48
+ var externalName = "Igc" + name + "Component";
49
+ if (!TypeRegistrar.isRegistered(externalName)) {
50
+ return null;
51
+ }
52
+ return TypeRegistrar.create(externalName);
53
+ };
37
54
  IgcGeographicMapImagery.prototype.onImplementationCreated = function () {
38
55
  };
39
56
  IgcGeographicMapImagery.prototype._provideImplementation = function (i) {
@@ -73,10 +90,11 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
73
90
  * The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
74
91
  */
75
92
  get: function () {
76
- if (this.i.geographicMap == null) {
93
+ var r = this.i.geographicMap;
94
+ if (r == null) {
77
95
  return null;
78
96
  }
79
- return this.i.geographicMap.externalObject;
97
+ return r.externalObject;
80
98
  },
81
99
  set: function (v) {
82
100
  v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
@@ -134,6 +152,11 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
134
152
  configurable: true
135
153
  });
136
154
  IgcGeographicMapImagery.prototype.findByName = function (name) {
155
+ if (this.findEphemera) {
156
+ if (name && name.indexOf("@@e:") == 0) {
157
+ return this.findEphemera(name);
158
+ }
159
+ }
137
160
  if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
138
161
  return this.geographicMap;
139
162
  }
@@ -172,6 +195,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
172
195
  }
173
196
  };
174
197
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
198
+ ;
175
199
  },
176
200
  enumerable: true,
177
201
  configurable: true
@@ -202,6 +226,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
202
226
  }
203
227
  };
204
228
  this.i.imagesChanged = delegateCombine(this.i.imagesChanged, this._imagesChanged_wrapped);
229
+ ;
205
230
  },
206
231
  enumerable: true,
207
232
  configurable: true
@@ -232,6 +257,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
232
257
  }
233
258
  };
234
259
  this.i.cancellingImage = delegateCombine(this.i.cancellingImage, this._cancellingImage_wrapped);
260
+ ;
235
261
  },
236
262
  enumerable: true,
237
263
  configurable: true
@@ -262,6 +288,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
262
288
  }
263
289
  };
264
290
  this.i.downloadingImage = delegateCombine(this.i.downloadingImage, this._downloadingImage_wrapped);
291
+ ;
265
292
  },
266
293
  enumerable: true,
267
294
  configurable: true
@@ -23,11 +23,25 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
23
23
  if (_super.prototype["connectedCallback"]) {
24
24
  _super.prototype["connectedCallback"].call(this);
25
25
  }
26
+ if (this.i.connectedCallback) {
27
+ this.i.connectedCallback();
28
+ }
26
29
  if (!this._attached) {
27
30
  this._attached = true;
28
31
  this._flushQueuedAttributes();
29
32
  }
30
33
  };
34
+ IgcGeographicMapSeriesHostComponent.prototype.disconnectedCallback = function () {
35
+ if (_super.prototype["disconnectedCallback"]) {
36
+ _super.prototype["disconnectedCallback"].call(this);
37
+ }
38
+ if (this.i.disconnectedCallback) {
39
+ this.i.disconnectedCallback();
40
+ }
41
+ if (this._attached) {
42
+ this._attached = false;
43
+ }
44
+ };
31
45
  Object.defineProperty(IgcGeographicMapSeriesHostComponent, "observedAttributes", {
32
46
  get: function () {
33
47
  if (IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent == null) {
@@ -47,7 +61,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
47
61
  * Checks if this control is geographic coordinate system
48
62
  */
49
63
  get: function () {
50
- return this.i.dv;
64
+ return this.i.dw;
51
65
  },
52
66
  enumerable: true,
53
67
  configurable: true
@@ -68,11 +82,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
68
82
  * 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%.
69
83
  */
70
84
  get: function () {
71
- return this.i.p8;
85
+ return this.i.qc;
72
86
  },
73
87
  set: function (v) {
74
- this.i.p8 = +v;
75
- this._a("visibleFromScale", this.i.p8);
88
+ this.i.qc = +v;
89
+ this._a("visibleFromScale", this.i.qc);
76
90
  },
77
91
  enumerable: true,
78
92
  configurable: true
@@ -97,10 +111,10 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
97
111
 
98
112
  */
99
113
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
100
- this.i.lk();
114
+ this.i.ln();
101
115
  };
102
116
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
103
- var iv = this.i.hw(item, memberPathName);
117
+ var iv = this.i.hy(item, memberPathName);
104
118
  return (iv);
105
119
  };
106
120
  /**
@@ -109,23 +123,23 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
109
123
  * @param world * The world coordinates to use.
110
124
  */
111
125
  IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
112
- var iv = this.i.ht(toPoint(world));
126
+ var iv = this.i.hv(toPoint(world));
113
127
  return (iv);
114
128
  };
115
129
  IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
116
- var iv = this.i.hj(toPoint(world), skipUnknowns);
130
+ var iv = this.i.hl(toPoint(world), skipUnknowns);
117
131
  return (iv);
118
132
  };
119
133
  IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
120
- var iv = this.i.hh(toPoint(world), skipUnknowns);
134
+ var iv = this.i.hj(toPoint(world), skipUnknowns);
121
135
  return (iv);
122
136
  };
123
137
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
124
- var iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
138
+ var iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
125
139
  return (iv);
126
140
  };
127
141
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
128
- var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
142
+ var iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
129
143
  return fromPoint(iv);
130
144
  };
131
145
  /**
@@ -134,7 +148,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
134
148
  * @param world * The world coordinate for which to get a value bounding box for
135
149
  */
136
150
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
137
- var iv = this.i.pv(toPoint(world));
151
+ var iv = this.i.pz(toPoint(world));
138
152
  return fromRect(iv);
139
153
  };
140
154
  /**
@@ -143,31 +157,31 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
143
157
  * @param world * The world coordinates for which to get a value marker bounding box for
144
158
  */
145
159
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
146
- var iv = this.i.px(toPoint(world));
160
+ var iv = this.i.p1(toPoint(world));
147
161
  return fromRect(iv);
148
162
  };
149
163
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
150
- var iv = this.i.gf(toPoint(world), useInterpolation, skipUnknowns);
164
+ var iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
151
165
  return (iv);
152
166
  };
153
167
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
154
- var iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
168
+ var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
155
169
  return fromPoint(iv);
156
170
  };
157
171
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
158
- var iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
172
+ var iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
159
173
  return (iv);
160
174
  };
161
175
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
162
- var iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
176
+ var iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
163
177
  return fromPoint(iv);
164
178
  };
165
179
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
166
- var iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
180
+ var iv = this.i.pr(toPoint(mouse), useInterpolation, skipUnknowns);
167
181
  return fromPoint(iv);
168
182
  };
169
183
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
170
- var iv = this.i.gk(toPoint(mouse), useInterpolation, skipUnknowns);
184
+ var iv = this.i.gm(toPoint(mouse), useInterpolation, skipUnknowns);
171
185
  return (iv);
172
186
  };
173
187
  /**
@@ -175,7 +189,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
175
189
 
176
190
  */
177
191
  IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
178
- var iv = this.i.ga();
192
+ var iv = this.i.gc();
179
193
  return (iv);
180
194
  };
181
195
  /**
@@ -184,14 +198,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
184
198
  * @param animate * True if the change should be animated.
185
199
  */
186
200
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
187
- this.i.mi(animate);
201
+ this.i.ml(animate);
188
202
  };
189
203
  /**
190
204
  * Called when this series' Style is updated.
191
205
 
192
206
  */
193
207
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
194
- this.i.ms();
208
+ this.i.mv();
195
209
  };
196
210
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
197
211
  return IgcGeographicMapSeriesHostComponent;
@@ -20,11 +20,25 @@ var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functi
20
20
  if (_super.prototype["connectedCallback"]) {
21
21
  _super.prototype["connectedCallback"].call(this);
22
22
  }
23
+ if (this.i.connectedCallback) {
24
+ this.i.connectedCallback();
25
+ }
23
26
  if (!this._attached) {
24
27
  this._attached = true;
25
28
  this._flushQueuedAttributes();
26
29
  }
27
30
  };
31
+ IgcGeographicMarkerSeriesBaseComponent.prototype.disconnectedCallback = function () {
32
+ if (_super.prototype["disconnectedCallback"]) {
33
+ _super.prototype["disconnectedCallback"].call(this);
34
+ }
35
+ if (this.i.disconnectedCallback) {
36
+ this.i.disconnectedCallback();
37
+ }
38
+ if (this._attached) {
39
+ this._attached = false;
40
+ }
41
+ };
28
42
  Object.defineProperty(IgcGeographicMarkerSeriesBaseComponent, "observedAttributes", {
29
43
  get: function () {
30
44
  if (IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent == null) {