igniteui-angular-maps 14.0.0 → 14.1.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +946 -946
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +954 -954
  54. package/fesm5/igniteui-angular-maps.js +946 -946
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +18 -18
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +2 -2
@@ -450,14 +450,14 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
450
450
  __extends(GeographicMapSeriesHost, _super);
451
451
  function GeographicMapSeriesHost() {
452
452
  var _this = _super.call(this) || this;
453
- _this.p3 = null;
454
- _this.p5 = _this.p4();
453
+ _this.p4 = null;
454
+ _this.p6 = _this.p5();
455
455
  return _this;
456
456
  }
457
- GeographicMapSeriesHost.prototype.lj = function () {
458
- _super.prototype.lj.call(this);
459
- if (this.p5 != null) {
460
- this.p5.lj();
457
+ GeographicMapSeriesHost.prototype.lk = function () {
458
+ _super.prototype.lk.call(this);
459
+ if (this.p6 != null) {
460
+ this.p6.lk();
461
461
  }
462
462
  };
463
463
  GeographicMapSeriesHost.prototype.get_dv = function () {
@@ -471,298 +471,298 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
471
471
  if (c == "LongitudeMemberPath") {
472
472
  c = "XMemberPath";
473
473
  }
474
- return this.p5.hw(a, b);
474
+ return this.p6.hw(a, b);
475
475
  };
476
476
  GeographicMapSeriesHost.prototype.c1 = function (a, b, c, d) {
477
- return this.p5.c1(a, b, c, d);
477
+ return this.p6.c1(a, b, c, d);
478
478
  };
479
479
  GeographicMapSeriesHost.prototype.ag = function () {
480
- return this.p5.ag();
480
+ return this.p6.ag();
481
481
  };
482
482
  GeographicMapSeriesHost.prototype.be = function () {
483
- return this.p5;
483
+ return this.p6;
484
484
  };
485
- Object.defineProperty(GeographicMapSeriesHost.prototype, "p5", {
485
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "p6", {
486
486
  get: function () {
487
- return this.p3;
487
+ return this.p4;
488
488
  },
489
489
  set: function (a) {
490
- var b = this.p5 != a;
490
+ var b = this.p6 != a;
491
491
  if (b) {
492
- this.p3 = a;
493
- this.qa();
492
+ this.p4 = a;
493
+ this.qb();
494
494
  }
495
495
  },
496
496
  enumerable: false,
497
497
  configurable: true
498
498
  });
499
499
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
500
- return this.p5.hasMarkers;
500
+ return this.p6.hasMarkers;
501
501
  };
502
- GeographicMapSeriesHost.prototype.qa = function () {
503
- if (this.p3 != null) {
504
- var hostedSeries_ = this.p3;
502
+ GeographicMapSeriesHost.prototype.qb = function () {
503
+ if (this.p4 != null) {
504
+ var hostedSeries_ = this.p4;
505
505
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
506
506
  hostedSeries_.externalObject._implementation = hostedSeries_;
507
507
  }
508
- this.k2(this.p5);
509
- this.p6.b2();
508
+ this.k2(this.p6);
509
+ this.p7.b2();
510
510
  };
511
511
  GeographicMapSeriesHost.prototype.aw = function (a, b, c) {
512
- return this.ay(this.p5, a, b, c);
512
+ return this.ay(this.p6, a, b, c);
513
513
  };
514
514
  GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
515
- return this.az(this.p5, a, b, c);
515
+ return this.az(this.p6, a, b, c);
516
516
  };
517
517
  GeographicMapSeriesHost.prototype.ht = function (a) {
518
- return this.hy(this.p5, a);
518
+ return this.hy(this.p6, a);
519
519
  };
520
520
  GeographicMapSeriesHost.prototype.hj = function (a, b) {
521
- return this.p5.hj(a, b);
521
+ return this.p6.hj(a, b);
522
522
  };
523
523
  GeographicMapSeriesHost.prototype.hh = function (a, b) {
524
- return this.p5.hh(a, b);
524
+ return this.p6.hh(a, b);
525
525
  };
526
526
  GeographicMapSeriesHost.prototype.gj = function (a, b, c) {
527
- return this.p5.gj(a, b, c);
527
+ return this.p6.gj(a, b, c);
528
528
  };
529
- GeographicMapSeriesHost.prototype.pl = function (a, b, c) {
530
- return this.p5.pl(a, b, c);
529
+ GeographicMapSeriesHost.prototype.pm = function (a, b, c) {
530
+ return this.p6.pm(a, b, c);
531
531
  };
532
- GeographicMapSeriesHost.prototype.pu = function (a) {
533
- return this.p5.pu(a);
532
+ GeographicMapSeriesHost.prototype.pv = function (a) {
533
+ return this.p6.pv(a);
534
534
  };
535
535
  GeographicMapSeriesHost.prototype.ak = function (a) {
536
- return this.p5.ak(a);
536
+ return this.p6.ak(a);
537
537
  };
538
- GeographicMapSeriesHost.prototype.pv = function (a) {
539
- return this.p5.pv(a);
538
+ GeographicMapSeriesHost.prototype.pw = function (a) {
539
+ return this.p6.pw(a);
540
540
  };
541
541
  GeographicMapSeriesHost.prototype.al = function (a) {
542
- return this.p5.al(a);
543
- };
544
- GeographicMapSeriesHost.prototype.pw = function (a) {
545
- return this.p5.pw(a);
542
+ return this.p6.al(a);
546
543
  };
547
544
  GeographicMapSeriesHost.prototype.px = function (a) {
548
- return this.p5.px(a);
545
+ return this.p6.px(a);
546
+ };
547
+ GeographicMapSeriesHost.prototype.py = function (a) {
548
+ return this.p6.py(a);
549
549
  };
550
550
  GeographicMapSeriesHost.prototype.gf = function (a, b, c) {
551
- return this.p5.gf(a, b, c);
551
+ return this.p6.gf(a, b, c);
552
552
  };
553
- GeographicMapSeriesHost.prototype.ph = function (a, b, c) {
554
- return this.p5.ph(a, b, c);
553
+ GeographicMapSeriesHost.prototype.pi = function (a, b, c) {
554
+ return this.p6.pi(a, b, c);
555
555
  };
556
556
  GeographicMapSeriesHost.prototype.gh = function (a, b, c) {
557
557
  return this.gj(a, b, c);
558
558
  };
559
- GeographicMapSeriesHost.prototype.pj = function (a, b, c) {
560
- return this.p5.pj(a, b, c);
559
+ GeographicMapSeriesHost.prototype.pk = function (a, b, c) {
560
+ return this.p6.pk(a, b, c);
561
561
  };
562
- GeographicMapSeriesHost.prototype.pm = function (a, b, c) {
563
- return this.p5.pm(a, b, c);
562
+ GeographicMapSeriesHost.prototype.pn = function (a, b, c) {
563
+ return this.p6.pn(a, b, c);
564
564
  };
565
565
  GeographicMapSeriesHost.prototype.gk = function (a, b, c) {
566
- return this.p5.gk(a, b, c);
566
+ return this.p6.gk(a, b, c);
567
567
  };
568
- GeographicMapSeriesHost.prototype.pi = function (a, b, c) {
569
- return this.p5.pi(a, b, c);
568
+ GeographicMapSeriesHost.prototype.pj = function (a, b, c) {
569
+ return this.p6.pj(a, b, c);
570
570
  };
571
571
  GeographicMapSeriesHost.prototype.gg = function (a, b, c) {
572
- return this.p5.gg(a, b, c);
572
+ return this.p6.gg(a, b, c);
573
573
  };
574
- GeographicMapSeriesHost.prototype.pk = function (a, b, c) {
575
- return this.p5.pk(a, b, c);
574
+ GeographicMapSeriesHost.prototype.pl = function (a, b, c) {
575
+ return this.p6.pl(a, b, c);
576
576
  };
577
577
  GeographicMapSeriesHost.prototype.gi = function (a, b, c) {
578
- return this.p5.gi(a, b, c);
578
+ return this.p6.gi(a, b, c);
579
579
  };
580
580
  GeographicMapSeriesHost.prototype.he = function (a) {
581
- return this.p5.he(a);
581
+ return this.p6.he(a);
582
582
  };
583
583
  GeographicMapSeriesHost.prototype.ga = function () {
584
- return this.p5.ga();
584
+ return this.p6.ga();
585
585
  };
586
586
  GeographicMapSeriesHost.prototype.f6 = function (a) {
587
- return this.p5.f6(a);
587
+ return this.p6.f6(a);
588
588
  };
589
589
  GeographicMapSeriesHost.prototype.hu = function (a) {
590
- return this.p5.hu(a);
590
+ return this.p6.hu(a);
591
591
  };
592
592
  GeographicMapSeriesHost.prototype.bx = function () {
593
593
  return new HostSeriesView(this);
594
594
  };
595
- GeographicMapSeriesHost.prototype.ly = function (a) {
596
- _super.prototype.ly.call(this, a);
597
- this.p6 = typeCast(HostSeriesView.$, a);
595
+ GeographicMapSeriesHost.prototype.lz = function (a) {
596
+ _super.prototype.lz.call(this, a);
597
+ this.p7 = typeCast(HostSeriesView.$, a);
598
598
  };
599
- Object.defineProperty(GeographicMapSeriesHost.prototype, "p7", {
599
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "p8", {
600
600
  get: function () {
601
- return this.c(GeographicMapSeriesHost.qc);
601
+ return this.c(GeographicMapSeriesHost.qd);
602
602
  },
603
603
  set: function (a) {
604
- this.h(GeographicMapSeriesHost.qc, a);
604
+ this.h(GeographicMapSeriesHost.qd, a);
605
605
  },
606
606
  enumerable: false,
607
607
  configurable: true
608
608
  });
609
- GeographicMapSeriesHost.prototype.l3 = function (a, b, c, d) {
610
- _super.prototype.l3.call(this, a, b, c, d);
609
+ GeographicMapSeriesHost.prototype.l4 = function (a, b, c, d) {
610
+ _super.prototype.l4.call(this, a, b, c, d);
611
611
  switch (b) {
612
612
  case "SeriesViewer":
613
- this.p5.cd = this.cd;
613
+ this.p6.cd = this.cd;
614
614
  if (c != null) {
615
- c.n2(this.p5);
615
+ c.n2(this.p6);
616
616
  }
617
617
  if (d != null) {
618
- this.cd.kx(this.p5);
618
+ this.cd.kx(this.p6);
619
619
  }
620
- this.p5.l6(this.py);
621
- this.p5.index = this.index;
622
- this.k8(this.p5);
623
- this.ho = this.p5.ho;
620
+ this.p6.l7(this.pz);
621
+ this.p6.index = this.index;
622
+ this.k8(this.p6);
623
+ this.ho = this.p6.ho;
624
624
  var e = typeCast(SeriesViewer.$, c);
625
625
  if (e != null) {
626
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qb));
626
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qc));
627
627
  }
628
628
  if (this.cd != null) {
629
629
  var f = this.cd;
630
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qb));
630
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qc));
631
631
  }
632
- this.p9();
632
+ this.qa();
633
633
  break;
634
634
  case "SyncLink":
635
- this.p5.b8 = this.b8;
635
+ this.p6.b8 = this.b8;
636
636
  break;
637
637
  case "VisibleFromScale":
638
- this.p9();
638
+ this.qa();
639
639
  break;
640
640
  case "Index":
641
- this.p5.index = this.index;
641
+ this.p6.index = this.index;
642
642
  break;
643
643
  case "ItemsSource":
644
- this.p6.b3();
644
+ this.p7.b3();
645
645
  break;
646
646
  case "Resolution":
647
- this.p6.ca();
647
+ this.p7.ca();
648
648
  break;
649
649
  case "TransitionDuration":
650
- this.p6.cd();
650
+ this.p7.cd();
651
651
  break;
652
652
  case "Opacity":
653
- this.p6.b7();
653
+ this.p7.b7();
654
654
  break;
655
655
  case "Visibility":
656
- var hs_ = this.p5;
656
+ var hs_ = this.p6;
657
657
  var v_ = this._visibility;
658
658
  hs_.visibility = v_;
659
659
  break;
660
660
  case "MouseOverEnabled":
661
- this.p5.el = this.el;
661
+ this.p6.el = this.el;
662
662
  break;
663
663
  case "ExpectFunctions":
664
- this.p5.expectFunctions = this.expectFunctions;
664
+ this.p6.expectFunctions = this.expectFunctions;
665
665
  break;
666
666
  case "Thickness":
667
- this.p6.cc();
667
+ this.p7.cc();
668
668
  break;
669
669
  case "Brush":
670
- this.p6.b1();
670
+ this.p7.b1();
671
671
  break;
672
672
  case "Outline":
673
- this.p6.b9();
673
+ this.p7.b9();
674
674
  break;
675
675
  case "ActualBrush":
676
- this.p6.by();
676
+ this.p7.by();
677
677
  break;
678
678
  case "ActualOutline":
679
- this.p6.bz();
679
+ this.p7.bz();
680
680
  break;
681
681
  case "MarkerFillOpacity":
682
682
  if (!isNaN_(this.gq)) {
683
- this.p6.b6();
683
+ this.p7.b6();
684
684
  }
685
685
  break;
686
686
  case "AreaFillOpacity":
687
687
  if (!isNaN_(this.fz)) {
688
- this.p6.b0();
688
+ this.p7.b0();
689
689
  }
690
690
  break;
691
691
  case "OutlineMode":
692
- this.p6.b8();
692
+ this.p7.b8();
693
693
  break;
694
694
  case "ShowDefaultTooltip":
695
- this.p6.cb();
695
+ this.p7.cb();
696
696
  break;
697
697
  case "Title":
698
- this.p5.title = this.title;
698
+ this.p6.title = this.title;
699
699
  break;
700
700
  case "LegendItemBadgeMode":
701
- this.p6.b4();
701
+ this.p7.b4();
702
702
  break;
703
703
  case "LegendItemBadgeShape":
704
- this.p6.b5();
704
+ this.p7.b5();
705
705
  break;
706
706
  case "Legend":
707
- this.p5.legend = this.legend;
707
+ this.p6.legend = this.legend;
708
708
  this.b0.at();
709
709
  break;
710
710
  }
711
711
  };
712
- GeographicMapSeriesHost.prototype.p9 = function () {
713
- if (this.cd == null || this.p5 == null) {
712
+ GeographicMapSeriesHost.prototype.qa = function () {
713
+ if (this.cd == null || this.p6 == null) {
714
714
  return;
715
715
  }
716
- if (!isNaN_(this.p7)) {
717
- if (this.cd.sf.width > this.p7) {
718
- var hs_ = this.p5;
716
+ if (!isNaN_(this.p8)) {
717
+ if (this.cd.sf.width > this.p8) {
718
+ var hs_ = this.p6;
719
719
  var v_ = 1;
720
720
  hs_.visibility = v_;
721
721
  }
722
722
  else {
723
- var hs2_ = this.p5;
723
+ var hs2_ = this.p6;
724
724
  var v2_ = 0;
725
725
  hs2_.visibility = v2_;
726
726
  }
727
727
  }
728
728
  };
729
- GeographicMapSeriesHost.prototype.qb = function (a, b) {
730
- this.p9();
729
+ GeographicMapSeriesHost.prototype.qc = function (a, b) {
730
+ this.qa();
731
731
  };
732
- GeographicMapSeriesHost.prototype.mh = function (a) {
733
- _super.prototype.mh.call(this, a);
734
- if (this.p5 != null) {
735
- this.p5.mh(a);
732
+ GeographicMapSeriesHost.prototype.mi = function (a) {
733
+ _super.prototype.mi.call(this, a);
734
+ if (this.p6 != null) {
735
+ this.p6.mi(a);
736
736
  }
737
737
  };
738
- GeographicMapSeriesHost.prototype.mg = function (a, b, c, d, e) {
739
- if (this.p5 != null) {
740
- this.p5.mg(a, b, c, d, e);
738
+ GeographicMapSeriesHost.prototype.mh = function (a, b, c, d, e) {
739
+ if (this.p6 != null) {
740
+ this.p6.mh(a, b, c, d, e);
741
741
  }
742
742
  };
743
743
  GeographicMapSeriesHost.prototype.at = function (a, b) {
744
- return this.p5.at(a, b);
744
+ return this.p6.at(a, b);
745
745
  };
746
- GeographicMapSeriesHost.prototype.mr = function () {
747
- _super.prototype.mr.call(this);
748
- this.p5.mr();
746
+ GeographicMapSeriesHost.prototype.ms = function () {
747
+ _super.prototype.ms.call(this);
748
+ this.p6.ms();
749
749
  };
750
750
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
751
751
  return this._coercionMethods;
752
752
  };
753
753
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
754
754
  this._coercionMethods = a;
755
- this.p5.coercionMethods = a;
755
+ this.p6.coercionMethods = a;
756
756
  };
757
757
  GeographicMapSeriesHost.prototype.k7 = function (a) {
758
758
  _super.prototype.k7.call(this, a);
759
- if (this.p5 != null) {
760
- var b = this.p5.hs();
759
+ if (this.p6 != null) {
760
+ var b = this.p6.hs();
761
761
  this.kz(a, b);
762
762
  }
763
763
  };
764
764
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
765
- GeographicMapSeriesHost.qc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
765
+ GeographicMapSeriesHost.qd = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
766
766
  var c = a;
767
767
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
768
768
  }));
@@ -783,67 +783,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
783
783
  _super.prototype.ar.call(this, a, b);
784
784
  };
785
785
  HostSeriesView.prototype.b2 = function () {
786
- this.bx.p2 = 1;
787
- this.bx.p5.p2 = 0;
788
- this.bx.p5.itemsSource = this.bx.itemsSource;
789
- this.bx.p5.index = this.bx.index;
790
- this.bx.p5.o2 = this.bx.o2;
791
- this.bx.p5.o7 = this.bx.o2;
792
- this.bx.p5.bt = this.bx.bt;
793
- this.bx.p5.gt = this.bx.gt;
794
- this.bx.p5.hm = this.bx.hm;
795
- this.bx.p5._opacity = this.bx._opacity;
796
- this.bx.p5.gz = this.bx.gz;
797
- this.bx.p5.fz = this.bx.fz;
798
- this.bx.p5.gq = this.bx.gq;
799
- this.bx.p5.er = this.bx.er;
800
- this.bx.p5.legendItemBadgeShape = this.bx.legendItemBadgeShape;
801
- this.bx.p5.a9 = this.bx.a9;
786
+ this.bx.p3 = 1;
787
+ this.bx.p6.p3 = 0;
788
+ this.bx.p6.itemsSource = this.bx.itemsSource;
789
+ this.bx.p6.index = this.bx.index;
790
+ this.bx.p6.o3 = this.bx.o3;
791
+ this.bx.p6.o8 = this.bx.o3;
792
+ this.bx.p6.bt = this.bx.bt;
793
+ this.bx.p6.gt = this.bx.gt;
794
+ this.bx.p6.hm = this.bx.hm;
795
+ this.bx.p6._opacity = this.bx._opacity;
796
+ this.bx.p6.gz = this.bx.gz;
797
+ this.bx.p6.fz = this.bx.fz;
798
+ this.bx.p6.gq = this.bx.gq;
799
+ this.bx.p6.er = this.bx.er;
800
+ this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
801
+ this.bx.p6.a9 = this.bx.a9;
802
802
  };
803
803
  HostSeriesView.prototype.b3 = function () {
804
- this.bx.p5.itemsSource = this.bx.itemsSource;
804
+ this.bx.p6.itemsSource = this.bx.itemsSource;
805
805
  };
806
806
  HostSeriesView.prototype.ca = function () {
807
- this.bx.p5.gt = this.bx.gt;
807
+ this.bx.p6.gt = this.bx.gt;
808
808
  };
809
809
  HostSeriesView.prototype.cd = function () {
810
- this.bx.p5.hm = this.bx.hm;
810
+ this.bx.p6.hm = this.bx.hm;
811
811
  };
812
812
  HostSeriesView.prototype.b7 = function () {
813
- this.bx.p5._opacity = this.bx._opacity;
813
+ this.bx.p6._opacity = this.bx._opacity;
814
814
  };
815
815
  HostSeriesView.prototype.cc = function () {
816
- this.bx.p5.gz = this.bx.gz;
816
+ this.bx.p6.gz = this.bx.gz;
817
817
  };
818
818
  HostSeriesView.prototype.b1 = function () {
819
- this.bx.p5.o2 = this.bx.o2;
819
+ this.bx.p6.o3 = this.bx.o3;
820
820
  };
821
821
  HostSeriesView.prototype.b9 = function () {
822
- this.bx.p5.o7 = this.bx.o7;
822
+ this.bx.p6.o8 = this.bx.o8;
823
823
  };
824
824
  HostSeriesView.prototype.by = function () {
825
- this.bx.p5.o2 = this.bx.oy;
825
+ this.bx.p6.o3 = this.bx.oz;
826
826
  };
827
827
  HostSeriesView.prototype.bz = function () {
828
- this.bx.p5.o7 = this.bx.o1;
828
+ this.bx.p6.o8 = this.bx.o2;
829
829
  };
830
830
  HostSeriesView.prototype.b4 = function () {
831
- this.bx.p5.a9 = this.bx.a9;
831
+ this.bx.p6.a9 = this.bx.a9;
832
832
  };
833
833
  HostSeriesView.prototype.b5 = function () {
834
- this.bx.p5.legendItemBadgeShape = this.bx.legendItemBadgeShape;
834
+ this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
835
835
  };
836
836
  HostSeriesView.prototype.b0 = function () {
837
- this.bx.p5.fz = this.bx.fz;
837
+ this.bx.p6.fz = this.bx.fz;
838
838
  };
839
839
  HostSeriesView.prototype.b6 = function () {
840
- this.bx.p5.gq = this.bx.gq;
840
+ this.bx.p6.gq = this.bx.gq;
841
841
  };
842
842
  HostSeriesView.prototype.b8 = function () {
843
- this.bx.p5.bt = this.bx.bt;
843
+ this.bx.p6.bt = this.bx.bt;
844
844
  };
845
845
  HostSeriesView.prototype.cb = function () {
846
- this.bx.p5.er = this.bx.er;
846
+ this.bx.p6.er = this.bx.er;
847
847
  };
848
848
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
849
849
  return HostSeriesView;
@@ -1170,7 +1170,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1170
  try {
1171
1171
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
1172
1172
  var a = _c.value;
1173
- a.mr();
1173
+ a.ms();
1174
1174
  }
1175
1175
  }
1176
1176
  catch (e_1_1) {
@@ -1587,7 +1587,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1587
1587
  try {
1588
1588
  for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
1589
1589
  var g = _d.value;
1590
- g.mh(false);
1590
+ g.mi(false);
1591
1591
  }
1592
1592
  }
1593
1593
  catch (e_2_1) {
@@ -1622,7 +1622,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1622
1622
  try {
1623
1623
  for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
1624
1624
  var h = _f.value;
1625
- h.lj();
1625
+ h.lk();
1626
1626
  }
1627
1627
  }
1628
1628
  catch (e_3_1) {
@@ -1678,7 +1678,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1678
1678
  var c = b;
1679
1679
  var d = a;
1680
1680
  d.itemsSource = c.triangulationSource.points;
1681
- d.qe = c.triangulationSource.triangles;
1681
+ d.qf = c.triangulationSource.triangles;
1682
1682
  }
1683
1683
  else {
1684
1684
  _super.prototype.n9.call(this, a, b);
@@ -2011,41 +2011,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
2011
2011
  }
2012
2012
  GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
2013
2013
  _super.prototype.b2.call(this);
2014
- var a = this.ce.p5;
2015
- a.q5 = this.ce.qh;
2016
- a.rd = this.ce.qf;
2017
- a.trianglesSource = this.ce.qe;
2018
- a.qt = this.ce.qk;
2019
- a.qv = this.ce.qm;
2020
- a.qx = this.ce.qo;
2014
+ var a = this.ce.p6;
2015
+ a.q6 = this.ce.qi;
2016
+ a.re = this.ce.qg;
2017
+ a.trianglesSource = this.ce.qf;
2018
+ a.qu = this.ce.ql;
2019
+ a.qw = this.ce.qn;
2020
+ a.qy = this.ce.qp;
2021
2021
  };
2022
2022
  GeographicXYTriangulatingSeriesView.prototype.ch = function () {
2023
- var a = this.ce.p5;
2023
+ var a = this.ce.p6;
2024
2024
  if (this.ce.cd == null) {
2025
- a.p3 = null;
2026
2025
  a.p4 = null;
2026
+ a.p5 = null;
2027
2027
  return;
2028
2028
  }
2029
- a.p3 = this.ce.cd.s2;
2030
- a.p4 = this.ce.cd.s4;
2029
+ a.p4 = this.ce.cd.s2;
2030
+ a.p5 = this.ce.cd.s4;
2031
2031
  };
2032
2032
  GeographicXYTriangulatingSeriesView.prototype.cg = function () {
2033
- this.ce.p5.q5 = this.ce.qh;
2033
+ this.ce.p6.q6 = this.ce.qi;
2034
2034
  };
2035
2035
  GeographicXYTriangulatingSeriesView.prototype.cf = function () {
2036
- this.ce.p5.rd = this.ce.qf;
2036
+ this.ce.p6.re = this.ce.qg;
2037
2037
  };
2038
2038
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2039
- this.ce.p5.trianglesSource = this.ce.qe;
2039
+ this.ce.p6.trianglesSource = this.ce.qf;
2040
2040
  };
2041
2041
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
2042
- this.ce.p5.qt = this.ce.qk;
2042
+ this.ce.p6.qu = this.ce.ql;
2043
2043
  };
2044
2044
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
2045
- this.ce.p5.qv = this.ce.qm;
2045
+ this.ce.p6.qw = this.ce.qn;
2046
2046
  };
2047
2047
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
2048
- this.ce.p5.qx = this.ce.qo;
2048
+ this.ce.p6.qy = this.ce.qp;
2049
2049
  };
2050
2050
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
2051
2051
  return GeographicXYTriangulatingSeriesView;
@@ -2068,19 +2068,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
2068
2068
  };
2069
2069
  GeographicScatterAreaSeriesView.prototype.b2 = function () {
2070
2070
  _super.prototype.b2.call(this);
2071
- if (this.cm.qz != null) {
2072
- this.cm.qz.sc = this.cm.q3;
2073
- this.cm.qz.r0 = this.cm.qy;
2071
+ if (this.cm.q0 != null) {
2072
+ this.cm.q0.sd = this.cm.q4;
2073
+ this.cm.q0.r1 = this.cm.qz;
2074
2074
  }
2075
2075
  };
2076
2076
  GeographicScatterAreaSeriesView.prototype.cn = function () {
2077
- if (this.cm.qz != null) {
2078
- this.cm.qz.sc = this.cm.q3;
2077
+ if (this.cm.q0 != null) {
2078
+ this.cm.q0.sd = this.cm.q4;
2079
2079
  }
2080
2080
  };
2081
2081
  GeographicScatterAreaSeriesView.prototype.co = function () {
2082
- if (this.cm.qz != null) {
2083
- this.cm.qz.r0 = this.cm.qy;
2082
+ if (this.cm.q0 != null) {
2083
+ this.cm.q0.r1 = this.cm.qz;
2084
2084
  }
2085
2085
  };
2086
2086
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2287,38 +2287,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
2287
2287
  GeographicXYTriangulatingSeries.prototype.bx = function () {
2288
2288
  return new GeographicXYTriangulatingSeriesView(this);
2289
2289
  };
2290
- GeographicXYTriangulatingSeries.prototype.ly = function (a) {
2291
- _super.prototype.ly.call(this, a);
2292
- this.qd = a;
2290
+ GeographicXYTriangulatingSeries.prototype.lz = function (a) {
2291
+ _super.prototype.lz.call(this, a);
2292
+ this.qe = a;
2293
2293
  };
2294
- GeographicXYTriangulatingSeries.prototype.l3 = function (a, b, c, d) {
2295
- _super.prototype.l3.call(this, a, b, c, d);
2294
+ GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
2295
+ _super.prototype.l4.call(this, a, b, c, d);
2296
2296
  switch (b) {
2297
2297
  case "SeriesViewer":
2298
- this.qd.ch();
2298
+ this.qe.ch();
2299
2299
  break;
2300
2300
  case GeographicXYTriangulatingSeries.$$p[1]:
2301
- this.qd.cg();
2301
+ this.qe.cg();
2302
2302
  break;
2303
2303
  case GeographicXYTriangulatingSeries.$$p[0]:
2304
- this.qd.cf();
2304
+ this.qe.cf();
2305
2305
  break;
2306
2306
  case GeographicXYTriangulatingSeries.$$p[2]:
2307
- this.qd.ci();
2307
+ this.qe.ci();
2308
2308
  break;
2309
2309
  case GeographicXYTriangulatingSeries.$$p[3]:
2310
- this.qd.cj();
2310
+ this.qe.cj();
2311
2311
  break;
2312
2312
  case GeographicXYTriangulatingSeries.$$p[4]:
2313
- this.qd.ck();
2313
+ this.qe.ck();
2314
2314
  break;
2315
2315
  case GeographicXYTriangulatingSeries.$$p[5]:
2316
- this.qd.cl();
2316
+ this.qe.cl();
2317
2317
  break;
2318
2318
  }
2319
2319
  };
2320
2320
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2321
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
2321
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
2322
2322
  return GeographicXYTriangulatingSeries;
2323
2323
  }(GeographicMapSeriesHost));
2324
2324
  /**
@@ -2328,7 +2328,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2328
2328
  __extends(GeographicScatterAreaSeries, _super);
2329
2329
  function GeographicScatterAreaSeries() {
2330
2330
  var _this = _super.call(this) || this;
2331
- _this.qw = null;
2331
+ _this.qx = null;
2332
2332
  _this.triangulationStatusChanged = null;
2333
2333
  _this.ab = GeographicScatterAreaSeries.$;
2334
2334
  return _this;
@@ -2336,53 +2336,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2336
2336
  GeographicScatterAreaSeries.prototype.get_dd = function () {
2337
2337
  return true;
2338
2338
  };
2339
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "qy", {
2339
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
2340
2340
  get: function () {
2341
- return this.qw;
2341
+ return this.qx;
2342
2342
  },
2343
2343
  set: function (a) {
2344
- var b = this.qw != a;
2344
+ var b = this.qx != a;
2345
2345
  if (b) {
2346
- var c = this.qw;
2347
- if (this.qw != null) {
2348
- var d = this.qw;
2349
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q6));
2346
+ var c = this.qx;
2347
+ if (this.qx != null) {
2348
+ var d = this.qx;
2349
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
2350
2350
  }
2351
- this.qw = a;
2352
- if (this.qw != null) {
2353
- var e = this.qw;
2354
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q6));
2351
+ this.qx = a;
2352
+ if (this.qx != null) {
2353
+ var e = this.qx;
2354
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
2355
2355
  }
2356
- this.raisePropertyChanged("ColorScale", c, this.qw);
2357
- if (this.qz != null) {
2358
- this.qz.r0 = a;
2356
+ this.raisePropertyChanged("ColorScale", c, this.qx);
2357
+ if (this.q0 != null) {
2358
+ this.q0.r1 = a;
2359
2359
  }
2360
2360
  }
2361
2361
  },
2362
2362
  enumerable: false,
2363
2363
  configurable: true
2364
2364
  });
2365
- GeographicScatterAreaSeries.prototype.q6 = function (a, b) {
2366
- this.q1.co();
2367
- this.q8();
2368
- this.mh(false);
2365
+ GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
2366
+ this.q2.co();
2367
+ this.q9();
2368
+ this.mi(false);
2369
2369
  };
2370
- GeographicScatterAreaSeries.prototype.q8 = function () {
2371
- if (this.qz != null) {
2372
- this.qx = this.qz.rz;
2370
+ GeographicScatterAreaSeries.prototype.q9 = function () {
2371
+ if (this.q0 != null) {
2372
+ this.qy = this.q0.r0;
2373
2373
  }
2374
2374
  };
2375
- GeographicScatterAreaSeries.prototype.mv = function () {
2376
- _super.prototype.mv.call(this);
2377
- this.q8();
2375
+ GeographicScatterAreaSeries.prototype.mw = function () {
2376
+ _super.prototype.mw.call(this);
2377
+ this.q9();
2378
2378
  };
2379
- GeographicScatterAreaSeries.prototype.p4 = function () {
2380
- this.qz = new ScatterAreaSeries();
2381
- var a = this.qz;
2382
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
2383
- return this.qz;
2379
+ GeographicScatterAreaSeries.prototype.p5 = function () {
2380
+ this.q0 = new ScatterAreaSeries();
2381
+ var a = this.q0;
2382
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
2383
+ return this.q0;
2384
2384
  };
2385
- GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
2385
+ GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
2386
2386
  if (this.triangulationStatusChanged != null) {
2387
2387
  this.triangulationStatusChanged(this, b);
2388
2388
  }
@@ -2390,19 +2390,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2390
2390
  GeographicScatterAreaSeries.prototype.bx = function () {
2391
2391
  return new GeographicScatterAreaSeriesView(this);
2392
2392
  };
2393
- GeographicScatterAreaSeries.prototype.ly = function (a) {
2394
- _super.prototype.ly.call(this, a);
2395
- this.q1 = a;
2393
+ GeographicScatterAreaSeries.prototype.lz = function (a) {
2394
+ _super.prototype.lz.call(this, a);
2395
+ this.q2 = a;
2396
2396
  };
2397
- GeographicScatterAreaSeries.prototype.l3 = function (a, b, c, d) {
2398
- _super.prototype.l3.call(this, a, b, c, d);
2397
+ GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
2398
+ _super.prototype.l4.call(this, a, b, c, d);
2399
2399
  switch (b) {
2400
2400
  case GeographicScatterAreaSeries.$$p[1]:
2401
- this.q1.cn();
2401
+ this.q2.cn();
2402
2402
  break;
2403
2403
  case "ColorScale":
2404
- this.q1.co();
2405
- this.q8();
2404
+ this.q2.co();
2405
+ this.q9();
2406
2406
  break;
2407
2407
  }
2408
2408
  };
@@ -2413,7 +2413,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2413
2413
  _super.prototype.set_e3.call(this, a);
2414
2414
  };
2415
2415
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2416
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
2416
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
2417
2417
  return GeographicScatterAreaSeries;
2418
2418
  }(GeographicXYTriangulatingSeries));
2419
2419
 
@@ -4924,10 +4924,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4924
4924
  * 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%.
4925
4925
  */
4926
4926
  get: function () {
4927
- return this.i.p7;
4927
+ return this.i.p8;
4928
4928
  },
4929
4929
  set: function (v) {
4930
- this.i.p7 = +v;
4930
+ this.i.p8 = +v;
4931
4931
  },
4932
4932
  enumerable: false,
4933
4933
  configurable: true
@@ -4952,7 +4952,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4952
4952
 
4953
4953
  */
4954
4954
  IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
4955
- this.i.lj();
4955
+ this.i.lk();
4956
4956
  };
4957
4957
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
4958
4958
  var iv = this.i.hw(item, memberPathName);
@@ -4980,7 +4980,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4980
4980
  return (iv);
4981
4981
  };
4982
4982
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
4983
- var iv = this.i.pl(toPoint(world), useInterpolation, skipUnknowns);
4983
+ var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
4984
4984
  return fromPoint(iv);
4985
4985
  };
4986
4986
  /**
@@ -4989,7 +4989,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4989
4989
  * @param world * The world coordinate for which to get a value bounding box for
4990
4990
  */
4991
4991
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
4992
- var iv = this.i.pu(toPoint(world));
4992
+ var iv = this.i.pv(toPoint(world));
4993
4993
  return fromRect(iv);
4994
4994
  };
4995
4995
  /**
@@ -4998,7 +4998,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4998
4998
  * @param world * The world coordinates for which to get a value marker bounding box for
4999
4999
  */
5000
5000
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
5001
- var iv = this.i.pw(toPoint(world));
5001
+ var iv = this.i.px(toPoint(world));
5002
5002
  return fromRect(iv);
5003
5003
  };
5004
5004
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -5006,7 +5006,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
5006
5006
  return (iv);
5007
5007
  };
