igniteui-webcomponents-maps 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +997 -997
  2. package/bundles/igniteui-webcomponents-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/igc-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1006 -1006
  54. package/fesm5/igniteui-webcomponents-maps.js +997 -997
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
  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 +14 -14
  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 +7 -7
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +16 -16
  71. package/lib/XamGeographicMap_combined.d.ts +21 -21
  72. package/package.json +3 -3
@@ -449,14 +449,14 @@
449
449
  tslib_1.__extends(GeographicMapSeriesHost, _super);
450
450
  function GeographicMapSeriesHost() {
451
451
  var _this = _super.call(this) || this;
452
- _this.p3 = null;
453
- _this.p5 = _this.p4();
452
+ _this.p4 = null;
453
+ _this.p6 = _this.p5();
454
454
  return _this;
455
455
  }
456
- GeographicMapSeriesHost.prototype.lj = function () {
457
- _super.prototype.lj.call(this);
458
- if (this.p5 != null) {
459
- this.p5.lj();
456
+ GeographicMapSeriesHost.prototype.lk = function () {
457
+ _super.prototype.lk.call(this);
458
+ if (this.p6 != null) {
459
+ this.p6.lk();
460
460
  }
461
461
  };
462
462
  GeographicMapSeriesHost.prototype.get_dv = function () {
@@ -470,298 +470,298 @@
470
470
  if (c == "LongitudeMemberPath") {
471
471
  c = "XMemberPath";
472
472
  }
473
- return this.p5.hw(a, b);
473
+ return this.p6.hw(a, b);
474
474
  };
475
475
  GeographicMapSeriesHost.prototype.c1 = function (a, b, c, d) {
476
- return this.p5.c1(a, b, c, d);
476
+ return this.p6.c1(a, b, c, d);
477
477
  };
478
478
  GeographicMapSeriesHost.prototype.ag = function () {
479
- return this.p5.ag();
479
+ return this.p6.ag();
480
480
  };
481
481
  GeographicMapSeriesHost.prototype.be = function () {
482
- return this.p5;
482
+ return this.p6;
483
483
  };
484
- Object.defineProperty(GeographicMapSeriesHost.prototype, "p5", {
484
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "p6", {
485
485
  get: function () {
486
- return this.p3;
486
+ return this.p4;
487
487
  },
488
488
  set: function (a) {
489
- var b = this.p5 != a;
489
+ var b = this.p6 != a;
490
490
  if (b) {
491
- this.p3 = a;
492
- this.qa();
491
+ this.p4 = a;
492
+ this.qb();
493
493
  }
494
494
  },
495
495
  enumerable: true,
496
496
  configurable: true
497
497
  });
498
498
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
499
- return this.p5.hasMarkers;
499
+ return this.p6.hasMarkers;
500
500
  };
501
- GeographicMapSeriesHost.prototype.qa = function () {
502
- if (this.p3 != null) {
503
- var hostedSeries_ = this.p3;
501
+ GeographicMapSeriesHost.prototype.qb = function () {
502
+ if (this.p4 != null) {
503
+ var hostedSeries_ = this.p4;
504
504
  hostedSeries_.externalObject = igniteuiWebcomponentsCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiWebcomponentsCore.PlatformConstants.Prefix, igniteuiWebcomponentsCore.PlatformConstants.Postfix);
505
505
  hostedSeries_.externalObject._implementation = hostedSeries_;
506
506
  }
507
- this.k2(this.p5);
508
- this.p6.b2();
507
+ this.k2(this.p6);
508
+ this.p7.b2();
509
509
  };
510
510
  GeographicMapSeriesHost.prototype.aw = function (a, b, c) {
511
- return this.ay(this.p5, a, b, c);
511
+ return this.ay(this.p6, a, b, c);
512
512
  };
513
513
  GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
514
- return this.az(this.p5, a, b, c);
514
+ return this.az(this.p6, a, b, c);
515
515
  };
516
516
  GeographicMapSeriesHost.prototype.ht = function (a) {
517
- return this.hy(this.p5, a);
517
+ return this.hy(this.p6, a);
518
518
  };
519
519
  GeographicMapSeriesHost.prototype.hj = function (a, b) {
520
- return this.p5.hj(a, b);
520
+ return this.p6.hj(a, b);
521
521
  };
522
522
  GeographicMapSeriesHost.prototype.hh = function (a, b) {
523
- return this.p5.hh(a, b);
523
+ return this.p6.hh(a, b);
524
524
  };
525
525
  GeographicMapSeriesHost.prototype.gj = function (a, b, c) {
526
- return this.p5.gj(a, b, c);
526
+ return this.p6.gj(a, b, c);
527
527
  };
528
- GeographicMapSeriesHost.prototype.pl = function (a, b, c) {
529
- return this.p5.pl(a, b, c);
528
+ GeographicMapSeriesHost.prototype.pm = function (a, b, c) {
529
+ return this.p6.pm(a, b, c);
530
530
  };
531
- GeographicMapSeriesHost.prototype.pu = function (a) {
532
- return this.p5.pu(a);
531
+ GeographicMapSeriesHost.prototype.pv = function (a) {
532
+ return this.p6.pv(a);
533
533
  };
534
534
  GeographicMapSeriesHost.prototype.ak = function (a) {
535
- return this.p5.ak(a);
535
+ return this.p6.ak(a);
536
536
  };
537
- GeographicMapSeriesHost.prototype.pv = function (a) {
538
- return this.p5.pv(a);
537
+ GeographicMapSeriesHost.prototype.pw = function (a) {
538
+ return this.p6.pw(a);
539
539
  };
540
540
  GeographicMapSeriesHost.prototype.al = function (a) {
541
- return this.p5.al(a);
542
- };
543
- GeographicMapSeriesHost.prototype.pw = function (a) {
544
- return this.p5.pw(a);
541
+ return this.p6.al(a);
545
542
  };
546
543
  GeographicMapSeriesHost.prototype.px = function (a) {
547
- return this.p5.px(a);
544
+ return this.p6.px(a);
545
+ };
546
+ GeographicMapSeriesHost.prototype.py = function (a) {
547
+ return this.p6.py(a);
548
548
  };
549
549
  GeographicMapSeriesHost.prototype.gf = function (a, b, c) {
550
- return this.p5.gf(a, b, c);
550
+ return this.p6.gf(a, b, c);
551
551
  };
552
- GeographicMapSeriesHost.prototype.ph = function (a, b, c) {
553
- return this.p5.ph(a, b, c);
552
+ GeographicMapSeriesHost.prototype.pi = function (a, b, c) {
553
+ return this.p6.pi(a, b, c);
554
554
  };
555
555
  GeographicMapSeriesHost.prototype.gh = function (a, b, c) {
556
556
  return this.gj(a, b, c);
557
557
  };
558
- GeographicMapSeriesHost.prototype.pj = function (a, b, c) {
559
- return this.p5.pj(a, b, c);
558
+ GeographicMapSeriesHost.prototype.pk = function (a, b, c) {
559
+ return this.p6.pk(a, b, c);
560
560
  };
561
- GeographicMapSeriesHost.prototype.pm = function (a, b, c) {
562
- return this.p5.pm(a, b, c);
561
+ GeographicMapSeriesHost.prototype.pn = function (a, b, c) {
562
+ return this.p6.pn(a, b, c);
563
563
  };
564
564
  GeographicMapSeriesHost.prototype.gk = function (a, b, c) {
565
- return this.p5.gk(a, b, c);
565
+ return this.p6.gk(a, b, c);
566
566
  };
567
- GeographicMapSeriesHost.prototype.pi = function (a, b, c) {
568
- return this.p5.pi(a, b, c);
567
+ GeographicMapSeriesHost.prototype.pj = function (a, b, c) {
568
+ return this.p6.pj(a, b, c);
569
569
  };
570
570
  GeographicMapSeriesHost.prototype.gg = function (a, b, c) {
571
- return this.p5.gg(a, b, c);
571
+ return this.p6.gg(a, b, c);
572
572
  };
573
- GeographicMapSeriesHost.prototype.pk = function (a, b, c) {
574
- return this.p5.pk(a, b, c);
573
+ GeographicMapSeriesHost.prototype.pl = function (a, b, c) {
574
+ return this.p6.pl(a, b, c);
575
575
  };
576
576
  GeographicMapSeriesHost.prototype.gi = function (a, b, c) {
577
- return this.p5.gi(a, b, c);
577
+ return this.p6.gi(a, b, c);
578
578
  };
579
579
  GeographicMapSeriesHost.prototype.he = function (a) {
580
- return this.p5.he(a);
580
+ return this.p6.he(a);
581
581
  };
582
582
  GeographicMapSeriesHost.prototype.ga = function () {
583
- return this.p5.ga();
583
+ return this.p6.ga();
584
584
  };
585
585
  GeographicMapSeriesHost.prototype.f6 = function (a) {
586
- return this.p5.f6(a);
586
+ return this.p6.f6(a);
587
587
  };
588
588
  GeographicMapSeriesHost.prototype.hu = function (a) {
589
- return this.p5.hu(a);
589
+ return this.p6.hu(a);
590
590
  };
591
591
  GeographicMapSeriesHost.prototype.bx = function () {
592
592
  return new HostSeriesView(this);
593
593
  };
594
- GeographicMapSeriesHost.prototype.ly = function (a) {
595
- _super.prototype.ly.call(this, a);
596
- this.p6 = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
594
+ GeographicMapSeriesHost.prototype.lz = function (a) {
595
+ _super.prototype.lz.call(this, a);
596
+ this.p7 = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
597
597
  };
598
- Object.defineProperty(GeographicMapSeriesHost.prototype, "p7", {
598
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "p8", {
599
599
  get: function () {
600
- return this.c(GeographicMapSeriesHost.qc);
600
+ return this.c(GeographicMapSeriesHost.qd);
601
601
  },
602
602
  set: function (a) {
603
- this.h(GeographicMapSeriesHost.qc, a);
603
+ this.h(GeographicMapSeriesHost.qd, a);
604
604
  },
605
605
  enumerable: true,
606
606
  configurable: true
607
607
  });
608
- GeographicMapSeriesHost.prototype.l3 = function (a, b, c, d) {
609
- _super.prototype.l3.call(this, a, b, c, d);
608
+ GeographicMapSeriesHost.prototype.l4 = function (a, b, c, d) {
609
+ _super.prototype.l4.call(this, a, b, c, d);
610
610
  switch (b) {
611
611
  case "SeriesViewer":
612
- this.p5.cd = this.cd;
612
+ this.p6.cd = this.cd;
613
613
  if (c != null) {
614
- c.n2(this.p5);
614
+ c.n2(this.p6);
615
615
  }
616
616
  if (d != null) {
617
- this.cd.kx(this.p5);
617
+ this.cd.kx(this.p6);
618
618
  }
619
- this.p5.l6(this.py);
620
- this.p5.index = this.index;
621
- this.k8(this.p5);
622
- this.ho = this.p5.ho;
619
+ this.p6.l7(this.pz);
620
+ this.p6.index = this.index;
621
+ this.k8(this.p6);
622
+ this.ho = this.p6.ho;
623
623
  var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, c);
624
624
  if (e != null) {
625
- e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.qb));
625
+ e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.qc));
626
626
  }
627
627
  if (this.cd != null) {
628
628
  var f = this.cd;
629
- f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.qb));
629
+ f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.qc));
630
630
  }
631
- this.p9();
631
+ this.qa();
632
632
  break;
633
633
  case "SyncLink":
634
- this.p5.b8 = this.b8;
634
+ this.p6.b8 = this.b8;
635
635
  break;
636
636
  case "VisibleFromScale":
637
- this.p9();
637
+ this.qa();
638
638
  break;
639
639
  case "Index":
640
- this.p5.index = this.index;
640
+ this.p6.index = this.index;
641
641
  break;
642
642
  case "ItemsSource":
643
- this.p6.b3();
643
+ this.p7.b3();
644
644
  break;
645
645
  case "Resolution":
646
- this.p6.ca();
646
+ this.p7.ca();
647
647
  break;
648
648
  case "TransitionDuration":
649
- this.p6.cd();
649
+ this.p7.cd();
650
650
  break;
651
651
  case "Opacity":
652
- this.p6.b7();
652
+ this.p7.b7();
653
653
  break;
654
654
  case "Visibility":
655
- var hs_ = this.p5;
655
+ var hs_ = this.p6;
656
656
  var v_ = this._visibility;
657
657
  hs_.visibility = v_;
658
658
  break;
659
659
  case "MouseOverEnabled":
660
- this.p5.el = this.el;
660
+ this.p6.el = this.el;
661
661
  break;
662
662
  case "ExpectFunctions":
663
- this.p5.expectFunctions = this.expectFunctions;
663
+ this.p6.expectFunctions = this.expectFunctions;
664
664
  break;
665
665
  case "Thickness":
666
- this.p6.cc();
666
+ this.p7.cc();
667
667
  break;
668
668
  case "Brush":
669
- this.p6.b1();
669
+ this.p7.b1();
670
670
  break;
671
671
  case "Outline":
672
- this.p6.b9();
672
+ this.p7.b9();
673
673
  break;
674
674
  case "ActualBrush":
675
- this.p6.by();
675
+ this.p7.by();
676
676
  break;
677
677
  case "ActualOutline":
678
- this.p6.bz();
678
+ this.p7.bz();
679
679
  break;
680
680
  case "MarkerFillOpacity":
681
681
  if (!igniteuiWebcomponentsCore.isNaN_(this.gq)) {
682
- this.p6.b6();
682
+ this.p7.b6();
683
683
  }
684
684
  break;
685
685
  case "AreaFillOpacity":
686
686
  if (!igniteuiWebcomponentsCore.isNaN_(this.fz)) {
687
- this.p6.b0();
687
+ this.p7.b0();
688
688
  }
689
689
  break;
690
690
  case "OutlineMode":
691
- this.p6.b8();
691
+ this.p7.b8();
692
692
  break;
693
693
  case "ShowDefaultTooltip":
694
- this.p6.cb();
694
+ this.p7.cb();
695
695
  break;
696
696
  case "Title":
697
- this.p5.title = this.title;
697
+ this.p6.title = this.title;
698
698
  break;
699
699
  case "LegendItemBadgeMode":
700
- this.p6.b4();
700
+ this.p7.b4();
701
701
  break;
702
702
  case "LegendItemBadgeShape":
703
- this.p6.b5();
703
+ this.p7.b5();
704
704
  break;
705
705
  case "Legend":
706
- this.p5.legend = this.legend;
706
+ this.p6.legend = this.legend;
707
707
  this.b0.at();
708
708
  break;
709
709
  }
710
710
  };
711
- GeographicMapSeriesHost.prototype.p9 = function () {
712
- if (this.cd == null || this.p5 == null) {
711
+ GeographicMapSeriesHost.prototype.qa = function () {
712
+ if (this.cd == null || this.p6 == null) {
713
713
  return;
714
714
  }
715
- if (!igniteuiWebcomponentsCore.isNaN_(this.p7)) {
716
- if (this.cd.sf.width > this.p7) {
717
- var hs_ = this.p5;
715
+ if (!igniteuiWebcomponentsCore.isNaN_(this.p8)) {
716
+ if (this.cd.sf.width > this.p8) {
717
+ var hs_ = this.p6;
718
718
  var v_ = 1;
719
719
  hs_.visibility = v_;
720
720
  }
721
721
  else {
722
- var hs2_ = this.p5;
722
+ var hs2_ = this.p6;
723
723
  var v2_ = 0;
724
724
  hs2_.visibility = v2_;
725
725
  }
726
726
  }
727
727
  };
728
- GeographicMapSeriesHost.prototype.qb = function (a, b) {
729
- this.p9();
728
+ GeographicMapSeriesHost.prototype.qc = function (a, b) {
729
+ this.qa();
730
730
  };
731
- GeographicMapSeriesHost.prototype.mh = function (a) {
732
- _super.prototype.mh.call(this, a);
733
- if (this.p5 != null) {
734
- this.p5.mh(a);
731
+ GeographicMapSeriesHost.prototype.mi = function (a) {
732
+ _super.prototype.mi.call(this, a);
733
+ if (this.p6 != null) {
734
+ this.p6.mi(a);
735
735
  }
736
736
  };
737
- GeographicMapSeriesHost.prototype.mg = function (a, b, c, d, e) {
738
- if (this.p5 != null) {
739
- this.p5.mg(a, b, c, d, e);
737
+ GeographicMapSeriesHost.prototype.mh = function (a, b, c, d, e) {
738
+ if (this.p6 != null) {
739
+ this.p6.mh(a, b, c, d, e);
740
740
  }
741
741
  };
742
742
  GeographicMapSeriesHost.prototype.at = function (a, b) {
743
- return this.p5.at(a, b);
743
+ return this.p6.at(a, b);
744
744
  };
745
- GeographicMapSeriesHost.prototype.mr = function () {
746
- _super.prototype.mr.call(this);
747
- this.p5.mr();
745
+ GeographicMapSeriesHost.prototype.ms = function () {
746
+ _super.prototype.ms.call(this);
747
+ this.p6.ms();
748
748
  };
749
749
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
750
750
  return this._coercionMethods;
751
751
  };
752
752
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
753
753
  this._coercionMethods = a;
754
- this.p5.coercionMethods = a;
754
+ this.p6.coercionMethods = a;
755
755
  };
756
756
  GeographicMapSeriesHost.prototype.k7 = function (a) {
757
757
  _super.prototype.k7.call(this, a);
758
- if (this.p5 != null) {
759
- var b = this.p5.hs();
758
+ if (this.p6 != null) {
759
+ var b = this.p6.hs();
760
760
  this.kz(a, b);
761
761
  }
762
762
  };
763
763
  GeographicMapSeriesHost.$t = igniteuiWebcomponentsCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiWebcomponentsCharts.Series.$);
764
- GeographicMapSeriesHost.qc = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
764
+ GeographicMapSeriesHost.qd = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
765
765
  var c = a;
766
766
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
767
767
  }));
@@ -782,67 +782,67 @@
782
782
  _super.prototype.ar.call(this, a, b);
783
783
  };
784
784
  HostSeriesView.prototype.b2 = function () {
785
- this.bx.p2 = 1;
786
- this.bx.p5.p2 = 0;
787
- this.bx.p5.itemsSource = this.bx.itemsSource;
788
- this.bx.p5.index = this.bx.index;
789
- this.bx.p5.o2 = this.bx.o2;
790
- this.bx.p5.o7 = this.bx.o2;
791
- this.bx.p5.bt = this.bx.bt;
792
- this.bx.p5.gt = this.bx.gt;
793
- this.bx.p5.hm = this.bx.hm;
794
- this.bx.p5._opacity = this.bx._opacity;
795
- this.bx.p5.gz = this.bx.gz;
796
- this.bx.p5.fz = this.bx.fz;
797
- this.bx.p5.gq = this.bx.gq;
798
- this.bx.p5.er = this.bx.er;
799
- this.bx.p5.legendItemBadgeShape = this.bx.legendItemBadgeShape;
800
- this.bx.p5.a9 = this.bx.a9;
785
+ this.bx.p3 = 1;
786
+ this.bx.p6.p3 = 0;
787
+ this.bx.p6.itemsSource = this.bx.itemsSource;
788
+ this.bx.p6.index = this.bx.index;
789
+ this.bx.p6.o3 = this.bx.o3;
790
+ this.bx.p6.o8 = this.bx.o3;
791
+ this.bx.p6.bt = this.bx.bt;
792
+ this.bx.p6.gt = this.bx.gt;
793
+ this.bx.p6.hm = this.bx.hm;
794
+ this.bx.p6._opacity = this.bx._opacity;
795
+ this.bx.p6.gz = this.bx.gz;
796
+ this.bx.p6.fz = this.bx.fz;
797
+ this.bx.p6.gq = this.bx.gq;
798
+ this.bx.p6.er = this.bx.er;
799
+ this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
800
+ this.bx.p6.a9 = this.bx.a9;
801
801
  };
802
802
  HostSeriesView.prototype.b3 = function () {
803
- this.bx.p5.itemsSource = this.bx.itemsSource;
803
+ this.bx.p6.itemsSource = this.bx.itemsSource;
804
804
  };
805
805
  HostSeriesView.prototype.ca = function () {
806
- this.bx.p5.gt = this.bx.gt;
806
+ this.bx.p6.gt = this.bx.gt;
807
807
  };
808
808
  HostSeriesView.prototype.cd = function () {
809
- this.bx.p5.hm = this.bx.hm;
809
+ this.bx.p6.hm = this.bx.hm;
810
810
  };
811
811
  HostSeriesView.prototype.b7 = function () {
812
- this.bx.p5._opacity = this.bx._opacity;
812
+ this.bx.p6._opacity = this.bx._opacity;
813
813
  };
814
814
  HostSeriesView.prototype.cc = function () {
815
- this.bx.p5.gz = this.bx.gz;
815
+ this.bx.p6.gz = this.bx.gz;
816
816
  };
817
817
  HostSeriesView.prototype.b1 = function () {
818
- this.bx.p5.o2 = this.bx.o2;
818
+ this.bx.p6.o3 = this.bx.o3;
819
819
  };
820
820
  HostSeriesView.prototype.b9 = function () {
821
- this.bx.p5.o7 = this.bx.o7;
821
+ this.bx.p6.o8 = this.bx.o8;
822
822
  };
823
823
  HostSeriesView.prototype.by = function () {
824
- this.bx.p5.o2 = this.bx.oy;
824
+ this.bx.p6.o3 = this.bx.oz;
825
825
  };
826
826
  HostSeriesView.prototype.bz = function () {
827
- this.bx.p5.o7 = this.bx.o1;
827
+ this.bx.p6.o8 = this.bx.o2;
828
828
  };
829
829
  HostSeriesView.prototype.b4 = function () {
830
- this.bx.p5.a9 = this.bx.a9;
830
+ this.bx.p6.a9 = this.bx.a9;
831
831
  };
832
832
  HostSeriesView.prototype.b5 = function () {
833
- this.bx.p5.legendItemBadgeShape = this.bx.legendItemBadgeShape;
833
+ this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
834
834
  };
835
835
  HostSeriesView.prototype.b0 = function () {
836
- this.bx.p5.fz = this.bx.fz;
836
+ this.bx.p6.fz = this.bx.fz;
837
837
  };
838
838
  HostSeriesView.prototype.b6 = function () {
839
- this.bx.p5.gq = this.bx.gq;
839
+ this.bx.p6.gq = this.bx.gq;
840
840
  };
841
841
  HostSeriesView.prototype.b8 = function () {
842
- this.bx.p5.bt = this.bx.bt;
842
+ this.bx.p6.bt = this.bx.bt;
843
843
  };
844
844
  HostSeriesView.prototype.cb = function () {
845
- this.bx.p5.er = this.bx.er;
845
+ this.bx.p6.er = this.bx.er;
846
846
  };
847
847
  HostSeriesView.$t = igniteuiWebcomponentsCore.markType(HostSeriesView, 'HostSeriesView', igniteuiWebcomponentsCharts.SeriesView.$);
848
848
  return HostSeriesView;
@@ -1169,7 +1169,7 @@
1169
1169
  try {
1170
1170
  for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
1171
1171
  var a = _c.value;
1172
- a.mr();
1172
+ a.ms();
1173
1173
  }
1174
1174
  }
1175
1175
  catch (e_1_1) {
@@ -1586,7 +1586,7 @@
1586
1586
  try {
1587
1587
  for (var _c = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
1588
1588
  var g = _d.value;
1589
- g.mh(false);
1589
+ g.mi(false);
1590
1590
  }
1591
1591
  }
1592
1592
  catch (e_2_1) {
@@ -1621,7 +1621,7 @@
1621
1621
  try {
1622
1622
  for (var _e = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
1623
1623
  var h = _f.value;
1624
- h.lj();
1624
+ h.lk();
1625
1625
  }
1626
1626
  }
1627
1627
  catch (e_3_1) {
@@ -1677,7 +1677,7 @@
1677
1677
  var c = b;
1678
1678
  var d = a;
1679
1679
  d.itemsSource = c.triangulationSource.points;
1680
- d.qe = c.triangulationSource.triangles;
1680
+ d.qf = c.triangulationSource.triangles;
1681
1681
  }
1682
1682
  else {
1683
1683
  _super.prototype.n9.call(this, a, b);
@@ -2010,41 +2010,41 @@
2010
2010
  }
2011
2011
  GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
2012
2012
  _super.prototype.b2.call(this);
2013
- var a = this.ce.p5;
2014
- a.q5 = this.ce.qh;
2015
- a.rd = this.ce.qf;
2016
- a.trianglesSource = this.ce.qe;
2017
- a.qt = this.ce.qk;
2018
- a.qv = this.ce.qm;
2019
- a.qx = this.ce.qo;
2013
+ var a = this.ce.p6;
2014
+ a.q6 = this.ce.qi;
2015
+ a.re = this.ce.qg;
2016
+ a.trianglesSource = this.ce.qf;
2017
+ a.qu = this.ce.ql;
2018
+ a.qw = this.ce.qn;
2019
+ a.qy = this.ce.qp;
2020
2020
  };
2021
2021
  GeographicXYTriangulatingSeriesView.prototype.ch = function () {
2022
- var a = this.ce.p5;
2022
+ var a = this.ce.p6;
2023
2023
  if (this.ce.cd == null) {
2024
- a.p3 = null;
2025
2024
  a.p4 = null;
2025
+ a.p5 = null;
2026
2026
  return;
2027
2027
  }
2028
- a.p3 = this.ce.cd.s2;
2029
- a.p4 = this.ce.cd.s4;
2028
+ a.p4 = this.ce.cd.s2;
2029
+ a.p5 = this.ce.cd.s4;
2030
2030
  };
2031
2031
  GeographicXYTriangulatingSeriesView.prototype.cg = function () {
2032
- this.ce.p5.q5 = this.ce.qh;
2032
+ this.ce.p6.q6 = this.ce.qi;
2033
2033
  };
2034
2034
  GeographicXYTriangulatingSeriesView.prototype.cf = function () {
2035
- this.ce.p5.rd = this.ce.qf;
2035
+ this.ce.p6.re = this.ce.qg;
2036
2036
  };
2037
2037
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2038
- this.ce.p5.trianglesSource = this.ce.qe;
2038
+ this.ce.p6.trianglesSource = this.ce.qf;
2039
2039
  };
2040
2040
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
2041
- this.ce.p5.qt = this.ce.qk;
2041
+ this.ce.p6.qu = this.ce.ql;
2042
2042
  };
2043
2043
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
2044
- this.ce.p5.qv = this.ce.qm;
2044
+ this.ce.p6.qw = this.ce.qn;
2045
2045
  };
2046
2046
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
2047
- this.ce.p5.qx = this.ce.qo;
2047
+ this.ce.p6.qy = this.ce.qp;
2048
2048
  };
2049
2049
  GeographicXYTriangulatingSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
2050
2050
  return GeographicXYTriangulatingSeriesView;
@@ -2067,19 +2067,19 @@
2067
2067
  };
2068
2068
  GeographicScatterAreaSeriesView.prototype.b2 = function () {
2069
2069
  _super.prototype.b2.call(this);
2070
- if (this.cm.qz != null) {
2071
- this.cm.qz.sc = this.cm.q3;
2072
- this.cm.qz.r0 = this.cm.qy;
2070
+ if (this.cm.q0 != null) {
2071
+ this.cm.q0.sd = this.cm.q4;
2072
+ this.cm.q0.r1 = this.cm.qz;
2073
2073
  }
2074
2074
  };
2075
2075
  GeographicScatterAreaSeriesView.prototype.cn = function () {
2076
- if (this.cm.qz != null) {
2077
- this.cm.qz.sc = this.cm.q3;
2076
+ if (this.cm.q0 != null) {
2077
+ this.cm.q0.sd = this.cm.q4;
2078
2078
  }
2079
2079
  };
2080
2080
  GeographicScatterAreaSeriesView.prototype.co = function () {
2081
- if (this.cm.qz != null) {
2082
- this.cm.qz.r0 = this.cm.qy;
2081
+ if (this.cm.q0 != null) {
2082
+ this.cm.q0.r1 = this.cm.qz;
2083
2083
  }
2084
2084
  };
2085
2085
  GeographicScatterAreaSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2286,38 +2286,38 @@
2286
2286
  GeographicXYTriangulatingSeries.prototype.bx = function () {
2287
2287
  return new GeographicXYTriangulatingSeriesView(this);
2288
2288
  };
2289
- GeographicXYTriangulatingSeries.prototype.ly = function (a) {
2290
- _super.prototype.ly.call(this, a);
2291
- this.qd = a;
2289
+ GeographicXYTriangulatingSeries.prototype.lz = function (a) {
2290
+ _super.prototype.lz.call(this, a);
2291
+ this.qe = a;
2292
2292
  };
2293
- GeographicXYTriangulatingSeries.prototype.l3 = function (a, b, c, d) {
2294
- _super.prototype.l3.call(this, a, b, c, d);
2293
+ GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
2294
+ _super.prototype.l4.call(this, a, b, c, d);
2295
2295
  switch (b) {
2296
2296
  case "SeriesViewer":
2297
- this.qd.ch();
2297
+ this.qe.ch();
2298
2298
  break;
2299
2299
  case GeographicXYTriangulatingSeries.$$p[1]:
2300
- this.qd.cg();
2300
+ this.qe.cg();
2301
2301
  break;
2302
2302
  case GeographicXYTriangulatingSeries.$$p[0]:
2303
- this.qd.cf();
2303
+ this.qe.cf();
2304
2304
  break;
2305
2305
  case GeographicXYTriangulatingSeries.$$p[2]:
2306
- this.qd.ci();
2306
+ this.qe.ci();
2307
2307
  break;
2308
2308
  case GeographicXYTriangulatingSeries.$$p[3]:
2309
- this.qd.cj();
2309
+ this.qe.cj();
2310
2310
  break;
2311
2311
  case GeographicXYTriangulatingSeries.$$p[4]:
2312
- this.qd.ck();
2312
+ this.qe.ck();
2313
2313
  break;
2314
2314
  case GeographicXYTriangulatingSeries.$$p[5]:
2315
- this.qd.cl();
2315
+ this.qe.cl();
2316
2316
  break;
2317
2317
  }
2318
2318
  };
2319
2319
  GeographicXYTriangulatingSeries.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2320
- GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
2320
+ GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
2321
2321
  return GeographicXYTriangulatingSeries;
2322
2322
  }(GeographicMapSeriesHost));
2323
2323
  /**
@@ -2327,7 +2327,7 @@
2327
2327
  tslib_1.__extends(GeographicScatterAreaSeries, _super);
2328
2328
  function GeographicScatterAreaSeries() {
2329
2329
  var _this = _super.call(this) || this;
2330
- _this.qw = null;
2330
+ _this.qx = null;
2331
2331
  _this.triangulationStatusChanged = null;
2332
2332
  _this.ab = GeographicScatterAreaSeries.$;
2333
2333
  return _this;
@@ -2335,53 +2335,53 @@
2335
2335
  GeographicScatterAreaSeries.prototype.get_dd = function () {
2336
2336
  return true;
2337
2337
  };
2338
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "qy", {
2338
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
2339
2339
  get: function () {
2340
- return this.qw;
2340
+ return this.qx;
2341
2341
  },
2342
2342
  set: function (a) {
2343
- var b = this.qw != a;
2343
+ var b = this.qx != a;
2344
2344
  if (b) {
2345
- var c = this.qw;
2346
- if (this.qw != null) {
2347
- var d = this.qw;
2348
- d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.q6));
2345
+ var c = this.qx;
2346
+ if (this.qx != null) {
2347
+ var d = this.qx;
2348
+ d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.q7));
2349
2349
  }
2350
- this.qw = a;
2351
- if (this.qw != null) {
2352
- var e = this.qw;
2353
- e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.q6));
2350
+ this.qx = a;
2351
+ if (this.qx != null) {
2352
+ var e = this.qx;
2353
+ e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.q7));
2354
2354
  }
2355
- this.raisePropertyChanged("ColorScale", c, this.qw);
2356
- if (this.qz != null) {
2357
- this.qz.r0 = a;
2355
+ this.raisePropertyChanged("ColorScale", c, this.qx);
2356
+ if (this.q0 != null) {
2357
+ this.q0.r1 = a;
2358
2358
  }
2359
2359
  }
2360
2360
  },
2361
2361
  enumerable: true,
2362
2362
  configurable: true
2363
2363
  });
2364
- GeographicScatterAreaSeries.prototype.q6 = function (a, b) {
2365
- this.q1.co();
2366
- this.q8();
2367
- this.mh(false);
2364
+ GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
2365
+ this.q2.co();
2366
+ this.q9();
2367
+ this.mi(false);
2368
2368
  };
2369
- GeographicScatterAreaSeries.prototype.q8 = function () {
2370
- if (this.qz != null) {
2371
- this.qx = this.qz.rz;
2369
+ GeographicScatterAreaSeries.prototype.q9 = function () {
2370
+ if (this.q0 != null) {
2371
+ this.qy = this.q0.r0;
2372
2372
  }
2373
2373
  };
2374
- GeographicScatterAreaSeries.prototype.mv = function () {
2375
- _super.prototype.mv.call(this);
2376
- this.q8();
2374
+ GeographicScatterAreaSeries.prototype.mw = function () {
2375
+ _super.prototype.mw.call(this);
2376
+ this.q9();
2377
2377
  };
2378
- GeographicScatterAreaSeries.prototype.p4 = function () {
2379
- this.qz = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
2380
- var a = this.qz;
2381
- a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.q7));
2382
- return this.qz;
2378
+ GeographicScatterAreaSeries.prototype.p5 = function () {
2379
+ this.q0 = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
2380
+ var a = this.q0;
2381
+ a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.q8));
2382
+ return this.q0;
2383
2383
  };
2384
- GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
2384
+ GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
2385
2385
  if (this.triangulationStatusChanged != null) {
2386
2386
  this.triangulationStatusChanged(this, b);
2387
2387
  }
@@ -2389,19 +2389,19 @@
2389
2389
  GeographicScatterAreaSeries.prototype.bx = function () {
2390
2390
  return new GeographicScatterAreaSeriesView(this);
2391
2391
  };
2392
- GeographicScatterAreaSeries.prototype.ly = function (a) {
2393
- _super.prototype.ly.call(this, a);
2394
- this.q1 = a;
2392
+ GeographicScatterAreaSeries.prototype.lz = function (a) {
2393
+ _super.prototype.lz.call(this, a);
2394
+ this.q2 = a;
2395
2395
  };
2396
- GeographicScatterAreaSeries.prototype.l3 = function (a, b, c, d) {
2397
- _super.prototype.l3.call(this, a, b, c, d);
2396
+ GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
2397
+ _super.prototype.l4.call(this, a, b, c, d);
2398
2398
  switch (b) {
2399
2399
  case GeographicScatterAreaSeries.$$p[1]:
2400
- this.q1.cn();
2400
+ this.q2.cn();
2401
2401
  break;
2402
2402
  case "ColorScale":
2403
- this.q1.co();
2404
- this.q8();
2403
+ this.q2.co();
2404
+ this.q9();
2405
2405
  break;
2406
2406
  }
2407
2407
  };
@@ -2412,7 +2412,7 @@
2412
2412
  _super.prototype.set_e3.call(this, a);
2413
2413
  };
2414
2414
  GeographicScatterAreaSeries.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2415
- GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
2415
+ GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
2416
2416
  return GeographicScatterAreaSeries;
2417
2417
  }(GeographicXYTriangulatingSeries));
2418
2418
 
@@ -4816,11 +4816,11 @@
4816
4816
  * 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%.
4817
4817
  */
4818
4818
  get: function () {
4819
- return this.i.p7;
4819
+ return this.i.p8;
4820
4820
  },
4821
4821
  set: function (v) {
4822
- this.i.p7 = +v;
4823
- this._a("visibleFromScale", this.i.p7);
4822
+ this.i.p8 = +v;
4823
+ this._a("visibleFromScale", this.i.p8);
4824
4824
  },
4825
4825
  enumerable: true,
4826
4826
  configurable: true
@@ -4845,7 +4845,7 @@
4845
4845
 
4846
4846
  */
4847
4847
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
4848
- this.i.lj();
4848
+ this.i.lk();
4849
4849
  };
4850
4850
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
4851
4851
  var iv = this.i.hw(item, memberPathName);
@@ -4873,7 +4873,7 @@
4873
4873
  return (iv);
4874
4874
  };
4875
4875
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
4876
- var iv = this.i.pl(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4876
+ var iv = this.i.pm(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4877
4877
  return igniteuiWebcomponentsCore.fromPoint(iv);
4878
4878
  };
4879
4879
  /**
@@ -4882,7 +4882,7 @@
4882
4882
  * @param world * The world coordinate for which to get a value bounding box for
4883
4883
  */
4884
4884
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
4885
- var iv = this.i.pu(igniteuiWebcomponentsCore.toPoint(world));
4885
+ var iv = this.i.pv(igniteuiWebcomponentsCore.toPoint(world));
4886
4886
  return igniteuiWebcomponentsCore.fromRect(iv);
4887
4887
  };
4888
4888
  /**
@@ -4891,7 +4891,7 @@
4891
4891
  * @param world * The world coordinates for which to get a value marker bounding box for
4892
4892
  */
4893
4893
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
4894
- var iv = this.i.pw(igniteuiWebcomponentsCore.toPoint(world));
4894
+ var iv = this.i.px(igniteuiWebcomponentsCore.toPoint(world));
4895
4895
  return igniteuiWebcomponentsCore.fromRect(iv);
4896
4896
  };
4897
4897
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -4899,7 +4899,7 @@
4899
4899
  return (iv);
4900
4900
  };
4901
4901
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
4902
- var iv = this.i.ph(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4902
+ var iv = this.i.pi(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4903
4903
  return igniteuiWebcomponentsCore.fromPoint(iv);
4904
4904
  };
4905
4905
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -4907,11 +4907,11 @@
4907
4907
  return (iv);
4908
4908
  };
4909
4909
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
4910
- var iv = this.i.pj(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4910
+ var iv = this.i.pk(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4911
4911
  return igniteuiWebcomponentsCore.fromPoint(iv);
4912
4912
  };
4913
4913
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
4914
- var iv = this.i.pm(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
4914
+ var iv = this.i.pn(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
4915
4915
  return igniteuiWebcomponentsCore.fromPoint(iv);
4916
4916
  };
4917
4917
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -4932,14 +4932,14 @@
4932
4932
  * @param animate * True if the change should be animated.
4933
4933
  */
4934
4934
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
4935
- this.i.mh(animate);
4935
+ this.i.mi(animate);
4936
4936
  };
4937
4937
  /**
4938
4938
  * Called when this series' Style is updated.
4939
4939
 
4940
4940
  */
4941
4941
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
4942
- this.i.mr();
4942
+ this.i.ms();
4943
4943
  };
4944
4944
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
4945
4945
  return IgcGeographicMapSeriesHostComponent;
@@ -5064,10 +5064,10 @@
5064
5064
  * 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.
5065
5065
  */
5066
5066
  get: function () {
5067
- return this.i.qy;
5067
+ return this.i.qz;
5068
5068
  },
5069
5069
  set: function (v) {
5070
- this.i.qy = v;
5070
+ this.i.qz = v;
5071
5071
  },
5072
5072
  enumerable: true,
5073
5073
  configurable: true
@@ -5077,11 +5077,11 @@
5077
5077
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5078
5078
  */
5079
5079
  get: function () {
5080
- return this.i.qn;
5080
+ return this.i.qo;
5081
5081
  },
5082
5082
  set: function (v) {
5083
- this.i.qn = igniteuiWebcomponentsCore.ensureBool(v);
5084
- this._a("isCustomShapeStyleAllowed", this.i.qn);
5083
+ this.i.qo = igniteuiWebcomponentsCore.ensureBool(v);
5084
+ this._a("isCustomShapeStyleAllowed", this.i.qo);
5085
5085
  },
5086
5086
  enumerable: true,
5087
5087
  configurable: true
@@ -5091,11 +5091,11 @@
5091
5091
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5092
5092
  */
5093
5093
  get: function () {
5094
- return this.i.qm;
5094
+ return this.i.qn;
5095
5095
  },
5096
5096
  set: function (v) {
5097
- this.i.qm = igniteuiWebcomponentsCore.ensureBool(v);
5098
- this._a("isCustomShapeMarkerStyleAllowed", this.i.qm);
5097
+ this.i.qn = igniteuiWebcomponentsCore.ensureBool(v);
5098
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.qn);
5099
5099
  },
