igniteui-angular-maps 20.2.0-beta.0 → 20.2.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +975 -975
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
  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 +58 -58
  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/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +81 -81
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +2 -2
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
  33. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  39. package/esm5/lib/GeographicTileSeries.js +25 -25
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +79 -79
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +2 -2
  57. package/fesm2015/igniteui-angular-maps.js +983 -983
  58. package/fesm5/igniteui-angular-maps.js +975 -975
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  62. package/lib/GeographicMarkerSeries.d.ts +13 -13
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicTileSeries.d.ts +8 -8
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +19 -19
  75. package/lib/XamGeographicMap_combined.d.ts +22 -22
  76. package/package.json +2 -2
@@ -192,8 +192,8 @@
192
192
  }
193
193
  };
194
194
  SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
195
- d = this.ak(a.q5);
196
- e = this.ak(a.q4);
195
+ d = this.ak(a.q9);
196
+ e = this.ak(a.q8);
197
197
  return {
198
198
  p3: d,
199
199
  p4: e
@@ -368,8 +368,8 @@
368
368
  }
369
369
  };
370
370
  SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
371
- d = a.q5;
372
- e = a.q4;
371
+ d = a.q9;
372
+ e = a.q8;
373
373
  return {
374
374
  p3: d,
375
375
  p4: e
@@ -449,14 +449,14 @@
449
449
  tslib.__extends(GeographicMapSeriesHost, _super);
450
450
  function GeographicMapSeriesHost() {
451
451
  var _this = _super.call(this) || this;
452
- _this.xi = null;
453
- _this.xk = _this.xj();
452
+ _this.xj = null;
453
+ _this.xl = _this.xk();
454
454
  return _this;
455
455
  }
456
- GeographicMapSeriesHost.prototype.qu = function () {
457
- _super.prototype.qu.call(this);
458
- if (this.xk != null) {
459
- this.xk.qu();
456
+ GeographicMapSeriesHost.prototype.qv = function () {
457
+ _super.prototype.qv.call(this);
458
+ if (this.xl != null) {
459
+ this.xl.qv();
460
460
  }
461
461
  };
462
462
  GeographicMapSeriesHost.prototype.get_ff = function () {
@@ -470,7 +470,7 @@
470
470
  if (c == "LongitudeMemberPath") {
471
471
  c = "XMemberPath";
472
472
  }
473
- return this.xk.kz(a, c);
473
+ return this.xl.kz(a, c);
474
474
  };
475
475
  GeographicMapSeriesHost.prototype.mo = function (a) {
476
476
  var b = this.no(a);
@@ -480,319 +480,319 @@
480
480
  if (b == "LongitudeMemberPath") {
481
481
  b = "XMemberPath";
482
482
  }
483
- return this.xk.mo(b);
483
+ return this.xl.mo(b);
484
484
  };
485
485
  GeographicMapSeriesHost.prototype.get_kr = function () {
486
- return this.k9(this.xk);
486
+ return this.k9(this.xl);
487
487
  };
488
488
  GeographicMapSeriesHost.prototype.set_kr = function (a) {
489
- this.pb(this.xk, a);
489
+ this.pc(this.xl, a);
490
490
  };
491
491
  GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
492
- return this.xk.ed(a, b, c, d, e);
492
+ return this.xl.ed(a, b, c, d, e);
493
493
  };
494
494
  GeographicMapSeriesHost.prototype.ai = function () {
495
- return this.xk.ai();
495
+ return this.xl.ai();
496
496
  };
497
497
  GeographicMapSeriesHost.prototype.bp = function () {
498
- return this.xk;
498
+ return this.xl;
499
499
  };
500
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xk", {
500
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xl", {
501
501
  get: function () {
502
- return this.xi;
502
+ return this.xj;
503
503
  },
504
504
  set: function (a) {
505
- var b = this.xi;
506
- var c = this.xk != a;
505
+ var b = this.xj;
506
+ var c = this.xl != a;
507
507
  if (c) {
508
- this.xi = a;
509
- this.xp(b, this.xi);
508
+ this.xj = a;
509
+ this.xq(b, this.xj);
510
510
  }
511
511
  },
512
512
  enumerable: false,
513
513
  configurable: true
514
514
  });
515
515
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
516
- return this.xk.hasMarkers;
516
+ return this.xl.hasMarkers;
517
517
  };
518
- GeographicMapSeriesHost.prototype.xp = function (a, b) {
519
- if (this.xi != null) {
520
- var hostedSeries_ = this.xi;
518
+ GeographicMapSeriesHost.prototype.xq = function (a, b) {
519
+ if (this.xj != null) {
520
+ var hostedSeries_ = this.xj;
521
521
  hostedSeries_.externalObject = igniteuiAngularCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiAngularCore.PlatformConstants.Prefix, igniteuiAngularCore.PlatformConstants.Postfix);
522
522
  hostedSeries_.externalObject._implementation = hostedSeries_;
523
523
  }
524
- this.pr(this.xk);
525
- this.xl.ci();
524
+ this.ps(this.xl);
525
+ this.xm.ci();
526
526
  if (a != null) {
527
527
  var c = (a);
528
- this.si(c, null);
528
+ this.sj(c, null);
529
529
  }
530
530
  if (b != null) {
531
531
  var d = (b);
532
- this.si(d, this);
532
+ this.sj(d, this);
533
533
  }
534
534
  };
535
535
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
536
- return this.dj(this.xk, a, b, c);
536
+ return this.dj(this.xl, a, b, c);
537
537
  };
538
538
  GeographicMapSeriesHost.prototype.di = function (a, b, c) {
539
- return this.dk(this.xk, a, b, c);
539
+ return this.dk(this.xl, a, b, c);
540
540
  };
541
541
  GeographicMapSeriesHost.prototype.kw = function (a) {
542
- return this.k5(this.xk, a);
542
+ return this.k5(this.xl, a);
543
543
  };
544
544
  GeographicMapSeriesHost.prototype.kj = function (a, b) {
545
- return this.xk.kj(a, b);
545
+ return this.xl.kj(a, b);
546
546
  };
547
547
  GeographicMapSeriesHost.prototype.kh = function (a, b) {
548
- return this.xk.kh(a, b);
548
+ return this.xl.kh(a, b);
549
549
  };
550
550
  GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
551
- return this.xk.jd(a, b, c);
551
+ return this.xl.jd(a, b, c);
552
552
  };
553
- GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
554
- return this.xk.wv(a, b, c);
553
+ GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
554
+ return this.xl.ww(a, b, c);
555
555
  };
556
- GeographicMapSeriesHost.prototype.w7 = function (a) {
557
- return this.xk.w7(a);
556
+ GeographicMapSeriesHost.prototype.w8 = function (a) {
557
+ return this.xl.w8(a);
558
558
  };
559
559
  GeographicMapSeriesHost.prototype.ao = function (a) {
560
- return this.xk.ao(a);
560
+ return this.xl.ao(a);
561
561
  };
562
- GeographicMapSeriesHost.prototype.w8 = function (a) {
563
- return this.xk.w8(a);
562
+ GeographicMapSeriesHost.prototype.w9 = function (a) {
563
+ return this.xl.w9(a);
564
564
  };
565
565
  GeographicMapSeriesHost.prototype.ap = function (a) {
566
- return this.xk.ap(a);
567
- };
568
- GeographicMapSeriesHost.prototype.w9 = function (a) {
569
- return this.xk.w9(a);
566
+ return this.xl.ap(a);
570
567
  };
571
568
  GeographicMapSeriesHost.prototype.xa = function (a) {
572
- return this.xk.xa(a);
569
+ return this.xl.xa(a);
570
+ };
571
+ GeographicMapSeriesHost.prototype.xb = function (a) {
572
+ return this.xl.xb(a);
573
573
  };
574
574
  GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
575
- return this.xk.i9(a, b, c);
575
+ return this.xl.i9(a, b, c);
576
576
  };
577
- GeographicMapSeriesHost.prototype.wr = function (a, b, c) {
578
- return this.xk.wr(a, b, c);
577
+ GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
578
+ return this.xl.ws(a, b, c);
579
579
  };
580
580
  GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
581
581
  return this.jd(a, b, c);
582
582
  };
583
- GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
584
- return this.xk.wt(a, b, c);
583
+ GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
584
+ return this.xl.wu(a, b, c);
585
585
  };
586
- GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
587
- return this.xk.ww(a, b, c);
586
+ GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
587
+ return this.xl.wx(a, b, c);
588
588
  };
589
589
  GeographicMapSeriesHost.prototype.je = function (a, b, c) {
590
- return this.xk.je(a, b, c);
590
+ return this.xl.je(a, b, c);
591
591
  };
592
- GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
593
- return this.xk.ws(a, b, c);
592
+ GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
593
+ return this.xl.wt(a, b, c);
594
594
  };
595
595
  GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
596
- return this.xk.ja(a, b, c);
596
+ return this.xl.ja(a, b, c);
597
597
  };
598
- GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
599
- return this.xk.wu(a, b, c);
598
+ GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
599
+ return this.xl.wv(a, b, c);
600
600
  };
601
601
  GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
602
- return this.xk.jc(a, b, c);
602
+ return this.xl.jc(a, b, c);
603
603
  };
604
604
  GeographicMapSeriesHost.prototype.kd = function (a) {
605
- return this.xk.kd(a);
605
+ return this.xl.kd(a);
606
606
  };
607
607
  GeographicMapSeriesHost.prototype.i3 = function () {
608
- return this.xk.i3();
608
+ return this.xl.i3();
609
609
  };
610
610
  GeographicMapSeriesHost.prototype.iz = function (a) {
611
- return this.xk.iz(a);
611
+ return this.xl.iz(a);
612
612
  };
613
613
  GeographicMapSeriesHost.prototype.kx = function (a) {
614
- return this.xk.kx(a);
614
+ return this.xl.kx(a);
615
615
  };
616
616
  GeographicMapSeriesHost.prototype.ct = function () {
617
617
  return new HostSeriesView(this);
618
618
  };
619
- GeographicMapSeriesHost.prototype.rg = function (a) {
620
- _super.prototype.rg.call(this, a);
621
- this.xl = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
619
+ GeographicMapSeriesHost.prototype.rh = function (a) {
620
+ _super.prototype.rh.call(this, a);
621
+ this.xm = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
622
622
  };
623
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xm", {
623
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xn", {
624
624
  get: function () {
625
- return this.c(GeographicMapSeriesHost.xr);
625
+ return this.c(GeographicMapSeriesHost.xs);
626
626
  },
627
627
  set: function (a) {
628
- this.h(GeographicMapSeriesHost.xr, a);
628
+ this.h(GeographicMapSeriesHost.xs, a);
629
629
  },
630
630
  enumerable: false,
631
631
  configurable: true
632
632
  });
633
- GeographicMapSeriesHost.prototype.rp = function (a, b, c, d) {
634
- _super.prototype.rp.call(this, a, b, c, d);
633
+ GeographicMapSeriesHost.prototype.rq = function (a, b, c, d) {
634
+ _super.prototype.rq.call(this, a, b, c, d);
635
635
  switch (b) {
636
636
  case "SeriesViewer":
637
- this.xk.dc = this.dc;
637
+ this.xl.dc = this.dc;
638
638
  if (c != null) {
639
- c.s9(this.xk);
639
+ c.s9(this.xl);
640
640
  }
641
641
  if (d != null) {
642
- this.dc.on(this.xk);
642
+ this.dc.on(this.xl);
643
643
  }
644
- this.xk.rs(this.xc);
645
- this.xk.index = this.index;
646
- this.qd(this.xk);
647
- this.kp = this.xk.kp;
644
+ this.xl.rt(this.xd);
645
+ this.xl.index = this.index;
646
+ this.qe(this.xl);
647
+ this.kp = this.xl.kp;
648
648
  var e = igniteuiAngularCore.typeCast(igniteuiAngularCharts.SeriesViewer.$, c);
649
649
  if (e != null) {
650
- e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.xq));
650
+ e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.xr));
651
651
  }
652
652
  if (this.dc != null) {
653
653
  var f = this.dc;
654
- f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.xq));
654
+ f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.xr));
655
655
  }
656
- this.xo();
656
+ this.xp();
657
657
  break;
658
658
  case "SyncLink":
659
- this.xk.c4 = this.c4;
659
+ this.xl.c4 = this.c4;
660
660
  break;
661
661
  case "VisibleFromScale":
662
- this.xo();
662
+ this.xp();
663
663
  break;
664
664
  case "Index":
665
- this.xk.index = this.index;
665
+ this.xl.index = this.index;
666
666
  break;
667
667
  case "ItemsSource":
668
- this.xl.cj();
668
+ this.xm.cj();
669
669
  break;
670
670
  case "Resolution":
671
- this.xl.cq();
671
+ this.xm.cq();
672
672
  break;
673
673
  case "TransitionDuration":
674
- this.xl.ct();
674
+ this.xm.ct();
675
675
  break;
676
676
  case "Opacity":
677
- this.xl.cn();
677
+ this.xm.cn();
678
678
  break;
679
679
  case "Visibility":
680
- var hs_ = this.xk;
680
+ var hs_ = this.xl;
681
681
  var v_ = this._visibility;
682
682
  hs_.visibility = v_;
683
683
  break;
684
684
  case "MouseOverEnabled":
685
- this.xk.ge = this.ge;
685
+ this.xl.ge = this.ge;
686
686
  break;
687
687
  case "ExpectFunctions":
688
- this.xk.expectFunctions = this.expectFunctions;
688
+ this.xl.expectFunctions = this.expectFunctions;
689
689
  break;
690
690
  case "Thickness":
691
- this.xl.cs();
691
+ this.xm.cs();
692
692
  break;
693
693
  case "Brush":
694
- this.xl.ch();
694
+ this.xm.ch();
695
695
  break;
696
696
  case "Outline":
697
- this.xl.cp();
697
+ this.xm.cp();
698
698
  break;
699
699
  case "ActualBrush":
700
- this.xl.ce();
700
+ this.xm.ce();
701
701
  break;
702
702
  case "ActualOutline":
703
- this.xl.cf();
703
+ this.xm.cf();
704
704
  break;
705
705
  case "MarkerFillOpacity":
706
706
  if (!igniteuiAngularCore.isNaN_(this.jo)) {
707
- this.xl.cm();
707
+ this.xm.cm();
708
708
  }
709
709
  break;
710
710
  case "AreaFillOpacity":
711
711
  if (!igniteuiAngularCore.isNaN_(this.ir)) {
712
- this.xl.cg();
712
+ this.xm.cg();
713
713
  }
714
714
  break;
715
715
  case "OutlineMode":
716
- this.xl.co();
716
+ this.xm.co();
717
717
  break;
718
718
  case "ShowDefaultTooltip":
719
- this.xl.cr();
719
+ this.xm.cr();
720
720
  break;
721
721
  case "Title":
722
- this.xk.title = this.title;
722
+ this.xl.title = this.title;
723
723
  break;
724
724
  case "LegendItemBadgeMode":
725
- this.xl.ck();
725
+ this.xm.ck();
726
726
  break;
727
727
  case "LegendItemBadgeShape":
728
- this.xl.cl();
728
+ this.xm.cl();
729
729
  break;
730
730
  case "Legend":
731
- this.xk.legend = this.legend;
731
+ this.xl.legend = this.legend;
732
732
  this.cw.a5();
733
733
  break;
734
734
  }
735
735
  };