5008
5008
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
5009
- var iv = this.i.ph(toPoint(world), useInterpolation, skipUnknowns);
5009
+ var iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
5010
5010
  return fromPoint(iv);
5011
5011
  };
5012
5012
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -5014,11 +5014,11 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
5014
5014
  return (iv);
5015
5015
  };
5016
5016
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
5017
- var iv = this.i.pj(toPoint(world), useInterpolation, skipUnknowns);
5017
+ var iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
5018
5018
  return fromPoint(iv);
5019
5019
  };
5020
5020
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5021
- var iv = this.i.pm(toPoint(mouse), useInterpolation, skipUnknowns);
5021
+ var iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
5022
5022
  return fromPoint(iv);
5023
5023
  };
5024
5024
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -5039,14 +5039,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
5039
5039
  * @param animate * True if the change should be animated.
5040
5040
  */
5041
5041
  IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
5042
- this.i.mh(animate);
5042
+ this.i.mi(animate);
5043
5043
  };
5044
5044
  /**
5045
5045
  * Called when this series' Style is updated.
5046
5046
 
5047
5047
  */
5048
5048
  IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
5049
- this.i.mr();
5049
+ this.i.ms();
5050
5050
  };
5051
5051
  IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
5052
5052
  IgxGeographicMapSeriesHostComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
@@ -5155,10 +5155,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5155
5155
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
5156
5156
  */
5157
5157
  get: function () {
5158
- return this.i.qy;
5158
+ return this.i.qz;
5159
5159
  },
5160
5160
  set: function (v) {
5161
- this.i.qy = v;
5161
+ this.i.qz = v;
5162
5162
  },
5163
5163
  enumerable: false,
5164
5164
  configurable: true
@@ -5168,10 +5168,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5168
5168
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5169
5169
  */
5170
5170
  get: function () {
5171
- return this.i.qn;
5171
+ return this.i.qo;
5172
5172
  },
5173
5173
  set: function (v) {
5174
- this.i.qn = ensureBool(v);
5174
+ this.i.qo = ensureBool(v);
5175
5175
  },
5176
5176
  enumerable: false,
5177
5177
  configurable: true
@@ -5181,10 +5181,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5181
5181
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5182
5182
  */
5183
5183
  get: function () {
5184
- return this.i.qm;
5184
+ return this.i.qn;
5185
5185
  },
5186
5186
  set: function (v) {
5187
- this.i.qm = ensureBool(v);
5187
+ this.i.qn = ensureBool(v);
5188
5188
  },
5189
5189
  enumerable: false,
5190
5190
  configurable: true
@@ -5194,10 +5194,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5194
5194
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5195
5195
  */
5196
5196
  get: function () {
5197
- return this.i.qf;
5197
+ return this.i.qg;
5198
5198
  },
5199
5199
  set: function (v) {
5200
- this.i.qf = ensureEnum(ShapeItemSearchMode_$type, v);
5200
+ this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
5201
5201
  },
5202
5202
  enumerable: false,
5203
5203
  configurable: true
@@ -5207,10 +5207,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5207
5207
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5208
5208
  */
5209
5209
  get: function () {
5210
- return this.i.qq;
5210
+ return this.i.qr;
5211
5211
  },
5212
5212
  set: function (v) {
5213
- this.i.qq = +v;
5213
+ this.i.qr = +v;
5214
5214
  },
5215
5215
  enumerable: false,
5216
5216
  configurable: true
@@ -5220,10 +5220,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5220
5220
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5221
5221
  */
5222
5222
  get: function () {
5223
- return this.i.qp;
5223
+ return this.i.qq;
5224
5224
  },
5225
5225
  set: function (v) {
5226
- this.i.qp = +v;
5226
+ this.i.qq = +v;
5227
5227
  },
5228
5228
  enumerable: false,
5229
5229
  configurable: true
@@ -5233,18 +5233,18 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5233
5233
  * Set a shapefile datasource to use with the series.
5234
5234
  */