5100
5100
  enumerable: true,
5101
5101
  configurable: true
@@ -5105,11 +5105,11 @@
5105
5105
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5106
5106
  */
5107
5107
  get: function () {
5108
- return this.i.qf;
5108
+ return this.i.qg;
5109
5109
  },
5110
5110
  set: function (v) {
5111
- this.i.qf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
5112
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.qf));
5111
+ this.i.qg = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
5112
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.qg));
5113
5113
  },
5114
5114
  enumerable: true,
5115
5115
  configurable: true
@@ -5119,11 +5119,11 @@
5119
5119
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5120
5120
  */
5121
5121
  get: function () {
5122
- return this.i.qq;
5122
+ return this.i.qr;
5123
5123
  },
5124
5124
  set: function (v) {
5125
- this.i.qq = +v;
5126
- this._a("itemSearchThreshold", this.i.qq);
5125
+ this.i.qr = +v;
5126
+ this._a("itemSearchThreshold", this.i.qr);
5127
5127
  },
5128
5128
  enumerable: true,
5129
5129
  configurable: true
@@ -5133,11 +5133,11 @@
5133
5133
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5134
5134
  */
5135
5135
  get: function () {
5136
- return this.i.qp;
5136
+ return this.i.qq;
5137
5137
  },
5138
5138
  set: function (v) {
5139
- this.i.qp = +v;
5140
- this._a("itemSearchPointsThreshold", this.i.qp);
5139
+ this.i.qq = +v;
5140
+ this._a("itemSearchPointsThreshold", this.i.qq);
5141
5141
  },
5142
5142
  enumerable: true,
5143
5143
  configurable: true
@@ -5147,18 +5147,18 @@
5147
5147
  * Set a shapefile datasource to use with the series.
5148
5148
  */