736
- GeographicMapSeriesHost.prototype.xo = function () {
737
- if (this.dc == null || this.xk == null) {
736
+ GeographicMapSeriesHost.prototype.xp = function () {
737
+ if (this.dc == null || this.xl == null) {
738
738
  return;
739
739
  }
740
- if (!igniteuiAngularCore.isNaN_(this.xm)) {
741
- if (this.dc.yr.width > this.xm) {
742
- var hs_ = this.xk;
740
+ if (!igniteuiAngularCore.isNaN_(this.xn)) {
741
+ if (this.dc.yr.width > this.xn) {
742
+ var hs_ = this.xl;
743
743
  var v_ = 1;
744
744
  hs_.visibility = v_;
745
745
  }
746
746
  else {
747
- var hs2_ = this.xk;
747
+ var hs2_ = this.xl;
748
748
  var v2_ = 0;
749
749
  hs2_.visibility = v2_;
750
750
  }
751
751
  }
752
752
  };
753
- GeographicMapSeriesHost.prototype.xq = function (a, b) {
754
- this.xo();
753
+ GeographicMapSeriesHost.prototype.xr = function (a, b) {
754
+ this.xp();
755
755
  };
756
- GeographicMapSeriesHost.prototype.r7 = function (a) {
757
- _super.prototype.r7.call(this, a);
758
- if (this.xk != null) {
759
- this.xk.r7(a);
756
+ GeographicMapSeriesHost.prototype.r8 = function (a) {
757
+ _super.prototype.r8.call(this, a);
758
+ if (this.xl != null) {
759
+ this.xl.r8(a);
760
760
  }
761
761
  };
762
- GeographicMapSeriesHost.prototype.rk = function (a) {
763
- _super.prototype.rk.call(this, a);
764
- if (this.xk != null) {
765
- this.xk.q1();
762
+ GeographicMapSeriesHost.prototype.rl = function (a) {
763
+ _super.prototype.rl.call(this, a);
764
+ if (this.xl != null) {
765
+ this.xl.q2();
766
766
  }
767
767
  };
768
- GeographicMapSeriesHost.prototype.r6 = function (a, b, c, d, e) {
769
- if (this.xk != null) {
770
- this.xk.r6(a, b, c, d, e);
768
+ GeographicMapSeriesHost.prototype.r7 = function (a, b, c, d, e) {
769
+ if (this.xl != null) {
770
+ this.xl.r7(a, b, c, d, e);
771
771
  }
772
772
  };
773
773
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
774
- return this.xk.a2(a, b);
774
+ return this.xl.a2(a, b);
775
775
  };
776
- GeographicMapSeriesHost.prototype.st = function () {
777
- _super.prototype.st.call(this);
778
- this.xk.st();
776
+ GeographicMapSeriesHost.prototype.su = function () {
777
+ _super.prototype.su.call(this);
778
+ this.xl.su();
779
779
  };
780
780
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
781
781
  return this._coercionMethods;
782
782
  };
783
783
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
784
784
  this._coercionMethods = a;
785
- this.xk.coercionMethods = a;
785
+ this.xl.coercionMethods = a;
786
786
  };
787
- GeographicMapSeriesHost.prototype.qc = function (a) {
788
- _super.prototype.qc.call(this, a);
789
- if (this.xk != null) {
790
- var b = this.xk.kv();
791
- this.pk(a, b);
787
+ GeographicMapSeriesHost.prototype.qd = function (a) {
788
+ _super.prototype.qd.call(this, a);
789
+ if (this.xl != null) {
790
+ var b = this.xl.kv();
791
+ this.pl(a, b);
792
792
  }
793
793
  };
794
794
  GeographicMapSeriesHost.$t = igniteuiAngularCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiAngularCharts.Series.$);
795
- GeographicMapSeriesHost.xr = igniteuiAngularCore.DependencyProperty.i("VisibleFromScale", igniteuiAngularCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiAngularCore.PropertyMetadata(2, 1, function (a, b) {
795
+ GeographicMapSeriesHost.xs = igniteuiAngularCore.DependencyProperty.i("VisibleFromScale", igniteuiAngularCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiAngularCore.PropertyMetadata(2, 1, function (a, b) {
796
796
  var c = a;
797
797
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
798
798
  }));
@@ -814,66 +814,66 @@
814
814
  };
815
815
  HostSeriesView.prototype.ci = function () {
816
816
  this.cd.legendItemVisibility = 1;
817
- this.cd.xk.legendItemVisibility = 0;
818
- this.cd.xk.itemsSource = this.cd.itemsSource;
819
- this.cd.xk.index = this.cd.index;
820
- this.cd.xk.vy = this.cd.vy;
821
- this.cd.xk.we = this.cd.vy;
822
- this.cd.xk.cj = this.cd.cj;
823
- this.cd.xk.jr = this.cd.jr;
824
- this.cd.xk.km = this.cd.km;
825
- this.cd.xk._opacity = this.cd._opacity;
826
- this.cd.xk.jy = this.cd.jy;
827
- this.cd.xk.ir = this.cd.ir;
828
- this.cd.xk.jo = this.cd.jo;
829
- this.cd.xk.gv = this.cd.gv;
830
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
831
- this.cd.xk.be = this.cd.be;
817
+ this.cd.xl.legendItemVisibility = 0;
818
+ this.cd.xl.itemsSource = this.cd.itemsSource;
819
+ this.cd.xl.index = this.cd.index;
820
+ this.cd.xl.vz = this.cd.vz;
821
+ this.cd.xl.wf = this.cd.vz;
822
+ this.cd.xl.cj = this.cd.cj;
823
+ this.cd.xl.jr = this.cd.jr;
824
+ this.cd.xl.km = this.cd.km;
825
+ this.cd.xl._opacity = this.cd._opacity;
826
+ this.cd.xl.jy = this.cd.jy;
827
+ this.cd.xl.ir = this.cd.ir;
828
+ this.cd.xl.jo = this.cd.jo;
829
+ this.cd.xl.gv = this.cd.gv;
830
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
831
+ this.cd.xl.be = this.cd.be;
832
832
  };
833
833
  HostSeriesView.prototype.cj = function () {
834
- this.cd.xk.itemsSource = this.cd.itemsSource;
834
+ this.cd.xl.itemsSource = this.cd.itemsSource;
835
835
  };
836
836
  HostSeriesView.prototype.cq = function () {
837
- this.cd.xk.jr = this.cd.jr;
837
+ this.cd.xl.jr = this.cd.jr;
838
838
  };
839
839
  HostSeriesView.prototype.ct = function () {
840
- this.cd.xk.km = this.cd.km;
840
+ this.cd.xl.km = this.cd.km;
841
841
  };
842
842
  HostSeriesView.prototype.cn = function () {
843
- this.cd.xk._opacity = this.cd._opacity;
843
+ this.cd.xl._opacity = this.cd._opacity;
844
844
  };
845
845
  HostSeriesView.prototype.cs = function () {
846
- this.cd.xk.jy = this.cd.jy;
846
+ this.cd.xl.jy = this.cd.jy;
847
847
  };
848
848
  HostSeriesView.prototype.ch = function () {
849
- this.cd.xk.vy = this.cd.vy;
849
+ this.cd.xl.vz = this.cd.vz;
850
850
  };
851
851
  HostSeriesView.prototype.cp = function () {
852
- this.cd.xk.we = this.cd.we;
852
+ this.cd.xl.wf = this.cd.wf;
853
853
  };
854
854
  HostSeriesView.prototype.ce = function () {
855
- this.cd.xk.vy = this.cd.vs;
855
+ this.cd.xl.vz = this.cd.vt;
856
856
  };
857
857
  HostSeriesView.prototype.cf = function () {
858
- this.cd.xk.we = this.cd.vw;
858
+ this.cd.xl.wf = this.cd.vx;
859
859
  };
860
860
  HostSeriesView.prototype.ck = function () {
861
- this.cd.xk.be = this.cd.be;
861
+ this.cd.xl.be = this.cd.be;
862
862
  };
863
863
  HostSeriesView.prototype.cl = function () {
864
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
864
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
865
865
  };
866
866
  HostSeriesView.prototype.cg = function () {
867
- this.cd.xk.ir = this.cd.ir;
867
+ this.cd.xl.ir = this.cd.ir;
868
868
  };
869
869
  HostSeriesView.prototype.cm = function () {
870
- this.cd.xk.jo = this.cd.jo;
870
+ this.cd.xl.jo = this.cd.jo;
871
871
  };
872
872
  HostSeriesView.prototype.co = function () {
873
- this.cd.xk.cj = this.cd.cj;
873
+ this.cd.xl.cj = this.cd.cj;
874
874
  };
875
875
  HostSeriesView.prototype.cr = function () {
876
- this.cd.xk.gv = this.cd.gv;
876
+ this.cd.xl.gv = this.cd.gv;
877
877
  };
878
878
  HostSeriesView.$t = igniteuiAngularCore.markType(HostSeriesView, 'HostSeriesView', igniteuiAngularCharts.SeriesView.$);
879
879
  return HostSeriesView;
@@ -926,20 +926,20 @@
926
926
  _this.backgroundContent = new OpenStreetMapImagery();
927
927
  var a = ((function () {
928
928
  var $ret = new igniteuiAngularCharts.NumericXAxis();
929
- $ret.b2 = _this;
929
+ $ret.b7 = _this;
930
930
  return $ret;
931
931
  })());
932
932
  a.dk = true;
933
933
  _this.zh = a;
934
- _this.zh.ta = new SphericalMercatorHorizontalScaler();
934
+ _this.zh.td = new SphericalMercatorHorizontalScaler();
935
935
  var b = ((function () {
936
936
  var $ret = new igniteuiAngularCharts.NumericYAxis();
937
- $ret.b2 = _this;
937
+ $ret.b7 = _this;
938
938
  return $ret;
939
939
  })());
940
940
  b.dk = true;
941
941
  _this.zj = b;
942
- _this.zj.ta = new SphericalMercatorVerticalScaler();
942
+ _this.zj.td = new SphericalMercatorVerticalScaler();
943
943
  _this.aao();
944
944
  _this.aav();
945
945
  _this.po();
@@ -1119,10 +1119,10 @@
1119
1119
  g.c = this.yv;
1120
1120
  var h = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
1121
1121
  h.c = this.yv;
1122
- var i = this.zh.f5(d.left, g);
1123
- var j = this.zh.f5(d.right, g);
1124
- var k = this.zj.f5(d.top, h);
1125
- var l = this.zj.f5(d.bottom, h);
1122
+ var i = this.zh.f6(d.left, g);
1123
+ var j = this.zh.f6(d.right, g);
1124
+ var k = this.zj.f6(d.top, h);
1125
+ var l = this.zj.f6(d.bottom, h);
1126
1126
  var m = (i - c) / this.y9.width;
1127
1127
  var n = (l - c) / this.y9.height;
1128
1128
  var o = (j - i + (c * 2)) / this.y9.width;
@@ -1155,10 +1155,10 @@
1155
1155
  var e = new igniteuiAngularCharts.ScalerParams(1, a, this.y9, c.dn);
1156
1156
  e.c = this.yv;
1157
1157
  var f = this.yu;
1158
- var g = b.f8(f.left, d);
1159
- var h = c.f8(f.top, e);
1160
- var i = b.f8(f.right, d);
1161
- var j = c.f8(f.bottom, e);
1158
+ var g = b.f9(f.left, d);
1159
+ var h = c.f9(f.top, e);
1160
+ var i = b.f9(f.right, d);
1161
+ var j = c.f9(f.bottom, e);
1162
1162
  var k = i - g;
1163
1163
  var l = h - j;
1164
1164
  var m = new igniteuiAngularCore.Rect(0, g, j, k, l);
@@ -1171,13 +1171,13 @@
1171
1171
  return m;
1172
1172
  };
1173
1173
  XamGeographicMap.prototype.aba = function (a) {
1174
- var b = this.zh.q8(a.x);
1175
- var c = this.zj.q8(a.y);
1174
+ var b = this.zh.rc(a.x);
1175
+ var c = this.zj.rc(a.y);
1176
1176
  return { $type: igniteuiAngularCore.Point_$type, x: b, y: c };
1177
1177
  };
1178
1178
  XamGeographicMap.prototype.abb = function (a) {
1179
- var b = this.zh.gs(a.x);
1180
- var c = this.zj.gs(a.y);
1179
+ var b = this.zh.gt(a.x);
1180
+ var c = this.zj.gt(a.y);
1181
1181
  return { $type: igniteuiAngularCore.Point_$type, x: b, y: c };
1182
1182
  };
1183
1183
  XamGeographicMap.prototype.abc = function (a) {
@@ -1200,7 +1200,7 @@
1200
1200
  try {
1201
1201
  for (var _b = tslib.__values(igniteuiAngularCore.fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
1202
1202
  var a = _c.value;
1203
- a.st();
1203
+ a.su();
1204
1204
  }
1205
1205
  }
1206
1206
  catch (e_1_1) {
@@ -1220,15 +1220,15 @@
1220
1220
  XamGeographicMap.prototype.aaw = function () {
1221
1221
  if (this.zs == 2) {
1222
1222
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1223
- var a = this.zh.q8(this.y9.left + (this.y9.width / 2));
1224
- var b = this.zj.q8(this.y9.top + (this.y9.height / 2));
1223
+ var a = this.zh.rc(this.y9.left + (this.y9.width / 2));
1224
+ var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
1225
1225
  this.aa9 = { $type: igniteuiAngularCore.Point_$type, x: a, y: b };
1226
1226
  }
1227
1227
  }
1228
1228
  else {
1229
1229
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1230
- var c = this.zh.q8(this.y9.left);
1231
- var d = this.zj.q8(this.y9.top);
1230
+ var c = this.zh.rc(this.y9.left);
1231
+ var d = this.zj.rc(this.y9.top);
1232
1232
  this.aa9 = { $type: igniteuiAngularCore.Point_$type, x: c, y: d };
1233
1233
  }
1234
1234
  }
@@ -1249,7 +1249,7 @@
1249
1249
  else {
1250
1250
  var g = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
1251
1251
  g.c = this.yv;
1252
- var h = this.zh.f5(a, g);
1252
+ var h = this.zh.f6(a, g);
1253
1253
  if (this.zs == 2) {
1254
1254
  var i = h / this.y9.width;
1255
1255
  c = i - (e / 2);
@@ -1269,7 +1269,7 @@
1269
1269
  else {
1270
1270
  var j = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1271
1271
  j.c = this.yv;
1272
- var k = this.zj.f5(b, j);
1272
+ var k = this.zj.f6(b, j);
1273
1273
  if (this.zs == 2) {
1274
1274
  var l = k / this.y9.height;
1275
1275
  d = l - (f / 2);
@@ -1400,13 +1400,13 @@
1400
1400
  }
1401
1401
  if (c) {
1402
1402
  if (d) {
1403
- var i = this.zg.f5(-180, b);
1404
- var j = this.zg.f5(180, b);
1403
+ var i = this.zg.f6(-180, b);
1404
+ var j = this.zg.f6(180, b);
1405
1405
  e = j - i;
1406
1406
  }
1407
1407
  else {
1408
- var k = this.zg.f5(-180, b);
1409
- var l = this.zg.f5(180, b);
1408
+ var k = this.zg.f6(-180, b);
1409
+ var l = this.zg.f6(180, b);
1410
1410
  e = k - l;
1411
1411
  }
1412
1412
  }
@@ -1417,10 +1417,10 @@
1417
1417
  a.c = this.yv;
1418
1418
  var b = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1419
1419
  b.c = this.yv;
1420
- var c = this.zh.f5(XamGeographicMap.abe.left, a);
1421
- var d = this.zh.f5(XamGeographicMap.abe.right, a);
1422
- var e = this.zj.f5(XamGeographicMap.abe.top, b);
1423
- var f = this.zj.f5(XamGeographicMap.abe.bottom, b);
1420
+ var c = this.zh.f6(XamGeographicMap.abe.left, a);
1421
+ var d = this.zh.f6(XamGeographicMap.abe.right, a);
1422
+ var e = this.zj.f6(XamGeographicMap.abe.top, b);
1423
+ var f = this.zj.f6(XamGeographicMap.abe.bottom, b);
1424
1424
  this.abg = new igniteuiAngularCore.Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
1425
1425
  return this.abg;
1426
1426
  };
@@ -1495,7 +1495,7 @@
1495
1495
  };
1496
1496
  XamGeographicMap.prototype.aan = function (a) {
1497
1497
  if (a != null) {
1498
- a.b2 = this;
1498
+ a.b7 = this;
1499
1499
  }
1500
1500
  };
1501
1501
  XamGeographicMap.prototype.rw = function (a) {
@@ -1617,7 +1617,7 @@
1617
1617
  try {
1618
1618
  for (var _c = tslib.__values(igniteuiAngularCore.fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
1619
1619
  var g = _d.value;
1620
- g.r7(false);
1620
+ g.r8(false);
1621
1621
  }
1622
1622
  }
1623
1623
  catch (e_2_1) {
@@ -1664,7 +1664,7 @@
1664
1664
  try {
1665
1665
  for (var _e = tslib.__values(igniteuiAngularCore.fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
1666
1666
  var i = _f.value;
1667
- i.qu();
1667
+ i.qv();
1668
1668
  }
1669
1669
  }
1670
1670
  catch (e_3_1) {
@@ -1690,20 +1690,20 @@
1690
1690
  };
1691
1691
  XamGeographicMap.prototype.aau = function (a) {
1692
1692
  if (a != null) {
1693
- a.b2 = null;
1693
+ a.b7 = null;
1694
1694
  }
1695
1695
  };
1696
1696
  XamGeographicMap.prototype.aav = function () {
1697
1697
  if (this.zh != null) {
1698
- this.zh.q5 = this.abi.left;
1699
- this.zh.q4 = this.abi.right;
1698
+ this.zh.q9 = this.abi.left;
1699
+ this.zh.q8 = this.abi.right;
1700
1700
  }
1701
1701
  if (this.zj != null) {
1702
- this.zj.q5 = this.abi.top;
1703
- this.zj.q4 = this.abi.bottom;
1702
+ this.zj.q9 = this.abi.top;
1703
+ this.zj.q8 = this.abi.bottom;
1704
1704
  }
1705
- this.zh.ed(true);
1706
- this.zj.ed(true);
1705
+ this.zh.ee(true);
1706
+ this.zj.ee(true);
1707
1707
  };
1708
1708
  XamGeographicMap.prototype.getFontInfo = function () {
1709
1709
  this.zu = this.zt.fr;
@@ -1720,7 +1720,7 @@
1720
1720
  var c = b;
1721
1721
  var d = a;
1722
1722
  d.itemsSource = c.triangulationSource.points;
1723
- d.xt = c.triangulationSource.triangles;
1723
+ d.xu = c.triangulationSource.triangles;
1724
1724
  }
1725
1725
  else {
1726
1726
  _super.prototype.tk.call(this, a, b);
@@ -1748,8 +1748,8 @@
1748
1748
  };
1749
1749
  XamGeographicMap.prototype.z7 = function () {
1750
1750
  var a = new igniteuiAngularCharts.ChartVisualData();
1751
- var b = this.zh.hr();
1752
- var c = this.zj.hr();
1751
+ var b = this.zh.hs();
1752
+ var c = this.zj.hs();
1753
1753
  a.axes.add1(b);
1754
1754
  a.axes.add1(c);
1755
1755
  for (var d = 0; d < this.b9.count; d++) {
@@ -1954,8 +1954,8 @@
1954
1954
  j.c = c;
1955
1955
  var k = new igniteuiAngularCharts.ScalerParams(1, this.windowRect, b, i.dn);
1956
1956
  k.c = c;
1957
- var l = h.f5(d.left, j);
1958
- var m = i.f5(d.bottom, k);
1957
+ var l = h.f6(d.left, j);
1958
+ var m = i.f6(d.bottom, k);
1959
1959
  var n = (-l / b.width) * this.ao.a5;
1960
1960
  var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1961
1961
  this.ao.cm = { $type: igniteuiAngularCore.Point_$type, x: n, y: o };
@@ -2053,41 +2053,41 @@
2053
2053
  }
2054
2054
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2055
2055
  _super.prototype.ci.call(this);
2056
- var a = this.cu.xk;
2057
- a.yk = this.cu.xw;
2058
- a.ys = this.cu.xu;
2059
- a.trianglesSource = this.cu.xt;
2060
- a.x8 = this.cu.xz;
2061
- a.ya = this.cu.x1;
2062
- a.yc = this.cu.x3;
2056
+ var a = this.cu.xl;
2057
+ a.yl = this.cu.xx;
2058
+ a.yt = this.cu.xv;
2059
+ a.trianglesSource = this.cu.xu;
2060
+ a.x9 = this.cu.x0;
2061
+ a.yb = this.cu.x2;
2062
+ a.yd = this.cu.x4;
2063
2063
  };
2064
2064
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
2065
- var a = this.cu.xk;
2065
+ var a = this.cu.xl;
2066
2066
  if (this.cu.dc == null) {
2067
- a.xi = null;
2068
2067
  a.xj = null;
2068
+ a.xk = null;
2069
2069
  return;
2070
2070
  }
2071
- a.xi = this.cu.dc.zh;
2072
- a.xj = this.cu.dc.zj;
2071
+ a.xj = this.cu.dc.zh;
2072
+ a.xk = this.cu.dc.zj;
2073
2073
  };
2074
2074
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
2075
- this.cu.xk.yk = this.cu.xw;
2075
+ this.cu.xl.yl = this.cu.xx;
2076
2076
  };
2077
2077
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
2078
- this.cu.xk.ys = this.cu.xu;
2078
+ this.cu.xl.yt = this.cu.xv;
2079
2079
  };
2080
2080
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
2081
- this.cu.xk.trianglesSource = this.cu.xt;
2081
+ this.cu.xl.trianglesSource = this.cu.xu;
2082
2082
  };
2083
2083
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
2084
- this.cu.xk.x8 = this.cu.xz;
2084
+ this.cu.xl.x9 = this.cu.x0;
2085
2085
  };
2086
2086
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
2087
- this.cu.xk.ya = this.cu.x1;
2087
+ this.cu.xl.yb = this.cu.x2;
2088
2088
  };
2089
2089
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
2090
- this.cu.xk.yc = this.cu.x3;
2090
+ this.cu.xl.yd = this.cu.x4;
2091
2091
  };
2092
2092
  GeographicXYTriangulatingSeriesView.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
2093
2093
  return GeographicXYTriangulatingSeriesView;
@@ -2110,19 +2110,19 @@
2110
2110
  };
2111
2111
  GeographicScatterAreaSeriesView.prototype.ci = function () {
2112
2112
  _super.prototype.ci.call(this);
2113
- if (this.c2.ye != null) {
2114
- this.c2.ye.zr = this.c2.yi;
2115
- this.c2.ye.zf = this.c2.yd;
2113
+ if (this.c2.yf != null) {
2114
+ this.c2.yf.zs = this.c2.yj;
2115
+ this.c2.yf.zg = this.c2.ye;
2116
2116
  }
2117
2117
  };
2118
2118
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
2119
- if (this.c2.ye != null) {
2120
- this.c2.ye.zr = this.c2.yi;
2119
+ if (this.c2.yf != null) {
2120
+ this.c2.yf.zs = this.c2.yj;
2121
2121
  }
2122
2122
  };
2123
2123
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
2124
- if (this.c2.ye != null) {
2125
- this.c2.ye.zf = this.c2.yd;
2124
+ if (this.c2.yf != null) {
2125
+ this.c2.yf.zg = this.c2.ye;
2126
2126
  }
2127
2127
  };
2128
2128
  GeographicScatterAreaSeriesView.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2329,38 +2329,38 @@
2329
2329
  GeographicXYTriangulatingSeries.prototype.ct = function () {
2330
2330
  return new GeographicXYTriangulatingSeriesView(this);
2331
2331
  };
2332
- GeographicXYTriangulatingSeries.prototype.rg = function (a) {
2333
- _super.prototype.rg.call(this, a);
2334
- this.xs = a;
2332
+ GeographicXYTriangulatingSeries.prototype.rh = function (a) {
2333
+ _super.prototype.rh.call(this, a);
2334
+ this.xt = a;
2335
2335
  };
2336
- GeographicXYTriangulatingSeries.prototype.rp = function (a, b, c, d) {
2337
- _super.prototype.rp.call(this, a, b, c, d);
2336
+ GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
2337
+ _super.prototype.rq.call(this, a, b, c, d);
2338
2338
  switch (b) {
2339
2339
  case "SeriesViewer":
2340
- this.xs.cx();
2340
+ this.xt.cx();
2341
2341
  break;
2342
2342
  case GeographicXYTriangulatingSeries.$$p[1]:
2343
- this.xs.cw();
2343
+ this.xt.cw();
2344
2344
  break;
2345
2345
  case GeographicXYTriangulatingSeries.$$p[0]:
2346
- this.xs.cv();
2346
+ this.xt.cv();
2347
2347
  break;
2348
2348
  case GeographicXYTriangulatingSeries.$$p[5]:
2349
- this.xs.cy();
2349
+ this.xt.cy();
2350
2350
  break;
2351
2351
  case GeographicXYTriangulatingSeries.$$p[2]:
2352
- this.xs.cz();
2352
+ this.xt.cz();
2353
2353
  break;
2354
2354
  case GeographicXYTriangulatingSeries.$$p[3]:
2355
- this.xs.c0();
2355
+ this.xt.c0();
2356
2356
  break;
2357
2357
  case GeographicXYTriangulatingSeries.$$p[4]:
2358
- this.xs.c1();
2358
+ this.xt.c1();
2359
2359
  break;
2360
2360
  }
2361
2361
  };
2362
2362
  GeographicXYTriangulatingSeries.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2363
- GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xu:x5', [2, "pointY"], 'LongitudeMemberPath:xw:x6', [2, "pointX"], 'TriangleVertexMemberPath1:xz:x8', [2, "v1"], 'TriangleVertexMemberPath2:x1:x9', [2, "v2"], 'TriangleVertexMemberPath3:x3:ya', [2, "v3"], 'TrianglesSource:xt:x7', [igniteuiAngularCore.IEnumerable_$type, null]]);
2363
+ GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [igniteuiAngularCore.IEnumerable_$type, null]]);
2364
2364
  return GeographicXYTriangulatingSeries;
2365
2365
  }(GeographicMapSeriesHost));
2366
2366
  /**
@@ -2370,7 +2370,7 @@
2370
2370
  tslib.__extends(GeographicScatterAreaSeries, _super);
2371
2371
  function GeographicScatterAreaSeries() {
2372
2372
  var _this = _super.call(this) || this;
2373
- _this.yb = null;
2373
+ _this.yc = null;
2374
2374
  _this.triangulationStatusChanged = null;
2375
2375
  _this.ab = GeographicScatterAreaSeries.$;
2376
2376
  return _this;
@@ -2381,53 +2381,53 @@
2381
2381
  GeographicScatterAreaSeries.prototype.get_ex = function () {
2382
2382
  return true;
2383
2383
  };
2384
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "yd", {
2384
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
2385
2385
  get: function () {
2386
- return this.yb;
2386
+ return this.yc;
2387
2387
  },
2388
2388
  set: function (a) {
2389
- var b = this.yb != a;
2389
+ var b = this.yc != a;
2390
2390
  if (b) {
2391
- var c = this.yb;
2392
- if (this.yb != null) {
2393
- var d = this.yb;
2394
- d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.yl));
2391
+ var c = this.yc;
2392
+ if (this.yc != null) {
2393
+ var d = this.yc;
2394
+ d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.ym));
2395
2395
  }
2396
- this.yb = a;
2397
- if (this.yb != null) {
2398
- var e = this.yb;
2399
- e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.yl));
2396
+ this.yc = a;
2397
+ if (this.yc != null) {
2398
+ var e = this.yc;
2399
+ e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.ym));
2400
2400
  }
2401
- this.raisePropertyChanged("ColorScale", c, this.yb);
2402
- if (this.ye != null) {
2403
- this.ye.zf = a;
2401
+ this.raisePropertyChanged("ColorScale", c, this.yc);
2402
+ if (this.yf != null) {
2403
+ this.yf.zg = a;
2404
2404
  }
2405
2405
  }
2406
2406
  },
2407
2407
  enumerable: false,
2408
2408
  configurable: true
2409
2409
  });
2410
- GeographicScatterAreaSeries.prototype.yl = function (a, b) {
2411
- this.yg.c4();
2412
- this.yn();
2413
- this.r7(false);
2410
+ GeographicScatterAreaSeries.prototype.ym = function (a, b) {
2411
+ this.yh.c4();
2412
+ this.yo();
2413
+ this.r8(false);
2414
2414
  };
2415
- GeographicScatterAreaSeries.prototype.yn = function () {
2416
- if (this.ye != null) {
2417
- this.yc = this.ye.ze;
2415
+ GeographicScatterAreaSeries.prototype.yo = function () {
2416
+ if (this.yf != null) {
2417
+ this.yd = this.yf.zf;
2418
2418
  }
2419
2419
  };
2420
- GeographicScatterAreaSeries.prototype.sy = function () {
2421
- _super.prototype.sy.call(this);
2422
- this.yn();
2420
+ GeographicScatterAreaSeries.prototype.sz = function () {
2421
+ _super.prototype.sz.call(this);
2422
+ this.yo();
2423
2423
  };
2424
- GeographicScatterAreaSeries.prototype.xj = function () {
2425
- this.ye = new igniteuiAngularCharts.ScatterAreaSeries();
2426
- var a = this.ye;
2427
- a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.ym));
2428
- return this.ye;
2424
+ GeographicScatterAreaSeries.prototype.xk = function () {
2425
+ this.yf = new igniteuiAngularCharts.ScatterAreaSeries();
2426
+ var a = this.yf;
2427
+ a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.yn));
2428
+ return this.yf;
2429
2429
  };
2430
- GeographicScatterAreaSeries.prototype.ym = function (a, b) {
2430
+ GeographicScatterAreaSeries.prototype.yn = function (a, b) {
2431
2431
  if (this.triangulationStatusChanged != null) {
2432
2432
  this.triangulationStatusChanged(this, b);
2433
2433
  }
@@ -2435,19 +2435,19 @@
2435
2435
  GeographicScatterAreaSeries.prototype.ct = function () {
2436
2436
  return new GeographicScatterAreaSeriesView(this);
2437
2437
  };
2438
- GeographicScatterAreaSeries.prototype.rg = function (a) {
2439
- _super.prototype.rg.call(this, a);
2440
- this.yg = a;
2438
+ GeographicScatterAreaSeries.prototype.rh = function (a) {
2439
+ _super.prototype.rh.call(this, a);
2440
+ this.yh = a;
2441
2441
  };
2442
- GeographicScatterAreaSeries.prototype.rp = function (a, b, c, d) {
2443
- _super.prototype.rp.call(this, a, b, c, d);
2442
+ GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
2443
+ _super.prototype.rq.call(this, a, b, c, d);
2444
2444
  switch (b) {
2445
2445
  case GeographicScatterAreaSeries.$$p[1]:
2446
- this.yg.c3();
2446
+ this.yh.c3();
2447
2447
  break;
2448
2448
  case "ColorScale":
2449
- this.yg.c4();
2450
- this.yn();
2449
+ this.yh.c4();
2450
+ this.yo();
2451
2451
  break;
2452
2452
  }
2453
2453
  };
@@ -2458,7 +2458,7 @@
2458
2458
  _super.prototype.set_hd.call(this, a);
2459
2459
  };
2460
2460
  GeographicScatterAreaSeries.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2461
- GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yc:yo', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
2461
+ GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
2462
2462
  return GeographicScatterAreaSeries;
2463
2463
  }(GeographicXYTriangulatingSeries));
2464
2464
 
@@ -4999,10 +4999,10 @@
4999
4999
  * 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%.
5000
5000
  */
5001
5001
  get: function () {
5002
- return this.i.xm;
5002
+ return this.i.xn;
5003
5003
  },
5004
5004
  set: function (v) {
5005
- this.i.xm = +v;
5005
+ this.i.xn = +v;
5006
5006
  },
5007
5007
  enumerable: false,
5008
5008
  configurable: true
@@ -5027,7 +5027,7 @@
5027
5027
 
5028
5028
  */
5029
5029
  IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
5030
- this.i.qu();
5030
+ this.i.qv();
5031
5031
  };
5032
5032
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
5033
5033
  var iv = this.i.kz(item, memberPathName);
@@ -5064,7 +5064,7 @@
5064
5064
  return (iv);
5065
5065
  };
5066
5066
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
5067
- var iv = this.i.wv(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5067
+ var iv = this.i.ww(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5068
5068
  return igniteuiAngularCore.fromPoint(iv);
5069
5069
  };
5070
5070
  /**
@@ -5073,7 +5073,7 @@
5073
5073
  * @param world * The world coordinate for which to get a value bounding box for
5074
5074
  */
5075
5075
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
5076
- var iv = this.i.w7(igniteuiAngularCore.toPoint(world));
5076
+ var iv = this.i.w8(igniteuiAngularCore.toPoint(world));
5077
5077
  return igniteuiAngularCore.fromRect(iv);
5078
5078
  };
5079
5079
  /**
@@ -5082,7 +5082,7 @@
5082
5082
  * @param world * The world coordinates for which to get a value marker bounding box for
5083
5083
  */
5084
5084
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
5085
- var iv = this.i.w9(igniteuiAngularCore.toPoint(world));
5085
+ var iv = this.i.xa(igniteuiAngularCore.toPoint(world));
5086
5086
  return igniteuiAngularCore.fromRect(iv);
5087
5087
  };
5088
5088
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -5090,7 +5090,7 @@
5090
5090
  return (iv);
5091
5091
  };
5092
5092
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
5093
- var iv = this.i.wr(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5093
+ var iv = this.i.ws(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5094
5094
  return igniteuiAngularCore.fromPoint(iv);
5095
5095
  };
5096
5096
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -5098,11 +5098,11 @@
5098
5098
  return (iv);
5099
5099
  };
5100
5100
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
5101
- var iv = this.i.wt(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5101
+ var iv = this.i.wu(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5102
5102
  return igniteuiAngularCore.fromPoint(iv);
5103
5103
  };
5104
5104
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5105
- var iv = this.i.ww(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
5105
+ var iv = this.i.wx(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
5106
5106
  return igniteuiAngularCore.fromPoint(iv);
5107
5107
  };
5108
5108
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -5123,14 +5123,14 @@
5123
5123
  * @param animate * True if the change should be animated.
5124
5124
  */
5125
5125
  IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
5126
- this.i.r7(animate);
5126
+ this.i.r8(animate);
5127
5127
  };
5128
5128
  /**
5129
5129
  * Called when this series' Style is updated.
5130
5130
 
5131
5131
  */
5132
5132
  IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
5133
- this.i.st();
5133
+ this.i.su();
5134
5134
  };
5135
5135
  IgxGeographicMapSeriesHostComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
5136
5136
  IgxGeographicMapSeriesHostComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
@@ -5239,10 +5239,10 @@
5239
5239
  * 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.
5240
5240
  */
5241
5241
  get: function () {
5242
- return this.i.yj;
5242
+ return this.i.yk;
5243
5243
  },
5244
5244
  set: function (v) {
5245
- this.i.yj = v;
5245
+ this.i.yk = v;
5246
5246
  },
5247
5247
  enumerable: false,
5248
5248
  configurable: true
@@ -5252,10 +5252,10 @@
5252
5252
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5253
5253
  */
5254
5254
  get: function () {
5255
- return this.i.x4;
5255
+ return this.i.x5;
5256
5256
  },
5257
5257
  set: function (v) {
5258
- this.i.x4 = igniteuiAngularCore.ensureBool(v);
5258
+ this.i.x5 = igniteuiAngularCore.ensureBool(v);
5259
5259
  },
5260
5260
  enumerable: false,
5261
5261
  configurable: true
@@ -5265,10 +5265,10 @@
5265
5265
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5266
5266
  */
5267
5267
  get: function () {
5268
- return this.i.x3;
5268
+ return this.i.x4;
5269
5269
  },
5270
5270
  set: function (v) {
5271
- this.i.x3 = igniteuiAngularCore.ensureBool(v);
5271
+ this.i.x4 = igniteuiAngularCore.ensureBool(v);
5272
5272
  },
5273
5273
  enumerable: false,
5274
5274
  configurable: true
@@ -5278,10 +5278,10 @@
5278
5278
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5279
5279
  */
5280
5280
  get: function () {
5281
- return this.i.xv;
5281
+ return this.i.xw;
5282
5282
  },
5283
5283
  set: function (v) {
5284
- this.i.xv = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
5284
+ this.i.xw = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
5285
5285
  },
5286
5286
  enumerable: false,
5287
5287
  configurable: true
@@ -5291,10 +5291,10 @@
5291
5291
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5292
5292
  */
5293
5293
  get: function () {
5294
- return this.i.x7;
5294
+ return this.i.x8;
5295
5295
  },
5296
5296
  set: function (v) {
5297
- this.i.x7 = +v;
5297
+ this.i.x8 = +v;
5298
5298
  },
5299
5299
  enumerable: false,
5300
5300
  configurable: true
@@ -5304,10 +5304,10 @@
5304
5304
  * Gets or sets the fill mapping property for the current series object.
5305
5305
  */
5306
5306
  get: function () {
5307
- return this.i.x8;
5307
+ return this.i.x9;
5308
5308
  },
5309
5309
  set: function (v) {
5310
- this.i.x8 = v;
5310
+ this.i.x9 = v;
5311
5311
  },
5312
5312
  enumerable: false,
5313
5313
  configurable: true
@@ -5317,7 +5317,7 @@
5317
5317
  * Gets or sets the brush scale for the fill brush of markers.
5318
5318
  */
5319
5319
  get: function () {
5320
- var r = this.i.xu;
5320
+ var r = this.i.xv;
5321
5321
  if (r == null) {
5322
5322
  return null;
5323
5323
  }
@@ -5333,7 +5333,7 @@
5333
5333
  set: function (v) {
5334
5334
  if (v != null && this._stylingContainer && v._styling)
5335
5335
  v._styling(this._stylingContainer, this, this);
5336
- v == null ? this.i.xu = null : this.i.xu = v.i;
5336
+ v == null ? this.i.xv = null : this.i.xv = v.i;
5337
5337
  },
5338
5338
  enumerable: false,
5339
5339
  configurable: true
@@ -5344,10 +5344,10 @@
5344
5344
  * This setting applies only if multiple series are using the same FillScale.
5345
5345
  */
5346
5346
  get: function () {
5347
- return this.i.x2;
5347
+ return this.i.x3;
5348
5348
  },
5349
5349
  set: function (v) {
5350
- this.i.x2 = igniteuiAngularCore.ensureBool(v);
5350
+ this.i.x3 = igniteuiAngularCore.ensureBool(v);
5351
5351
  },
5352
5352
  enumerable: false,
5353
5353
  configurable: true
@@ -5357,10 +5357,10 @@
5357
5357
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5358
5358
  */
5359
5359
  get: function () {
5360
- return this.i.x6;
5360
+ return this.i.x7;
5361
5361
  },
5362
5362
  set: function (v) {
5363
- this.i.x6 = +v;
5363
+ this.i.x7 = +v;
5364
5364
  },
5365
5365
  enumerable: false,
5366
5366
  configurable: true
@@ -5370,7 +5370,7 @@
5370
5370
  * Set a shapefile datasource to use with the series.
5371
5371
  */
5372
5372
  get: function () {
5373
- var r = this.i.xy;
5373
+ var r = this.i.xz;
5374
5374
  if (r == null) {
5375
5375
  return null;
5376
5376
  }
@@ -5389,7 +5389,7 @@
5389
5389
  return r.externalObject;
5390
5390
  },
5391
5391
  set: function (v) {
5392
- v == null ? this.i.xy = null : this.i.xy = v.i;
5392
+ v == null ? this.i.xz = null : this.i.xz = v.i;
5393
5393
  },
5394
5394
  enumerable: false,
5395
5395
  configurable: true
@@ -5400,10 +5400,10 @@
5400
5400
  * 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.
5401
5401
  */
5402
5402
  get: function () {
5403
- return this.i.x5;
5403
+ return this.i.x6;
5404
5404
  },
5405
5405
  set: function (v) {
5406
- this.i.x5 = +v;
5406
+ this.i.x6 = +v;
5407
5407
  },
5408
5408
  enumerable: false,
5409
5409
  configurable: true
@@ -5525,20 +5525,20 @@
5525
5525
  tslib.__extends(GeographicShapeSeriesBase, _super);
5526
5526
  function GeographicShapeSeriesBase() {
5527
5527
  var _this = _super !== null && _super.apply(this, arguments) || this;
5528
+ _this.x2 = false;
5528
5529
  _this.x1 = false;
5529
- _this.x0 = false;
5530
5530
  _this.assigningShapeStyle = null;
5531
5531
  _this.assigningShapeMarkerStyle = null;
5532
- _this.xx = null;
5533
- _this.xz = false;
5532
+ _this.xy = null;
5533
+ _this.x0 = false;
5534
5534
  return _this;
5535
5535
  }
5536
5536
  GeographicShapeSeriesBase.prototype.ct = function () {
5537
5537
  return new GeographicShapeSeriesBaseView(this);
5538
5538
  };
5539
- GeographicShapeSeriesBase.prototype.rg = function (a) {
5540
- _super.prototype.rg.call(this, a);
5541
- this.xw = a;
5539
+ GeographicShapeSeriesBase.prototype.rh = function (a) {
5540
+ _super.prototype.rh.call(this, a);
5541
+ this.xx = a;
5542
5542
  };
5543
5543
  GeographicShapeSeriesBase.prototype.get_fh = function () {
5544
5544
  return true;
@@ -5546,106 +5546,106 @@
5546
5546
  GeographicShapeSeriesBase.prototype.get_ef = function () {
5547
5547
  return true;
5548
5548
  };
5549
- GeographicShapeSeriesBase.prototype.rp = function (a, b, c, d) {
5550
- _super.prototype.rp.call(this, a, b, c, d);
5549
+ GeographicShapeSeriesBase.prototype.rq = function (a, b, c, d) {
5550
+ _super.prototype.rq.call(this, a, b, c, d);
5551
5551
  switch (b) {
5552
5552
  case "SeriesViewer":
5553
- this.xw.cv();
5553
+ this.xx.cv();
5554
5554
  break;
5555
5555
  case "ShapeMemberPath":
5556
- this.xw.cx();
5556
+ this.xx.cx();
5557
5557
  break;
5558
5558
  case GeographicShapeSeriesBase.$$p[8]:
5559
- this.xw.cw();
5559
+ this.xx.cw();
5560
5560
  break;
5561
5561
  case GeographicShapeSeriesBase.$$p[4]:
5562
- this.xk.ys = this.x4;
5563
- this.x1 = this.x4;
5564
- if (this.x4) {
5565
- var e = this.xk;
5566
- e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.ym));
5562
+ this.xl.yt = this.x5;
5563
+ this.x2 = this.x5;
5564
+ if (this.x5) {
5565
+ var e = this.xl;
5566
+ e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.yn));
5567
5567
  }
5568
5568
  else {
5569
- var f = this.xk;
5570
- f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.ym));
5569
+ var f = this.xl;
5570
+ f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.yn));
5571
5571
  }
5572
5572
  break;
5573
5573
  case GeographicShapeSeriesBase.$$p[3]:
5574
- this.xk.yr = this.x3;
5575
- this.x0 = this.x3;
5576
- if (this.x4) {
5577
- var g = this.xk;
5578
- g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.yl));
5574
+ this.xl.ys = this.x4;
5575
+ this.x1 = this.x4;
5576
+ if (this.x5) {
5577
+ var g = this.xl;
5578
+ g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.ym));
5579
5579
  }