5235
5235
  get: function () {
5236
- if (this.i.qi == null) {
5236
+ if (this.i.qj == null) {
5237
5237
  return null;
5238
5238
  }
5239
- if (!this.i.qi.externalObject) {
5239
+ if (!this.i.qj.externalObject) {
5240
5240
  var e = new IgxShapeDataSource();
5241
- e._implementation = this.i.qi;
5242
- this.i.qi.externalObject = e;
5241
+ e._implementation = this.i.qj;
5242
+ this.i.qj.externalObject = e;
5243
5243
  }
5244
- return this.i.qi.externalObject;
5244
+ return this.i.qj.externalObject;
5245
5245
  },
5246
5246
  set: function (v) {
5247
- v == null ? this.i.qi = null : this.i.qi = v.i;
5247
+ v == null ? this.i.qj = null : this.i.qj = v.i;
5248
5248
  },
5249
5249
  enumerable: false,
5250
5250
  configurable: true
@@ -5255,10 +5255,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5255
5255
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
5256
5256
  */
5257
5257
  get: function () {
5258
- return this.i.qo;
5258
+ return this.i.qp;
5259
5259
  },
5260
5260
  set: function (v) {
5261
- this.i.qo = +v;
5261
+ this.i.qp = +v;
5262
5262
  },
5263
5263
  enumerable: false,
5264
5264
  configurable: true
@@ -5371,20 +5371,20 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
5371
5371
  __extends(GeographicShapeSeriesBase, _super);
5372
5372
  function GeographicShapeSeriesBase() {
5373
5373
  var _this = _super !== null && _super.apply(this, arguments) || this;
5374
+ _this.qm = false;
5374
5375
  _this.ql = false;
5375
- _this.qk = false;
5376
5376
  _this.assigningShapeStyle = null;
5377
5377
  _this.assigningShapeMarkerStyle = null;
5378
- _this.qh = null;
5379
- _this.qj = false;
5378
+ _this.qi = null;
5379
+ _this.qk = false;
5380
5380
  return _this;
5381
5381
  }
5382
5382
  GeographicShapeSeriesBase.prototype.bx = function () {
5383
5383
  return new GeographicShapeSeriesBaseView(this);
5384
5384
  };
5385
- GeographicShapeSeriesBase.prototype.ly = function (a) {
5386
- _super.prototype.ly.call(this, a);
5387
- this.qg = a;
5385
+ GeographicShapeSeriesBase.prototype.lz = function (a) {
5386
+ _super.prototype.lz.call(this, a);
5387
+ this.qh = a;
5388
5388
  };
5389
5389
  GeographicShapeSeriesBase.prototype.get_dx = function () {
5390
5390
  return true;
@@ -5392,97 +5392,97 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
5392
5392
  GeographicShapeSeriesBase.prototype.get_c2 = function () {
5393
5393
  return true;
5394
5394
  };
5395
- GeographicShapeSeriesBase.prototype.l3 = function (a, b, c, d) {
5396
- _super.prototype.l3.call(this, a, b, c, d);
5395
+ GeographicShapeSeriesBase.prototype.l4 = function (a, b, c, d) {
5396
+ _super.prototype.l4.call(this, a, b, c, d);
5397
5397
  switch (b) {
5398
5398
  case "SeriesViewer":
5399
- this.qg.cf();
5399
+ this.qh.cf();
5400
5400
  break;
5401
5401
  case "ShapeMemberPath":
5402
- this.qg.ch();
5402
+ this.qh.ch();
5403
5403
  break;
5404
5404
  case GeographicShapeSeriesBase.$$p[5]:
5405
- this.qg.cg();
5405
+ this.qh.cg();
5406
5406
  break;
5407
5407
  case GeographicShapeSeriesBase.$$p[1]:
5408
- this.p5.q4 = this.qn;
5409
- this.ql = this.qn;
5410
- if (this.qn) {
5411
- var e = this.p5;
5412
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q1));
5408
+ this.p6.q5 = this.qo;
5409
+ this.qm = this.qo;
5410
+ if (this.qo) {
5411
+ var e = this.p6;
5412
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q2));
5413
5413
  }
5414
5414
  else {
5415
- var f = this.p5;
5416
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q1));
5415
+ var f = this.p6;
5416
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q2));
5417
5417
  }
5418
5418
  break;
5419
5419
  case GeographicShapeSeriesBase.$$p[0]:
5420
- this.p5.q3 = this.qm;
5421
- this.qk = this.qm;
5422
- if (this.qn) {
5423
- var g = this.p5;
5424
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q0));
5420
+ this.p6.q4 = this.qn;
5421
+ this.ql = this.qn;
5422
+ if (this.qo) {
5423
+ var g = this.p6;
5424
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q1));
5425
5425
  }
5426
5426
  else {
5427
- var h = this.p5;
5428
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q0));
5427
+ var h = this.p6;
5428
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q1));
5429
5429
  }
5430
5430
  break;
5431
5431
  case GeographicShapeSeriesBase.$$p[2]:
5432
- this.p5.qq = this.qf;
5432
+ this.p6.qr = this.qg;
5433
5433
  break;
5434
5434
  case GeographicShapeSeriesBase.$$p[3]:
5435
- this.p5.rl = this.qp;
5435
+ this.p6.rm = this.qq;
5436
5436
  break;
5437
5437
  case GeographicShapeSeriesBase.$$p[4]:
5438
- this.p5.rm = this.qq;
5438
+ this.p6.rn = this.qr;
5439
5439
  break;
5440
5440
  case "ShapefileDataSource":
5441
5441
  if (c != null) {
5442
5442
  var i = c;
5443
- if (this.qj) {
5444
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q2));
5443
+ if (this.qk) {
5444
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q3));
5445
5445
  }
5446
5446
  }
5447
5447
  if (d != null) {
5448
5448
  var j = d;
5449
5449
  if (j.count > 0) {
5450
- this.q3();
5450
+ this.q4();
5451
5451
  break;
5452
5452
  }
5453
- this.qj = true;
5454
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q2));
5453
+ this.qk = true;
5454
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q3));
5455
5455
  }
5456
5456
  break;
5457
5457
  }
5458
5458
  };
5459
- GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
5459
+ GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
5460
5460
  if (this.assigningShapeStyle != null) {
5461
5461
  this.assigningShapeStyle(this, b);
5462
5462
  }
5463
5463
  };
5464
- GeographicShapeSeriesBase.prototype.q0 = function (a, b) {
5464
+ GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
5465
5465
  if (this.assigningShapeMarkerStyle != null) {
5466
5466
  this.assigningShapeMarkerStyle(this, b);
5467
5467
  }
5468
5468
  };
5469
- GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
5470
- this.q3();
5469
+ GeographicShapeSeriesBase.prototype.q3 = function (a, b) {
5470
+ this.q4();
5471
5471
  };
5472
- GeographicShapeSeriesBase.prototype.q3 = function () {
5473
- var sds_ = this.qi;
5472
+ GeographicShapeSeriesBase.prototype.q4 = function () {
5473
+ var sds_ = this.qj;
5474
5474
  var ext_ = sds_.externalObject;
5475
5475
  this.itemsSource = (ext_.getPointData());
5476
5476
  };
5477
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "qi", {
5477
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "qj", {
5478
5478
  get: function () {
5479
- return this.qh;
5479
+ return this.qi;
5480
5480
  },
5481
5481
  set: function (a) {
5482
- var b = this.qh;
5483
- this.qh = a;
5484
- if (b != this.qh) {
5485
- this.raisePropertyChanged("ShapefileDataSource", b, this.qh);
5482
+ var b = this.qi;
5483
+ this.qi = a;
5484
+ if (b != this.qi) {
5485
+ this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
5486
5486
  }
5487
5487
  },
5488
5488
  enumerable: false,
@@ -5495,7 +5495,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
5495
5495
  _super.prototype.set_e3.call(this, a);
5496
5496
  };
5497
5497
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5498
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qm:q4', [0, false], 'IsCustomShapeStyleAllowed:qn:q5', [0, false], 'ItemSearchMode:qf:q6', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qp:q7', [1, 10000], 'ItemSearchThreshold:qq:q8', [1, 10000], 'ShapeFilterResolution:qo:q9', [1, 2], 'ShapeMemberPath:qy:ra', [2, "points"]]);
5498
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
5499
5499
  return GeographicShapeSeriesBase;
5500
5500
  }(GeographicMapSeriesHost));
5501
5501
  /**
@@ -5511,23 +5511,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
5511
5511
  }
5512
5512
  GeographicShapeSeriesBaseView.prototype.b2 = function () {
5513
5513
  _super.prototype.b2.call(this);
5514
- this.ce.p5.rw = this.ce.qy;
5514
+ this.ce.p6.rx = this.ce.qz;
5515
5515
  };
5516
5516
  GeographicShapeSeriesBaseView.prototype.cf = function () {
5517
- var a = this.ce.p5;
5517
+ var a = this.ce.p6;
5518
5518
  if (this.ce.cd == null) {
5519
- a.qk = null;
5520
- a.qm = null;
5519
+ a.ql = null;
5520
+ a.qn = null;
5521
5521
  return;
5522
5522
  }
5523
- a.qk = this.ce.cd.s2;
5524
- a.qm = this.ce.cd.s4;
5523
+ a.ql = this.ce.cd.s2;
5524
+ a.qn = this.ce.cd.s4;
5525
5525
  };
5526
5526
  GeographicShapeSeriesBaseView.prototype.ch = function () {
5527
- this.ce.p5.rw = this.ce.qy;
5527
+ this.ce.p6.rx = this.ce.qz;
5528
5528
  };
5529
5529
  GeographicShapeSeriesBaseView.prototype.cg = function () {
5530
- this.ce.p5.ri = this.ce.qo;
5530
+ this.ce.p6.rj = this.ce.qp;
5531
5531
  };
5532
5532
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5533
5533
  return GeographicShapeSeriesBaseView;
@@ -5563,54 +5563,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
5563
5563
  _this.ci = null;
5564
5564
  _this.ci = a;
5565
5565
  if (!_this.q) {
5566
- _this.ci.qy = "points";
5566
+ _this.ci.qz = "points";
5567
5567
  }
5568
5568
  return _this;
5569
5569
  }
5570
5570
  GeographicShapeSeriesView.prototype.as = function () {
5571
5571
  _super.prototype.as.call(this);
5572
5572
  if (!this.q) {
5573
- this.ci.si = Defaults.aj;
5573
+ this.ci.sj = Defaults.aj;
5574
5574
  this.ci.gz = Defaults.p;
5575
- this.ci.rh = Defaults.o;
5576
- this.ci.re = Defaults.d;
5577
- this.ci.rc = Defaults.a;
5575
+ this.ci.ri = Defaults.o;
5576
+ this.ci.rf = Defaults.d;
5577
+ this.ci.rd = Defaults.a;
5578
5578
  }
5579
5579
  };
5580
5580
  GeographicShapeSeriesView.prototype.b2 = function () {
5581
5581
  _super.prototype.b2.call(this);
5582
- this.ci.p5.uc = this.ci.sk;
5583
- this.ci.p5.s5 = this.ci.rf;
5584
- this.ci.p5.tr = this.ci.r0;
5585
- this.ci.p5.s8 = this.ci.rh;
5586
- this.ci.p5.sr = this.ci.rb;
5582
+ this.ci.p6.ud = this.ci.sl;
5583
+ this.ci.p6.s6 = this.ci.rg;
5584
+ this.ci.p6.ts = this.ci.r1;
5585
+ this.ci.p6.s9 = this.ci.ri;
5586
+ this.ci.p6.ss = this.ci.rc;
5587
5587
  };
5588
5588
  GeographicShapeSeriesView.prototype.cn = function () {
5589
- this.ci.p5.tr = this.ci.r0;
5589
+ this.ci.p6.ts = this.ci.r1;
5590
5590
  };
5591
5591
  GeographicShapeSeriesView.prototype.cp = function () {
5592
- this.ci.p5.s8 = this.ci.rh;
5592
+ this.ci.p6.s9 = this.ci.ri;
5593
5593
  };
5594
5594
  GeographicShapeSeriesView.prototype.ck = function () {
5595
- this.ci.p5.sr = this.ci.rb;
5595
+ this.ci.p6.ss = this.ci.rc;
5596
5596
  };
5597
5597
  GeographicShapeSeriesView.prototype.co = function () {
5598
- this.ci.p5.s0 = this.ci.re;
5598
+ this.ci.p6.s1 = this.ci.rf;
5599
5599
  };
5600
5600
  GeographicShapeSeriesView.prototype.cj = function () {
5601
- this.ci.p5.t8 = this.ci.sh;
5601
+ this.ci.p6.t9 = this.ci.si;
5602
5602
  };
5603
5603
  GeographicShapeSeriesView.prototype.cl = function () {
5604
- this.ci.p5.t9 = this.ci.si;
5604
+ this.ci.p6.ua = this.ci.sj;
5605
5605
  };
5606
5606
  GeographicShapeSeriesView.prototype.cm = function () {
5607
- this.ci.p5.ub = this.ci.sj;
5607
+ this.ci.p6.uc = this.ci.sk;
5608
5608
  };
5609
5609
  GeographicShapeSeriesView.prototype.cq = function () {
5610
- this.ci.p5.s5 = this.ci.rf;
5610
+ this.ci.p6.s6 = this.ci.rg;
5611
5611
  };
5612
5612
  GeographicShapeSeriesView.prototype.cr = function () {
5613
- this.ci.p5.uc = this.ci.sk;
5613
+ this.ci.p6.ud = this.ci.sl;
5614
5614
  };
5615
5615
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5616
5616
  return GeographicShapeSeriesView;
@@ -5632,81 +5632,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5632
5632
  GeographicShapeSeries.prototype.bx = function () {
5633
5633
  return new GeographicShapeSeriesView(this);
5634
5634
  };
5635
- GeographicShapeSeries.prototype.ly = function (a) {
5636
- _super.prototype.ly.call(this, a);
5637
- this.rg = a;
5635
+ GeographicShapeSeries.prototype.lz = function (a) {
5636
+ _super.prototype.lz.call(this, a);
5637
+ this.rh = a;
5638
5638
  };
5639
- GeographicShapeSeries.prototype.p4 = function () {
5639
+ GeographicShapeSeries.prototype.p5 = function () {
5640
5640
  var a = new ScatterPolygonSeries();
5641
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rx));
5642
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ry));
5641
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ry));
5642
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.rz));
5643
5643
  return a;
5644
5644
  };
5645
- GeographicShapeSeries.prototype.rx = function (a, b) {
5645
+ GeographicShapeSeries.prototype.ry = function (a, b) {
5646
5646
  if (this.styleShape != null) {
5647
5647
  this.styleShape(this, b);
5648
5648
  }
5649
5649
  };
5650
- GeographicShapeSeries.prototype.ry = function (a, b) {
5651
- var c = typeCast(ScatterPolygonSeries.$, this.p5);
5650
+ GeographicShapeSeries.prototype.rz = function (a, b) {
5651
+ var c = typeCast(ScatterPolygonSeries.$, this.p6);
5652
5652
  if (c == null) {
5653
5653
  return;
5654
5654
  }
5655
5655
  };
5656
5656
  GeographicShapeSeries.prototype.f2 = function () {
5657
- return this.rh;
5658
- };
5659
- GeographicShapeSeries.prototype.o5 = function () {
5660
- return this.sf;
5657
+ return this.ri;
5661
5658
  };
5662
5659
  GeographicShapeSeries.prototype.o6 = function () {
5663
5660
  return this.sg;
5664
5661
  };
5665
- GeographicShapeSeries.prototype.nd = function () {
5666
- return this.rz;
5662
+ GeographicShapeSeries.prototype.o7 = function () {
5663
+ return this.sh;
5664
+ };
5665
+ GeographicShapeSeries.prototype.ne = function () {
5666
+ return this.r0;
5667
5667
  };
5668
5668
  GeographicShapeSeries.prototype.iy = function () {
5669
- var a = typeCast(ScatterPolygonSeries.$, this.p5);
5669
+ var a = typeCast(ScatterPolygonSeries.$, this.p6);
5670
5670
  if (a == null) {
5671
5671
  return "Unknown";
5672
5672
  }
5673
5673
  return a.iy();
5674
5674
  };
5675
- GeographicShapeSeries.prototype.l3 = function (a, b, c, d) {
5676
- _super.prototype.l3.call(this, a, b, c, d);
5675
+ GeographicShapeSeries.prototype.l4 = function (a, b, c, d) {
5676
+ _super.prototype.l4.call(this, a, b, c, d);
5677
5677
  switch (b) {
5678
5678
  case GeographicShapeSeries.$$p[6]:
5679
- this.p5.sy = this.rd;
5679
+ this.p6.sz = this.re;
5680
5680
  break;
5681
5681
  case GeographicShapeSeries.$$p[5]:
5682
- this.p5.su = this.rc;
5682
+ this.p6.sv = this.rd;
5683
5683
  break;
5684
5684
  case GeographicShapeSeries.$$p[9]:
5685
- this.rg.cn();
5685
+ this.rh.cn();
5686
5686
  break;
5687
5687
  case GeographicShapeSeries.$$p[10]:
5688
- this.rg.cp();
5688
+ this.rh.cp();
5689
5689
  break;
5690
5690
  case GeographicShapeSeries.$$p[4]:
5691
- this.rg.ck();
5691
+ this.rh.ck();
5692
5692
  break;
5693
5693
  case GeographicShapeSeries.$$p[11]:
5694
- this.rg.co();
5694
+ this.rh.co();
5695
5695
  break;
5696
5696
  case GeographicShapeSeries.$$p[3]:
5697
- this.rg.cj();
5697
+ this.rh.cj();
5698
5698
  break;
5699
5699
  case GeographicShapeSeries.$$p[7]:
5700
- this.rg.cl();
5700
+ this.rh.cl();
5701
5701
  break;
5702
5702
  case GeographicShapeSeries.$$p[8]:
5703
- this.rg.cm();
5703
+ this.rh.cm();
5704
5704
  break;
5705
5705
  case GeographicShapeSeries.$$p[13]:
5706
- this.rg.cq();
5706
+ this.rh.cq();
5707
5707
  break;
5708
5708
  case GeographicShapeSeries.$$p[12]:
5709
- this.rg.cr();
5709
+ this.rh.cr();
5710
5710
  break;
5711
5711
  }
5712
5712
  };
@@ -5714,7 +5714,7 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5714
5714
  return 0.7;
5715
5715
  };
5716
5716
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5717
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sf:r1', [Brush.$], 'ActualMarkerOutline:sg:r2', [Brush.$], 'ActualMarkerTemplate:rz:r3', [DataTemplate.$, null], 'MarkerBrush:sh:r4', [Brush.$], 'MarkerCollisionAvoidance:rb:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rc:r6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rd:r7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:si:r8', [Brush.$], 'MarkerStyle:sj:r9', [Style.$], 'MarkerTemplate:r0:sa', [DataTemplate.$, null], 'MarkerThickness:rh:sb', [1, DeviceUtils.g(2)], 'MarkerType:re:sc', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sk:sd', [Style.$, null], 'ShapeStyleSelector:rf:se', [StyleSelector.$, null]]);
5717
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sg:r2', [Brush.$], 'ActualMarkerOutline:sh:r3', [Brush.$], 'ActualMarkerTemplate:r0:r4', [DataTemplate.$, null], 'MarkerBrush:si:r5', [Brush.$], 'MarkerCollisionAvoidance:rc:r6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rd:r7', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:re:r8', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sj:r9', [Brush.$], 'MarkerStyle:sk:sa', [Style.$], 'MarkerTemplate:r1:sb', [DataTemplate.$, null], 'MarkerThickness:ri:sc', [1, DeviceUtils.g(2)], 'MarkerType:rf:sd', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sl:se', [Style.$, null], 'ShapeStyleSelector:rg:sf', [StyleSelector.$, null]]);
5718
5718
  return GeographicShapeSeries;
5719
5719
  }(GeographicShapeSeriesBase));
5720
5720
 
@@ -5763,11 +5763,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5763
5763
  * Gets or sets the fill brush.
5764
5764
  */
5765
5765
  get: function () {
5766
- return this.i.sk ? this.i.sk.fill : null;
5766
+ return this.i.sl ? this.i.sl.fill : null;
5767
5767
  },
5768
5768
  set: function (v) {
5769
5769
  this.ensureShapeStyle();
5770
- this.i.sk.fill = v;
5770
+ this.i.sl.fill = v;
5771
5771
  },
5772
5772
  enumerable: false,
5773
5773
  configurable: true
@@ -5777,11 +5777,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5777
5777
  * Gets or sets the stroke brush.
5778
5778
  */
5779
5779
  get: function () {
5780
- return this.i.sk ? this.i.sk.stroke : null;
5780
+ return this.i.sl ? this.i.sl.stroke : null;
5781
5781
  },
5782
5782
  set: function (v) {
5783
5783
  this.ensureShapeStyle();
5784
- this.i.sk.stroke = v;
5784
+ this.i.sl.stroke = v;
5785
5785
  },
5786
5786
  enumerable: false,
5787
5787
  configurable: true
@@ -5791,11 +5791,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5791
5791
  * Gets or sets the stroke thickness.
5792
5792
  */
5793
5793
  get: function () {
5794
- return this.i.sk ? this.i.sk.strokeThickness : NaN;
5794
+ return this.i.sl ? this.i.sl.strokeThickness : NaN;
5795
5795
  },
5796
5796
  set: function (v) {
5797
5797
  this.ensureShapeStyle();
5798
- this.i.sk.strokeThickness = +v;
5798
+ this.i.sl.strokeThickness = +v;
5799
5799
  },
5800
5800
  enumerable: false,
5801
5801
  configurable: true
@@ -5805,20 +5805,20 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5805
5805
  * Gets or sets the opacity.
5806
5806
  */
5807
5807
  get: function () {
5808
- return this.i.sk ? this.i.sk.opacity : NaN;
5808
+ return this.i.sl ? this.i.sl.opacity : NaN;
5809
5809
  },
5810
5810
  set: function (v) {
5811
5811
  this.ensureShapeStyle();
5812
- this.i.sk.opacity = +v;
5812
+ this.i.sl.opacity = +v;
5813
5813
  },
5814
5814
  enumerable: false,
5815
5815
  configurable: true
5816
5816
  });
5817
5817
  IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5818
- if (this.i.sk) {
5818
+ if (this.i.sl) {
5819
5819
  return;
5820
5820
  }
5821
- this.i.sk = new Style();
5821
+ this.i.sl = new Style();
5822
5822
  };