5149
5149
  get: function () {
5150
- if (this.i.qi == null) {
5150
+ if (this.i.qj == null) {
5151
5151
  return null;
5152
5152
  }
5153
- if (!this.i.qi.externalObject) {
5153
+ if (!this.i.qj.externalObject) {
5154
5154
  var e = new igniteuiWebcomponentsCore.IgcShapeDataSource();
5155
- e._implementation = this.i.qi;
5156
- this.i.qi.externalObject = e;
5155
+ e._implementation = this.i.qj;
5156
+ this.i.qj.externalObject = e;
5157
5157
  }
5158
- return this.i.qi.externalObject;
5158
+ return this.i.qj.externalObject;
5159
5159
  },
5160
5160
  set: function (v) {
5161
- v == null ? this.i.qi = null : this.i.qi = v.i;
5161
+ v == null ? this.i.qj = null : this.i.qj = v.i;
5162
5162
  },
5163
5163
  enumerable: true,
5164
5164
  configurable: true
@@ -5169,11 +5169,11 @@
5169
5169
  * 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.
5170
5170
  */
5171
5171
  get: function () {
5172
- return this.i.qo;
5172
+ return this.i.qp;
5173
5173
  },
5174
5174
  set: function (v) {
5175
- this.i.qo = +v;
5176
- this._a("shapeFilterResolution", this.i.qo);
5175
+ this.i.qp = +v;
5176
+ this._a("shapeFilterResolution", this.i.qp);
5177
5177
  },
5178
5178
  enumerable: true,
5179
5179
  configurable: true
@@ -5265,20 +5265,20 @@
5265
5265
  tslib_1.__extends(GeographicShapeSeriesBase, _super);
5266
5266
  function GeographicShapeSeriesBase() {
5267
5267
  var _this = _super !== null && _super.apply(this, arguments) || this;
5268
+ _this.qm = false;
5268
5269
  _this.ql = false;
5269
- _this.qk = false;
5270
5270
  _this.assigningShapeStyle = null;
5271
5271
  _this.assigningShapeMarkerStyle = null;
5272
- _this.qh = null;
5273
- _this.qj = false;
5272
+ _this.qi = null;
5273
+ _this.qk = false;
5274
5274
  return _this;
5275
5275
  }
5276
5276
  GeographicShapeSeriesBase.prototype.bx = function () {
5277
5277
  return new GeographicShapeSeriesBaseView(this);
5278
5278
  };
5279
- GeographicShapeSeriesBase.prototype.ly = function (a) {
5280
- _super.prototype.ly.call(this, a);
5281
- this.qg = a;
5279
+ GeographicShapeSeriesBase.prototype.lz = function (a) {
5280
+ _super.prototype.lz.call(this, a);
5281
+ this.qh = a;
5282
5282
  };
5283
5283
  GeographicShapeSeriesBase.prototype.get_dx = function () {
5284
5284
  return true;
@@ -5286,97 +5286,97 @@
5286
5286
  GeographicShapeSeriesBase.prototype.get_c2 = function () {
5287
5287
  return true;
5288
5288
  };
5289
- GeographicShapeSeriesBase.prototype.l3 = function (a, b, c, d) {
5290
- _super.prototype.l3.call(this, a, b, c, d);
5289
+ GeographicShapeSeriesBase.prototype.l4 = function (a, b, c, d) {
5290
+ _super.prototype.l4.call(this, a, b, c, d);
5291
5291
  switch (b) {
5292
5292
  case "SeriesViewer":
5293
- this.qg.cf();
5293
+ this.qh.cf();
5294
5294
  break;
5295
5295
  case "ShapeMemberPath":
5296
- this.qg.ch();
5296
+ this.qh.ch();
5297
5297
  break;
5298
5298
  case GeographicShapeSeriesBase.$$p[5]:
5299
- this.qg.cg();
5299
+ this.qh.cg();
5300
5300
  break;
5301
5301
  case GeographicShapeSeriesBase.$$p[1]:
5302
- this.p5.q4 = this.qn;
5303
- this.ql = this.qn;
5304
- if (this.qn) {
5305
- var e = this.p5;
5306
- e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.q1));
5302
+ this.p6.q5 = this.qo;
5303
+ this.qm = this.qo;
5304
+ if (this.qo) {
5305
+ var e = this.p6;
5306
+ e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.q2));
5307
5307
  }
5308
5308
  else {
5309
- var f = this.p5;
5310
- f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.q1));
5309
+ var f = this.p6;
5310
+ f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.q2));
5311
5311
  }
5312
5312
  break;
5313
5313
  case GeographicShapeSeriesBase.$$p[0]:
5314
- this.p5.q3 = this.qm;
5315
- this.qk = this.qm;
5316
- if (this.qn) {
5317
- var g = this.p5;
5318
- g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.q0));
5314
+ this.p6.q4 = this.qn;
5315
+ this.ql = this.qn;
5316
+ if (this.qo) {
5317
+ var g = this.p6;
5318
+ g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.q1));
5319
5319
  }
5320
5320
  else {
5321
- var h = this.p5;
5322
- h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.q0));
5321
+ var h = this.p6;
5322
+ h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.q1));
5323
5323
  }
5324
5324
  break;
5325
5325
  case GeographicShapeSeriesBase.$$p[2]:
5326
- this.p5.qq = this.qf;
5326
+ this.p6.qr = this.qg;
5327
5327
  break;
5328
5328
  case GeographicShapeSeriesBase.$$p[3]:
5329
- this.p5.rl = this.qp;
5329
+ this.p6.rm = this.qq;
5330
5330
  break;
5331
5331
  case GeographicShapeSeriesBase.$$p[4]:
5332
- this.p5.rm = this.qq;
5332
+ this.p6.rn = this.qr;
5333
5333
  break;
5334
5334
  case "ShapefileDataSource":
5335
5335
  if (c != null) {
5336
5336
  var i = c;
5337
- if (this.qj) {
5338
- i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.q2));
5337
+ if (this.qk) {
5338
+ i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.q3));
5339
5339
  }
5340
5340
  }
5341
5341
  if (d != null) {
5342
5342
  var j = d;
5343
5343
  if (j.count > 0) {
5344
- this.q3();
5344
+ this.q4();
5345
5345
  break;
5346
5346
  }
5347
- this.qj = true;
5348
- j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.q2));
5347
+ this.qk = true;
5348
+ j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.q3));
5349
5349
  }
5350
5350
  break;
5351
5351
  }
5352
5352
  };
5353
- GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
5353
+ GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
5354
5354
  if (this.assigningShapeStyle != null) {
5355
5355
  this.assigningShapeStyle(this, b);
5356
5356
  }
5357
5357
  };
5358
- GeographicShapeSeriesBase.prototype.q0 = function (a, b) {
5358
+ GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
5359
5359
  if (this.assigningShapeMarkerStyle != null) {
5360
5360
  this.assigningShapeMarkerStyle(this, b);
5361
5361
  }
5362
5362
  };
5363
- GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
5364
- this.q3();
5363
+ GeographicShapeSeriesBase.prototype.q3 = function (a, b) {
5364
+ this.q4();
5365
5365
  };
5366
- GeographicShapeSeriesBase.prototype.q3 = function () {
5367
- var sds_ = this.qi;
5366
+ GeographicShapeSeriesBase.prototype.q4 = function () {
5367
+ var sds_ = this.qj;
5368
5368
  var ext_ = sds_.externalObject;
5369
5369
  this.itemsSource = (ext_.getPointData());
5370
5370
  };
5371
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "qi", {
5371
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "qj", {
5372
5372
  get: function () {
5373
- return this.qh;
5373
+ return this.qi;
5374
5374
  },
5375
5375
  set: function (a) {
5376
- var b = this.qh;
5377
- this.qh = a;
5378
- if (b != this.qh) {
5379
- this.raisePropertyChanged("ShapefileDataSource", b, this.qh);
5376
+ var b = this.qi;
5377
+ this.qi = a;
5378
+ if (b != this.qi) {
5379
+ this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
5380
5380
  }
5381
5381
  },
5382
5382
  enumerable: true,
@@ -5389,7 +5389,7 @@
5389
5389
  _super.prototype.set_e3.call(this, a);
5390
5390
  };
5391
5391
  GeographicShapeSeriesBase.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5392
- GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qm:q4', [0, false], 'IsCustomShapeStyleAllowed:qn:q5', [0, false], 'ItemSearchMode:qf:q6', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qp:q7', [1, 10000], 'ItemSearchThreshold:qq:q8', [1, 10000], 'ShapeFilterResolution:qo:q9', [1, 2], 'ShapeMemberPath:qy:ra', [2, "points"]]);
5392
+ GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
5393
5393
  return GeographicShapeSeriesBase;
5394
5394
  }(GeographicMapSeriesHost));
5395
5395
  /**
@@ -5405,23 +5405,23 @@
5405
5405
  }
5406
5406
  GeographicShapeSeriesBaseView.prototype.b2 = function () {
5407
5407
  _super.prototype.b2.call(this);
5408
- this.ce.p5.rw = this.ce.qy;
5408
+ this.ce.p6.rx = this.ce.qz;
5409
5409
  };
5410
5410
  GeographicShapeSeriesBaseView.prototype.cf = function () {
5411
- var a = this.ce.p5;
5411
+ var a = this.ce.p6;
5412
5412
  if (this.ce.cd == null) {
5413
- a.qk = null;
5414
- a.qm = null;
5413
+ a.ql = null;
5414
+ a.qn = null;
5415
5415
  return;
5416
5416
  }
5417
- a.qk = this.ce.cd.s2;
5418
- a.qm = this.ce.cd.s4;
5417
+ a.ql = this.ce.cd.s2;
5418
+ a.qn = this.ce.cd.s4;
5419
5419
  };
5420
5420
  GeographicShapeSeriesBaseView.prototype.ch = function () {
5421
- this.ce.p5.rw = this.ce.qy;
5421
+ this.ce.p6.rx = this.ce.qz;
5422
5422
  };
5423
5423
  GeographicShapeSeriesBaseView.prototype.cg = function () {
5424
- this.ce.p5.ri = this.ce.qo;
5424
+ this.ce.p6.rj = this.ce.qp;
5425
5425
  };
5426
5426
  GeographicShapeSeriesBaseView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5427
5427
  return GeographicShapeSeriesBaseView;
@@ -5457,54 +5457,54 @@
5457
5457
  _this.ci = null;
5458
5458
  _this.ci = a;
5459
5459
  if (!_this.q) {
5460
- _this.ci.qy = "points";
5460
+ _this.ci.qz = "points";
5461
5461
  }
5462
5462
  return _this;
5463
5463
  }
5464
5464
  GeographicShapeSeriesView.prototype.as = function () {
5465
5465
  _super.prototype.as.call(this);
5466
5466
  if (!this.q) {
5467
- this.ci.si = igniteuiWebcomponentsCharts.Defaults.aj;
5467
+ this.ci.sj = igniteuiWebcomponentsCharts.Defaults.aj;
5468
5468
  this.ci.gz = igniteuiWebcomponentsCharts.Defaults.p;
5469
- this.ci.rh = igniteuiWebcomponentsCharts.Defaults.o;
5470
- this.ci.re = igniteuiWebcomponentsCharts.Defaults.d;
5471
- this.ci.rc = igniteuiWebcomponentsCharts.Defaults.a;
5469
+ this.ci.ri = igniteuiWebcomponentsCharts.Defaults.o;
5470
+ this.ci.rf = igniteuiWebcomponentsCharts.Defaults.d;
5471
+ this.ci.rd = igniteuiWebcomponentsCharts.Defaults.a;
5472
5472
  }
5473
5473
  };
5474
5474
  GeographicShapeSeriesView.prototype.b2 = function () {
5475
5475
  _super.prototype.b2.call(this);
5476
- this.ci.p5.uc = this.ci.sk;
5477
- this.ci.p5.s5 = this.ci.rf;
5478
- this.ci.p5.tr = this.ci.r0;
5479
- this.ci.p5.s8 = this.ci.rh;
5480
- this.ci.p5.sr = this.ci.rb;
5476
+ this.ci.p6.ud = this.ci.sl;
5477
+ this.ci.p6.s6 = this.ci.rg;
5478
+ this.ci.p6.ts = this.ci.r1;
5479
+ this.ci.p6.s9 = this.ci.ri;
5480
+ this.ci.p6.ss = this.ci.rc;
5481
5481
  };
5482
5482
  GeographicShapeSeriesView.prototype.cn = function () {
5483
- this.ci.p5.tr = this.ci.r0;
5483
+ this.ci.p6.ts = this.ci.r1;
5484
5484
  };
5485
5485
  GeographicShapeSeriesView.prototype.cp = function () {
5486
- this.ci.p5.s8 = this.ci.rh;
5486
+ this.ci.p6.s9 = this.ci.ri;
5487
5487
  };
5488
5488
  GeographicShapeSeriesView.prototype.ck = function () {
5489
- this.ci.p5.sr = this.ci.rb;
5489
+ this.ci.p6.ss = this.ci.rc;
5490
5490
  };
5491
5491
  GeographicShapeSeriesView.prototype.co = function () {
5492
- this.ci.p5.s0 = this.ci.re;
5492
+ this.ci.p6.s1 = this.ci.rf;
5493
5493
  };
5494
5494
  GeographicShapeSeriesView.prototype.cj = function () {
5495
- this.ci.p5.t8 = this.ci.sh;
5495
+ this.ci.p6.t9 = this.ci.si;
5496
5496
  };
5497
5497
  GeographicShapeSeriesView.prototype.cl = function () {
5498
- this.ci.p5.t9 = this.ci.si;
5498
+ this.ci.p6.ua = this.ci.sj;
5499
5499
  };
5500
5500
  GeographicShapeSeriesView.prototype.cm = function () {
5501
- this.ci.p5.ub = this.ci.sj;
5501
+ this.ci.p6.uc = this.ci.sk;
5502
5502
  };
5503
5503
  GeographicShapeSeriesView.prototype.cq = function () {
5504
- this.ci.p5.s5 = this.ci.rf;
5504
+ this.ci.p6.s6 = this.ci.rg;
5505
5505
  };
5506
5506
  GeographicShapeSeriesView.prototype.cr = function () {
5507
- this.ci.p5.uc = this.ci.sk;
5507
+ this.ci.p6.ud = this.ci.sl;
5508
5508
  };
5509
5509
  GeographicShapeSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5510
5510
  return GeographicShapeSeriesView;
@@ -5526,81 +5526,81 @@
5526
5526
  GeographicShapeSeries.prototype.bx = function () {
5527
5527
  return new GeographicShapeSeriesView(this);
5528
5528
  };
5529
- GeographicShapeSeries.prototype.ly = function (a) {
5530
- _super.prototype.ly.call(this, a);
5531
- this.rg = a;
5529
+ GeographicShapeSeries.prototype.lz = function (a) {
5530
+ _super.prototype.lz.call(this, a);
5531
+ this.rh = a;
5532
5532
  };
5533
- GeographicShapeSeries.prototype.p4 = function () {
5533
+ GeographicShapeSeries.prototype.p5 = function () {
5534
5534
  var a = new igniteuiWebcomponentsCharts.ScatterPolygonSeries();
5535
- a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.rx));
5536
- a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.ry));
5535
+ a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.ry));
5536
+ a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.rz));
5537
5537
  return a;
5538
5538
  };
5539
- GeographicShapeSeries.prototype.rx = function (a, b) {
5539
+ GeographicShapeSeries.prototype.ry = function (a, b) {
5540
5540
  if (this.styleShape != null) {
5541
5541
  this.styleShape(this, b);
5542
5542
  }
5543
5543
  };
5544
- GeographicShapeSeries.prototype.ry = function (a, b) {
5545
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.p5);
5544
+ GeographicShapeSeries.prototype.rz = function (a, b) {
5545
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.p6);
5546
5546
  if (c == null) {
5547
5547
  return;
5548
5548
  }
5549
5549
  };
5550
5550
  GeographicShapeSeries.prototype.f2 = function () {
5551
- return this.rh;
5552
- };
5553
- GeographicShapeSeries.prototype.o5 = function () {
5554
- return this.sf;
5551
+ return this.ri;
5555
5552
  };
5556
5553
  GeographicShapeSeries.prototype.o6 = function () {
5557
5554
  return this.sg;
5558
5555
  };
5559
- GeographicShapeSeries.prototype.nd = function () {
5560
- return this.rz;
5556
+ GeographicShapeSeries.prototype.o7 = function () {
5557
+ return this.sh;
5558
+ };
5559
+ GeographicShapeSeries.prototype.ne = function () {
5560
+ return this.r0;
5561
5561
  };
5562
5562
  GeographicShapeSeries.prototype.iy = function () {
5563
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.p5);
5563
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.p6);
5564
5564
  if (a == null) {
5565
5565
  return "Unknown";
5566
5566
  }
5567
5567
  return a.iy();
5568
5568
  };
5569
- GeographicShapeSeries.prototype.l3 = function (a, b, c, d) {
5570
- _super.prototype.l3.call(this, a, b, c, d);
5569
+ GeographicShapeSeries.prototype.l4 = function (a, b, c, d) {
5570
+ _super.prototype.l4.call(this, a, b, c, d);
5571
5571
  switch (b) {
5572
5572
  case GeographicShapeSeries.$$p[6]:
5573
- this.p5.sy = this.rd;
5573
+ this.p6.sz = this.re;
5574
5574
  break;
5575
5575
  case GeographicShapeSeries.$$p[5]:
5576
- this.p5.su = this.rc;
5576
+ this.p6.sv = this.rd;
5577
5577
  break;
5578
5578
  case GeographicShapeSeries.$$p[9]:
5579
- this.rg.cn();
5579
+ this.rh.cn();
5580
5580
  break;
5581
5581
  case GeographicShapeSeries.$$p[10]:
5582
- this.rg.cp();
5582
+ this.rh.cp();
5583
5583
  break;
5584
5584
  case GeographicShapeSeries.$$p[4]:
5585
- this.rg.ck();
5585
+ this.rh.ck();
5586
5586
  break;
5587
5587
  case GeographicShapeSeries.$$p[11]:
5588
- this.rg.co();
5588
+ this.rh.co();
5589
5589
  break;
5590
5590
  case GeographicShapeSeries.$$p[3]:
5591
- this.rg.cj();
5591
+ this.rh.cj();
5592
5592
  break;
5593
5593
  case GeographicShapeSeries.$$p[7]:
5594
- this.rg.cl();
5594
+ this.rh.cl();
5595
5595
  break;
5596
5596
  case GeographicShapeSeries.$$p[8]:
5597
- this.rg.cm();
5597
+ this.rh.cm();
5598
5598
  break;
5599
5599
  case GeographicShapeSeries.$$p[13]:
5600
- this.rg.cq();
5600
+ this.rh.cq();
5601
5601
  break;
5602
5602
  case GeographicShapeSeries.$$p[12]:
5603
- this.rg.cr();
5603
+ this.rh.cr();
5604
5604
  break;
5605
5605
  }
5606
5606
  };
@@ -5608,7 +5608,7 @@
5608
5608
  return 0.7;
5609
5609
  };
5610
5610
  GeographicShapeSeries.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5611
- GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sf:r1', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:sg:r2', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:rz:r3', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:sh:r4', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:rb:r5', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rc:r6', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rd:r7', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:si:r8', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:sj:r9', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:r0:sa', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:rh:sb', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:re:sc', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:sk:sd', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:rf:se', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
5611
+ GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sg:r2', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:sh:r3', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:r0:r4', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:si:r5', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:rc:r6', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rd:r7', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:re:r8', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:sj:r9', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:sk:sa', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:r1:sb', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:ri:sc', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:rf:sd', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:sl:se', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:rg:sf', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
5612
5612
  return GeographicShapeSeries;
5613
5613
  }(GeographicShapeSeriesBase));
5614
5614
 
@@ -5687,11 +5687,11 @@
5687
5687
  * Gets or sets the fill brush.
5688
5688
  */
5689
5689
  get: function () {
5690
- return this.i.sk ? this.i.sk.fill : null;
5690
+ return this.i.sl ? this.i.sl.fill : null;
5691
5691
  },
5692
5692
  set: function (v) {
5693
5693
  this.ensureShapeStyle();
5694
- this.i.sk.fill = v;
5694
+ this.i.sl.fill = v;
5695
5695
  },
5696
5696
  enumerable: true,
5697
5697
  configurable: true
@@ -5701,11 +5701,11 @@
5701
5701
  * Gets or sets the stroke brush.
5702
5702
  */
5703
5703
  get: function () {
5704
- return this.i.sk ? this.i.sk.stroke : null;
5704
+ return this.i.sl ? this.i.sl.stroke : null;
5705
5705
  },
5706
5706
  set: function (v) {
5707
5707
  this.ensureShapeStyle();
5708
- this.i.sk.stroke = v;
5708
+ this.i.sl.stroke = v;
5709
5709
  },
5710
5710
  enumerable: true,
5711
5711
  configurable: true
@@ -5715,12 +5715,12 @@
5715
5715
  * Gets or sets the stroke thickness.
5716
5716
  */
5717
5717
  get: function () {
5718
- return this.i.sk ? this.i.sk.strokeThickness : NaN;
5718
+ return this.i.sl ? this.i.sl.strokeThickness : NaN;
5719
5719
  },
5720
5720
  set: function (v) {
5721
5721
  this.ensureShapeStyle();
5722
- this.i.sk.strokeThickness = +v;
5723
- this._a("shapeStrokeThickness", this.i.sk.strokeThickness);
5722
+ this.i.sl.strokeThickness = +v;
5723
+ this._a("shapeStrokeThickness", this.i.sl.strokeThickness);
5724
5724
  },
5725
5725
  enumerable: true,
5726
5726
  configurable: true
@@ -5730,21 +5730,21 @@
5730
5730
  * Gets or sets the opacity.
5731
5731
  */
5732
5732
  get: function () {
5733
- return this.i.sk ? this.i.sk.opacity : NaN;
5733
+ return this.i.sl ? this.i.sl.opacity : NaN;
5734
5734
  },
5735
5735
  set: function (v) {
5736
5736
  this.ensureShapeStyle();
5737
- this.i.sk.opacity = +v;
5738
- this._a("shapeOpacity", this.i.sk.opacity);
5737
+ this.i.sl.opacity = +v;
5738
+ this._a("shapeOpacity", this.i.sl.opacity);
5739
5739
  },
5740
5740
  enumerable: true,
5741
5741
  configurable: true
5742
5742
  });
5743
5743
  IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5744
- if (this.i.sk) {
5744
+ if (this.i.sl) {
5745
5745
  return;
5746
5746
  }
5747
- this.i.sk = new igniteuiWebcomponentsCore.Style();
5747
+ this.i.sl = new igniteuiWebcomponentsCore.Style();
5748
5748
  };
5749
5749
  Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
5750
5750
  /**
@@ -5752,11 +5752,11 @@
5752
5752
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5753
5753
  */
5754
5754
  get: function () {
5755
- return this.i.re;
5755
+ return this.i.rf;
5756
5756
  },
5757
5757
  set: function (v) {
5758
- this.i.re = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
5759
- this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.re));
5758
+ this.i.rf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
5759
+ this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.rf));
5760
5760
  },
5761
5761
  enumerable: true,
5762
5762
  configurable: true
@@ -5766,11 +5766,11 @@
5766
5766
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5767
5767
  */
5768
5768
  get: function () {
5769
- return this.i.rd;
5769
+ return this.i.re;
5770
5770
  },