5580
5580
  else {
5581
- var h = this.xk;
5582
- h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.yl));
5581
+ var h = this.xl;
5582
+ h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.ym));
5583
5583
  }
5584
5584
  break;
5585
5585
  case GeographicShapeSeriesBase.$$p[5]:
5586
- this.xk.x4 = this.xv;
5586
+ this.xl.x5 = this.xw;
5587
5587
  break;
5588
5588
  case GeographicShapeSeriesBase.$$p[6]:
5589
- this.xk.y9 = this.x6;
5589
+ this.xl.za = this.x7;
5590
5590
  break;
5591
5591
  case GeographicShapeSeriesBase.$$p[7]:
5592
- this.xk.za = this.x7;
5592
+ this.xl.zb = this.x8;
5593
5593
  break;
5594
5594
  case GeographicShapeSeriesBase.$$p[0]:
5595
- this.xk.ze = this.x8;
5595
+ this.xl.zf = this.x9;
5596
5596
  break;
5597
5597
  case GeographicShapeSeriesBase.$$p[1]:
5598
- this.xk.xu = this.xu;
5598
+ this.xl.xv = this.xv;
5599
5599
  break;
5600
5600
  case GeographicShapeSeriesBase.$$p[2]:
5601
- this.xk.yn = this.x2;
5601
+ this.xl.yo = this.x3;
5602
5602
  break;
5603
5603
  case "ShapefileDataSource":
5604
5604
  if (c != null) {
5605
5605
  var i = c;
5606
- if (this.xz) {
5607
- i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.yn));
5606
+ if (this.x0) {
5607
+ i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.yo));
5608
5608
  }
5609
5609
  }
5610
5610
  if (d != null) {
5611
5611
  var j = d;
5612
5612
  if (j.count > 0) {
5613
- this.yo();
5613
+ this.yp();
5614
5614
  break;
5615
5615
  }
5616
- this.xz = true;
5617
- j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.yn));
5616
+ this.x0 = true;
5617
+ j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.yo));
5618
5618
  }
5619
5619
  break;
5620
5620
  }
5621
5621
  };