5823
5823
  Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
5824
5824
  /**
@@ -5826,10 +5826,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5826
5826
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5827
5827
  */
5828
5828
  get: function () {
5829
- return this.i.re;
5829
+ return this.i.rf;
5830
5830
  },
5831
5831
  set: function (v) {
5832
- this.i.re = ensureEnum(MarkerType_$type, v);
5832
+ this.i.rf = ensureEnum(MarkerType_$type, v);
5833
5833
  },
5834
5834
  enumerable: false,
5835
5835
  configurable: true
@@ -5839,10 +5839,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5839
5839
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5840
5840
  */
5841
5841
  get: function () {
5842
- return this.i.rd;
5842
+ return this.i.re;
5843
5843
  },
5844
5844
  set: function (v) {
5845
- this.i.rd = ensureEnum(MarkerOutlineMode_$type, v);
5845
+ this.i.re = ensureEnum(MarkerOutlineMode_$type, v);
5846
5846
  },
5847
5847
  enumerable: false,
5848
5848
  configurable: true
@@ -5852,10 +5852,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5852
5852
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5853
5853
  */
5854
5854
  get: function () {
5855
- return this.i.rc;
5855
+ return this.i.rd;
5856
5856
  },
5857
5857
  set: function (v) {
5858
- this.i.rc = ensureEnum(MarkerFillMode_$type, v);
5858
+ this.i.rd = ensureEnum(MarkerFillMode_$type, v);
5859
5859
  },
5860
5860
  enumerable: false,
5861
5861
  configurable: true
@@ -5865,10 +5865,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5865
5865
  * Gets or sets the MarkerTemplate for the current series object.
5866
5866
  */
5867
5867
  get: function () {
5868
- return this.i.r0;
5868
+ return this.i.r1;
5869
5869
  },
5870
5870
  set: function (v) {
5871
- this.i.r0 = v;
5871
+ this.i.r1 = v;
5872
5872
  },
5873
5873
  enumerable: false,
5874
5874
  configurable: true
@@ -5878,10 +5878,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5878
5878
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5879
5879
  */
5880
5880
  get: function () {
5881
- return brushToString(this.i.sh);
5881
+ return brushToString(this.i.si);
5882
5882
  },
5883
5883
  set: function (v) {
5884
- this.i.sh = stringToBrush(v);
5884
+ this.i.si = stringToBrush(v);
5885
5885
  },
5886
5886
  enumerable: false,
5887
5887
  configurable: true
@@ -5891,10 +5891,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5891
5891
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5892
5892
  */
5893
5893
  get: function () {
5894
- return brushToString(this.i.si);
5894
+ return brushToString(this.i.sj);
5895
5895
  },
5896
5896
  set: function (v) {
5897
- this.i.si = stringToBrush(v);
5897
+ this.i.sj = stringToBrush(v);
5898
5898
  },
5899
5899
  enumerable: false,
5900
5900
  configurable: true
@@ -5904,10 +5904,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5904
5904
  * Gets or sets thickness of the marker outline
5905
5905
  */
5906
5906
  get: function () {
5907
- return this.i.rh;
5907
+ return this.i.ri;
5908
5908
  },
5909
5909
  set: function (v) {
5910
- this.i.rh = +v;
5910
+ this.i.ri = +v;
5911
5911
  },
5912
5912
  enumerable: false,
5913
5913
  configurable: true
@@ -5917,10 +5917,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5917
5917
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5918
5918
  */
5919
5919
  get: function () {
5920
- return this.i.rb;
5920
+ return this.i.rc;
5921
5921
  },
5922
5922
  set: function (v) {
5923
- this.i.rb = ensureEnum(CollisionAvoidanceType_$type, v);
5923
+ this.i.rc = ensureEnum(CollisionAvoidanceType_$type, v);
5924
5924
  },
5925
5925
  enumerable: false,
5926
5926
  configurable: true
@@ -5930,10 +5930,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5930
5930
  * Gets the effective marker template for the current series object.
5931
5931
  */
5932
5932
  get: function () {
5933
- return this.i.rz;
5933
+ return this.i.r0;
5934
5934
  },
5935
5935
  set: function (v) {
5936
- this.i.rz = v;
5936
+ this.i.r0 = v;
5937
5937
  },
5938
5938
  enumerable: false,
5939
5939
  configurable: true
@@ -5943,10 +5943,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5943
5943
  * Gets the effective marker brush for the current series object.
5944
5944
  */
5945
5945
  get: function () {
5946
- return brushToString(this.i.sf);
5946
+ return brushToString(this.i.sg);
5947
5947
  },
5948
5948
  set: function (v) {
5949
- this.i.sf = stringToBrush(v);
5949
+ this.i.sg = stringToBrush(v);
5950
5950
  },
5951
5951
  enumerable: false,
5952
5952
  configurable: true
@@ -5956,10 +5956,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5956
5956
  * Gets the effective marker outline for the current series object.
5957
5957
  */
5958
5958
  get: function () {
5959
- return brushToString(this.i.sg);
5959
+ return brushToString(this.i.sh);
5960
5960
  },
5961
5961
  set: function (v) {
5962
- this.i.sg = stringToBrush(v);
5962
+ this.i.sh = stringToBrush(v);
5963
5963
  },
5964
5964
  enumerable: false,
5965
5965
  configurable: true
@@ -6109,14 +6109,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
6109
6109
  };
6110
6110
  GeographicPolylineSeriesView.prototype.b2 = function () {
6111
6111
  _super.prototype.b2.call(this);
6112
- this.ci.p5.sr = this.ci.rb;
6113
- this.ci.p5.sw = this.ci.rj;
6112
+ this.ci.p6.ss = this.ci.rc;
6113
+ this.ci.p6.sx = this.ci.rk;
6114
6114
  };
6115
6115
  GeographicPolylineSeriesView.prototype.cj = function () {
6116
- this.ci.p5.sr = this.ci.rb;
6116
+ this.ci.p6.ss = this.ci.rc;
6117
6117
  };
6118
6118
  GeographicPolylineSeriesView.prototype.ck = function () {
6119
- this.ci.p5.sw = this.ci.rj;
6119
+ this.ci.p6.sx = this.ci.rk;
6120
6120
  };
6121
6121
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
6122
6122
  return GeographicPolylineSeriesView;
@@ -6138,33 +6138,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6138
6138
  GeographicPolylineSeries.prototype.bx = function () {
6139
6139
  return new GeographicPolylineSeriesView(this);
6140
6140
  };
6141
- GeographicPolylineSeries.prototype.ly = function (a) {
6142
- _super.prototype.ly.call(this, a);
6143
- this.rc = a;
6141
+ GeographicPolylineSeries.prototype.lz = function (a) {
6142
+ _super.prototype.lz.call(this, a);
6143
+ this.rd = a;
6144
6144
  };
6145
- GeographicPolylineSeries.prototype.p4 = function () {
6145
+ GeographicPolylineSeries.prototype.p5 = function () {
6146
6146
  var a = new ScatterPolylineSeries();
6147
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rg));
6147
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rh));
6148
6148
  return a;
6149
6149
  };
6150
- GeographicPolylineSeries.prototype.rg = function (a, b) {
6150
+ GeographicPolylineSeries.prototype.rh = function (a, b) {
6151
6151
  if (this.styleShape != null) {
6152
6152
  this.styleShape(this, b);
6153
6153
  }
6154
6154
  };
6155
- GeographicPolylineSeries.prototype.l3 = function (a, b, c, d) {
6156
- _super.prototype.l3.call(this, a, b, c, d);
6155
+ GeographicPolylineSeries.prototype.l4 = function (a, b, c, d) {
6156
+ _super.prototype.l4.call(this, a, b, c, d);
6157
6157
  switch (b) {
6158
6158
  case GeographicPolylineSeries.$$p[1]:
6159
- this.rc.cj();
6159
+ this.rd.cj();
6160
6160
  break;
6161
6161
  case GeographicPolylineSeries.$$p[0]:
6162
- this.rc.ck();
6162
+ this.rd.ck();
6163
6163
  break;
6164
6164
  }
6165
6165
  };
6166
6166
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6167
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rj:rh', [Style.$, null], 'ShapeStyleSelector:rb:ri', [StyleSelector.$, null]]);
6167
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [Style.$, null], 'ShapeStyleSelector:rc:rj', [StyleSelector.$, null]]);
6168
6168
  return GeographicPolylineSeries;
6169
6169
  }(GeographicShapeSeriesBase));
6170
6170
 
@@ -6213,11 +6213,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6213
6213
  * Gets or sets the fill brush.
6214
6214
  */
6215
6215
  get: function () {
6216
- return this.i.rj ? this.i.rj.fill : null;
6216
+ return this.i.rk ? this.i.rk.fill : null;
6217
6217
  },
6218
6218
  set: function (v) {
6219
6219
  this.ensureShapeStyle();
6220
- this.i.rj.fill = v;
6220
+ this.i.rk.fill = v;
6221
6221
  },
6222
6222
  enumerable: false,
6223
6223
  configurable: true
@@ -6227,11 +6227,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6227
6227
  * Gets or sets the stroke brush.
6228
6228
  */
6229
6229
  get: function () {
6230
- return this.i.rj ? this.i.rj.stroke : null;
6230
+ return this.i.rk ? this.i.rk.stroke : null;
6231
6231
  },
6232
6232
  set: function (v) {
6233
6233
  this.ensureShapeStyle();
6234
- this.i.rj.stroke = v;
6234
+ this.i.rk.stroke = v;
6235
6235
  },
6236
6236
  enumerable: false,
6237
6237
  configurable: true
@@ -6241,11 +6241,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6241
6241
  * Gets or sets the stroke thickness.
6242
6242
  */
6243
6243
  get: function () {
6244
- return this.i.rj ? this.i.rj.strokeThickness : NaN;
6244
+ return this.i.rk ? this.i.rk.strokeThickness : NaN;
6245
6245
  },
6246
6246
  set: function (v) {
6247
6247
  this.ensureShapeStyle();
6248
- this.i.rj.strokeThickness = +v;
6248
+ this.i.rk.strokeThickness = +v;
6249
6249
  },
6250
6250
  enumerable: false,
6251
6251
  configurable: true
@@ -6255,20 +6255,20 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6255
6255
  * Gets or sets the opacity.
6256
6256
  */
6257
6257
  get: function () {
6258
- return this.i.rj ? this.i.rj.opacity : NaN;
6258
+ return this.i.rk ? this.i.rk.opacity : NaN;
6259
6259
  },
6260
6260
  set: function (v) {
6261
6261
  this.ensureShapeStyle();
6262
- this.i.rj.opacity = +v;
6262
+ this.i.rk.opacity = +v;
6263
6263
  },
6264
6264
  enumerable: false,
6265
6265
  configurable: true
6266
6266
  });
6267
6267
  IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6268
- if (this.i.rj) {
6268
+ if (this.i.rk) {
6269
6269
  return;
6270
6270
  }
6271
- this.i.rj = new Style();
6271
+ this.i.rk = new Style();
6272
6272
  };
6273
6273
  Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