5771
5771
  set: function (v) {
5772
- this.i.rd = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
5773
- this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.rd));
5772
+ this.i.re = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
5773
+ this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.re));
5774
5774
  },
5775
5775
  enumerable: true,
5776
5776
  configurable: true
@@ -5780,11 +5780,11 @@
5780
5780
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5781
5781
  */
5782
5782
  get: function () {
5783
- return this.i.rc;
5783
+ return this.i.rd;
5784
5784
  },
5785
5785
  set: function (v) {
5786
- this.i.rc = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
5787
- this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.rc));
5786
+ this.i.rd = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
5787
+ this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.rd));
5788
5788
  },
5789
5789
  enumerable: true,
5790
5790
  configurable: true
@@ -5794,10 +5794,10 @@
5794
5794
  * Gets or sets the MarkerTemplate for the current series object.
5795
5795
  */
5796
5796
  get: function () {
5797
- return this.i.r0;
5797
+ return this.i.r1;
5798
5798
  },
5799
5799
  set: function (v) {
5800
- this.i.r0 = v;
5800
+ this.i.r1 = v;
5801
5801
  },
5802
5802
  enumerable: true,
5803
5803
  configurable: true
@@ -5807,11 +5807,11 @@
5807
5807
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5808
5808
  */
5809
5809
  get: function () {
5810
- return igniteuiWebcomponentsCore.brushToString(this.i.sh);
5810
+ return igniteuiWebcomponentsCore.brushToString(this.i.si);
5811
5811
  },
5812
5812
  set: function (v) {
5813
- this.i.sh = igniteuiWebcomponentsCore.stringToBrush(v);
5814
- this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.sh));
5813
+ this.i.si = igniteuiWebcomponentsCore.stringToBrush(v);
5814
+ this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.si));
5815
5815
  },
5816
5816
  enumerable: true,
5817
5817
  configurable: true
@@ -5821,11 +5821,11 @@
5821
5821
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5822
5822
  */
5823
5823
  get: function () {
5824
- return igniteuiWebcomponentsCore.brushToString(this.i.si);
5824
+ return igniteuiWebcomponentsCore.brushToString(this.i.sj);
5825
5825
  },
5826
5826
  set: function (v) {
5827
- this.i.si = igniteuiWebcomponentsCore.stringToBrush(v);
5828
- this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.si));
5827
+ this.i.sj = igniteuiWebcomponentsCore.stringToBrush(v);
5828
+ this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.sj));
5829
5829
  },
5830
5830
  enumerable: true,
5831
5831
  configurable: true
@@ -5835,11 +5835,11 @@
5835
5835
  * Gets or sets thickness of the marker outline
5836
5836
  */
5837
5837
  get: function () {
5838
- return this.i.rh;
5838
+ return this.i.ri;
5839
5839
  },
5840
5840
  set: function (v) {
5841
- this.i.rh = +v;
5842
- this._a("markerThickness", this.i.rh);
5841
+ this.i.ri = +v;
5842
+ this._a("markerThickness", this.i.ri);
5843
5843
  },
5844
5844
  enumerable: true,
5845
5845
  configurable: true
@@ -5849,11 +5849,11 @@
5849
5849
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5850
5850
  */
5851
5851
  get: function () {
5852
- return this.i.rb;
5852
+ return this.i.rc;
5853
5853
  },
5854
5854
  set: function (v) {
5855
- this.i.rb = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
5856
- this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.rb));
5855
+ this.i.rc = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
5856
+ this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.rc));
5857
5857
  },
5858
5858
  enumerable: true,
5859
5859
  configurable: true
@@ -5863,10 +5863,10 @@
5863
5863
  * Gets the effective marker template for the current series object.
5864
5864
  */
5865
5865
  get: function () {
5866
- return this.i.rz;
5866
+ return this.i.r0;
5867
5867
  },
5868
5868
  set: function (v) {
5869
- this.i.rz = v;
5869
+ this.i.r0 = v;
5870
5870
  },
5871
5871
  enumerable: true,
5872
5872
  configurable: true
@@ -5876,11 +5876,11 @@
5876
5876
  * Gets the effective marker brush for the current series object.
5877
5877
  */
5878
5878
  get: function () {
5879
- return igniteuiWebcomponentsCore.brushToString(this.i.sf);
5879
+ return igniteuiWebcomponentsCore.brushToString(this.i.sg);
5880
5880
  },
5881
5881
  set: function (v) {
5882
- this.i.sf = igniteuiWebcomponentsCore.stringToBrush(v);
5883
- this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.sf));
5882
+ this.i.sg = igniteuiWebcomponentsCore.stringToBrush(v);
5883
+ this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.sg));
5884
5884
  },
5885
5885
  enumerable: true,
5886
5886
  configurable: true
@@ -5890,11 +5890,11 @@
5890
5890
  * Gets the effective marker outline for the current series object.
5891
5891
  */
5892
5892
  get: function () {
5893
- return igniteuiWebcomponentsCore.brushToString(this.i.sg);
5893
+ return igniteuiWebcomponentsCore.brushToString(this.i.sh);
5894
5894
  },
5895
5895
  set: function (v) {
5896
- this.i.sg = igniteuiWebcomponentsCore.stringToBrush(v);
5897
- this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.sg));
5896
+ this.i.sh = igniteuiWebcomponentsCore.stringToBrush(v);
5897
+ this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.sh));
5898
5898
  },
5899
5899
  enumerable: true,
5900
5900
  configurable: true
@@ -5975,14 +5975,14 @@
5975
5975
  };
5976
5976
  GeographicPolylineSeriesView.prototype.b2 = function () {
5977
5977
  _super.prototype.b2.call(this);
5978
- this.ci.p5.sr = this.ci.rb;
5979
- this.ci.p5.sw = this.ci.rj;
5978
+ this.ci.p6.ss = this.ci.rc;
5979
+ this.ci.p6.sx = this.ci.rk;
5980
5980
  };
5981
5981
  GeographicPolylineSeriesView.prototype.cj = function () {
5982
- this.ci.p5.sr = this.ci.rb;
5982
+ this.ci.p6.ss = this.ci.rc;
5983
5983
  };
5984
5984
  GeographicPolylineSeriesView.prototype.ck = function () {
5985
- this.ci.p5.sw = this.ci.rj;
5985
+ this.ci.p6.sx = this.ci.rk;
5986
5986
  };
5987
5987
  GeographicPolylineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
5988
5988
  return GeographicPolylineSeriesView;
@@ -6004,33 +6004,33 @@
6004
6004
  GeographicPolylineSeries.prototype.bx = function () {
6005
6005
  return new GeographicPolylineSeriesView(this);
6006
6006
  };
6007
- GeographicPolylineSeries.prototype.ly = function (a) {
6008
- _super.prototype.ly.call(this, a);
6009
- this.rc = a;
6007
+ GeographicPolylineSeries.prototype.lz = function (a) {
6008
+ _super.prototype.lz.call(this, a);
6009
+ this.rd = a;
6010
6010
  };
6011
- GeographicPolylineSeries.prototype.p4 = function () {
6011
+ GeographicPolylineSeries.prototype.p5 = function () {
6012
6012
  var a = new igniteuiWebcomponentsCharts.ScatterPolylineSeries();
6013
- a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.rg));
6013
+ a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.rh));
6014
6014
  return a;
6015
6015
  };
6016
- GeographicPolylineSeries.prototype.rg = function (a, b) {
6016
+ GeographicPolylineSeries.prototype.rh = function (a, b) {
6017
6017
  if (this.styleShape != null) {
6018
6018
  this.styleShape(this, b);
6019
6019
  }
6020
6020
  };
6021
- GeographicPolylineSeries.prototype.l3 = function (a, b, c, d) {
6022
- _super.prototype.l3.call(this, a, b, c, d);
6021
+ GeographicPolylineSeries.prototype.l4 = function (a, b, c, d) {
6022
+ _super.prototype.l4.call(this, a, b, c, d);
6023
6023
  switch (b) {
6024
6024
  case GeographicPolylineSeries.$$p[1]:
6025
- this.rc.cj();
6025
+ this.rd.cj();
6026
6026
  break;
6027
6027
  case GeographicPolylineSeries.$$p[0]:
6028
- this.rc.ck();
6028
+ this.rd.ck();
6029
6029
  break;
6030
6030
  }
6031
6031
  };
6032
6032
  GeographicPolylineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6033
- GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rj:rh', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:rb:ri', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
6033
+ GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:rc:rj', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
6034
6034
  return GeographicPolylineSeries;
6035
6035
  }(GeographicShapeSeriesBase));
6036
6036
 
@@ -6109,11 +6109,11 @@
6109
6109
  * Gets or sets the fill brush.
6110
6110
  */
6111
6111
  get: function () {
6112
- return this.i.rj ? this.i.rj.fill : null;
6112
+ return this.i.rk ? this.i.rk.fill : null;
6113
6113
  },
6114
6114
  set: function (v) {
6115
6115
  this.ensureShapeStyle();
6116
- this.i.rj.fill = v;
6116
+ this.i.rk.fill = v;
6117
6117
  },
6118
6118
  enumerable: true,
6119
6119
  configurable: true
@@ -6123,11 +6123,11 @@
6123
6123
  * Gets or sets the stroke brush.
6124
6124
  */
6125
6125
  get: function () {
6126
- return this.i.rj ? this.i.rj.stroke : null;
6126
+ return this.i.rk ? this.i.rk.stroke : null;
6127
6127
  },
6128
6128
  set: function (v) {
6129
6129
  this.ensureShapeStyle();
6130
- this.i.rj.stroke = v;
6130
+ this.i.rk.stroke = v;
6131
6131
  },
6132
6132
  enumerable: true,
6133
6133
  configurable: true
@@ -6137,12 +6137,12 @@
6137
6137
  * Gets or sets the stroke thickness.
6138
6138
  */
6139
6139
  get: function () {
6140
- return this.i.rj ? this.i.rj.strokeThickness : NaN;
6140
+ return this.i.rk ? this.i.rk.strokeThickness : NaN;
6141
6141
  },
6142
6142
  set: function (v) {
6143
6143
  this.ensureShapeStyle();
6144
- this.i.rj.strokeThickness = +v;
6145
- this._a("shapeStrokeThickness", this.i.rj.strokeThickness);
6144
+ this.i.rk.strokeThickness = +v;
6145
+ this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
6146
6146
  },
6147
6147
  enumerable: true,
6148
6148
  configurable: true
@@ -6152,21 +6152,21 @@
6152
6152
  * Gets or sets the opacity.
6153
6153
  */
6154
6154
  get: function () {
6155
- return this.i.rj ? this.i.rj.opacity : NaN;
6155
+ return this.i.rk ? this.i.rk.opacity : NaN;
6156
6156
  },
6157
6157
  set: function (v) {
6158
6158
  this.ensureShapeStyle();
6159
- this.i.rj.opacity = +v;
6160
- this._a("shapeOpacity", this.i.rj.opacity);
6159
+ this.i.rk.opacity = +v;
6160
+ this._a("shapeOpacity", this.i.rk.opacity);
6161
6161
  },
6162
6162
  enumerable: true,
6163
6163
  configurable: true
6164
6164
  });
6165
6165
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6166
- if (this.i.rj) {
6166
+ if (this.i.rk) {
6167
6167
  return;
6168
6168
  }
6169
- this.i.rj = new igniteuiWebcomponentsCore.Style();
6169
+ this.i.rk = new igniteuiWebcomponentsCore.Style();
6170
6170
  };
6171
6171
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
6172
6172
  get: function () {
@@ -6330,11 +6330,11 @@
6330
6330
  tslib_1.__extends(TileSeries, _super);
6331
6331
  function TileSeries() {
6332
6332
  var _this = _super.call(this) || this;
6333
+ _this.st = null;
6333
6334
  _this.ss = null;
6334
- _this.sr = null;
6335
6335
  _this.imageTilesReady = null;
6336
- _this.sv = null;
6337
- _this.sw = false;
6336
+ _this.sw = null;
6337
+ _this.sx = false;
6338
6338
  _this.ab = TileSeries.$;
6339
6339
  return _this;
6340
6340
  }
@@ -6344,42 +6344,42 @@
6344
6344
  TileSeries.prototype.bx = function () {
6345
6345
  return new TileSeriesView(this);
6346
6346
  };
6347
- TileSeries.prototype.ly = function (a) {
6348
- _super.prototype.ly.call(this, a);
6349
- this.sq = a;
6347
+ TileSeries.prototype.lz = function (a) {
6348
+ _super.prototype.lz.call(this, a);
6349
+ this.sr = a;
6350
6350
  };
6351
- TileSeries.prototype.get_q6 = function () {
6351
+ TileSeries.prototype.get_q7 = function () {
6352
6352
  return false;
6353
6353
  };
6354
- Object.defineProperty(TileSeries.prototype, "su", {
6354
+ Object.defineProperty(TileSeries.prototype, "sv", {
6355
6355
  get: function () {
6356
- return this.ss;
6356
+ return this.st;
6357
6357
  },
6358
6358
  set: function (a) {
6359
- var b = a != this.su;
6359
+ var b = a != this.sv;
6360
6360
  if (b) {
6361
- var c = this.su;
6362
- this.ss = a;
6361
+ var c = this.sv;
6362
+ this.st = a;
6363
6363
  this.raisePropertyChanged("TileImagery", c, a);
6364
6364
  }
6365
6365
  },
6366
6366
  enumerable: true,
6367
6367
  configurable: true
6368
6368
  });
6369
- Object.defineProperty(TileSeries.prototype, "st", {
6369
+ Object.defineProperty(TileSeries.prototype, "su", {
6370
6370
  get: function () {
6371
- return this.sr;
6371
+ return this.ss;
6372
6372
  },
6373
6373
  set: function (a) {
6374
- var b = this.sr;
6375
- this.sr = a;
6376
- this.raisePropertyChanged("ActualTileImagery", b, this.sr);
6374
+ var b = this.ss;
6375
+ this.ss = a;
6376
+ this.raisePropertyChanged("ActualTileImagery", b, this.ss);
6377
6377
  },
6378
6378
  enumerable: true,
6379
6379
  configurable: true
6380
6380
  });
6381
- TileSeries.prototype.l3 = function (a, b, c, d) {
6382
- _super.prototype.l3.call(this, a, b, c, d);
6381
+ TileSeries.prototype.l4 = function (a, b, c, d) {
6382
+ _super.prototype.l4.call(this, a, b, c, d);
6383
6383
  var e;
6384
6384
  var f;
6385
6385
  switch (b) {
@@ -6387,78 +6387,78 @@
6387
6387
  e = c;
6388
6388
  f = d;
6389
6389
  if (e != null) {
6390
- e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.sz));
6390
+ e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.s0));
6391
6391
  }
6392
6392
  if (f != null) {
6393
- f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.sz));
6393
+ f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.s0));
6394
6394
  }
6395
- this.sq.de(e, f);
6396
- this.mh(false);
6397
- this.lo();
6395
+ this.sr.de(e, f);
6396
+ this.mi(false);
6397
+ this.lp();
6398
6398
  break;
6399
6399
  case "ActualTileImagery":
6400
6400
  e = c;
6401
6401
  f = d;
6402
6402
  if (e != null) {
6403
- e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.s0));
6403
+ e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.s1));
6404
6404
  e.deferralHandler = null;
6405
6405
  }
6406
6406
  if (f != null) {
6407
- f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.s0));
6407
+ f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.s1));
6408
6408
  f.deferralHandler = this;
6409
6409
  }
6410
- this.sq.dd(e, f);
6410
+ this.sr.dd(e, f);
6411
6411
  if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.cd) !== null) {
6412
6412
  f.geographicMap = this.cd;
6413
- this.s2(this.b0);
6414
- this.sq.da(this.cd.sf);
6413
+ this.s3(this.b0);
6414
+ this.sr.da(this.cd.sf);
6415
6415
  }
6416
- this.lo();
6416
+ this.lp();
6417
6417
  break;
6418
6418
  case "ActualWindowRect":
6419
- this.sq.da(d);
6419
+ this.sr.da(d);
6420
6420
  break;
6421
6421
  case "WorldRect":
6422
- this.sq.dh(d);
6422
+ this.sr.dh(d);
6423
6423
  break;
6424
6424
  case "SeriesViewer":
6425
6425
  var g = c;
6426
6426
  var h = d;
6427
- if (g != null && this.st != null) {
6428
- this.st.be(null);
6427
+ if (g != null && this.su != null) {
6428
+ this.su.be(null);
6429
6429
  }
6430
- if (h != null && this.st != null) {
6431
- this.st.be(this.b0.w);
6430
+ if (h != null && this.su != null) {
6431
+ this.su.be(this.b0.w);
6432
6432
  }
6433
6433
  break;
6434
6434
  case "ActualBrush":
6435
6435
  case "ActualOutline":
6436
6436
  case "ActualThickness":
6437
- this.lq();
6437
+ this.lr();
6438
6438
  break;
6439
6439
  }
6440
6440
  };