5622
- GeographicShapeSeriesBase.prototype.ym = function (a, b) {
5622
+ GeographicShapeSeriesBase.prototype.yn = function (a, b) {
5623
5623
  if (this.assigningShapeStyle != null) {
5624
5624
  this.assigningShapeStyle(this, b);
5625
5625
  }
5626
5626
  };
5627
- GeographicShapeSeriesBase.prototype.yl = function (a, b) {
5627
+ GeographicShapeSeriesBase.prototype.ym = function (a, b) {
5628
5628
  if (this.assigningShapeMarkerStyle != null) {
5629
5629
  this.assigningShapeMarkerStyle(this, b);
5630
5630
  }
5631
5631
  };
5632
- GeographicShapeSeriesBase.prototype.yn = function (a, b) {
5633
- this.yo();
5632
+ GeographicShapeSeriesBase.prototype.yo = function (a, b) {
5633
+ this.yp();
5634
5634
  };
5635
- GeographicShapeSeriesBase.prototype.yo = function () {
5636
- var sds_ = this.xy;
5635
+ GeographicShapeSeriesBase.prototype.yp = function () {
5636
+ var sds_ = this.xz;
5637
5637
  var ext_ = sds_.externalObject;
5638
5638
  this.itemsSource = (ext_.getPointData());
5639
5639
  };
5640
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xy", {
5640
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xz", {
5641
5641
  get: function () {
5642
- return this.xx;
5642
+ return this.xy;
5643
5643
  },
5644
5644
  set: function (a) {
5645
- var b = this.xx;
5646
- this.xx = a;
5647
- if (b != this.xx) {
5648
- this.raisePropertyChanged("ShapefileDataSource", b, this.xx);
5645
+ var b = this.xy;
5646
+ this.xy = a;
5647
+ if (b != this.xy) {
5648
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
5649
5649
  }
5650
5650
  },
5651
5651
  enumerable: false,
@@ -5658,7 +5658,7 @@
5658
5658
  _super.prototype.set_hd.call(this, a);
5659
5659
  };
5660
5660
  GeographicShapeSeriesBase.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5661
- GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x8:yp', [2], 'FillScale:xu:yq', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:x2:yr', [0, false], 'IsCustomShapeMarkerStyleAllowed:x3:ys', [0, false], 'IsCustomShapeStyleAllowed:x4:yt', [0, false], 'ItemSearchMode:xv:yu', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x6:yv', [1, 10000], 'ItemSearchThreshold:x7:yw', [1, 10000], 'ShapeFilterResolution:x5:yx', [1, 2], 'ShapeMemberPath:yj:yy', [2, "points"]]);
5661
+ GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
5662
5662
  return GeographicShapeSeriesBase;
5663
5663
  }(GeographicMapSeriesHost));
5664
5664
  /**
@@ -5674,23 +5674,23 @@
5674
5674
  }
5675
5675
  GeographicShapeSeriesBaseView.prototype.ci = function () {
5676
5676
  _super.prototype.ci.call(this);
5677
- this.cu.xk.zr = this.cu.yj;
5677
+ this.cu.xl.zs = this.cu.yk;
5678
5678
  };
5679
5679
  GeographicShapeSeriesBaseView.prototype.cv = function () {
5680
- var a = this.cu.xk;
5680
+ var a = this.cu.xl;
5681
5681
  if (this.cu.dc == null) {
5682
- a.xy = null;
5683
- a.x0 = null;
5682
+ a.xz = null;
5683
+ a.x1 = null;
5684
5684
  return;
5685
5685
  }
5686
- a.xy = this.cu.dc.zh;
5687
- a.x0 = this.cu.dc.zj;
5686
+ a.xz = this.cu.dc.zh;
5687
+ a.x1 = this.cu.dc.zj;
5688
5688
  };
5689
5689
  GeographicShapeSeriesBaseView.prototype.cx = function () {
5690
- this.cu.xk.zr = this.cu.yj;
5690
+ this.cu.xl.zs = this.cu.yk;
5691
5691
  };
5692
5692
  GeographicShapeSeriesBaseView.prototype.cw = function () {
5693
- this.cu.xk.y6 = this.cu.x5;
5693
+ this.cu.xl.y7 = this.cu.x6;
5694
5694
  };
5695
5695
  GeographicShapeSeriesBaseView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5696
5696
  return GeographicShapeSeriesBaseView;
@@ -5726,54 +5726,54 @@
5726
5726
  _this.cy = null;
5727
5727
  _this.cy = a;
5728
5728
  if (!_this.t) {
5729
- _this.cy.yj = "points";
5729
+ _this.cy.yk = "points";
5730
5730
  }
5731
5731
  return _this;
5732
5732
  }
5733
5733
  GeographicShapeSeriesView.prototype.a4 = function () {
5734
5734
  _super.prototype.a4.call(this);
5735
5735
  if (!this.t) {
5736
- this.cy.z6 = igniteuiAngularCharts.Defaults.a8;
5736
+ this.cy.z7 = igniteuiAngularCharts.Defaults.a8;
5737
5737
  this.cy.jy = igniteuiAngularCharts.Defaults.ac;
5738
- this.cy.y5 = igniteuiAngularCharts.Defaults.ab;
5739
- this.cy.y2 = igniteuiAngularCharts.Defaults.d;
5740
- this.cy.y0 = igniteuiAngularCharts.Defaults.a;
5738
+ this.cy.y6 = igniteuiAngularCharts.Defaults.ab;
5739
+ this.cy.y3 = igniteuiAngularCharts.Defaults.d;
5740
+ this.cy.y1 = igniteuiAngularCharts.Defaults.a;
5741
5741
  }
5742
5742
  };
5743
5743
  GeographicShapeSeriesView.prototype.ci = function () {
5744
5744
  _super.prototype.ci.call(this);
5745
- this.cy.xk.ace = this.cy.z8;
5746
- this.cy.xk.aa6 = this.cy.y3;
5747
- this.cy.xk.abt = this.cy.zo;
5748
- this.cy.xk.aba = this.cy.y5;
5749
- this.cy.xk.aas = this.cy.yz;
5745
+ this.cy.xl.acf = this.cy.z9;
5746
+ this.cy.xl.aa7 = this.cy.y4;
5747
+ this.cy.xl.abu = this.cy.zp;
5748
+ this.cy.xl.abb = this.cy.y6;
5749
+ this.cy.xl.aat = this.cy.y0;
5750
5750
  };
5751
5751
  GeographicShapeSeriesView.prototype.c3 = function () {
5752
- this.cy.xk.abt = this.cy.zo;
5752
+ this.cy.xl.abu = this.cy.zp;
5753
5753
  };
5754
5754
  GeographicShapeSeriesView.prototype.c5 = function () {
5755
- this.cy.xk.aba = this.cy.y5;
5755
+ this.cy.xl.abb = this.cy.y6;
5756
5756
  };
5757
5757
  GeographicShapeSeriesView.prototype.c0 = function () {
5758
- this.cy.xk.aas = this.cy.yz;
5758
+ this.cy.xl.aat = this.cy.y0;
5759
5759
  };
5760
5760
  GeographicShapeSeriesView.prototype.c4 = function () {
5761
- this.cy.xk.aa1 = this.cy.y2;
5761
+ this.cy.xl.aa2 = this.cy.y3;
5762
5762
  };
5763
5763
  GeographicShapeSeriesView.prototype.cz = function () {
5764
- this.cy.xk.aca = this.cy.z5;
5764
+ this.cy.xl.acb = this.cy.z6;
5765
5765
  };
5766
5766
  GeographicShapeSeriesView.prototype.c1 = function () {
5767
- this.cy.xk.acb = this.cy.z6;
5767
+ this.cy.xl.acc = this.cy.z7;
5768
5768
  };
5769
5769
  GeographicShapeSeriesView.prototype.c2 = function () {
5770
- this.cy.xk.acd = this.cy.z7;
5770
+ this.cy.xl.ace = this.cy.z8;
5771
5771
  };
5772
5772
  GeographicShapeSeriesView.prototype.c6 = function () {
5773
- this.cy.xk.aa6 = this.cy.y3;
5773
+ this.cy.xl.aa7 = this.cy.y4;
5774
5774
  };
5775
5775
  GeographicShapeSeriesView.prototype.c7 = function () {
5776
- this.cy.xk.ace = this.cy.z8;
5776
+ this.cy.xl.acf = this.cy.z9;
5777
5777
  };
5778
5778
  GeographicShapeSeriesView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5779
5779
  return GeographicShapeSeriesView;
@@ -5798,81 +5798,81 @@
5798
5798
  GeographicShapeSeries.prototype.ct = function () {
5799
5799
  return new GeographicShapeSeriesView(this);
5800
5800
  };
5801
- GeographicShapeSeries.prototype.rg = function (a) {
5802
- _super.prototype.rg.call(this, a);
5803
- this.y4 = a;
5801
+ GeographicShapeSeries.prototype.rh = function (a) {
5802
+ _super.prototype.rh.call(this, a);
5803
+ this.y5 = a;
5804
5804
  };
5805
- GeographicShapeSeries.prototype.xj = function () {
5805
+ GeographicShapeSeries.prototype.xk = function () {
5806
5806
  var a = new igniteuiAngularCharts.ScatterPolygonSeries();
5807
- a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.zl));
5808
- a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.zm));
5807
+ a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.zm));
5808
+ a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.zn));
5809
5809
  return a;
5810
5810
  };
5811
- GeographicShapeSeries.prototype.zl = function (a, b) {
5811
+ GeographicShapeSeries.prototype.zm = function (a, b) {
5812
5812
  if (this.styleShape != null) {
5813
5813
  this.styleShape(this, b);
5814
5814
  }
5815
5815
  };
5816
- GeographicShapeSeries.prototype.zm = function (a, b) {
5817
- var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.xk);
5816
+ GeographicShapeSeries.prototype.zn = function (a, b) {
5817
+ var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.xl);
5818
5818
  if (c == null) {
5819
5819
  return;
5820
5820
  }
5821
5821
  };
5822
5822
  GeographicShapeSeries.prototype.iu = function () {
5823
- return this.y5;
5824
- };
5825
- GeographicShapeSeries.prototype.v4 = function () {
5826
- return this.z3;
5823
+ return this.y6;
5827
5824
  };
5828
5825
  GeographicShapeSeries.prototype.v5 = function () {
5829
5826
  return this.z4;
5830
5827
  };
5831
- GeographicShapeSeries.prototype.tg = function () {
5832
- return this.zn;
5828
+ GeographicShapeSeries.prototype.v6 = function () {
5829
+ return this.z5;
5830
+ };
5831
+ GeographicShapeSeries.prototype.th = function () {
5832
+ return this.zo;
5833
5833
  };
5834
5834
  GeographicShapeSeries.prototype.ml = function () {
5835
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.xk);
5835
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.xl);
5836
5836
  if (a == null) {
5837
5837
  return "Unknown";
5838
5838
  }
5839
5839
  return a.ml();
5840
5840
  };
5841
- GeographicShapeSeries.prototype.rp = function (a, b, c, d) {
5842
- _super.prototype.rp.call(this, a, b, c, d);
5841
+ GeographicShapeSeries.prototype.rq = function (a, b, c, d) {
5842
+ _super.prototype.rq.call(this, a, b, c, d);
5843
5843
  switch (b) {
5844
5844
  case GeographicShapeSeries.$$p[6]:
5845
- this.xk.aaz = this.y1;
5845
+ this.xl.aa0 = this.y2;
5846
5846
  break;
5847
5847
  case GeographicShapeSeries.$$p[5]:
5848
- this.xk.aav = this.y0;
5848
+ this.xl.aaw = this.y1;
5849
5849
  break;
5850
5850
  case GeographicShapeSeries.$$p[9]:
5851
- this.y4.c3();
5851
+ this.y5.c3();
5852
5852
  break;
5853
5853
  case GeographicShapeSeries.$$p[10]:
5854
- this.y4.c5();
5854
+ this.y5.c5();
5855
5855
  break;
5856
5856
  case GeographicShapeSeries.$$p[4]:
5857
- this.y4.c0();
5857
+ this.y5.c0();
5858
5858
  break;
5859
5859
  case GeographicShapeSeries.$$p[11]:
5860
- this.y4.c4();
5860
+ this.y5.c4();
5861
5861
  break;
5862
5862
  case GeographicShapeSeries.$$p[3]:
5863
- this.y4.cz();
5863
+ this.y5.cz();
5864
5864
  break;
5865
5865
  case GeographicShapeSeries.$$p[7]:
5866
- this.y4.c1();
5866
+ this.y5.c1();
5867
5867
  break;
5868
5868
  case GeographicShapeSeries.$$p[8]:
5869
- this.y4.c2();
5869
+ this.y5.c2();
5870
5870
  break;
5871
5871
  case GeographicShapeSeries.$$p[13]:
5872
- this.y4.c6();
5872
+ this.y5.c6();
5873
5873
  break;
5874
5874
  case GeographicShapeSeries.$$p[12]:
5875
- this.y4.c7();
5875
+ this.y5.c7();
5876
5876
  break;
5877
5877
  }
5878
5878
  };
@@ -5880,7 +5880,7 @@
5880
5880
  return 0.7;
5881
5881
  };
5882
5882
  GeographicShapeSeries.$t = igniteuiAngularCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5883
- GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z3:zp', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:z4:zq', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:zn:zr', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:z5:zs', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:yz:zt', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y0:zu', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y1:zv', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:z6:zw', [igniteuiAngularCore.Brush.$], 'MarkerStyle:z7:zx', [igniteuiAngularCore.Style.$], 'MarkerTemplate:zo:zy', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:y5:zz', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:y2:z0', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:z8:z1', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:y3:z2', [igniteuiAngularCharts.StyleSelector.$, null]]);
5883
+ GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:z5:zr', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:zo:zs', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:z6:zt', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:y0:zu', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [igniteuiAngularCore.Brush.$], 'MarkerStyle:z8:zy', [igniteuiAngularCore.Style.$], 'MarkerTemplate:zp:zz', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:y3:z1', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:y4:z3', [igniteuiAngularCharts.StyleSelector.$, null]]);
5884
5884
  return GeographicShapeSeries;
5885
5885
  }(GeographicShapeSeriesBase));
5886
5886
 
@@ -5929,11 +5929,11 @@
5929
5929
  * Gets or sets the fill brush.
5930
5930
  */
5931
5931
  get: function () {
5932
- return this.i.z8 ? this.i.z8.fill : null;
5932
+ return this.i.z9 ? this.i.z9.fill : null;
5933
5933
  },
5934
5934
  set: function (v) {
5935
5935
  this.ensureShapeStyle();
5936
- this.i.z8.fill = v;
5936
+ this.i.z9.fill = v;
5937
5937
  },
5938
5938
  enumerable: false,
5939
5939
  configurable: true
@@ -5943,11 +5943,11 @@
5943
5943
  * Gets or sets the stroke brush.
5944
5944
  */
5945
5945
  get: function () {
5946
- return this.i.z8 ? this.i.z8.stroke : null;
5946
+ return this.i.z9 ? this.i.z9.stroke : null;
5947
5947
  },
5948
5948
  set: function (v) {
5949
5949
  this.ensureShapeStyle();
5950
- this.i.z8.stroke = v;
5950
+ this.i.z9.stroke = v;
5951
5951
  },
5952
5952
  enumerable: false,
5953
5953
  configurable: true
@@ -5957,11 +5957,11 @@
5957
5957
  * Gets or sets the stroke thickness.
5958
5958
  */
5959
5959
  get: function () {
5960
- return this.i.z8 ? this.i.z8.strokeThickness : NaN;
5960
+ return this.i.z9 ? this.i.z9.strokeThickness : NaN;
5961
5961
  },
5962
5962
  set: function (v) {
5963
5963
  this.ensureShapeStyle();
5964
- this.i.z8.strokeThickness = +v;
5964
+ this.i.z9.strokeThickness = +v;
5965
5965
  },
5966
5966
  enumerable: false,
5967
5967
  configurable: true
@@ -5971,20 +5971,20 @@
5971
5971
  * Gets or sets the opacity.
5972
5972
  */
5973
5973
  get: function () {
5974
- return this.i.z8 ? this.i.z8.opacity : NaN;
5974
+ return this.i.z9 ? this.i.z9.opacity : NaN;
5975
5975
  },
5976
5976
  set: function (v) {
5977
5977
  this.ensureShapeStyle();
5978
- this.i.z8.opacity = +v;
5978
+ this.i.z9.opacity = +v;
5979
5979
  },
5980
5980
  enumerable: false,
5981
5981
  configurable: true
5982
5982
  });
5983
5983
  IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5984
- if (this.i.z8) {
5984
+ if (this.i.z9) {
5985
5985
  return;
5986
5986
  }
5987
- this.i.z8 = new igniteuiAngularCore.Style();
5987
+ this.i.z9 = new igniteuiAngularCore.Style();
5988
5988
  };
5989
5989
  Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
5990
5990
  /**
@@ -5992,10 +5992,10 @@
5992
5992
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5993
5993
  */
5994
5994
  get: function () {
5995
- return this.i.y2;
5995
+ return this.i.y3;
5996
5996
  },
5997
5997
  set: function (v) {
5998
- this.i.y2 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
5998
+ this.i.y3 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
5999
5999
  },
6000
6000
  enumerable: false,
6001
6001
  configurable: true
@@ -6005,10 +6005,10 @@
6005
6005
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6006
6006
  */
6007
6007
  get: function () {
6008
- return this.i.y1;
6008
+ return this.i.y2;
6009
6009
  },
6010
6010
  set: function (v) {
6011
- this.i.y1 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
6011
+ this.i.y2 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
6012
6012
  },
6013
6013
  enumerable: false,
6014
6014
  configurable: true
@@ -6018,10 +6018,10 @@
6018
6018
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
6019
6019
  */
6020
6020
  get: function () {
6021
- return this.i.y0;
6021
+ return this.i.y1;
6022
6022
  },
6023
6023
  set: function (v) {
6024
- this.i.y0 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
6024
+ this.i.y1 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
6025
6025
  },
6026
6026
  enumerable: false,
6027
6027
  configurable: true
@@ -6031,10 +6031,10 @@
6031
6031
  * Gets or sets the MarkerTemplate for the current series object.
6032
6032
  */
6033
6033
  get: function () {
6034
- return this.i.zo;
6034
+ return this.i.zp;
6035
6035
  },
6036
6036
  set: function (v) {
6037
- this.i.zo = v;
6037
+ this.i.zp = v;
6038
6038
  },
6039
6039
  enumerable: false,
6040
6040
  configurable: true
@@ -6044,10 +6044,10 @@
6044
6044
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6045
6045
  */
6046
6046
  get: function () {
6047
- return igniteuiAngularCore.brushToString(this.i.z5);
6047
+ return igniteuiAngularCore.brushToString(this.i.z6);
6048
6048
  },
6049
6049
  set: function (v) {
6050
- this.i.z5 = igniteuiAngularCore.stringToBrush(v);
6050
+ this.i.z6 = igniteuiAngularCore.stringToBrush(v);
6051
6051
  },
6052
6052
  enumerable: false,
6053
6053
  configurable: true
@@ -6057,10 +6057,10 @@
6057
6057
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6058
6058
  */
6059
6059
  get: function () {
6060
- return igniteuiAngularCore.brushToString(this.i.z6);
6060
+ return igniteuiAngularCore.brushToString(this.i.z7);
6061
6061
  },
6062
6062
  set: function (v) {
6063
- this.i.z6 = igniteuiAngularCore.stringToBrush(v);
6063
+ this.i.z7 = igniteuiAngularCore.stringToBrush(v);
6064
6064
  },
6065
6065
  enumerable: false,
6066
6066
  configurable: true
@@ -6070,10 +6070,10 @@
6070
6070
  * Gets or sets thickness of the marker outline
6071
6071
  */
6072
6072
  get: function () {
6073
- return this.i.y5;
6073
+ return this.i.y6;
6074
6074
  },
6075
6075
  set: function (v) {
6076
- this.i.y5 = +v;
6076
+ this.i.y6 = +v;
6077
6077
  },
6078
6078
  enumerable: false,
6079
6079
  configurable: true
@@ -6083,10 +6083,10 @@
6083
6083
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
6084
6084
  */
6085
6085
  get: function () {
6086
- return this.i.yz;
6086
+ return this.i.y0;
6087
6087
  },
6088
6088
  set: function (v) {
6089
- this.i.yz = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
6089
+ this.i.y0 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
6090
6090
  },
6091
6091
  enumerable: false,
6092
6092
  configurable: true
@@ -6096,10 +6096,10 @@
6096
6096
  * Gets the effective marker template for the current series object.
6097
6097
  */
6098
6098
  get: function () {
6099
- return this.i.zn;
6099
+ return this.i.zo;
6100
6100
  },
6101
6101
  set: function (v) {
6102
- this.i.zn = v;
6102
+ this.i.zo = v;
6103
6103
  },
6104
6104
  enumerable: false,
6105
6105
  configurable: true
@@ -6109,10 +6109,10 @@
6109
6109
  * Gets the effective marker brush for the current series object.
6110
6110
  */
6111
6111
  get: function () {
6112
- return igniteuiAngularCore.brushToString(this.i.z3);
6112
+ return igniteuiAngularCore.brushToString(this.i.z4);
6113
6113
  },
6114
6114
  set: function (v) {
6115
- this.i.z3 = igniteuiAngularCore.stringToBrush(v);
6115
+ this.i.z4 = igniteuiAngularCore.stringToBrush(v);
6116
6116
  },
6117
6117
  enumerable: false,
6118
6118
  configurable: true
@@ -6122,10 +6122,10 @@
6122
6122
  * Gets the effective marker outline for the current series object.
6123
6123
  */
6124
6124
  get: function () {
6125
- return igniteuiAngularCore.brushToString(this.i.z4);
6125
+ return igniteuiAngularCore.brushToString(this.i.z5);
6126
6126
  },
6127
6127
  set: function (v) {
6128
- this.i.z4 = igniteuiAngularCore.stringToBrush(v);
6128
+ this.i.z5 = igniteuiAngularCore.stringToBrush(v);
6129
6129
  },
6130
6130
  enumerable: false,
6131
6131
  configurable: true
@@ -6275,14 +6275,14 @@
6275
6275
  };
6276
6276
  GeographicPolylineSeriesView.prototype.ci = function () {
6277
6277
  _super.prototype.ci.call(this);
6278
- this.cy.xk.aas = this.cy.yz;
6279
- this.cy.xk.aax = this.cy.y7;
6278
+ this.cy.xl.aat = this.cy.y0;
6279
+ this.cy.xl.aay = this.cy.y8;
6280
6280
  };
6281
6281
  GeographicPolylineSeriesView.prototype.cz = function () {
6282
- this.cy.xk.aas = this.cy.yz;
6282
+ this.cy.xl.aat = this.cy.y0;
6283
6283
  };
6284
6284
  GeographicPolylineSeriesView.prototype.c0 = function () {
6285
- this.cy.xk.aax = this.cy.y7;
6285
+ this.cy.xl.aay = this.cy.y8;
6286
6286
  };
6287
6287
  GeographicPolylineSeriesView.$t = igniteuiAngularCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
6288
6288
  return GeographicPolylineSeriesView;
@@ -6307,33 +6307,33 @@
6307
6307
  GeographicPolylineSeries.prototype.ct = function () {
6308
6308
  return new GeographicPolylineSeriesView(this);
6309
6309
  };
6310
- GeographicPolylineSeries.prototype.rg = function (a) {
6311
- _super.prototype.rg.call(this, a);
6312
- this.y0 = a;
6310
+ GeographicPolylineSeries.prototype.rh = function (a) {
6311
+ _super.prototype.rh.call(this, a);
6312
+ this.y1 = a;
6313
6313
  };
6314
- GeographicPolylineSeries.prototype.xj = function () {
6314
+ GeographicPolylineSeries.prototype.xk = function () {
6315
6315
  var a = new igniteuiAngularCharts.ScatterPolylineSeries();
6316
- a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.y4));
6316
+ a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.y5));
6317
6317
  return a;
6318
6318
  };
6319
- GeographicPolylineSeries.prototype.y4 = function (a, b) {
6319
+ GeographicPolylineSeries.prototype.y5 = function (a, b) {
6320
6320
  if (this.styleShape != null) {
6321
6321
  this.styleShape(this, b);
6322
6322
  }
6323
6323
  };
6324
- GeographicPolylineSeries.prototype.rp = function (a, b, c, d) {
6325
- _super.prototype.rp.call(this, a, b, c, d);
6324
+ GeographicPolylineSeries.prototype.rq = function (a, b, c, d) {
6325
+ _super.prototype.rq.call(this, a, b, c, d);
6326
6326
  switch (b) {
6327
6327
  case GeographicPolylineSeries.$$p[1]:
6328
- this.y0.cz();
6328
+ this.y1.cz();
6329
6329
  break;
6330
6330
  case GeographicPolylineSeries.$$p[0]:
6331
- this.y0.c0();
6331
+ this.y1.c0();
6332
6332
  break;
6333
6333
  }
6334
6334
  };
6335
6335
  GeographicPolylineSeries.$t = igniteuiAngularCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6336
- GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y7:y5', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:yz:y6', [igniteuiAngularCharts.StyleSelector.$, null]]);
6336
+ GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:y0:y7', [igniteuiAngularCharts.StyleSelector.$, null]]);
6337
6337
  return GeographicPolylineSeries;
6338
6338
  }(GeographicShapeSeriesBase));
6339
6339
 
@@ -6382,11 +6382,11 @@
6382
6382
  * Gets or sets the fill brush.
6383
6383
  */
6384
6384
  get: function () {
6385
- return this.i.y7 ? this.i.y7.fill : null;
6385
+ return this.i.y8 ? this.i.y8.fill : null;
6386
6386
  },
6387
6387
  set: function (v) {
6388
6388
  this.ensureShapeStyle();
6389
- this.i.y7.fill = v;
6389
+ this.i.y8.fill = v;
6390
6390
  },
6391
6391
  enumerable: false,
6392
6392
  configurable: true
@@ -6396,11 +6396,11 @@
6396
6396
  * Gets or sets the stroke brush.
6397
6397
  */
6398
6398
  get: function () {
6399
- return this.i.y7 ? this.i.y7.stroke : null;
6399
+ return this.i.y8 ? this.i.y8.stroke : null;
6400
6400
  },
6401
6401
  set: function (v) {
6402
6402
  this.ensureShapeStyle();
6403
- this.i.y7.stroke = v;
6403
+ this.i.y8.stroke = v;
6404
6404
  },
6405
6405
  enumerable: false,
6406
6406
  configurable: true
@@ -6410,11 +6410,11 @@
6410
6410
  * Gets or sets the stroke thickness.
6411
6411
  */
6412
6412
  get: function () {
6413
- return this.i.y7 ? this.i.y7.strokeThickness : NaN;
6413
+ return this.i.y8 ? this.i.y8.strokeThickness : NaN;
6414
6414
  },
6415
6415
  set: function (v) {
6416
6416
  this.ensureShapeStyle();
6417
- this.i.y7.strokeThickness = +v;
6417
+ this.i.y8.strokeThickness = +v;
6418
6418
  },
6419
6419
  enumerable: false,
6420
6420
  configurable: true
@@ -6424,20 +6424,20 @@
6424
6424
  * Gets or sets the opacity.
6425
6425
  */
6426
6426
  get: function () {
6427
- return this.i.y7 ? this.i.y7.opacity : NaN;
6427
+ return this.i.y8 ? this.i.y8.opacity : NaN;
6428
6428
  },
6429
6429
  set: function (v) {
6430
6430
  this.ensureShapeStyle();
6431
- this.i.y7.opacity = +v;
6431
+ this.i.y8.opacity = +v;
6432
6432
  },
6433
6433
  enumerable: false,
6434
6434
  configurable: true
6435
6435
  });
6436
6436
  IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6437
- if (this.i.y7) {
6437
+ if (this.i.y8) {
6438
6438
  return;
6439
6439
  }
6440
- this.i.y7 = new igniteuiAngularCore.Style();
6440
+ this.i.y8 = new igniteuiAngularCore.Style();
6441
6441
  };
6442
6442
  Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