6274
6274
  get: function () {
@@ -6513,11 +6513,11 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6513
6513
  __extends(TileSeries, _super);
6514
6514
  function TileSeries() {
6515
6515
  var _this = _super.call(this) || this;
6516
+ _this.st = null;
6516
6517
  _this.ss = null;
6517
- _this.sr = null;
6518
6518
  _this.imageTilesReady = null;
6519
- _this.sv = null;
6520
- _this.sw = false;
6519
+ _this.sw = null;
6520
+ _this.sx = false;
6521
6521
  _this.ab = TileSeries.$;
6522
6522
  return _this;
6523
6523
  }
@@ -6527,42 +6527,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6527
6527
  TileSeries.prototype.bx = function () {
6528
6528
  return new TileSeriesView(this);
6529
6529
  };
6530
- TileSeries.prototype.ly = function (a) {
6531
- _super.prototype.ly.call(this, a);
6532
- this.sq = a;
6530
+ TileSeries.prototype.lz = function (a) {
6531
+ _super.prototype.lz.call(this, a);
6532
+ this.sr = a;
6533
6533
  };
6534
- TileSeries.prototype.get_q6 = function () {
6534
+ TileSeries.prototype.get_q7 = function () {
6535
6535
  return false;
6536
6536
  };
6537
- Object.defineProperty(TileSeries.prototype, "su", {
6537
+ Object.defineProperty(TileSeries.prototype, "sv", {
6538
6538
  get: function () {
6539
- return this.ss;
6539
+ return this.st;
6540
6540
  },
6541
6541
  set: function (a) {
6542
- var b = a != this.su;
6542
+ var b = a != this.sv;
6543
6543
  if (b) {
6544
- var c = this.su;
6545
- this.ss = a;
6544
+ var c = this.sv;
6545
+ this.st = a;
6546
6546
  this.raisePropertyChanged("TileImagery", c, a);
6547
6547
  }
6548
6548
  },
6549
6549
  enumerable: false,
6550
6550
  configurable: true
6551
6551
  });
6552
- Object.defineProperty(TileSeries.prototype, "st", {
6552
+ Object.defineProperty(TileSeries.prototype, "su", {
6553
6553
  get: function () {
6554
- return this.sr;
6554
+ return this.ss;
6555
6555
  },
6556
6556
  set: function (a) {
6557
- var b = this.sr;
6558
- this.sr = a;
6559
- this.raisePropertyChanged("ActualTileImagery", b, this.sr);
6557
+ var b = this.ss;
6558
+ this.ss = a;
6559
+ this.raisePropertyChanged("ActualTileImagery", b, this.ss);
6560
6560
  },
6561
6561
  enumerable: false,
6562
6562
  configurable: true
6563
6563
  });
6564
- TileSeries.prototype.l3 = function (a, b, c, d) {
6565
- _super.prototype.l3.call(this, a, b, c, d);
6564
+ TileSeries.prototype.l4 = function (a, b, c, d) {
6565
+ _super.prototype.l4.call(this, a, b, c, d);
6566
6566
  var e;
6567
6567
  var f;
6568
6568
  switch (b) {
@@ -6570,78 +6570,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6570
6570
  e = c;
6571
6571
  f = d;
6572
6572
  if (e != null) {
6573
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.sz));
6573
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
6574
6574
  }
6575
6575
  if (f != null) {
6576
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sz));
6576
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
6577
6577
  }
6578
- this.sq.de(e, f);
6579
- this.mh(false);
6580
- this.lo();
6578
+ this.sr.de(e, f);
6579
+ this.mi(false);
6580
+ this.lp();
6581
6581
  break;
6582
6582
  case "ActualTileImagery":
6583
6583
  e = c;
6584
6584
  f = d;
6585
6585
  if (e != null) {
6586
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s0));
6586
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
6587
6587
  e.deferralHandler = null;
6588
6588
  }
6589
6589
  if (f != null) {
6590
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s0));
6590
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
6591
6591
  f.deferralHandler = this;
6592
6592
  }
6593
- this.sq.dd(e, f);
6593
+ this.sr.dd(e, f);
6594
6594
  if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
6595
6595
  f.geographicMap = this.cd;
6596
- this.s2(this.b0);
6597
- this.sq.da(this.cd.sf);
6596
+ this.s3(this.b0);
6597
+ this.sr.da(this.cd.sf);
6598
6598
  }
6599
- this.lo();
6599
+ this.lp();
6600
6600
  break;
6601
6601
  case "ActualWindowRect":
6602
- this.sq.da(d);
6602
+ this.sr.da(d);
6603
6603
  break;
6604
6604
  case "WorldRect":
6605
- this.sq.dh(d);
6605
+ this.sr.dh(d);
6606
6606
  break;
6607
6607
  case "SeriesViewer":
6608
6608
  var g = c;
6609
6609
  var h = d;
6610
- if (g != null && this.st != null) {
6611
- this.st.be(null);
6610
+ if (g != null && this.su != null) {
6611
+ this.su.be(null);
6612
6612
  }
6613
- if (h != null && this.st != null) {
6614
- this.st.be(this.b0.w);
6613
+ if (h != null && this.su != null) {
6614
+ this.su.be(this.b0.w);
6615
6615
  }
6616
6616
  break;
6617
6617
  case "ActualBrush":
6618
6618
  case "ActualOutline":
6619
6619
  case "ActualThickness":
6620
- this.lq();
6620
+ this.lr();
6621
6621
  break;
6622
6622
  }
6623
6623
  };
6624
- TileSeries.prototype.sz = function (a, b) {
6624
+ TileSeries.prototype.s0 = function (a, b) {
6625
6625
  if (b.propertyName == "MultiScaleImage") {
6626
- this.s2(this.b0);
6626
+ this.s3(this.b0);
6627
6627
  }
6628
6628
  };
6629
- TileSeries.prototype.s0 = function (a, b) {
6629
+ TileSeries.prototype.s1 = function (a, b) {
6630
6630
  if (this.imageTilesReady != null) {
6631
6631
  this.imageTilesReady(this, new EventArgs());
6632
6632
  }
6633
- if (!this.sw) {
6634
- this.sq.df();
6633
+ if (!this.sx) {
6634
+ this.sr.df();
6635
6635
  }
6636
6636
  };
6637
6637
  TileSeries.prototype.register = function (a, b) {
6638
- this.sv = b;
6638
+ this.sw = b;
6639
6639
  };
6640
6640
  TileSeries.prototype.unRegister = function (a) {
6641
- this.sv = null;
6641
+ this.sw = null;
6642
6642
  };
6643
6643
  TileSeries.prototype.deferredRefresh = function () {
6644
- this.mh(false);
6644
+ this.mi(false);
6645
6645
  };
6646
6646
  TileSeries.prototype.deferAction = function (a) {
6647
6647
  if (this.g9 != null) {
@@ -6651,54 +6651,54 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6651
6651
  window.setTimeout(a, 0);
6652
6652
  }
6653
6653
  };
6654
- TileSeries.prototype.m4 = function (a, b) {
6655
- this.sq.dg();
6656
- _super.prototype.m4.call(this, a, b);
6654
+ TileSeries.prototype.m5 = function (a, b) {
6655
+ this.sr.dg();
6656
+ _super.prototype.m5.call(this, a, b);
6657
6657
  };
6658
- TileSeries.prototype.mi = function (a) {
6659
- _super.prototype.mi.call(this, a);
6660
- this.s1(a, this.b0);
6658
+ TileSeries.prototype.mj = function (a) {
6659
+ _super.prototype.mj.call(this, a);
6660
+ this.s2(a, this.b0);
6661
6661
  };
6662
- TileSeries.prototype.s1 = function (a, b) {
6662
+ TileSeries.prototype.s2 = function (a, b) {
6663
6663
  var c;
6664
6664
  var d;
6665
6665
  var e = b;
6666
6666
  var f = b.getViewInfo(c, d);
6667
6667
  c = f.p0;
6668
6668
  d = f.p1;
6669
- this.s2(b);
6670
- if (this.sv != null) {
6671
- this.sw = true;
6672
- this.sv(a);
6673
- this.sw = false;
6669
+ this.s3(b);
6670
+ if (this.sw != null) {
6671
+ this.sx = true;
6672
+ this.sw(a);
6673
+ this.sx = false;
6674
6674
  }
6675
6675
  e.df();
6676
6676
  };
6677
- TileSeries.prototype.mg = function (a, b, c, d, e) {
6678
- _super.prototype.mg.call(this, a, b, c, d, e);
6677
+ TileSeries.prototype.mh = function (a, b, c, d, e) {
6678
+ _super.prototype.mh.call(this, a, b, c, d, e);
6679
6679
  var f = this.fc.item(d);
6680
6680
  f.a1(c);
6681
6681
  if (this.cx(f)) {
6682
6682
  return;
6683
6683
  }
6684
- this.sa(f);
6684
+ this.sb(f);
6685
6685
  };
6686
- TileSeries.prototype.s2 = function (a) {
6686
+ TileSeries.prototype.s3 = function (a) {
6687
6687
  var b;
6688
6688
  var c;
6689
6689
  var d = a.getViewInfo(b, c);
6690
6690
  b = d.p0;
6691
6691
  c = d.p1;
6692
- if (this.su != null && this.su.ao != null) {
6693
- if (this.su != this.st) {
6694
- this.st = this.su;
6692
+ if (this.sv != null && this.sv.ao != null) {
6693
+ if (this.sv != this.su) {
6694
+ this.su = this.sv;
6695
6695
  }
6696
- if (this.st != null && !b.isEmpty) {
6697
- if (this.st.width != b.width) {
6698
- this.st.width = b.width;
6696
+ if (this.su != null && !b.isEmpty) {
6697
+ if (this.su.width != b.width) {
6698
+ this.su.width = b.width;
6699
6699
  }
6700
- if (this.st.height != b.height) {
6701
- this.st.height = b.height;
6700
+ if (this.su.height != b.height) {
6701
+ this.su.height = b.height;
6702
6702
  }
6703
6703
  }
6704
6704
  }
@@ -6727,8 +6727,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6727
6727
  TileSeriesView.prototype.as = function () {
6728
6728
  _super.prototype.as.call(this);
6729
6729
  if (!this.q) {
6730
- this.c7.o7 = Defaults.ao;
6731
- this.c7.o2 = Defaults.an;
6730
+ this.c7.o8 = Defaults.ao;
6731
+ this.c7.o3 = Defaults.an;
6732
6732
  }
6733
6733
  };
6734
6734
  TileSeriesView.prototype.ch = function (a, b) {
@@ -6755,8 +6755,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6755
6755
  this.aq();
6756
6756
  };
6757
6757
  TileSeriesView.prototype.da = function (a) {
6758
- if (this.c7.su != null) {
6759
- this.c7.su.windowRect = a;
6758
+ if (this.c7.sv != null) {
6759
+ this.c7.sv.windowRect = a;
6760
6760
  }
6761
6761
  };
6762
6762
  TileSeriesView.prototype.dd = function (a, b) {
@@ -6791,8 +6791,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6791
6791
  this.c9.setAttribute("width", this.bu.width.toString());
6792
6792
  this.c9.setAttribute("height", this.bu.height.toString());
6793
6793
  }
6794
- if (this.c7.su != null) {
6795
- this.c7.su.bf(this.bu);
6794
+ if (this.c7.sv != null) {
6795
+ this.c7.sv.bf(this.bu);
6796
6796
  }
6797
6797
  };
6798
6798
  TileSeriesView.prototype.a6 = function (a, b) {
@@ -6826,8 +6826,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6826
6826
  TileSeriesView.prototype.db = function () {
6827
6827
  };
6828
6828
  TileSeriesView.prototype.dh = function (a) {
6829
- if (this.c7.su != null) {
6830
- this.c7.su.a6();
6829
+ if (this.c7.sv != null) {
6830
+ this.c7.sv.a6();
6831
6831
  }
6832
6832
  };
6833
6833
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
@@ -6877,13 +6877,13 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6877
6877
  * The MapImagery which is used to provide the tiles for display.
6878
6878
  */
6879
6879
  get: function () {
6880
- if (this.i.su == null) {
6880
+ if (this.i.sv == null) {
6881
6881
  return null;
6882
6882
  }
6883
- return this.i.su.externalObject;
6883
+ return this.i.sv.externalObject;
6884
6884
  },
6885
6885
  set: function (v) {
6886
- v == null ? this.i.su = null : this.i.su = v.i;
6886
+ v == null ? this.i.sv = null : this.i.sv = v.i;
6887
6887
  },
6888
6888
  enumerable: false,
6889
6889
  configurable: true
@@ -6984,8 +6984,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6984
6984
  __extends(GeographicTileSeries, _super);
6985
6985
  function GeographicTileSeries() {
6986
6986
  var _this = _super.call(this) || this;
6987
+ _this.rd = null;
6987
6988
  _this.rc = null;
6988
- _this.rb = null;
6989
6989
  _this.imageTilesReady = null;
6990
6990
  _this.ab = GeographicTileSeries.$;
6991
6991
  return _this;
@@ -6993,53 +6993,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6993
6993
  GeographicTileSeries.prototype.get_ei = function () {
6994
6994
  return true;
6995
6995
  };
6996
- Object.defineProperty(GeographicTileSeries.prototype, "rd", {
6996
+ Object.defineProperty(GeographicTileSeries.prototype, "re", {
6997
6997
  get: function () {
6998
- return this.rc;
6998
+ return this.rd;
6999
6999
  },
7000
7000
  set: function (a) {
7001
- var b = a != this.rd;
7001
+ var b = a != this.re;
7002
7002
  if (b) {
7003
- var c = this.rd;
7004
- this.rc = a;
7003
+ var c = this.re;
7004
+ this.rd = a;
7005
7005
  this.raisePropertyChanged("TileImagery", c, a);
7006
7006
  }
7007
7007
  },
7008
7008
  enumerable: false,
7009
7009
  configurable: true
7010
7010
  });
7011
- GeographicTileSeries.prototype.rh = function () {
7012
- if (this.rd != null) {
7013
- this.rd.clearTileCache();
7011
+ GeographicTileSeries.prototype.ri = function () {
7012
+ if (this.re != null) {
7013
+ this.re.clearTileCache();
7014
7014
  }
7015
7015
  };
7016
- GeographicTileSeries.prototype.l3 = function (a, b, c, d) {
7017
- _super.prototype.l3.call(this, a, b, c, d);
7016
+ GeographicTileSeries.prototype.l4 = function (a, b, c, d) {
7017
+ _super.prototype.l4.call(this, a, b, c, d);
7018
7018
  switch (b) {
7019
7019
  case "TileImagery":
7020
- if (this.p5 != null) {
7021
- this.p5.su = this.rd;
7020
+ if (this.p6 != null) {
7021
+ this.p6.sv = this.re;
7022
7022
  }
7023
7023
  break;
7024
7024
  }
7025
7025
  };
7026
- GeographicTileSeries.prototype.qa = function () {
7027
- _super.prototype.qa.call(this);
7028
- this.p5.su = this.rd;
7029
- if (this.rb != null) {
7030
- var a = this.rb;
7031
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rg));
7026
+ GeographicTileSeries.prototype.qb = function () {
7027
+ _super.prototype.qb.call(this);
7028
+ this.p6.sv = this.re;
7029
+ if (this.rc != null) {
7030
+ var a = this.rc;
7031
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rh));
7032
7032
  }
7033
- this.rb = this.p5;
7034
- if (this.rb != null) {
7035
- var b = this.rb;
7036
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rg));
7033
+ this.rc = this.p6;
7034
+ if (this.rc != null) {
7035
+ var b = this.rc;
7036
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rh));
7037
7037
  }
7038
7038
  };
7039
- GeographicTileSeries.prototype.p4 = function () {
7039
+ GeographicTileSeries.prototype.p5 = function () {
7040
7040
  return new TileSeries();
7041
7041
  };
7042
- GeographicTileSeries.prototype.rg = function (a, b) {
7042
+ GeographicTileSeries.prototype.rh = function (a, b) {
7043
7043
  if (this.imageTilesReady != null) {
7044
7044
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
7045
7045
  }
@@ -7086,13 +7086,13 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
7086
7086
  * The MapImagery which is used to provide the tiles for display.
7087
7087
  */
7088
7088
  get: function () {
7089
- if (this.i.rd == null) {
7089
+ if (this.i.re == null) {
7090
7090
  return null;
7091
7091
  }
7092
- return this.i.rd.externalObject;
7092
+ return this.i.re.externalObject;
7093
7093
  },
7094
7094
  set: function (v) {
7095
- v == null ? this.i.rd = null : this.i.rd = v.i;
7095
+ v == null ? this.i.re = null : this.i.re = v.i;
7096
7096
  },
7097
7097
  enumerable: false,
7098
7098
  configurable: true
@@ -7112,7 +7112,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
7112
7112
 
7113
7113
  */
7114
7114
  IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
7115
- this.i.rh();
7115
+ this.i.ri();
7116
7116
  };
7117
7117
  Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
7118
7118
  /**
@@ -7233,10 +7233,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7233
7233
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7234
7234
  */
7235
7235
  get: function () {
7236
- return this.i.qf;
7236
+ return this.i.qg;
7237
7237
  },
7238
7238
  set: function (v) {
7239
- this.i.qf = ensureEnum(MarkerType_$type, v);
7239
+ this.i.qg = ensureEnum(MarkerType_$type, v);
7240
7240
  },
7241
7241
  enumerable: false,
7242
7242
  configurable: true
@@ -7246,10 +7246,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7246
7246
  * Gets or sets thickness of the marker outline
7247
7247
  */
7248
7248
  get: function () {
7249
- return this.i.qg;
7249
+ return this.i.qh;
7250
7250
  },
7251
7251
  set: function (v) {
7252
- this.i.qg = +v;
7252
+ this.i.qh = +v;
7253
7253
  },
7254
7254
  enumerable: false,
7255
7255
  configurable: true
@@ -7259,10 +7259,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7259
7259
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7260
7260
  */
7261
7261
  get: function () {
7262
- return this.i.qe;
7262
+ return this.i.qf;
7263
7263
  },
7264
7264
  set: function (v) {
7265
- this.i.qe = ensureEnum(MarkerOutlineMode_$type, v);
7265
+ this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
7266
7266
  },
7267
7267
  enumerable: false,
7268
7268
  configurable: true
@@ -7272,10 +7272,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7272
7272
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7273
7273
  */
7274
7274
  get: function () {
7275
- return this.i.qd;
7275
+ return this.i.qe;
7276
7276
  },
7277
7277
  set: function (v) {
7278
- this.i.qd = ensureEnum(MarkerFillMode_$type, v);
7278
+ this.i.qe = ensureEnum(MarkerFillMode_$type, v);
7279
7279
  },
7280
7280
  enumerable: false,
7281
7281
  configurable: true
@@ -7285,10 +7285,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7285
7285
  * Gets or sets the MarkerTemplate for the current series object.
7286
7286
  */
7287
7287
  get: function () {
7288
- return this.i.qv;
7288
+ return this.i.qw;
7289
7289
  },
7290
7290
  set: function (v) {
7291
- this.i.qv = v;
7291
+ this.i.qw = v;
7292
7292
  },
7293
7293
  enumerable: false,
7294
7294
  configurable: true
@@ -7298,10 +7298,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7298
7298
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7299
7299
  */
7300
7300
  get: function () {
7301
- return brushToString(this.i.q9);
7301
+ return brushToString(this.i.ra);
7302
7302
  },
7303
7303
  set: function (v) {
7304
- this.i.q9 = stringToBrush(v);
7304
+ this.i.ra = stringToBrush(v);
7305
7305
  },
7306
7306
  enumerable: false,
7307
7307
  configurable: true
@@ -7311,10 +7311,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7311
7311
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7312
7312
  */
7313
7313
  get: function () {
7314
- return brushToString(this.i.ra);
7314
+ return brushToString(this.i.rb);
7315
7315
  },
7316
7316
  set: function (v) {
7317
- this.i.ra = stringToBrush(v);
7317
+ this.i.rb = stringToBrush(v);
7318
7318
  },
7319
7319
  enumerable: false,
7320
7320
  configurable: true
@@ -7326,10 +7326,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7326
7326
  * choose a representative set.
7327
7327
  */
7328
7328
  get: function () {
7329
- return this.i.qh;
7329
+ return this.i.qi;
7330
7330
  },
7331
7331
  set: function (v) {
7332
- this.i.qh = +v;
7332
+ this.i.qi = +v;
7333
7333
  },
7334
7334
  enumerable: false,
7335
7335
  configurable: true
@@ -7339,10 +7339,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7339
7339
  * Gets the effective marker template for the current series object.
7340
7340
  */
7341
7341
  get: function () {
7342
- return this.i.qu;
7342
+ return this.i.qv;
7343
7343
  },
7344
7344
  set: function (v) {
7345
- this.i.qu = v;
7345
+ this.i.qv = v;
7346
7346
  },
7347
7347
  enumerable: false,
7348
7348
  configurable: true
@@ -7352,10 +7352,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7352
7352
  * Gets the effective marker brush for the current series object.
7353
7353
  */
7354
7354
  get: function () {
7355
- return brushToString(this.i.q7);
7355
+ return brushToString(this.i.q8);
7356
7356
  },
7357
7357
  set: function (v) {
7358
- this.i.q7 = stringToBrush(v);
7358
+ this.i.q8 = stringToBrush(v);
7359
7359
  },
7360
7360
  enumerable: false,
7361
7361
  configurable: true
@@ -7365,10 +7365,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7365
7365
  * Gets the effective marker outline for the current series object.
7366
7366
  */
7367
7367
  get: function () {
7368
- return brushToString(this.i.q8);
7368
+ return brushToString(this.i.q9);
7369
7369
  },
7370
7370
  set: function (v) {
7371
- this.i.q8 = stringToBrush(v);
7371
+ this.i.q9 = stringToBrush(v);
7372
7372
  },
7373
7373
  enumerable: false,
7374
7374
  configurable: true
@@ -7419,75 +7419,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
7419
7419
  __extends(GeographicMarkerSeries, _super);
7420
7420
  function GeographicMarkerSeries() {
7421
7421
  var _this = _super.call(this) || this;
7422
- var a = _this.p5;
7423
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.qt));
7422
+ var a = _this.p6;
7423
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.qu));
7424
7424
  return _this;
7425
7425
  }
7426
- GeographicMarkerSeries.prototype.nd = function () {
7427
- return this.qu;
7428
- };
7429
- GeographicMarkerSeries.prototype.o5 = function () {
7430
- return this.q7;
7426
+ GeographicMarkerSeries.prototype.ne = function () {
7427
+ return this.qv;
7431
7428
  };
7432
7429
  GeographicMarkerSeries.prototype.o6 = function () {
7433
7430
  return this.q8;
7434
7431
  };
7432
+ GeographicMarkerSeries.prototype.o7 = function () {
7433
+ return this.q9;
7434
+ };
7435
7435
  GeographicMarkerSeries.prototype.f2 = function () {
7436
- return this.qg;
7436
+ return this.qh;
7437
7437
  };
7438
7438
  GeographicMarkerSeries.prototype.iy = function () {
7439
- var a = typeCast(MarkerSeries.$, this.p5);
7439
+ var a = typeCast(MarkerSeries.$, this.p6);
7440
7440
  if (a == null) {
7441
7441
  return "Unknown";
7442
7442
  }
7443
7443
  return a.iy();
7444
7444
  };
7445
- GeographicMarkerSeries.prototype.qt = function (a, b) {
7446
- var c = typeCast(MarkerSeries.$, this.p5);
7445
+ GeographicMarkerSeries.prototype.qu = function (a, b) {
7446
+ var c = typeCast(MarkerSeries.$, this.p6);
7447
7447
  if (c == null) {
7448
7448
  return;
7449
7449
  }
7450
7450
  if (b.propertyName == "ActualMarkerTemplate") {
7451
- this.qu = c.qw;
7451
+ this.qv = c.qx;
7452
7452
  }
7453
7453
  else if (b.propertyName == "ActualMarkerOutline") {
7454
- this.q8 = c.rd;
7454
+ this.q9 = c.re;
7455
7455
  }
7456
7456
  else if (b.propertyName == "ActualMarkerBrush") {
7457
- this.q7 = c.rc;
7457
+ this.q8 = c.rd;
7458
7458
  }
7459
7459
  };
7460
- GeographicMarkerSeries.prototype.l3 = function (a, b, c, d) {
7461
- _super.prototype.l3.call(this, a, b, c, d);
7460
+ GeographicMarkerSeries.prototype.l4 = function (a, b, c, d) {
7461
+ _super.prototype.l4.call(this, a, b, c, d);
7462
7462
  switch (b) {
7463
7463
  case GeographicMarkerSeries.$$p[3]:
7464
- this.p5.re = this.q9;
7464
+ this.p6.rf = this.ra;
7465
7465
  break;
7466
7466
  case GeographicMarkerSeries.$$p[6]:
7467
- this.p5.rf = this.ra;
7467
+ this.p6.rg = this.rb;
7468
7468
  break;
7469
7469
  case GeographicMarkerSeries.$$p[5]:
7470
- this.p5.p9 = this.qe;
7470
+ this.p6.qa = this.qf;
7471
7471
  break;
7472
7472
  case GeographicMarkerSeries.$$p[4]:
7473
- this.p5.p5 = this.qd;
7473
+ this.p6.p6 = this.qe;
7474
7474
  break;
7475
7475
  case GeographicMarkerSeries.$$p[9]:
7476
- this.p5.qc = this.qf;
7476
+ this.p6.qd = this.qg;
7477
7477
  break;
7478
7478
  case GeographicMarkerSeries.$$p[7]:
7479
- this.p5.qy = this.qv;
7479
+ this.p6.qz = this.qw;
7480
7480
  break;
7481
7481
  case GeographicMarkerSeries.$$p[8]:
7482
- this.p5.qh = this.qg;
7482
+ this.p6.qi = this.qh;
7483
7483
  break;
7484
7484
  case GeographicMarkerSeries.$$p[10]:
7485
- this.p5.sx = this.qh;
7485
+ this.p6.sy = this.qi;
7486
7486
  break;
7487
7487
  }
7488
7488
  };
7489
7489
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7490
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q7:qw', [Brush.$], 'ActualMarkerOutline:q8:qx', [Brush.$], 'ActualMarkerTemplate:qu:qy', [DataTemplate.$, null], 'MarkerBrush:q9:qz', [Brush.$], 'MarkerFillMode:qd:q0', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qe:q1', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ra:q2', [Brush.$], 'MarkerTemplate:qv:q3', [DataTemplate.$, null], 'MarkerThickness:qg:q4', [1, DeviceUtils.g(2)], 'MarkerType:qf:q5', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qh:q6', [1, 400]]);
7490
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q8:qx', [Brush.$], 'ActualMarkerOutline:q9:qy', [Brush.$], 'ActualMarkerTemplate:qv:qz', [DataTemplate.$, null], 'MarkerBrush:ra:q0', [Brush.$], 'MarkerFillMode:qe:q1', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qf:q2', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rb:q3', [Brush.$], 'MarkerTemplate:qw:q4', [DataTemplate.$, null], 'MarkerThickness:qh:q5', [1, DeviceUtils.g(2)], 'MarkerType:qg:q6', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qi:q7', [1, 400]]);
7491
7491
  return GeographicMarkerSeries;
7492
7492
  }(GeographicMapSeriesHost));
7493
7493
 
@@ -7515,49 +7515,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
7515
7515
  };
7516
7516
  GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
7517
7517
  _super.prototype.b2.call(this);
7518
- var a = this.ce.p5;
7519
- a.td = this.ce.r4;
7520
- a.tl = this.ce.r2;
7521
- a.qc = this.ce.qf;
7522
- a.qy = this.ce.qv;
7523
- a.qh = this.ce.qg;
7518
+ var a = this.ce.p6;
7519
+ a.te = this.ce.r5;
7520
+ a.tm = this.ce.r3;
7521
+ a.qd = this.ce.qg;
7522
+ a.qz = this.ce.qw;
7523
+ a.qi = this.ce.qh;
7524
+ a.vh = this.ce.rp;
7525
+ a.v7 = this.ce.sa;
7526
+ a.u7 = this.ce.rh;
7527
+ a.vx = this.ce.r1;
7528
+ a.vs = this.ce.rt;
7529
+ a.u4 = this.ce.re;
7530
+ a.vf = this.ce.rl;
7524
7531
  a.vg = this.ce.ro;
7525
- a.v6 = this.ce.r9;
7526
- a.u6 = this.ce.rg;
7527
- a.vw = this.ce.r0;
7528
- a.vr = this.ce.rs;
7529
- a.u3 = this.ce.rd;
7530
- a.ve = this.ce.rk;
7531
- a.vf = this.ce.rn;
7532
+ a.vm = this.ce.rr;
7532
7533
  a.vl = this.ce.rq;
7533
- a.vk = this.ce.rp;
7534
7534
  };
7535
7535
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
7536
- this.ce.p5.td = this.ce.r4;
7536
+ this.ce.p6.te = this.ce.r5;
7537
7537
  };
7538
7538
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
7539
- this.ce.p5.tl = this.ce.r2;
7539
+ this.ce.p6.tm = this.ce.r3;
7540
7540
  };
7541
7541
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
7542
- this.ce.p5.qc = this.ce.qf;
7542
+ this.ce.p6.qd = this.ce.qg;
7543
7543
  };
7544
7544
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
7545
- this.ce.p5.qy = this.ce.qv;
7545
+ this.ce.p6.qz = this.ce.qw;
7546
7546
  };
7547
7547
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
7548
- this.ce.p5.qh = this.ce.qg;
7548
+ this.ce.p6.qi = this.ce.qh;
7549
7549
  };
7550
7550
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
7551
- this.ce.p5.sx = this.ce.qh;
7551
+ this.ce.p6.sy = this.ce.qi;
7552
7552
  };
7553
7553
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7554
- this.ce.p5.xAxis = this.ce.cd.s2;
7554
+ this.ce.p6.xAxis = this.ce.cd.s2;
7555
7555
  };
7556
7556
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7557
- this.ce.p5.yAxis = this.ce.cd.s4;
7557
+ this.ce.p6.yAxis = this.ce.cd.s4;
7558
7558
  };
7559
7559
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
7560
- var a = this.ce.p5;
7560
+ var a = this.ce.p6;
7561
7561
  if (this.ce.cd == null) {
7562
7562
  a.xAxis = null;
7563
7563
  a.yAxis = null;
@@ -7567,45 +7567,45 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
7567
7567
  a.yAxis = this.ce.cd.s4;
7568
7568
  };
7569
7569
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
7570
- this.ce.p5.re = this.ce.q9;
7570
+ this.ce.p6.rf = this.ce.ra;
7571
7571
  };
7572
7572
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
7573
- this.ce.p5.rf = this.ce.ra;
7573
+ this.ce.p6.rg = this.ce.rb;
7574
7574
  };
7575
7575
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7576
- this.ce.p5.v6 = this.ce.r9;
7576
+ this.ce.p6.v7 = this.ce.sa;
7577
7577
  };
7578
7578
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7579
- this.ce.p5.u6 = this.ce.rg;
7580
- this.ce.p5.vg = this.ce.ro;
7579
+ this.ce.p6.u7 = this.ce.rh;
7580
+ this.ce.p6.vh = this.ce.rp;
7581
7581
  };
7582
7582
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7583
- this.ce.p5.vw = this.ce.r0;
7583
+ this.ce.p6.vx = this.ce.r1;
7584
7584
  };
7585
7585
  GeographicProportionalSymbolSeriesView.prototype.cg = function () {
7586
- this.ce.p5.u3 = this.ce.rd;
7587
- this.ce.p5.ve = this.ce.rk;
7588
- this.ce.p5.vf = this.ce.rn;
7589
- this.ce.p5.vl = this.ce.rq;
7590
- this.ce.p5.vk = this.ce.rp;
7586
+ this.ce.p6.u4 = this.ce.re;
7587
+ this.ce.p6.vf = this.ce.rl;
7588
+ this.ce.p6.vg = this.ce.ro;
7589
+ this.ce.p6.vm = this.ce.rr;
7590
+ this.ce.p6.vl = this.ce.rq;
7591
7591
  };
7592
7592
  GeographicProportionalSymbolSeriesView.prototype.cf = function () {
7593
- this.ce.p5.vr = this.ce.rs;
7593
+ this.ce.p6.vs = this.ce.rt;
7594
7594
  };
7595
7595
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7596
- this.ce.p5.vg = this.ce.ro;
7596
+ this.ce.p6.vh = this.ce.rp;
7597
7597
  };
7598
7598
  GeographicProportionalSymbolSeriesView.prototype.ch = function () {
7599
- this.ce.p5.ve = this.ce.rk;
7599
+ this.ce.p6.vf = this.ce.rl;
7600
7600
  };
7601
7601
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
7602
- this.ce.p5.vf = this.ce.rn;
7602
+ this.ce.p6.vg = this.ce.ro;
7603
7603
  };
7604
7604
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
7605
- this.ce.p5.vl = this.ce.rq;
7605
+ this.ce.p6.vm = this.ce.rr;
7606
7606
  };