6441
- TileSeries.prototype.sz = function (a, b) {
6441
+ TileSeries.prototype.s0 = function (a, b) {
6442
6442
  if (b.propertyName == "MultiScaleImage") {
6443
- this.s2(this.b0);
6443
+ this.s3(this.b0);
6444
6444
  }
6445
6445
  };
6446
- TileSeries.prototype.s0 = function (a, b) {
6446
+ TileSeries.prototype.s1 = function (a, b) {
6447
6447
  if (this.imageTilesReady != null) {
6448
6448
  this.imageTilesReady(this, new igniteuiWebcomponentsCore.EventArgs());
6449
6449
  }
6450
- if (!this.sw) {
6451
- this.sq.df();
6450
+ if (!this.sx) {
6451
+ this.sr.df();
6452
6452
  }
6453
6453
  };
6454
6454
  TileSeries.prototype.register = function (a, b) {
6455
- this.sv = b;
6455
+ this.sw = b;
6456
6456
  };
6457
6457
  TileSeries.prototype.unRegister = function (a) {
6458
- this.sv = null;
6458
+ this.sw = null;
6459
6459
  };
6460
6460
  TileSeries.prototype.deferredRefresh = function () {
6461
- this.mh(false);
6461
+ this.mi(false);
6462
6462
  };
6463
6463
  TileSeries.prototype.deferAction = function (a) {
6464
6464
  if (this.g9 != null) {
@@ -6468,54 +6468,54 @@
6468
6468
  window.setTimeout(a, 0);
6469
6469
  }
6470
6470
  };
6471
- TileSeries.prototype.m4 = function (a, b) {
6472
- this.sq.dg();
6473
- _super.prototype.m4.call(this, a, b);
6471
+ TileSeries.prototype.m5 = function (a, b) {
6472
+ this.sr.dg();
6473
+ _super.prototype.m5.call(this, a, b);
6474
6474
  };
6475
- TileSeries.prototype.mi = function (a) {
6476
- _super.prototype.mi.call(this, a);
6477
- this.s1(a, this.b0);
6475
+ TileSeries.prototype.mj = function (a) {
6476
+ _super.prototype.mj.call(this, a);
6477
+ this.s2(a, this.b0);
6478
6478
  };
6479
- TileSeries.prototype.s1 = function (a, b) {
6479
+ TileSeries.prototype.s2 = function (a, b) {
6480
6480
  var c;
6481
6481
  var d;
6482
6482
  var e = b;
6483
6483
  var f = b.getViewInfo(c, d);
6484
6484
  c = f.p0;
6485
6485
  d = f.p1;
6486
- this.s2(b);
6487
- if (this.sv != null) {
6488
- this.sw = true;
6489
- this.sv(a);
6490
- this.sw = false;
6486
+ this.s3(b);
6487
+ if (this.sw != null) {
6488
+ this.sx = true;
6489
+ this.sw(a);
6490
+ this.sx = false;
6491
6491
  }
6492
6492
  e.df();
6493
6493
  };
6494
- TileSeries.prototype.mg = function (a, b, c, d, e) {
6495
- _super.prototype.mg.call(this, a, b, c, d, e);
6494
+ TileSeries.prototype.mh = function (a, b, c, d, e) {
6495
+ _super.prototype.mh.call(this, a, b, c, d, e);
6496
6496
  var f = this.fc.item(d);
6497
6497
  f.a1(c);
6498
6498
  if (this.cx(f)) {
6499
6499
  return;
6500
6500
  }
6501
- this.sa(f);
6501
+ this.sb(f);
6502
6502
  };
6503
- TileSeries.prototype.s2 = function (a) {
6503
+ TileSeries.prototype.s3 = function (a) {
6504
6504
  var b;
6505
6505
  var c;
6506
6506
  var d = a.getViewInfo(b, c);
6507
6507
  b = d.p0;
6508
6508
  c = d.p1;
6509
- if (this.su != null && this.su.ao != null) {
6510
- if (this.su != this.st) {
6511
- this.st = this.su;
6509
+ if (this.sv != null && this.sv.ao != null) {
6510
+ if (this.sv != this.su) {
6511
+ this.su = this.sv;
6512
6512
  }
6513
- if (this.st != null && !b.isEmpty) {
6514
- if (this.st.width != b.width) {
6515
- this.st.width = b.width;
6513
+ if (this.su != null && !b.isEmpty) {
6514
+ if (this.su.width != b.width) {
6515
+ this.su.width = b.width;
6516
6516
  }
6517
- if (this.st.height != b.height) {
6518
- this.st.height = b.height;
6517
+ if (this.su.height != b.height) {
6518
+ this.su.height = b.height;
6519
6519
  }
6520
6520
  }
6521
6521
  }
@@ -6544,8 +6544,8 @@
6544
6544
  TileSeriesView.prototype.as = function () {
6545
6545
  _super.prototype.as.call(this);
6546
6546
  if (!this.q) {
6547
- this.c7.o7 = igniteuiWebcomponentsCharts.Defaults.ao;
6548
- this.c7.o2 = igniteuiWebcomponentsCharts.Defaults.an;
6547
+ this.c7.o8 = igniteuiWebcomponentsCharts.Defaults.ao;
6548
+ this.c7.o3 = igniteuiWebcomponentsCharts.Defaults.an;
6549
6549
  }
6550
6550
  };
6551
6551
  TileSeriesView.prototype.ch = function (a, b) {
@@ -6572,8 +6572,8 @@
6572
6572
  this.aq();
6573
6573
  };
6574
6574
  TileSeriesView.prototype.da = function (a) {
6575
- if (this.c7.su != null) {
6576
- this.c7.su.windowRect = a;
6575
+ if (this.c7.sv != null) {
6576
+ this.c7.sv.windowRect = a;
6577
6577
  }
6578
6578
  };
6579
6579
  TileSeriesView.prototype.dd = function (a, b) {
@@ -6608,8 +6608,8 @@
6608
6608
  this.c9.setAttribute("width", this.bu.width.toString());
6609
6609
  this.c9.setAttribute("height", this.bu.height.toString());
6610
6610
  }
6611
- if (this.c7.su != null) {
6612
- this.c7.su.bf(this.bu);
6611
+ if (this.c7.sv != null) {
6612
+ this.c7.sv.bf(this.bu);
6613
6613
  }
6614
6614
  };
6615
6615
  TileSeriesView.prototype.a6 = function (a, b) {
@@ -6643,8 +6643,8 @@
6643
6643
  TileSeriesView.prototype.db = function () {
6644
6644
  };
6645
6645
  TileSeriesView.prototype.dh = function (a) {
6646
- if (this.c7.su != null) {
6647
- this.c7.su.a6();
6646
+ if (this.c7.sv != null) {
6647
+ this.c7.sv.a6();
6648
6648
  }
6649
6649
  };
6650
6650
  TileSeriesView.$t = igniteuiWebcomponentsCore.markType(TileSeriesView, 'TileSeriesView', igniteuiWebcomponentsCharts.ShapeSeriesViewBase.$);
@@ -6723,13 +6723,13 @@
6723
6723
  * The MapImagery which is used to provide the tiles for display.
6724
6724
  */
6725
6725
  get: function () {
6726
- if (this.i.su == null) {
6726
+ if (this.i.sv == null) {
6727
6727
  return null;
6728
6728
  }
6729
- return this.i.su.externalObject;
6729
+ return this.i.sv.externalObject;
6730
6730
  },
6731
6731
  set: function (v) {
6732
- v == null ? this.i.su = null : this.i.su = v.i;
6732
+ v == null ? this.i.sv = null : this.i.sv = v.i;
6733
6733
  },
6734
6734
  enumerable: true,
6735
6735
  configurable: true
@@ -6787,8 +6787,8 @@
6787
6787
  tslib_1.__extends(GeographicTileSeries, _super);
6788
6788
  function GeographicTileSeries() {
6789
6789
  var _this = _super.call(this) || this;
6790
+ _this.rd = null;
6790
6791
  _this.rc = null;
6791
- _this.rb = null;
6792
6792
  _this.imageTilesReady = null;
6793
6793
  _this.ab = GeographicTileSeries.$;
6794
6794
  return _this;
@@ -6796,53 +6796,53 @@
6796
6796
  GeographicTileSeries.prototype.get_ei = function () {
6797
6797
  return true;
6798
6798
  };
6799
- Object.defineProperty(GeographicTileSeries.prototype, "rd", {
6799
+ Object.defineProperty(GeographicTileSeries.prototype, "re", {
6800
6800
  get: function () {
6801
- return this.rc;
6801
+ return this.rd;
6802
6802
  },
6803
6803
  set: function (a) {
6804
- var b = a != this.rd;
6804
+ var b = a != this.re;
6805
6805
  if (b) {
6806
- var c = this.rd;
6807
- this.rc = a;
6806
+ var c = this.re;
6807
+ this.rd = a;
6808
6808
  this.raisePropertyChanged("TileImagery", c, a);
6809
6809
  }
6810
6810
  },
6811
6811
  enumerable: true,
6812
6812
  configurable: true
6813
6813
  });
6814
- GeographicTileSeries.prototype.rh = function () {
6815
- if (this.rd != null) {
6816
- this.rd.clearTileCache();
6814
+ GeographicTileSeries.prototype.ri = function () {
6815
+ if (this.re != null) {
6816
+ this.re.clearTileCache();
6817
6817
  }
6818
6818
  };
6819
- GeographicTileSeries.prototype.l3 = function (a, b, c, d) {
6820
- _super.prototype.l3.call(this, a, b, c, d);
6819
+ GeographicTileSeries.prototype.l4 = function (a, b, c, d) {
6820
+ _super.prototype.l4.call(this, a, b, c, d);
6821
6821
  switch (b) {
6822
6822
  case "TileImagery":
6823
- if (this.p5 != null) {
6824
- this.p5.su = this.rd;
6823
+ if (this.p6 != null) {
6824
+ this.p6.sv = this.re;
6825
6825
  }
6826
6826
  break;
6827
6827
  }
6828
6828
  };
6829
- GeographicTileSeries.prototype.qa = function () {
6830
- _super.prototype.qa.call(this);
6831
- this.p5.su = this.rd;
6832
- if (this.rb != null) {
6833
- var a = this.rb;
6834
- a.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(a.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.rg));
6829
+ GeographicTileSeries.prototype.qb = function () {
6830
+ _super.prototype.qb.call(this);
6831
+ this.p6.sv = this.re;
6832
+ if (this.rc != null) {
6833
+ var a = this.rc;
6834
+ a.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(a.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.rh));
6835
6835
  }
6836
- this.rb = this.p5;
6837
- if (this.rb != null) {
6838
- var b = this.rb;
6839
- b.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(b.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.rg));
6836
+ this.rc = this.p6;
6837
+ if (this.rc != null) {
6838
+ var b = this.rc;
6839
+ b.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(b.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.rh));
6840
6840
  }
6841
6841
  };
6842
- GeographicTileSeries.prototype.p4 = function () {
6842
+ GeographicTileSeries.prototype.p5 = function () {
6843
6843
  return new TileSeries();
6844
6844
  };
6845
- GeographicTileSeries.prototype.rg = function (a, b) {
6845
+ GeographicTileSeries.prototype.rh = function (a, b) {
6846
6846
  if (this.imageTilesReady != null) {
6847
6847
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
6848
6848
  }
@@ -6919,13 +6919,13 @@
6919
6919
  * The MapImagery which is used to provide the tiles for display.
6920
6920
  */
6921
6921
  get: function () {
6922
- if (this.i.rd == null) {
6922
+ if (this.i.re == null) {
6923
6923
  return null;
6924
6924
  }
6925
- return this.i.rd.externalObject;
6925
+ return this.i.re.externalObject;
6926
6926
  },
6927
6927
  set: function (v) {
6928
- v == null ? this.i.rd = null : this.i.rd = v.i;
6928
+ v == null ? this.i.re = null : this.i.re = v.i;
6929
6929
  },
6930
6930
  enumerable: true,
6931
6931
  configurable: true
@@ -6945,7 +6945,7 @@
6945
6945
 
6946
6946
  */
6947
6947
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
6948
- this.i.rh();
6948
+ this.i.ri();
6949
6949
  };
6950
6950
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
6951
6951
  /**
@@ -7048,11 +7048,11 @@
7048
7048
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7049
7049
  */
7050
7050
  get: function () {
7051
- return this.i.qf;
7051
+ return this.i.qg;
7052
7052
  },
7053
7053
  set: function (v) {
7054
- this.i.qf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
7055
- this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.qf));
7054
+ this.i.qg = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
7055
+ this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.qg));
7056
7056
  },
7057
7057
  enumerable: true,
7058
7058
  configurable: true
@@ -7062,11 +7062,11 @@
7062
7062
  * Gets or sets thickness of the marker outline
7063
7063
  */
7064
7064
  get: function () {
7065
- return this.i.qg;
7065
+ return this.i.qh;
7066
7066
  },
7067
7067
  set: function (v) {
7068
- this.i.qg = +v;
7069
- this._a("markerThickness", this.i.qg);
7068
+ this.i.qh = +v;
7069
+ this._a("markerThickness", this.i.qh);
7070
7070
  },
7071
7071
  enumerable: true,
7072
7072
  configurable: true
@@ -7076,11 +7076,11 @@
7076
7076
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7077
7077
  */
7078
7078
  get: function () {
7079
- return this.i.qe;
7079
+ return this.i.qf;
7080
7080
  },
7081
7081
  set: function (v) {
7082
- this.i.qe = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
7083
- this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.qe));
7082
+ this.i.qf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
7083
+ this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.qf));
7084
7084
  },
7085
7085
  enumerable: true,
7086
7086
  configurable: true
@@ -7090,11 +7090,11 @@
7090
7090
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7091
7091
  */
7092
7092
  get: function () {
7093
- return this.i.qd;
7093
+ return this.i.qe;
7094
7094
  },
7095
7095
  set: function (v) {
7096
- this.i.qd = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
7097
- this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.qd));
7096
+ this.i.qe = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
7097
+ this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.qe));
7098
7098
  },
7099
7099
  enumerable: true,
7100
7100
  configurable: true
@@ -7104,10 +7104,10 @@
7104
7104
  * Gets or sets the MarkerTemplate for the current series object.
7105
7105
  */
7106
7106
  get: function () {
7107
- return this.i.qv;
7107
+ return this.i.qw;
7108
7108
  },
7109
7109
  set: function (v) {
7110
- this.i.qv = v;
7110
+ this.i.qw = v;
7111
7111
  },
7112
7112
  enumerable: true,
7113
7113
  configurable: true
@@ -7117,11 +7117,11 @@
7117
7117
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7118
7118
  */
7119
7119
  get: function () {
7120
- return igniteuiWebcomponentsCore.brushToString(this.i.q9);
7120
+ return igniteuiWebcomponentsCore.brushToString(this.i.ra);
7121
7121
  },
7122
7122
  set: function (v) {
7123
- this.i.q9 = igniteuiWebcomponentsCore.stringToBrush(v);
7124
- this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.q9));
7123
+ this.i.ra = igniteuiWebcomponentsCore.stringToBrush(v);
7124
+ this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.ra));
7125
7125
  },
7126
7126
  enumerable: true,
7127
7127
  configurable: true
@@ -7131,11 +7131,11 @@
7131
7131
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7132
7132
  */
7133
7133
  get: function () {
7134
- return igniteuiWebcomponentsCore.brushToString(this.i.ra);
7134
+ return igniteuiWebcomponentsCore.brushToString(this.i.rb);
7135
7135
  },
7136
7136
  set: function (v) {
7137
- this.i.ra = igniteuiWebcomponentsCore.stringToBrush(v);
7138
- this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.ra));
7137
+ this.i.rb = igniteuiWebcomponentsCore.stringToBrush(v);
7138
+ this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.rb));
7139
7139
  },
7140
7140
  enumerable: true,
7141
7141
  configurable: true
@@ -7147,11 +7147,11 @@
7147
7147
  * choose a representative set.
7148
7148
  */
7149
7149
  get: function () {
7150
- return this.i.qh;
7150
+ return this.i.qi;
7151
7151
  },
7152
7152
  set: function (v) {
7153
- this.i.qh = +v;
7154
- this._a("maximumMarkers", this.i.qh);
7153
+ this.i.qi = +v;
7154
+ this._a("maximumMarkers", this.i.qi);
7155
7155
  },
7156
7156
  enumerable: true,
7157
7157
  configurable: true
@@ -7161,10 +7161,10 @@
7161
7161
  * Gets the effective marker template for the current series object.
7162
7162
  */
7163
7163
  get: function () {
7164
- return this.i.qu;
7164
+ return this.i.qv;
7165
7165
  },
7166
7166
  set: function (v) {
7167
- this.i.qu = v;
7167
+ this.i.qv = v;
7168
7168
  },
7169
7169
  enumerable: true,
7170
7170
  configurable: true
@@ -7174,11 +7174,11 @@
7174
7174
  * Gets the effective marker brush for the current series object.
7175
7175
  */
7176
7176
  get: function () {
7177
- return igniteuiWebcomponentsCore.brushToString(this.i.q7);
7177
+ return igniteuiWebcomponentsCore.brushToString(this.i.q8);
7178
7178
  },
7179
7179
  set: function (v) {
7180
- this.i.q7 = igniteuiWebcomponentsCore.stringToBrush(v);
7181
- this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.q7));
7180
+ this.i.q8 = igniteuiWebcomponentsCore.stringToBrush(v);
7181
+ this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.q8));
7182
7182
  },
7183
7183
  enumerable: true,
7184
7184
  configurable: true
@@ -7188,11 +7188,11 @@
7188
7188
  * Gets the effective marker outline for the current series object.
7189
7189
  */
7190
7190
  get: function () {
7191
- return igniteuiWebcomponentsCore.brushToString(this.i.q8);
7191
+ return igniteuiWebcomponentsCore.brushToString(this.i.q9);
7192
7192
  },
7193
7193
  set: function (v) {
7194
- this.i.q8 = igniteuiWebcomponentsCore.stringToBrush(v);
7195
- this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.q8));
7194
+ this.i.q9 = igniteuiWebcomponentsCore.stringToBrush(v);
7195
+ this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.q9));
7196
7196
  },
7197
7197
  enumerable: true,
7198
7198
  configurable: true
@@ -7214,75 +7214,75 @@
7214
7214
  tslib_1.__extends(GeographicMarkerSeries, _super);
7215
7215
  function GeographicMarkerSeries() {
7216
7216
  var _this = _super.call(this) || this;
7217
- var a = _this.p5;
7218
- a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.qt));
7217
+ var a = _this.p6;
7218
+ a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.qu));
7219
7219
  return _this;
7220
7220
  }
7221
- GeographicMarkerSeries.prototype.nd = function () {
7222
- return this.qu;
7223
- };
7224
- GeographicMarkerSeries.prototype.o5 = function () {
7225
- return this.q7;
7221
+ GeographicMarkerSeries.prototype.ne = function () {
7222
+ return this.qv;
7226
7223
  };
7227
7224
  GeographicMarkerSeries.prototype.o6 = function () {
7228
7225
  return this.q8;
7229
7226
  };
7227
+ GeographicMarkerSeries.prototype.o7 = function () {
7228
+ return this.q9;
7229
+ };
7230
7230
  GeographicMarkerSeries.prototype.f2 = function () {
7231
- return this.qg;
7231
+ return this.qh;
7232
7232
  };
7233
7233
  GeographicMarkerSeries.prototype.iy = function () {
7234
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.p5);
7234
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.p6);
7235
7235
  if (a == null) {
7236
7236
  return "Unknown";
7237
7237
  }
7238
7238
  return a.iy();
7239
7239
  };
7240
- GeographicMarkerSeries.prototype.qt = function (a, b) {
7241
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.p5);
7240
+ GeographicMarkerSeries.prototype.qu = function (a, b) {
7241
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.p6);
7242
7242
  if (c == null) {
7243
7243
  return;
7244
7244
  }
7245
7245
  if (b.propertyName == "ActualMarkerTemplate") {
7246
- this.qu = c.qw;
7246
+ this.qv = c.qx;
7247
7247
  }
7248
7248
  else if (b.propertyName == "ActualMarkerOutline") {
7249
- this.q8 = c.rd;
7249
+ this.q9 = c.re;
7250
7250
  }
7251
7251
  else if (b.propertyName == "ActualMarkerBrush") {
7252
- this.q7 = c.rc;
7252
+ this.q8 = c.rd;
7253
7253
  }
7254
7254
  };
7255
- GeographicMarkerSeries.prototype.l3 = function (a, b, c, d) {
7256
- _super.prototype.l3.call(this, a, b, c, d);
7255
+ GeographicMarkerSeries.prototype.l4 = function (a, b, c, d) {
7256
+ _super.prototype.l4.call(this, a, b, c, d);
7257
7257
  switch (b) {
7258
7258
  case GeographicMarkerSeries.$$p[3]:
7259
- this.p5.re = this.q9;
7259
+ this.p6.rf = this.ra;
7260
7260
  break;
7261
7261
  case GeographicMarkerSeries.$$p[6]:
7262
- this.p5.rf = this.ra;
7262
+ this.p6.rg = this.rb;
7263
7263
  break;
7264
7264
  case GeographicMarkerSeries.$$p[5]:
7265
- this.p5.p9 = this.qe;
7265
+ this.p6.qa = this.qf;
7266
7266
  break;
7267
7267
  case GeographicMarkerSeries.$$p[4]:
7268
- this.p5.p5 = this.qd;
7268
+ this.p6.p6 = this.qe;
7269
7269
  break;
7270
7270
  case GeographicMarkerSeries.$$p[9]:
7271
- this.p5.qc = this.qf;
7271
+ this.p6.qd = this.qg;
7272
7272
  break;
7273
7273
  case GeographicMarkerSeries.$$p[7]:
7274
- this.p5.qy = this.qv;
7274
+ this.p6.qz = this.qw;
7275
7275
  break;
7276
7276
  case GeographicMarkerSeries.$$p[8]:
7277
- this.p5.qh = this.qg;
7277
+ this.p6.qi = this.qh;
7278
7278
  break;
7279
7279
  case GeographicMarkerSeries.$$p[10]:
7280
- this.p5.sx = this.qh;
7280
+ this.p6.sy = this.qi;
7281
7281
  break;
7282
7282
  }
7283
7283
  };
7284
7284
  GeographicMarkerSeries.$t = igniteuiWebcomponentsCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7285
- GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q7:qw', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:q8:qx', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:qu:qy', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:q9:qz', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:qd:q0', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qe:q1', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:ra:q2', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:qv:q3', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:qg:q4', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:qf:q5', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:qh:q6', [1, 400]]);
7285
+ GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q8:qx', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:q9:qy', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:qv:qz', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:ra:q0', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:qe:q1', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qf:q2', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:rb:q3', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:qw:q4', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:qh:q5', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:qg:q6', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:qi:q7', [1, 400]]);
7286
7286
  return GeographicMarkerSeries;
7287
7287
  }(GeographicMapSeriesHost));
7288
7288
 
@@ -7310,49 +7310,49 @@
7310
7310
  };
7311
7311
  GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
7312
7312
  _super.prototype.b2.call(this);
7313
- var a = this.ce.p5;
7314
- a.td = this.ce.r4;
7315
- a.tl = this.ce.r2;
7316
- a.qc = this.ce.qf;
7317
- a.qy = this.ce.qv;
7318
- a.qh = this.ce.qg;
7313
+ var a = this.ce.p6;
7314
+ a.te = this.ce.r5;
7315
+ a.tm = this.ce.r3;
7316
+ a.qd = this.ce.qg;
7317
+ a.qz = this.ce.qw;
7318
+ a.qi = this.ce.qh;
7319
+ a.vh = this.ce.rp;
7320
+ a.v7 = this.ce.sa;
7321
+ a.u7 = this.ce.rh;
7322
+ a.vx = this.ce.r1;
7323
+ a.vs = this.ce.rt;
7324
+ a.u4 = this.ce.re;
7325
+ a.vf = this.ce.rl;
7319
7326
  a.vg = this.ce.ro;
7320
- a.v6 = this.ce.r9;
7321
- a.u6 = this.ce.rg;
7322
- a.vw = this.ce.r0;
7323
- a.vr = this.ce.rs;
7324
- a.u3 = this.ce.rd;
7325
- a.ve = this.ce.rk;
7326
- a.vf = this.ce.rn;
7327
+ a.vm = this.ce.rr;
7327
7328
  a.vl = this.ce.rq;
7328
- a.vk = this.ce.rp;
7329
7329
  };
7330
7330
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
7331
- this.ce.p5.td = this.ce.r4;
7331
+ this.ce.p6.te = this.ce.r5;
7332
7332
  };
7333
7333
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
7334
- this.ce.p5.tl = this.ce.r2;
7334
+ this.ce.p6.tm = this.ce.r3;
7335
7335
  };
7336
7336
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
7337
- this.ce.p5.qc = this.ce.qf;
7337
+ this.ce.p6.qd = this.ce.qg;
7338
7338
  };
7339
7339
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
7340
- this.ce.p5.qy = this.ce.qv;
7340
+ this.ce.p6.qz = this.ce.qw;
7341
7341
  };
7342
7342
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
7343
- this.ce.p5.qh = this.ce.qg;
7343
+ this.ce.p6.qi = this.ce.qh;
7344
7344
  };
7345
7345
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
7346
- this.ce.p5.sx = this.ce.qh;
7346
+ this.ce.p6.sy = this.ce.qi;
7347
7347
  };
7348
7348
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7349
- this.ce.p5.xAxis = this.ce.cd.s2;
7349
+ this.ce.p6.xAxis = this.ce.cd.s2;
7350
7350
  };
7351
7351
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7352
- this.ce.p5.yAxis = this.ce.cd.s4;
7352
+ this.ce.p6.yAxis = this.ce.cd.s4;
7353
7353
  };
7354
7354
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
7355
- var a = this.ce.p5;
7355
+ var a = this.ce.p6;
7356
7356
  if (this.ce.cd == null) {
7357
7357
  a.xAxis = null;
7358
7358
  a.yAxis = null;
@@ -7362,45 +7362,45 @@
7362
7362
  a.yAxis = this.ce.cd.s4;
7363
7363
  };
7364
7364
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
7365
- this.ce.p5.re = this.ce.q9;
7365
+ this.ce.p6.rf = this.ce.ra;
7366
7366
  };
7367
7367
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
7368
- this.ce.p5.rf = this.ce.ra;
7368
+ this.ce.p6.rg = this.ce.rb;
7369
7369
  };
7370
7370
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7371
- this.ce.p5.v6 = this.ce.r9;
7371
+ this.ce.p6.v7 = this.ce.sa;
7372
7372
  };
7373
7373
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7374
- this.ce.p5.u6 = this.ce.rg;
7375
- this.ce.p5.vg = this.ce.ro;
7374
+ this.ce.p6.u7 = this.ce.rh;
7375
+ this.ce.p6.vh = this.ce.rp;
7376
7376
  };