6443
6443
  get: function () {
@@ -6682,11 +6682,11 @@
6682
6682
  tslib.__extends(TileSeries, _super);
6683
6683
  function TileSeries() {
6684
6684
  var _this = _super.call(this) || this;
6685
+ _this.aau = null;
6685
6686
  _this.aat = null;
6686
- _this.aas = null;
6687
6687
  _this.imageTilesReady = null;
6688
- _this.aaw = null;
6689
- _this.aax = false;
6688
+ _this.aax = null;
6689
+ _this.aay = false;
6690
6690
  _this.ab = TileSeries.$;
6691
6691
  return _this;
6692
6692
  }
@@ -6699,42 +6699,42 @@
6699
6699
  TileSeries.prototype.ct = function () {
6700
6700
  return new TileSeriesView(this);
6701
6701
  };
6702
- TileSeries.prototype.rg = function (a) {
6703
- _super.prototype.rg.call(this, a);
6704
- this.aar = a;
6702
+ TileSeries.prototype.rh = function (a) {
6703
+ _super.prototype.rh.call(this, a);
6704
+ this.aas = a;
6705
6705
  };
6706
- TileSeries.prototype.get_yu = function () {
6706
+ TileSeries.prototype.get_yv = function () {
6707
6707
  return false;
6708
6708
  };
6709
- Object.defineProperty(TileSeries.prototype, "aav", {
6709
+ Object.defineProperty(TileSeries.prototype, "aaw", {
6710
6710
  get: function () {
6711
- return this.aat;
6711
+ return this.aau;
6712
6712
  },
6713
6713
  set: function (a) {
6714
- var b = a != this.aav;
6714
+ var b = a != this.aaw;
6715
6715
  if (b) {
6716
- var c = this.aav;
6717
- this.aat = a;
6716
+ var c = this.aaw;
6717
+ this.aau = a;
6718
6718
  this.raisePropertyChanged("TileImagery", c, a);
6719
6719
  }
6720
6720
  },
6721
6721
  enumerable: false,
6722
6722
  configurable: true
6723
6723
  });
6724
- Object.defineProperty(TileSeries.prototype, "aau", {
6724
+ Object.defineProperty(TileSeries.prototype, "aav", {
6725
6725
  get: function () {
6726
- return this.aas;
6726
+ return this.aat;
6727
6727
  },
6728
6728
  set: function (a) {
6729
- var b = this.aas;
6730
- this.aas = a;
6731
- this.raisePropertyChanged("ActualTileImagery", b, this.aas);
6729
+ var b = this.aat;
6730
+ this.aat = a;
6731
+ this.raisePropertyChanged("ActualTileImagery", b, this.aat);
6732
6732
  },
6733
6733
  enumerable: false,
6734
6734
  configurable: true
6735
6735
  });
6736
- TileSeries.prototype.rp = function (a, b, c, d) {
6737
- _super.prototype.rp.call(this, a, b, c, d);
6736
+ TileSeries.prototype.rq = function (a, b, c, d) {
6737
+ _super.prototype.rq.call(this, a, b, c, d);
6738
6738
  var e;
6739
6739
  var f;
6740
6740
  switch (b) {
@@ -6742,78 +6742,78 @@
6742
6742
  e = c;
6743
6743
  f = d;
6744
6744
  if (e != null) {
6745
- e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.aa0));
6745
+ e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.aa1));
6746
6746
  }
6747
6747
  if (f != null) {
6748
- f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.aa0));
6748
+ f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.aa1));
6749
6749
  }
6750
- this.aar.dv(e, f);
6751
- this.r7(false);
6752
- this.qz();
6750
+ this.aas.dv(e, f);
6751
+ this.r8(false);
6752
+ this.q0();
6753
6753
  break;
6754
6754
  case "ActualTileImagery":
6755
6755
  e = c;
6756
6756
  f = d;
6757
6757
  if (e != null) {
6758
- e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.aa1));
6758
+ e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.aa2));
6759
6759
  e.deferralHandler = null;
6760
6760
  }
6761
6761
  if (f != null) {
6762
- f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.aa1));
6762
+ f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.aa2));
6763
6763
  f.deferralHandler = this;
6764
6764
  }
6765
- this.aar.du(e, f);
6765
+ this.aas.du(e, f);
6766
6766
  if (f != null && igniteuiAngularCore.typeCast(XamGeographicMap.$, this.dc) !== null) {
6767
6767
  f.geographicMap = this.dc;
6768
- this.aa3(this.cw);
6769
- this.aar.dr(this.dc.yr);
6768
+ this.aa4(this.cw);
6769
+ this.aas.dr(this.dc.yr);
6770
6770
  }
6771
- this.qz();
6771
+ this.q0();
6772
6772
  break;
6773
6773
  case "ActualWindowRect":
6774
- this.aar.dr(d);
6774
+ this.aas.dr(d);
6775
6775
  break;
6776
6776
  case "WorldRect":
6777
- this.aar.dy(d);
6777
+ this.aas.dy(d);
6778
6778
  break;
6779
6779
  case "SeriesViewer":
6780
6780
  var g = c;
6781
6781
  var h = d;
6782
- if (g != null && this.aau != null) {
6783
- this.aau.be(null);
6782
+ if (g != null && this.aav != null) {
6783
+ this.aav.be(null);
6784
6784
  }
6785
- if (h != null && this.aau != null) {
6786
- this.aau.be(this.cw.ae);
6785
+ if (h != null && this.aav != null) {
6786
+ this.aav.be(this.cw.ae);
6787
6787
  }
6788
6788
  break;
6789
6789
  case "ActualBrush":
6790
6790
  case "ActualOutline":
6791
6791
  case "ActualThickness":
6792
- this.q1();
6792
+ this.q2();
6793
6793
  break;
6794
6794
  }
6795
6795
  };
6796
- TileSeries.prototype.aa0 = function (a, b) {
6796
+ TileSeries.prototype.aa1 = function (a, b) {
6797
6797
  if (b.propertyName == "MultiScaleImage") {
6798
- this.aa3(this.cw);
6798
+ this.aa4(this.cw);
6799
6799
  }
6800
6800
  };
6801
- TileSeries.prototype.aa1 = function (a, b) {
6801
+ TileSeries.prototype.aa2 = function (a, b) {
6802
6802
  if (this.imageTilesReady != null) {
6803
6803
  this.imageTilesReady(this, new igniteuiAngularCore.EventArgs());
6804
6804
  }
6805
- if (!this.aax) {
6806
- this.aar.dw();
6805
+ if (!this.aay) {
6806
+ this.aas.dw();
6807
6807
  }
6808
6808
  };
6809
6809
  TileSeries.prototype.register = function (a, b) {
6810
- this.aaw = b;
6810
+ this.aax = b;
6811
6811
  };
6812
6812
  TileSeries.prototype.unRegister = function (a) {
6813
- this.aaw = null;
6813
+ this.aax = null;
6814
6814
  };
6815
6815
  TileSeries.prototype.deferredRefresh = function () {
6816
- this.r7(false);
6816
+ this.r8(false);
6817
6817
  };
6818
6818
  TileSeries.prototype.deferAction = function (a) {
6819
6819
  if (this.j8 != null) {
@@ -6823,60 +6823,60 @@
6823
6823
  window.setTimeout(a, 0);
6824
6824
  }
6825
6825
  };
6826
- TileSeries.prototype.s7 = function (a, b) {
6827
- this.aar.dx();
6828
- _super.prototype.s7.call(this, a, b);
6826
+ TileSeries.prototype.s8 = function (a, b) {
6827
+ this.aas.dx();
6828
+ _super.prototype.s8.call(this, a, b);
6829
6829
  };
6830
- TileSeries.prototype.r8 = function (a) {
6831
- _super.prototype.r8.call(this, a);
6832
- this.aa2(a, this.cw);
6830
+ TileSeries.prototype.r9 = function (a) {
6831
+ _super.prototype.r9.call(this, a);
6832
+ this.aa3(a, this.cw);
6833
6833
  };
6834
- TileSeries.prototype.aa2 = function (a, b) {
6834
+ TileSeries.prototype.aa3 = function (a, b) {
6835
6835
  var c;
6836
6836
  var d;
6837
6837
  var e = b;
6838
6838
  var f = b.getViewInfo(c, d);
6839
6839
  c = f.p0;
6840
6840
  d = f.p1;
6841
- this.aa3(b);
6842
- if (this.aaw != null) {
6843
- this.aax = true;
6844
- this.aaw(a);
6845
- this.aax = false;
6841
+ this.aa4(b);
6842
+ if (this.aax != null) {
6843
+ this.aay = true;
6844
+ this.aax(a);
6845
+ this.aay = false;
6846
6846
  }
6847
6847
  e.dw();
6848
6848
  };
6849
- TileSeries.prototype.r6 = function (a, b, c, d, e) {
6850
- _super.prototype.r6.call(this, a, b, c, d, e);
6849
+ TileSeries.prototype.r7 = function (a, b, c, d, e) {
6850
+ _super.prototype.r7.call(this, a, b, c, d, e);
6851
6851
  var f = this.ht.item(d);
6852
6852
  f.bd(c);
6853
6853
  if (this.d7(f)) {
6854
6854
  return;
6855
6855
  }
6856
- this.z7(f);
6856
+ this.z8(f);
6857
6857
  };
6858
- TileSeries.prototype.aa3 = function (a) {
6858
+ TileSeries.prototype.aa4 = function (a) {
6859
6859
  var b;
6860
6860
  var c;
6861
6861
  var d = a.getViewInfo(b, c);
6862
6862
  b = d.p0;
6863
6863
  c = d.p1;
6864
- if (this.aav != null && this.aav.ao != null) {
6865
- if (this.aav != this.aau) {
6866
- this.aau = this.aav;
6864
+ if (this.aaw != null && this.aaw.ao != null) {
6865
+ if (this.aaw != this.aav) {
6866
+ this.aav = this.aaw;
6867
6867
  }
6868
- if (this.aau != null && !b.isEmpty) {
6869
- if (this.aau.width != b.width) {
6870
- this.aau.width = b.width;
6868
+ if (this.aav != null && !b.isEmpty) {
6869
+ if (this.aav.width != b.width) {
6870
+ this.aav.width = b.width;
6871
6871
  }
6872
- if (this.aau.height != b.height) {
6873
- this.aau.height = b.height;
6872
+ if (this.aav.height != b.height) {
6873
+ this.aav.height = b.height;
6874
6874
  }
6875
6875
  }
6876
6876
  }
6877
6877
  };
6878
- TileSeries.prototype.ph = function (a, b) {
6879
- _super.prototype.ph.call(this, a, b);
6878
+ TileSeries.prototype.pi = function (a, b) {
6879
+ _super.prototype.pi.call(this, a, b);
6880
6880
  b.ds();
6881
6881
  };
6882
6882
  TileSeries.$t = igniteuiAngularCore.markType(TileSeries, 'TileSeries', igniteuiAngularCharts.ShapeSeriesBase.$, [igniteuiAngularCore.IMapRenderDeferralHandler_$type]);
@@ -6899,8 +6899,8 @@
6899
6899
  TileSeriesView.prototype.a4 = function () {
6900
6900
  _super.prototype.a4.call(this);
6901
6901
  if (!this.t) {
6902
- this.dn.we = igniteuiAngularCharts.Defaults.tileSeries_Outline;
6903
- this.dn.vy = igniteuiAngularCharts.Defaults.tileSeries_Brush;
6902
+ this.dn.wf = igniteuiAngularCharts.Defaults.tileSeries_Outline;
6903
+ this.dn.vz = igniteuiAngularCharts.Defaults.tileSeries_Brush;
6904
6904
  }
6905
6905
  };
6906
6906
  TileSeriesView.prototype.cx = function (a, b) {
@@ -6927,8 +6927,8 @@
6927
6927
  this.a2();
6928
6928
  };
6929
6929
  TileSeriesView.prototype.dr = function (a) {
6930
- if (this.dn.aav != null) {
6931
- this.dn.aav.windowRect = a;
6930
+ if (this.dn.aaw != null) {
6931
+ this.dn.aaw.windowRect = a;
6932
6932
  }
6933
6933
  };
6934
6934
  TileSeriesView.prototype.du = function (a, b) {
@@ -6963,8 +6963,8 @@
6963
6963
  this.dq.setAttribute("width", this.b9.width.toString());
6964
6964
  this.dq.setAttribute("height", this.b9.height.toString());
6965
6965
  }
6966
- if (this.dn.aav != null) {
6967
- this.dn.aav.bf(this.b9);
6966
+ if (this.dn.aaw != null) {
6967
+ this.dn.aaw.bf(this.b9);
6968
6968
  }
6969
6969
  };
6970
6970
  TileSeriesView.prototype.bj = function (a, b) {
@@ -6998,8 +6998,8 @@
6998
6998
  TileSeriesView.prototype.ds = function () {
6999
6999
  };
7000
7000
  TileSeriesView.prototype.dy = function (a) {
7001
- if (this.dn.aav != null) {
7002
- this.dn.aav.a6();
7001
+ if (this.dn.aaw != null) {
7002
+ this.dn.aaw.a6();
7003
7003
  }
7004
7004
  };
7005
7005
  TileSeriesView.$t = igniteuiAngularCore.markType(TileSeriesView, 'TileSeriesView', igniteuiAngularCharts.ShapeSeriesViewBase.$);
@@ -7049,14 +7049,14 @@
7049
7049
  * The MapImagery which is used to provide the tiles for display.
7050
7050
  */
7051
7051
  get: function () {
7052
- var r = this.i.aav;
7052
+ var r = this.i.aaw;
7053
7053
  if (r == null) {
7054
7054
  return null;
7055
7055
  }
7056
7056
  return r.externalObject;
7057
7057
  },
7058
7058
  set: function (v) {
7059
- v == null ? this.i.aav = null : this.i.aav = v.i;
7059
+ v == null ? this.i.aaw = null : this.i.aaw = v.i;
7060
7060
  },
7061
7061
  enumerable: false,
7062
7062
  configurable: true
@@ -7157,8 +7157,8 @@
7157
7157
  tslib.__extends(GeographicTileSeries, _super);
7158
7158
  function GeographicTileSeries() {
7159
7159
  var _this = _super.call(this) || this;
7160
+ _this.y1 = null;
7160
7161
  _this.y0 = null;
7161
- _this.yz = null;
7162
7162
  _this.imageTilesReady = null;
7163
7163
  _this.ab = GeographicTileSeries.$;
7164
7164
  return _this;
@@ -7169,53 +7169,53 @@
7169
7169
  GeographicTileSeries.prototype.get_f6 = function () {
7170
7170
  return true;
7171
7171
  };
7172
- Object.defineProperty(GeographicTileSeries.prototype, "y1", {
7172
+ Object.defineProperty(GeographicTileSeries.prototype, "y2", {
7173
7173
  get: function () {
7174
- return this.y0;
7174
+ return this.y1;
7175
7175
  },
7176
7176
  set: function (a) {
7177
- var b = a != this.y1;
7177
+ var b = a != this.y2;
7178
7178
  if (b) {
7179
- var c = this.y1;
7180
- this.y0 = a;
7179
+ var c = this.y2;
7180
+ this.y1 = a;
7181
7181
  this.raisePropertyChanged("TileImagery", c, a);
7182
7182
  }
7183
7183
  },
7184
7184
  enumerable: false,
7185
7185
  configurable: true
7186
7186
  });
7187
- GeographicTileSeries.prototype.y5 = function () {
7188
- if (this.y1 != null) {
7189
- this.y1.clearTileCache();
7187
+ GeographicTileSeries.prototype.y6 = function () {
7188
+ if (this.y2 != null) {
7189
+ this.y2.clearTileCache();
7190
7190
  }
7191
7191
  };
7192
- GeographicTileSeries.prototype.rp = function (a, b, c, d) {
7193
- _super.prototype.rp.call(this, a, b, c, d);
7192
+ GeographicTileSeries.prototype.rq = function (a, b, c, d) {
7193
+ _super.prototype.rq.call(this, a, b, c, d);
7194
7194
  switch (b) {
7195
7195
  case "TileImagery":
7196
- if (this.xk != null) {
7197
- this.xk.aav = this.y1;
7196
+ if (this.xl != null) {
7197
+ this.xl.aaw = this.y2;
7198
7198
  }
7199
7199
  break;
7200
7200
  }
7201
7201
  };
7202
- GeographicTileSeries.prototype.xp = function (a, b) {
7203
- _super.prototype.xp.call(this, a, b);
7204
- this.xk.aav = this.y1;
7205
- if (this.yz != null) {
7206
- var c = this.yz;
7207
- c.imageTilesReady = igniteuiAngularCore.delegateRemove(c.imageTilesReady, igniteuiAngularCore.runOn(this, this.y4));
7202
+ GeographicTileSeries.prototype.xq = function (a, b) {
7203
+ _super.prototype.xq.call(this, a, b);
7204
+ this.xl.aaw = this.y2;
7205
+ if (this.y0 != null) {
7206
+ var c = this.y0;
7207
+ c.imageTilesReady = igniteuiAngularCore.delegateRemove(c.imageTilesReady, igniteuiAngularCore.runOn(this, this.y5));
7208
7208
  }
7209
- this.yz = this.xk;
7210
- if (this.yz != null) {
7211
- var d = this.yz;
7212
- d.imageTilesReady = igniteuiAngularCore.delegateCombine(d.imageTilesReady, igniteuiAngularCore.runOn(this, this.y4));
7209
+ this.y0 = this.xl;
7210
+ if (this.y0 != null) {
7211
+ var d = this.y0;
7212
+ d.imageTilesReady = igniteuiAngularCore.delegateCombine(d.imageTilesReady, igniteuiAngularCore.runOn(this, this.y5));
7213
7213
  }
7214
7214
  };
7215
- GeographicTileSeries.prototype.xj = function () {
7215
+ GeographicTileSeries.prototype.xk = function () {
7216
7216
  return new TileSeries();
7217
7217
  };
7218
- GeographicTileSeries.prototype.y4 = function (a, b) {
7218
+ GeographicTileSeries.prototype.y5 = function (a, b) {
7219
7219
  if (this.imageTilesReady != null) {
7220
7220
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
7221
7221
  }
@@ -7262,14 +7262,14 @@
7262
7262
  * The MapImagery which is used to provide the tiles for display.
7263
7263
  */
7264
7264
  get: function () {
7265
- var r = this.i.y1;
7265
+ var r = this.i.y2;
7266
7266
  if (r == null) {
7267
7267
  return null;
7268
7268
  }
7269
7269
  return r.externalObject;
7270
7270
  },
7271
7271
  set: function (v) {
7272
- v == null ? this.i.y1 = null : this.i.y1 = v.i;
7272
+ v == null ? this.i.y2 = null : this.i.y2 = v.i;
7273
7273
  },
7274
7274
  enumerable: false,
7275
7275
  configurable: true
@@ -7289,7 +7289,7 @@
7289
7289
 
7290
7290
  */
7291
7291
  IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
7292
- this.i.y5();
7292
+ this.i.y6();
7293
7293
  };
7294
7294
  Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
7295
7295
  /**
@@ -7410,10 +7410,10 @@
7410
7410
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7411
7411
  */
7412
7412
  get: function () {
7413
- return this.i.xu;
7413
+ return this.i.xv;
7414
7414
  },
7415
7415
  set: function (v) {
7416
- this.i.xu = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
7416
+ this.i.xv = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
7417
7417
  },
7418
7418
  enumerable: false,
7419
7419
  configurable: true
@@ -7423,10 +7423,10 @@
7423
7423
  * Gets or sets thickness of the marker outline
7424
7424
  */
7425
7425
  get: function () {
7426
- return this.i.xv;
7426
+ return this.i.xw;
7427
7427
  },
7428
7428
  set: function (v) {
7429
- this.i.xv = +v;
7429
+ this.i.xw = +v;
7430
7430
  },
7431
7431
  enumerable: false,
7432
7432
  configurable: true
@@ -7436,10 +7436,10 @@
7436
7436
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7437
7437
  */
7438
7438
  get: function () {
7439
- return this.i.xt;
7439
+ return this.i.xu;
7440
7440
  },
7441
7441
  set: function (v) {
7442
- this.i.xt = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
7442
+ this.i.xu = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
7443
7443
  },
7444
7444
  enumerable: false,
7445
7445
  configurable: true
@@ -7449,10 +7449,10 @@
7449
7449
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7450
7450
  */
7451
7451
  get: function () {
7452
- return this.i.xs;
7452
+ return this.i.xt;
7453
7453
  },
7454
7454
  set: function (v) {
7455
- this.i.xs = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
7455
+ this.i.xt = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
7456
7456
  },
7457
7457
  enumerable: false,
7458
7458
  configurable: true
@@ -7462,10 +7462,10 @@
7462
7462
  * Gets or sets the MarkerTemplate for the current series object.
7463
7463
  */
7464
7464
  get: function () {
7465
- return this.i.ya;
7465
+ return this.i.yb;
7466
7466
  },
7467
7467
  set: function (v) {
7468
- this.i.ya = v;
7468
+ this.i.yb = v;
7469
7469
  },
7470
7470
  enumerable: false,
7471
7471
  configurable: true
@@ -7475,10 +7475,10 @@
7475
7475
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7476
7476
  */
7477
7477
  get: function () {
7478
- return igniteuiAngularCore.brushToString(this.i.yo);
7478
+ return igniteuiAngularCore.brushToString(this.i.yp);
7479
7479
  },
7480
7480
  set: function (v) {
7481
- this.i.yo = igniteuiAngularCore.stringToBrush(v);
7481
+ this.i.yp = igniteuiAngularCore.stringToBrush(v);
7482
7482
  },
7483
7483
  enumerable: false,
7484
7484
  configurable: true
@@ -7488,10 +7488,10 @@
7488
7488
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7489
7489
  */
7490
7490
  get: function () {
7491
- return igniteuiAngularCore.brushToString(this.i.yp);
7491
+ return igniteuiAngularCore.brushToString(this.i.yq);
7492
7492
  },
7493
7493
  set: function (v) {
7494
- this.i.yp = igniteuiAngularCore.stringToBrush(v);
7494
+ this.i.yq = igniteuiAngularCore.stringToBrush(v);
7495
7495
  },
7496
7496
  enumerable: false,
7497
7497
  configurable: true
@@ -7503,10 +7503,10 @@
7503
7503
  * choose a representative set.
7504
7504
  */
7505
7505
  get: function () {
7506
- return this.i.xw;
7506
+ return this.i.xx;
7507
7507
  },
7508
7508
  set: function (v) {
7509
- this.i.xw = +v;
7509
+ this.i.xx = +v;
7510
7510
  },
7511
7511
  enumerable: false,
7512
7512
  configurable: true
@@ -7516,10 +7516,10 @@
7516
7516
  * Gets the effective marker template for the current series object.
7517
7517
  */
7518
7518
  get: function () {
7519
- return this.i.x9;
7519
+ return this.i.ya;
7520
7520
  },
7521
7521
  set: function (v) {
7522
- this.i.x9 = v;
7522
+ this.i.ya = v;
7523
7523
  },
7524
7524
  enumerable: false,
7525
7525
  configurable: true
@@ -7529,10 +7529,10 @@
7529
7529
  * Gets the effective marker brush for the current series object.
7530
7530
  */
7531
7531
  get: function () {
7532
- return igniteuiAngularCore.brushToString(this.i.ym);
7532
+ return igniteuiAngularCore.brushToString(this.i.yn);
7533
7533
  },
7534
7534
  set: function (v) {
7535
- this.i.ym = igniteuiAngularCore.stringToBrush(v);
7535
+ this.i.yn = igniteuiAngularCore.stringToBrush(v);
7536
7536
  },
7537
7537
  enumerable: false,
7538
7538
  configurable: true
@@ -7542,10 +7542,10 @@
7542
7542
  * Gets the effective marker outline for the current series object.
7543
7543
  */
7544
7544
  get: function () {
7545
- return igniteuiAngularCore.brushToString(this.i.yn);
7545
+ return igniteuiAngularCore.brushToString(this.i.yo);
7546
7546
  },
7547
7547
  set: function (v) {
7548
- this.i.yn = igniteuiAngularCore.stringToBrush(v);
7548
+ this.i.yo = igniteuiAngularCore.stringToBrush(v);
7549
7549
  },
7550
7550
  enumerable: false,
7551
7551
  configurable: true
@@ -7596,75 +7596,75 @@
7596
7596
  tslib.__extends(GeographicMarkerSeries, _super);
7597
7597
  function GeographicMarkerSeries() {
7598
7598
  var _this = _super.call(this) || this;
7599
- var a = _this.xk;
7600
- a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.x8));
7599
+ var a = _this.xl;
7600
+ a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.x9));
7601
7601
  return _this;
7602
7602
  }
7603
- GeographicMarkerSeries.prototype.tg = function () {
7604
- return this.x9;
7605
- };
7606
- GeographicMarkerSeries.prototype.v4 = function () {
7607
- return this.ym;
7603
+ GeographicMarkerSeries.prototype.th = function () {
7604
+ return this.ya;
7608
7605
  };
7609
7606
  GeographicMarkerSeries.prototype.v5 = function () {
7610
7607
  return this.yn;
7611
7608
  };
7609
+ GeographicMarkerSeries.prototype.v6 = function () {
7610
+ return this.yo;
7611
+ };
7612
7612
  GeographicMarkerSeries.prototype.iu = function () {
7613
- return this.xv;
7613
+ return this.xw;
7614
7614
  };
7615
7615
  GeographicMarkerSeries.prototype.ml = function () {
7616
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.xk);
7616
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.xl);
7617
7617
  if (a == null) {
7618
7618
  return "Unknown";
7619
7619
  }
7620
7620
  return a.ml();
7621
7621
  };
7622
- GeographicMarkerSeries.prototype.x8 = function (a, b) {
7623
- var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.xk);
7622
+ GeographicMarkerSeries.prototype.x9 = function (a, b) {
7623
+ var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.xl);
7624
7624
  if (c == null) {
7625
7625
  return;
7626
7626
  }
7627
7627
  if (b.propertyName == "ActualMarkerTemplate") {
7628
- this.x9 = c.yk;
7628
+ this.ya = c.yl;
7629
7629
  }
7630
7630
  else if (b.propertyName == "ActualMarkerOutline") {
7631
- this.yn = c.y2;
7631
+ this.yo = c.y3;
7632
7632
  }
7633
7633
  else if (b.propertyName == "ActualMarkerBrush") {
7634
- this.ym = c.y1;
7634
+ this.yn = c.y2;
7635
7635
  }
7636
7636
  };
7637
- GeographicMarkerSeries.prototype.rp = function (a, b, c, d) {
7638
- _super.prototype.rp.call(this, a, b, c, d);
7637
+ GeographicMarkerSeries.prototype.rq = function (a, b, c, d) {
7638
+ _super.prototype.rq.call(this, a, b, c, d);
7639
7639
  switch (b) {
7640
7640
  case GeographicMarkerSeries.$$p[3]:
7641
- this.xk.y3 = this.yo;
7641
+ this.xl.y4 = this.yp;
7642
7642
  break;
7643
7643
  case GeographicMarkerSeries.$$p[6]:
7644
- this.xk.y4 = this.yp;
7644
+ this.xl.y5 = this.yq;
7645
7645
  break;
7646
7646
  case GeographicMarkerSeries.$$p[5]:
7647
- this.xk.xo = this.xt;
7647
+ this.xl.xp = this.xu;
7648
7648
  break;
7649
7649
  case GeographicMarkerSeries.$$p[4]:
7650
- this.xk.xk = this.xs;
7650
+ this.xl.xl = this.xt;
7651
7651
  break;
7652
7652
  case GeographicMarkerSeries.$$p[9]:
7653
- this.xk.xu = this.xu;
7653
+ this.xl.xv = this.xv;
7654
7654
  break;
7655
7655
  case GeographicMarkerSeries.$$p[7]:
7656
- this.xk.ym = this.ya;
7656
+ this.xl.yn = this.yb;
7657
7657
  break;
7658
7658
  case GeographicMarkerSeries.$$p[8]:
7659
- this.xk.x3 = this.xv;
7659
+ this.xl.x4 = this.xw;
7660
7660
  break;
7661
7661
  case GeographicMarkerSeries.$$p[10]:
7662
- this.xk.aat = this.xw;
7662
+ this.xl.aau = this.xx;
7663
7663
  break;
7664
7664
  }
7665
7665
  };
7666
7666
  GeographicMarkerSeries.$t = igniteuiAngularCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7667
- GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:ym:yb', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:yn:yc', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:x9:yd', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:yo:ye', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:xs:yf', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xt:yg', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:yp:yh', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:ya:yi', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:xv:yj', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:xu:yk', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:xw:yl', [1, 400]]);
7667
+ GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:yo:yd', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:ya:ye', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:yp:yf', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:xt:yg', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:yb:yj', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:xv:yl', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
7668
7668
  return GeographicMarkerSeries;
7669
7669
  }(GeographicMapSeriesHost));
7670
7670
 
@@ -7692,49 +7692,49 @@
7692
7692
  };
7693
7693
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7694
7694
  _super.prototype.ci.call(this);
7695
- var a = this.cu.xk;
7696
- a.abd = this.cu.zj;
7697
- a.abl = this.cu.zh;
7698
- a.xu = this.cu.xu;
7699
- a.ym = this.cu.ya;
7700
- a.x3 = this.cu.xv;
7695
+ var a = this.cu.xl;
7696
+ a.abe = this.cu.zk;
7697
+ a.abm = this.cu.zi;
7698
+ a.xv = this.cu.xv;
7699
+ a.yn = this.cu.yb;
7700
+ a.x4 = this.cu.xw;
7701
+ a.ado = this.cu.y4;
7702
+ a.aee = this.cu.zp;
7703
+ a.add = this.cu.yw;
7704
+ a.ad4 = this.cu.zg;
7705
+ a.adz = this.cu.y8;
7706
+ a.ada = this.cu.yt;
7707
+ a.adm = this.cu.y0;
7701
7708
  a.adn = this.cu.y3;
7702
- a.aed = this.cu.zo;
7703
- a.adc = this.cu.yv;
7704
- a.ad3 = this.cu.zf;
7705
- a.ady = this.cu.y7;
7706
- a.ac9 = this.cu.ys;
7707
- a.adl = this.cu.yz;
7708
- a.adm = this.cu.y2;
7709
+ a.adt = this.cu.y6;
7709
7710
  a.ads = this.cu.y5;
7710
- a.adr = this.cu.y4;
7711
7711
  };
7712
7712
  GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
7713
- this.cu.xk.abd = this.cu.zj;
7713
+ this.cu.xl.abe = this.cu.zk;
7714
7714
  };
7715
7715
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
7716
- this.cu.xk.abl = this.cu.zh;
7716
+ this.cu.xl.abm = this.cu.zi;
7717
7717
  };
7718
7718
  GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
7719
- this.cu.xk.xu = this.cu.xu;
7719
+ this.cu.xl.xv = this.cu.xv;
7720
7720
  };
7721
7721
  GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
7722
- this.cu.xk.ym = this.cu.ya;
7722
+ this.cu.xl.yn = this.cu.yb;
7723
7723
  };
7724
7724
  GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
7725
- this.cu.xk.x3 = this.cu.xv;
7725
+ this.cu.xl.x4 = this.cu.xw;
7726
7726
  };
7727
7727
  GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
7728
- this.cu.xk.aat = this.cu.xw;
7728
+ this.cu.xl.aau = this.cu.xx;
7729
7729
  };
7730
7730
  GeographicProportionalSymbolSeriesView.prototype.db = function () {
7731
- this.cu.xk.xAxis = this.cu.dc.zh;
7731
+ this.cu.xl.xAxis = this.cu.dc.zh;
7732
7732
  };
7733
7733
  GeographicProportionalSymbolSeriesView.prototype.dc = function () {
7734
- this.cu.xk.yAxis = this.cu.dc.zj;
7734
+ this.cu.xl.yAxis = this.cu.dc.zj;
7735
7735
  };
7736
7736
  GeographicProportionalSymbolSeriesView.prototype.da = function () {
7737
- var a = this.cu.xk;
7737
+ var a = this.cu.xl;
7738
7738
  if (this.cu.dc == null) {
7739
7739
  a.xAxis = null;
7740
7740
  a.yAxis = null;
@@ -7744,45 +7744,45 @@
7744
7744
  a.yAxis = this.cu.dc.zj;
7745
7745
  };
7746
7746
  GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
7747
- this.cu.xk.y3 = this.cu.yo;
7747
+ this.cu.xl.y4 = this.cu.yp;
7748
7748
  };
7749
7749
  GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
7750
- this.cu.xk.y4 = this.cu.yp;
7750
+ this.cu.xl.y5 = this.cu.yq;
7751
7751
  };
7752
7752
  GeographicProportionalSymbolSeriesView.prototype.dd = function () {
7753
- this.cu.xk.aed = this.cu.zo;
7753
+ this.cu.xl.aee = this.cu.zp;
7754
7754
  };
7755
7755
  GeographicProportionalSymbolSeriesView.prototype.de = function () {
7756
- this.cu.xk.adc = this.cu.yv;
7757
- this.cu.xk.adn = this.cu.y3;
7756
+ this.cu.xl.add = this.cu.yw;
7757
+ this.cu.xl.ado = this.cu.y4;
7758
7758
  };
7759
7759
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7760
- this.cu.xk.ad3 = this.cu.zf;
7760
+ this.cu.xl.ad4 = this.cu.zg;
7761
7761
  };
7762
7762
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7763
- this.cu.xk.ac9 = this.cu.ys;
7764
- this.cu.xk.adl = this.cu.yz;
7765
- this.cu.xk.adm = this.cu.y2;
7766
- this.cu.xk.ads = this.cu.y5;
7767
- this.cu.xk.adr = this.cu.y4;
7763
+ this.cu.xl.ada = this.cu.yt;
7764
+ this.cu.xl.adm = this.cu.y0;
7765
+ this.cu.xl.adn = this.cu.y3;
7766
+ this.cu.xl.adt = this.cu.y6;
7767
+ this.cu.xl.ads = this.cu.y5;
7768
7768
  };
7769
7769
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7770
- this.cu.xk.ady = this.cu.y7;
7770
+ this.cu.xl.adz = this.cu.y8;
7771
7771
  };
7772
7772
  GeographicProportionalSymbolSeriesView.prototype.df = function () {
7773
- this.cu.xk.adn = this.cu.y3;
7773
+ this.cu.xl.ado = this.cu.y4;
7774
7774
  };
7775
7775
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7776
- this.cu.xk.adl = this.cu.yz;
7776
+ this.cu.xl.adm = this.cu.y0;
7777
7777
  };
7778
7778
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
7779
- this.cu.xk.adm = this.cu.y2;
7779
+ this.cu.xl.adn = this.cu.y3;
7780
7780
  };
7781
7781
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
7782
- this.cu.xk.ads = this.cu.y5;
7782
+ this.cu.xl.adt = this.cu.y6;
7783
7783
  };
7784
7784
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7785
- this.cu.xk.adr = this.cu.y4;
7785
+ this.cu.xl.ads = this.cu.y5;
7786
7786
  };
7787
7787
  GeographicProportionalSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7788
7788
  return GeographicProportionalSymbolSeriesView;
@@ -7794,9 +7794,9 @@
7794
7794
  tslib.__extends(GeographicProportionalSymbolSeries, _super);
7795
7795
  function GeographicProportionalSymbolSeries() {
7796
7796
  var _this = _super.call(this) || this;
7797
- _this.yt = null;
7797
+ _this.yu = null;
7798
+ _this.yz = false;
7798
7799
  _this.yy = false;
7799
- _this.yx = false;
7800
7800
  _this.assigningScatterStyle = null;
7801
7801
  _this.assigningScatterMarkerStyle = null;
7802
7802
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7811,111 +7811,111 @@
7811
7811
  GeographicProportionalSymbolSeries.prototype.ct = function () {
7812
7812
  return new GeographicProportionalSymbolSeriesView(this);
7813
7813
  };
7814
- GeographicProportionalSymbolSeries.prototype.rg = function (a) {
7815
- _super.prototype.rg.call(this, a);
7816
- this.yw = a;
7814
+ GeographicProportionalSymbolSeries.prototype.rh = function (a) {
7815
+ _super.prototype.rh.call(this, a);
7816
+ this.yx = a;
7817
7817
  };
7818
7818
  GeographicProportionalSymbolSeries.prototype.jt = function () {
7819
7819
  return 0.7;
7820
7820
  };
7821
- GeographicProportionalSymbolSeries.prototype.xj = function () {
7821
+ GeographicProportionalSymbolSeries.prototype.xk = function () {
7822
7822
  return new igniteuiAngularCharts.BubbleSeries();
7823
7823
  };
7824
7824
  GeographicProportionalSymbolSeries.prototype.get_fh = function () {
7825
7825
  return true;
7826
7826
  };
7827
- GeographicProportionalSymbolSeries.prototype.rp = function (a, b, c, d) {
7828
- _super.prototype.rp.call(this, a, b, c, d);
7827
+ GeographicProportionalSymbolSeries.prototype.rq = function (a, b, c, d) {
7828
+ _super.prototype.rq.call(this, a, b, c, d);
7829
7829
  switch (b) {
7830
7830
  case "SeriesViewer":
7831
- this.yw.da();
7831
+ this.yx.da();
7832
7832
  break;
7833
7833
  case GeographicProportionalSymbolSeries.$$p[9]:
7834
- this.yw.c3();
7834
+ this.yx.c3();
7835
7835
  break;
7836
7836
  case GeographicProportionalSymbolSeries.$$p[8]:
7837
- this.yw.c2();
7837
+ this.yx.c2();
7838
7838
  break;
7839
7839
  case "XAxis":
7840
- this.yw.db();
7840
+ this.yx.db();
7841
7841
  break;
7842
7842
  case "YAxis":
7843
- this.yw.dc();
7843
+ this.yx.dc();
7844
7844
  break;
7845
7845
  case GeographicProportionalSymbolSeries.$$p[13]:
7846
- this.yw.dd();
7846
+ this.yx.dd();
7847
7847
  break;
7848
7848
  case GeographicProportionalSymbolSeries.$$p[14]:
7849
- this.yw.de();
7849
+ this.yx.de();
7850
7850
  break;
7851
7851
  case GeographicProportionalSymbolSeries.$$p[15]:
7852
- this.yw.df();
7852
+ this.yx.df();
7853
7853
  break;
7854
7854
  case GeographicProportionalSymbolSeries.$$p[7]:
7855
- this.yw.cy();
7855
+ this.yx.cy();
7856
7856
  break;
7857
7857
  case GeographicProportionalSymbolSeries.$$p[0]:
7858
- this.yw.cv();
7858
+ this.yx.cv();
7859
7859
  break;
7860
7860
  case GeographicProportionalSymbolSeries.$$p[1]:
7861
- this.yw.cw();
7861
+ this.yx.cw();
7862
7862
  break;
7863
7863
  case GeographicProportionalSymbolSeries.$$p[2]:
7864
- this.yw.cx();
7864
+ this.yx.cx();
7865
7865
  break;
7866
7866
  case GeographicProportionalSymbolSeries.$$p[12]:
7867
- this.yw.c1();
7867
+ this.yx.c1();
7868
7868
  break;
7869
7869
  case GeographicProportionalSymbolSeries.$$p[11]:
7870
- this.yw.c0();
7870
+ this.yx.c0();
7871
7871
  break;
7872
7872
  case GeographicProportionalSymbolSeries.$$p[10]:
7873
- this.yw.cz();
7873
+ this.yx.cz();
7874
7874
  break;
7875
7875
  case GeographicProportionalSymbolSeries.$$p[4]:
7876
- this.xk.z9 = this.y1;
7877
- this.yy = this.y1;
7878
- if (this.y1) {
7879
- var e = this.xk;
7880
- e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zt));
7876
+ this.xl.aaa = this.y2;
7877
+ this.yz = this.y2;
7878
+ if (this.y2) {
7879
+ var e = this.xl;
7880
+ e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zu));
7881
7881
  }
7882
7882
  else {
7883
- var f = this.xk;
7884
- f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zt));
7883
+ var f = this.xl;
7884
+ f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zu));
7885
7885
  }
7886
7886
  break;
7887
7887
  case GeographicProportionalSymbolSeries.$$p[3]:
7888
- this.xk.z8 = this.y0;
7889
- this.yx = this.y0;
7890
- if (this.y1) {
7891
- var g = this.xk;
7892
- g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zs));
7888
+ this.xl.z9 = this.y1;
7889
+ this.yy = this.y1;
7890
+ if (this.y2) {
7891
+ var g = this.xl;
7892
+ g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zt));
7893
7893
  }
7894
7894
  else {
7895
- var h = this.xk;
7896
- h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zs));
7895
+ var h = this.xl;
7896
+ h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zt));
7897
7897
  }