7607
7607
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
7608
- this.ce.p5.vk = this.ce.rp;
7608
+ this.ce.p6.vl = this.ce.rq;
7609
7609
  };
7610
7610
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7611
7611
  return GeographicProportionalSymbolSeriesView;
@@ -7617,9 +7617,9 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
7617
7617
  __extends(GeographicProportionalSymbolSeries, _super);
7618
7618
  function GeographicProportionalSymbolSeries() {
7619
7619
  var _this = _super.call(this) || this;
7620
- _this.re = null;
7620
+ _this.rf = null;
7621
+ _this.rk = false;
7621
7622
  _this.rj = false;
7622
- _this.ri = false;
7623
7623
  _this.assigningScatterStyle = null;
7624
7624
  _this.assigningScatterMarkerStyle = null;
7625
7625
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7631,111 +7631,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
7631
7631
  GeographicProportionalSymbolSeries.prototype.bx = function () {
7632
7632
  return new GeographicProportionalSymbolSeriesView(this);
7633
7633
  };
7634
- GeographicProportionalSymbolSeries.prototype.ly = function (a) {
7635
- _super.prototype.ly.call(this, a);
7636
- this.rh = a;
7634
+ GeographicProportionalSymbolSeries.prototype.lz = function (a) {
7635
+ _super.prototype.lz.call(this, a);
7636
+ this.ri = a;
7637
7637
  };
7638
7638
  GeographicProportionalSymbolSeries.prototype.gv = function () {
7639
7639
  return 0.7;
7640
7640
  };
7641
- GeographicProportionalSymbolSeries.prototype.p4 = function () {
7641
+ GeographicProportionalSymbolSeries.prototype.p5 = function () {
7642
7642
  return new BubbleSeries();
7643
7643
  };
7644
7644
  GeographicProportionalSymbolSeries.prototype.get_dx = function () {
7645
7645
  return true;
7646
7646
  };
7647
- GeographicProportionalSymbolSeries.prototype.l3 = function (a, b, c, d) {
7648
- _super.prototype.l3.call(this, a, b, c, d);
7647
+ GeographicProportionalSymbolSeries.prototype.l4 = function (a, b, c, d) {
7648
+ _super.prototype.l4.call(this, a, b, c, d);
7649
7649
  switch (b) {
7650
7650
  case "SeriesViewer":
7651
- this.rh.cu();
7651
+ this.ri.cu();
7652
7652
  break;
7653
7653
  case GeographicProportionalSymbolSeries.$$p[9]:
7654
- this.rh.cn();
7654
+ this.ri.cn();
7655
7655
  break;
7656
7656
  case GeographicProportionalSymbolSeries.$$p[8]:
7657
- this.rh.cm();
7657
+ this.ri.cm();
7658
7658
  break;
7659
7659
  case "XAxis":
7660
- this.rh.cv();
7660
+ this.ri.cv();
7661
7661
  break;
7662
7662
  case "YAxis":
7663
- this.rh.cw();
7663
+ this.ri.cw();
7664
7664
  break;
7665
7665
  case GeographicProportionalSymbolSeries.$$p[13]:
7666
- this.rh.cx();
7666
+ this.ri.cx();
7667
7667
  break;
7668
7668
  case GeographicProportionalSymbolSeries.$$p[14]:
7669
- this.rh.cy();
7669
+ this.ri.cy();
7670
7670
  break;
7671
7671
  case GeographicProportionalSymbolSeries.$$p[15]:
7672
- this.rh.cz();
7672
+ this.ri.cz();
7673
7673
  break;
7674
7674
  case GeographicProportionalSymbolSeries.$$p[7]:
7675
- this.rh.ci();
7675
+ this.ri.ci();
7676
7676
  break;
7677
7677
  case GeographicProportionalSymbolSeries.$$p[0]:
7678
- this.rh.cf();
7678
+ this.ri.cf();
7679
7679
  break;
7680
7680
  case GeographicProportionalSymbolSeries.$$p[1]:
7681
- this.rh.cg();
7681
+ this.ri.cg();
7682
7682
  break;
7683
7683
  case GeographicProportionalSymbolSeries.$$p[2]:
7684
- this.rh.ch();
7684
+ this.ri.ch();
7685
7685
  break;
7686
7686
  case GeographicProportionalSymbolSeries.$$p[12]:
7687
- this.rh.cl();
7687
+ this.ri.cl();
7688
7688
  break;
7689
7689
  case GeographicProportionalSymbolSeries.$$p[11]:
7690
- this.rh.ck();
7690
+ this.ri.ck();
7691
7691
  break;
7692
7692
  case GeographicProportionalSymbolSeries.$$p[10]:
7693
- this.rh.cj();
7693
+ this.ri.cj();
7694
7694
  break;
7695
7695
  case GeographicProportionalSymbolSeries.$$p[4]:
7696
- this.p5.sj = this.rm;
7697
- this.rj = this.rm;
7698
- if (this.rm) {
7699
- var e = this.p5;
7700
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.se));
7696
+ this.p6.sk = this.rn;
7697
+ this.rk = this.rn;
7698
+ if (this.rn) {
7699
+ var e = this.p6;
7700
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sf));
7701
7701
  }
7702
7702
  else {
7703
- var f = this.p5;
7704
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.se));
7703
+ var f = this.p6;
7704
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sf));
7705
7705
  }
7706
7706
  break;
7707
7707
  case GeographicProportionalSymbolSeries.$$p[3]:
7708
- this.p5.si = this.rl;
7709
- this.ri = this.rl;
7710
- if (this.rm) {
7711
- var g = this.p5;
7712
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.sd));
7708
+ this.p6.sj = this.rm;
7709
+ this.rj = this.rm;
7710
+ if (this.rn) {
7711
+ var g = this.p6;
7712
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.se));
7713
7713
  }
7714
7714
  else {
7715
- var h = this.p5;
7716
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.sd));
7715
+ var h = this.p6;
7716
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.se));
7717
7717
  }
7718
7718
  break;
7719
7719
  case GeographicProportionalSymbolSeries.$$p[5]:
7720
- this.p5.r8 = this.rf;
7720
+ this.p6.r9 = this.rg;
7721
7721
  break;
7722
7722
  case GeographicProportionalSymbolSeries.$$p[6]:
7723
- this.p5.sw = this.rr;
7723
+ this.p6.sx = this.rs;
7724
7724
  break;
7725
7725
  }
7726
7726
  };
7727
- GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
7727
+ GeographicProportionalSymbolSeries.prototype.sf = function (a, b) {
7728
7728
  if (this.assigningScatterStyle != null) {
7729
7729
  this.assigningScatterStyle(this, b);
7730
7730
  }
7731
7731
  };
7732
- GeographicProportionalSymbolSeries.prototype.sd = function (a, b) {
7732
+ GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
7733
7733
  if (this.assigningScatterMarkerStyle != null) {
7734
7734
  this.assigningScatterMarkerStyle(this, b);
7735
7735
  }
7736
7736
  };
7737
7737
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7738
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rs:sf', [2], 'FillScale:rd:sg', [BrushScale.$], 'FillScaleUseGlobalValues:rk:sh', [0, false], 'IsCustomScatterMarkerStyleAllowed:rl:si', [0, false], 'IsCustomScatterStyleAllowed:rm:sj', [0, false], 'ItemSearchMode:rf:sk', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rr:sl', [1, 10000], 'LabelMemberPath:r0:sm', [2], 'LatitudeMemberPath:r2:sn', [2, null], 'LongitudeMemberPath:r4:so', [2, null], 'MarkerBrushBrightness:rp:sp', [1, NaN], 'MarkerOutlineBrightness:rq:sq', [1, NaN], 'MarkerOutlineUsesFillScale:rn:sr', [0, false], 'RadiusMemberPath:r9:ss', [2, null], 'RadiusScale:rg:st', [SizeScale.$], 'RadiusScaleUseGlobalValues:ro:su', [0, false]]);
7738
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
7739
7739
  return GeographicProportionalSymbolSeries;
7740
7740
  }(GeographicMarkerSeries));
7741
7741
 
@@ -7786,10 +7786,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7786
7786
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7787
7787
  */
7788
7788
  get: function () {
7789
- return this.i.r2;
7789
+ return this.i.r3;
7790
7790
  },
7791
7791
  set: function (v) {
7792
- this.i.r2 = v;
7792
+ this.i.r3 = v;
7793
7793
  },
7794
7794
  enumerable: false,
7795
7795
  configurable: true
@@ -7799,10 +7799,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7799
7799
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7800
7800
  */
7801
7801
  get: function () {
7802
- return this.i.r4;
7802
+ return this.i.r5;
7803
7803
  },
7804
7804
  set: function (v) {
7805
- this.i.r4 = v;
7805
+ this.i.r5 = v;
7806
7806
  },
7807
7807
  enumerable: false,
7808
7808
  configurable: true
@@ -7812,10 +7812,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7812
7812
  * Gets or sets the radius mapping property for the current series object.
7813
7813
  */
7814
7814
  get: function () {
7815
- return this.i.r9;
7815
+ return this.i.sa;
7816
7816
  },
7817
7817
  set: function (v) {
7818
- this.i.r9 = v;
7818
+ this.i.sa = v;
7819
7819
  },
7820
7820
  enumerable: false,
7821
7821
  configurable: true
@@ -7825,22 +7825,22 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7825
7825
  * Gets or sets the radius size scale for the bubbles.
7826
7826
  */
7827
7827
  get: function () {
7828
- if (this.i.rg == null) {
7828
+ if (this.i.rh == null) {
7829
7829
  return null;
7830
7830
  }
7831
- if (!this.i.rg.externalObject) {
7832
- var e = IgxSizeScaleComponent._createFromInternal(this.i.rg);
7831
+ if (!this.i.rh.externalObject) {
7832
+ var e = IgxSizeScaleComponent._createFromInternal(this.i.rh);
7833
7833
  if (e) {
7834
- e._implementation = this.i.rg;
7834
+ e._implementation = this.i.rh;
7835
7835
  }
7836
- this.i.rg.externalObject = e;
7836
+ this.i.rh.externalObject = e;
7837
7837
  }
7838
- return this.i.rg.externalObject;
7838
+ return this.i.rh.externalObject;
7839
7839
  },
7840
7840
  set: function (v) {
7841
7841
  if (v != null && this._stylingContainer && v._styling)
7842
7842
  v._styling(this._stylingContainer, this, this);
7843
- v == null ? this.i.rg = null : this.i.rg = v.i;
7843
+ v == null ? this.i.rh = null : this.i.rh = v.i;
7844
7844
  },
7845
7845
  enumerable: false,
7846
7846
  configurable: true
@@ -7850,10 +7850,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7850
7850
  * Gets or sets the Label mapping property for the current series object.
7851
7851
  */
7852
7852
  get: function () {
7853
- return this.i.r0;
7853
+ return this.i.r1;
7854
7854
  },
7855
7855
  set: function (v) {
7856
- this.i.r0 = v;
7856
+ this.i.r1 = v;
7857
7857
  },
7858
7858
  enumerable: false,
7859
7859
  configurable: true
@@ -7863,10 +7863,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7863
7863
  * Gets or sets the fill mapping property for the current series object.
7864
7864
  */
7865
7865
  get: function () {
7866
- return this.i.rs;
7866
+ return this.i.rt;
7867
7867
  },
7868
7868
  set: function (v) {
7869
- this.i.rs = v;
7869
+ this.i.rt = v;
7870
7870
  },
7871
7871
  enumerable: false,
7872
7872
  configurable: true
@@ -7876,22 +7876,22 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7876
7876
  * Gets or sets the brush scale for the marker brush.
7877
7877
  */
7878
7878
  get: function () {
7879
- if (this.i.rd == null) {
7879
+ if (this.i.re == null) {
7880
7880
  return null;
7881
7881
  }
7882
- if (!this.i.rd.externalObject) {
7883
- var e = IgxBrushScaleComponent._createFromInternal(this.i.rd);
7882
+ if (!this.i.re.externalObject) {
7883
+ var e = IgxBrushScaleComponent._createFromInternal(this.i.re);
7884
7884
  if (e) {
7885
- e._implementation = this.i.rd;
7885
+ e._implementation = this.i.re;
7886
7886
  }
7887
- this.i.rd.externalObject = e;
7887
+ this.i.re.externalObject = e;
7888
7888
  }
7889
- return this.i.rd.externalObject;
7889
+ return this.i.re.externalObject;
7890
7890
  },
7891
7891
  set: function (v) {
7892
7892
  if (v != null && this._stylingContainer && v._styling)
7893
7893
  v._styling(this._stylingContainer, this, this);
7894
- v == null ? this.i.rd = null : this.i.rd = v.i;
7894
+ v == null ? this.i.re = null : this.i.re = v.i;
7895
7895
  },
7896
7896
  enumerable: false,
7897
7897
  configurable: true
@@ -7902,10 +7902,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7902
7902
  * This setting applies only if multiple series are using the same FillScale.
7903
7903
  */
7904
7904
  get: function () {
7905
- return this.i.rk;
7905
+ return this.i.rl;
7906
7906
  },
7907
7907
  set: function (v) {
7908
- this.i.rk = ensureBool(v);
7908
+ this.i.rl = ensureBool(v);
7909
7909
  },
7910
7910
  enumerable: false,
7911
7911
  configurable: true
@@ -7916,10 +7916,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7916
7916
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7917
7917
  */
7918
7918
  get: function () {
7919
- return this.i.rn;
7919
+ return this.i.ro;
7920
7920
  },
7921
7921
  set: function (v) {
7922
- this.i.rn = ensureBool(v);
7922
+ this.i.ro = ensureBool(v);
7923
7923
  },
7924
7924
  enumerable: false,
7925
7925
  configurable: true
@@ -7930,10 +7930,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7930
7930
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7931
7931
  */
7932
7932
  get: function () {
7933
- return this.i.rq;
7933
+ return this.i.rr;
7934
7934
  },
7935
7935
  set: function (v) {
7936
- this.i.rq = +v;
7936
+ this.i.rr = +v;
7937
7937
  },
7938
7938
  enumerable: false,
7939
7939
  configurable: true
@@ -7944,10 +7944,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7944
7944
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
7945
7945
  */
7946
7946
  get: function () {
7947
- return this.i.rp;
7947
+ return this.i.rq;
7948
7948
  },
7949
7949
  set: function (v) {
7950
- this.i.rp = +v;
7950
+ this.i.rq = +v;
7951
7951
  },
7952
7952
  enumerable: false,
7953
7953
  configurable: true
@@ -7958,10 +7958,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7958
7958
  * This setting applies only if multiple series are using the same RadiusScale.
7959
7959
  */
7960
7960
  get: function () {
7961
- return this.i.ro;
7961
+ return this.i.rp;
7962
7962
  },
7963
7963
  set: function (v) {
7964
- this.i.ro = ensureBool(v);
7964
+ this.i.rp = ensureBool(v);
7965
7965
  },
7966
7966
  enumerable: false,
7967
7967
  configurable: true
@@ -7971,10 +7971,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7971
7971
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7972
7972
  */
7973
7973
  get: function () {
7974
- return this.i.rm;
7974
+ return this.i.rn;
7975
7975
  },
7976
7976
  set: function (v) {
7977
- this.i.rm = ensureBool(v);
7977
+ this.i.rn = ensureBool(v);
7978
7978
  },
7979
7979
  enumerable: false,
7980
7980
  configurable: true
@@ -7984,10 +7984,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7984
7984
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7985
7985
  */
7986
7986
  get: function () {
7987
- return this.i.rl;
7987
+ return this.i.rm;
7988
7988
  },
7989
7989
  set: function (v) {
7990
- this.i.rl = ensureBool(v);
7990
+ this.i.rm = ensureBool(v);
7991
7991
  },
7992
7992
  enumerable: false,
7993
7993
  configurable: true
@@ -7997,10 +7997,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7997
7997
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7998
7998
  */
7999
7999
  get: function () {
8000
- return this.i.rf;
8000
+ return this.i.rg;
8001
8001
  },
8002
8002
  set: function (v) {
8003
- this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
8003
+ this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
8004
8004
  },
8005
8005
  enumerable: false,
8006
8006
  configurable: true
@@ -8010,10 +8010,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8010
8010
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8011
8011
  */
8012
8012
  get: function () {
8013
- return this.i.rr;
8013
+ return this.i.rs;
8014
8014
  },
8015
8015
  set: function (v) {
8016
- this.i.rr = +v;
8016
+ this.i.rs = +v;
8017
8017
  },
8018
8018
  enumerable: false,
8019
8019
  configurable: true
@@ -8215,40 +8215,40 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
8215
8215
  }
8216
8216
  };
8217
8217
  GeographicSymbolSeriesView.prototype.b2 = function () {
8218
- var a = this.ce.p5;
8218
+ var a = this.ce.p6;
8219
8219
  _super.prototype.b2.call(this);
8220
- a.td = this.ce.rt;
8221
- a.tl = this.ce.rr;
8222
- a.qc = this.ce.qf;
8223
- a.qy = this.ce.qv;
8224
- a.qh = this.ce.qg;
8220
+ a.te = this.ce.ru;
8221
+ a.tm = this.ce.rs;
8222
+ a.qd = this.ce.qg;
8223
+ a.qz = this.ce.qw;
8224
+ a.qi = this.ce.qh;
8225
8225
  };
8226
8226
  GeographicSymbolSeriesView.prototype.cg = function () {
8227
- this.ce.p5.td = this.ce.rt;
8227
+ this.ce.p6.te = this.ce.ru;
8228
8228
  };
8229
8229
  GeographicSymbolSeriesView.prototype.cf = function () {
8230
- this.ce.p5.tl = this.ce.rr;
8230
+ this.ce.p6.tm = this.ce.rs;
8231
8231
  };
8232
8232
  GeographicSymbolSeriesView.prototype.cm = function () {
8233
- this.ce.p5.qc = this.ce.qf;
8233
+ this.ce.p6.qd = this.ce.qg;
8234
8234
  };
8235
8235
  GeographicSymbolSeriesView.prototype.ck = function () {
8236
- this.ce.p5.qy = this.ce.qv;
8236
+ this.ce.p6.qz = this.ce.qw;
8237
8237
  };
8238
8238
  GeographicSymbolSeriesView.prototype.cl = function () {
8239
- this.ce.p5.qh = this.ce.qg;
8239
+ this.ce.p6.qi = this.ce.qh;
8240
8240
  };
8241
8241
  GeographicSymbolSeriesView.prototype.cn = function () {
8242
- this.ce.p5.sx = this.ce.qh;
8242
+ this.ce.p6.sy = this.ce.qi;
8243
8243
  };
8244
8244
  GeographicSymbolSeriesView.prototype.cp = function () {
8245
- this.ce.p5.xAxis = this.ce.cd.s2;
8245
+ this.ce.p6.xAxis = this.ce.cd.s2;
8246
8246
  };
8247
8247
  GeographicSymbolSeriesView.prototype.cq = function () {
8248
- this.ce.p5.yAxis = this.ce.cd.s4;
8248
+ this.ce.p6.yAxis = this.ce.cd.s4;
8249
8249
  };
8250
8250
  GeographicSymbolSeriesView.prototype.co = function () {
8251
- var a = this.ce.p5;
8251
+ var a = this.ce.p6;
8252
8252
  if (this.ce.cd == null) {
8253
8253
  a.xAxis = null;
8254
8254
  a.yAxis = null;
@@ -8258,13 +8258,13 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
8258
8258
  a.yAxis = this.ce.cd.s4;
8259
8259
  };
8260
8260
  GeographicSymbolSeriesView.prototype.ci = function () {
8261
- this.ce.p5.ro = this.ce.rd;
8261
+ this.ce.p6.rp = this.ce.re;
8262
8262
  };
8263
8263
  GeographicSymbolSeriesView.prototype.ch = function () {
8264
- this.ce.p5.re = this.ce.q9;
8264
+ this.ce.p6.rf = this.ce.ra;
8265
8265
  };
8266
8266
  GeographicSymbolSeriesView.prototype.cj = function () {
8267
- this.ce.p5.rf = this.ce.ra;
8267
+ this.ce.p6.rg = this.ce.rb;
8268
8268
  };
8269
8269
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8270
8270
  return GeographicSymbolSeriesView;
@@ -8276,9 +8276,9 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
8276
8276
  __extends(GeographicSymbolSeries, _super);
8277
8277
  function GeographicSymbolSeries() {
8278
8278
  var _this = _super.call(this) || this;
8279
- _this.rf = null;
8279
+ _this.rg = null;
8280
+ _this.rj = false;
8280
8281
  _this.ri = false;
8281
- _this.rh = false;
8282
8282
  _this.assigningScatterStyle = null;
8283
8283
  _this.assigningScatterMarkerStyle = null;
8284
8284
  _this.ab = GeographicSymbolSeries.$;
@@ -8290,84 +8290,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
8290
8290
  GeographicSymbolSeries.prototype.bx = function () {
8291
8291
  return new GeographicSymbolSeriesView(this);
8292
8292
  };
8293
- GeographicSymbolSeries.prototype.ly = function (a) {
8294
- _super.prototype.ly.call(this, a);
8295
- this.rg = a;
8293
+ GeographicSymbolSeries.prototype.lz = function (a) {
8294
+ _super.prototype.lz.call(this, a);
8295
+ this.rh = a;
8296
8296
  };
8297
8297
  GeographicSymbolSeries.prototype.gv = function () {
8298
8298
  return 0.7;
8299
8299
  };
8300
- GeographicSymbolSeries.prototype.p4 = function () {
8300
+ GeographicSymbolSeries.prototype.p5 = function () {
8301
8301
  return new ScatterSeries();
8302
8302
  };
8303
8303
  GeographicSymbolSeries.prototype.get_dx = function () {
8304
8304
  return true;
8305
8305
  };
8306
- GeographicSymbolSeries.prototype.l3 = function (a, b, c, d) {
8307
- _super.prototype.l3.call(this, a, b, c, d);
8306
+ GeographicSymbolSeries.prototype.l4 = function (a, b, c, d) {
8307
+ _super.prototype.l4.call(this, a, b, c, d);
8308
8308
  switch (b) {
8309
8309
  case "SeriesViewer":
8310
- this.rg.co();
8310
+ this.rh.co();
8311
8311
  break;
8312
8312
  case GeographicSymbolSeries.$$p[5]:
8313
- this.rg.cg();
8313
+ this.rh.cg();
8314
8314
  break;
8315
8315
  case GeographicSymbolSeries.$$p[4]:
8316
- this.rg.cf();
8316
+ this.rh.cf();
8317
8317
  break;
8318
8318
  case GeographicSymbolSeries.$$p[6]:
8319
- this.rg.ci();
8319
+ this.rh.ci();
8320
8320
  break;
8321
8321
  case "XAxis":
8322
- this.rg.cp();
8322
+ this.rh.cp();
8323
8323
  break;
8324
8324
  case "YAxis":
8325
- this.rg.cq();
8325
+ this.rh.cq();
8326
8326
  break;
8327
8327
  case GeographicSymbolSeries.$$p[1]:
8328
- this.p5.sj = this.rk;
8329
- this.ri = this.rk;
8330
- if (this.rk) {
8331
- var e = this.p5;
8332
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ry));
8328
+ this.p6.sk = this.rl;
8329
+ this.rj = this.rl;
8330
+ if (this.rl) {
8331
+ var e = this.p6;
8332
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.rz));
8333
8333
  }
8334
8334
  else {
8335
- var f = this.p5;
8336
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ry));
8335
+ var f = this.p6;
8336
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.rz));
8337
8337
  }
8338
8338
  break;
8339
8339
  case GeographicSymbolSeries.$$p[0]:
8340
- this.p5.si = this.rj;
8341
- this.rh = this.rj;
8342
- if (this.rk) {
8343
- var g = this.p5;
8344
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rx));
8340
+ this.p6.sj = this.rk;
8341
+ this.ri = this.rk;
8342
+ if (this.rl) {
8343
+ var g = this.p6;
8344
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ry));
8345
8345
  }