7377
7377
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7378
- this.ce.p5.vw = this.ce.r0;
7378
+ this.ce.p6.vx = this.ce.r1;
7379
7379
  };
7380
7380
  GeographicProportionalSymbolSeriesView.prototype.cg = function () {
7381
- this.ce.p5.u3 = this.ce.rd;
7382
- this.ce.p5.ve = this.ce.rk;
7383
- this.ce.p5.vf = this.ce.rn;
7384
- this.ce.p5.vl = this.ce.rq;
7385
- this.ce.p5.vk = this.ce.rp;
7381
+ this.ce.p6.u4 = this.ce.re;
7382
+ this.ce.p6.vf = this.ce.rl;
7383
+ this.ce.p6.vg = this.ce.ro;
7384
+ this.ce.p6.vm = this.ce.rr;
7385
+ this.ce.p6.vl = this.ce.rq;
7386
7386
  };
7387
7387
  GeographicProportionalSymbolSeriesView.prototype.cf = function () {
7388
- this.ce.p5.vr = this.ce.rs;
7388
+ this.ce.p6.vs = this.ce.rt;
7389
7389
  };
7390
7390
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7391
- this.ce.p5.vg = this.ce.ro;
7391
+ this.ce.p6.vh = this.ce.rp;
7392
7392
  };
7393
7393
  GeographicProportionalSymbolSeriesView.prototype.ch = function () {
7394
- this.ce.p5.ve = this.ce.rk;
7394
+ this.ce.p6.vf = this.ce.rl;
7395
7395
  };
7396
7396
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
7397
- this.ce.p5.vf = this.ce.rn;
7397
+ this.ce.p6.vg = this.ce.ro;
7398
7398
  };
7399
7399
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
7400
- this.ce.p5.vl = this.ce.rq;
7400
+ this.ce.p6.vm = this.ce.rr;
7401
7401
  };
7402
7402
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
7403
- this.ce.p5.vk = this.ce.rp;
7403
+ this.ce.p6.vl = this.ce.rq;
7404
7404
  };
7405
7405
  GeographicProportionalSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7406
7406
  return GeographicProportionalSymbolSeriesView;
@@ -7412,9 +7412,9 @@
7412
7412
  tslib_1.__extends(GeographicProportionalSymbolSeries, _super);
7413
7413
  function GeographicProportionalSymbolSeries() {
7414
7414
  var _this = _super.call(this) || this;
7415
- _this.re = null;
7415
+ _this.rf = null;
7416
+ _this.rk = false;
7416
7417
  _this.rj = false;
7417
- _this.ri = false;
7418
7418
  _this.assigningScatterStyle = null;
7419
7419
  _this.assigningScatterMarkerStyle = null;
7420
7420
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7426,111 +7426,111 @@
7426
7426
  GeographicProportionalSymbolSeries.prototype.bx = function () {
7427
7427
  return new GeographicProportionalSymbolSeriesView(this);
7428
7428
  };
7429
- GeographicProportionalSymbolSeries.prototype.ly = function (a) {
7430
- _super.prototype.ly.call(this, a);
7431
- this.rh = a;
7429
+ GeographicProportionalSymbolSeries.prototype.lz = function (a) {
7430
+ _super.prototype.lz.call(this, a);
7431
+ this.ri = a;
7432
7432
  };
7433
7433
  GeographicProportionalSymbolSeries.prototype.gv = function () {
7434
7434
  return 0.7;
7435
7435
  };
7436
- GeographicProportionalSymbolSeries.prototype.p4 = function () {
7436
+ GeographicProportionalSymbolSeries.prototype.p5 = function () {
7437
7437
  return new igniteuiWebcomponentsCharts.BubbleSeries();
7438
7438
  };
7439
7439
  GeographicProportionalSymbolSeries.prototype.get_dx = function () {
7440
7440
  return true;
7441
7441
  };
7442
- GeographicProportionalSymbolSeries.prototype.l3 = function (a, b, c, d) {
7443
- _super.prototype.l3.call(this, a, b, c, d);
7442
+ GeographicProportionalSymbolSeries.prototype.l4 = function (a, b, c, d) {
7443
+ _super.prototype.l4.call(this, a, b, c, d);
7444
7444
  switch (b) {
7445
7445
  case "SeriesViewer":
7446
- this.rh.cu();
7446
+ this.ri.cu();
7447
7447
  break;
7448
7448
  case GeographicProportionalSymbolSeries.$$p[9]:
7449
- this.rh.cn();
7449
+ this.ri.cn();
7450
7450
  break;
7451
7451
  case GeographicProportionalSymbolSeries.$$p[8]:
7452
- this.rh.cm();
7452
+ this.ri.cm();
7453
7453
  break;
7454
7454
  case "XAxis":
7455
- this.rh.cv();
7455
+ this.ri.cv();
7456
7456
  break;
7457
7457
  case "YAxis":
7458
- this.rh.cw();
7458
+ this.ri.cw();
7459
7459
  break;
7460
7460
  case GeographicProportionalSymbolSeries.$$p[13]:
7461
- this.rh.cx();
7461
+ this.ri.cx();
7462
7462
  break;
7463
7463
  case GeographicProportionalSymbolSeries.$$p[14]:
7464
- this.rh.cy();
7464
+ this.ri.cy();
7465
7465
  break;
7466
7466
  case GeographicProportionalSymbolSeries.$$p[15]:
7467
- this.rh.cz();
7467
+ this.ri.cz();
7468
7468
  break;
7469
7469
  case GeographicProportionalSymbolSeries.$$p[7]:
7470
- this.rh.ci();
7470
+ this.ri.ci();
7471
7471
  break;
7472
7472
  case GeographicProportionalSymbolSeries.$$p[0]:
7473
- this.rh.cf();
7473
+ this.ri.cf();
7474
7474
  break;
7475
7475
  case GeographicProportionalSymbolSeries.$$p[1]:
7476
- this.rh.cg();
7476
+ this.ri.cg();
7477
7477
  break;
7478
7478
  case GeographicProportionalSymbolSeries.$$p[2]:
7479
- this.rh.ch();
7479
+ this.ri.ch();
7480
7480
  break;
7481
7481
  case GeographicProportionalSymbolSeries.$$p[12]:
7482
- this.rh.cl();
7482
+ this.ri.cl();
7483
7483
  break;
7484
7484
  case GeographicProportionalSymbolSeries.$$p[11]:
7485
- this.rh.ck();
7485
+ this.ri.ck();
7486
7486
  break;
7487
7487
  case GeographicProportionalSymbolSeries.$$p[10]:
7488
- this.rh.cj();
7488
+ this.ri.cj();
7489
7489
  break;
7490
7490
  case GeographicProportionalSymbolSeries.$$p[4]:
7491
- this.p5.sj = this.rm;
7492
- this.rj = this.rm;
7493
- if (this.rm) {
7494
- var e = this.p5;
7495
- e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.se));
7491
+ this.p6.sk = this.rn;
7492
+ this.rk = this.rn;
7493
+ if (this.rn) {
7494
+ var e = this.p6;
7495
+ e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.sf));
7496
7496
  }
7497
7497
  else {
7498
- var f = this.p5;
7499
- f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.se));
7498
+ var f = this.p6;
7499
+ f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.sf));
7500
7500
  }
7501
7501
  break;
7502
7502
  case GeographicProportionalSymbolSeries.$$p[3]:
7503
- this.p5.si = this.rl;
7504
- this.ri = this.rl;
7505
- if (this.rm) {
7506
- var g = this.p5;
7507
- g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.sd));
7503
+ this.p6.sj = this.rm;
7504
+ this.rj = this.rm;
7505
+ if (this.rn) {
7506
+ var g = this.p6;
7507
+ g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.se));
7508
7508
  }
7509
7509
  else {
7510
- var h = this.p5;
7511
- h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.sd));
7510
+ var h = this.p6;
7511
+ h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.se));
7512
7512
  }
7513
7513
  break;
7514
7514
  case GeographicProportionalSymbolSeries.$$p[5]:
7515
- this.p5.r8 = this.rf;
7515
+ this.p6.r9 = this.rg;
7516
7516
  break;
7517
7517
  case GeographicProportionalSymbolSeries.$$p[6]:
7518
- this.p5.sw = this.rr;
7518
+ this.p6.sx = this.rs;
7519
7519
  break;
7520
7520
  }
7521
7521
  };
7522
- GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
7522
+ GeographicProportionalSymbolSeries.prototype.sf = function (a, b) {
7523
7523
  if (this.assigningScatterStyle != null) {
7524
7524
  this.assigningScatterStyle(this, b);
7525
7525
  }
7526
7526
  };
7527
- GeographicProportionalSymbolSeries.prototype.sd = function (a, b) {
7527
+ GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
7528
7528
  if (this.assigningScatterMarkerStyle != null) {
7529
7529
  this.assigningScatterMarkerStyle(this, b);
7530
7530
  }
7531
7531
  };
7532
7532
  GeographicProportionalSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7533
- GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rs:sf', [2], 'FillScale:rd:sg', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:rk:sh', [0, false], 'IsCustomScatterMarkerStyleAllowed:rl:si', [0, false], 'IsCustomScatterStyleAllowed:rm:sj', [0, false], 'ItemSearchMode:rf:sk', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.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', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:ro:su', [0, false]]);
7533
+ GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.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', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
7534
7534
  return GeographicProportionalSymbolSeries;
7535
7535
  }(GeographicMarkerSeries));
7536
7536
 
@@ -7612,10 +7612,10 @@
7612
7612
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7613
7613
  */
7614
7614
  get: function () {
7615
- return this.i.r2;
7615
+ return this.i.r3;
7616
7616
  },
7617
7617
  set: function (v) {
7618
- this.i.r2 = v;
7618
+ this.i.r3 = v;
7619
7619
  },
7620
7620
  enumerable: true,
7621
7621
  configurable: true
@@ -7625,10 +7625,10 @@
7625
7625
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7626
7626
  */
7627
7627
  get: function () {
7628
- return this.i.r4;
7628
+ return this.i.r5;
7629
7629
  },
7630
7630
  set: function (v) {
7631
- this.i.r4 = v;
7631
+ this.i.r5 = v;
7632
7632
  },
7633
7633
  enumerable: true,
7634
7634
  configurable: true
@@ -7638,10 +7638,10 @@
7638
7638
  * Gets or sets the radius mapping property for the current series object.
7639
7639
  */
7640
7640
  get: function () {
7641
- return this.i.r9;
7641
+ return this.i.sa;
7642
7642
  },
7643
7643
  set: function (v) {
7644
- this.i.r9 = v;
7644
+ this.i.sa = v;
7645
7645
  },
7646
7646
  enumerable: true,
7647
7647
  configurable: true
@@ -7651,22 +7651,22 @@
7651
7651
  * Gets or sets the radius size scale for the bubbles.
7652
7652
  */
7653
7653
  get: function () {
7654
- if (this.i.rg == null) {
7654
+ if (this.i.rh == null) {
7655
7655
  return null;
7656
7656
  }
7657
- if (!this.i.rg.externalObject) {
7658
- var e = igniteuiWebcomponentsCharts.IgcSizeScaleComponent._createFromInternal(this.i.rg);
7657
+ if (!this.i.rh.externalObject) {
7658
+ var e = igniteuiWebcomponentsCharts.IgcSizeScaleComponent._createFromInternal(this.i.rh);
7659
7659
  if (e) {
7660
- e._implementation = this.i.rg;
7660
+ e._implementation = this.i.rh;
7661
7661
  }
7662
- this.i.rg.externalObject = e;
7662
+ this.i.rh.externalObject = e;
7663
7663
  }
7664
- return this.i.rg.externalObject;
7664
+ return this.i.rh.externalObject;
7665
7665
  },
7666
7666
  set: function (v) {
7667
7667
  if (v != null && this._stylingContainer && v._styling)
7668
7668
  v._styling(this._stylingContainer, this, this);
7669
- v == null ? this.i.rg = null : this.i.rg = v.i;
7669
+ v == null ? this.i.rh = null : this.i.rh = v.i;
7670
7670
  },
7671
7671
  enumerable: true,
7672
7672
  configurable: true
@@ -7676,10 +7676,10 @@
7676
7676
  * Gets or sets the Label mapping property for the current series object.
7677
7677
  */
7678
7678
  get: function () {
7679
- return this.i.r0;
7679
+ return this.i.r1;
7680
7680
  },
7681
7681
  set: function (v) {
7682
- this.i.r0 = v;
7682
+ this.i.r1 = v;
7683
7683
  },
7684
7684
  enumerable: true,
7685
7685
  configurable: true
@@ -7689,10 +7689,10 @@
7689
7689
  * Gets or sets the fill mapping property for the current series object.
7690
7690
  */
7691
7691
  get: function () {
7692
- return this.i.rs;
7692
+ return this.i.rt;
7693
7693
  },
7694
7694
  set: function (v) {
7695
- this.i.rs = v;
7695
+ this.i.rt = v;
7696
7696
  },
7697
7697
  enumerable: true,
7698
7698
  configurable: true
@@ -7702,22 +7702,22 @@
7702
7702
  * Gets or sets the brush scale for the marker brush.
7703
7703
  */
7704
7704
  get: function () {
7705
- if (this.i.rd == null) {
7705
+ if (this.i.re == null) {
7706
7706
  return null;
7707
7707
  }
7708
- if (!this.i.rd.externalObject) {
7709
- var e = igniteuiWebcomponentsCharts.IgcBrushScaleComponent._createFromInternal(this.i.rd);
7708
+ if (!this.i.re.externalObject) {
7709
+ var e = igniteuiWebcomponentsCharts.IgcBrushScaleComponent._createFromInternal(this.i.re);
7710
7710
  if (e) {
7711
- e._implementation = this.i.rd;
7711
+ e._implementation = this.i.re;
7712
7712
  }
7713
- this.i.rd.externalObject = e;
7713
+ this.i.re.externalObject = e;
7714
7714
  }
7715
- return this.i.rd.externalObject;
7715
+ return this.i.re.externalObject;
7716
7716
  },
7717
7717
  set: function (v) {
7718
7718
  if (v != null && this._stylingContainer && v._styling)
7719
7719
  v._styling(this._stylingContainer, this, this);
7720
- v == null ? this.i.rd = null : this.i.rd = v.i;
7720
+ v == null ? this.i.re = null : this.i.re = v.i;
7721
7721
  },
7722
7722
  enumerable: true,
7723
7723
  configurable: true
@@ -7728,11 +7728,11 @@
7728
7728
  * This setting applies only if multiple series are using the same FillScale.
7729
7729
  */
7730
7730
  get: function () {
7731
- return this.i.rk;
7731
+ return this.i.rl;
7732
7732
  },
7733
7733
  set: function (v) {
7734
- this.i.rk = igniteuiWebcomponentsCore.ensureBool(v);
7735
- this._a("fillScaleUseGlobalValues", this.i.rk);
7734
+ this.i.rl = igniteuiWebcomponentsCore.ensureBool(v);
7735
+ this._a("fillScaleUseGlobalValues", this.i.rl);
7736
7736
  },
7737
7737
  enumerable: true,
7738
7738
  configurable: true
@@ -7743,11 +7743,11 @@
7743
7743
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7744
7744
  */
7745
7745
  get: function () {
7746
- return this.i.rn;
7746
+ return this.i.ro;
7747
7747
  },
7748
7748
  set: function (v) {
7749
- this.i.rn = igniteuiWebcomponentsCore.ensureBool(v);
7750
- this._a("markerOutlineUsesFillScale", this.i.rn);
7749
+ this.i.ro = igniteuiWebcomponentsCore.ensureBool(v);
7750
+ this._a("markerOutlineUsesFillScale", this.i.ro);
7751
7751
  },
7752
7752
  enumerable: true,
7753
7753
  configurable: true
@@ -7758,11 +7758,11 @@
7758
7758
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7759
7759
  */
7760
7760
  get: function () {
7761
- return this.i.rq;
7761
+ return this.i.rr;
7762
7762
  },
7763
7763
  set: function (v) {
7764
- this.i.rq = +v;
7765
- this._a("markerOutlineBrightness", this.i.rq);
7764
+ this.i.rr = +v;
7765
+ this._a("markerOutlineBrightness", this.i.rr);
7766
7766
  },
7767
7767
  enumerable: true,
7768
7768
  configurable: true
@@ -7773,11 +7773,11 @@
7773
7773
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
7774
7774
  */
7775
7775
  get: function () {
7776
- return this.i.rp;
7776
+ return this.i.rq;
7777
7777
  },
7778
7778
  set: function (v) {
7779
- this.i.rp = +v;
7780
- this._a("markerBrushBrightness", this.i.rp);
7779
+ this.i.rq = +v;
7780
+ this._a("markerBrushBrightness", this.i.rq);
7781
7781
  },
7782
7782
  enumerable: true,
7783
7783
  configurable: true
@@ -7788,11 +7788,11 @@
7788
7788
  * This setting applies only if multiple series are using the same RadiusScale.
7789
7789
  */
7790
7790
  get: function () {
7791
- return this.i.ro;
7791
+ return this.i.rp;
7792
7792
  },
7793
7793
  set: function (v) {
7794
- this.i.ro = igniteuiWebcomponentsCore.ensureBool(v);
7795
- this._a("radiusScaleUseGlobalValues", this.i.ro);
7794
+ this.i.rp = igniteuiWebcomponentsCore.ensureBool(v);
7795
+ this._a("radiusScaleUseGlobalValues", this.i.rp);
7796
7796
  },
7797
7797
  enumerable: true,
7798
7798
  configurable: true
@@ -7802,11 +7802,11 @@
7802
7802
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7803
7803
  */
7804
7804
  get: function () {
7805
- return this.i.rm;
7805
+ return this.i.rn;
7806
7806
  },
7807
7807
  set: function (v) {
7808
- this.i.rm = igniteuiWebcomponentsCore.ensureBool(v);
7809
- this._a("isCustomScatterStyleAllowed", this.i.rm);
7808
+ this.i.rn = igniteuiWebcomponentsCore.ensureBool(v);
7809
+ this._a("isCustomScatterStyleAllowed", this.i.rn);
7810
7810
  },
7811
7811
  enumerable: true,
7812
7812
  configurable: true
@@ -7816,11 +7816,11 @@
7816
7816
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7817
7817
  */
7818
7818
  get: function () {
7819
- return this.i.rl;
7819
+ return this.i.rm;
7820
7820
  },
7821
7821
  set: function (v) {
7822
- this.i.rl = igniteuiWebcomponentsCore.ensureBool(v);
7823
- this._a("isCustomScatterMarkerStyleAllowed", this.i.rl);
7822
+ this.i.rm = igniteuiWebcomponentsCore.ensureBool(v);
7823
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
7824
7824
  },
7825
7825
  enumerable: true,
7826
7826
  configurable: true
@@ -7830,11 +7830,11 @@
7830
7830
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7831
7831
  */
7832
7832
  get: function () {
7833
- return this.i.rf;
7833
+ return this.i.rg;
7834
7834
  },
7835
7835
  set: function (v) {
7836
- this.i.rf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
7837
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.rf));
7836
+ this.i.rg = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
7837
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.rg));
7838
7838
  },
7839
7839
  enumerable: true,
7840
7840
  configurable: true
@@ -7844,11 +7844,11 @@
7844
7844
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7845
7845
  */
7846
7846
  get: function () {
7847
- return this.i.rr;
7847
+ return this.i.rs;
7848
7848
  },
7849
7849
  set: function (v) {
7850
- this.i.rr = +v;
7851
- this._a("itemSearchThreshold", this.i.rr);
7850
+ this.i.rs = +v;
7851
+ this._a("itemSearchThreshold", this.i.rs);
7852
7852
  },
7853
7853
  enumerable: true,
7854
7854
  configurable: true
@@ -7984,40 +7984,40 @@
7984
7984
  }
7985
7985
  };
7986
7986
  GeographicSymbolSeriesView.prototype.b2 = function () {
7987
- var a = this.ce.p5;
7987
+ var a = this.ce.p6;
7988
7988
  _super.prototype.b2.call(this);
7989
- a.td = this.ce.rt;
7990
- a.tl = this.ce.rr;
7991
- a.qc = this.ce.qf;
7992
- a.qy = this.ce.qv;
7993
- a.qh = this.ce.qg;
7989
+ a.te = this.ce.ru;
7990
+ a.tm = this.ce.rs;
7991
+ a.qd = this.ce.qg;
7992
+ a.qz = this.ce.qw;
7993
+ a.qi = this.ce.qh;
7994
7994
  };
7995
7995
  GeographicSymbolSeriesView.prototype.cg = function () {
7996
- this.ce.p5.td = this.ce.rt;
7996
+ this.ce.p6.te = this.ce.ru;
7997
7997
  };
7998
7998
  GeographicSymbolSeriesView.prototype.cf = function () {
7999
- this.ce.p5.tl = this.ce.rr;
7999
+ this.ce.p6.tm = this.ce.rs;
8000
8000
  };
8001
8001
  GeographicSymbolSeriesView.prototype.cm = function () {
8002
- this.ce.p5.qc = this.ce.qf;
8002
+ this.ce.p6.qd = this.ce.qg;
8003
8003
  };
8004
8004
  GeographicSymbolSeriesView.prototype.ck = function () {
8005
- this.ce.p5.qy = this.ce.qv;
8005
+ this.ce.p6.qz = this.ce.qw;
8006
8006
  };
8007
8007
  GeographicSymbolSeriesView.prototype.cl = function () {
8008
- this.ce.p5.qh = this.ce.qg;
8008
+ this.ce.p6.qi = this.ce.qh;
8009
8009
  };
8010
8010
  GeographicSymbolSeriesView.prototype.cn = function () {
8011
- this.ce.p5.sx = this.ce.qh;
8011
+ this.ce.p6.sy = this.ce.qi;
8012
8012
  };