7898
7898
  break;
7899
7899
  case GeographicProportionalSymbolSeries.$$p[5]:
7900
- this.xk.zs = this.yu;
7900
+ this.xl.zt = this.yv;
7901
7901
  break;
7902
7902
  case GeographicProportionalSymbolSeries.$$p[6]:
7903
- this.xk.aas = this.y6;
7903
+ this.xl.aat = this.y7;
7904
7904
  break;
7905
7905
  }
7906
7906
  };
7907
- GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
7907
+ GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
7908
7908
  if (this.assigningScatterStyle != null) {
7909
7909
  this.assigningScatterStyle(this, b);
7910
7910
  }
7911
7911
  };
7912
- GeographicProportionalSymbolSeries.prototype.zs = function (a, b) {
7912
+ GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
7913
7913
  if (this.assigningScatterMarkerStyle != null) {
7914
7914
  this.assigningScatterMarkerStyle(this, b);
7915
7915
  }
7916
7916
  };
7917
7917
  GeographicProportionalSymbolSeries.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7918
- GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y7:zu', [2], 'FillScale:ys:zv', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:yz:zw', [0, false], 'IsCustomScatterMarkerStyleAllowed:y0:zx', [0, false], 'IsCustomScatterStyleAllowed:y1:zy', [0, false], 'ItemSearchMode:yu:zz', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y6:z0', [1, 10000], 'LabelMemberPath:zf:z1', [2], 'LatitudeMemberPath:zh:z2', [2, null], 'LongitudeMemberPath:zj:z3', [2, null], 'MarkerBrushBrightness:y4:z4', [1, NaN], 'MarkerOutlineBrightness:y5:z5', [1, NaN], 'MarkerOutlineUsesFillScale:y2:z6', [0, false], 'RadiusMemberPath:zo:z7', [2, null], 'RadiusScale:yv:z8', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:y3:z9', [0, false]]);
7918
+ GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
7919
7919
  return GeographicProportionalSymbolSeries;
7920
7920
  }(GeographicMarkerSeries));
7921
7921
 
@@ -7966,10 +7966,10 @@
7966
7966
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7967
7967
  */
7968
7968
  get: function () {
7969
- return this.i.zh;
7969
+ return this.i.zi;
7970
7970
  },
7971
7971
  set: function (v) {
7972
- this.i.zh = v;
7972
+ this.i.zi = v;
7973
7973
  },
7974
7974
  enumerable: false,
7975
7975
  configurable: true
@@ -7979,10 +7979,10 @@
7979
7979
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7980
7980
  */
7981
7981
  get: function () {
7982
- return this.i.zj;
7982
+ return this.i.zk;
7983
7983
  },
7984
7984
  set: function (v) {
7985
- this.i.zj = v;
7985
+ this.i.zk = v;
7986
7986
  },
7987
7987
  enumerable: false,
7988
7988
  configurable: true
@@ -7992,10 +7992,10 @@
7992
7992
  * Gets or sets the radius mapping property for the current series object.
7993
7993
  */
7994
7994
  get: function () {
7995
- return this.i.zo;
7995
+ return this.i.zp;
7996
7996
  },
7997
7997
  set: function (v) {
7998
- this.i.zo = v;
7998
+ this.i.zp = v;
7999
7999
  },
8000
8000
  enumerable: false,
8001
8001
  configurable: true
@@ -8005,7 +8005,7 @@
8005
8005
  * Gets or sets the radius size scale for the bubbles.
8006
8006
  */