8346
8346
  else {
8347
- var h = this.p5;
8348
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rx));
8347
+ var h = this.p6;
8348
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ry));
8349
8349
  }
8350
8350
  break;
8351
8351
  case GeographicSymbolSeries.$$p[2]:
8352
- this.p5.r8 = this.re;
8352
+ this.p6.r9 = this.rf;
8353
8353
  break;
8354
8354
  case GeographicSymbolSeries.$$p[3]:
8355
- this.p5.sw = this.rm;
8355
+ this.p6.sx = this.rn;
8356
8356
  break;
8357
8357
  }
8358
8358
  };
8359
- GeographicSymbolSeries.prototype.ry = function (a, b) {
8359
+ GeographicSymbolSeries.prototype.rz = function (a, b) {
8360
8360
  if (this.assigningScatterStyle != null) {
8361
8361
  this.assigningScatterStyle(this, b);
8362
8362
  }
8363
8363
  };
8364
- GeographicSymbolSeries.prototype.rx = function (a, b) {
8364
+ GeographicSymbolSeries.prototype.ry = function (a, b) {
8365
8365
  if (this.assigningScatterMarkerStyle != null) {
8366
8366
  this.assigningScatterMarkerStyle(this, b);
8367
8367
  }
8368
8368
  };
8369
8369
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8370
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rj:rz', [0, false], 'IsCustomScatterStyleAllowed:rk:r0', [0, false], 'ItemSearchMode:re:r1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rm:r2', [1, 10000], 'LatitudeMemberPath:rr:r3', [2, null], 'LongitudeMemberPath:rt:r4', [2, null], 'MarkerCollisionAvoidance:rd:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rl:r6', [0, false]]);
8370
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rk:r0', [0, false], 'IsCustomScatterStyleAllowed:rl:r1', [0, false], 'ItemSearchMode:rf:r2', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rn:r3', [1, 10000], 'LatitudeMemberPath:rs:r4', [2, null], 'LongitudeMemberPath:ru:r5', [2, null], 'MarkerCollisionAvoidance:re:r6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rm:r7', [0, false]]);
8371
8371
  return GeographicSymbolSeries;
8372
8372
  }(GeographicMarkerSeries));
8373
8373
 
@@ -8418,10 +8418,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8418
8418
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8419
8419
  */
8420
8420
  get: function () {
8421
- return this.i.rr;
8421
+ return this.i.rs;
8422
8422
  },
8423
8423
  set: function (v) {
8424
- this.i.rr = v;
8424
+ this.i.rs = v;
8425
8425
  },
8426
8426
  enumerable: false,
8427
8427
  configurable: true
@@ -8431,10 +8431,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8431
8431
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8432
8432
  */
8433
8433
  get: function () {
8434
- return this.i.rt;
8434
+ return this.i.ru;
8435
8435
  },
8436
8436
  set: function (v) {
8437
- this.i.rt = v;
8437
+ this.i.ru = v;
8438
8438
  },
8439
8439
  enumerable: false,
8440
8440
  configurable: true
@@ -8444,10 +8444,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8444
8444
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8445
8445
  */
8446
8446
  get: function () {
8447
- return this.i.rd;
8447
+ return this.i.re;
8448
8448
  },
8449
8449
  set: function (v) {
8450
- this.i.rd = ensureEnum(CollisionAvoidanceType_$type, v);
8450
+ this.i.re = ensureEnum(CollisionAvoidanceType_$type, v);
8451
8451
  },
8452
8452
  enumerable: false,
8453
8453
  configurable: true
@@ -8457,10 +8457,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8457
8457
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8458
8458
  */
8459
8459
  get: function () {
8460
- return this.i.rk;
8460
+ return this.i.rl;
8461
8461
  },
8462
8462
  set: function (v) {
8463
- this.i.rk = ensureBool(v);
8463
+ this.i.rl = ensureBool(v);
8464
8464
  },
8465
8465
  enumerable: false,
8466
8466
  configurable: true
@@ -8470,10 +8470,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8470
8470
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8471
8471
  */
8472
8472
  get: function () {
8473
- return this.i.rj;
8473
+ return this.i.rk;
8474
8474
  },
8475
8475
  set: function (v) {
8476
- this.i.rj = ensureBool(v);
8476
+ this.i.rk = ensureBool(v);
8477
8477
  },
8478
8478
  enumerable: false,
8479
8479
  configurable: true
@@ -8483,10 +8483,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8483
8483
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8484
8484
  */
8485
8485
  get: function () {
8486
- return this.i.re;
8486
+ return this.i.rf;
8487
8487
  },
8488
8488
  set: function (v) {
8489
- this.i.re = ensureEnum(ScatterItemSearchMode_$type, v);
8489
+ this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
8490
8490
  },
8491
8491
  enumerable: false,
8492
8492
  configurable: true
@@ -8496,10 +8496,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8496
8496
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8497
8497
  */
8498
8498
  get: function () {
8499
- return this.i.rm;
8499
+ return this.i.rn;
8500
8500
  },
8501
8501
  set: function (v) {
8502
- this.i.rm = +v;
8502
+ this.i.rn = +v;
8503
8503
  },
8504
8504
  enumerable: false,
8505
8505
  configurable: true
@@ -8682,10 +8682,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8682
8682
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8683
8683
  */
8684
8684
  get: function () {
8685
- return this.i.qh;
8685
+ return this.i.qi;
8686
8686
  },
8687
8687
  set: function (v) {
8688
- this.i.qh = v;
8688
+ this.i.qi = v;
8689
8689
  },
8690
8690
  enumerable: false,
8691
8691
  configurable: true
@@ -8695,10 +8695,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8695
8695
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8696
8696
  */
8697
8697
  get: function () {
8698
- return this.i.qf;
8698
+ return this.i.qg;
8699
8699
  },
8700
8700
  set: function (v) {
8701
- this.i.qf = v;
8701
+ this.i.qg = v;
8702
8702
  },
8703
8703
  enumerable: false,
8704
8704
  configurable: true
@@ -8709,10 +8709,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8709
8709
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
8710
8710
  */
8711
8711
  get: function () {
8712
- return this.i.qe;
8712
+ return this.i.qf;
8713
8713
  },
8714
8714
  set: function (v) {
8715
- this.i.qe = v;
8715
+ this.i.qf = v;
8716
8716
  },
8717
8717
  enumerable: false,
8718
8718
  configurable: true
@@ -8722,10 +8722,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8722
8722
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8723
8723
  */
8724
8724
  get: function () {
8725
- return this.i.qk;
8725
+ return this.i.ql;
8726
8726
  },
8727
8727
  set: function (v) {
8728
- this.i.qk = v;
8728
+ this.i.ql = v;
8729
8729
  },
8730
8730
  enumerable: false,
8731
8731
  configurable: true
@@ -8735,10 +8735,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8735
8735
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8736
8736
  */
8737
8737
  get: function () {
8738
- return this.i.qm;
8738
+ return this.i.qn;
8739
8739
  },
8740
8740
  set: function (v) {
8741
- this.i.qm = v;
8741
+ this.i.qn = v;
8742
8742
  },
8743
8743
  enumerable: false,
8744
8744
  configurable: true
@@ -8748,10 +8748,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8748
8748
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8749
8749
  */
8750
8750
  get: function () {
8751
- return this.i.qo;
8751
+ return this.i.qp;
8752
8752
  },
8753
8753
  set: function (v) {
8754
- this.i.qo = v;
8754
+ this.i.qp = v;
8755
8755
  },
8756
8756
  enumerable: false,
8757
8757
  configurable: true
@@ -8826,10 +8826,10 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8826
8826
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8827
8827
  */
8828
8828
  get: function () {
8829
- return this.i.q3;
8829
+ return this.i.q4;
8830
8830
  },
8831
8831
  set: function (v) {
8832
- this.i.q3 = v;
8832
+ this.i.q4 = v;
8833
8833
  },
8834
8834
  enumerable: false,
8835
8835
  configurable: true
@@ -8839,22 +8839,22 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8839
8839
  * The ColorScale used to resolve the color values of points in the series.
8840
8840
  */