8013
8013
  GeographicSymbolSeriesView.prototype.cp = function () {
8014
- this.ce.p5.xAxis = this.ce.cd.s2;
8014
+ this.ce.p6.xAxis = this.ce.cd.s2;
8015
8015
  };
8016
8016
  GeographicSymbolSeriesView.prototype.cq = function () {
8017
- this.ce.p5.yAxis = this.ce.cd.s4;
8017
+ this.ce.p6.yAxis = this.ce.cd.s4;
8018
8018
  };
8019
8019
  GeographicSymbolSeriesView.prototype.co = function () {
8020
- var a = this.ce.p5;
8020
+ var a = this.ce.p6;
8021
8021
  if (this.ce.cd == null) {
8022
8022
  a.xAxis = null;
8023
8023
  a.yAxis = null;
@@ -8027,13 +8027,13 @@
8027
8027
  a.yAxis = this.ce.cd.s4;
8028
8028
  };
8029
8029
  GeographicSymbolSeriesView.prototype.ci = function () {
8030
- this.ce.p5.ro = this.ce.rd;
8030
+ this.ce.p6.rp = this.ce.re;
8031
8031
  };
8032
8032
  GeographicSymbolSeriesView.prototype.ch = function () {
8033
- this.ce.p5.re = this.ce.q9;
8033
+ this.ce.p6.rf = this.ce.ra;
8034
8034
  };
8035
8035
  GeographicSymbolSeriesView.prototype.cj = function () {
8036
- this.ce.p5.rf = this.ce.ra;
8036
+ this.ce.p6.rg = this.ce.rb;
8037
8037
  };
8038
8038
  GeographicSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8039
8039
  return GeographicSymbolSeriesView;
@@ -8045,9 +8045,9 @@
8045
8045
  tslib_1.__extends(GeographicSymbolSeries, _super);
8046
8046
  function GeographicSymbolSeries() {
8047
8047
  var _this = _super.call(this) || this;
8048
- _this.rf = null;
8048
+ _this.rg = null;
8049
+ _this.rj = false;
8049
8050
  _this.ri = false;
8050
- _this.rh = false;
8051
8051
  _this.assigningScatterStyle = null;
8052
8052
  _this.assigningScatterMarkerStyle = null;
8053
8053
  _this.ab = GeographicSymbolSeries.$;
@@ -8059,84 +8059,84 @@
8059
8059
  GeographicSymbolSeries.prototype.bx = function () {
8060
8060
  return new GeographicSymbolSeriesView(this);
8061
8061
  };
8062
- GeographicSymbolSeries.prototype.ly = function (a) {
8063
- _super.prototype.ly.call(this, a);
8064
- this.rg = a;
8062
+ GeographicSymbolSeries.prototype.lz = function (a) {
8063
+ _super.prototype.lz.call(this, a);
8064
+ this.rh = a;
8065
8065
  };
8066
8066
  GeographicSymbolSeries.prototype.gv = function () {
8067
8067
  return 0.7;
8068
8068
  };
8069
- GeographicSymbolSeries.prototype.p4 = function () {
8069
+ GeographicSymbolSeries.prototype.p5 = function () {
8070
8070
  return new igniteuiWebcomponentsCharts.ScatterSeries();
8071
8071
  };
8072
8072
  GeographicSymbolSeries.prototype.get_dx = function () {
8073
8073
  return true;
8074
8074
  };
8075
- GeographicSymbolSeries.prototype.l3 = function (a, b, c, d) {
8076
- _super.prototype.l3.call(this, a, b, c, d);
8075
+ GeographicSymbolSeries.prototype.l4 = function (a, b, c, d) {
8076
+ _super.prototype.l4.call(this, a, b, c, d);
8077
8077
  switch (b) {
8078
8078
  case "SeriesViewer":
8079
- this.rg.co();
8079
+ this.rh.co();
8080
8080
  break;
8081
8081
  case GeographicSymbolSeries.$$p[5]:
8082
- this.rg.cg();
8082
+ this.rh.cg();
8083
8083
  break;
8084
8084
  case GeographicSymbolSeries.$$p[4]:
8085
- this.rg.cf();
8085
+ this.rh.cf();
8086
8086
  break;
8087
8087
  case GeographicSymbolSeries.$$p[6]:
8088
- this.rg.ci();
8088
+ this.rh.ci();
8089
8089
  break;
8090
8090
  case "XAxis":
8091
- this.rg.cp();
8091
+ this.rh.cp();
8092
8092
  break;
8093
8093
  case "YAxis":
8094
- this.rg.cq();
8094
+ this.rh.cq();
8095
8095
  break;
8096
8096
  case GeographicSymbolSeries.$$p[1]:
8097
- this.p5.sj = this.rk;
8098
- this.ri = this.rk;
8099
- if (this.rk) {
8100
- var e = this.p5;
8101
- e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.ry));
8097
+ this.p6.sk = this.rl;
8098
+ this.rj = this.rl;
8099
+ if (this.rl) {
8100
+ var e = this.p6;
8101
+ e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.rz));
8102
8102
  }
8103
8103
  else {
8104
- var f = this.p5;
8105
- f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.ry));
8104
+ var f = this.p6;
8105
+ f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.rz));
8106
8106
  }
8107
8107
  break;
8108
8108
  case GeographicSymbolSeries.$$p[0]:
8109
- this.p5.si = this.rj;
8110
- this.rh = this.rj;
8111
- if (this.rk) {
8112
- var g = this.p5;
8113
- g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.rx));
8109
+ this.p6.sj = this.rk;
8110
+ this.ri = this.rk;
8111
+ if (this.rl) {
8112
+ var g = this.p6;
8113
+ g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ry));
8114
8114
  }
8115
8115
  else {
8116
- var h = this.p5;
8117
- h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.rx));
8116
+ var h = this.p6;
8117
+ h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ry));
8118
8118
  }
8119
8119
  break;
8120
8120
  case GeographicSymbolSeries.$$p[2]:
8121
- this.p5.r8 = this.re;
8121
+ this.p6.r9 = this.rf;
8122
8122
  break;
8123
8123
  case GeographicSymbolSeries.$$p[3]:
8124
- this.p5.sw = this.rm;
8124
+ this.p6.sx = this.rn;
8125
8125
  break;
8126
8126
  }
8127
8127
  };
8128
- GeographicSymbolSeries.prototype.ry = function (a, b) {
8128
+ GeographicSymbolSeries.prototype.rz = function (a, b) {
8129
8129
  if (this.assigningScatterStyle != null) {
8130
8130
  this.assigningScatterStyle(this, b);
8131
8131
  }
8132
8132
  };
8133
- GeographicSymbolSeries.prototype.rx = function (a, b) {
8133
+ GeographicSymbolSeries.prototype.ry = function (a, b) {
8134
8134
  if (this.assigningScatterMarkerStyle != null) {
8135
8135
  this.assigningScatterMarkerStyle(this, b);
8136
8136
  }
8137
8137
  };
8138
8138
  GeographicSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8139
- GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rj:rz', [0, false], 'IsCustomScatterStyleAllowed:rk:r0', [0, false], 'ItemSearchMode:re:r1', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rm:r2', [1, 10000], 'LatitudeMemberPath:rr:r3', [2, null], 'LongitudeMemberPath:rt:r4', [2, null], 'MarkerCollisionAvoidance:rd:r5', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rl:r6', [0, false]]);
8139
+ GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rk:r0', [0, false], 'IsCustomScatterStyleAllowed:rl:r1', [0, false], 'ItemSearchMode:rf:r2', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rn:r3', [1, 10000], 'LatitudeMemberPath:rs:r4', [2, null], 'LongitudeMemberPath:ru:r5', [2, null], 'MarkerCollisionAvoidance:re:r6', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rm:r7', [0, false]]);
8140
8140
  return GeographicSymbolSeries;
8141
8141
  }(GeographicMarkerSeries));
8142
8142
 
@@ -8218,10 +8218,10 @@
8218
8218
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8219
8219
  */
8220
8220
  get: function () {
8221
- return this.i.rr;
8221
+ return this.i.rs;
8222
8222
  },
8223
8223
  set: function (v) {
8224
- this.i.rr = v;
8224
+ this.i.rs = v;
8225
8225
  },
8226
8226
  enumerable: true,
8227
8227
  configurable: true
@@ -8231,10 +8231,10 @@
8231
8231
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8232
8232
  */
8233
8233
  get: function () {
8234
- return this.i.rt;
8234
+ return this.i.ru;
8235
8235
  },
8236
8236
  set: function (v) {
8237
- this.i.rt = v;
8237
+ this.i.ru = v;
8238
8238
  },
8239
8239
  enumerable: true,
8240
8240
  configurable: true
@@ -8244,11 +8244,11 @@
8244
8244
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8245
8245
  */
8246
8246
  get: function () {
8247
- return this.i.rd;
8247
+ return this.i.re;
8248
8248
  },
8249
8249
  set: function (v) {
8250
- this.i.rd = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
8251
- this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.rd));
8250
+ this.i.re = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
8251
+ this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.re));
8252
8252
  },
8253
8253
  enumerable: true,
8254
8254
  configurable: true
@@ -8258,11 +8258,11 @@
8258
8258
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8259
8259
  */
8260
8260
  get: function () {
8261
- return this.i.rk;
8261
+ return this.i.rl;
8262
8262
  },
8263
8263
  set: function (v) {
8264
- this.i.rk = igniteuiWebcomponentsCore.ensureBool(v);
8265
- this._a("isCustomScatterStyleAllowed", this.i.rk);
8264
+ this.i.rl = igniteuiWebcomponentsCore.ensureBool(v);
8265
+ this._a("isCustomScatterStyleAllowed", this.i.rl);
8266
8266
  },
8267
8267
  enumerable: true,
8268
8268
  configurable: true
@@ -8272,11 +8272,11 @@
8272
8272
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8273
8273
  */
8274
8274
  get: function () {
8275
- return this.i.rj;
8275
+ return this.i.rk;
8276
8276
  },
8277
8277
  set: function (v) {
8278
- this.i.rj = igniteuiWebcomponentsCore.ensureBool(v);
8279
- this._a("isCustomScatterMarkerStyleAllowed", this.i.rj);
8278
+ this.i.rk = igniteuiWebcomponentsCore.ensureBool(v);
8279
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rk);
8280
8280
  },
8281
8281
  enumerable: true,
8282
8282
  configurable: true
@@ -8286,11 +8286,11 @@
8286
8286
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8287
8287
  */
8288
8288
  get: function () {
8289
- return this.i.re;
8289
+ return this.i.rf;
8290
8290
  },
8291
8291
  set: function (v) {
8292
- this.i.re = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8293
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.re));
8292
+ this.i.rf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8293
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.rf));
8294
8294
  },
8295
8295
  enumerable: true,
8296
8296
  configurable: true
@@ -8300,11 +8300,11 @@
8300
8300
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8301
8301
  */
8302
8302
  get: function () {
8303
- return this.i.rm;
8303
+ return this.i.rn;
8304
8304
  },
8305
8305
  set: function (v) {
8306
- this.i.rm = +v;
8307
- this._a("itemSearchThreshold", this.i.rm);
8306
+ this.i.rn = +v;
8307
+ this._a("itemSearchThreshold", this.i.rn);
8308
8308
  },
8309
8309
  enumerable: true,
8310
8310
  configurable: true
@@ -8453,10 +8453,10 @@
8453
8453
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8454
8454
  */
8455
8455
  get: function () {
8456
- return this.i.qh;
8456
+ return this.i.qi;
8457
8457
  },
8458
8458
  set: function (v) {
8459
- this.i.qh = v;
8459
+ this.i.qi = v;
8460
8460
  },
8461
8461
  enumerable: true,
8462
8462
  configurable: true
@@ -8466,10 +8466,10 @@
8466
8466
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8467
8467
  */
8468
8468
  get: function () {
8469
- return this.i.qf;
8469
+ return this.i.qg;
8470
8470
  },
8471
8471
  set: function (v) {
8472
- this.i.qf = v;
8472
+ this.i.qg = v;
8473
8473
  },
8474
8474
  enumerable: true,
8475
8475
  configurable: true
@@ -8480,10 +8480,10 @@
8480
8480
  * 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.
8481
8481
  */
8482
8482
  get: function () {
8483
- return this.i.qe;
8483
+ return this.i.qf;
8484
8484
  },
8485
8485
  set: function (v) {
8486
- this.i.qe = v;
8486
+ this.i.qf = v;
8487
8487
  },
8488
8488
  enumerable: true,
8489
8489
  configurable: true
@@ -8493,10 +8493,10 @@
8493
8493
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8494
8494
  */
8495
8495
  get: function () {
8496
- return this.i.qk;
8496
+ return this.i.ql;
8497
8497
  },
8498
8498
  set: function (v) {
8499
- this.i.qk = v;
8499
+ this.i.ql = v;
8500
8500
  },
8501
8501
  enumerable: true,
8502
8502
  configurable: true
@@ -8506,10 +8506,10 @@
8506
8506
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8507
8507
  */
8508
8508
  get: function () {
8509
- return this.i.qm;
8509
+ return this.i.qn;
8510
8510
  },
8511
8511
  set: function (v) {
8512
- this.i.qm = v;
8512
+ this.i.qn = v;
8513
8513
  },
8514
8514
  enumerable: true,
8515
8515
  configurable: true
@@ -8519,10 +8519,10 @@
8519
8519
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8520
8520
  */
8521
8521
  get: function () {
8522
- return this.i.qo;
8522
+ return this.i.qp;
8523
8523
  },
8524
8524
  set: function (v) {
8525
- this.i.qo = v;
8525
+ this.i.qp = v;
8526
8526
  },
8527
8527
  enumerable: true,
8528
8528
  configurable: true
@@ -8606,10 +8606,10 @@
8606
8606
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8607
8607
  */
8608
8608
  get: function () {
8609
- return this.i.q3;
8609
+ return this.i.q4;
8610
8610
  },
8611
8611
  set: function (v) {
8612
- this.i.q3 = v;
8612
+ this.i.q4 = v;
8613
8613
  },
8614
8614
  enumerable: true,
8615
8615
  configurable: true
@@ -8619,22 +8619,22 @@
8619
8619
  * The ColorScale used to resolve the color values of points in the series.
8620
8620
  */