8007
8007
  get: function () {
8008
- var r = this.i.yv;
8008
+ var r = this.i.yw;
8009
8009
  if (r == null) {
8010
8010
  return null;
8011
8011
  }
@@ -8021,7 +8021,7 @@
8021
8021
  set: function (v) {
8022
8022
  if (v != null && this._stylingContainer && v._styling)
8023
8023
  v._styling(this._stylingContainer, this, this);
8024
- v == null ? this.i.yv = null : this.i.yv = v.i;
8024
+ v == null ? this.i.yw = null : this.i.yw = v.i;
8025
8025
  },
8026
8026
  enumerable: false,
8027
8027
  configurable: true
@@ -8031,10 +8031,10 @@
8031
8031
  * Gets or sets the Label mapping property for the current series object.
8032
8032
  */
8033
8033
  get: function () {
8034
- return this.i.zf;
8034
+ return this.i.zg;
8035
8035
  },
8036
8036
  set: function (v) {
8037
- this.i.zf = v;
8037
+ this.i.zg = v;
8038
8038
  },
8039
8039
  enumerable: false,
8040
8040
  configurable: true
@@ -8044,10 +8044,10 @@
8044
8044
  * Gets or sets the fill mapping property for the current series object.
8045
8045
  */
8046
8046
  get: function () {
8047
- return this.i.y7;
8047
+ return this.i.y8;
8048
8048
  },
8049
8049
  set: function (v) {
8050
- this.i.y7 = v;
8050
+ this.i.y8 = v;
8051
8051
  },
8052
8052
  enumerable: false,
8053
8053
  configurable: true
@@ -8057,7 +8057,7 @@
8057
8057
  * Gets or sets the brush scale for the marker brush.
8058
8058
  */
8059
8059
  get: function () {
8060
- var r = this.i.ys;
8060
+ var r = this.i.yt;
8061
8061
  if (r == null) {
8062
8062
  return null;
8063
8063
  }
@@ -8073,7 +8073,7 @@
8073
8073
  set: function (v) {
8074
8074
  if (v != null && this._stylingContainer && v._styling)
8075
8075
  v._styling(this._stylingContainer, this, this);
8076
- v == null ? this.i.ys = null : this.i.ys = v.i;
8076
+ v == null ? this.i.yt = null : this.i.yt = v.i;
8077
8077
  },
8078
8078
  enumerable: false,
8079
8079
  configurable: true
@@ -8084,10 +8084,10 @@
8084
8084
  * This setting applies only if multiple series are using the same FillScale.
8085
8085
  */
8086
8086
  get: function () {
8087
- return this.i.yz;
8087
+ return this.i.y0;
8088
8088
  },
8089
8089
  set: function (v) {
8090
- this.i.yz = igniteuiAngularCore.ensureBool(v);
8090
+ this.i.y0 = igniteuiAngularCore.ensureBool(v);
8091
8091
  },
8092
8092
  enumerable: false,
8093
8093
  configurable: true
@@ -8098,10 +8098,10 @@
8098
8098
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
8099
8099
  */
8100
8100
  get: function () {
8101
- return this.i.y2;
8101
+ return this.i.y3;
8102
8102
  },
8103
8103
  set: function (v) {
8104
- this.i.y2 = igniteuiAngularCore.ensureBool(v);
8104
+ this.i.y3 = igniteuiAngularCore.ensureBool(v);
8105
8105
  },
8106
8106
  enumerable: false,
8107
8107
  configurable: true
@@ -8112,10 +8112,10 @@
8112
8112
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
8113
8113
  */
8114
8114
  get: function () {
8115
- return this.i.y5;
8115
+ return this.i.y6;
8116
8116
  },
8117
8117
  set: function (v) {
8118
- this.i.y5 = +v;
8118
+ this.i.y6 = +v;
8119
8119
  },
8120
8120
  enumerable: false,
8121
8121
  configurable: true
@@ -8126,10 +8126,10 @@
8126
8126
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
8127
8127
  */
8128
8128
  get: function () {
8129
- return this.i.y4;
8129
+ return this.i.y5;
8130
8130
  },
8131
8131
  set: function (v) {
8132
- this.i.y4 = +v;
8132
+ this.i.y5 = +v;
8133
8133
  },
8134
8134
  enumerable: false,
8135
8135
  configurable: true
@@ -8140,10 +8140,10 @@
8140
8140
  * This setting applies only if multiple series are using the same RadiusScale.
8141
8141
  */
8142
8142
  get: function () {
8143
- return this.i.y3;
8143
+ return this.i.y4;
8144
8144
  },
8145
8145
  set: function (v) {
8146
- this.i.y3 = igniteuiAngularCore.ensureBool(v);
8146
+ this.i.y4 = igniteuiAngularCore.ensureBool(v);
8147
8147
  },
8148
8148
  enumerable: false,
8149
8149
  configurable: true
@@ -8153,10 +8153,10 @@
8153
8153
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8154
8154
  */
8155
8155
  get: function () {
8156
- return this.i.y1;
8156
+ return this.i.y2;
8157
8157
  },
8158
8158
  set: function (v) {
8159
- this.i.y1 = igniteuiAngularCore.ensureBool(v);
8159
+ this.i.y2 = igniteuiAngularCore.ensureBool(v);
8160
8160
  },
8161
8161
  enumerable: false,
8162
8162
  configurable: true
@@ -8166,10 +8166,10 @@
8166
8166
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8167
8167
  */
8168
8168
  get: function () {
8169
- return this.i.y0;
8169
+ return this.i.y1;
8170
8170
  },
8171
8171
  set: function (v) {
8172
- this.i.y0 = igniteuiAngularCore.ensureBool(v);
8172
+ this.i.y1 = igniteuiAngularCore.ensureBool(v);
8173
8173
  },
8174
8174
  enumerable: false,
8175
8175
  configurable: true
@@ -8179,10 +8179,10 @@
8179
8179
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8180
8180
  */
8181
8181
  get: function () {
8182
- return this.i.yu;
8182
+ return this.i.yv;
8183
8183
  },
8184
8184
  set: function (v) {
8185
- this.i.yu = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8185
+ this.i.yv = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8186
8186
  },
8187
8187
  enumerable: false,
8188
8188
  configurable: true
@@ -8192,10 +8192,10 @@
8192
8192
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8193
8193
  */
8194
8194
  get: function () {
8195
- return this.i.y6;
8195
+ return this.i.y7;
8196
8196
  },
8197
8197
  set: function (v) {
8198
- this.i.y6 = +v;
8198
+ this.i.y7 = +v;
8199
8199
  },
8200
8200
  enumerable: false,
8201
8201
  configurable: true
@@ -8397,40 +8397,40 @@
8397
8397
  }
8398
8398
  };
8399
8399
  GeographicSymbolSeriesView.prototype.ci = function () {
8400
- var a = this.cu.xk;
8400
+ var a = this.cu.xl;
8401
8401
  _super.prototype.ci.call(this);
8402
- a.abd = this.cu.y8;
8403
- a.abl = this.cu.y6;
8404
- a.xu = this.cu.xu;
8405
- a.ym = this.cu.ya;
8406
- a.x3 = this.cu.xv;
8402
+ a.abe = this.cu.y9;
8403
+ a.abm = this.cu.y7;
8404
+ a.xv = this.cu.xv;
8405
+ a.yn = this.cu.yb;
8406
+ a.x4 = this.cu.xw;
8407
8407
  };
8408
8408
  GeographicSymbolSeriesView.prototype.cw = function () {
8409
- this.cu.xk.abd = this.cu.y8;
8409
+ this.cu.xl.abe = this.cu.y9;
8410
8410
  };
8411
8411
  GeographicSymbolSeriesView.prototype.cv = function () {
8412
- this.cu.xk.abl = this.cu.y6;
8412
+ this.cu.xl.abm = this.cu.y7;
8413
8413
  };
8414
8414
  GeographicSymbolSeriesView.prototype.c2 = function () {
8415
- this.cu.xk.xu = this.cu.xu;
8415
+ this.cu.xl.xv = this.cu.xv;
8416
8416
  };
8417
8417
  GeographicSymbolSeriesView.prototype.c0 = function () {
8418
- this.cu.xk.ym = this.cu.ya;
8418
+ this.cu.xl.yn = this.cu.yb;
8419
8419
  };
8420
8420
  GeographicSymbolSeriesView.prototype.c1 = function () {
8421
- this.cu.xk.x3 = this.cu.xv;
8421
+ this.cu.xl.x4 = this.cu.xw;
8422
8422
  };
8423
8423
  GeographicSymbolSeriesView.prototype.c3 = function () {
8424
- this.cu.xk.aat = this.cu.xw;
8424
+ this.cu.xl.aau = this.cu.xx;
8425
8425
  };
8426
8426
  GeographicSymbolSeriesView.prototype.c5 = function () {
8427
- this.cu.xk.xAxis = this.cu.dc.zh;
8427
+ this.cu.xl.xAxis = this.cu.dc.zh;
8428
8428
  };
8429
8429
  GeographicSymbolSeriesView.prototype.c6 = function () {
8430
- this.cu.xk.yAxis = this.cu.dc.zj;
8430
+ this.cu.xl.yAxis = this.cu.dc.zj;
8431
8431
  };
8432
8432
  GeographicSymbolSeriesView.prototype.c4 = function () {
8433
- var a = this.cu.xk;
8433
+ var a = this.cu.xl;
8434
8434
  if (this.cu.dc == null) {
8435
8435
  a.xAxis = null;
8436
8436
  a.yAxis = null;
@@ -8440,13 +8440,13 @@
8440
8440
  a.yAxis = this.cu.dc.zj;
8441
8441
  };
8442
8442
  GeographicSymbolSeriesView.prototype.cy = function () {
8443
- this.cu.xk.zd = this.cu.ys;
8443
+ this.cu.xl.ze = this.cu.yt;
8444
8444
  };
8445
8445
  GeographicSymbolSeriesView.prototype.cx = function () {
8446
- this.cu.xk.y3 = this.cu.yo;
8446
+ this.cu.xl.y4 = this.cu.yp;
8447
8447
  };
8448
8448
  GeographicSymbolSeriesView.prototype.cz = function () {
8449
- this.cu.xk.y4 = this.cu.yp;
8449
+ this.cu.xl.y5 = this.cu.yq;
8450
8450
  };
8451
8451
  GeographicSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8452
8452
  return GeographicSymbolSeriesView;
@@ -8458,9 +8458,9 @@
8458
8458
  tslib.__extends(GeographicSymbolSeries, _super);
8459
8459
  function GeographicSymbolSeries() {
8460
8460
  var _this = _super.call(this) || this;
8461
- _this.yu = null;
8461
+ _this.yv = null;
8462
+ _this.yy = false;
8462
8463
  _this.yx = false;
8463
- _this.yw = false;
8464
8464
  _this.assigningScatterStyle = null;
8465
8465
  _this.assigningScatterMarkerStyle = null;
8466
8466
  _this.ab = GeographicSymbolSeries.$;
@@ -8475,84 +8475,84 @@
8475
8475
  GeographicSymbolSeries.prototype.ct = function () {
8476
8476
  return new GeographicSymbolSeriesView(this);
8477
8477
  };
8478
- GeographicSymbolSeries.prototype.rg = function (a) {
8479
- _super.prototype.rg.call(this, a);
8480
- this.yv = a;
8478
+ GeographicSymbolSeries.prototype.rh = function (a) {
8479
+ _super.prototype.rh.call(this, a);
8480
+ this.yw = a;
8481
8481
  };
8482
8482
  GeographicSymbolSeries.prototype.jt = function () {
8483
8483
  return 0.7;
8484
8484
  };
8485
- GeographicSymbolSeries.prototype.xj = function () {
8485
+ GeographicSymbolSeries.prototype.xk = function () {
8486
8486
  return new igniteuiAngularCharts.ScatterSeries();
8487
8487
  };
8488
8488
  GeographicSymbolSeries.prototype.get_fh = function () {
8489
8489
  return true;
8490
8490
  };
8491
- GeographicSymbolSeries.prototype.rp = function (a, b, c, d) {
8492
- _super.prototype.rp.call(this, a, b, c, d);
8491
+ GeographicSymbolSeries.prototype.rq = function (a, b, c, d) {
8492
+ _super.prototype.rq.call(this, a, b, c, d);
8493
8493
  switch (b) {
8494
8494
  case "SeriesViewer":
8495
- this.yv.c4();
8495
+ this.yw.c4();
8496
8496
  break;
8497
8497
  case GeographicSymbolSeries.$$p[5]:
8498
- this.yv.cw();
8498
+ this.yw.cw();
8499
8499
  break;
8500
8500
  case GeographicSymbolSeries.$$p[4]:
8501
- this.yv.cv();
8501
+ this.yw.cv();
8502
8502
  break;
8503
8503
  case GeographicSymbolSeries.$$p[6]:
8504
- this.yv.cy();
8504
+ this.yw.cy();
8505
8505
  break;
8506
8506
  case "XAxis":
8507
- this.yv.c5();
8507
+ this.yw.c5();
8508
8508
  break;
8509
8509
  case "YAxis":
8510
- this.yv.c6();
8510
+ this.yw.c6();
8511
8511
  break;
8512
8512
  case GeographicSymbolSeries.$$p[1]:
8513
- this.xk.z9 = this.yz;
8514
- this.yx = this.yz;
8515
- if (this.yz) {
8516
- var e = this.xk;
8517
- e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zd));
8513
+ this.xl.aaa = this.y0;
8514
+ this.yy = this.y0;
8515
+ if (this.y0) {
8516
+ var e = this.xl;
8517
+ e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.ze));
8518
8518
  }
8519
8519
  else {
8520
- var f = this.xk;
8521
- f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zd));
8520
+ var f = this.xl;
8521
+ f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.ze));
8522
8522
  }
8523
8523
  break;
8524
8524
  case GeographicSymbolSeries.$$p[0]:
8525
- this.xk.z8 = this.yy;
8526
- this.yw = this.yy;
8527
- if (this.yz) {
8528
- var g = this.xk;
8529
- g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zc));
8525
+ this.xl.z9 = this.yz;
8526
+ this.yx = this.yz;
8527
+ if (this.y0) {
8528
+ var g = this.xl;
8529
+ g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zd));
8530
8530
  }
8531
8531
  else {
8532
- var h = this.xk;
8533
- h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zc));
8532
+ var h = this.xl;
8533
+ h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zd));
8534
8534
  }
8535
8535
  break;
8536
8536
  case GeographicSymbolSeries.$$p[2]:
8537
- this.xk.zs = this.yt;
8537
+ this.xl.zt = this.yu;
8538
8538
  break;
8539
8539
  case GeographicSymbolSeries.$$p[3]:
8540
- this.xk.aas = this.y1;
8540
+ this.xl.aat = this.y2;
8541
8541
  break;
8542
8542
  }
8543
8543
  };
8544
- GeographicSymbolSeries.prototype.zd = function (a, b) {
8544
+ GeographicSymbolSeries.prototype.ze = function (a, b) {
8545
8545
  if (this.assigningScatterStyle != null) {
8546
8546
  this.assigningScatterStyle(this, b);
8547
8547
  }
8548
8548
  };
8549
- GeographicSymbolSeries.prototype.zc = function (a, b) {
8549
+ GeographicSymbolSeries.prototype.zd = function (a, b) {
8550
8550
  if (this.assigningScatterMarkerStyle != null) {
8551
8551
  this.assigningScatterMarkerStyle(this, b);
8552
8552
  }
8553
8553
  };
8554
8554
  GeographicSymbolSeries.$t = igniteuiAngularCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8555
- GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yy:ze', [0, false], 'IsCustomScatterStyleAllowed:yz:zf', [0, false], 'ItemSearchMode:yt:zg', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y1:zh', [1, 10000], 'LatitudeMemberPath:y6:zi', [2, null], 'LongitudeMemberPath:y8:zj', [2, null], 'MarkerCollisionAvoidance:ys:zk', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y0:zl', [0, false]]);
8555
+ GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
8556
8556
  return GeographicSymbolSeries;
8557
8557
  }(GeographicMarkerSeries));
8558
8558
 
@@ -8603,10 +8603,10 @@
8603
8603
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8604
8604
  */
8605
8605
  get: function () {
8606
- return this.i.y6;
8606
+ return this.i.y7;
8607
8607
  },
8608
8608
  set: function (v) {
8609
- this.i.y6 = v;
8609
+ this.i.y7 = v;
8610
8610
  },
8611
8611
  enumerable: false,
8612
8612
  configurable: true
@@ -8616,10 +8616,10 @@
8616
8616
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8617
8617
  */
8618
8618
  get: function () {
8619
- return this.i.y8;
8619
+ return this.i.y9;
8620
8620
  },
8621
8621
  set: function (v) {
8622
- this.i.y8 = v;
8622
+ this.i.y9 = v;
8623
8623
  },
8624
8624
  enumerable: false,
8625
8625
  configurable: true
@@ -8629,10 +8629,10 @@
8629
8629
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8630
8630
  */
8631
8631
  get: function () {
8632
- return this.i.ys;
8632
+ return this.i.yt;
8633
8633
  },
8634
8634
  set: function (v) {
8635
- this.i.ys = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
8635
+ this.i.yt = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
8636
8636
  },
8637
8637
  enumerable: false,
8638
8638
  configurable: true
@@ -8642,10 +8642,10 @@
8642
8642
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8643
8643
  */
8644
8644
  get: function () {
8645
- return this.i.yz;
8645
+ return this.i.y0;
8646
8646
  },
8647
8647
  set: function (v) {
8648
- this.i.yz = igniteuiAngularCore.ensureBool(v);
8648
+ this.i.y0 = igniteuiAngularCore.ensureBool(v);
8649
8649
  },
8650
8650
  enumerable: false,
8651
8651
  configurable: true
@@ -8655,10 +8655,10 @@
8655
8655
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8656
8656
  */
8657
8657
  get: function () {
8658
- return this.i.yy;
8658
+ return this.i.yz;
8659
8659
  },
8660
8660
  set: function (v) {
8661
- this.i.yy = igniteuiAngularCore.ensureBool(v);
8661
+ this.i.yz = igniteuiAngularCore.ensureBool(v);
8662
8662
  },
8663
8663
  enumerable: false,
8664
8664
  configurable: true
@@ -8668,10 +8668,10 @@
8668
8668
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8669
8669
  */
8670
8670
  get: function () {
8671
- return this.i.yt;
8671
+ return this.i.yu;
8672
8672
  },
8673
8673
  set: function (v) {
8674
- this.i.yt = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8674
+ this.i.yu = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8675
8675
  },
8676
8676
  enumerable: false,
8677
8677
  configurable: true
@@ -8681,10 +8681,10 @@
8681
8681
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8682
8682
  */
8683
8683
  get: function () {
8684
- return this.i.y1;
8684
+ return this.i.y2;
8685
8685
  },
8686
8686
  set: function (v) {
8687
- this.i.y1 = +v;
8687
+ this.i.y2 = +v;
8688
8688
  },
8689
8689
  enumerable: false,
8690
8690
  configurable: true
@@ -8867,10 +8867,10 @@
8867
8867
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8868
8868
  */
8869
8869
  get: function () {
8870
- return this.i.xw;
8870
+ return this.i.xx;
8871
8871
  },
8872
8872
  set: function (v) {
8873
- this.i.xw = v;
8873
+ this.i.xx = v;
8874
8874
  },
8875
8875
  enumerable: false,
8876
8876
  configurable: true
@@ -8880,10 +8880,10 @@
8880
8880
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8881
8881
  */
8882
8882
  get: function () {
8883
- return this.i.xu;
8883
+ return this.i.xv;
8884
8884
  },
8885
8885
  set: function (v) {
8886
- this.i.xu = v;
8886
+ this.i.xv = v;
8887
8887
  },
8888
8888
  enumerable: false,
8889
8889
  configurable: true
@@ -8894,10 +8894,10 @@
8894
8894
  * 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.
8895
8895
  */
8896
8896
  get: function () {
8897
- return this.i.xt;
8897
+ return this.i.xu;
8898
8898
  },
8899
8899
  set: function (v) {
8900
- this.i.xt = v;
8900
+ this.i.xu = v;
8901
8901
  },
8902
8902
  enumerable: false,
8903
8903
  configurable: true
@@ -8907,10 +8907,10 @@
8907
8907
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8908
8908
  */
8909
8909
  get: function () {
8910
- return this.i.xz;
8910
+ return this.i.x0;
8911
8911
  },
8912
8912
  set: function (v) {
8913
- this.i.xz = v;
8913
+ this.i.x0 = v;
8914
8914
  },
8915
8915
  enumerable: false,
8916
8916
  configurable: true
@@ -8920,10 +8920,10 @@
8920
8920
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8921
8921
  */
8922
8922
  get: function () {
8923
- return this.i.x1;
8923
+ return this.i.x2;
8924
8924
  },
8925
8925
  set: function (v) {
8926
- this.i.x1 = v;
8926
+ this.i.x2 = v;
8927
8927
  },
8928
8928
  enumerable: false,
8929
8929
  configurable: true
@@ -8933,10 +8933,10 @@
8933
8933
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8934
8934
  */
8935
8935
  get: function () {
8936
- return this.i.x3;
8936
+ return this.i.x4;
8937
8937
  },
8938
8938
  set: function (v) {
8939
- this.i.x3 = v;
8939
+ this.i.x4 = v;
8940
8940
  },
8941
8941
  enumerable: false,
8942
8942
  configurable: true
@@ -9011,10 +9011,10 @@
9011
9011
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
9012
9012
  */
9013
9013
  get: function () {
9014
- return this.i.yi;
9014
+ return this.i.yj;
9015
9015
  },
9016
9016
  set: function (v) {
9017
- this.i.yi = v;
9017
+ this.i.yj = v;
9018
9018
  },
9019
9019
  enumerable: false,
9020
9020
  configurable: true
@@ -9024,7 +9024,7 @@
9024
9024
  * The ColorScale used to resolve the color values of points in the series.
9025
9025
  */