8841
8841
  get: function () {
8842
- if (this.i.qy == null) {
8842
+ if (this.i.qz == null) {
8843
8843
  return null;
8844
8844
  }
8845
- if (!this.i.qy.externalObject) {
8846
- var e = IgxColorScaleComponent._createFromInternal(this.i.qy);
8845
+ if (!this.i.qz.externalObject) {
8846
+ var e = IgxColorScaleComponent._createFromInternal(this.i.qz);
8847
8847
  if (e) {
8848
- e._implementation = this.i.qy;
8848
+ e._implementation = this.i.qz;
8849
8849
  }
8850
- this.i.qy.externalObject = e;
8850
+ this.i.qz.externalObject = e;
8851
8851
  }
8852
- return this.i.qy.externalObject;
8852
+ return this.i.qz.externalObject;
8853
8853
  },
8854
8854
  set: function (v) {
8855
8855
  if (v != null && this._stylingContainer && v._styling)
8856
8856
  v._styling(this._stylingContainer, this, this);
8857
- v == null ? this.i.qy = null : this.i.qy = v.i;
8857
+ v == null ? this.i.qz = null : this.i.qz = v.i;
8858
8858
  },
8859
8859
  enumerable: false,
8860
8860
  configurable: true
@@ -8864,22 +8864,22 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8864
8864
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8865
8865
  */
8866
8866
  get: function () {
8867
- if (this.i.qx == null) {
8867
+ if (this.i.qy == null) {
8868
8868
  return null;
8869
8869
  }
8870
- if (!this.i.qx.externalObject) {
8871
- var e = IgxColorScaleComponent._createFromInternal(this.i.qx);
8870
+ if (!this.i.qy.externalObject) {
8871
+ var e = IgxColorScaleComponent._createFromInternal(this.i.qy);
8872
8872
  if (e) {
8873
- e._implementation = this.i.qx;
8873
+ e._implementation = this.i.qy;
8874
8874
  }
8875
- this.i.qx.externalObject = e;
8875
+ this.i.qy.externalObject = e;
8876
8876
  }
8877
- return this.i.qx.externalObject;
8877
+ return this.i.qy.externalObject;
8878
8878
  },
8879
8879
  set: function (v) {
8880
8880
  if (v != null && this._stylingContainer && v._styling)
8881
8881
  v._styling(this._stylingContainer, this, this);
8882
- v == null ? this.i.qx = null : this.i.qx = v.i;
8882
+ v == null ? this.i.qy = null : this.i.qy = v.i;
8883
8883
  },
8884
8884
  enumerable: false,
8885
8885
  configurable: true
@@ -8913,7 +8913,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8913
8913
 
8914
8914
  */
8915
8915
  IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
8916
- this.i.q8();
8916
+ this.i.q9();
8917
8917
  };
8918
8918
  Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
8919
8919
  /**
@@ -9033,71 +9033,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
9033
9033
  }
9034
9034
  GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
9035
9035
  _super.prototype.b2.call(this);
9036
- var a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
9037
- a.sd = this.ce.qu;
9038
- a.sl = this.ce.qs;
9036
+ var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
9037
+ a.se = this.ce.qv;
9038
+ a.sm = this.ce.qt;
9039
+ a.qr = this.ce.qi;
9039
9040
  a.qq = this.ce.qh;
9040
- a.qp = this.ce.qg;
9041
- a.el = this.ce.qf;
9041
+ a.el = this.ce.qg;
9042
+ a.rm = this.ce.qk;
9042
9043
  a.rl = this.ce.qj;
9043
- a.rk = this.ce.qi;
9044
+ a.tk = this.ce.re;
9044
9045
  a.tj = this.ce.rd;
9045
- a.ti = this.ce.rc;
9046
- a.rx = this.ce.qm;
9046
+ a.ry = this.ce.qn;
9047
9047
  };
9048
9048
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
9049
- this.ce.p5.sd = this.ce.qu;
9049
+ this.ce.p6.se = this.ce.qv;
9050
9050
  };
9051
9051
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
9052
- this.ce.p5.sl = this.ce.qs;
9052
+ this.ce.p6.sm = this.ce.qt;
9053
9053
  };
9054
9054
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
9055
- this.ce.p5.qq = this.ce.qh;
9055
+ this.ce.p6.qr = this.ce.qi;
9056
9056
  };
9057
9057
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
9058
- this.ce.p5.qp = this.ce.qg;
9058
+ this.ce.p6.qq = this.ce.qh;
9059
9059
  };
9060
9060
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
9061
- this.ce.p5.el = this.ce.qf;
9061
+ this.ce.p6.el = this.ce.qg;
9062
9062
  };
9063
9063
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
9064
- this.ce.p5.rl = this.ce.qj;
9064
+ this.ce.p6.rm = this.ce.qk;
9065
9065
  };
9066
9066
  GeographicHighDensityScatterSeriesView.prototype.cg = function () {
9067
- this.ce.p5.rk = this.ce.qi;
9067
+ this.ce.p6.rl = this.ce.qj;
9068
9068
  };
9069
9069
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
9070
- var a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
9070
+ var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
9071
9071
  if (this.ce.cd == null) {
9072
- a.qa = null;
9073
- a.qc = null;
9072
+ a.qb = null;
9073
+ a.qd = null;
9074
9074
  return;
9075
9075
  }
9076
- a.qa = this.ce.cd.s2;
9077
- a.qc = this.ce.cd.s4;
9076
+ a.qb = this.ce.cd.s2;
9077
+ a.qd = this.ce.cd.s4;
9078
9078
  };
9079
9079
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
9080
- this.ce.p5.qa = this.ce.cd.s2;
9080
+ this.ce.p6.qb = this.ce.cd.s2;
9081
9081
  };
9082
9082
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
9083
- this.ce.p5.qc = this.ce.cd.s4;
9083
+ this.ce.p6.qd = this.ce.cd.s4;
9084
9084
  };
9085
9085
  GeographicHighDensityScatterSeriesView.prototype.ch = function () {
9086
- this.ce.p5.tj = this.ce.rd;
9086
+ this.ce.p6.tk = this.ce.re;
9087
9087
  };
9088
9088
  GeographicHighDensityScatterSeriesView.prototype.cf = function () {
9089
- this.ce.p5.ti = this.ce.rc;
9089
+ this.ce.p6.tj = this.ce.rd;
9090
9090
  };
9091
9091
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
9092
- this.ce.p5.rx = this.ce.qm;
9092
+ this.ce.p6.ry = this.ce.qn;
9093
9093
  };
9094
9094
  GeographicHighDensityScatterSeriesView.prototype.as = function () {
9095
9095
  _super.prototype.as.call(this);
9096
9096
  if (!this.q) {
9097
- this.ce.rd = Defaults.aq;
9098
- this.ce.rc = Defaults.ap;
9099
- this.ce.o2 = Defaults.al;
9100
- this.ce.o7 = Defaults.ak;
9097
+ this.ce.re = Defaults.aq;
9098
+ this.ce.rd = Defaults.ap;
9099
+ this.ce.o3 = Defaults.al;
9100
+ this.ce.o8 = Defaults.ak;
9101
9101
  }
9102
9102
  };
9103
9103
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -9110,9 +9110,9 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
9110
9110
  __extends(GeographicHighDensityScatterSeries, _super);
9111
9111
  function GeographicHighDensityScatterSeries() {
9112
9112
  var _this = _super.call(this) || this;
9113
- _this.qd = null;
9113
+ _this.qe = null;
9114
9114
  _this.progressiveLoadStatusChanged = null;
9115
- _this.ql = 0;
9115
+ _this.qm = 0;
9116
9116
  _this.ab = GeographicHighDensityScatterSeries.$;
9117
9117
  return _this;
9118
9118
  }
@@ -9128,85 +9128,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
9128
9128
  GeographicHighDensityScatterSeries.prototype.bx = function () {
9129
9129
  return new GeographicHighDensityScatterSeriesView(this);
9130
9130
  };
9131
- GeographicHighDensityScatterSeries.prototype.ly = function (a) {
9132
- _super.prototype.ly.call(this, a);
9133
- this.qe = a;
9131
+ GeographicHighDensityScatterSeries.prototype.lz = function (a) {
9132
+ _super.prototype.lz.call(this, a);
9133
+ this.qf = a;
9134
9134
  };
9135
- GeographicHighDensityScatterSeries.prototype.p4 = function () {
9136
- this.qd = new HighDensityScatterSeries();
9137
- return this.qd;
9135
+ GeographicHighDensityScatterSeries.prototype.p5 = function () {
9136
+ this.qe = new HighDensityScatterSeries();
9137
+ return this.qe;
9138
9138
  };
9139
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qn", {
9139
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qo", {
9140
9140
  get: function () {
9141
- return this.ql;
9141
+ return this.qm;
9142
9142
  },
9143
9143
  set: function (a) {
9144
- var b = this.ql;
9145
- this.ql = a;
9146
- this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
9144
+ var b = this.qm;
9145
+ this.qm = a;
9146
+ this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
9147
9147
  },
9148
9148
  enumerable: false,
9149
9149
  configurable: true
9150
9150
  });
9151
- GeographicHighDensityScatterSeries.prototype.qa = function () {
9152
- _super.prototype.qa.call(this);
9153
- var a = this.p5;
9154
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q1));
9155
- var b = this.p5;
9156
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q0));
9157
- };
9158
- GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
9159
- this.qn = b.currentStatus;
9151
+ GeographicHighDensityScatterSeries.prototype.qb = function () {
9152
+ _super.prototype.qb.call(this);
9153
+ var a = this.p6;
9154
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q2));
9155
+ var b = this.p6;
9156
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q1));
9157
+ };
9158
+ GeographicHighDensityScatterSeries.prototype.q2 = function (a, b) {
9159
+ this.qo = b.currentStatus;
9160
9160
  if (this.progressiveLoadStatusChanged != null) {
9161
9161
  this.progressiveLoadStatusChanged(this, b);
9162
9162
  }
9163
9163
  };
9164
- GeographicHighDensityScatterSeries.prototype.q0 = function (a, b) {
9165
- if (this.qd == null) {
9164
+ GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
9165
+ if (this.qe == null) {
9166
9166
  return;
9167
9167
  }
9168
9168
  };
9169
- GeographicHighDensityScatterSeries.prototype.l3 = function (a, b, c, d) {
9170
- _super.prototype.l3.call(this, a, b, c, d);
9169
+ GeographicHighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
9170
+ _super.prototype.l4.call(this, a, b, c, d);
9171
9171
  switch (b) {
9172
9172
  case "SeriesViewer":
9173
- this.qe.co();
9173
+ this.qf.co();
9174
9174
  break;
9175
9175
  case GeographicHighDensityScatterSeries.$$p[5]:
9176
- this.qe.ck();
9176
+ this.qf.ck();
9177
9177
  break;
9178
9178
  case GeographicHighDensityScatterSeries.$$p[4]:
9179
- this.qe.cj();
9179
+ this.qf.cj();
9180
9180
  break;
9181
9181
  case GeographicHighDensityScatterSeries.$$p[9]:
9182
- this.qe.cp();
9182
+ this.qf.cp();
9183
9183
  break;
9184
9184
  case GeographicHighDensityScatterSeries.$$p[8]:
9185
- this.qe.cn();
9185
+ this.qf.cn();
9186
9186
  break;
9187
9187
  case GeographicHighDensityScatterSeries.$$p[6]:
9188
- this.qe.cl();
9188
+ this.qf.cl();
9189
9189
  break;
9190
9190
  case "XAxis":
9191
- this.qe.cq();
9191
+ this.qf.cq();
9192
9192
  break;
9193
9193
  case "YAxis":
9194
- this.qe.cr();
9194
+ this.qf.cr();
9195
9195
  break;
9196
9196
  case GeographicHighDensityScatterSeries.$$p[3]:
9197
- this.qe.ci();
9197
+ this.qf.ci();
9198
9198
  break;
9199
9199
  case GeographicHighDensityScatterSeries.$$p[1]:
9200
- this.qe.cg();
9200
+ this.qf.cg();
9201
9201
  break;
9202
9202
  case GeographicHighDensityScatterSeries.$$p[2]:
9203
- this.qe.ch();
9203
+ this.qf.ch();
9204
9204
  break;
9205
9205
  case GeographicHighDensityScatterSeries.$$p[0]:
9206
- this.qe.cf();
9206
+ this.qf.cf();
9207
9207
  break;
9208
9208
  case GeographicHighDensityScatterSeries.$$p[7]:
9209
- this.qe.cm();
9209
+ this.qf.cm();
9210
9210
  break;
9211
9211
  }
9212
9212
  };
@@ -9217,7 +9217,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
9217
9217
  _super.prototype.set_e3.call(this, a);
9218
9218
  };
9219
9219
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
9220
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [Color.$, Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [Color.$, Defaults.aq], 'HeatMinimum:qj:q5', [1, 0], 'LatitudeMemberPath:qs:q6', [2, null], 'LongitudeMemberPath:qu:q7', [2, null], 'MouseOverEnabled:qf:q8', [0, false], 'PointExtent:qm:q9', [1, 1], 'ProgressiveLoad:qg:ra', [0, true], 'UseBruteForce:qh:rb', [0, false]]);
9220
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [Color.$, Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [Color.$, Defaults.aq], 'HeatMinimum:qk:q6', [1, 0], 'LatitudeMemberPath:qt:q7', [2, null], 'LongitudeMemberPath:qv:q8', [2, null], 'MouseOverEnabled:qg:q9', [0, false], 'PointExtent:qn:ra', [1, 1], 'ProgressiveLoad:qh:rb', [0, true], 'UseBruteForce:qi:rc', [0, false]]);
9221
9221
  return GeographicHighDensityScatterSeries;
9222
9222
  }(GeographicMapSeriesHost));
9223
9223
 
@@ -9267,10 +9267,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9267
9267
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9268
9268
  */
9269
9269
  get: function () {
9270
- return this.i.qs;
9270
+ return this.i.qt;
9271
9271
  },
9272
9272
  set: function (v) {
9273
- this.i.qs = v;
9273
+ this.i.qt = v;
9274
9274
  },
9275
9275
  enumerable: false,
9276
9276
  configurable: true
@@ -9280,10 +9280,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9280
9280
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9281
9281
  */
9282
9282
  get: function () {
9283
- return this.i.qu;
9283
+ return this.i.qv;
9284
9284
  },
9285
9285
  set: function (v) {
9286
- this.i.qu = v;
9286
+ this.i.qv = v;
9287
9287
  },
9288
9288
  enumerable: false,
9289
9289
  configurable: true
@@ -9293,10 +9293,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9293
9293
  * Gets or sets the whether to use use brute force mode.
9294
9294
  */
9295
9295
  get: function () {
9296
- return this.i.qh;
9296
+ return this.i.qi;
9297
9297
  },
9298
9298
  set: function (v) {
9299
- this.i.qh = ensureBool(v);
9299
+ this.i.qi = ensureBool(v);
9300
9300
  },
9301
9301
  enumerable: false,
9302
9302
  configurable: true
@@ -9306,10 +9306,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9306
9306
  * Gets or sets the whether to progressively load the data into the chart.
9307
9307
  */
9308
9308
  get: function () {
9309
- return this.i.qg;
9309
+ return this.i.qh;
9310
9310
  },
9311
9311
  set: function (v) {
9312
- this.i.qg = ensureBool(v);
9312
+ this.i.qh = ensureBool(v);
9313
9313
  },
9314
9314
  enumerable: false,
9315
9315
  configurable: true
@@ -9319,10 +9319,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9319
9319
  * Gets or sets the whether the chart reacts to mouse move events.
9320
9320
  */
9321
9321
  get: function () {
9322
- return this.i.qf;
9322
+ return this.i.qg;
9323
9323
  },
9324
9324
  set: function (v) {
9325
- this.i.qf = ensureBool(v);
9325
+ this.i.qg = ensureBool(v);
9326
9326
  },
9327
9327
  enumerable: false,
9328
9328
  configurable: true
@@ -9332,10 +9332,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9332
9332
  * Gets or sets the density value that maps to the minimum heat color.
9333
9333
  */
9334
9334
  get: function () {
9335
- return this.i.qj;
9335
+ return this.i.qk;
9336
9336
  },
9337
9337
  set: function (v) {
9338
- this.i.qj = +v;
9338
+ this.i.qk = +v;
9339
9339
  },
9340
9340
  enumerable: false,
9341
9341
  configurable: true
@@ -9345,10 +9345,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9345
9345
  * Gets or sets the value that maps to the maximum heat color.
9346
9346
  */
9347
9347
  get: function () {
9348
- return this.i.qi;
9348
+ return this.i.qj;
9349
9349
  },
9350
9350
  set: function (v) {
9351
- this.i.qi = +v;
9351
+ this.i.qj = +v;
9352
9352
  },
9353
9353
  enumerable: false,
9354
9354
  configurable: true
@@ -9358,10 +9358,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9358
9358
  * Gets or sets the color to use for the minimum end of the scale.
9359
9359
  */
9360
9360
  get: function () {
9361
- return colorToString(this.i.rd);
9361
+ return colorToString(this.i.re);
9362
9362
  },
9363
9363
  set: function (v) {
9364
- this.i.rd = stringToColor(v);
9364
+ this.i.re = stringToColor(v);
9365
9365
  },
9366
9366
  enumerable: false,
9367
9367
  configurable: true
@@ -9371,10 +9371,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9371
9371
  * Gets or sets the color to use for the maximum end of the scale.
9372
9372
  */
9373
9373
  get: function () {
9374
- return colorToString(this.i.rc);
9374
+ return colorToString(this.i.rd);
9375
9375
  },
9376
9376
  set: function (v) {
9377
- this.i.rc = stringToColor(v);
9377
+ this.i.rd = stringToColor(v);
9378
9378
  },
9379
9379
  enumerable: false,
9380
9380
  configurable: true
@@ -9384,10 +9384,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9384
9384
  * Gets or sets the the pixel extent of the square data points that are rendered.
9385
9385
  */
9386
9386
  get: function () {
9387
- return this.i.qm;
9387
+ return this.i.qn;
9388
9388
  },
9389
9389
  set: function (v) {
9390
- this.i.qm = +v;
9390
+ this.i.qn = +v;
9391
9391
  },
9392
9392
  enumerable: false,
9393
9393
  configurable: true
@@ -9397,10 +9397,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9397
9397
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9398
9398
  */
9399
9399
  get: function () {
9400
- return this.i.qn;
9400
+ return this.i.qo;
9401
9401
  },
9402
9402
  set: function (v) {
9403
- this.i.qn = +v;
9403
+ this.i.qo = +v;
9404
9404
  },
9405
9405
  enumerable: false,
9406
9406
  configurable: true
@@ -9559,19 +9559,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
9559
9559
  };
9560
9560
  GeographicContourLineSeriesView.prototype.b2 = function () {
9561
9561
  _super.prototype.b2.call(this);
9562
- if (this.cm.p5 != null) {
9563
- this.cm.qx.r0 = this.cm.q0;
9564
- this.cm.qx.sa = this.cm.q4;
9562
+ if (this.cm.p6 != null) {
9563
+ this.cm.qy.r1 = this.cm.q1;
9564
+ this.cm.qy.sb = this.cm.q5;
9565
9565
  }
9566
9566
  };
9567
9567
  GeographicContourLineSeriesView.prototype.cn = function () {
9568
- if (this.cm.qx != null) {
9569
- this.cm.qx.r0 = this.cm.q0;
9568
+ if (this.cm.qy != null) {
9569
+ this.cm.qy.r1 = this.cm.q1;
9570
9570
  }
9571
9571
  };
9572
9572
  GeographicContourLineSeriesView.prototype.co = function () {
9573
- if (this.cm.qx != null) {
9574
- this.cm.qx.sa = this.cm.q4;
9573
+ if (this.cm.qy != null) {
9574
+ this.cm.qy.sb = this.cm.q5;
9575
9575
  }
9576
9576
  };
9577
9577
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9591,66 +9591,66 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
9591
9591
  GeographicContourLineSeries.prototype.get_d0 = function () {
9592
9592
  return true;
9593
9593
  };
9594
- GeographicContourLineSeries.prototype.qa = function () {
9595
- _super.prototype.qa.call(this);
9594
+ GeographicContourLineSeries.prototype.qb = function () {
9595
+ _super.prototype.qb.call(this);
9596
9596
  };
9597
- GeographicContourLineSeries.prototype.p4 = function () {
9598
- this.qx = new ScatterContourSeries();
9599
- var a = this.qx;
9600
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
9601
- var b = this.qx;
9602
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q8));
9603
- return this.qx;
9597
+ GeographicContourLineSeries.prototype.p5 = function () {
9598
+ this.qy = new ScatterContourSeries();
9599
+ var a = this.qy;
9600
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
9601
+ var b = this.qy;
9602
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
9603
+ return this.qy;
9604
9604
  };
9605
- GeographicContourLineSeries.prototype.q7 = function (a, b) {
9605
+ GeographicContourLineSeries.prototype.q8 = function (a, b) {
9606
9606
  if (this.triangulationStatusChanged != null) {
9607
9607
  this.triangulationStatusChanged(this, b);
9608
9608
  }
9609
9609
  };
9610
- GeographicContourLineSeries.prototype.q8 = function (a, b) {
9611
- var c = typeCast(ScatterContourSeries.$, this.p5);
9610
+ GeographicContourLineSeries.prototype.q9 = function (a, b) {
9611
+ var c = typeCast(ScatterContourSeries.$, this.p6);
9612
9612
  if (c == null) {
9613
9613
  return;
9614
9614
  }
9615
9615
  if (b.propertyName == "ActualFillScale") {
9616
- this.qz = c.rz;
9616
+ this.q0 = c.r0;
9617
9617
  }
9618
9618
  };
9619
- GeographicContourLineSeries.prototype.mv = function () {
9620
- _super.prototype.mv.call(this);
9619
+ GeographicContourLineSeries.prototype.mw = function () {
9620
+ _super.prototype.mw.call(this);
9621
9621
  };
9622
9622
  GeographicContourLineSeries.prototype.bx = function () {
9623
9623
  return new GeographicContourLineSeriesView(this);
9624
9624
  };
9625
- GeographicContourLineSeries.prototype.ly = function (a) {
9626
- _super.prototype.ly.call(this, a);
9627
- this.q1 = a;
9625
+ GeographicContourLineSeries.prototype.lz = function (a) {
9626
+ _super.prototype.lz.call(this, a);
9627
+ this.q2 = a;
9628
9628
  };
9629
- GeographicContourLineSeries.prototype.l3 = function (a, b, c, d) {
9630
- _super.prototype.l3.call(this, a, b, c, d);
9629
+ GeographicContourLineSeries.prototype.l4 = function (a, b, c, d) {
9630
+ _super.prototype.l4.call(this, a, b, c, d);
9631
9631
  switch (b) {
9632
9632
  case GeographicContourLineSeries.$$p[1]:
9633
- this.q1.cn();
9633
+ this.q2.cn();
9634
9634
  break;
9635
9635
  case GeographicContourLineSeries.$$p[2]:
9636
- this.q1.co();
9636
+ this.q2.co();
9637
9637
  break;
9638
9638
  case GeographicContourLineSeries.$$p[3]:
9639
- this.qx.rx = this.qw;
9639
+ this.qy.ry = this.qx;
9640
9640
  break;
9641
9641
  case "DashArray":
9642
- this.qx.pb = this.pb;
9642
+ this.qy.pc = this.pc;
9643
9643
  break;
9644
9644
  case "DashCap":
9645
- this.qx.pc = this.pc;
9645
+ this.qy.pd = this.pd;
9646
9646
  break;
9647
9647
  case "MiterLimit":
9648
- this.qx.gr = this.gr;
9648
+ this.qy.gr = this.gr;
9649
9649
  break;
9650
9650
  }
9651
9651
  };
9652
9652
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9653
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qz:q9', [ValueBrushScale.$, null], 'FillScale:q0:ra', [ValueBrushScale.$, null], 'ValueMemberPath:q4:rb', [2, "value"], 'ValueResolver:qw:rc', [ContourValueResolver.$, null]]);
9653
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [ValueBrushScale.$, null], 'FillScale:q1:rb', [ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [ContourValueResolver.$, null]]);
9654
9654
  return GeographicContourLineSeries;
9655
9655
  }(GeographicXYTriangulatingSeries));
9656
9656
 
@@ -9699,10 +9699,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9699
9699
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9700
9700
  */
9701
9701
  get: function () {
9702
- return this.i.q4;
9702
+ return this.i.q5;
9703
9703
  },
9704
9704
  set: function (v) {
9705
- this.i.q4 = v;
9705
+ this.i.q5 = v;
9706
9706
  },
9707
9707
  enumerable: false,
9708
9708
  configurable: true
@@ -9712,22 +9712,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9712
9712
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9713
9713
  */
9714
9714
  get: function () {
9715
- if (this.i.q0 == null) {
9715
+ if (this.i.q1 == null) {
9716
9716
  return null;
9717
9717
  }
9718
- if (!this.i.q0.externalObject) {
9719
- var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
9718
+ if (!this.i.q1.externalObject) {
9719
+ var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q1);
9720
9720
  if (e) {
9721
- e._implementation = this.i.q0;
9721
+ e._implementation = this.i.q1;
9722
9722
  }
9723
- this.i.q0.externalObject = e;
9723
+ this.i.q1.externalObject = e;
9724
9724
  }
9725
- return this.i.q0.externalObject;
9725
+ return this.i.q1.externalObject;
9726
9726
  },
9727
9727
  set: function (v) {
9728
9728
  if (v != null && this._stylingContainer && v._styling)
9729
9729
  v._styling(this._stylingContainer, this, this);
9730
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
9730
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
9731
9731
  },
9732
9732
  enumerable: false,
9733
9733
  configurable: true
@@ -9737,22 +9737,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9737
9737
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9738
9738
  */
9739
9739
  get: function () {
9740
- if (this.i.qz == null) {
9740
+ if (this.i.q0 == null) {
9741
9741
  return null;
9742
9742
  }
9743
- if (!this.i.qz.externalObject) {
9744
- var e = IgxValueBrushScaleComponent._createFromInternal(this.i.qz);
9743
+ if (!this.i.q0.externalObject) {
9744
+ var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
9745
9745
  if (e) {
9746
- e._implementation = this.i.qz;
9746
+ e._implementation = this.i.q0;
9747
9747
  }
9748
- this.i.qz.externalObject = e;
9748
+ this.i.q0.externalObject = e;
9749
9749
  }
9750
- return this.i.qz.externalObject;
9750
+ return this.i.q0.externalObject;
9751
9751
  },
9752
9752
  set: function (v) {
9753
9753
  if (v != null && this._stylingContainer && v._styling)
9754
9754
  v._styling(this._stylingContainer, this, this);
9755
- v == null ? this.i.qz = null : this.i.qz = v.i;
9755
+ v == null ? this.i.q0 = null : this.i.q0 = v.i;
9756
9756
  },
9757
9757
  enumerable: false,
9758
9758
  configurable: true
@@ -9762,22 +9762,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9762
9762
  * The ContourValueResolver used to determine the numeric values of contours.
9763
9763
  */
9764
9764
  get: function () {
9765
- if (this.i.qw == null) {
9765
+ if (this.i.qx == null) {
9766
9766
  return null;
9767
9767
  }
9768
- if (!this.i.qw.externalObject) {
9769
- var e = IgxContourValueResolverComponent._createFromInternal(this.i.qw);
9768
+ if (!this.i.qx.externalObject) {
9769
+ var e = IgxContourValueResolverComponent._createFromInternal(this.i.qx);
9770
9770
  if (e) {
9771
- e._implementation = this.i.qw;
9771
+ e._implementation = this.i.qx;
9772
9772
  }
9773
- this.i.qw.externalObject = e;
9773
+ this.i.qx.externalObject = e;
9774
9774
  }
9775
- return this.i.qw.externalObject;
9775
+ return this.i.qx.externalObject;
9776
9776
  },
9777
9777
  set: function (v) {
9778
9778
  if (v != null && this._stylingContainer && v._styling)
9779
9779
  v._styling(this._stylingContainer, this, this);
9780
- v == null ? this.i.qw = null : this.i.qw = v.i;
9780
+ v == null ? this.i.qx = null : this.i.qx = v.i;
9781
9781
  },
9782
9782
  enumerable: false,
9783
9783
  configurable: true