8621
8621
  get: function () {
8622
- if (this.i.qy == null) {
8622
+ if (this.i.qz == null) {
8623
8623
  return null;
8624
8624
  }
8625
- if (!this.i.qy.externalObject) {
8626
- var e = igniteuiWebcomponentsCharts.IgcColorScaleComponent._createFromInternal(this.i.qy);
8625
+ if (!this.i.qz.externalObject) {
8626
+ var e = igniteuiWebcomponentsCharts.IgcColorScaleComponent._createFromInternal(this.i.qz);
8627
8627
  if (e) {
8628
- e._implementation = this.i.qy;
8628
+ e._implementation = this.i.qz;
8629
8629
  }
8630
- this.i.qy.externalObject = e;
8630
+ this.i.qz.externalObject = e;
8631
8631
  }
8632
- return this.i.qy.externalObject;
8632
+ return this.i.qz.externalObject;
8633
8633
  },
8634
8634
  set: function (v) {
8635
8635
  if (v != null && this._stylingContainer && v._styling)
8636
8636
  v._styling(this._stylingContainer, this, this);
8637
- v == null ? this.i.qy = null : this.i.qy = v.i;
8637
+ v == null ? this.i.qz = null : this.i.qz = v.i;
8638
8638
  },
8639
8639
  enumerable: true,
8640
8640
  configurable: true
@@ -8644,22 +8644,22 @@
8644
8644
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8645
8645
  */
8646
8646
  get: function () {
8647
- if (this.i.qx == null) {
8647
+ if (this.i.qy == null) {
8648
8648
  return null;
8649
8649
  }
8650
- if (!this.i.qx.externalObject) {
8651
- var e = igniteuiWebcomponentsCharts.IgcColorScaleComponent._createFromInternal(this.i.qx);
8650
+ if (!this.i.qy.externalObject) {
8651
+ var e = igniteuiWebcomponentsCharts.IgcColorScaleComponent._createFromInternal(this.i.qy);
8652
8652
  if (e) {
8653
- e._implementation = this.i.qx;
8653
+ e._implementation = this.i.qy;
8654
8654
  }
8655
- this.i.qx.externalObject = e;
8655
+ this.i.qy.externalObject = e;
8656
8656
  }
8657
- return this.i.qx.externalObject;
8657
+ return this.i.qy.externalObject;
8658
8658
  },
8659
8659
  set: function (v) {
8660
8660
  if (v != null && this._stylingContainer && v._styling)
8661
8661
  v._styling(this._stylingContainer, this, this);
8662
- v == null ? this.i.qx = null : this.i.qx = v.i;
8662
+ v == null ? this.i.qy = null : this.i.qy = v.i;
8663
8663
  },
8664
8664
  enumerable: true,
8665
8665
  configurable: true
@@ -8693,7 +8693,7 @@
8693
8693
 
8694
8694
  */
8695
8695
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
8696
- this.i.q8();
8696
+ this.i.q9();
8697
8697
  };
8698
8698
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
8699
8699
  /**
@@ -8768,71 +8768,71 @@
8768
8768
  }
8769
8769
  GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
8770
8770
  _super.prototype.b2.call(this);
8771
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ce.p5);
8772
- a.sd = this.ce.qu;
8773
- a.sl = this.ce.qs;
8771
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ce.p6);
8772
+ a.se = this.ce.qv;
8773
+ a.sm = this.ce.qt;
8774
+ a.qr = this.ce.qi;
8774
8775
  a.qq = this.ce.qh;
8775
- a.qp = this.ce.qg;
8776
- a.el = this.ce.qf;
8776
+ a.el = this.ce.qg;
8777
+ a.rm = this.ce.qk;
8777
8778
  a.rl = this.ce.qj;
8778
- a.rk = this.ce.qi;
8779
+ a.tk = this.ce.re;
8779
8780
  a.tj = this.ce.rd;
8780
- a.ti = this.ce.rc;
8781
- a.rx = this.ce.qm;
8781
+ a.ry = this.ce.qn;
8782
8782
  };
8783
8783
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
8784
- this.ce.p5.sd = this.ce.qu;
8784
+ this.ce.p6.se = this.ce.qv;
8785
8785
  };
8786
8786
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
8787
- this.ce.p5.sl = this.ce.qs;
8787
+ this.ce.p6.sm = this.ce.qt;
8788
8788
  };
8789
8789
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
8790
- this.ce.p5.qq = this.ce.qh;
8790
+ this.ce.p6.qr = this.ce.qi;
8791
8791
  };
8792
8792
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
8793
- this.ce.p5.qp = this.ce.qg;
8793
+ this.ce.p6.qq = this.ce.qh;
8794
8794
  };
8795
8795
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
8796
- this.ce.p5.el = this.ce.qf;
8796
+ this.ce.p6.el = this.ce.qg;
8797
8797
  };
8798
8798
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
8799
- this.ce.p5.rl = this.ce.qj;
8799
+ this.ce.p6.rm = this.ce.qk;
8800
8800
  };
8801
8801
  GeographicHighDensityScatterSeriesView.prototype.cg = function () {
8802
- this.ce.p5.rk = this.ce.qi;
8802
+ this.ce.p6.rl = this.ce.qj;
8803
8803
  };
8804
8804
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
8805
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ce.p5);
8805
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ce.p6);
8806
8806
  if (this.ce.cd == null) {
8807
- a.qa = null;
8808
- a.qc = null;
8807
+ a.qb = null;
8808
+ a.qd = null;
8809
8809
  return;
8810
8810
  }
8811
- a.qa = this.ce.cd.s2;
8812
- a.qc = this.ce.cd.s4;
8811
+ a.qb = this.ce.cd.s2;
8812
+ a.qd = this.ce.cd.s4;
8813
8813
  };
8814
8814
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
8815
- this.ce.p5.qa = this.ce.cd.s2;
8815
+ this.ce.p6.qb = this.ce.cd.s2;
8816
8816
  };
8817
8817
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
8818
- this.ce.p5.qc = this.ce.cd.s4;
8818
+ this.ce.p6.qd = this.ce.cd.s4;
8819
8819
  };
8820
8820
  GeographicHighDensityScatterSeriesView.prototype.ch = function () {
8821
- this.ce.p5.tj = this.ce.rd;
8821
+ this.ce.p6.tk = this.ce.re;
8822
8822
  };
8823
8823
  GeographicHighDensityScatterSeriesView.prototype.cf = function () {
8824
- this.ce.p5.ti = this.ce.rc;
8824
+ this.ce.p6.tj = this.ce.rd;
8825
8825
  };
8826
8826
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
8827
- this.ce.p5.rx = this.ce.qm;
8827
+ this.ce.p6.ry = this.ce.qn;
8828
8828
  };
8829
8829
  GeographicHighDensityScatterSeriesView.prototype.as = function () {
8830
8830
  _super.prototype.as.call(this);
8831
8831
  if (!this.q) {
8832
- this.ce.rd = igniteuiWebcomponentsCharts.Defaults.aq;
8833
- this.ce.rc = igniteuiWebcomponentsCharts.Defaults.ap;
8834
- this.ce.o2 = igniteuiWebcomponentsCharts.Defaults.al;
8835
- this.ce.o7 = igniteuiWebcomponentsCharts.Defaults.ak;
8832
+ this.ce.re = igniteuiWebcomponentsCharts.Defaults.aq;
8833
+ this.ce.rd = igniteuiWebcomponentsCharts.Defaults.ap;
8834
+ this.ce.o3 = igniteuiWebcomponentsCharts.Defaults.al;
8835
+ this.ce.o8 = igniteuiWebcomponentsCharts.Defaults.ak;
8836
8836
  }
8837
8837
  };
8838
8838
  GeographicHighDensityScatterSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -8845,9 +8845,9 @@
8845
8845
  tslib_1.__extends(GeographicHighDensityScatterSeries, _super);
8846
8846
  function GeographicHighDensityScatterSeries() {
8847
8847
  var _this = _super.call(this) || this;
8848
- _this.qd = null;
8848
+ _this.qe = null;
8849
8849
  _this.progressiveLoadStatusChanged = null;
8850
- _this.ql = 0;
8850
+ _this.qm = 0;
8851
8851
  _this.ab = GeographicHighDensityScatterSeries.$;
8852
8852
  return _this;
8853
8853
  }
@@ -8863,85 +8863,85 @@
8863
8863
  GeographicHighDensityScatterSeries.prototype.bx = function () {
8864
8864
  return new GeographicHighDensityScatterSeriesView(this);
8865
8865
  };
8866
- GeographicHighDensityScatterSeries.prototype.ly = function (a) {
8867
- _super.prototype.ly.call(this, a);
8868
- this.qe = a;
8866
+ GeographicHighDensityScatterSeries.prototype.lz = function (a) {
8867
+ _super.prototype.lz.call(this, a);
8868
+ this.qf = a;
8869
8869
  };
8870
- GeographicHighDensityScatterSeries.prototype.p4 = function () {
8871
- this.qd = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
8872
- return this.qd;
8870
+ GeographicHighDensityScatterSeries.prototype.p5 = function () {
8871
+ this.qe = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
8872
+ return this.qe;
8873
8873
  };
8874
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qn", {
8874
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qo", {
8875
8875
  get: function () {
8876
- return this.ql;
8876
+ return this.qm;
8877
8877
  },
8878
8878
  set: function (a) {
8879
- var b = this.ql;
8880
- this.ql = a;
8881
- this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
8879
+ var b = this.qm;
8880
+ this.qm = a;
8881
+ this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
8882
8882
  },
8883
8883
  enumerable: true,
8884
8884
  configurable: true
8885
8885
  });
8886
- GeographicHighDensityScatterSeries.prototype.qa = function () {
8887
- _super.prototype.qa.call(this);
8888
- var a = this.p5;
8889
- a.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.q1));
8890
- var b = this.p5;
8891
- b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.q0));
8886
+ GeographicHighDensityScatterSeries.prototype.qb = function () {
8887
+ _super.prototype.qb.call(this);
8888
+ var a = this.p6;
8889
+ a.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.q2));
8890
+ var b = this.p6;
8891
+ b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.q1));
8892
8892
  };
8893
- GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
8894
- this.qn = b.currentStatus;
8893
+ GeographicHighDensityScatterSeries.prototype.q2 = function (a, b) {
8894
+ this.qo = b.currentStatus;
8895
8895
  if (this.progressiveLoadStatusChanged != null) {
8896
8896
  this.progressiveLoadStatusChanged(this, b);
8897
8897
  }
8898
8898
  };
8899
- GeographicHighDensityScatterSeries.prototype.q0 = function (a, b) {
8900
- if (this.qd == null) {
8899
+ GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
8900
+ if (this.qe == null) {
8901
8901
  return;
8902
8902
  }
8903
8903
  };
8904
- GeographicHighDensityScatterSeries.prototype.l3 = function (a, b, c, d) {
8905
- _super.prototype.l3.call(this, a, b, c, d);
8904
+ GeographicHighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
8905
+ _super.prototype.l4.call(this, a, b, c, d);
8906
8906
  switch (b) {
8907
8907
  case "SeriesViewer":
8908
- this.qe.co();
8908
+ this.qf.co();
8909
8909
  break;
8910
8910
  case GeographicHighDensityScatterSeries.$$p[5]:
8911
- this.qe.ck();
8911
+ this.qf.ck();
8912
8912
  break;
8913
8913
  case GeographicHighDensityScatterSeries.$$p[4]:
8914
- this.qe.cj();
8914
+ this.qf.cj();
8915
8915
  break;
8916
8916
  case GeographicHighDensityScatterSeries.$$p[9]:
8917
- this.qe.cp();
8917
+ this.qf.cp();
8918
8918
  break;
8919
8919
  case GeographicHighDensityScatterSeries.$$p[8]:
8920
- this.qe.cn();
8920
+ this.qf.cn();
8921
8921
  break;
8922
8922
  case GeographicHighDensityScatterSeries.$$p[6]:
8923
- this.qe.cl();
8923
+ this.qf.cl();
8924
8924
  break;
8925
8925
  case "XAxis":
8926
- this.qe.cq();
8926
+ this.qf.cq();
8927
8927
  break;
8928
8928
  case "YAxis":
8929
- this.qe.cr();
8929
+ this.qf.cr();
8930
8930
  break;
8931
8931
  case GeographicHighDensityScatterSeries.$$p[3]:
8932
- this.qe.ci();
8932
+ this.qf.ci();
8933
8933
  break;
8934
8934
  case GeographicHighDensityScatterSeries.$$p[1]:
8935
- this.qe.cg();
8935
+ this.qf.cg();
8936
8936
  break;
8937
8937
  case GeographicHighDensityScatterSeries.$$p[2]:
8938
- this.qe.ch();
8938
+ this.qf.ch();
8939
8939
  break;
8940
8940
  case GeographicHighDensityScatterSeries.$$p[0]:
8941
- this.qe.cf();
8941
+ this.qf.cf();
8942
8942
  break;
8943
8943
  case GeographicHighDensityScatterSeries.$$p[7]:
8944
- this.qe.cm();
8944
+ this.qf.cm();
8945
8945
  break;
8946
8946
  }
8947
8947
  };
@@ -8952,7 +8952,7 @@
8952
8952
  _super.prototype.set_e3.call(this, a);
8953
8953
  };
8954
8954
  GeographicHighDensityScatterSeries.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
8955
- GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.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]]);
8955
+ GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.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]]);
8956
8956
  return GeographicHighDensityScatterSeries;
8957
8957
  }(GeographicMapSeriesHost));
8958
8958
 
@@ -9032,10 +9032,10 @@
9032
9032
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9033
9033
  */
9034
9034
  get: function () {
9035
- return this.i.qs;
9035
+ return this.i.qt;
9036
9036
  },
9037
9037
  set: function (v) {
9038
- this.i.qs = v;
9038
+ this.i.qt = v;
9039
9039
  },
9040
9040
  enumerable: true,
9041
9041
  configurable: true
@@ -9045,10 +9045,10 @@
9045
9045
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9046
9046
  */
9047
9047
  get: function () {
9048
- return this.i.qu;
9048
+ return this.i.qv;
9049
9049
  },
9050
9050
  set: function (v) {
9051
- this.i.qu = v;
9051
+ this.i.qv = v;
9052
9052
  },
9053
9053
  enumerable: true,
9054
9054
  configurable: true
@@ -9058,11 +9058,11 @@
9058
9058
  * Gets or sets the whether to use use brute force mode.
9059
9059
  */
9060
9060
  get: function () {
9061
- return this.i.qh;
9061
+ return this.i.qi;
9062
9062
  },
9063
9063
  set: function (v) {
9064
- this.i.qh = igniteuiWebcomponentsCore.ensureBool(v);
9065
- this._a("useBruteForce", this.i.qh);
9064
+ this.i.qi = igniteuiWebcomponentsCore.ensureBool(v);
9065
+ this._a("useBruteForce", this.i.qi);
9066
9066
  },
9067
9067
  enumerable: true,
9068
9068
  configurable: true
@@ -9072,11 +9072,11 @@
9072
9072
  * Gets or sets the whether to progressively load the data into the chart.
9073
9073
  */
9074
9074
  get: function () {
9075
- return this.i.qg;
9075
+ return this.i.qh;
9076
9076
  },
9077
9077
  set: function (v) {
9078
- this.i.qg = igniteuiWebcomponentsCore.ensureBool(v);
9079
- this._a("progressiveLoad", this.i.qg);
9078
+ this.i.qh = igniteuiWebcomponentsCore.ensureBool(v);
9079
+ this._a("progressiveLoad", this.i.qh);
9080
9080
  },
9081
9081
  enumerable: true,
9082
9082
  configurable: true
@@ -9086,11 +9086,11 @@
9086
9086
  * Gets or sets the whether the chart reacts to mouse move events.
9087
9087
  */
9088
9088
  get: function () {
9089
- return this.i.qf;
9089
+ return this.i.qg;
9090
9090
  },
9091
9091
  set: function (v) {
9092
- this.i.qf = igniteuiWebcomponentsCore.ensureBool(v);
9093
- this._a("mouseOverEnabled", this.i.qf);
9092
+ this.i.qg = igniteuiWebcomponentsCore.ensureBool(v);
9093
+ this._a("mouseOverEnabled", this.i.qg);
9094
9094
  },
9095
9095
  enumerable: true,
9096
9096
  configurable: true
@@ -9100,11 +9100,11 @@
9100
9100
  * Gets or sets the density value that maps to the minimum heat color.
9101
9101
  */
9102
9102
  get: function () {
9103
- return this.i.qj;
9103
+ return this.i.qk;
9104
9104
  },
9105
9105
  set: function (v) {
9106
- this.i.qj = +v;
9107
- this._a("heatMinimum", this.i.qj);
9106
+ this.i.qk = +v;
9107
+ this._a("heatMinimum", this.i.qk);
9108
9108
  },
9109
9109
  enumerable: true,
9110
9110
  configurable: true
@@ -9114,11 +9114,11 @@
9114
9114
  * Gets or sets the value that maps to the maximum heat color.
9115
9115
  */
9116
9116
  get: function () {
9117
- return this.i.qi;
9117
+ return this.i.qj;
9118
9118
  },
9119
9119
  set: function (v) {
9120
- this.i.qi = +v;
9121
- this._a("heatMaximum", this.i.qi);
9120
+ this.i.qj = +v;
9121
+ this._a("heatMaximum", this.i.qj);
9122
9122
  },
9123
9123
  enumerable: true,
9124
9124
  configurable: true
@@ -9128,11 +9128,11 @@
9128
9128
  * Gets or sets the color to use for the minimum end of the scale.
9129
9129
  */
9130
9130
  get: function () {
9131
- return igniteuiWebcomponentsCore.colorToString(this.i.rd);
9131
+ return igniteuiWebcomponentsCore.colorToString(this.i.re);
9132
9132
  },
9133
9133
  set: function (v) {
9134
- this.i.rd = igniteuiWebcomponentsCore.stringToColor(v);
9135
- this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.rd));
9134
+ this.i.re = igniteuiWebcomponentsCore.stringToColor(v);
9135
+ this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.re));
9136
9136
  },
9137
9137
  enumerable: true,
9138
9138
  configurable: true
@@ -9142,11 +9142,11 @@
9142
9142
  * Gets or sets the color to use for the maximum end of the scale.
9143
9143
  */
9144
9144
  get: function () {
9145
- return igniteuiWebcomponentsCore.colorToString(this.i.rc);
9145
+ return igniteuiWebcomponentsCore.colorToString(this.i.rd);
9146
9146
  },
9147
9147
  set: function (v) {
9148
- this.i.rc = igniteuiWebcomponentsCore.stringToColor(v);
9149
- this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.rc));
9148
+ this.i.rd = igniteuiWebcomponentsCore.stringToColor(v);
9149
+ this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.rd));
9150
9150
  },
9151
9151
  enumerable: true,
9152
9152
  configurable: true
@@ -9156,11 +9156,11 @@
9156
9156
  * Gets or sets the the pixel extent of the square data points that are rendered.
9157
9157
  */
9158
9158
  get: function () {
9159
- return this.i.qm;
9159
+ return this.i.qn;
9160
9160
  },
9161
9161
  set: function (v) {
9162
- this.i.qm = +v;
9163
- this._a("pointExtent", this.i.qm);
9162
+ this.i.qn = +v;
9163
+ this._a("pointExtent", this.i.qn);
9164
9164
  },
9165
9165
  enumerable: true,
9166
9166
  configurable: true
@@ -9170,11 +9170,11 @@
9170
9170
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9171
9171
  */
9172
9172
  get: function () {
9173
- return this.i.qn;
9173
+ return this.i.qo;
9174
9174
  },
9175
9175
  set: function (v) {
9176
- this.i.qn = +v;
9177
- this._a("progressiveStatus", this.i.qn);
9176
+ this.i.qo = +v;
9177
+ this._a("progressiveStatus", this.i.qo);
9178
9178
  },
9179
9179
  enumerable: true,
9180
9180
  configurable: true
@@ -9272,19 +9272,19 @@
9272
9272
  };
9273
9273
  GeographicContourLineSeriesView.prototype.b2 = function () {
9274
9274
  _super.prototype.b2.call(this);
9275
- if (this.cm.p5 != null) {
9276
- this.cm.qx.r0 = this.cm.q0;
9277
- this.cm.qx.sa = this.cm.q4;
9275
+ if (this.cm.p6 != null) {
9276
+ this.cm.qy.r1 = this.cm.q1;
9277
+ this.cm.qy.sb = this.cm.q5;
9278
9278
  }
9279
9279
  };
9280
9280
  GeographicContourLineSeriesView.prototype.cn = function () {
9281
- if (this.cm.qx != null) {
9282
- this.cm.qx.r0 = this.cm.q0;
9281
+ if (this.cm.qy != null) {
9282
+ this.cm.qy.r1 = this.cm.q1;
9283
9283
  }
9284
9284
  };
9285
9285
  GeographicContourLineSeriesView.prototype.co = function () {
9286
- if (this.cm.qx != null) {
9287
- this.cm.qx.sa = this.cm.q4;
9286
+ if (this.cm.qy != null) {
9287
+ this.cm.qy.sb = this.cm.q5;
9288
9288
  }
9289
9289
  };
9290
9290
  GeographicContourLineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9304,66 +9304,66 @@
9304
9304
  GeographicContourLineSeries.prototype.get_d0 = function () {
9305
9305
  return true;
9306
9306
  };
9307
- GeographicContourLineSeries.prototype.qa = function () {
9308
- _super.prototype.qa.call(this);
9307
+ GeographicContourLineSeries.prototype.qb = function () {
9308
+ _super.prototype.qb.call(this);
9309
9309
  };
9310
- GeographicContourLineSeries.prototype.p4 = function () {
9311
- this.qx = new igniteuiWebcomponentsCharts.ScatterContourSeries();
9312
- var a = this.qx;
9313
- a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.q7));
9314
- var b = this.qx;
9315
- b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.q8));
9316
- return this.qx;
9310
+ GeographicContourLineSeries.prototype.p5 = function () {
9311
+ this.qy = new igniteuiWebcomponentsCharts.ScatterContourSeries();
9312
+ var a = this.qy;
9313
+ a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.q8));
9314
+ var b = this.qy;
9315
+ b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.q9));
9316
+ return this.qy;
9317
9317
  };
9318
- GeographicContourLineSeries.prototype.q7 = function (a, b) {
9318
+ GeographicContourLineSeries.prototype.q8 = function (a, b) {
9319
9319
  if (this.triangulationStatusChanged != null) {
9320
9320
  this.triangulationStatusChanged(this, b);
9321
9321
  }
9322
9322
  };
9323
- GeographicContourLineSeries.prototype.q8 = function (a, b) {
9324
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.p5);
9323
+ GeographicContourLineSeries.prototype.q9 = function (a, b) {
9324
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.p6);
9325
9325
  if (c == null) {
9326
9326
  return;
9327
9327
  }
9328
9328
  if (b.propertyName == "ActualFillScale") {
9329
- this.qz = c.rz;
9329
+ this.q0 = c.r0;
9330
9330
  }
9331
9331
  };
9332
- GeographicContourLineSeries.prototype.mv = function () {
9333
- _super.prototype.mv.call(this);
9332
+ GeographicContourLineSeries.prototype.mw = function () {
9333
+ _super.prototype.mw.call(this);
9334
9334
  };
9335
9335
  GeographicContourLineSeries.prototype.bx = function () {
9336
9336
  return new GeographicContourLineSeriesView(this);
9337
9337
  };
9338
- GeographicContourLineSeries.prototype.ly = function (a) {
9339
- _super.prototype.ly.call(this, a);
9340
- this.q1 = a;
9338
+ GeographicContourLineSeries.prototype.lz = function (a) {
9339
+ _super.prototype.lz.call(this, a);
9340
+ this.q2 = a;
9341
9341
  };
9342
- GeographicContourLineSeries.prototype.l3 = function (a, b, c, d) {
9343
- _super.prototype.l3.call(this, a, b, c, d);
9342
+ GeographicContourLineSeries.prototype.l4 = function (a, b, c, d) {
9343
+ _super.prototype.l4.call(this, a, b, c, d);
9344
9344
  switch (b) {
9345
9345
  case GeographicContourLineSeries.$$p[1]:
9346
- this.q1.cn();
9346
+ this.q2.cn();
9347
9347
  break;
9348
9348
  case GeographicContourLineSeries.$$p[2]:
9349
- this.q1.co();
9349
+ this.q2.co();
9350
9350
  break;
9351
9351
  case GeographicContourLineSeries.$$p[3]:
9352
- this.qx.rx = this.qw;
9352
+ this.qy.ry = this.qx;
9353
9353
  break;
9354
9354
  case "DashArray":
9355
- this.qx.pb = this.pb;
9355
+ this.qy.pc = this.pc;
9356
9356
  break;
9357
9357
  case "DashCap":
9358
- this.qx.pc = this.pc;
9358
+ this.qy.pd = this.pd;
9359
9359
  break;
9360
9360
  case "MiterLimit":
9361
- this.qx.gr = this.gr;
9361
+ this.qy.gr = this.gr;
9362
9362
  break;
9363
9363
  }
9364
9364
  };
9365
9365
  GeographicContourLineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9366
- GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qz:q9', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:q0:ra', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:q4:rb', [2, "value"], 'ValueResolver:qw:rc', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
9366
+ GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:q1:rb', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
9367
9367
  return GeographicContourLineSeries;
9368
9368
  }(GeographicXYTriangulatingSeries));
9369
9369
 
@@ -9442,10 +9442,10 @@
9442
9442
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9443
9443
  */
9444
9444
  get: function () {
9445
- return this.i.q4;
9445
+ return this.i.q5;
9446
9446
  },
9447
9447
  set: function (v) {
9448
- this.i.q4 = v;
9448
+ this.i.q5 = v;
9449
9449
  },
9450
9450
  enumerable: true,
9451
9451
  configurable: true
@@ -9455,22 +9455,22 @@
9455
9455
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9456
9456
  */
9457
9457
  get: function () {
9458
- if (this.i.q0 == null) {
9458
+ if (this.i.q1 == null) {
9459
9459
  return null;
9460
9460
  }
9461
- if (!this.i.q0.externalObject) {
9462
- var e = igniteuiWebcomponentsCharts.IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
9461
+ if (!this.i.q1.externalObject) {
9462
+ var e = igniteuiWebcomponentsCharts.IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
9463
9463
  if (e) {
9464
- e._implementation = this.i.q0;
9464
+ e._implementation = this.i.q1;
9465
9465
  }
9466
- this.i.q0.externalObject = e;
9466
+ this.i.q1.externalObject = e;
9467
9467
  }
9468
- return this.i.q0.externalObject;
9468
+ return this.i.q1.externalObject;
9469
9469
  },
9470
9470
  set: function (v) {
9471
9471
  if (v != null && this._stylingContainer && v._styling)
9472
9472
  v._styling(this._stylingContainer, this, this);
9473
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
9473
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
9474
9474
  },
9475
9475
  enumerable: true,
9476
9476
  configurable: true
@@ -9480,22 +9480,22 @@
9480
9480
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9481
9481
  */
9482
9482
  get: function () {
9483
- if (this.i.qz == null) {
9483
+ if (this.i.q0 == null) {
9484
9484
  return null;
9485
9485
  }
9486
- if (!this.i.qz.externalObject) {
9487
- var e = igniteuiWebcomponentsCharts.IgcValueBrushScaleComponent._createFromInternal(this.i.qz);
9486
+ if (!this.i.q0.externalObject) {
9487
+ var e = igniteuiWebcomponentsCharts.IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
9488
9488
  if (e) {
9489
- e._implementation = this.i.qz;
9489
+ e._implementation = this.i.q0;
9490
9490
  }
9491
- this.i.qz.externalObject = e;
9491
+ this.i.q0.externalObject = e;
9492
9492
  }
9493
- return this.i.qz.externalObject;
9493
+ return this.i.q0.externalObject;
9494
9494
  },
9495
9495
  set: function (v) {
9496
9496
  if (v != null && this._stylingContainer && v._styling)
9497
9497
  v._styling(this._stylingContainer, this, this);
9498
- v == null ? this.i.qz = null : this.i.qz = v.i;
9498
+ v == null ? this.i.q0 = null : this.i.q0 = v.i;
9499
9499
  },
9500
9500
  enumerable: true,
9501
9501
  configurable: true
@@ -9505,22 +9505,22 @@
9505
9505
  * The ContourValueResolver used to determine the numeric values of contours.
9506
9506
  */
9507
9507
  get: function () {
9508
- if (this.i.qw == null) {
9508
+ if (this.i.qx == null) {
9509
9509
  return null;
9510
9510
  }
9511
- if (!this.i.qw.externalObject) {
9512
- var e = igniteuiWebcomponentsCharts.IgcContourValueResolverComponent._createFromInternal(this.i.qw);
9511
+ if (!this.i.qx.externalObject) {
9512
+ var e = igniteuiWebcomponentsCharts.IgcContourValueResolverComponent._createFromInternal(this.i.qx);
9513
9513
  if (e) {
9514
- e._implementation = this.i.qw;
9514
+ e._implementation = this.i.qx;
9515
9515
  }
9516
- this.i.qw.externalObject = e;
9516
+ this.i.qx.externalObject = e;
9517
9517
  }
9518
- return this.i.qw.externalObject;
9518
+ return this.i.qx.externalObject;
9519
9519
  },
9520
9520
  set: function (v) {
9521
9521
  if (v != null && this._stylingContainer && v._styling)
9522
9522
  v._styling(this._stylingContainer, this, this);
9523
- v == null ? this.i.qw = null : this.i.qw = v.i;
9523
+ v == null ? this.i.qx = null : this.i.qx = v.i;
9524
9524
  },
9525
9525
  enumerable: true,
9526
9526
  configurable: true