9026
9026
  get: function () {
9027
- var r = this.i.yd;
9027
+ var r = this.i.ye;
9028
9028
  if (r == null) {
9029
9029
  return null;
9030
9030
  }
@@ -9040,7 +9040,7 @@
9040
9040
  set: function (v) {
9041
9041
  if (v != null && this._stylingContainer && v._styling)
9042
9042
  v._styling(this._stylingContainer, this, this);
9043
- v == null ? this.i.yd = null : this.i.yd = v.i;
9043
+ v == null ? this.i.ye = null : this.i.ye = v.i;
9044
9044
  },
9045
9045
  enumerable: false,
9046
9046
  configurable: true
@@ -9050,7 +9050,7 @@
9050
9050
  * Gets actual color scale that is set on ColorScale property or default ColorScale
9051
9051
  */
9052
9052
  get: function () {
9053
- var r = this.i.yc;
9053
+ var r = this.i.yd;
9054
9054
  if (r == null) {
9055
9055
  return null;
9056
9056
  }
@@ -9066,7 +9066,7 @@
9066
9066
  set: function (v) {
9067
9067
  if (v != null && this._stylingContainer && v._styling)
9068
9068
  v._styling(this._stylingContainer, this, this);
9069
- v == null ? this.i.yc = null : this.i.yc = v.i;
9069
+ v == null ? this.i.yd = null : this.i.yd = v.i;
9070
9070
  },
9071
9071
  enumerable: false,
9072
9072
  configurable: true
@@ -9100,7 +9100,7 @@
9100
9100
 
9101
9101
  */
9102
9102
  IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
9103
- this.i.yn();
9103
+ this.i.yo();
9104
9104
  };
9105
9105
  Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
9106
9106
  /**
@@ -9220,71 +9220,71 @@
9220
9220
  }
9221
9221
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
9222
9222
  _super.prototype.ci.call(this);
9223
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.xk);
9224
- a.zt = this.cu.x9;
9225
- a.z1 = this.cu.x7;
9223
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.xl);
9224
+ a.zu = this.cu.ya;
9225
+ a.z2 = this.cu.x8;
9226
+ a.x7 = this.cu.xx;
9226
9227
  a.x6 = this.cu.xw;
9227
- a.x5 = this.cu.xv;
9228
- a.ge = this.cu.xu;
9228
+ a.ge = this.cu.xv;
9229
+ a.y2 = this.cu.xz;
9229
9230
  a.y1 = this.cu.xy;
9230
- a.y0 = this.cu.xx;
9231
+ a.aa0 = this.cu.yt;
9231
9232
  a.aaz = this.cu.ys;
9232
- a.aay = this.cu.yr;
9233
- a.zd = this.cu.x1;
9233
+ a.ze = this.cu.x2;
9234
9234
  };
9235
9235
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
9236
- this.cu.xk.zt = this.cu.x9;
9236
+ this.cu.xl.zu = this.cu.ya;
9237
9237
  };
9238
9238
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
9239
- this.cu.xk.z1 = this.cu.x7;
9239
+ this.cu.xl.z2 = this.cu.x8;
9240
9240
  };
9241
9241
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
9242
- this.cu.xk.x6 = this.cu.xw;
9242
+ this.cu.xl.x7 = this.cu.xx;
9243
9243
  };
9244
9244
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
9245
- this.cu.xk.x5 = this.cu.xv;
9245
+ this.cu.xl.x6 = this.cu.xw;
9246
9246
  };
9247
9247
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
9248
- this.cu.xk.ge = this.cu.xu;
9248
+ this.cu.xl.ge = this.cu.xv;
9249
9249
  };
9250
9250
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
9251
- this.cu.xk.y1 = this.cu.xy;
9251
+ this.cu.xl.y2 = this.cu.xz;
9252
9252
  };
9253
9253
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
9254
- this.cu.xk.y0 = this.cu.xx;
9254
+ this.cu.xl.y1 = this.cu.xy;
9255
9255
  };
9256
9256
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
9257
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.xk);
9257
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.xl);
9258
9258
  if (this.cu.dc == null) {
9259
- a.xp = null;
9260
- a.xr = null;
9259
+ a.xq = null;
9260
+ a.xs = null;
9261
9261
  return;
9262
9262
  }
9263
- a.xp = this.cu.dc.zh;
9264
- a.xr = this.cu.dc.zj;
9263
+ a.xq = this.cu.dc.zh;
9264
+ a.xs = this.cu.dc.zj;
9265
9265
  };
9266
9266
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
9267
- this.cu.xk.xp = this.cu.dc.zh;
9267
+ this.cu.xl.xq = this.cu.dc.zh;
9268
9268
  };
9269
9269
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
9270
- this.cu.xk.xr = this.cu.dc.zj;
9270
+ this.cu.xl.xs = this.cu.dc.zj;
9271
9271
  };
9272
9272
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
9273
- this.cu.xk.aaz = this.cu.ys;
9273
+ this.cu.xl.aa0 = this.cu.yt;
9274
9274
  };
9275
9275
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
9276
- this.cu.xk.aay = this.cu.yr;
9276
+ this.cu.xl.aaz = this.cu.ys;
9277
9277
  };
9278
9278
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
9279
- this.cu.xk.zd = this.cu.x1;
9279
+ this.cu.xl.ze = this.cu.x2;
9280
9280
  };
9281
9281
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
9282
9282
  _super.prototype.a4.call(this);
9283
9283
  if (!this.t) {
9284
- this.cu.ys = igniteuiAngularCharts.Defaults.bf;
9285
- this.cu.yr = igniteuiAngularCharts.Defaults.be;
9286
- this.cu.vy = igniteuiAngularCharts.Defaults.ba;
9287
- this.cu.we = igniteuiAngularCharts.Defaults.a9;
9284
+ this.cu.yt = igniteuiAngularCharts.Defaults.bf;
9285
+ this.cu.ys = igniteuiAngularCharts.Defaults.be;
9286
+ this.cu.vz = igniteuiAngularCharts.Defaults.ba;
9287
+ this.cu.wf = igniteuiAngularCharts.Defaults.a9;
9288
9288
  }
9289
9289
  };
9290
9290
  GeographicHighDensityScatterSeriesView.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -9297,9 +9297,9 @@
9297
9297
  tslib.__extends(GeographicHighDensityScatterSeries, _super);
9298
9298
  function GeographicHighDensityScatterSeries() {
9299
9299
  var _this = _super.call(this) || this;
9300
- _this.xs = null;
9300
+ _this.xt = null;
9301
9301
  _this.progressiveLoadStatusChanged = null;
9302
- _this.x0 = 0;
9302
+ _this.x1 = 0;
9303
9303
  _this.ab = GeographicHighDensityScatterSeries.$;
9304
9304
  return _this;
9305
9305
  }
@@ -9318,85 +9318,85 @@
9318
9318
  GeographicHighDensityScatterSeries.prototype.ct = function () {
9319
9319
  return new GeographicHighDensityScatterSeriesView(this);
9320
9320
  };
9321
- GeographicHighDensityScatterSeries.prototype.rg = function (a) {
9322
- _super.prototype.rg.call(this, a);
9323
- this.xt = a;
9321
+ GeographicHighDensityScatterSeries.prototype.rh = function (a) {
9322
+ _super.prototype.rh.call(this, a);
9323
+ this.xu = a;
9324
9324
  };
9325
- GeographicHighDensityScatterSeries.prototype.xj = function () {
9326
- this.xs = new igniteuiAngularCharts.HighDensityScatterSeries();
9327
- return this.xs;
9325
+ GeographicHighDensityScatterSeries.prototype.xk = function () {
9326
+ this.xt = new igniteuiAngularCharts.HighDensityScatterSeries();
9327
+ return this.xt;
9328
9328
  };
9329
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x2", {
9329
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x3", {
9330
9330
  get: function () {
9331
- return this.x0;
9331
+ return this.x1;
9332
9332
  },
9333
9333
  set: function (a) {
9334
- var b = this.x0;
9335
- this.x0 = a;
9336
- this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
9334
+ var b = this.x1;
9335
+ this.x1 = a;
9336
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
9337
9337
  },
9338
9338
  enumerable: false,
9339
9339
  configurable: true
9340
9340
  });
9341
- GeographicHighDensityScatterSeries.prototype.xp = function (a, b) {
9342
- _super.prototype.xp.call(this, a, b);
9343
- var c = this.xk;
9344
- c.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.yg));
9345
- var d = this.xk;
9346
- d.propertyUpdated = igniteuiAngularCore.delegateCombine(d.propertyUpdated, igniteuiAngularCore.runOn(this, this.yf));
9347
- };
9348
- GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
9349
- this.x2 = b.currentStatus;
9341
+ GeographicHighDensityScatterSeries.prototype.xq = function (a, b) {
9342
+ _super.prototype.xq.call(this, a, b);
9343
+ var c = this.xl;
9344
+ c.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.yh));
9345
+ var d = this.xl;
9346
+ d.propertyUpdated = igniteuiAngularCore.delegateCombine(d.propertyUpdated, igniteuiAngularCore.runOn(this, this.yg));
9347
+ };
9348
+ GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
9349
+ this.x3 = b.currentStatus;
9350
9350
  if (this.progressiveLoadStatusChanged != null) {
9351
9351
  this.progressiveLoadStatusChanged(this, b);
9352
9352
  }
9353
9353
  };
9354
- GeographicHighDensityScatterSeries.prototype.yf = function (a, b) {
9355
- if (this.xs == null) {
9354
+ GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
9355
+ if (this.xt == null) {
9356
9356
  return;
9357
9357
  }
9358
9358
  };
9359
- GeographicHighDensityScatterSeries.prototype.rp = function (a, b, c, d) {
9360
- _super.prototype.rp.call(this, a, b, c, d);
9359
+ GeographicHighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
9360
+ _super.prototype.rq.call(this, a, b, c, d);
9361
9361
  switch (b) {
9362
9362
  case "SeriesViewer":
9363
- this.xt.c4();
9363
+ this.xu.c4();
9364
9364
  break;
9365
9365
  case GeographicHighDensityScatterSeries.$$p[5]:
9366
- this.xt.c0();
9366
+ this.xu.c0();
9367
9367
  break;
9368
9368
  case GeographicHighDensityScatterSeries.$$p[4]:
9369
- this.xt.cz();
9369
+ this.xu.cz();
9370
9370
  break;
9371
9371
  case GeographicHighDensityScatterSeries.$$p[9]:
9372
- this.xt.c5();
9372
+ this.xu.c5();
9373
9373
  break;
9374
9374
  case GeographicHighDensityScatterSeries.$$p[8]:
9375
- this.xt.c3();
9375
+ this.xu.c3();
9376
9376
  break;
9377
9377
  case GeographicHighDensityScatterSeries.$$p[6]:
9378
- this.xt.c1();
9378
+ this.xu.c1();
9379
9379
  break;
9380
9380
  case "XAxis":
9381
- this.xt.c6();
9381
+ this.xu.c6();
9382
9382
  break;
9383
9383
  case "YAxis":
9384
- this.xt.c7();
9384
+ this.xu.c7();
9385
9385
  break;
9386
9386
  case GeographicHighDensityScatterSeries.$$p[3]:
9387
- this.xt.cy();
9387
+ this.xu.cy();
9388
9388
  break;
9389
9389
  case GeographicHighDensityScatterSeries.$$p[1]:
9390
- this.xt.cw();
9390
+ this.xu.cw();
9391
9391
  break;
9392
9392
  case GeographicHighDensityScatterSeries.$$p[2]:
9393
- this.xt.cx();
9393
+ this.xu.cx();
9394
9394
  break;
9395
9395
  case GeographicHighDensityScatterSeries.$$p[0]:
9396
- this.xt.cv();
9396
+ this.xu.cv();
9397
9397
  break;
9398
9398
  case GeographicHighDensityScatterSeries.$$p[7]:
9399
- this.xt.c2();
9399
+ this.xu.c2();
9400
9400
  break;
9401
9401
  }
9402
9402
  };
@@ -9407,7 +9407,7 @@
9407
9407
  _super.prototype.set_hd.call(this, a);
9408
9408
  };
9409
9409
  GeographicHighDensityScatterSeries.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
9410
- GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yr:yh', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.be], 'HeatMaximum:xx:yi', [1, 50], 'HeatMinimumColor:ys:yj', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.bf], 'HeatMinimum:xy:yk', [1, 0], 'LatitudeMemberPath:x7:yl', [2, null], 'LongitudeMemberPath:x9:ym', [2, null], 'MouseOverEnabled:xu:yn', [0, false], 'PointExtent:x1:yo', [1, 1], 'ProgressiveLoad:xv:yp', [0, true], 'UseBruteForce:xw:yq', [0, false]]);
9410
+ GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
9411
9411
  return GeographicHighDensityScatterSeries;
9412
9412
  }(GeographicMapSeriesHost));
9413
9413
 
@@ -9457,10 +9457,10 @@
9457
9457
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9458
9458
  */
9459
9459
  get: function () {
9460
- return this.i.x7;
9460
+ return this.i.x8;
9461
9461
  },
9462
9462
  set: function (v) {
9463
- this.i.x7 = v;
9463
+ this.i.x8 = v;
9464
9464
  },
9465
9465
  enumerable: false,
9466
9466
  configurable: true
@@ -9470,10 +9470,10 @@
9470
9470
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9471
9471
  */
9472
9472
  get: function () {
9473
- return this.i.x9;
9473
+ return this.i.ya;
9474
9474
  },
9475
9475
  set: function (v) {
9476
- this.i.x9 = v;
9476
+ this.i.ya = v;
9477
9477
  },
9478
9478
  enumerable: false,
9479
9479
  configurable: true
@@ -9483,10 +9483,10 @@
9483
9483
  * Gets or sets the whether to use use brute force mode.
9484
9484
  */
9485
9485
  get: function () {
9486
- return this.i.xw;
9486
+ return this.i.xx;
9487
9487
  },
9488
9488
  set: function (v) {
9489
- this.i.xw = igniteuiAngularCore.ensureBool(v);
9489
+ this.i.xx = igniteuiAngularCore.ensureBool(v);
9490
9490
  },
9491
9491
  enumerable: false,
9492
9492
  configurable: true
@@ -9496,10 +9496,10 @@
9496
9496
  * Gets or sets the whether to progressively load the data into the chart.
9497
9497
  */
9498
9498
  get: function () {
9499
- return this.i.xv;
9499
+ return this.i.xw;
9500
9500
  },
9501
9501
  set: function (v) {
9502
- this.i.xv = igniteuiAngularCore.ensureBool(v);
9502
+ this.i.xw = igniteuiAngularCore.ensureBool(v);
9503
9503
  },
9504
9504
  enumerable: false,
9505
9505
  configurable: true
@@ -9509,10 +9509,10 @@
9509
9509
  * Gets or sets the whether the chart reacts to mouse move events.
9510
9510
  */
9511
9511
  get: function () {
9512
- return this.i.xu;
9512
+ return this.i.xv;
9513
9513
  },
9514
9514
  set: function (v) {
9515
- this.i.xu = igniteuiAngularCore.ensureBool(v);
9515
+ this.i.xv = igniteuiAngularCore.ensureBool(v);
9516
9516
  },
9517
9517
  enumerable: false,
9518
9518
  configurable: true
@@ -9522,10 +9522,10 @@
9522
9522
  * Gets or sets the density value that maps to the minimum heat color.
9523
9523
  */
9524
9524
  get: function () {
9525
- return this.i.xy;
9525
+ return this.i.xz;
9526
9526
  },
9527
9527
  set: function (v) {
9528
- this.i.xy = +v;
9528
+ this.i.xz = +v;
9529
9529
  },
9530
9530
  enumerable: false,
9531
9531
  configurable: true
@@ -9535,10 +9535,10 @@
9535
9535
  * Gets or sets the value that maps to the maximum heat color.
9536
9536
  */
9537
9537
  get: function () {
9538
- return this.i.xx;
9538
+ return this.i.xy;
9539
9539
  },
9540
9540
  set: function (v) {
9541
- this.i.xx = +v;
9541
+ this.i.xy = +v;
9542
9542
  },
9543
9543
  enumerable: false,
9544
9544
  configurable: true
@@ -9548,10 +9548,10 @@
9548
9548
  * Gets or sets the color to use for the minimum end of the scale.
9549
9549
  */
9550
9550
  get: function () {
9551
- return igniteuiAngularCore.colorToString(this.i.ys);
9551
+ return igniteuiAngularCore.colorToString(this.i.yt);
9552
9552
  },
9553
9553
  set: function (v) {
9554
- this.i.ys = igniteuiAngularCore.stringToColor(v);
9554
+ this.i.yt = igniteuiAngularCore.stringToColor(v);
9555
9555
  },
9556
9556
  enumerable: false,
9557
9557
  configurable: true
@@ -9561,10 +9561,10 @@
9561
9561
  * Gets or sets the color to use for the maximum end of the scale.
9562
9562
  */
9563
9563
  get: function () {
9564
- return igniteuiAngularCore.colorToString(this.i.yr);
9564
+ return igniteuiAngularCore.colorToString(this.i.ys);
9565
9565
  },
9566
9566
  set: function (v) {
9567
- this.i.yr = igniteuiAngularCore.stringToColor(v);
9567
+ this.i.ys = igniteuiAngularCore.stringToColor(v);
9568
9568
  },
9569
9569
  enumerable: false,
9570
9570
  configurable: true
@@ -9574,10 +9574,10 @@
9574
9574
  * Gets or sets the the pixel extent of the square data points that are rendered.
9575
9575
  */
9576
9576
  get: function () {
9577
- return this.i.x1;
9577
+ return this.i.x2;
9578
9578
  },
9579
9579
  set: function (v) {
9580
- this.i.x1 = +v;
9580
+ this.i.x2 = +v;
9581
9581
  },
9582
9582
  enumerable: false,
9583
9583
  configurable: true
@@ -9587,10 +9587,10 @@
9587
9587
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9588
9588
  */
9589
9589
  get: function () {
9590
- return this.i.x2;
9590
+ return this.i.x3;
9591
9591
  },
9592
9592
  set: function (v) {
9593
- this.i.x2 = +v;
9593
+ this.i.x3 = +v;
9594
9594
  },
9595
9595
  enumerable: false,
9596
9596
  configurable: true
@@ -9749,19 +9749,19 @@
9749
9749
  };
9750
9750
  GeographicContourLineSeriesView.prototype.ci = function () {
9751
9751
  _super.prototype.ci.call(this);
9752
- if (this.c2.xk != null) {
9753
- this.c2.yc.zf = this.c2.yf;
9754
- this.c2.yc.zp = this.c2.yj;
9752
+ if (this.c2.xl != null) {
9753
+ this.c2.yd.zg = this.c2.yg;
9754
+ this.c2.yd.zq = this.c2.yk;
9755
9755
  }
9756
9756
  };
9757
9757
  GeographicContourLineSeriesView.prototype.c3 = function () {
9758
- if (this.c2.yc != null) {
9759
- this.c2.yc.zf = this.c2.yf;
9758
+ if (this.c2.yd != null) {
9759
+ this.c2.yd.zg = this.c2.yg;
9760
9760
  }
9761
9761
  };
9762
9762
  GeographicContourLineSeriesView.prototype.c4 = function () {
9763
- if (this.c2.yc != null) {
9764
- this.c2.yc.zp = this.c2.yj;
9763
+ if (this.c2.yd != null) {
9764
+ this.c2.yd.zq = this.c2.yk;
9765
9765
  }
9766
9766
  };
9767
9767
  GeographicContourLineSeriesView.$t = igniteuiAngularCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9784,69 +9784,69 @@
9784
9784
  GeographicContourLineSeries.prototype.get_fm = function () {
9785
9785
  return true;
9786
9786
  };
9787
- GeographicContourLineSeries.prototype.xp = function (a, b) {
9788
- _super.prototype.xp.call(this, a, b);
9787
+ GeographicContourLineSeries.prototype.xq = function (a, b) {
9788
+ _super.prototype.xq.call(this, a, b);
9789
9789
  };
9790
- GeographicContourLineSeries.prototype.xj = function () {
9791
- this.yc = new igniteuiAngularCharts.ScatterContourSeries();
9792
- var a = this.yc;
9793
- a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.ym));
9794
- var b = this.yc;
9795
- b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.yn));
9796
- return this.yc;
9790
+ GeographicContourLineSeries.prototype.xk = function () {
9791
+ this.yd = new igniteuiAngularCharts.ScatterContourSeries();
9792
+ var a = this.yd;
9793
+ a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.yn));
9794
+ var b = this.yd;
9795
+ b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.yo));
9796
+ return this.yd;
9797
9797
  };
9798
- GeographicContourLineSeries.prototype.ym = function (a, b) {
9798
+ GeographicContourLineSeries.prototype.yn = function (a, b) {
9799
9799
  if (this.triangulationStatusChanged != null) {
9800
9800
  this.triangulationStatusChanged(this, b);
9801
9801
  }
9802
9802
  };
9803
- GeographicContourLineSeries.prototype.yn = function (a, b) {
9804
- var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.xk);
9803
+ GeographicContourLineSeries.prototype.yo = function (a, b) {
9804
+ var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.xl);
9805
9805
  if (c == null) {
9806
9806
  return;
9807
9807
  }
9808
9808
  if (b.propertyName == "ActualFillScale") {
9809
- this.ye = c.ze;
9809
+ this.yf = c.zf;
9810
9810
  }
9811
9811
  };
9812
- GeographicContourLineSeries.prototype.sy = function () {
9813
- _super.prototype.sy.call(this);
9812
+ GeographicContourLineSeries.prototype.sz = function () {
9813
+ _super.prototype.sz.call(this);
9814
9814
  };
9815
9815
  GeographicContourLineSeries.prototype.ct = function () {
9816
9816
  return new GeographicContourLineSeriesView(this);
9817
9817
  };
9818
- GeographicContourLineSeries.prototype.rg = function (a) {
9819
- _super.prototype.rg.call(this, a);
9820
- this.yg = a;
9818
+ GeographicContourLineSeries.prototype.rh = function (a) {
9819
+ _super.prototype.rh.call(this, a);
9820
+ this.yh = a;
9821
9821
  };
9822
- GeographicContourLineSeries.prototype.rp = function (a, b, c, d) {
9823
- _super.prototype.rp.call(this, a, b, c, d);
9822
+ GeographicContourLineSeries.prototype.rq = function (a, b, c, d) {
9823
+ _super.prototype.rq.call(this, a, b, c, d);
9824
9824
  switch (b) {
9825
9825
  case GeographicContourLineSeries.$$p[1]:
9826
- this.yg.c3();
9826
+ this.yh.c3();
9827
9827
  break;
9828
9828
  case GeographicContourLineSeries.$$p[2]:
9829
- this.yg.c4();
9829
+ this.yh.c4();
9830
9830
  break;
9831
9831
  case GeographicContourLineSeries.$$p[3]:
9832
- this.yc.zc = this.yb;
9832
+ this.yd.zd = this.yc;
9833
9833
  break;
9834
9834
  case "DashArray":
9835
- this.yc.wl = this.wl;
9835
+ this.yd.wm = this.wm;
9836
9836
  break;
9837
9837
  case "DashCap":
9838
- this.yc.wm = this.wm;
9838
+ this.yd.wn = this.wn;
9839
9839
  break;
9840
9840
  case "MiterLimit":
9841
- this.yc.jp = this.jp;
9841
+ this.yd.jp = this.jp;
9842
9842
  break;
9843
9843
  case "LineJoin":
9844
- this.yc.wo = this.wo;
9844
+ this.yd.wp = this.wp;
9845
9845
  break;
9846
9846
  }
9847
9847
  };
9848
9848
  GeographicContourLineSeries.$t = igniteuiAngularCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9849
- GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ye:yo', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:yf:yp', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:yj:yq', [2, "value"], 'ValueResolver:yb:yr', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
9849
+ GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:yg:yq', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
9850
9850
  return GeographicContourLineSeries;
9851
9851
  }(GeographicXYTriangulatingSeries));
9852
9852
 
@@ -9895,10 +9895,10 @@
9895
9895
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9896
9896
  */
9897
9897
  get: function () {
9898
- return this.i.yj;
9898
+ return this.i.yk;
9899
9899
  },
9900
9900
  set: function (v) {
9901
- this.i.yj = v;
9901
+ this.i.yk = v;
9902
9902
  },
9903
9903
  enumerable: false,
9904
9904
  configurable: true
@@ -9908,7 +9908,7 @@
9908
9908
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9909
9909
  */
9910
9910
  get: function () {
9911
- var r = this.i.yf;
9911
+ var r = this.i.yg;
9912
9912
  if (r == null) {
9913
9913
  return null;
9914
9914
  }
@@ -9924,7 +9924,7 @@
9924
9924
  set: function (v) {
9925
9925
  if (v != null && this._stylingContainer && v._styling)
9926
9926
  v._styling(this._stylingContainer, this, this);
9927
- v == null ? this.i.yf = null : this.i.yf = v.i;
9927
+ v == null ? this.i.yg = null : this.i.yg = v.i;
9928
9928
  },
9929
9929
  enumerable: false,
9930
9930
  configurable: true
@@ -9934,7 +9934,7 @@
9934
9934
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9935
9935
  */
9936
9936
  get: function () {
9937
- var r = this.i.ye;
9937
+ var r = this.i.yf;
9938
9938
  if (r == null) {
9939
9939
  return null;
9940
9940
  }
@@ -9950,7 +9950,7 @@
9950
9950
  set: function (v) {
9951
9951
  if (v != null && this._stylingContainer && v._styling)
9952
9952
  v._styling(this._stylingContainer, this, this);
9953
- v == null ? this.i.ye = null : this.i.ye = v.i;
9953
+ v == null ? this.i.yf = null : this.i.yf = v.i;
9954
9954
  },
9955
9955
  enumerable: false,
9956
9956
  configurable: true
@@ -9960,7 +9960,7 @@
9960
9960
  * The ContourValueResolver used to determine the numeric values of contours.
9961
9961
  */
9962
9962
  get: function () {
9963
- var r = this.i.yb;
9963
+ var r = this.i.yc;
9964
9964
  if (r == null) {
9965
9965
  return null;
9966
9966
  }
@@ -9976,7 +9976,7 @@
9976
9976
  set: function (v) {
9977
9977
  if (v != null && this._stylingContainer && v._styling)
9978
9978
  v._styling(this._stylingContainer, this, this);
9979
- v == null ? this.i.yb = null : this.i.yb = v.i;
9979
+ v == null ? this.i.yc = null : this.i.yc = v.i;
9980
9980
  },
9981
9981
  enumerable: false,
9982
9982
  configurable: true