igniteui-angular-maps 18.2.0 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1008 -1008
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1016 -1016
  54. package/fesm5/igniteui-angular-maps.js +1008 -1008
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +5 -5
@@ -449,350 +449,350 @@
449
449
  tslib.__extends(GeographicMapSeriesHost, _super);
450
450
  function GeographicMapSeriesHost() {
451
451
  var _this = _super.call(this) || this;
452
- _this.wy = null;
453
- _this.w0 = _this.wz();
452
+ _this.wx = null;
453
+ _this.wz = _this.wy();
454
454
  return _this;
455
455
  }
456
- GeographicMapSeriesHost.prototype.qg = function () {
457
- _super.prototype.qg.call(this);
458
- if (this.w0 != null) {
459
- this.w0.qg();
456
+ GeographicMapSeriesHost.prototype.qf = function () {
457
+ _super.prototype.qf.call(this);
458
+ if (this.wz != null) {
459
+ this.wz.qf();
460
460
  }
461
461
  };
462
- GeographicMapSeriesHost.prototype.get_fc = function () {
462
+ GeographicMapSeriesHost.prototype.get_fb = function () {
463
463
  return true;
464
464
  };
465
- GeographicMapSeriesHost.prototype.kq = function (a, b) {
466
- var c = this.nd(b);
465
+ GeographicMapSeriesHost.prototype.kp = function (a, b) {
466
+ var c = this.nc(b);
467
467
  if (c == "LatitudeMemberPath") {
468
468
  c = "YMemberPath";
469
469
  }
470
470
  if (c == "LongitudeMemberPath") {
471
471
  c = "XMemberPath";
472
472
  }
473
- return this.w0.kq(a, c);
473
+ return this.wz.kp(a, c);
474
474
  };
475
- GeographicMapSeriesHost.prototype.md = function (a) {
476
- var b = this.nd(a);
475
+ GeographicMapSeriesHost.prototype.mc = function (a) {
476
+ var b = this.nc(a);
477
477
  if (b == "LatitudeMemberPath") {
478
478
  b = "YMemberPath";
479
479
  }
480
480
  if (b == "LongitudeMemberPath") {
481
481
  b = "XMemberPath";
482
482
  }
483
- return this.w0.md(b);
483
+ return this.wz.mc(b);
484
484
  };
485
- GeographicMapSeriesHost.prototype.get_ki = function () {
486
- return this.k0(this.w0);
485
+ GeographicMapSeriesHost.prototype.get_kh = function () {
486
+ return this.kz(this.wz);
487
487
  };
488
- GeographicMapSeriesHost.prototype.set_ki = function (a) {
489
- this.oz(this.w0, a);
488
+ GeographicMapSeriesHost.prototype.set_kh = function (a) {
489
+ this.oy(this.wz, a);
490
490
  };
491
491
  GeographicMapSeriesHost.prototype.eb = function (a, b, c, d, e) {
492
- return this.w0.eb(a, b, c, d, e);
492
+ return this.wz.eb(a, b, c, d, e);
493
493
  };
494
494
  GeographicMapSeriesHost.prototype.ai = function () {
495
- return this.w0.ai();
495
+ return this.wz.ai();
496
496
  };
497
497
  GeographicMapSeriesHost.prototype.bo = function () {
498
- return this.w0;
498
+ return this.wz;
499
499
  };
500
- Object.defineProperty(GeographicMapSeriesHost.prototype, "w0", {
500
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wz", {
501
501
  get: function () {
502
- return this.wy;
502
+ return this.wx;
503
503
  },
504
504
  set: function (a) {
505
- var b = this.wy;
506
- var c = this.w0 != a;
505
+ var b = this.wx;
506
+ var c = this.wz != a;
507
507
  if (c) {
508
- this.wy = a;
509
- this.w5(b, this.wy);
508
+ this.wx = a;
509
+ this.w4(b, this.wx);
510
510
  }
511
511
  },
512
512
  enumerable: false,
513
513
  configurable: true
514
514
  });
515
515
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
516
- return this.w0.hasMarkers;
516
+ return this.wz.hasMarkers;
517
517
  };
518
- GeographicMapSeriesHost.prototype.w5 = function (a, b) {
519
- if (this.wy != null) {
520
- var hostedSeries_ = this.wy;
518
+ GeographicMapSeriesHost.prototype.w4 = function (a, b) {
519
+ if (this.wx != null) {
520
+ var hostedSeries_ = this.wx;
521
521
  hostedSeries_.externalObject = igniteuiAngularCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiAngularCore.PlatformConstants.Prefix, igniteuiAngularCore.PlatformConstants.Postfix);
522
522
  hostedSeries_.externalObject._implementation = hostedSeries_;
523
523
  }
524
- this.pf(this.w0);
525
- this.w1.b5();
524
+ this.pe(this.wz);
525
+ this.w0.b5();
526
526
  if (a != null) {
527
527
  var c = (a);
528
- this.r1(c, null);
528
+ this.r0(c, null);
529
529
  }
530
530
  if (b != null) {
531
531
  var d = (b);
532
- this.r1(d, this);
532
+ this.r0(d, this);
533
533
  }
534
534
  };
535
535
  GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
536
- return this.di(this.w0, a, b, c);
536
+ return this.di(this.wz, a, b, c);
537
537
  };
538
538
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
539
- return this.dj(this.w0, a, b, c);
539
+ return this.dj(this.wz, a, b, c);
540
540
  };
541
- GeographicMapSeriesHost.prototype.kn = function (a) {
542
- return this.kw(this.w0, a);
541
+ GeographicMapSeriesHost.prototype.km = function (a) {
542
+ return this.kv(this.wz, a);
543
543
  };
544
- GeographicMapSeriesHost.prototype.ka = function (a, b) {
545
- return this.w0.ka(a, b);
544
+ GeographicMapSeriesHost.prototype.j9 = function (a, b) {
545
+ return this.wz.j9(a, b);
546
546
  };
547
- GeographicMapSeriesHost.prototype.j8 = function (a, b) {
548
- return this.w0.j8(a, b);
547
+ GeographicMapSeriesHost.prototype.j7 = function (a, b) {
548
+ return this.wz.j7(a, b);
549
549
  };
550
- GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
551
- return this.w0.i5(a, b, c);
550
+ GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
551
+ return this.wz.i4(a, b, c);
552
552
  };
553
- GeographicMapSeriesHost.prototype.wc = function (a, b, c) {
554
- return this.w0.wc(a, b, c);
553
+ GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
554
+ return this.wz.wb(a, b, c);
555
555
  };
556
- GeographicMapSeriesHost.prototype.wn = function (a) {
557
- return this.w0.wn(a);
556
+ GeographicMapSeriesHost.prototype.wm = function (a) {
557
+ return this.wz.wm(a);
558
558
  };
559
559
  GeographicMapSeriesHost.prototype.ao = function (a) {
560
- return this.w0.ao(a);
560
+ return this.wz.ao(a);
561
561
  };
562
- GeographicMapSeriesHost.prototype.wo = function (a) {
563
- return this.w0.wo(a);
562
+ GeographicMapSeriesHost.prototype.wn = function (a) {
563
+ return this.wz.wn(a);
564
564
  };
565
565
  GeographicMapSeriesHost.prototype.ap = function (a) {
566
- return this.w0.ap(a);
566
+ return this.wz.ap(a);
567
567
  };
568
- GeographicMapSeriesHost.prototype.wp = function (a) {
569
- return this.w0.wp(a);
568
+ GeographicMapSeriesHost.prototype.wo = function (a) {
569
+ return this.wz.wo(a);
570
570
  };
571
- GeographicMapSeriesHost.prototype.wq = function (a) {
572
- return this.w0.wq(a);
571
+ GeographicMapSeriesHost.prototype.wp = function (a) {
572
+ return this.wz.wp(a);
573
573
  };
574
- GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
575
- return this.w0.i1(a, b, c);
574
+ GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
575
+ return this.wz.i0(a, b, c);
576
576
  };
577
- GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
578
- return this.w0.v8(a, b, c);
577
+ GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
578
+ return this.wz.v7(a, b, c);
579
579
  };
580
- GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
581
- return this.i5(a, b, c);
580
+ GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
581
+ return this.i4(a, b, c);
582
582
  };
583
- GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
584
- return this.w0.wa(a, b, c);
583
+ GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
584
+ return this.wz.v9(a, b, c);
585
585
  };
586
- GeographicMapSeriesHost.prototype.wd = function (a, b, c) {
587
- return this.w0.wd(a, b, c);
586
+ GeographicMapSeriesHost.prototype.wc = function (a, b, c) {
587
+ return this.wz.wc(a, b, c);
588
588
  };
589
- GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
590
- return this.w0.i6(a, b, c);
589
+ GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
590
+ return this.wz.i5(a, b, c);
591
591
  };
592
- GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
593
- return this.w0.v9(a, b, c);
592
+ GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
593
+ return this.wz.v8(a, b, c);
594
594
  };
595
- GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
596
- return this.w0.i2(a, b, c);
595
+ GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
596
+ return this.wz.i1(a, b, c);
597
597
  };
598
- GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
599
- return this.w0.wb(a, b, c);
598
+ GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
599
+ return this.wz.wa(a, b, c);
600
600
  };
601
- GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
602
- return this.w0.i4(a, b, c);
601
+ GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
602
+ return this.wz.i3(a, b, c);
603
603
  };
604
- GeographicMapSeriesHost.prototype.j4 = function (a) {
605
- return this.w0.j4(a);
604
+ GeographicMapSeriesHost.prototype.j3 = function (a) {
605
+ return this.wz.j3(a);
606
606
  };
607
- GeographicMapSeriesHost.prototype.iw = function () {
608
- return this.w0.iw();
607
+ GeographicMapSeriesHost.prototype.iv = function () {
608
+ return this.wz.iv();
609
609
  };
610
- GeographicMapSeriesHost.prototype.is = function (a) {
611
- return this.w0.is(a);
610
+ GeographicMapSeriesHost.prototype.ir = function (a) {
611
+ return this.wz.ir(a);
612
612
  };
613
- GeographicMapSeriesHost.prototype.ko = function (a) {
614
- return this.w0.ko(a);
613
+ GeographicMapSeriesHost.prototype.kn = function (a) {
614
+ return this.wz.kn(a);
615
615
  };
616
616
  GeographicMapSeriesHost.prototype.cs = function () {
617
617
  return new HostSeriesView(this);
618
618
  };
619
- GeographicMapSeriesHost.prototype.q1 = function (a) {
620
- _super.prototype.q1.call(this, a);
621
- this.w1 = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
619
+ GeographicMapSeriesHost.prototype.q0 = function (a) {
620
+ _super.prototype.q0.call(this, a);
621
+ this.w0 = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
622
622
  };
623
- Object.defineProperty(GeographicMapSeriesHost.prototype, "w2", {
623
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "w1", {
624
624
  get: function () {
625
- return this.c(GeographicMapSeriesHost.w7);
625
+ return this.c(GeographicMapSeriesHost.w6);
626
626
  },
627
627
  set: function (a) {
628
- this.h(GeographicMapSeriesHost.w7, a);
628
+ this.h(GeographicMapSeriesHost.w6, a);
629
629
  },
630
630
  enumerable: false,
631
631
  configurable: true
632
632
  });
633
- GeographicMapSeriesHost.prototype.q9 = function (a, b, c, d) {
634
- _super.prototype.q9.call(this, a, b, c, d);
633
+ GeographicMapSeriesHost.prototype.q8 = function (a, b, c, d) {
634
+ _super.prototype.q8.call(this, a, b, c, d);
635
635
  switch (b) {
636
636
  case "SeriesViewer":
637
- this.w0.db = this.db;
637
+ this.wz.db = this.db;
638
638
  if (c != null) {
639
- c.q4(this.w0);
639
+ c.q4(this.wz);
640
640
  }
641
641
  if (d != null) {
642
- this.db.m8(this.w0);
642
+ this.db.m8(this.wz);
643
643
  }
644
- this.w0.rc(this.ws);
645
- this.w0.index = this.index;
646
- this.p0(this.w0);
647
- this.kg = this.w0.kg;
644
+ this.wz.rb(this.wr);
645
+ this.wz.index = this.index;
646
+ this.pz(this.wz);
647
+ this.kf = this.wz.kf;
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.w6));
650
+ e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.w5));
651
651
  }
652
652
  if (this.db != null) {
653
653
  var f = this.db;
654
- f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.w6));
654
+ f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.w5));
655
655
  }
656
- this.w4();
656
+ this.w3();
657
657
  break;
658
658
  case "SyncLink":
659
- this.w0.c3 = this.c3;
659
+ this.wz.c3 = this.c3;
660
660
  break;
661
661
  case "VisibleFromScale":
662
- this.w4();
662
+ this.w3();
663
663
  break;
664
664
  case "Index":
665
- this.w0.index = this.index;
665
+ this.wz.index = this.index;
666
666
  break;
667
667
  case "ItemsSource":
668
- this.w1.b6();
668
+ this.w0.b6();
669
669
  break;
670
670
  case "Resolution":
671
- this.w1.cd();
671
+ this.w0.cd();
672
672
  break;
673
673
  case "TransitionDuration":
674
- this.w1.cg();
674
+ this.w0.cg();
675
675
  break;
676
676
  case "Opacity":
677
- this.w1.ca();
677
+ this.w0.ca();
678
678
  break;
679
679
  case "Visibility":
680
- var hs_ = this.w0;
680
+ var hs_ = this.wz;
681
681
  var v_ = this._visibility;
682
682
  hs_.visibility = v_;
683
683
  break;
684
684
  case "MouseOverEnabled":
685
- this.w0.f8 = this.f8;
685
+ this.wz.f7 = this.f7;
686
686
  break;
687
687
  case "ExpectFunctions":
688
- this.w0.expectFunctions = this.expectFunctions;
688
+ this.wz.expectFunctions = this.expectFunctions;
689
689
  break;
690
690
  case "Thickness":
691
- this.w1.cf();
691
+ this.w0.cf();
692
692
  break;
693
693
  case "Brush":
694
- this.w1.b4();
694
+ this.w0.b4();
695
695
  break;
696
696
  case "Outline":
697
- this.w1.cc();
697
+ this.w0.cc();
698
698
  break;
699
699
  case "ActualBrush":
700
- this.w1.b1();
700
+ this.w0.b1();
701
701
  break;
702
702
  case "ActualOutline":
703
- this.w1.b2();
703
+ this.w0.b2();
704
704
  break;
705
705
  case "MarkerFillOpacity":
706
- if (!igniteuiAngularCore.isNaN_(this.jg)) {
707
- this.w1.b9();
706
+ if (!igniteuiAngularCore.isNaN_(this.jf)) {
707
+ this.w0.b9();
708
708
  }
709
709
  break;
710
710
  case "AreaFillOpacity":
711
- if (!igniteuiAngularCore.isNaN_(this.ik)) {
712
- this.w1.b3();
711
+ if (!igniteuiAngularCore.isNaN_(this.ij)) {
712
+ this.w0.b3();
713
713
  }
714
714
  break;
715
715
  case "OutlineMode":
716
- this.w1.cb();
716
+ this.w0.cb();
717
717
  break;
718
718
  case "ShowDefaultTooltip":
719
- this.w1.ce();
719
+ this.w0.ce();
720
720
  break;
721
721
  case "Title":
722
- this.w0.title = this.title;
722
+ this.wz.title = this.title;
723
723
  break;
724
724
  case "LegendItemBadgeMode":
725
- this.w1.b7();
725
+ this.w0.b7();
726
726
  break;
727
727
  case "LegendItemBadgeShape":
728
- this.w1.b8();
728
+ this.w0.b8();
729
729
  break;
730
730
  case "Legend":
731
- this.w0.legend = this.legend;
731
+ this.wz.legend = this.legend;
732
732
  this.cv.av();
733
733
  break;
734
734
  }
735
735
  };
736
- GeographicMapSeriesHost.prototype.w4 = function () {
737
- if (this.db == null || this.w0 == null) {
736
+ GeographicMapSeriesHost.prototype.w3 = function () {
737
+ if (this.db == null || this.wz == null) {
738
738
  return;
739
739
  }
740
- if (!igniteuiAngularCore.isNaN_(this.w2)) {
741
- if (this.db.v4.width > this.w2) {
742
- var hs_ = this.w0;
740
+ if (!igniteuiAngularCore.isNaN_(this.w1)) {
741
+ if (this.db.v4.width > this.w1) {
742
+ var hs_ = this.wz;
743
743
  var v_ = 1;
744
744
  hs_.visibility = v_;
745
745
  }
746
746
  else {
747
- var hs2_ = this.w0;
747
+ var hs2_ = this.wz;
748
748
  var v2_ = 0;
749
749
  hs2_.visibility = v2_;
750
750
  }
751
751
  }
752
752
  };
753
- GeographicMapSeriesHost.prototype.w6 = function (a, b) {
754
- this.w4();
753
+ GeographicMapSeriesHost.prototype.w5 = function (a, b) {
754
+ this.w3();
755
755
  };
756
- GeographicMapSeriesHost.prototype.rr = function (a) {
757
- _super.prototype.rr.call(this, a);
758
- if (this.w0 != null) {
759
- this.w0.rr(a);
756
+ GeographicMapSeriesHost.prototype.rq = function (a) {
757
+ _super.prototype.rq.call(this, a);
758
+ if (this.wz != null) {
759
+ this.wz.rq(a);
760
760
  }
761
761
  };
762
- GeographicMapSeriesHost.prototype.q5 = function (a) {
763
- _super.prototype.q5.call(this, a);
764
- if (this.w0 != null) {
765
- this.w0.qn();
762
+ GeographicMapSeriesHost.prototype.q4 = function (a) {
763
+ _super.prototype.q4.call(this, a);
764
+ if (this.wz != null) {
765
+ this.wz.qm();
766
766
  }
767
767
  };
768
- GeographicMapSeriesHost.prototype.rq = function (a, b, c, d, e) {
769
- if (this.w0 != null) {
770
- this.w0.rq(a, b, c, d, e);
768
+ GeographicMapSeriesHost.prototype.rp = function (a, b, c, d, e) {
769
+ if (this.wz != null) {
770
+ this.wz.rp(a, b, c, d, e);
771
771
  }
772
772
  };
773
773
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
774
- return this.w0.a2(a, b);
774
+ return this.wz.a2(a, b);
775
775
  };
776
- GeographicMapSeriesHost.prototype.sc = function () {
777
- _super.prototype.sc.call(this);
778
- this.w0.sc();
776
+ GeographicMapSeriesHost.prototype.sb = function () {
777
+ _super.prototype.sb.call(this);
778
+ this.wz.sb();
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.w0.coercionMethods = a;
785
+ this.wz.coercionMethods = a;
786
786
  };
787
- GeographicMapSeriesHost.prototype.pz = function (a) {
788
- _super.prototype.pz.call(this, a);
789
- if (this.w0 != null) {
790
- var b = this.w0.km();
791
- this.o8(a, b);
787
+ GeographicMapSeriesHost.prototype.py = function (a) {
788
+ _super.prototype.py.call(this, a);
789
+ if (this.wz != null) {
790
+ var b = this.wz.kl();
791
+ this.o7(a, b);
792
792
  }
793
793
  };
794
794
  GeographicMapSeriesHost.$t = igniteuiAngularCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiAngularCharts.Series.$);
795
- GeographicMapSeriesHost.w7 = igniteuiAngularCore.DependencyProperty.i("VisibleFromScale", igniteuiAngularCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiAngularCore.PropertyMetadata(2, 1, function (a, b) {
795
+ GeographicMapSeriesHost.w6 = 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.b5 = function () {
816
816
  this.b0.legendItemVisibility = 1;
817
- this.b0.w0.legendItemVisibility = 0;
818
- this.b0.w0.itemsSource = this.b0.itemsSource;
819
- this.b0.w0.index = this.b0.index;
820
- this.b0.w0.vf = this.b0.vf;
821
- this.b0.w0.vv = this.b0.vf;
822
- this.b0.w0.ci = this.b0.ci;
823
- this.b0.w0.jj = this.b0.jj;
824
- this.b0.w0.kd = this.b0.kd;
825
- this.b0.w0._opacity = this.b0._opacity;
826
- this.b0.w0.jp = this.b0.jp;
827
- this.b0.w0.ik = this.b0.ik;
828
- this.b0.w0.jg = this.b0.jg;
829
- this.b0.w0.gp = this.b0.gp;
830
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
831
- this.b0.w0.bd = this.b0.bd;
817
+ this.b0.wz.legendItemVisibility = 0;
818
+ this.b0.wz.itemsSource = this.b0.itemsSource;
819
+ this.b0.wz.index = this.b0.index;
820
+ this.b0.wz.ve = this.b0.ve;
821
+ this.b0.wz.vu = this.b0.ve;
822
+ this.b0.wz.ci = this.b0.ci;
823
+ this.b0.wz.ji = this.b0.ji;
824
+ this.b0.wz.kc = this.b0.kc;
825
+ this.b0.wz._opacity = this.b0._opacity;
826
+ this.b0.wz.jo = this.b0.jo;
827
+ this.b0.wz.ij = this.b0.ij;
828
+ this.b0.wz.jf = this.b0.jf;
829
+ this.b0.wz.go = this.b0.go;
830
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
831
+ this.b0.wz.bd = this.b0.bd;
832
832
  };
833
833
  HostSeriesView.prototype.b6 = function () {
834
- this.b0.w0.itemsSource = this.b0.itemsSource;
834
+ this.b0.wz.itemsSource = this.b0.itemsSource;
835
835
  };
836
836
  HostSeriesView.prototype.cd = function () {
837
- this.b0.w0.jj = this.b0.jj;
837
+ this.b0.wz.ji = this.b0.ji;
838
838
  };
839
839
  HostSeriesView.prototype.cg = function () {
840
- this.b0.w0.kd = this.b0.kd;
840
+ this.b0.wz.kc = this.b0.kc;
841
841
  };
842
842
  HostSeriesView.prototype.ca = function () {
843
- this.b0.w0._opacity = this.b0._opacity;
843
+ this.b0.wz._opacity = this.b0._opacity;
844
844
  };
845
845
  HostSeriesView.prototype.cf = function () {
846
- this.b0.w0.jp = this.b0.jp;
846
+ this.b0.wz.jo = this.b0.jo;
847
847
  };
848
848
  HostSeriesView.prototype.b4 = function () {
849
- this.b0.w0.vf = this.b0.vf;
849
+ this.b0.wz.ve = this.b0.ve;
850
850
  };
851
851
  HostSeriesView.prototype.cc = function () {
852
- this.b0.w0.vv = this.b0.vv;
852
+ this.b0.wz.vu = this.b0.vu;
853
853
  };
854
854
  HostSeriesView.prototype.b1 = function () {
855
- this.b0.w0.vf = this.b0.u9;
855
+ this.b0.wz.ve = this.b0.u8;
856
856
  };
857
857
  HostSeriesView.prototype.b2 = function () {
858
- this.b0.w0.vv = this.b0.vd;
858
+ this.b0.wz.vu = this.b0.vc;
859
859
  };
860
860
  HostSeriesView.prototype.b7 = function () {
861
- this.b0.w0.bd = this.b0.bd;
861
+ this.b0.wz.bd = this.b0.bd;
862
862
  };
863
863
  HostSeriesView.prototype.b8 = function () {
864
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
864
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
865
865
  };
866
866
  HostSeriesView.prototype.b3 = function () {
867
- this.b0.w0.ik = this.b0.ik;
867
+ this.b0.wz.ij = this.b0.ij;
868
868
  };
869
869
  HostSeriesView.prototype.b9 = function () {
870
- this.b0.w0.jg = this.b0.jg;
870
+ this.b0.wz.jf = this.b0.jf;
871
871
  };
872
872
  HostSeriesView.prototype.cb = function () {
873
- this.b0.w0.ci = this.b0.ci;
873
+ this.b0.wz.ci = this.b0.ci;
874
874
  };
875
875
  HostSeriesView.prototype.ce = function () {
876
- this.b0.w0.gp = this.b0.gp;
876
+ this.b0.wz.go = this.b0.go;
877
877
  };
878
878
  HostSeriesView.$t = igniteuiAngularCore.markType(HostSeriesView, 'HostSeriesView', igniteuiAngularCharts.SeriesView.$);
879
879
  return HostSeriesView;
@@ -1200,7 +1200,7 @@
1200
1200
  try {
1201
1201
  for (var _b = tslib.__values(igniteuiAngularCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
1202
1202
  var a = _c.value;
1203
- a.sc();
1203
+ a.sb();
1204
1204
  }
1205
1205
  }
1206
1206
  catch (e_1_1) {
@@ -1617,7 +1617,7 @@
1617
1617
  try {
1618
1618
  for (var _c = tslib.__values(igniteuiAngularCore.fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
1619
1619
  var g = _d.value;
1620
- g.rr(false);
1620
+ g.rq(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.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
1666
1666
  var i = _f.value;
1667
- i.qg();
1667
+ i.qf();
1668
1668
  }
1669
1669
  }
1670
1670
  catch (e_3_1) {
@@ -1720,7 +1720,7 @@
1720
1720
  var c = b;
1721
1721
  var d = a;
1722
1722
  d.itemsSource = c.triangulationSource.points;
1723
- d.w9 = c.triangulationSource.triangles;
1723
+ d.w8 = c.triangulationSource.triangles;
1724
1724
  }
1725
1725
  else {
1726
1726
  _super.prototype.rd.call(this, a, b);
@@ -1753,7 +1753,7 @@
1753
1753
  a.axes.add1(b);
1754
1754
  a.axes.add1(c);
1755
1755
  for (var d = 0; d < this.series.count; d++) {
1756
- var e = this.series._inner[d].km();
1756
+ var e = this.series._inner[d].kl();
1757
1757
  a.series.add1(e);
1758
1758
  }
1759
1759
  a.name = this.name;
@@ -2053,41 +2053,41 @@
2053
2053
  }
2054
2054
  GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
2055
2055
  _super.prototype.b5.call(this);
2056
- var a = this.ch.w0;
2057
- a.x0 = this.ch.xc;
2058
- a.x8 = this.ch.xa;
2059
- a.trianglesSource = this.ch.w9;
2060
- a.xo = this.ch.xf;
2061
- a.xq = this.ch.xh;
2062
- a.xs = this.ch.xj;
2056
+ var a = this.ch.wz;
2057
+ a.xz = this.ch.xb;
2058
+ a.x7 = this.ch.w9;
2059
+ a.trianglesSource = this.ch.w8;
2060
+ a.xn = this.ch.xe;
2061
+ a.xp = this.ch.xg;
2062
+ a.xr = this.ch.xi;
2063
2063
  };
2064
2064
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
2065
- var a = this.ch.w0;
2065
+ var a = this.ch.wz;
2066
2066
  if (this.ch.db == null) {
2067
+ a.wx = null;
2067
2068
  a.wy = null;
2068
- a.wz = null;
2069
2069
  return;
2070
2070
  }
2071
- a.wy = this.ch.db.ws;
2072
- a.wz = this.ch.db.wu;
2071
+ a.wx = this.ch.db.ws;
2072
+ a.wy = this.ch.db.wu;
2073
2073
  };
2074
2074
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
2075
- this.ch.w0.x0 = this.ch.xc;
2075
+ this.ch.wz.xz = this.ch.xb;
2076
2076
  };
2077
2077
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2078
- this.ch.w0.x8 = this.ch.xa;
2078
+ this.ch.wz.x7 = this.ch.w9;
2079
2079
  };
2080
2080
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
2081
- this.ch.w0.trianglesSource = this.ch.w9;
2081
+ this.ch.wz.trianglesSource = this.ch.w8;
2082
2082
  };
2083
2083
  GeographicXYTriangulatingSeriesView.prototype.cm = function () {
2084
- this.ch.w0.xo = this.ch.xf;
2084
+ this.ch.wz.xn = this.ch.xe;
2085
2085
  };
2086
2086
  GeographicXYTriangulatingSeriesView.prototype.cn = function () {
2087
- this.ch.w0.xq = this.ch.xh;
2087
+ this.ch.wz.xp = this.ch.xg;
2088
2088
  };
2089
2089
  GeographicXYTriangulatingSeriesView.prototype.co = function () {
2090
- this.ch.w0.xs = this.ch.xj;
2090
+ this.ch.wz.xr = this.ch.xi;
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.b5 = function () {
2112
2112
  _super.prototype.b5.call(this);
2113
- if (this.cp.xu != null) {
2114
- this.cp.xu.y7 = this.cp.xy;
2115
- this.cp.xu.yv = this.cp.xt;
2113
+ if (this.cp.xt != null) {
2114
+ this.cp.xt.y6 = this.cp.xx;
2115
+ this.cp.xt.yu = this.cp.xs;
2116
2116
  }
2117
2117
  };
2118
2118
  GeographicScatterAreaSeriesView.prototype.cq = function () {
2119
- if (this.cp.xu != null) {
2120
- this.cp.xu.y7 = this.cp.xy;
2119
+ if (this.cp.xt != null) {
2120
+ this.cp.xt.y6 = this.cp.xx;
2121
2121
  }
2122
2122
  };
2123
2123
  GeographicScatterAreaSeriesView.prototype.cr = function () {
2124
- if (this.cp.xu != null) {
2125
- this.cp.xu.yv = this.cp.xt;
2124
+ if (this.cp.xt != null) {
2125
+ this.cp.xt.yu = this.cp.xs;
2126
2126
  }
2127
2127
  };
2128
2128
  GeographicScatterAreaSeriesView.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2329,38 +2329,38 @@
2329
2329
  GeographicXYTriangulatingSeries.prototype.cs = function () {
2330
2330
  return new GeographicXYTriangulatingSeriesView(this);
2331
2331
  };
2332
- GeographicXYTriangulatingSeries.prototype.q1 = function (a) {
2333
- _super.prototype.q1.call(this, a);
2334
- this.w8 = a;
2332
+ GeographicXYTriangulatingSeries.prototype.q0 = function (a) {
2333
+ _super.prototype.q0.call(this, a);
2334
+ this.w7 = a;
2335
2335
  };
2336
- GeographicXYTriangulatingSeries.prototype.q9 = function (a, b, c, d) {
2337
- _super.prototype.q9.call(this, a, b, c, d);
2336
+ GeographicXYTriangulatingSeries.prototype.q8 = function (a, b, c, d) {
2337
+ _super.prototype.q8.call(this, a, b, c, d);
2338
2338
  switch (b) {
2339
2339
  case "SeriesViewer":
2340
- this.w8.ck();
2340
+ this.w7.ck();
2341
2341
  break;
2342
2342
  case GeographicXYTriangulatingSeries.$$p[1]:
2343
- this.w8.cj();
2343
+ this.w7.cj();
2344
2344
  break;
2345
2345
  case GeographicXYTriangulatingSeries.$$p[0]:
2346
- this.w8.ci();
2346
+ this.w7.ci();
2347
2347
  break;
2348
2348
  case GeographicXYTriangulatingSeries.$$p[5]:
2349
- this.w8.cl();
2349
+ this.w7.cl();
2350
2350
  break;
2351
2351
  case GeographicXYTriangulatingSeries.$$p[2]:
2352
- this.w8.cm();
2352
+ this.w7.cm();
2353
2353
  break;
2354
2354
  case GeographicXYTriangulatingSeries.$$p[3]:
2355
- this.w8.cn();
2355
+ this.w7.cn();
2356
2356
  break;
2357
2357
  case GeographicXYTriangulatingSeries.$$p[4]:
2358
- this.w8.co();
2358
+ this.w7.co();
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:xa:xl', [2, "pointY"], 'LongitudeMemberPath:xc:xm', [2, "pointX"], 'TriangleVertexMemberPath1:xf:xo', [2, "v1"], 'TriangleVertexMemberPath2:xh:xp', [2, "v2"], 'TriangleVertexMemberPath3:xj:xq', [2, "v3"], 'TrianglesSource:w9:xn', [igniteuiAngularCore.IEnumerable_$type, null]]);
2363
+ GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w9:xk', [2, "pointY"], 'LongitudeMemberPath:xb:xl', [2, "pointX"], 'TriangleVertexMemberPath1:xe:xn', [2, "v1"], 'TriangleVertexMemberPath2:xg:xo', [2, "v2"], 'TriangleVertexMemberPath3:xi:xp', [2, "v3"], 'TrianglesSource:w8:xm', [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.xr = null;
2373
+ _this.xq = null;
2374
2374
  _this.triangulationStatusChanged = null;
2375
2375
  _this.ab = GeographicScatterAreaSeries.$;
2376
2376
  return _this;
@@ -2381,53 +2381,53 @@
2381
2381
  GeographicScatterAreaSeries.prototype.get_eu = function () {
2382
2382
  return true;
2383
2383
  };
2384
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "xt", {
2384
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "xs", {
2385
2385
  get: function () {
2386
- return this.xr;
2386
+ return this.xq;
2387
2387
  },
2388
2388
  set: function (a) {
2389
- var b = this.xr != a;
2389
+ var b = this.xq != a;
2390
2390
  if (b) {
2391
- var c = this.xr;
2392
- if (this.xr != null) {
2393
- var d = this.xr;
2394
- d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.x1));
2391
+ var c = this.xq;
2392
+ if (this.xq != null) {
2393
+ var d = this.xq;
2394
+ d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.x0));
2395
2395
  }
2396
- this.xr = a;
2397
- if (this.xr != null) {
2398
- var e = this.xr;
2399
- e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.x1));
2396
+ this.xq = a;
2397
+ if (this.xq != null) {
2398
+ var e = this.xq;
2399
+ e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.x0));
2400
2400
  }
2401
- this.raisePropertyChanged("ColorScale", c, this.xr);
2402
- if (this.xu != null) {
2403
- this.xu.yv = a;
2401
+ this.raisePropertyChanged("ColorScale", c, this.xq);
2402
+ if (this.xt != null) {
2403
+ this.xt.yu = a;
2404
2404
  }
2405
2405
  }
2406
2406
  },
2407
2407
  enumerable: false,
2408
2408
  configurable: true
2409
2409
  });
2410
- GeographicScatterAreaSeries.prototype.x1 = function (a, b) {
2411
- this.xw.cr();
2412
- this.x3();
2413
- this.rr(false);
2410
+ GeographicScatterAreaSeries.prototype.x0 = function (a, b) {
2411
+ this.xv.cr();
2412
+ this.x2();
2413
+ this.rq(false);
2414
2414
  };
2415
- GeographicScatterAreaSeries.prototype.x3 = function () {
2416
- if (this.xu != null) {
2417
- this.xs = this.xu.yu;
2415
+ GeographicScatterAreaSeries.prototype.x2 = function () {
2416
+ if (this.xt != null) {
2417
+ this.xr = this.xt.yt;
2418
2418
  }
2419
2419
  };
2420
- GeographicScatterAreaSeries.prototype.sh = function () {
2421
- _super.prototype.sh.call(this);
2422
- this.x3();
2420
+ GeographicScatterAreaSeries.prototype.sg = function () {
2421
+ _super.prototype.sg.call(this);
2422
+ this.x2();
2423
2423
  };
2424
- GeographicScatterAreaSeries.prototype.wz = function () {
2425
- this.xu = new igniteuiAngularCharts.ScatterAreaSeries();
2426
- var a = this.xu;
2427
- a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.x2));
2428
- return this.xu;
2424
+ GeographicScatterAreaSeries.prototype.wy = function () {
2425
+ this.xt = new igniteuiAngularCharts.ScatterAreaSeries();
2426
+ var a = this.xt;
2427
+ a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.x1));
2428
+ return this.xt;
2429
2429
  };
2430
- GeographicScatterAreaSeries.prototype.x2 = function (a, b) {
2430
+ GeographicScatterAreaSeries.prototype.x1 = function (a, b) {
2431
2431
  if (this.triangulationStatusChanged != null) {
2432
2432
  this.triangulationStatusChanged(this, b);
2433
2433
  }
@@ -2435,30 +2435,30 @@
2435
2435
  GeographicScatterAreaSeries.prototype.cs = function () {
2436
2436
  return new GeographicScatterAreaSeriesView(this);
2437
2437
  };
2438
- GeographicScatterAreaSeries.prototype.q1 = function (a) {
2439
- _super.prototype.q1.call(this, a);
2440
- this.xw = a;
2438
+ GeographicScatterAreaSeries.prototype.q0 = function (a) {
2439
+ _super.prototype.q0.call(this, a);
2440
+ this.xv = a;
2441
2441
  };
2442
- GeographicScatterAreaSeries.prototype.q9 = function (a, b, c, d) {
2443
- _super.prototype.q9.call(this, a, b, c, d);
2442
+ GeographicScatterAreaSeries.prototype.q8 = function (a, b, c, d) {
2443
+ _super.prototype.q8.call(this, a, b, c, d);
2444
2444
  switch (b) {
2445
2445
  case GeographicScatterAreaSeries.$$p[1]:
2446
- this.xw.cq();
2446
+ this.xv.cq();
2447
2447
  break;
2448
2448
  case "ColorScale":
2449
- this.xw.cr();
2450
- this.x3();
2449
+ this.xv.cr();
2450
+ this.x2();
2451
2451
  break;
2452
2452
  }
2453
2453
  };
2454
- GeographicScatterAreaSeries.prototype.get_g7 = function () {
2454
+ GeographicScatterAreaSeries.prototype.get_g6 = function () {
2455
2455
  return true;
2456
2456
  };
2457
- GeographicScatterAreaSeries.prototype.set_g7 = function (a) {
2458
- _super.prototype.set_g7.call(this, a);
2457
+ GeographicScatterAreaSeries.prototype.set_g6 = function (a) {
2458
+ _super.prototype.set_g6.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:xs:x4', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
2461
+ GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
2462
2462
  return GeographicScatterAreaSeries;
2463
2463
  }(GeographicXYTriangulatingSeries));
2464
2464
 
@@ -4981,7 +4981,7 @@
4981
4981
  * Checks if this control is geographic coordinate system
4982
4982
  */
4983
4983
  get: function () {
4984
- return this.i.fc;
4984
+ return this.i.fb;
4985
4985
  },
4986
4986
  enumerable: false,
4987
4987
  configurable: true
@@ -5002,10 +5002,10 @@
5002
5002
  * 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%.
5003
5003
  */
5004
5004
  get: function () {
5005
- return this.i.w2;
5005
+ return this.i.w1;
5006
5006
  },
5007
5007
  set: function (v) {
5008
- this.i.w2 = +v;
5008
+ this.i.w1 = +v;
5009
5009
  },
5010
5010
  enumerable: false,
5011
5011
  configurable: true
@@ -5030,10 +5030,10 @@
5030
5030
 
5031
5031
  */
5032
5032
  IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
5033
- this.i.qg();
5033
+ this.i.qf();
5034
5034
  };
5035
5035
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
5036
- var iv = this.i.kq(item, memberPathName);
5036
+ var iv = this.i.kp(item, memberPathName);
5037
5037
  return (iv);
5038
5038
  };
5039
5039
  /**
@@ -5042,7 +5042,7 @@
5042
5042
  * @param memberPathName * The property name of a valid member path for the series
5043
5043
  */
5044
5044
  IgxGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
5045
- var iv = this.i.md(memberPathName);
5045
+ var iv = this.i.mc(memberPathName);
5046
5046
  return (iv);
5047
5047
  };
5048
5048
  /**
@@ -5051,23 +5051,23 @@
5051
5051
  * @param world * The world coordinates to use.
5052
5052
  */
5053
5053
  IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
5054
- var iv = this.i.kn(igniteuiAngularCore.toPoint(world));
5054
+ var iv = this.i.km(igniteuiAngularCore.toPoint(world));
5055
5055
  return (iv);
5056
5056
  };
5057
5057
  IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
5058
- var iv = this.i.ka(igniteuiAngularCore.toPoint(world), skipUnknowns);
5058
+ var iv = this.i.j9(igniteuiAngularCore.toPoint(world), skipUnknowns);
5059
5059
  return (iv);
5060
5060
  };
5061
5061
  IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
5062
- var iv = this.i.j8(igniteuiAngularCore.toPoint(world), skipUnknowns);
5062
+ var iv = this.i.j7(igniteuiAngularCore.toPoint(world), skipUnknowns);
5063
5063
  return (iv);
5064
5064
  };
5065
5065
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
5066
- var iv = this.i.i5(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5066
+ var iv = this.i.i4(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5067
5067
  return (iv);
5068
5068
  };
5069
5069
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
5070
- var iv = this.i.wc(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5070
+ var iv = this.i.wb(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5071
5071
  return igniteuiAngularCore.fromPoint(iv);
5072
5072
  };
5073
5073
  /**
@@ -5076,7 +5076,7 @@
5076
5076
  * @param world * The world coordinate for which to get a value bounding box for
5077
5077
  */
5078
5078
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
5079
- var iv = this.i.wn(igniteuiAngularCore.toPoint(world));
5079
+ var iv = this.i.wm(igniteuiAngularCore.toPoint(world));
5080
5080
  return igniteuiAngularCore.fromRect(iv);
5081
5081
  };
5082
5082
  /**
@@ -5085,31 +5085,31 @@
5085
5085
  * @param world * The world coordinates for which to get a value marker bounding box for
5086
5086
  */
5087
5087
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
5088
- var iv = this.i.wp(igniteuiAngularCore.toPoint(world));
5088
+ var iv = this.i.wo(igniteuiAngularCore.toPoint(world));
5089
5089
  return igniteuiAngularCore.fromRect(iv);
5090
5090
  };
5091
5091
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
5092
- var iv = this.i.i1(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5092
+ var iv = this.i.i0(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5093
5093
  return (iv);
5094
5094
  };
5095
5095
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
5096
- var iv = this.i.v8(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5096
+ var iv = this.i.v7(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5097
5097
  return igniteuiAngularCore.fromPoint(iv);
5098
5098
  };
5099
5099
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
5100
- var iv = this.i.i3(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5100
+ var iv = this.i.i2(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5101
5101
  return (iv);
5102
5102
  };
5103
5103
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
5104
- var iv = this.i.wa(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5104
+ var iv = this.i.v9(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
5105
5105
  return igniteuiAngularCore.fromPoint(iv);
5106
5106
  };
5107
5107
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5108
- var iv = this.i.wd(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
5108
+ var iv = this.i.wc(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
5109
5109
  return igniteuiAngularCore.fromPoint(iv);
5110
5110
  };
5111
5111
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5112
- var iv = this.i.i6(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
5112
+ var iv = this.i.i5(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
5113
5113
  return (iv);
5114
5114
  };
5115
5115
  /**
@@ -5117,7 +5117,7 @@
5117
5117
 
5118
5118
  */
5119
5119
  IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
5120
- var iv = this.i.iw();
5120
+ var iv = this.i.iv();
5121
5121
  return (iv);
5122
5122
  };
5123
5123
  /**
@@ -5126,14 +5126,14 @@
5126
5126
  * @param animate * True if the change should be animated.
5127
5127
  */
5128
5128
  IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
5129
- this.i.rr(animate);
5129
+ this.i.rq(animate);
5130
5130
  };
5131
5131
  /**
5132
5132
  * Called when this series' Style is updated.
5133
5133
 
5134
5134
  */
5135
5135
  IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
5136
- this.i.sc();
5136
+ this.i.sb();
5137
5137
  };
5138
5138
  IgxGeographicMapSeriesHostComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
5139
5139
  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 });
@@ -5242,10 +5242,10 @@
5242
5242
  * 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.
5243
5243
  */
5244
5244
  get: function () {
5245
- return this.i.xz;
5245
+ return this.i.xy;
5246
5246
  },
5247
5247
  set: function (v) {
5248
- this.i.xz = v;
5248
+ this.i.xy = v;
5249
5249
  },
5250
5250
  enumerable: false,
5251
5251
  configurable: true
@@ -5255,10 +5255,10 @@
5255
5255
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5256
5256
  */
5257
5257
  get: function () {
5258
- return this.i.xk;
5258
+ return this.i.xj;
5259
5259
  },
5260
5260
  set: function (v) {
5261
- this.i.xk = igniteuiAngularCore.ensureBool(v);
5261
+ this.i.xj = igniteuiAngularCore.ensureBool(v);
5262
5262
  },
5263
5263
  enumerable: false,
5264
5264
  configurable: true
@@ -5268,10 +5268,10 @@
5268
5268
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5269
5269
  */
5270
5270
  get: function () {
5271
- return this.i.xj;
5271
+ return this.i.xi;
5272
5272
  },
5273
5273
  set: function (v) {
5274
- this.i.xj = igniteuiAngularCore.ensureBool(v);
5274
+ this.i.xi = igniteuiAngularCore.ensureBool(v);
5275
5275
  },
5276
5276
  enumerable: false,
5277
5277
  configurable: true
@@ -5281,10 +5281,10 @@
5281
5281
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5282
5282
  */
5283
5283
  get: function () {
5284
- return this.i.xb;
5284
+ return this.i.xa;
5285
5285
  },
5286
5286
  set: function (v) {
5287
- this.i.xb = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
5287
+ this.i.xa = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
5288
5288
  },
5289
5289
  enumerable: false,
5290
5290
  configurable: true
@@ -5294,10 +5294,10 @@
5294
5294
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5295
5295
  */
5296
5296
  get: function () {
5297
- return this.i.xn;
5297
+ return this.i.xm;
5298
5298
  },
5299
5299
  set: function (v) {
5300
- this.i.xn = +v;
5300
+ this.i.xm = +v;
5301
5301
  },
5302
5302
  enumerable: false,
5303
5303
  configurable: true
@@ -5307,10 +5307,10 @@
5307
5307
  * Gets or sets the fill mapping property for the current series object.
5308
5308
  */
5309
5309
  get: function () {
5310
- return this.i.xo;
5310
+ return this.i.xn;
5311
5311
  },
5312
5312
  set: function (v) {
5313
- this.i.xo = v;
5313
+ this.i.xn = v;
5314
5314
  },
5315
5315
  enumerable: false,
5316
5316
  configurable: true
@@ -5320,7 +5320,7 @@
5320
5320
  * Gets or sets the brush scale for the fill brush of markers.
5321
5321
  */
5322
5322
  get: function () {
5323
- var r = this.i.xa;
5323
+ var r = this.i.w9;
5324
5324
  if (r == null) {
5325
5325
  return null;
5326
5326
  }
@@ -5336,7 +5336,7 @@
5336
5336
  set: function (v) {
5337
5337
  if (v != null && this._stylingContainer && v._styling)
5338
5338
  v._styling(this._stylingContainer, this, this);
5339
- v == null ? this.i.xa = null : this.i.xa = v.i;
5339
+ v == null ? this.i.w9 = null : this.i.w9 = v.i;
5340
5340
  },
5341
5341
  enumerable: false,
5342
5342
  configurable: true
@@ -5347,10 +5347,10 @@
5347
5347
  * This setting applies only if multiple series are using the same FillScale.
5348
5348
  */
5349
5349
  get: function () {
5350
- return this.i.xi;
5350
+ return this.i.xh;
5351
5351
  },
5352
5352
  set: function (v) {
5353
- this.i.xi = igniteuiAngularCore.ensureBool(v);
5353
+ this.i.xh = igniteuiAngularCore.ensureBool(v);
5354
5354
  },
5355
5355
  enumerable: false,
5356
5356
  configurable: true
@@ -5360,10 +5360,10 @@
5360
5360
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5361
5361
  */
5362
5362
  get: function () {
5363
- return this.i.xm;
5363
+ return this.i.xl;
5364
5364
  },
5365
5365
  set: function (v) {
5366
- this.i.xm = +v;
5366
+ this.i.xl = +v;
5367
5367
  },
5368
5368
  enumerable: false,
5369
5369
  configurable: true
@@ -5373,7 +5373,7 @@
5373
5373
  * Set a shapefile datasource to use with the series.
5374
5374
  */
5375
5375
  get: function () {
5376
- var r = this.i.xe;
5376
+ var r = this.i.xd;
5377
5377
  if (r == null) {
5378
5378
  return null;
5379
5379
  }
@@ -5392,7 +5392,7 @@
5392
5392
  return r.externalObject;
5393
5393
  },
5394
5394
  set: function (v) {
5395
- v == null ? this.i.xe = null : this.i.xe = v.i;
5395
+ v == null ? this.i.xd = null : this.i.xd = v.i;
5396
5396
  },
5397
5397
  enumerable: false,
5398
5398
  configurable: true
@@ -5403,10 +5403,10 @@
5403
5403
  * 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.
5404
5404
  */
5405
5405
  get: function () {
5406
- return this.i.xl;
5406
+ return this.i.xk;
5407
5407
  },
5408
5408
  set: function (v) {
5409
- this.i.xl = +v;
5409
+ this.i.xk = +v;
5410
5410
  },
5411
5411
  enumerable: false,
5412
5412
  configurable: true
@@ -5528,140 +5528,140 @@
5528
5528
  tslib.__extends(GeographicShapeSeriesBase, _super);
5529
5529
  function GeographicShapeSeriesBase() {
5530
5530
  var _this = _super !== null && _super.apply(this, arguments) || this;
5531
- _this.xh = false;
5532
5531
  _this.xg = false;
5532
+ _this.xf = false;
5533
5533
  _this.assigningShapeStyle = null;
5534
5534
  _this.assigningShapeMarkerStyle = null;
5535
- _this.xd = null;
5536
- _this.xf = false;
5535
+ _this.xc = null;
5536
+ _this.xe = false;
5537
5537
  return _this;
5538
5538
  }
5539
5539
  GeographicShapeSeriesBase.prototype.cs = function () {
5540
5540
  return new GeographicShapeSeriesBaseView(this);
5541
5541
  };
5542
- GeographicShapeSeriesBase.prototype.q1 = function (a) {
5543
- _super.prototype.q1.call(this, a);
5544
- this.xc = a;
5542
+ GeographicShapeSeriesBase.prototype.q0 = function (a) {
5543
+ _super.prototype.q0.call(this, a);
5544
+ this.xb = a;
5545
5545
  };
5546
- GeographicShapeSeriesBase.prototype.get_fe = function () {
5546
+ GeographicShapeSeriesBase.prototype.get_fd = function () {
5547
5547
  return true;
5548
5548
  };
5549
5549
  GeographicShapeSeriesBase.prototype.get_ed = function () {
5550
5550
  return true;
5551
5551
  };
5552
- GeographicShapeSeriesBase.prototype.q9 = function (a, b, c, d) {
5553
- _super.prototype.q9.call(this, a, b, c, d);
5552
+ GeographicShapeSeriesBase.prototype.q8 = function (a, b, c, d) {
5553
+ _super.prototype.q8.call(this, a, b, c, d);
5554
5554
  switch (b) {
5555
5555
  case "SeriesViewer":
5556
- this.xc.ci();
5556
+ this.xb.ci();
5557
5557
  break;
5558
5558
  case "ShapeMemberPath":
5559
- this.xc.ck();
5559
+ this.xb.ck();
5560
5560
  break;
5561
5561
  case GeographicShapeSeriesBase.$$p[8]:
5562
- this.xc.cj();
5562
+ this.xb.cj();
5563
5563
  break;
5564
5564
  case GeographicShapeSeriesBase.$$p[4]:
5565
- this.w0.x8 = this.xk;
5566
- this.xh = this.xk;
5567
- if (this.xk) {
5568
- var e = this.w0;
5569
- e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.x2));
5565
+ this.wz.x7 = this.xj;
5566
+ this.xg = this.xj;
5567
+ if (this.xj) {
5568
+ var e = this.wz;
5569
+ e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.x1));
5570
5570
  }
5571
5571
  else {
5572
- var f = this.w0;
5573
- f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.x2));
5572
+ var f = this.wz;
5573
+ f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.x1));
5574
5574
  }
5575
5575
  break;
5576
5576
  case GeographicShapeSeriesBase.$$p[3]:
5577
- this.w0.x7 = this.xj;
5578
- this.xg = this.xj;
5579
- if (this.xk) {
5580
- var g = this.w0;
5581
- g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.x1));
5577
+ this.wz.x6 = this.xi;
5578
+ this.xf = this.xi;
5579
+ if (this.xj) {
5580
+ var g = this.wz;
5581
+ g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.x0));
5582
5582
  }
5583
5583
  else {
5584
- var h = this.w0;
5585
- h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.x1));
5584
+ var h = this.wz;
5585
+ h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.x0));
5586
5586
  }
5587
5587
  break;
5588
5588
  case GeographicShapeSeriesBase.$$p[5]:
5589
- this.w0.xk = this.xb;
5589
+ this.wz.xj = this.xa;
5590
5590
  break;
5591
5591
  case GeographicShapeSeriesBase.$$p[6]:
5592
- this.w0.yp = this.xm;
5592
+ this.wz.yo = this.xl;
5593
5593
  break;
5594
5594
  case GeographicShapeSeriesBase.$$p[7]:
5595
- this.w0.yq = this.xn;
5595
+ this.wz.yp = this.xm;
5596
5596
  break;
5597
5597
  case GeographicShapeSeriesBase.$$p[0]:
5598
- this.w0.yu = this.xo;
5598
+ this.wz.yt = this.xn;
5599
5599
  break;
5600
5600
  case GeographicShapeSeriesBase.$$p[1]:
5601
- this.w0.xa = this.xa;
5601
+ this.wz.w9 = this.w9;
5602
5602
  break;
5603
5603
  case GeographicShapeSeriesBase.$$p[2]:
5604
- this.w0.x3 = this.xi;
5604
+ this.wz.x2 = this.xh;
5605
5605
  break;
5606
5606
  case "ShapefileDataSource":
5607
5607
  if (c != null) {
5608
5608
  var i = c;
5609
- if (this.xf) {
5610
- i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.x3));
5609
+ if (this.xe) {
5610
+ i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.x2));
5611
5611
  }
5612
5612
  }
5613
5613
  if (d != null) {
5614
5614
  var j = d;
5615
5615
  if (j.count > 0) {
5616
- this.x4();
5616
+ this.x3();
5617
5617
  break;
5618
5618
  }
5619
- this.xf = true;
5620
- j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.x3));
5619
+ this.xe = true;
5620
+ j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.x2));
5621
5621
  }
5622
5622
  break;
5623
5623
  }
5624
5624
  };
5625
- GeographicShapeSeriesBase.prototype.x2 = function (a, b) {
5625
+ GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
5626
5626
  if (this.assigningShapeStyle != null) {
5627
5627
  this.assigningShapeStyle(this, b);
5628
5628
  }
5629
5629
  };
5630
- GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
5630
+ GeographicShapeSeriesBase.prototype.x0 = function (a, b) {
5631
5631
  if (this.assigningShapeMarkerStyle != null) {
5632
5632
  this.assigningShapeMarkerStyle(this, b);
5633
5633
  }
5634
5634
  };
5635
- GeographicShapeSeriesBase.prototype.x3 = function (a, b) {
5636
- this.x4();
5635
+ GeographicShapeSeriesBase.prototype.x2 = function (a, b) {
5636
+ this.x3();
5637
5637
  };
5638
- GeographicShapeSeriesBase.prototype.x4 = function () {
5639
- var sds_ = this.xe;
5638
+ GeographicShapeSeriesBase.prototype.x3 = function () {
5639
+ var sds_ = this.xd;
5640
5640
  var ext_ = sds_.externalObject;
5641
5641
  this.itemsSource = (ext_.getPointData());
5642
5642
  };
5643
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xe", {
5643
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xd", {
5644
5644
  get: function () {
5645
- return this.xd;
5645
+ return this.xc;
5646
5646
  },
5647
5647
  set: function (a) {
5648
- var b = this.xd;
5649
- this.xd = a;
5650
- if (b != this.xd) {
5651
- this.raisePropertyChanged("ShapefileDataSource", b, this.xd);
5648
+ var b = this.xc;
5649
+ this.xc = a;
5650
+ if (b != this.xc) {
5651
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xc);
5652
5652
  }
5653
5653
  },
5654
5654
  enumerable: false,
5655
5655
  configurable: true
5656
5656
  });
5657
- GeographicShapeSeriesBase.prototype.get_g7 = function () {
5657
+ GeographicShapeSeriesBase.prototype.get_g6 = function () {
5658
5658
  return true;
5659
5659
  };
5660
- GeographicShapeSeriesBase.prototype.set_g7 = function (a) {
5661
- _super.prototype.set_g7.call(this, a);
5660
+ GeographicShapeSeriesBase.prototype.set_g6 = function (a) {
5661
+ _super.prototype.set_g6.call(this, a);
5662
5662
  };
5663
5663
  GeographicShapeSeriesBase.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5664
- GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xo:x5', [2], 'FillScale:xa:x6', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:xi:x7', [0, false], 'IsCustomShapeMarkerStyleAllowed:xj:x8', [0, false], 'IsCustomShapeStyleAllowed:xk:x9', [0, false], 'ItemSearchMode:xb:ya', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xm:yb', [1, 10000], 'ItemSearchThreshold:xn:yc', [1, 10000], 'ShapeFilterResolution:xl:yd', [1, 2], 'ShapeMemberPath:xz:ye', [2, "points"]]);
5664
+ GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xn:x4', [2], 'FillScale:w9:x5', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:xh:x6', [0, false], 'IsCustomShapeMarkerStyleAllowed:xi:x7', [0, false], 'IsCustomShapeStyleAllowed:xj:x8', [0, false], 'ItemSearchMode:xa:x9', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xl:ya', [1, 10000], 'ItemSearchThreshold:xm:yb', [1, 10000], 'ShapeFilterResolution:xk:yc', [1, 2], 'ShapeMemberPath:xy:yd', [2, "points"]]);
5665
5665
  return GeographicShapeSeriesBase;
5666
5666
  }(GeographicMapSeriesHost));
5667
5667
  /**
@@ -5677,23 +5677,23 @@
5677
5677
  }
5678
5678
  GeographicShapeSeriesBaseView.prototype.b5 = function () {
5679
5679
  _super.prototype.b5.call(this);
5680
- this.ch.w0.y7 = this.ch.xz;
5680
+ this.ch.wz.y6 = this.ch.xy;
5681
5681
  };
5682
5682
  GeographicShapeSeriesBaseView.prototype.ci = function () {
5683
- var a = this.ch.w0;
5683
+ var a = this.ch.wz;
5684
5684
  if (this.ch.db == null) {
5685
- a.xe = null;
5686
- a.xg = null;
5685
+ a.xd = null;
5686
+ a.xf = null;
5687
5687
  return;
5688
5688
  }
5689
- a.xe = this.ch.db.ws;
5690
- a.xg = this.ch.db.wu;
5689
+ a.xd = this.ch.db.ws;
5690
+ a.xf = this.ch.db.wu;
5691
5691
  };
5692
5692
  GeographicShapeSeriesBaseView.prototype.ck = function () {
5693
- this.ch.w0.y7 = this.ch.xz;
5693
+ this.ch.wz.y6 = this.ch.xy;
5694
5694
  };
5695
5695
  GeographicShapeSeriesBaseView.prototype.cj = function () {
5696
- this.ch.w0.ym = this.ch.xl;
5696
+ this.ch.wz.yl = this.ch.xk;
5697
5697
  };
5698
5698
  GeographicShapeSeriesBaseView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5699
5699
  return GeographicShapeSeriesBaseView;
@@ -5729,54 +5729,54 @@
5729
5729
  _this.cl = null;
5730
5730
  _this.cl = a;
5731
5731
  if (!_this.q) {
5732
- _this.cl.xz = "points";
5732
+ _this.cl.xy = "points";
5733
5733
  }
5734
5734
  return _this;
5735
5735
  }
5736
5736
  GeographicShapeSeriesView.prototype.au = function () {
5737
5737
  _super.prototype.au.call(this);
5738
5738
  if (!this.q) {
5739
- this.cl.zm = igniteuiAngularCharts.Defaults.aj;
5740
- this.cl.jp = igniteuiAngularCharts.Defaults.p;
5741
- this.cl.yl = igniteuiAngularCharts.Defaults.o;
5742
- this.cl.yi = igniteuiAngularCharts.Defaults.d;
5743
- this.cl.yg = igniteuiAngularCharts.Defaults.a;
5739
+ this.cl.zl = igniteuiAngularCharts.Defaults.aj;
5740
+ this.cl.jo = igniteuiAngularCharts.Defaults.p;
5741
+ this.cl.yk = igniteuiAngularCharts.Defaults.o;
5742
+ this.cl.yh = igniteuiAngularCharts.Defaults.d;
5743
+ this.cl.yf = igniteuiAngularCharts.Defaults.a;
5744
5744
  }
5745
5745
  };
5746
5746
  GeographicShapeSeriesView.prototype.b5 = function () {
5747
5747
  _super.prototype.b5.call(this);
5748
- this.cl.w0.abt = this.cl.zo;
5749
- this.cl.w0.aam = this.cl.yj;
5750
- this.cl.w0.aa8 = this.cl.y4;
5751
- this.cl.w0.aap = this.cl.yl;
5752
- this.cl.w0.z8 = this.cl.yf;
5748
+ this.cl.wz.abs = this.cl.zn;
5749
+ this.cl.wz.aal = this.cl.yi;
5750
+ this.cl.wz.aa7 = this.cl.y3;
5751
+ this.cl.wz.aao = this.cl.yk;
5752
+ this.cl.wz.z7 = this.cl.ye;
5753
5753
  };
5754
5754
  GeographicShapeSeriesView.prototype.cq = function () {
5755
- this.cl.w0.aa8 = this.cl.y4;
5755
+ this.cl.wz.aa7 = this.cl.y3;
5756
5756
  };
5757
5757
  GeographicShapeSeriesView.prototype.cs = function () {
5758
- this.cl.w0.aap = this.cl.yl;
5758
+ this.cl.wz.aao = this.cl.yk;
5759
5759
  };
5760
5760
  GeographicShapeSeriesView.prototype.cn = function () {
5761
- this.cl.w0.z8 = this.cl.yf;
5761
+ this.cl.wz.z7 = this.cl.ye;
5762
5762
  };
5763
5763
  GeographicShapeSeriesView.prototype.cr = function () {
5764
- this.cl.w0.aah = this.cl.yi;
5764
+ this.cl.wz.aag = this.cl.yh;
5765
5765
  };
5766
5766
  GeographicShapeSeriesView.prototype.cm = function () {
5767
- this.cl.w0.abp = this.cl.zl;
5767
+ this.cl.wz.abo = this.cl.zk;
5768
5768
  };
5769
5769
  GeographicShapeSeriesView.prototype.co = function () {
5770
- this.cl.w0.abq = this.cl.zm;
5770
+ this.cl.wz.abp = this.cl.zl;
5771
5771
  };
5772
5772
  GeographicShapeSeriesView.prototype.cp = function () {
5773
- this.cl.w0.abs = this.cl.zn;
5773
+ this.cl.wz.abr = this.cl.zm;
5774
5774
  };
5775
5775
  GeographicShapeSeriesView.prototype.ct = function () {
5776
- this.cl.w0.aam = this.cl.yj;
5776
+ this.cl.wz.aal = this.cl.yi;
5777
5777
  };
5778
5778
  GeographicShapeSeriesView.prototype.cu = function () {
5779
- this.cl.w0.abt = this.cl.zo;
5779
+ this.cl.wz.abs = this.cl.zn;
5780
5780
  };
5781
5781
  GeographicShapeSeriesView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5782
5782
  return GeographicShapeSeriesView;
@@ -5795,95 +5795,95 @@
5795
5795
  GeographicShapeSeries.prototype.bj = function () {
5796
5796
  return new GeographicShapeSeries();
5797
5797
  };
5798
- GeographicShapeSeries.prototype.get_fq = function () {
5798
+ GeographicShapeSeries.prototype.get_fp = function () {
5799
5799
  return true;
5800
5800
  };
5801
5801
  GeographicShapeSeries.prototype.cs = function () {
5802
5802
  return new GeographicShapeSeriesView(this);
5803
5803
  };
5804
- GeographicShapeSeries.prototype.q1 = function (a) {
5805
- _super.prototype.q1.call(this, a);
5806
- this.yk = a;
5804
+ GeographicShapeSeries.prototype.q0 = function (a) {
5805
+ _super.prototype.q0.call(this, a);
5806
+ this.yj = a;
5807
5807
  };
5808
- GeographicShapeSeries.prototype.wz = function () {
5808
+ GeographicShapeSeries.prototype.wy = function () {
5809
5809
  var a = new igniteuiAngularCharts.ScatterPolygonSeries();
5810
- a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.y1));
5811
- a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.y2));
5810
+ a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.y0));
5811
+ a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.y1));
5812
5812
  return a;
5813
5813
  };
5814
- GeographicShapeSeries.prototype.y1 = function (a, b) {
5814
+ GeographicShapeSeries.prototype.y0 = function (a, b) {
5815
5815
  if (this.styleShape != null) {
5816
5816
  this.styleShape(this, b);
5817
5817
  }
5818
5818
  };
5819
- GeographicShapeSeries.prototype.y2 = function (a, b) {
5820
- var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.w0);
5819
+ GeographicShapeSeries.prototype.y1 = function (a, b) {
5820
+ var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.wz);
5821
5821
  if (c == null) {
5822
5822
  return;
5823
5823
  }
5824
5824
  };
5825
- GeographicShapeSeries.prototype.io = function () {
5826
- return this.yl;
5825
+ GeographicShapeSeries.prototype.im = function () {
5826
+ return this.yk;
5827
+ };
5828
+ GeographicShapeSeries.prototype.vk = function () {
5829
+ return this.zi;
5827
5830
  };
5828
5831
  GeographicShapeSeries.prototype.vl = function () {
5829
5832
  return this.zj;
5830
5833
  };
5831
- GeographicShapeSeries.prototype.vm = function () {
5832
- return this.zk;
5834
+ GeographicShapeSeries.prototype.sy = function () {
5835
+ return this.y2;
5833
5836
  };
5834
- GeographicShapeSeries.prototype.sz = function () {
5835
- return this.y3;
5836
- };
5837
- GeographicShapeSeries.prototype.ma = function () {
5838
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.w0);
5837
+ GeographicShapeSeries.prototype.l9 = function () {
5838
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.wz);
5839
5839
  if (a == null) {
5840
5840
  return "Unknown";
5841
5841
  }
5842
- return a.ma();
5842
+ return a.l9();
5843
5843
  };
5844
- GeographicShapeSeries.prototype.q9 = function (a, b, c, d) {
5845
- _super.prototype.q9.call(this, a, b, c, d);
5844
+ GeographicShapeSeries.prototype.q8 = function (a, b, c, d) {
5845
+ _super.prototype.q8.call(this, a, b, c, d);
5846
5846
  switch (b) {
5847
5847
  case GeographicShapeSeries.$$p[6]:
5848
- this.w0.aaf = this.yh;
5848
+ this.wz.aae = this.yg;
5849
5849
  break;
5850
5850
  case GeographicShapeSeries.$$p[5]:
5851
- this.w0.aab = this.yg;
5851
+ this.wz.aaa = this.yf;
5852
5852
  break;
5853
5853
  case GeographicShapeSeries.$$p[9]:
5854
- this.yk.cq();
5854
+ this.yj.cq();
5855
5855
  break;
5856
5856
  case GeographicShapeSeries.$$p[10]:
5857
- this.yk.cs();
5857
+ this.yj.cs();
5858
5858
  break;
5859
5859
  case GeographicShapeSeries.$$p[4]:
5860
- this.yk.cn();
5860
+ this.yj.cn();
5861
5861
  break;
5862
5862
  case GeographicShapeSeries.$$p[11]:
5863
- this.yk.cr();
5863
+ this.yj.cr();
5864
5864
  break;
5865
5865
  case GeographicShapeSeries.$$p[3]:
5866
- this.yk.cm();
5866
+ this.yj.cm();
5867
5867
  break;
5868
5868
  case GeographicShapeSeries.$$p[7]:
5869
- this.yk.co();
5869
+ this.yj.co();
5870
5870
  break;
5871
5871
  case GeographicShapeSeries.$$p[8]:
5872
- this.yk.cp();
5872
+ this.yj.cp();
5873
5873
  break;
5874
5874
  case GeographicShapeSeries.$$p[13]:
5875
- this.yk.ct();
5875
+ this.yj.ct();
5876
5876
  break;
5877
5877
  case GeographicShapeSeries.$$p[12]:
5878
- this.yk.cu();
5878
+ this.yj.cu();
5879
5879
  break;
5880
5880
  }
5881
5881
  };
5882
- GeographicShapeSeries.prototype.jl = function () {
5882
+ GeographicShapeSeries.prototype.jk = function () {
5883
5883
  return 0.7;
5884
5884
  };
5885
5885
  GeographicShapeSeries.$t = igniteuiAngularCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5886
- GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zj:y5', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:zk:y6', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:y3:y7', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:zl:y8', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:yf:y9', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yg:za', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yh:zb', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:zm:zc', [igniteuiAngularCore.Brush.$], 'MarkerStyle:zn:zd', [igniteuiAngularCore.Style.$], 'MarkerTemplate:y4:ze', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:yl:zf', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:yi:zg', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:zo:zh', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:yj:zi', [igniteuiAngularCharts.StyleSelector.$, null]]);
5886
+ GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zi:y4', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:zj:y5', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:y2:y6', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:zk:y7', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:ye:y8', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yf:y9', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yg:za', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:zl:zb', [igniteuiAngularCore.Brush.$], 'MarkerStyle:zm:zc', [igniteuiAngularCore.Style.$], 'MarkerTemplate:y3:zd', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:yk:ze', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:yh:zf', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:zn:zg', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:yi:zh', [igniteuiAngularCharts.StyleSelector.$, null]]);
5887
5887
  return GeographicShapeSeries;
5888
5888
  }(GeographicShapeSeriesBase));
5889
5889
 
@@ -5922,7 +5922,7 @@
5922
5922
  * Gets whether the current series shows a polygon shape.
5923
5923
  */
5924
5924
  get: function () {
5925
- return this.i.fq;
5925
+ return this.i.fp;
5926
5926
  },
5927
5927
  enumerable: false,
5928
5928
  configurable: true
@@ -5932,11 +5932,11 @@
5932
5932
  * Gets or sets the fill brush.
5933
5933
  */
5934
5934
  get: function () {
5935
- return this.i.zo ? this.i.zo.fill : null;
5935
+ return this.i.zn ? this.i.zn.fill : null;
5936
5936
  },
5937
5937
  set: function (v) {
5938
5938
  this.ensureShapeStyle();
5939
- this.i.zo.fill = v;
5939
+ this.i.zn.fill = v;
5940
5940
  },
5941
5941
  enumerable: false,
5942
5942
  configurable: true
@@ -5946,11 +5946,11 @@
5946
5946
  * Gets or sets the stroke brush.
5947
5947
  */
5948
5948
  get: function () {
5949
- return this.i.zo ? this.i.zo.stroke : null;
5949
+ return this.i.zn ? this.i.zn.stroke : null;
5950
5950
  },
5951
5951
  set: function (v) {
5952
5952
  this.ensureShapeStyle();
5953
- this.i.zo.stroke = v;
5953
+ this.i.zn.stroke = v;
5954
5954
  },
5955
5955
  enumerable: false,
5956
5956
  configurable: true
@@ -5960,11 +5960,11 @@
5960
5960
  * Gets or sets the stroke thickness.
5961
5961
  */
5962
5962
  get: function () {
5963
- return this.i.zo ? this.i.zo.strokeThickness : NaN;
5963
+ return this.i.zn ? this.i.zn.strokeThickness : NaN;
5964
5964
  },
5965
5965
  set: function (v) {
5966
5966
  this.ensureShapeStyle();
5967
- this.i.zo.strokeThickness = +v;
5967
+ this.i.zn.strokeThickness = +v;
5968
5968
  },
5969
5969
  enumerable: false,
5970
5970
  configurable: true
@@ -5974,20 +5974,20 @@
5974
5974
  * Gets or sets the opacity.
5975
5975
  */
5976
5976
  get: function () {
5977
- return this.i.zo ? this.i.zo.opacity : NaN;
5977
+ return this.i.zn ? this.i.zn.opacity : NaN;
5978
5978
  },
5979
5979
  set: function (v) {
5980
5980
  this.ensureShapeStyle();
5981
- this.i.zo.opacity = +v;
5981
+ this.i.zn.opacity = +v;
5982
5982
  },
5983
5983
  enumerable: false,
5984
5984
  configurable: true
5985
5985
  });
5986
5986
  IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5987
- if (this.i.zo) {
5987
+ if (this.i.zn) {
5988
5988
  return;
5989
5989
  }
5990
- this.i.zo = new igniteuiAngularCore.Style();
5990
+ this.i.zn = new igniteuiAngularCore.Style();
5991
5991
  };
5992
5992
  Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
5993
5993
  /**
@@ -5995,10 +5995,10 @@
5995
5995
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5996
5996
  */
5997
5997
  get: function () {
5998
- return this.i.yi;
5998
+ return this.i.yh;
5999
5999
  },
6000
6000
  set: function (v) {
6001
- this.i.yi = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
6001
+ this.i.yh = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
6002
6002
  },
6003
6003
  enumerable: false,
6004
6004
  configurable: true
@@ -6008,10 +6008,10 @@
6008
6008
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6009
6009
  */
6010
6010
  get: function () {
6011
- return this.i.yh;
6011
+ return this.i.yg;
6012
6012
  },
6013
6013
  set: function (v) {
6014
- this.i.yh = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
6014
+ this.i.yg = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
6015
6015
  },
6016
6016
  enumerable: false,
6017
6017
  configurable: true
@@ -6021,10 +6021,10 @@
6021
6021
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
6022
6022
  */
6023
6023
  get: function () {
6024
- return this.i.yg;
6024
+ return this.i.yf;
6025
6025
  },
6026
6026
  set: function (v) {
6027
- this.i.yg = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
6027
+ this.i.yf = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
6028
6028
  },
6029
6029
  enumerable: false,
6030
6030
  configurable: true
@@ -6034,10 +6034,10 @@
6034
6034
  * Gets or sets the MarkerTemplate for the current series object.
6035
6035
  */
6036
6036
  get: function () {
6037
- return this.i.y4;
6037
+ return this.i.y3;
6038
6038
  },
6039
6039
  set: function (v) {
6040
- this.i.y4 = v;
6040
+ this.i.y3 = v;
6041
6041
  },
6042
6042
  enumerable: false,
6043
6043
  configurable: true
@@ -6047,10 +6047,10 @@
6047
6047
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6048
6048
  */
6049
6049
  get: function () {
6050
- return igniteuiAngularCore.brushToString(this.i.zl);
6050
+ return igniteuiAngularCore.brushToString(this.i.zk);
6051
6051
  },
6052
6052
  set: function (v) {
6053
- this.i.zl = igniteuiAngularCore.stringToBrush(v);
6053
+ this.i.zk = igniteuiAngularCore.stringToBrush(v);
6054
6054
  },
6055
6055
  enumerable: false,
6056
6056
  configurable: true
@@ -6060,10 +6060,10 @@
6060
6060
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6061
6061
  */
6062
6062
  get: function () {
6063
- return igniteuiAngularCore.brushToString(this.i.zm);
6063
+ return igniteuiAngularCore.brushToString(this.i.zl);
6064
6064
  },
6065
6065
  set: function (v) {
6066
- this.i.zm = igniteuiAngularCore.stringToBrush(v);
6066
+ this.i.zl = igniteuiAngularCore.stringToBrush(v);
6067
6067
  },
6068
6068
  enumerable: false,
6069
6069
  configurable: true
@@ -6073,10 +6073,10 @@
6073
6073
  * Gets or sets thickness of the marker outline
6074
6074
  */
6075
6075
  get: function () {
6076
- return this.i.yl;
6076
+ return this.i.yk;
6077
6077
  },
6078
6078
  set: function (v) {
6079
- this.i.yl = +v;
6079
+ this.i.yk = +v;
6080
6080
  },
6081
6081
  enumerable: false,
6082
6082
  configurable: true
@@ -6086,10 +6086,10 @@
6086
6086
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
6087
6087
  */
6088
6088
  get: function () {
6089
- return this.i.yf;
6089
+ return this.i.ye;
6090
6090
  },
6091
6091
  set: function (v) {
6092
- this.i.yf = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
6092
+ this.i.ye = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
6093
6093
  },
6094
6094
  enumerable: false,
6095
6095
  configurable: true
@@ -6099,10 +6099,10 @@
6099
6099
  * Gets the effective marker template for the current series object.
6100
6100
  */
6101
6101
  get: function () {
6102
- return this.i.y3;
6102
+ return this.i.y2;
6103
6103
  },
6104
6104
  set: function (v) {
6105
- this.i.y3 = v;
6105
+ this.i.y2 = v;
6106
6106
  },
6107
6107
  enumerable: false,
6108
6108
  configurable: true
@@ -6112,10 +6112,10 @@
6112
6112
  * Gets the effective marker brush for the current series object.
6113
6113
  */
6114
6114
  get: function () {
6115
- return igniteuiAngularCore.brushToString(this.i.zj);
6115
+ return igniteuiAngularCore.brushToString(this.i.zi);
6116
6116
  },
6117
6117
  set: function (v) {
6118
- this.i.zj = igniteuiAngularCore.stringToBrush(v);
6118
+ this.i.zi = igniteuiAngularCore.stringToBrush(v);
6119
6119
  },
6120
6120
  enumerable: false,
6121
6121
  configurable: true
@@ -6125,10 +6125,10 @@
6125
6125
  * Gets the effective marker outline for the current series object.
6126
6126
  */
6127
6127
  get: function () {
6128
- return igniteuiAngularCore.brushToString(this.i.zk);
6128
+ return igniteuiAngularCore.brushToString(this.i.zj);
6129
6129
  },
6130
6130
  set: function (v) {
6131
- this.i.zk = igniteuiAngularCore.stringToBrush(v);
6131
+ this.i.zj = igniteuiAngularCore.stringToBrush(v);
6132
6132
  },
6133
6133
  enumerable: false,
6134
6134
  configurable: true
@@ -6273,19 +6273,19 @@
6273
6273
  GeographicPolylineSeriesView.prototype.au = function () {
6274
6274
  _super.prototype.au.call(this);
6275
6275
  if (!this.q) {
6276
- this.cl.jp = igniteuiAngularCharts.Defaults.n;
6276
+ this.cl.jo = igniteuiAngularCharts.Defaults.n;
6277
6277
  }
6278
6278
  };
6279
6279
  GeographicPolylineSeriesView.prototype.b5 = function () {
6280
6280
  _super.prototype.b5.call(this);
6281
- this.cl.w0.z8 = this.cl.yf;
6282
- this.cl.w0.aad = this.cl.yn;
6281
+ this.cl.wz.z7 = this.cl.ye;
6282
+ this.cl.wz.aac = this.cl.ym;
6283
6283
  };
6284
6284
  GeographicPolylineSeriesView.prototype.cm = function () {
6285
- this.cl.w0.z8 = this.cl.yf;
6285
+ this.cl.wz.z7 = this.cl.ye;
6286
6286
  };
6287
6287
  GeographicPolylineSeriesView.prototype.cn = function () {
6288
- this.cl.w0.aad = this.cl.yn;
6288
+ this.cl.wz.aac = this.cl.ym;
6289
6289
  };
6290
6290
  GeographicPolylineSeriesView.$t = igniteuiAngularCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
6291
6291
  return GeographicPolylineSeriesView;
@@ -6304,39 +6304,39 @@
6304
6304
  GeographicPolylineSeries.prototype.bj = function () {
6305
6305
  return new GeographicPolylineSeries();
6306
6306
  };
6307
- GeographicPolylineSeries.prototype.get_fr = function () {
6307
+ GeographicPolylineSeries.prototype.get_fq = function () {
6308
6308
  return true;
6309
6309
  };
6310
6310
  GeographicPolylineSeries.prototype.cs = function () {
6311
6311
  return new GeographicPolylineSeriesView(this);
6312
6312
  };
6313
- GeographicPolylineSeries.prototype.q1 = function (a) {
6314
- _super.prototype.q1.call(this, a);
6315
- this.yg = a;
6313
+ GeographicPolylineSeries.prototype.q0 = function (a) {
6314
+ _super.prototype.q0.call(this, a);
6315
+ this.yf = a;
6316
6316
  };
6317
- GeographicPolylineSeries.prototype.wz = function () {
6317
+ GeographicPolylineSeries.prototype.wy = function () {
6318
6318
  var a = new igniteuiAngularCharts.ScatterPolylineSeries();
6319
- a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.yk));
6319
+ a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.yj));
6320
6320
  return a;
6321
6321
  };
6322
- GeographicPolylineSeries.prototype.yk = function (a, b) {
6322
+ GeographicPolylineSeries.prototype.yj = function (a, b) {
6323
6323
  if (this.styleShape != null) {
6324
6324
  this.styleShape(this, b);
6325
6325
  }
6326
6326
  };
6327
- GeographicPolylineSeries.prototype.q9 = function (a, b, c, d) {
6328
- _super.prototype.q9.call(this, a, b, c, d);
6327
+ GeographicPolylineSeries.prototype.q8 = function (a, b, c, d) {
6328
+ _super.prototype.q8.call(this, a, b, c, d);
6329
6329
  switch (b) {
6330
6330
  case GeographicPolylineSeries.$$p[1]:
6331
- this.yg.cm();
6331
+ this.yf.cm();
6332
6332
  break;
6333
6333
  case GeographicPolylineSeries.$$p[0]:
6334
- this.yg.cn();
6334
+ this.yf.cn();
6335
6335
  break;
6336
6336
  }
6337
6337
  };
6338
6338
  GeographicPolylineSeries.$t = igniteuiAngularCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6339
- GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yn:yl', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:yf:ym', [igniteuiAngularCharts.StyleSelector.$, null]]);
6339
+ GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:ym:yk', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:ye:yl', [igniteuiAngularCharts.StyleSelector.$, null]]);
6340
6340
  return GeographicPolylineSeries;
6341
6341
  }(GeographicShapeSeriesBase));
6342
6342
 
@@ -6375,7 +6375,7 @@
6375
6375
  * Gets whether the current series shows a polyline shape.
6376
6376
  */
6377
6377
  get: function () {
6378
- return this.i.fr;
6378
+ return this.i.fq;
6379
6379
  },
6380
6380
  enumerable: false,
6381
6381
  configurable: true
@@ -6385,11 +6385,11 @@
6385
6385
  * Gets or sets the fill brush.
6386
6386
  */
6387
6387
  get: function () {
6388
- return this.i.yn ? this.i.yn.fill : null;
6388
+ return this.i.ym ? this.i.ym.fill : null;
6389
6389
  },
6390
6390
  set: function (v) {
6391
6391
  this.ensureShapeStyle();
6392
- this.i.yn.fill = v;
6392
+ this.i.ym.fill = v;
6393
6393
  },
6394
6394
  enumerable: false,
6395
6395
  configurable: true
@@ -6399,11 +6399,11 @@
6399
6399
  * Gets or sets the stroke brush.
6400
6400
  */
6401
6401
  get: function () {
6402
- return this.i.yn ? this.i.yn.stroke : null;
6402
+ return this.i.ym ? this.i.ym.stroke : null;
6403
6403
  },
6404
6404
  set: function (v) {
6405
6405
  this.ensureShapeStyle();
6406
- this.i.yn.stroke = v;
6406
+ this.i.ym.stroke = v;
6407
6407
  },
6408
6408
  enumerable: false,
6409
6409
  configurable: true
@@ -6413,11 +6413,11 @@
6413
6413
  * Gets or sets the stroke thickness.
6414
6414
  */
6415
6415
  get: function () {
6416
- return this.i.yn ? this.i.yn.strokeThickness : NaN;
6416
+ return this.i.ym ? this.i.ym.strokeThickness : NaN;
6417
6417
  },
6418
6418
  set: function (v) {
6419
6419
  this.ensureShapeStyle();
6420
- this.i.yn.strokeThickness = +v;
6420
+ this.i.ym.strokeThickness = +v;
6421
6421
  },
6422
6422
  enumerable: false,
6423
6423
  configurable: true
@@ -6427,20 +6427,20 @@
6427
6427
  * Gets or sets the opacity.
6428
6428
  */
6429
6429
  get: function () {
6430
- return this.i.yn ? this.i.yn.opacity : NaN;
6430
+ return this.i.ym ? this.i.ym.opacity : NaN;
6431
6431
  },
6432
6432
  set: function (v) {
6433
6433
  this.ensureShapeStyle();
6434
- this.i.yn.opacity = +v;
6434
+ this.i.ym.opacity = +v;
6435
6435
  },
6436
6436
  enumerable: false,
6437
6437
  configurable: true
6438
6438
  });
6439
6439
  IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6440
- if (this.i.yn) {
6440
+ if (this.i.ym) {
6441
6441
  return;
6442
6442
  }
6443
- this.i.yn = new igniteuiAngularCore.Style();
6443
+ this.i.ym = new igniteuiAngularCore.Style();
6444
6444
  };
6445
6445
  Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
6446
6446
  get: function () {
@@ -6685,59 +6685,59 @@
6685
6685
  tslib.__extends(TileSeries, _super);
6686
6686
  function TileSeries() {
6687
6687
  var _this = _super.call(this) || this;
6688
- _this.z9 = null;
6689
6688
  _this.z8 = null;
6689
+ _this.z7 = null;
6690
6690
  _this.imageTilesReady = null;
6691
- _this.aac = null;
6692
- _this.aad = false;
6691
+ _this.aab = null;
6692
+ _this.aac = false;
6693
6693
  _this.ab = TileSeries.$;
6694
6694
  return _this;
6695
6695
  }
6696
6696
  TileSeries.prototype.bj = function () {
6697
6697
  return new TileSeries();
6698
6698
  };
6699
- TileSeries.prototype.get_f3 = function () {
6699
+ TileSeries.prototype.get_f2 = function () {
6700
6700
  return true;
6701
6701
  };
6702
6702
  TileSeries.prototype.cs = function () {
6703
6703
  return new TileSeriesView(this);
6704
6704
  };
6705
- TileSeries.prototype.q1 = function (a) {
6706
- _super.prototype.q1.call(this, a);
6707
- this.z7 = a;
6705
+ TileSeries.prototype.q0 = function (a) {
6706
+ _super.prototype.q0.call(this, a);
6707
+ this.z6 = a;
6708
6708
  };
6709
- TileSeries.prototype.get_ya = function () {
6709
+ TileSeries.prototype.get_x9 = function () {
6710
6710
  return false;
6711
6711
  };
6712
- Object.defineProperty(TileSeries.prototype, "aab", {
6712
+ Object.defineProperty(TileSeries.prototype, "aaa", {
6713
6713
  get: function () {
6714
- return this.z9;
6714
+ return this.z8;
6715
6715
  },
6716
6716
  set: function (a) {
6717
- var b = a != this.aab;
6717
+ var b = a != this.aaa;
6718
6718
  if (b) {
6719
- var c = this.aab;
6720
- this.z9 = a;
6719
+ var c = this.aaa;
6720
+ this.z8 = a;
6721
6721
  this.raisePropertyChanged("TileImagery", c, a);
6722
6722
  }
6723
6723
  },
6724
6724
  enumerable: false,
6725
6725
  configurable: true
6726
6726
  });
6727
- Object.defineProperty(TileSeries.prototype, "aaa", {
6727
+ Object.defineProperty(TileSeries.prototype, "z9", {
6728
6728
  get: function () {
6729
- return this.z8;
6729
+ return this.z7;
6730
6730
  },
6731
6731
  set: function (a) {
6732
- var b = this.z8;
6733
- this.z8 = a;
6734
- this.raisePropertyChanged("ActualTileImagery", b, this.z8);
6732
+ var b = this.z7;
6733
+ this.z7 = a;
6734
+ this.raisePropertyChanged("ActualTileImagery", b, this.z7);
6735
6735
  },
6736
6736
  enumerable: false,
6737
6737
  configurable: true
6738
6738
  });
6739
- TileSeries.prototype.q9 = function (a, b, c, d) {
6740
- _super.prototype.q9.call(this, a, b, c, d);
6739
+ TileSeries.prototype.q8 = function (a, b, c, d) {
6740
+ _super.prototype.q8.call(this, a, b, c, d);
6741
6741
  var e;
6742
6742
  var f;
6743
6743
  switch (b) {
@@ -6745,141 +6745,141 @@
6745
6745
  e = c;
6746
6746
  f = d;
6747
6747
  if (e != null) {
6748
- e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.aag));
6748
+ e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.aaf));
6749
6749
  }
6750
6750
  if (f != null) {
6751
- f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.aag));
6751
+ f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.aaf));
6752
6752
  }
6753
- this.z7.dh(e, f);
6754
- this.rr(false);
6755
- this.ql();
6753
+ this.z6.dh(e, f);
6754
+ this.rq(false);
6755
+ this.qk();
6756
6756
  break;
6757
6757
  case "ActualTileImagery":
6758
6758
  e = c;
6759
6759
  f = d;
6760
6760
  if (e != null) {
6761
- e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.aah));
6761
+ e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.aag));
6762
6762
  e.deferralHandler = null;
6763
6763
  }
6764
6764
  if (f != null) {
6765
- f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.aah));
6765
+ f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.aag));
6766
6766
  f.deferralHandler = this;
6767
6767
  }
6768
- this.z7.dg(e, f);
6768
+ this.z6.dg(e, f);
6769
6769
  if (f != null && igniteuiAngularCore.typeCast(XamGeographicMap.$, this.db) !== null) {
6770
6770
  f.geographicMap = this.db;
6771
- this.aaj(this.cv);
6772
- this.z7.dd(this.db.v4);
6771
+ this.aai(this.cv);
6772
+ this.z6.dd(this.db.v4);
6773
6773
  }
6774
- this.ql();
6774
+ this.qk();
6775
6775
  break;
6776
6776
  case "ActualWindowRect":
6777
- this.z7.dd(d);
6777
+ this.z6.dd(d);
6778
6778
  break;
6779
6779
  case "WorldRect":
6780
- this.z7.dk(d);
6780
+ this.z6.dk(d);
6781
6781
  break;
6782
6782
  case "SeriesViewer":
6783
6783
  var g = c;
6784
6784
  var h = d;
6785
- if (g != null && this.aaa != null) {
6786
- this.aaa.be(null);
6785
+ if (g != null && this.z9 != null) {
6786
+ this.z9.be(null);
6787
6787
  }
6788
- if (h != null && this.aaa != null) {
6789
- this.aaa.be(this.cv.w);
6788
+ if (h != null && this.z9 != null) {
6789
+ this.z9.be(this.cv.w);
6790
6790
  }
6791
6791
  break;
6792
6792
  case "ActualBrush":
6793
6793
  case "ActualOutline":
6794
6794
  case "ActualThickness":
6795
- this.qn();
6795
+ this.qm();
6796
6796
  break;
6797
6797
  }
6798
6798
  };
6799
- TileSeries.prototype.aag = function (a, b) {
6799
+ TileSeries.prototype.aaf = function (a, b) {
6800
6800
  if (b.propertyName == "MultiScaleImage") {
6801
- this.aaj(this.cv);
6801
+ this.aai(this.cv);
6802
6802
  }
6803
6803
  };
6804
- TileSeries.prototype.aah = function (a, b) {
6804
+ TileSeries.prototype.aag = function (a, b) {
6805
6805
  if (this.imageTilesReady != null) {
6806
6806
  this.imageTilesReady(this, new igniteuiAngularCore.EventArgs());
6807
6807
  }
6808
- if (!this.aad) {
6809
- this.z7.di();
6808
+ if (!this.aac) {
6809
+ this.z6.di();
6810
6810
  }
6811
6811
  };
6812
6812
  TileSeries.prototype.register = function (a, b) {
6813
- this.aac = b;
6813
+ this.aab = b;
6814
6814
  };
6815
6815
  TileSeries.prototype.unRegister = function (a) {
6816
- this.aac = null;
6816
+ this.aab = null;
6817
6817
  };
6818
6818
  TileSeries.prototype.deferredRefresh = function () {
6819
- this.rr(false);
6819
+ this.rq(false);
6820
6820
  };
6821
6821
  TileSeries.prototype.deferAction = function (a) {
6822
- if (this.jz != null) {
6823
- this.jz.setTimeout(a, 0);
6822
+ if (this.jy != null) {
6823
+ this.jy.setTimeout(a, 0);
6824
6824
  }
6825
6825
  else {
6826
6826
  window.setTimeout(a, 0);
6827
6827
  }
6828
6828
  };
6829
- TileSeries.prototype.sq = function (a, b) {
6830
- this.z7.dj();
6831
- _super.prototype.sq.call(this, a, b);
6829
+ TileSeries.prototype.sp = function (a, b) {
6830
+ this.z6.dj();
6831
+ _super.prototype.sp.call(this, a, b);
6832
6832
  };
6833
- TileSeries.prototype.rs = function (a) {
6834
- _super.prototype.rs.call(this, a);
6835
- this.aai(a, this.cv);
6833
+ TileSeries.prototype.rr = function (a) {
6834
+ _super.prototype.rr.call(this, a);
6835
+ this.aah(a, this.cv);
6836
6836
  };
6837
- TileSeries.prototype.aai = function (a, b) {
6837
+ TileSeries.prototype.aah = function (a, b) {
6838
6838
  var c;
6839
6839
  var d;
6840
6840
  var e = b;
6841
6841
  var f = b.getViewInfo(c, d);
6842
6842
  c = f.p0;
6843
6843
  d = f.p1;
6844
- this.aaj(b);
6845
- if (this.aac != null) {
6846
- this.aad = true;
6847
- this.aac(a);
6848
- this.aad = false;
6844
+ this.aai(b);
6845
+ if (this.aab != null) {
6846
+ this.aac = true;
6847
+ this.aab(a);
6848
+ this.aac = false;
6849
6849
  }
6850
6850
  e.di();
6851
6851
  };
6852
- TileSeries.prototype.rq = function (a, b, c, d, e) {
6853
- _super.prototype.rq.call(this, a, b, c, d, e);
6854
- var f = this.hn.item(d);
6852
+ TileSeries.prototype.rp = function (a, b, c, d, e) {
6853
+ _super.prototype.rp.call(this, a, b, c, d, e);
6854
+ var f = this.hm.item(d);
6855
6855
  f.a3(c);
6856
6856
  if (this.d5(f)) {
6857
6857
  return;
6858
6858
  }
6859
- this.zn(f);
6859
+ this.zm(f);
6860
6860
  };
6861
- TileSeries.prototype.aaj = function (a) {
6861
+ TileSeries.prototype.aai = function (a) {
6862
6862
  var b;
6863
6863
  var c;
6864
6864
  var d = a.getViewInfo(b, c);
6865
6865
  b = d.p0;
6866
6866
  c = d.p1;
6867
- if (this.aab != null && this.aab.ao != null) {
6868
- if (this.aab != this.aaa) {
6869
- this.aaa = this.aab;
6867
+ if (this.aaa != null && this.aaa.ao != null) {
6868
+ if (this.aaa != this.z9) {
6869
+ this.z9 = this.aaa;
6870
6870
  }
6871
- if (this.aaa != null && !b.isEmpty) {
6872
- if (this.aaa.width != b.width) {
6873
- this.aaa.width = b.width;
6871
+ if (this.z9 != null && !b.isEmpty) {
6872
+ if (this.z9.width != b.width) {
6873
+ this.z9.width = b.width;
6874
6874
  }
6875
- if (this.aaa.height != b.height) {
6876
- this.aaa.height = b.height;
6875
+ if (this.z9.height != b.height) {
6876
+ this.z9.height = b.height;
6877
6877
  }
6878
6878
  }
6879
6879
  }
6880
6880
  };
6881
- TileSeries.prototype.o5 = function (a, b) {
6882
- _super.prototype.o5.call(this, a, b);
6881
+ TileSeries.prototype.o4 = function (a, b) {
6882
+ _super.prototype.o4.call(this, a, b);
6883
6883
  b.de();
6884
6884
  };
6885
6885
  TileSeries.$t = igniteuiAngularCore.markType(TileSeries, 'TileSeries', igniteuiAngularCharts.ShapeSeriesBase.$, [igniteuiAngularCore.IMapRenderDeferralHandler_$type]);
@@ -6902,8 +6902,8 @@
6902
6902
  TileSeriesView.prototype.au = function () {
6903
6903
  _super.prototype.au.call(this);
6904
6904
  if (!this.q) {
6905
- this.da.vv = igniteuiAngularCharts.Defaults.ao;
6906
- this.da.vf = igniteuiAngularCharts.Defaults.an;
6905
+ this.da.vu = igniteuiAngularCharts.Defaults.ao;
6906
+ this.da.ve = igniteuiAngularCharts.Defaults.an;
6907
6907
  }
6908
6908
  };
6909
6909
  TileSeriesView.prototype.ck = function (a, b) {
@@ -6930,14 +6930,14 @@
6930
6930
  this.as();
6931
6931
  };
6932
6932
  TileSeriesView.prototype.dd = function (a) {
6933
- if (this.da.aab != null) {
6934
- this.da.aab.windowRect = a;
6933
+ if (this.da.aaa != null) {
6934
+ this.da.aaa.windowRect = a;
6935
6935
  }
6936
6936
  };
6937
6937
  TileSeriesView.prototype.dg = function (a, b) {
6938
6938
  if (this.dc == null) {
6939
- this.dc = this.e.jz.createElement("canvas");
6940
- var c = this.e.jz.get2DCanvasContext(this.dc);
6939
+ this.dc = this.e.jy.createElement("canvas");
6940
+ var c = this.e.jy.get2DCanvasContext(this.dc);
6941
6941
  this.db = new igniteuiAngularCore.RenderingContext(new igniteuiAngularCore.CanvasViewRenderer(), c);
6942
6942
  this.dc.setAttribute("width", this.bx.width.toString());
6943
6943
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -6966,8 +6966,8 @@
6966
6966
  this.dc.setAttribute("width", this.bx.width.toString());
6967
6967
  this.dc.setAttribute("height", this.bx.height.toString());
6968
6968
  }
6969
- if (this.da.aab != null) {
6970
- this.da.aab.bf(this.bx);
6969
+ if (this.da.aaa != null) {
6970
+ this.da.aaa.bf(this.bx);
6971
6971
  }
6972
6972
  };
6973
6973
  TileSeriesView.prototype.a8 = function (a, b) {
@@ -7001,8 +7001,8 @@
7001
7001
  TileSeriesView.prototype.de = function () {
7002
7002
  };
7003
7003
  TileSeriesView.prototype.dk = function (a) {
7004
- if (this.da.aab != null) {
7005
- this.da.aab.a6();
7004
+ if (this.da.aaa != null) {
7005
+ this.da.aaa.a6();
7006
7006
  }
7007
7007
  };
7008
7008
  TileSeriesView.$t = igniteuiAngularCore.markType(TileSeriesView, 'TileSeriesView', igniteuiAngularCharts.ShapeSeriesViewBase.$);
@@ -7042,7 +7042,7 @@
7042
7042
  * Gets whether the current series shows a tile imagery.
7043
7043
  */
7044
7044
  get: function () {
7045
- return this.i.f3;
7045
+ return this.i.f2;
7046
7046
  },
7047
7047
  enumerable: false,
7048
7048
  configurable: true
@@ -7052,14 +7052,14 @@
7052
7052
  * The MapImagery which is used to provide the tiles for display.
7053
7053
  */
7054
7054
  get: function () {
7055
- var r = this.i.aab;
7055
+ var r = this.i.aaa;
7056
7056
  if (r == null) {
7057
7057
  return null;
7058
7058
  }
7059
7059
  return r.externalObject;
7060
7060
  },
7061
7061
  set: function (v) {
7062
- v == null ? this.i.aab = null : this.i.aab = v.i;
7062
+ v == null ? this.i.aaa = null : this.i.aaa = v.i;
7063
7063
  },
7064
7064
  enumerable: false,
7065
7065
  configurable: true
@@ -7160,8 +7160,8 @@
7160
7160
  tslib.__extends(GeographicTileSeries, _super);
7161
7161
  function GeographicTileSeries() {
7162
7162
  var _this = _super.call(this) || this;
7163
- _this.yg = null;
7164
7163
  _this.yf = null;
7164
+ _this.ye = null;
7165
7165
  _this.imageTilesReady = null;
7166
7166
  _this.ab = GeographicTileSeries.$;
7167
7167
  return _this;
@@ -7169,56 +7169,56 @@
7169
7169
  GeographicTileSeries.prototype.bj = function () {
7170
7170
  return new GeographicTileSeries();
7171
7171
  };
7172
- GeographicTileSeries.prototype.get_f3 = function () {
7172
+ GeographicTileSeries.prototype.get_f2 = function () {
7173
7173
  return true;
7174
7174
  };
7175
- Object.defineProperty(GeographicTileSeries.prototype, "yh", {
7175
+ Object.defineProperty(GeographicTileSeries.prototype, "yg", {
7176
7176
  get: function () {
7177
- return this.yg;
7177
+ return this.yf;
7178
7178
  },
7179
7179
  set: function (a) {
7180
- var b = a != this.yh;
7180
+ var b = a != this.yg;
7181
7181
  if (b) {
7182
- var c = this.yh;
7183
- this.yg = a;
7182
+ var c = this.yg;
7183
+ this.yf = a;
7184
7184
  this.raisePropertyChanged("TileImagery", c, a);
7185
7185
  }
7186
7186
  },
7187
7187
  enumerable: false,
7188
7188
  configurable: true
7189
7189
  });
7190
- GeographicTileSeries.prototype.yl = function () {
7191
- if (this.yh != null) {
7192
- this.yh.clearTileCache();
7190
+ GeographicTileSeries.prototype.yk = function () {
7191
+ if (this.yg != null) {
7192
+ this.yg.clearTileCache();
7193
7193
  }
7194
7194
  };
7195
- GeographicTileSeries.prototype.q9 = function (a, b, c, d) {
7196
- _super.prototype.q9.call(this, a, b, c, d);
7195
+ GeographicTileSeries.prototype.q8 = function (a, b, c, d) {
7196
+ _super.prototype.q8.call(this, a, b, c, d);
7197
7197
  switch (b) {
7198
7198
  case "TileImagery":
7199
- if (this.w0 != null) {
7200
- this.w0.aab = this.yh;
7199
+ if (this.wz != null) {
7200
+ this.wz.aaa = this.yg;
7201
7201
  }
7202
7202
  break;
7203
7203
  }
7204
7204
  };
7205
- GeographicTileSeries.prototype.w5 = function (a, b) {
7206
- _super.prototype.w5.call(this, a, b);
7207
- this.w0.aab = this.yh;
7208
- if (this.yf != null) {
7209
- var c = this.yf;
7210
- c.imageTilesReady = igniteuiAngularCore.delegateRemove(c.imageTilesReady, igniteuiAngularCore.runOn(this, this.yk));
7205
+ GeographicTileSeries.prototype.w4 = function (a, b) {
7206
+ _super.prototype.w4.call(this, a, b);
7207
+ this.wz.aaa = this.yg;
7208
+ if (this.ye != null) {
7209
+ var c = this.ye;
7210
+ c.imageTilesReady = igniteuiAngularCore.delegateRemove(c.imageTilesReady, igniteuiAngularCore.runOn(this, this.yj));
7211
7211
  }
7212
- this.yf = this.w0;
7213
- if (this.yf != null) {
7214
- var d = this.yf;
7215
- d.imageTilesReady = igniteuiAngularCore.delegateCombine(d.imageTilesReady, igniteuiAngularCore.runOn(this, this.yk));
7212
+ this.ye = this.wz;
7213
+ if (this.ye != null) {
7214
+ var d = this.ye;
7215
+ d.imageTilesReady = igniteuiAngularCore.delegateCombine(d.imageTilesReady, igniteuiAngularCore.runOn(this, this.yj));
7216
7216
  }
7217
7217
  };
7218
- GeographicTileSeries.prototype.wz = function () {
7218
+ GeographicTileSeries.prototype.wy = function () {
7219
7219
  return new TileSeries();
7220
7220
  };
7221
- GeographicTileSeries.prototype.yk = function (a, b) {
7221
+ GeographicTileSeries.prototype.yj = function (a, b) {
7222
7222
  if (this.imageTilesReady != null) {
7223
7223
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
7224
7224
  }
@@ -7255,7 +7255,7 @@
7255
7255
  * Gets whether the current series shows a tile imagery.
7256
7256
  */
7257
7257
  get: function () {
7258
- return this.i.f3;
7258
+ return this.i.f2;
7259
7259
  },
7260
7260
  enumerable: false,
7261
7261
  configurable: true
@@ -7265,14 +7265,14 @@
7265
7265
  * The MapImagery which is used to provide the tiles for display.
7266
7266
  */
7267
7267
  get: function () {
7268
- var r = this.i.yh;
7268
+ var r = this.i.yg;
7269
7269
  if (r == null) {
7270
7270
  return null;
7271
7271
  }
7272
7272
  return r.externalObject;
7273
7273
  },
7274
7274
  set: function (v) {
7275
- v == null ? this.i.yh = null : this.i.yh = v.i;
7275
+ v == null ? this.i.yg = null : this.i.yg = v.i;
7276
7276
  },
7277
7277
  enumerable: false,
7278
7278
  configurable: true
@@ -7292,7 +7292,7 @@
7292
7292
 
7293
7293
  */
7294
7294
  IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
7295
- this.i.yl();
7295
+ this.i.yk();
7296
7296
  };
7297
7297
  Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
7298
7298
  /**
@@ -7413,10 +7413,10 @@
7413
7413
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7414
7414
  */
7415
7415
  get: function () {
7416
- return this.i.xa;
7416
+ return this.i.w9;
7417
7417
  },
7418
7418
  set: function (v) {
7419
- this.i.xa = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
7419
+ this.i.w9 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
7420
7420
  },
7421
7421
  enumerable: false,
7422
7422
  configurable: true
@@ -7426,10 +7426,10 @@
7426
7426
  * Gets or sets thickness of the marker outline
7427
7427
  */
7428
7428
  get: function () {
7429
- return this.i.xb;
7429
+ return this.i.xa;
7430
7430
  },
7431
7431
  set: function (v) {
7432
- this.i.xb = +v;
7432
+ this.i.xa = +v;
7433
7433
  },
7434
7434
  enumerable: false,
7435
7435
  configurable: true
@@ -7439,10 +7439,10 @@
7439
7439
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7440
7440
  */
7441
7441
  get: function () {
7442
- return this.i.w9;
7442
+ return this.i.w8;
7443
7443
  },
7444
7444
  set: function (v) {
7445
- this.i.w9 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
7445
+ this.i.w8 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
7446
7446
  },
7447
7447
  enumerable: false,
7448
7448
  configurable: true
@@ -7452,10 +7452,10 @@
7452
7452
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7453
7453
  */
7454
7454
  get: function () {
7455
- return this.i.w8;
7455
+ return this.i.w7;
7456
7456
  },
7457
7457
  set: function (v) {
7458
- this.i.w8 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
7458
+ this.i.w7 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
7459
7459
  },
7460
7460
  enumerable: false,
7461
7461
  configurable: true
@@ -7465,10 +7465,10 @@
7465
7465
  * Gets or sets the MarkerTemplate for the current series object.
7466
7466
  */
7467
7467
  get: function () {
7468
- return this.i.xq;
7468
+ return this.i.xp;
7469
7469
  },
7470
7470
  set: function (v) {
7471
- this.i.xq = v;
7471
+ this.i.xp = v;
7472
7472
  },
7473
7473
  enumerable: false,
7474
7474
  configurable: true
@@ -7478,10 +7478,10 @@
7478
7478
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7479
7479
  */
7480
7480
  get: function () {
7481
- return igniteuiAngularCore.brushToString(this.i.x4);
7481
+ return igniteuiAngularCore.brushToString(this.i.x3);
7482
7482
  },
7483
7483
  set: function (v) {
7484
- this.i.x4 = igniteuiAngularCore.stringToBrush(v);
7484
+ this.i.x3 = igniteuiAngularCore.stringToBrush(v);
7485
7485
  },
7486
7486
  enumerable: false,
7487
7487
  configurable: true
@@ -7491,10 +7491,10 @@
7491
7491
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7492
7492
  */
7493
7493
  get: function () {
7494
- return igniteuiAngularCore.brushToString(this.i.x5);
7494
+ return igniteuiAngularCore.brushToString(this.i.x4);
7495
7495
  },
7496
7496
  set: function (v) {
7497
- this.i.x5 = igniteuiAngularCore.stringToBrush(v);
7497
+ this.i.x4 = igniteuiAngularCore.stringToBrush(v);
7498
7498
  },
7499
7499
  enumerable: false,
7500
7500
  configurable: true
@@ -7506,10 +7506,10 @@
7506
7506
  * choose a representative set.
7507
7507
  */
7508
7508
  get: function () {
7509
- return this.i.xc;
7509
+ return this.i.xb;
7510
7510
  },
7511
7511
  set: function (v) {
7512
- this.i.xc = +v;
7512
+ this.i.xb = +v;
7513
7513
  },
7514
7514
  enumerable: false,
7515
7515
  configurable: true
@@ -7519,10 +7519,10 @@
7519
7519
  * Gets the effective marker template for the current series object.
7520
7520
  */
7521
7521
  get: function () {
7522
- return this.i.xp;
7522
+ return this.i.xo;
7523
7523
  },
7524
7524
  set: function (v) {
7525
- this.i.xp = v;
7525
+ this.i.xo = v;
7526
7526
  },
7527
7527
  enumerable: false,
7528
7528
  configurable: true
@@ -7532,10 +7532,10 @@
7532
7532
  * Gets the effective marker brush for the current series object.
7533
7533
  */
7534
7534
  get: function () {
7535
- return igniteuiAngularCore.brushToString(this.i.x2);
7535
+ return igniteuiAngularCore.brushToString(this.i.x1);
7536
7536
  },
7537
7537
  set: function (v) {
7538
- this.i.x2 = igniteuiAngularCore.stringToBrush(v);
7538
+ this.i.x1 = igniteuiAngularCore.stringToBrush(v);
7539
7539
  },
7540
7540
  enumerable: false,
7541
7541
  configurable: true
@@ -7545,10 +7545,10 @@
7545
7545
  * Gets the effective marker outline for the current series object.
7546
7546
  */
7547
7547
  get: function () {
7548
- return igniteuiAngularCore.brushToString(this.i.x3);
7548
+ return igniteuiAngularCore.brushToString(this.i.x2);
7549
7549
  },
7550
7550
  set: function (v) {
7551
- this.i.x3 = igniteuiAngularCore.stringToBrush(v);
7551
+ this.i.x2 = igniteuiAngularCore.stringToBrush(v);
7552
7552
  },
7553
7553
  enumerable: false,
7554
7554
  configurable: true
@@ -7599,75 +7599,75 @@
7599
7599
  tslib.__extends(GeographicMarkerSeries, _super);
7600
7600
  function GeographicMarkerSeries() {
7601
7601
  var _this = _super.call(this) || this;
7602
- var a = _this.w0;
7603
- a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.xo));
7602
+ var a = _this.wz;
7603
+ a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.xn));
7604
7604
  return _this;
7605
7605
  }
7606
- GeographicMarkerSeries.prototype.sz = function () {
7607
- return this.xp;
7606
+ GeographicMarkerSeries.prototype.sy = function () {
7607
+ return this.xo;
7608
+ };
7609
+ GeographicMarkerSeries.prototype.vk = function () {
7610
+ return this.x1;
7608
7611
  };
7609
7612
  GeographicMarkerSeries.prototype.vl = function () {
7610
7613
  return this.x2;
7611
7614
  };
7612
- GeographicMarkerSeries.prototype.vm = function () {
7613
- return this.x3;
7614
- };
7615
- GeographicMarkerSeries.prototype.io = function () {
7616
- return this.xb;
7615
+ GeographicMarkerSeries.prototype.im = function () {
7616
+ return this.xa;
7617
7617
  };
7618
- GeographicMarkerSeries.prototype.ma = function () {
7619
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.w0);
7618
+ GeographicMarkerSeries.prototype.l9 = function () {
7619
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.wz);
7620
7620
  if (a == null) {
7621
7621
  return "Unknown";
7622
7622
  }
7623
- return a.ma();
7623
+ return a.l9();
7624
7624
  };
7625
- GeographicMarkerSeries.prototype.xo = function (a, b) {
7626
- var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.w0);
7625
+ GeographicMarkerSeries.prototype.xn = function (a, b) {
7626
+ var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.wz);
7627
7627
  if (c == null) {
7628
7628
  return;
7629
7629
  }
7630
7630
  if (b.propertyName == "ActualMarkerTemplate") {
7631
- this.xp = c.x0;
7631
+ this.xo = c.xz;
7632
7632
  }
7633
7633
  else if (b.propertyName == "ActualMarkerOutline") {
7634
- this.x3 = c.yi;
7634
+ this.x2 = c.yh;
7635
7635
  }
7636
7636
  else if (b.propertyName == "ActualMarkerBrush") {
7637
- this.x2 = c.yh;
7637
+ this.x1 = c.yg;
7638
7638
  }
7639
7639
  };
7640
- GeographicMarkerSeries.prototype.q9 = function (a, b, c, d) {
7641
- _super.prototype.q9.call(this, a, b, c, d);
7640
+ GeographicMarkerSeries.prototype.q8 = function (a, b, c, d) {
7641
+ _super.prototype.q8.call(this, a, b, c, d);
7642
7642
  switch (b) {
7643
7643
  case GeographicMarkerSeries.$$p[3]:
7644
- this.w0.yj = this.x4;
7644
+ this.wz.yi = this.x3;
7645
7645
  break;
7646
7646
  case GeographicMarkerSeries.$$p[6]:
7647
- this.w0.yk = this.x5;
7647
+ this.wz.yj = this.x4;
7648
7648
  break;
7649
7649
  case GeographicMarkerSeries.$$p[5]:
7650
- this.w0.w4 = this.w9;
7650
+ this.wz.w3 = this.w8;
7651
7651
  break;
7652
7652
  case GeographicMarkerSeries.$$p[4]:
7653
- this.w0.w0 = this.w8;
7653
+ this.wz.wz = this.w7;
7654
7654
  break;
7655
7655
  case GeographicMarkerSeries.$$p[9]:
7656
- this.w0.xa = this.xa;
7656
+ this.wz.w9 = this.w9;
7657
7657
  break;
7658
7658
  case GeographicMarkerSeries.$$p[7]:
7659
- this.w0.x2 = this.xq;
7659
+ this.wz.x1 = this.xp;
7660
7660
  break;
7661
7661
  case GeographicMarkerSeries.$$p[8]:
7662
- this.w0.xj = this.xb;
7662
+ this.wz.xi = this.xa;
7663
7663
  break;
7664
7664
  case GeographicMarkerSeries.$$p[10]:
7665
- this.w0.z9 = this.xc;
7665
+ this.wz.z8 = this.xb;
7666
7666
  break;
7667
7667
  }
7668
7668
  };
7669
7669
  GeographicMarkerSeries.$t = igniteuiAngularCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7670
- GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x2:xr', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:x3:xs', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:xp:xt', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:x4:xu', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:w8:xv', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w9:xw', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:x5:xx', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:xq:xy', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:xb:xz', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:xa:x0', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:xc:x1', [1, 400]]);
7670
+ GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x1:xq', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:x2:xr', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:xo:xs', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:x3:xt', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:w7:xu', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w8:xv', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:x4:xw', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:xp:xx', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:xa:xy', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:w9:xz', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:xb:x0', [1, 400]]);
7671
7671
  return GeographicMarkerSeries;
7672
7672
  }(GeographicMapSeriesHost));
7673
7673
 
@@ -7695,49 +7695,49 @@
7695
7695
  };
7696
7696
  GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
7697
7697
  _super.prototype.b5.call(this);
7698
- var a = this.ch.w0;
7699
- a.aat = this.ch.yz;
7700
- a.aa1 = this.ch.yx;
7701
- a.xa = this.ch.xa;
7702
- a.x2 = this.ch.xq;
7703
- a.xj = this.ch.xb;
7704
- a.ac3 = this.ch.yj;
7705
- a.adt = this.ch.y4;
7706
- a.acs = this.ch.yb;
7707
- a.adj = this.ch.yv;
7708
- a.ade = this.ch.yn;
7709
- a.acp = this.ch.x8;
7710
- a.ac1 = this.ch.yf;
7698
+ var a = this.ch.wz;
7699
+ a.aas = this.ch.yy;
7700
+ a.aa0 = this.ch.yw;
7701
+ a.w9 = this.ch.w9;
7702
+ a.x1 = this.ch.xp;
7703
+ a.xi = this.ch.xa;
7711
7704
  a.ac2 = this.ch.yi;
7712
- a.ac8 = this.ch.yl;
7705
+ a.ads = this.ch.y3;
7706
+ a.acr = this.ch.ya;
7707
+ a.adi = this.ch.yu;
7708
+ a.add = this.ch.ym;
7709
+ a.aco = this.ch.x7;
7710
+ a.ac0 = this.ch.ye;
7711
+ a.ac1 = this.ch.yh;
7713
7712
  a.ac7 = this.ch.yk;
7713
+ a.ac6 = this.ch.yj;
7714
7714
  };
7715
7715
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
7716
- this.ch.w0.aat = this.ch.yz;
7716
+ this.ch.wz.aas = this.ch.yy;
7717
7717
  };
7718
7718
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
7719
- this.ch.w0.aa1 = this.ch.yx;
7719
+ this.ch.wz.aa0 = this.ch.yw;
7720
7720
  };
7721
7721
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7722
- this.ch.w0.xa = this.ch.xa;
7722
+ this.ch.wz.w9 = this.ch.w9;
7723
7723
  };
7724
7724
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
7725
- this.ch.w0.x2 = this.ch.xq;
7725
+ this.ch.wz.x1 = this.ch.xp;
7726
7726
  };
7727
7727
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
7728
- this.ch.w0.xj = this.ch.xb;
7728
+ this.ch.wz.xi = this.ch.xa;
7729
7729
  };
7730
7730
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7731
- this.ch.w0.z9 = this.ch.xc;
7731
+ this.ch.wz.z8 = this.ch.xb;
7732
7732
  };
7733
7733
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7734
- this.ch.w0.xAxis = this.ch.db.ws;
7734
+ this.ch.wz.xAxis = this.ch.db.ws;
7735
7735
  };
7736
7736
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7737
- this.ch.w0.yAxis = this.ch.db.wu;
7737
+ this.ch.wz.yAxis = this.ch.db.wu;
7738
7738
  };
7739
7739
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7740
- var a = this.ch.w0;
7740
+ var a = this.ch.wz;
7741
7741
  if (this.ch.db == null) {
7742
7742
  a.xAxis = null;
7743
7743
  a.yAxis = null;
@@ -7747,45 +7747,45 @@
7747
7747
  a.yAxis = this.ch.db.wu;
7748
7748
  };
7749
7749
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
7750
- this.ch.w0.yj = this.ch.x4;
7750
+ this.ch.wz.yi = this.ch.x3;
7751
7751
  };
7752
7752
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
7753
- this.ch.w0.yk = this.ch.x5;
7753
+ this.ch.wz.yj = this.ch.x4;
7754
7754
  };
7755
7755
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
7756
- this.ch.w0.adt = this.ch.y4;
7756
+ this.ch.wz.ads = this.ch.y3;
7757
7757
  };
7758
7758
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
7759
- this.ch.w0.acs = this.ch.yb;
7760
- this.ch.w0.ac3 = this.ch.yj;
7759
+ this.ch.wz.acr = this.ch.ya;
7760
+ this.ch.wz.ac2 = this.ch.yi;
7761
7761
  };
7762
7762
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
7763
- this.ch.w0.adj = this.ch.yv;
7763
+ this.ch.wz.adi = this.ch.yu;
7764
7764
  };
7765
7765
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
7766
- this.ch.w0.acp = this.ch.x8;
7767
- this.ch.w0.ac1 = this.ch.yf;
7768
- this.ch.w0.ac2 = this.ch.yi;
7769
- this.ch.w0.ac8 = this.ch.yl;
7770
- this.ch.w0.ac7 = this.ch.yk;
7766
+ this.ch.wz.aco = this.ch.x7;
7767
+ this.ch.wz.ac0 = this.ch.ye;
7768
+ this.ch.wz.ac1 = this.ch.yh;
7769
+ this.ch.wz.ac7 = this.ch.yk;
7770
+ this.ch.wz.ac6 = this.ch.yj;
7771
7771
  };
7772
7772
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7773
- this.ch.w0.ade = this.ch.yn;
7773
+ this.ch.wz.add = this.ch.ym;
7774
7774
  };
7775
7775
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
7776
- this.ch.w0.ac3 = this.ch.yj;
7776
+ this.ch.wz.ac2 = this.ch.yi;
7777
7777
  };
7778
7778
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
7779
- this.ch.w0.ac1 = this.ch.yf;
7779
+ this.ch.wz.ac0 = this.ch.ye;
7780
7780
  };
7781
7781
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
7782
- this.ch.w0.ac2 = this.ch.yi;
7782
+ this.ch.wz.ac1 = this.ch.yh;
7783
7783
  };
7784
7784
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
7785
- this.ch.w0.ac8 = this.ch.yl;
7785
+ this.ch.wz.ac7 = this.ch.yk;
7786
7786
  };
7787
7787
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
7788
- this.ch.w0.ac7 = this.ch.yk;
7788
+ this.ch.wz.ac6 = this.ch.yj;
7789
7789
  };
7790
7790
  GeographicProportionalSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7791
7791
  return GeographicProportionalSymbolSeriesView;
@@ -7797,9 +7797,9 @@
7797
7797
  tslib.__extends(GeographicProportionalSymbolSeries, _super);
7798
7798
  function GeographicProportionalSymbolSeries() {
7799
7799
  var _this = _super.call(this) || this;
7800
- _this.x9 = null;
7801
- _this.ye = false;
7800
+ _this.x8 = null;
7802
7801
  _this.yd = false;
7802
+ _this.yc = false;
7803
7803
  _this.assigningScatterStyle = null;
7804
7804
  _this.assigningScatterMarkerStyle = null;
7805
7805
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7814,111 +7814,111 @@
7814
7814
  GeographicProportionalSymbolSeries.prototype.cs = function () {
7815
7815
  return new GeographicProportionalSymbolSeriesView(this);
7816
7816
  };
7817
- GeographicProportionalSymbolSeries.prototype.q1 = function (a) {
7818
- _super.prototype.q1.call(this, a);
7819
- this.yc = a;
7817
+ GeographicProportionalSymbolSeries.prototype.q0 = function (a) {
7818
+ _super.prototype.q0.call(this, a);
7819
+ this.yb = a;
7820
7820
  };
7821
- GeographicProportionalSymbolSeries.prototype.jl = function () {
7821
+ GeographicProportionalSymbolSeries.prototype.jk = function () {
7822
7822
  return 0.7;
7823
7823
  };
7824
- GeographicProportionalSymbolSeries.prototype.wz = function () {
7824
+ GeographicProportionalSymbolSeries.prototype.wy = function () {
7825
7825
  return new igniteuiAngularCharts.BubbleSeries();
7826
7826
  };
7827
- GeographicProportionalSymbolSeries.prototype.get_fe = function () {
7827
+ GeographicProportionalSymbolSeries.prototype.get_fd = function () {
7828
7828
  return true;
7829
7829
  };
7830
- GeographicProportionalSymbolSeries.prototype.q9 = function (a, b, c, d) {
7831
- _super.prototype.q9.call(this, a, b, c, d);
7830
+ GeographicProportionalSymbolSeries.prototype.q8 = function (a, b, c, d) {
7831
+ _super.prototype.q8.call(this, a, b, c, d);
7832
7832
  switch (b) {
7833
7833
  case "SeriesViewer":
7834
- this.yc.cx();
7834
+ this.yb.cx();
7835
7835
  break;
7836
7836
  case GeographicProportionalSymbolSeries.$$p[9]:
7837
- this.yc.cq();
7837
+ this.yb.cq();
7838
7838
  break;
7839
7839
  case GeographicProportionalSymbolSeries.$$p[8]:
7840
- this.yc.cp();
7840
+ this.yb.cp();
7841
7841
  break;
7842
7842
  case "XAxis":
7843
- this.yc.cy();
7843
+ this.yb.cy();
7844
7844
  break;
7845
7845
  case "YAxis":
7846
- this.yc.cz();
7846
+ this.yb.cz();
7847
7847
  break;
7848
7848
  case GeographicProportionalSymbolSeries.$$p[13]:
7849
- this.yc.c0();
7849
+ this.yb.c0();
7850
7850
  break;
7851
7851
  case GeographicProportionalSymbolSeries.$$p[14]:
7852
- this.yc.c1();
7852
+ this.yb.c1();
7853
7853
  break;
7854
7854
  case GeographicProportionalSymbolSeries.$$p[15]:
7855
- this.yc.c2();
7855
+ this.yb.c2();
7856
7856
  break;
7857
7857
  case GeographicProportionalSymbolSeries.$$p[7]:
7858
- this.yc.cl();
7858
+ this.yb.cl();
7859
7859
  break;
7860
7860
  case GeographicProportionalSymbolSeries.$$p[0]:
7861
- this.yc.ci();
7861
+ this.yb.ci();
7862
7862
  break;
7863
7863
  case GeographicProportionalSymbolSeries.$$p[1]:
7864
- this.yc.cj();
7864
+ this.yb.cj();
7865
7865
  break;
7866
7866
  case GeographicProportionalSymbolSeries.$$p[2]:
7867
- this.yc.ck();
7867
+ this.yb.ck();
7868
7868
  break;
7869
7869
  case GeographicProportionalSymbolSeries.$$p[12]:
7870
- this.yc.co();
7870
+ this.yb.co();
7871
7871
  break;
7872
7872
  case GeographicProportionalSymbolSeries.$$p[11]:
7873
- this.yc.cn();
7873
+ this.yb.cn();
7874
7874
  break;
7875
7875
  case GeographicProportionalSymbolSeries.$$p[10]:
7876
- this.yc.cm();
7876
+ this.yb.cm();
7877
7877
  break;
7878
7878
  case GeographicProportionalSymbolSeries.$$p[4]:
7879
- this.w0.zp = this.yh;
7880
- this.ye = this.yh;
7881
- if (this.yh) {
7882
- var e = this.w0;
7883
- e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.y9));
7879
+ this.wz.zo = this.yg;
7880
+ this.yd = this.yg;
7881
+ if (this.yg) {
7882
+ var e = this.wz;
7883
+ e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.y8));
7884
7884
  }
7885
7885
  else {
7886
- var f = this.w0;
7887
- f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.y9));
7886
+ var f = this.wz;
7887
+ f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.y8));
7888
7888
  }
7889
7889
  break;
7890
7890
  case GeographicProportionalSymbolSeries.$$p[3]:
7891
- this.w0.zo = this.yg;
7892
- this.yd = this.yg;
7893
- if (this.yh) {
7894
- var g = this.w0;
7895
- g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.y8));
7891
+ this.wz.zn = this.yf;
7892
+ this.yc = this.yf;
7893
+ if (this.yg) {
7894
+ var g = this.wz;
7895
+ g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.y7));
7896
7896
  }
7897
7897
  else {
7898
- var h = this.w0;
7899
- h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.y8));
7898
+ var h = this.wz;
7899
+ h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.y7));
7900
7900
  }
7901
7901
  break;
7902
7902
  case GeographicProportionalSymbolSeries.$$p[5]:
7903
- this.w0.y8 = this.ya;
7903
+ this.wz.y7 = this.x9;
7904
7904
  break;
7905
7905
  case GeographicProportionalSymbolSeries.$$p[6]:
7906
- this.w0.z8 = this.ym;
7906
+ this.wz.z7 = this.yl;
7907
7907
  break;
7908
7908
  }
7909
7909
  };
7910
- GeographicProportionalSymbolSeries.prototype.y9 = function (a, b) {
7910
+ GeographicProportionalSymbolSeries.prototype.y8 = function (a, b) {
7911
7911
  if (this.assigningScatterStyle != null) {
7912
7912
  this.assigningScatterStyle(this, b);
7913
7913
  }
7914
7914
  };
7915
- GeographicProportionalSymbolSeries.prototype.y8 = function (a, b) {
7915
+ GeographicProportionalSymbolSeries.prototype.y7 = function (a, b) {
7916
7916
  if (this.assigningScatterMarkerStyle != null) {
7917
7917
  this.assigningScatterMarkerStyle(this, b);
7918
7918
  }
7919
7919
  };
7920
7920
  GeographicProportionalSymbolSeries.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7921
- GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yn:za', [2], 'FillScale:x8:zb', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:yf:zc', [0, false], 'IsCustomScatterMarkerStyleAllowed:yg:zd', [0, false], 'IsCustomScatterStyleAllowed:yh:ze', [0, false], 'ItemSearchMode:ya:zf', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ym:zg', [1, 10000], 'LabelMemberPath:yv:zh', [2], 'LatitudeMemberPath:yx:zi', [2, null], 'LongitudeMemberPath:yz:zj', [2, null], 'MarkerBrushBrightness:yk:zk', [1, NaN], 'MarkerOutlineBrightness:yl:zl', [1, NaN], 'MarkerOutlineUsesFillScale:yi:zm', [0, false], 'RadiusMemberPath:y4:zn', [2, null], 'RadiusScale:yb:zo', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:yj:zp', [0, false]]);
7921
+ GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ym:y9', [2], 'FillScale:x7:za', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:ye:zb', [0, false], 'IsCustomScatterMarkerStyleAllowed:yf:zc', [0, false], 'IsCustomScatterStyleAllowed:yg:zd', [0, false], 'ItemSearchMode:x9:ze', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yl:zf', [1, 10000], 'LabelMemberPath:yu:zg', [2], 'LatitudeMemberPath:yw:zh', [2, null], 'LongitudeMemberPath:yy:zi', [2, null], 'MarkerBrushBrightness:yj:zj', [1, NaN], 'MarkerOutlineBrightness:yk:zk', [1, NaN], 'MarkerOutlineUsesFillScale:yh:zl', [0, false], 'RadiusMemberPath:y3:zm', [2, null], 'RadiusScale:ya:zn', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:yi:zo', [0, false]]);
7922
7922
  return GeographicProportionalSymbolSeries;
7923
7923
  }(GeographicMarkerSeries));
7924
7924
 
@@ -7969,10 +7969,10 @@
7969
7969
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7970
7970
  */
7971
7971
  get: function () {
7972
- return this.i.yx;
7972
+ return this.i.yw;
7973
7973
  },
7974
7974
  set: function (v) {
7975
- this.i.yx = v;
7975
+ this.i.yw = v;
7976
7976
  },
7977
7977
  enumerable: false,
7978
7978
  configurable: true
@@ -7982,10 +7982,10 @@
7982
7982
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7983
7983
  */
7984
7984
  get: function () {
7985
- return this.i.yz;
7985
+ return this.i.yy;
7986
7986
  },
7987
7987
  set: function (v) {
7988
- this.i.yz = v;
7988
+ this.i.yy = v;
7989
7989
  },
7990
7990
  enumerable: false,
7991
7991
  configurable: true
@@ -7995,10 +7995,10 @@
7995
7995
  * Gets or sets the radius mapping property for the current series object.
7996
7996
  */
7997
7997
  get: function () {
7998
- return this.i.y4;
7998
+ return this.i.y3;
7999
7999
  },
8000
8000
  set: function (v) {
8001
- this.i.y4 = v;
8001
+ this.i.y3 = v;
8002
8002
  },
8003
8003
  enumerable: false,
8004
8004
  configurable: true
@@ -8008,7 +8008,7 @@
8008
8008
  * Gets or sets the radius size scale for the bubbles.
8009
8009
  */
8010
8010
  get: function () {
8011
- var r = this.i.yb;
8011
+ var r = this.i.ya;
8012
8012
  if (r == null) {
8013
8013
  return null;
8014
8014
  }
@@ -8024,7 +8024,7 @@
8024
8024
  set: function (v) {
8025
8025
  if (v != null && this._stylingContainer && v._styling)
8026
8026
  v._styling(this._stylingContainer, this, this);
8027
- v == null ? this.i.yb = null : this.i.yb = v.i;
8027
+ v == null ? this.i.ya = null : this.i.ya = v.i;
8028
8028
  },
8029
8029
  enumerable: false,
8030
8030
  configurable: true
@@ -8034,10 +8034,10 @@
8034
8034
  * Gets or sets the Label mapping property for the current series object.
8035
8035
  */
8036
8036
  get: function () {
8037
- return this.i.yv;
8037
+ return this.i.yu;
8038
8038
  },
8039
8039
  set: function (v) {
8040
- this.i.yv = v;
8040
+ this.i.yu = v;
8041
8041
  },
8042
8042
  enumerable: false,
8043
8043
  configurable: true
@@ -8047,10 +8047,10 @@
8047
8047
  * Gets or sets the fill mapping property for the current series object.
8048
8048
  */
8049
8049
  get: function () {
8050
- return this.i.yn;
8050
+ return this.i.ym;
8051
8051
  },
8052
8052
  set: function (v) {
8053
- this.i.yn = v;
8053
+ this.i.ym = v;
8054
8054
  },
8055
8055
  enumerable: false,
8056
8056
  configurable: true
@@ -8060,7 +8060,7 @@
8060
8060
  * Gets or sets the brush scale for the marker brush.
8061
8061
  */
8062
8062
  get: function () {
8063
- var r = this.i.x8;
8063
+ var r = this.i.x7;
8064
8064
  if (r == null) {
8065
8065
  return null;
8066
8066
  }
@@ -8076,7 +8076,7 @@
8076
8076
  set: function (v) {
8077
8077
  if (v != null && this._stylingContainer && v._styling)
8078
8078
  v._styling(this._stylingContainer, this, this);
8079
- v == null ? this.i.x8 = null : this.i.x8 = v.i;
8079
+ v == null ? this.i.x7 = null : this.i.x7 = v.i;
8080
8080
  },
8081
8081
  enumerable: false,
8082
8082
  configurable: true
@@ -8087,10 +8087,10 @@
8087
8087
  * This setting applies only if multiple series are using the same FillScale.
8088
8088
  */
8089
8089
  get: function () {
8090
- return this.i.yf;
8090
+ return this.i.ye;
8091
8091
  },
8092
8092
  set: function (v) {
8093
- this.i.yf = igniteuiAngularCore.ensureBool(v);
8093
+ this.i.ye = igniteuiAngularCore.ensureBool(v);
8094
8094
  },
8095
8095
  enumerable: false,
8096
8096
  configurable: true
@@ -8101,10 +8101,10 @@
8101
8101
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
8102
8102
  */
8103
8103
  get: function () {
8104
- return this.i.yi;
8104
+ return this.i.yh;
8105
8105
  },
8106
8106
  set: function (v) {
8107
- this.i.yi = igniteuiAngularCore.ensureBool(v);
8107
+ this.i.yh = igniteuiAngularCore.ensureBool(v);
8108
8108
  },
8109
8109
  enumerable: false,
8110
8110
  configurable: true
@@ -8115,10 +8115,10 @@
8115
8115
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
8116
8116
  */
8117
8117
  get: function () {
8118
- return this.i.yl;
8118
+ return this.i.yk;
8119
8119
  },
8120
8120
  set: function (v) {
8121
- this.i.yl = +v;
8121
+ this.i.yk = +v;
8122
8122
  },
8123
8123
  enumerable: false,
8124
8124
  configurable: true
@@ -8129,10 +8129,10 @@
8129
8129
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
8130
8130
  */
8131
8131
  get: function () {
8132
- return this.i.yk;
8132
+ return this.i.yj;
8133
8133
  },
8134
8134
  set: function (v) {
8135
- this.i.yk = +v;
8135
+ this.i.yj = +v;
8136
8136
  },
8137
8137
  enumerable: false,
8138
8138
  configurable: true
@@ -8143,10 +8143,10 @@
8143
8143
  * This setting applies only if multiple series are using the same RadiusScale.
8144
8144
  */
8145
8145
  get: function () {
8146
- return this.i.yj;
8146
+ return this.i.yi;
8147
8147
  },
8148
8148
  set: function (v) {
8149
- this.i.yj = igniteuiAngularCore.ensureBool(v);
8149
+ this.i.yi = igniteuiAngularCore.ensureBool(v);
8150
8150
  },
8151
8151
  enumerable: false,
8152
8152
  configurable: true
@@ -8156,10 +8156,10 @@
8156
8156
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8157
8157
  */
8158
8158
  get: function () {
8159
- return this.i.yh;
8159
+ return this.i.yg;
8160
8160
  },
8161
8161
  set: function (v) {
8162
- this.i.yh = igniteuiAngularCore.ensureBool(v);
8162
+ this.i.yg = igniteuiAngularCore.ensureBool(v);
8163
8163
  },
8164
8164
  enumerable: false,
8165
8165
  configurable: true
@@ -8169,10 +8169,10 @@
8169
8169
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8170
8170
  */
8171
8171
  get: function () {
8172
- return this.i.yg;
8172
+ return this.i.yf;
8173
8173
  },
8174
8174
  set: function (v) {
8175
- this.i.yg = igniteuiAngularCore.ensureBool(v);
8175
+ this.i.yf = igniteuiAngularCore.ensureBool(v);
8176
8176
  },
8177
8177
  enumerable: false,
8178
8178
  configurable: true
@@ -8182,10 +8182,10 @@
8182
8182
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8183
8183
  */
8184
8184
  get: function () {
8185
- return this.i.ya;
8185
+ return this.i.x9;
8186
8186
  },
8187
8187
  set: function (v) {
8188
- this.i.ya = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8188
+ this.i.x9 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8189
8189
  },
8190
8190
  enumerable: false,
8191
8191
  configurable: true
@@ -8195,10 +8195,10 @@
8195
8195
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8196
8196
  */
8197
8197
  get: function () {
8198
- return this.i.ym;
8198
+ return this.i.yl;
8199
8199
  },
8200
8200
  set: function (v) {
8201
- this.i.ym = +v;
8201
+ this.i.yl = +v;
8202
8202
  },
8203
8203
  enumerable: false,
8204
8204
  configurable: true
@@ -8400,40 +8400,40 @@
8400
8400
  }
8401
8401
  };
8402
8402
  GeographicSymbolSeriesView.prototype.b5 = function () {
8403
- var a = this.ch.w0;
8403
+ var a = this.ch.wz;
8404
8404
  _super.prototype.b5.call(this);
8405
- a.aat = this.ch.yo;
8406
- a.aa1 = this.ch.ym;
8407
- a.xa = this.ch.xa;
8408
- a.x2 = this.ch.xq;
8409
- a.xj = this.ch.xb;
8405
+ a.aas = this.ch.yn;
8406
+ a.aa0 = this.ch.yl;
8407
+ a.w9 = this.ch.w9;
8408
+ a.x1 = this.ch.xp;
8409
+ a.xi = this.ch.xa;
8410
8410
  };
8411
8411
  GeographicSymbolSeriesView.prototype.cj = function () {
8412
- this.ch.w0.aat = this.ch.yo;
8412
+ this.ch.wz.aas = this.ch.yn;
8413
8413
  };
8414
8414
  GeographicSymbolSeriesView.prototype.ci = function () {
8415
- this.ch.w0.aa1 = this.ch.ym;
8415
+ this.ch.wz.aa0 = this.ch.yl;
8416
8416
  };
8417
8417
  GeographicSymbolSeriesView.prototype.cp = function () {
8418
- this.ch.w0.xa = this.ch.xa;
8418
+ this.ch.wz.w9 = this.ch.w9;
8419
8419
  };
8420
8420
  GeographicSymbolSeriesView.prototype.cn = function () {
8421
- this.ch.w0.x2 = this.ch.xq;
8421
+ this.ch.wz.x1 = this.ch.xp;
8422
8422
  };
8423
8423
  GeographicSymbolSeriesView.prototype.co = function () {
8424
- this.ch.w0.xj = this.ch.xb;
8424
+ this.ch.wz.xi = this.ch.xa;
8425
8425
  };
8426
8426
  GeographicSymbolSeriesView.prototype.cq = function () {
8427
- this.ch.w0.z9 = this.ch.xc;
8427
+ this.ch.wz.z8 = this.ch.xb;
8428
8428
  };
8429
8429
  GeographicSymbolSeriesView.prototype.cs = function () {
8430
- this.ch.w0.xAxis = this.ch.db.ws;
8430
+ this.ch.wz.xAxis = this.ch.db.ws;
8431
8431
  };
8432
8432
  GeographicSymbolSeriesView.prototype.ct = function () {
8433
- this.ch.w0.yAxis = this.ch.db.wu;
8433
+ this.ch.wz.yAxis = this.ch.db.wu;
8434
8434
  };
8435
8435
  GeographicSymbolSeriesView.prototype.cr = function () {
8436
- var a = this.ch.w0;
8436
+ var a = this.ch.wz;
8437
8437
  if (this.ch.db == null) {
8438
8438
  a.xAxis = null;
8439
8439
  a.yAxis = null;
@@ -8443,13 +8443,13 @@
8443
8443
  a.yAxis = this.ch.db.wu;
8444
8444
  };
8445
8445
  GeographicSymbolSeriesView.prototype.cl = function () {
8446
- this.ch.w0.yt = this.ch.x8;
8446
+ this.ch.wz.ys = this.ch.x7;
8447
8447
  };
8448
8448
  GeographicSymbolSeriesView.prototype.ck = function () {
8449
- this.ch.w0.yj = this.ch.x4;
8449
+ this.ch.wz.yi = this.ch.x3;
8450
8450
  };
8451
8451
  GeographicSymbolSeriesView.prototype.cm = function () {
8452
- this.ch.w0.yk = this.ch.x5;
8452
+ this.ch.wz.yj = this.ch.x4;
8453
8453
  };
8454
8454
  GeographicSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8455
8455
  return GeographicSymbolSeriesView;
@@ -8461,9 +8461,9 @@
8461
8461
  tslib.__extends(GeographicSymbolSeries, _super);
8462
8462
  function GeographicSymbolSeries() {
8463
8463
  var _this = _super.call(this) || this;
8464
- _this.ya = null;
8465
- _this.yd = false;
8464
+ _this.x9 = null;
8466
8465
  _this.yc = false;
8466
+ _this.yb = false;
8467
8467
  _this.assigningScatterStyle = null;
8468
8468
  _this.assigningScatterMarkerStyle = null;
8469
8469
  _this.ab = GeographicSymbolSeries.$;
@@ -8478,84 +8478,84 @@
8478
8478
  GeographicSymbolSeries.prototype.cs = function () {
8479
8479
  return new GeographicSymbolSeriesView(this);
8480
8480
  };
8481
- GeographicSymbolSeries.prototype.q1 = function (a) {
8482
- _super.prototype.q1.call(this, a);
8483
- this.yb = a;
8481
+ GeographicSymbolSeries.prototype.q0 = function (a) {
8482
+ _super.prototype.q0.call(this, a);
8483
+ this.ya = a;
8484
8484
  };
8485
- GeographicSymbolSeries.prototype.jl = function () {
8485
+ GeographicSymbolSeries.prototype.jk = function () {
8486
8486
  return 0.7;
8487
8487
  };
8488
- GeographicSymbolSeries.prototype.wz = function () {
8488
+ GeographicSymbolSeries.prototype.wy = function () {
8489
8489
  return new igniteuiAngularCharts.ScatterSeries();
8490
8490
  };
8491
- GeographicSymbolSeries.prototype.get_fe = function () {
8491
+ GeographicSymbolSeries.prototype.get_fd = function () {
8492
8492
  return true;
8493
8493
  };
8494
- GeographicSymbolSeries.prototype.q9 = function (a, b, c, d) {
8495
- _super.prototype.q9.call(this, a, b, c, d);
8494
+ GeographicSymbolSeries.prototype.q8 = function (a, b, c, d) {
8495
+ _super.prototype.q8.call(this, a, b, c, d);
8496
8496
  switch (b) {
8497
8497
  case "SeriesViewer":
8498
- this.yb.cr();
8498
+ this.ya.cr();
8499
8499
  break;
8500
8500
  case GeographicSymbolSeries.$$p[5]:
8501
- this.yb.cj();
8501
+ this.ya.cj();
8502
8502
  break;
8503
8503
  case GeographicSymbolSeries.$$p[4]:
8504
- this.yb.ci();
8504
+ this.ya.ci();
8505
8505
  break;
8506
8506
  case GeographicSymbolSeries.$$p[6]:
8507
- this.yb.cl();
8507
+ this.ya.cl();
8508
8508
  break;
8509
8509
  case "XAxis":
8510
- this.yb.cs();
8510
+ this.ya.cs();
8511
8511
  break;
8512
8512
  case "YAxis":
8513
- this.yb.ct();
8513
+ this.ya.ct();
8514
8514
  break;
8515
8515
  case GeographicSymbolSeries.$$p[1]:
8516
- this.w0.zp = this.yf;
8517
- this.yd = this.yf;
8518
- if (this.yf) {
8519
- var e = this.w0;
8520
- e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.yt));
8516
+ this.wz.zo = this.ye;
8517
+ this.yc = this.ye;
8518
+ if (this.ye) {
8519
+ var e = this.wz;
8520
+ e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.ys));
8521
8521
  }
8522
8522
  else {
8523
- var f = this.w0;
8524
- f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.yt));
8523
+ var f = this.wz;
8524
+ f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.ys));
8525
8525
  }
8526
8526
  break;
8527
8527
  case GeographicSymbolSeries.$$p[0]:
8528
- this.w0.zo = this.ye;
8529
- this.yc = this.ye;
8530
- if (this.yf) {
8531
- var g = this.w0;
8532
- g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.ys));
8528
+ this.wz.zn = this.yd;
8529
+ this.yb = this.yd;
8530
+ if (this.ye) {
8531
+ var g = this.wz;
8532
+ g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.yr));
8533
8533
  }
8534
8534
  else {
8535
- var h = this.w0;
8536
- h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.ys));
8535
+ var h = this.wz;
8536
+ h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.yr));
8537
8537
  }
8538
8538
  break;
8539
8539
  case GeographicSymbolSeries.$$p[2]:
8540
- this.w0.y8 = this.x9;
8540
+ this.wz.y7 = this.x8;
8541
8541
  break;
8542
8542
  case GeographicSymbolSeries.$$p[3]:
8543
- this.w0.z8 = this.yh;
8543
+ this.wz.z7 = this.yg;
8544
8544
  break;
8545
8545
  }
8546
8546
  };
8547
- GeographicSymbolSeries.prototype.yt = function (a, b) {
8547
+ GeographicSymbolSeries.prototype.ys = function (a, b) {
8548
8548
  if (this.assigningScatterStyle != null) {
8549
8549
  this.assigningScatterStyle(this, b);
8550
8550
  }
8551
8551
  };
8552
- GeographicSymbolSeries.prototype.ys = function (a, b) {
8552
+ GeographicSymbolSeries.prototype.yr = function (a, b) {
8553
8553
  if (this.assigningScatterMarkerStyle != null) {
8554
8554
  this.assigningScatterMarkerStyle(this, b);
8555
8555
  }
8556
8556
  };
8557
8557
  GeographicSymbolSeries.$t = igniteuiAngularCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8558
- GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ye:yu', [0, false], 'IsCustomScatterStyleAllowed:yf:yv', [0, false], 'ItemSearchMode:x9:yw', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yh:yx', [1, 10000], 'LatitudeMemberPath:ym:yy', [2, null], 'LongitudeMemberPath:yo:yz', [2, null], 'MarkerCollisionAvoidance:x8:y0', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yg:y1', [0, false]]);
8558
+ GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yd:yt', [0, false], 'IsCustomScatterStyleAllowed:ye:yu', [0, false], 'ItemSearchMode:x8:yv', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yg:yw', [1, 10000], 'LatitudeMemberPath:yl:yx', [2, null], 'LongitudeMemberPath:yn:yy', [2, null], 'MarkerCollisionAvoidance:x7:yz', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yf:y0', [0, false]]);
8559
8559
  return GeographicSymbolSeries;
8560
8560
  }(GeographicMarkerSeries));
8561
8561
 
@@ -8606,10 +8606,10 @@
8606
8606
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8607
8607
  */
8608
8608
  get: function () {
8609
- return this.i.ym;
8609
+ return this.i.yl;
8610
8610
  },
8611
8611
  set: function (v) {
8612
- this.i.ym = v;
8612
+ this.i.yl = v;
8613
8613
  },
8614
8614
  enumerable: false,
8615
8615
  configurable: true
@@ -8619,10 +8619,10 @@
8619
8619
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8620
8620
  */
8621
8621
  get: function () {
8622
- return this.i.yo;
8622
+ return this.i.yn;
8623
8623
  },
8624
8624
  set: function (v) {
8625
- this.i.yo = v;
8625
+ this.i.yn = v;
8626
8626
  },
8627
8627
  enumerable: false,
8628
8628
  configurable: true
@@ -8632,10 +8632,10 @@
8632
8632
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8633
8633
  */
8634
8634
  get: function () {
8635
- return this.i.x8;
8635
+ return this.i.x7;
8636
8636
  },
8637
8637
  set: function (v) {
8638
- this.i.x8 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
8638
+ this.i.x7 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
8639
8639
  },
8640
8640
  enumerable: false,
8641
8641
  configurable: true
@@ -8645,10 +8645,10 @@
8645
8645
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8646
8646
  */
8647
8647
  get: function () {
8648
- return this.i.yf;
8648
+ return this.i.ye;
8649
8649
  },
8650
8650
  set: function (v) {
8651
- this.i.yf = igniteuiAngularCore.ensureBool(v);
8651
+ this.i.ye = igniteuiAngularCore.ensureBool(v);
8652
8652
  },
8653
8653
  enumerable: false,
8654
8654
  configurable: true
@@ -8658,10 +8658,10 @@
8658
8658
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8659
8659
  */
8660
8660
  get: function () {
8661
- return this.i.ye;
8661
+ return this.i.yd;
8662
8662
  },
8663
8663
  set: function (v) {
8664
- this.i.ye = igniteuiAngularCore.ensureBool(v);
8664
+ this.i.yd = igniteuiAngularCore.ensureBool(v);
8665
8665
  },
8666
8666
  enumerable: false,
8667
8667
  configurable: true
@@ -8671,10 +8671,10 @@
8671
8671
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8672
8672
  */
8673
8673
  get: function () {
8674
- return this.i.x9;
8674
+ return this.i.x8;
8675
8675
  },
8676
8676
  set: function (v) {
8677
- this.i.x9 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8677
+ this.i.x8 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
8678
8678
  },
8679
8679
  enumerable: false,
8680
8680
  configurable: true
@@ -8684,10 +8684,10 @@
8684
8684
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8685
8685
  */
8686
8686
  get: function () {
8687
- return this.i.yh;
8687
+ return this.i.yg;
8688
8688
  },
8689
8689
  set: function (v) {
8690
- this.i.yh = +v;
8690
+ this.i.yg = +v;
8691
8691
  },
8692
8692
  enumerable: false,
8693
8693
  configurable: true
@@ -8870,10 +8870,10 @@
8870
8870
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8871
8871
  */
8872
8872
  get: function () {
8873
- return this.i.xc;
8873
+ return this.i.xb;
8874
8874
  },
8875
8875
  set: function (v) {
8876
- this.i.xc = v;
8876
+ this.i.xb = v;
8877
8877
  },
8878
8878
  enumerable: false,
8879
8879
  configurable: true
@@ -8883,10 +8883,10 @@
8883
8883
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8884
8884
  */
8885
8885
  get: function () {
8886
- return this.i.xa;
8886
+ return this.i.w9;
8887
8887
  },
8888
8888
  set: function (v) {
8889
- this.i.xa = v;
8889
+ this.i.w9 = v;
8890
8890
  },
8891
8891
  enumerable: false,
8892
8892
  configurable: true
@@ -8897,10 +8897,10 @@
8897
8897
  * 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.
8898
8898
  */
8899
8899
  get: function () {
8900
- return this.i.w9;
8900
+ return this.i.w8;
8901
8901
  },
8902
8902
  set: function (v) {
8903
- this.i.w9 = v;
8903
+ this.i.w8 = v;
8904
8904
  },
8905
8905
  enumerable: false,
8906
8906
  configurable: true
@@ -8910,10 +8910,10 @@
8910
8910
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8911
8911
  */
8912
8912
  get: function () {
8913
- return this.i.xf;
8913
+ return this.i.xe;
8914
8914
  },
8915
8915
  set: function (v) {
8916
- this.i.xf = v;
8916
+ this.i.xe = v;
8917
8917
  },
8918
8918
  enumerable: false,
8919
8919
  configurable: true
@@ -8923,10 +8923,10 @@
8923
8923
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8924
8924
  */
8925
8925
  get: function () {
8926
- return this.i.xh;
8926
+ return this.i.xg;
8927
8927
  },
8928
8928
  set: function (v) {
8929
- this.i.xh = v;
8929
+ this.i.xg = v;
8930
8930
  },
8931
8931
  enumerable: false,
8932
8932
  configurable: true
@@ -8936,10 +8936,10 @@
8936
8936
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8937
8937
  */
8938
8938
  get: function () {
8939
- return this.i.xj;
8939
+ return this.i.xi;
8940
8940
  },
8941
8941
  set: function (v) {
8942
- this.i.xj = v;
8942
+ this.i.xi = v;
8943
8943
  },
8944
8944
  enumerable: false,
8945
8945
  configurable: true
@@ -9014,10 +9014,10 @@
9014
9014
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
9015
9015
  */
9016
9016
  get: function () {
9017
- return this.i.xy;
9017
+ return this.i.xx;
9018
9018
  },
9019
9019
  set: function (v) {
9020
- this.i.xy = v;
9020
+ this.i.xx = v;
9021
9021
  },
9022
9022
  enumerable: false,
9023
9023
  configurable: true
@@ -9027,7 +9027,7 @@
9027
9027
  * The ColorScale used to resolve the color values of points in the series.
9028
9028
  */
9029
9029
  get: function () {
9030
- var r = this.i.xt;
9030
+ var r = this.i.xs;
9031
9031
  if (r == null) {
9032
9032
  return null;
9033
9033
  }
@@ -9043,7 +9043,7 @@
9043
9043
  set: function (v) {
9044
9044
  if (v != null && this._stylingContainer && v._styling)
9045
9045
  v._styling(this._stylingContainer, this, this);
9046
- v == null ? this.i.xt = null : this.i.xt = v.i;
9046
+ v == null ? this.i.xs = null : this.i.xs = v.i;
9047
9047
  },
9048
9048
  enumerable: false,
9049
9049
  configurable: true
@@ -9053,7 +9053,7 @@
9053
9053
  * Gets actual color scale that is set on ColorScale property or default ColorScale
9054
9054
  */
9055
9055
  get: function () {
9056
- var r = this.i.xs;
9056
+ var r = this.i.xr;
9057
9057
  if (r == null) {
9058
9058
  return null;
9059
9059
  }
@@ -9069,7 +9069,7 @@
9069
9069
  set: function (v) {
9070
9070
  if (v != null && this._stylingContainer && v._styling)
9071
9071
  v._styling(this._stylingContainer, this, this);
9072
- v == null ? this.i.xs = null : this.i.xs = v.i;
9072
+ v == null ? this.i.xr = null : this.i.xr = v.i;
9073
9073
  },
9074
9074
  enumerable: false,
9075
9075
  configurable: true
@@ -9103,7 +9103,7 @@
9103
9103
 
9104
9104
  */
9105
9105
  IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
9106
- this.i.x3();
9106
+ this.i.x2();
9107
9107
  };
9108
9108
  Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
9109
9109
  /**
@@ -9223,71 +9223,71 @@
9223
9223
  }
9224
9224
  GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
9225
9225
  _super.prototype.b5.call(this);
9226
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.w0);
9227
- a.y9 = this.ch.xp;
9228
- a.zh = this.ch.xn;
9229
- a.xm = this.ch.xc;
9226
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.wz);
9227
+ a.y8 = this.ch.xo;
9228
+ a.zg = this.ch.xm;
9230
9229
  a.xl = this.ch.xb;
9231
- a.f8 = this.ch.xa;
9232
- a.yh = this.ch.xe;
9230
+ a.xk = this.ch.xa;
9231
+ a.f7 = this.ch.w9;
9233
9232
  a.yg = this.ch.xd;
9234
- a.aaf = this.ch.x8;
9233
+ a.yf = this.ch.xc;
9235
9234
  a.aae = this.ch.x7;
9236
- a.yt = this.ch.xh;
9235
+ a.aad = this.ch.x6;
9236
+ a.ys = this.ch.xg;
9237
9237
  };
9238
9238
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
9239
- this.ch.w0.y9 = this.ch.xp;
9239
+ this.ch.wz.y8 = this.ch.xo;
9240
9240
  };
9241
9241
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
9242
- this.ch.w0.zh = this.ch.xn;
9242
+ this.ch.wz.zg = this.ch.xm;
9243
9243
  };
9244
9244
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
9245
- this.ch.w0.xm = this.ch.xc;
9245
+ this.ch.wz.xl = this.ch.xb;
9246
9246
  };
9247
9247
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
9248
- this.ch.w0.xl = this.ch.xb;
9248
+ this.ch.wz.xk = this.ch.xa;
9249
9249
  };
9250
9250
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
9251
- this.ch.w0.f8 = this.ch.xa;
9251
+ this.ch.wz.f7 = this.ch.w9;
9252
9252
  };
9253
9253
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
9254
- this.ch.w0.yh = this.ch.xe;
9254
+ this.ch.wz.yg = this.ch.xd;
9255
9255
  };
9256
9256
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
9257
- this.ch.w0.yg = this.ch.xd;
9257
+ this.ch.wz.yf = this.ch.xc;
9258
9258
  };
9259
9259
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
9260
- var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.w0);
9260
+ var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.wz);
9261
9261
  if (this.ch.db == null) {
9262
- a.w5 = null;
9263
- a.w7 = null;
9262
+ a.w4 = null;
9263
+ a.w6 = null;
9264
9264
  return;
9265
9265
  }
9266
- a.w5 = this.ch.db.ws;
9267
- a.w7 = this.ch.db.wu;
9266
+ a.w4 = this.ch.db.ws;
9267
+ a.w6 = this.ch.db.wu;
9268
9268
  };
9269
9269
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
9270
- this.ch.w0.w5 = this.ch.db.ws;
9270
+ this.ch.wz.w4 = this.ch.db.ws;
9271
9271
  };
9272
9272
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
9273
- this.ch.w0.w7 = this.ch.db.wu;
9273
+ this.ch.wz.w6 = this.ch.db.wu;
9274
9274
  };
9275
9275
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
9276
- this.ch.w0.aaf = this.ch.x8;
9276
+ this.ch.wz.aae = this.ch.x7;
9277
9277
  };
9278
9278
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
9279
- this.ch.w0.aae = this.ch.x7;
9279
+ this.ch.wz.aad = this.ch.x6;
9280
9280
  };
9281
9281
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
9282
- this.ch.w0.yt = this.ch.xh;
9282
+ this.ch.wz.ys = this.ch.xg;
9283
9283
  };
9284
9284
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
9285
9285
  _super.prototype.au.call(this);
9286
9286
  if (!this.q) {
9287
- this.ch.x8 = igniteuiAngularCharts.Defaults.aq;
9288
- this.ch.x7 = igniteuiAngularCharts.Defaults.ap;
9289
- this.ch.vf = igniteuiAngularCharts.Defaults.al;
9290
- this.ch.vv = igniteuiAngularCharts.Defaults.ak;
9287
+ this.ch.x7 = igniteuiAngularCharts.Defaults.aq;
9288
+ this.ch.x6 = igniteuiAngularCharts.Defaults.ap;
9289
+ this.ch.ve = igniteuiAngularCharts.Defaults.al;
9290
+ this.ch.vu = igniteuiAngularCharts.Defaults.ak;
9291
9291
  }
9292
9292
  };
9293
9293
  GeographicHighDensityScatterSeriesView.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -9300,117 +9300,117 @@
9300
9300
  tslib.__extends(GeographicHighDensityScatterSeries, _super);
9301
9301
  function GeographicHighDensityScatterSeries() {
9302
9302
  var _this = _super.call(this) || this;
9303
- _this.w8 = null;
9303
+ _this.w7 = null;
9304
9304
  _this.progressiveLoadStatusChanged = null;
9305
- _this.xg = 0;
9305
+ _this.xf = 0;
9306
9306
  _this.ab = GeographicHighDensityScatterSeries.$;
9307
9307
  return _this;
9308
9308
  }
9309
9309
  GeographicHighDensityScatterSeries.prototype.bj = function () {
9310
9310
  return new GeographicHighDensityScatterSeries();
9311
9311
  };
9312
- GeographicHighDensityScatterSeries.prototype.jk = function () {
9313
- if (!igniteuiAngularCore.isNaN_(this.jj)) {
9314
- return _super.prototype.jk.call(this);
9312
+ GeographicHighDensityScatterSeries.prototype.jj = function () {
9313
+ if (!igniteuiAngularCore.isNaN_(this.ji)) {
9314
+ return _super.prototype.jj.call(this);
9315
9315
  }
9316
9316
  return igniteuiAngularCharts.Defaults.q;
9317
9317
  };
9318
- GeographicHighDensityScatterSeries.prototype.get_fo = function () {
9318
+ GeographicHighDensityScatterSeries.prototype.get_fn = function () {
9319
9319
  return true;
9320
9320
  };
9321
9321
  GeographicHighDensityScatterSeries.prototype.cs = function () {
9322
9322
  return new GeographicHighDensityScatterSeriesView(this);
9323
9323
  };
9324
- GeographicHighDensityScatterSeries.prototype.q1 = function (a) {
9325
- _super.prototype.q1.call(this, a);
9326
- this.w9 = a;
9324
+ GeographicHighDensityScatterSeries.prototype.q0 = function (a) {
9325
+ _super.prototype.q0.call(this, a);
9326
+ this.w8 = a;
9327
9327
  };
9328
- GeographicHighDensityScatterSeries.prototype.wz = function () {
9329
- this.w8 = new igniteuiAngularCharts.HighDensityScatterSeries();
9330
- return this.w8;
9328
+ GeographicHighDensityScatterSeries.prototype.wy = function () {
9329
+ this.w7 = new igniteuiAngularCharts.HighDensityScatterSeries();
9330
+ return this.w7;
9331
9331
  };
9332
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xi", {
9332
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xh", {
9333
9333
  get: function () {
9334
- return this.xg;
9334
+ return this.xf;
9335
9335
  },
9336
9336
  set: function (a) {
9337
- var b = this.xg;
9338
- this.xg = a;
9339
- this.raisePropertyChanged("ProgressiveStatus", b, this.xg);
9337
+ var b = this.xf;
9338
+ this.xf = a;
9339
+ this.raisePropertyChanged("ProgressiveStatus", b, this.xf);
9340
9340
  },
9341
9341
  enumerable: false,
9342
9342
  configurable: true
9343
9343
  });
9344
- GeographicHighDensityScatterSeries.prototype.w5 = function (a, b) {
9345
- _super.prototype.w5.call(this, a, b);
9346
- var c = this.w0;
9347
- c.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.xw));
9348
- var d = this.w0;
9349
- d.propertyUpdated = igniteuiAngularCore.delegateCombine(d.propertyUpdated, igniteuiAngularCore.runOn(this, this.xv));
9350
- };
9351
- GeographicHighDensityScatterSeries.prototype.xw = function (a, b) {
9352
- this.xi = b.currentStatus;
9344
+ GeographicHighDensityScatterSeries.prototype.w4 = function (a, b) {
9345
+ _super.prototype.w4.call(this, a, b);
9346
+ var c = this.wz;
9347
+ c.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.xv));
9348
+ var d = this.wz;
9349
+ d.propertyUpdated = igniteuiAngularCore.delegateCombine(d.propertyUpdated, igniteuiAngularCore.runOn(this, this.xu));
9350
+ };
9351
+ GeographicHighDensityScatterSeries.prototype.xv = function (a, b) {
9352
+ this.xh = b.currentStatus;
9353
9353
  if (this.progressiveLoadStatusChanged != null) {
9354
9354
  this.progressiveLoadStatusChanged(this, b);
9355
9355
  }
9356
9356
  };
9357
- GeographicHighDensityScatterSeries.prototype.xv = function (a, b) {
9358
- if (this.w8 == null) {
9357
+ GeographicHighDensityScatterSeries.prototype.xu = function (a, b) {
9358
+ if (this.w7 == null) {
9359
9359
  return;
9360
9360
  }
9361
9361
  };
9362
- GeographicHighDensityScatterSeries.prototype.q9 = function (a, b, c, d) {
9363
- _super.prototype.q9.call(this, a, b, c, d);
9362
+ GeographicHighDensityScatterSeries.prototype.q8 = function (a, b, c, d) {
9363
+ _super.prototype.q8.call(this, a, b, c, d);
9364
9364
  switch (b) {
9365
9365
  case "SeriesViewer":
9366
- this.w9.cr();
9366
+ this.w8.cr();
9367
9367
  break;
9368
9368
  case GeographicHighDensityScatterSeries.$$p[5]:
9369
- this.w9.cn();
9369
+ this.w8.cn();
9370
9370
  break;
9371
9371
  case GeographicHighDensityScatterSeries.$$p[4]:
9372
- this.w9.cm();
9372
+ this.w8.cm();
9373
9373
  break;
9374
9374
  case GeographicHighDensityScatterSeries.$$p[9]:
9375
- this.w9.cs();
9375
+ this.w8.cs();
9376
9376
  break;
9377
9377
  case GeographicHighDensityScatterSeries.$$p[8]:
9378
- this.w9.cq();
9378
+ this.w8.cq();
9379
9379
  break;
9380
9380
  case GeographicHighDensityScatterSeries.$$p[6]:
9381
- this.w9.co();
9381
+ this.w8.co();
9382
9382
  break;
9383
9383
  case "XAxis":
9384
- this.w9.ct();
9384
+ this.w8.ct();
9385
9385
  break;
9386
9386
  case "YAxis":
9387
- this.w9.cu();
9387
+ this.w8.cu();
9388
9388
  break;
9389
9389
  case GeographicHighDensityScatterSeries.$$p[3]:
9390
- this.w9.cl();
9390
+ this.w8.cl();
9391
9391
  break;
9392
9392
  case GeographicHighDensityScatterSeries.$$p[1]:
9393
- this.w9.cj();
9393
+ this.w8.cj();
9394
9394
  break;
9395
9395
  case GeographicHighDensityScatterSeries.$$p[2]:
9396
- this.w9.ck();
9396
+ this.w8.ck();
9397
9397
  break;
9398
9398
  case GeographicHighDensityScatterSeries.$$p[0]:
9399
- this.w9.ci();
9399
+ this.w8.ci();
9400
9400
  break;
9401
9401
  case GeographicHighDensityScatterSeries.$$p[7]:
9402
- this.w9.cp();
9402
+ this.w8.cp();
9403
9403
  break;
9404
9404
  }
9405
9405
  };
9406
- GeographicHighDensityScatterSeries.prototype.get_g7 = function () {
9406
+ GeographicHighDensityScatterSeries.prototype.get_g6 = function () {
9407
9407
  return true;
9408
9408
  };
9409
- GeographicHighDensityScatterSeries.prototype.set_g7 = function (a) {
9410
- _super.prototype.set_g7.call(this, a);
9409
+ GeographicHighDensityScatterSeries.prototype.set_g6 = function (a) {
9410
+ _super.prototype.set_g6.call(this, a);
9411
9411
  };
9412
9412
  GeographicHighDensityScatterSeries.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
9413
- GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x7:xx', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.ap], 'HeatMaximum:xd:xy', [1, 50], 'HeatMinimumColor:x8:xz', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.aq], 'HeatMinimum:xe:x0', [1, 0], 'LatitudeMemberPath:xn:x1', [2, null], 'LongitudeMemberPath:xp:x2', [2, null], 'MouseOverEnabled:xa:x3', [0, false], 'PointExtent:xh:x4', [1, 1], 'ProgressiveLoad:xb:x5', [0, true], 'UseBruteForce:xc:x6', [0, false]]);
9413
+ GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x6:xw', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.ap], 'HeatMaximum:xc:xx', [1, 50], 'HeatMinimumColor:x7:xy', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.aq], 'HeatMinimum:xd:xz', [1, 0], 'LatitudeMemberPath:xm:x0', [2, null], 'LongitudeMemberPath:xo:x1', [2, null], 'MouseOverEnabled:w9:x2', [0, false], 'PointExtent:xg:x3', [1, 1], 'ProgressiveLoad:xa:x4', [0, true], 'UseBruteForce:xb:x5', [0, false]]);
9414
9414
  return GeographicHighDensityScatterSeries;
9415
9415
  }(GeographicMapSeriesHost));
9416
9416
 
@@ -9450,7 +9450,7 @@
9450
9450
  * Gets whether the current series shows pixels.
9451
9451
  */
9452
9452
  get: function () {
9453
- return this.i.fo;
9453
+ return this.i.fn;
9454
9454
  },
9455
9455
  enumerable: false,
9456
9456
  configurable: true
@@ -9460,10 +9460,10 @@
9460
9460
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9461
9461
  */
9462
9462
  get: function () {
9463
- return this.i.xn;
9463
+ return this.i.xm;
9464
9464
  },
9465
9465
  set: function (v) {
9466
- this.i.xn = v;
9466
+ this.i.xm = v;
9467
9467
  },
9468
9468
  enumerable: false,
9469
9469
  configurable: true
@@ -9473,10 +9473,10 @@
9473
9473
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9474
9474
  */
9475
9475
  get: function () {
9476
- return this.i.xp;
9476
+ return this.i.xo;
9477
9477
  },
9478
9478
  set: function (v) {
9479
- this.i.xp = v;
9479
+ this.i.xo = v;
9480
9480
  },
9481
9481
  enumerable: false,
9482
9482
  configurable: true
@@ -9486,10 +9486,10 @@
9486
9486
  * Gets or sets the whether to use use brute force mode.
9487
9487
  */
9488
9488
  get: function () {
9489
- return this.i.xc;
9489
+ return this.i.xb;
9490
9490
  },
9491
9491
  set: function (v) {
9492
- this.i.xc = igniteuiAngularCore.ensureBool(v);
9492
+ this.i.xb = igniteuiAngularCore.ensureBool(v);
9493
9493
  },
9494
9494
  enumerable: false,
9495
9495
  configurable: true
@@ -9499,10 +9499,10 @@
9499
9499
  * Gets or sets the whether to progressively load the data into the chart.
9500
9500
  */
9501
9501
  get: function () {
9502
- return this.i.xb;
9502
+ return this.i.xa;
9503
9503
  },
9504
9504
  set: function (v) {
9505
- this.i.xb = igniteuiAngularCore.ensureBool(v);
9505
+ this.i.xa = igniteuiAngularCore.ensureBool(v);
9506
9506
  },
9507
9507
  enumerable: false,
9508
9508
  configurable: true
@@ -9512,10 +9512,10 @@
9512
9512
  * Gets or sets the whether the chart reacts to mouse move events.
9513
9513
  */
9514
9514
  get: function () {
9515
- return this.i.xa;
9515
+ return this.i.w9;
9516
9516
  },
9517
9517
  set: function (v) {
9518
- this.i.xa = igniteuiAngularCore.ensureBool(v);
9518
+ this.i.w9 = igniteuiAngularCore.ensureBool(v);
9519
9519
  },
9520
9520
  enumerable: false,
9521
9521
  configurable: true
@@ -9525,10 +9525,10 @@
9525
9525
  * Gets or sets the density value that maps to the minimum heat color.
9526
9526
  */
9527
9527
  get: function () {
9528
- return this.i.xe;
9528
+ return this.i.xd;
9529
9529
  },
9530
9530
  set: function (v) {
9531
- this.i.xe = +v;
9531
+ this.i.xd = +v;
9532
9532
  },
9533
9533
  enumerable: false,
9534
9534
  configurable: true
@@ -9538,10 +9538,10 @@
9538
9538
  * Gets or sets the value that maps to the maximum heat color.
9539
9539
  */
9540
9540
  get: function () {
9541
- return this.i.xd;
9541
+ return this.i.xc;
9542
9542
  },
9543
9543
  set: function (v) {
9544
- this.i.xd = +v;
9544
+ this.i.xc = +v;
9545
9545
  },
9546
9546
  enumerable: false,
9547
9547
  configurable: true
@@ -9551,10 +9551,10 @@
9551
9551
  * Gets or sets the color to use for the minimum end of the scale.
9552
9552
  */
9553
9553
  get: function () {
9554
- return igniteuiAngularCore.colorToString(this.i.x8);
9554
+ return igniteuiAngularCore.colorToString(this.i.x7);
9555
9555
  },
9556
9556
  set: function (v) {
9557
- this.i.x8 = igniteuiAngularCore.stringToColor(v);
9557
+ this.i.x7 = igniteuiAngularCore.stringToColor(v);
9558
9558
  },
9559
9559
  enumerable: false,
9560
9560
  configurable: true
@@ -9564,10 +9564,10 @@
9564
9564
  * Gets or sets the color to use for the maximum end of the scale.
9565
9565
  */
9566
9566
  get: function () {
9567
- return igniteuiAngularCore.colorToString(this.i.x7);
9567
+ return igniteuiAngularCore.colorToString(this.i.x6);
9568
9568
  },
9569
9569
  set: function (v) {
9570
- this.i.x7 = igniteuiAngularCore.stringToColor(v);
9570
+ this.i.x6 = igniteuiAngularCore.stringToColor(v);
9571
9571
  },
9572
9572
  enumerable: false,
9573
9573
  configurable: true
@@ -9577,10 +9577,10 @@
9577
9577
  * Gets or sets the the pixel extent of the square data points that are rendered.
9578
9578
  */
9579
9579
  get: function () {
9580
- return this.i.xh;
9580
+ return this.i.xg;
9581
9581
  },
9582
9582
  set: function (v) {
9583
- this.i.xh = +v;
9583
+ this.i.xg = +v;
9584
9584
  },
9585
9585
  enumerable: false,
9586
9586
  configurable: true
@@ -9590,10 +9590,10 @@
9590
9590
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9591
9591
  */
9592
9592
  get: function () {
9593
- return this.i.xi;
9593
+ return this.i.xh;
9594
9594
  },
9595
9595
  set: function (v) {
9596
- this.i.xi = +v;
9596
+ this.i.xh = +v;
9597
9597
  },
9598
9598
  enumerable: false,
9599
9599
  configurable: true
@@ -9747,24 +9747,24 @@
9747
9747
  GeographicContourLineSeriesView.prototype.au = function () {
9748
9748
  _super.prototype.au.call(this);
9749
9749
  if (!this.q) {
9750
- this.cp.jp = igniteuiAngularCharts.Defaults.m;
9750
+ this.cp.jo = igniteuiAngularCharts.Defaults.m;
9751
9751
  }
9752
9752
  };
9753
9753
  GeographicContourLineSeriesView.prototype.b5 = function () {
9754
9754
  _super.prototype.b5.call(this);
9755
- if (this.cp.w0 != null) {
9756
- this.cp.xs.yv = this.cp.xv;
9757
- this.cp.xs.y5 = this.cp.xz;
9755
+ if (this.cp.wz != null) {
9756
+ this.cp.xr.yu = this.cp.xu;
9757
+ this.cp.xr.y4 = this.cp.xy;
9758
9758
  }
9759
9759
  };
9760
9760
  GeographicContourLineSeriesView.prototype.cq = function () {
9761
- if (this.cp.xs != null) {
9762
- this.cp.xs.yv = this.cp.xv;
9761
+ if (this.cp.xr != null) {
9762
+ this.cp.xr.yu = this.cp.xu;
9763
9763
  }
9764
9764
  };
9765
9765
  GeographicContourLineSeriesView.prototype.cr = function () {
9766
- if (this.cp.xs != null) {
9767
- this.cp.xs.y5 = this.cp.xz;
9766
+ if (this.cp.xr != null) {
9767
+ this.cp.xr.y4 = this.cp.xy;
9768
9768
  }
9769
9769
  };
9770
9770
  GeographicContourLineSeriesView.$t = igniteuiAngularCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9784,72 +9784,72 @@
9784
9784
  GeographicContourLineSeries.prototype.bj = function () {
9785
9785
  return new GeographicContourLineSeries();
9786
9786
  };
9787
- GeographicContourLineSeries.prototype.get_fj = function () {
9787
+ GeographicContourLineSeries.prototype.get_fi = function () {
9788
9788
  return true;
9789
9789
  };
9790
- GeographicContourLineSeries.prototype.w5 = function (a, b) {
9791
- _super.prototype.w5.call(this, a, b);
9790
+ GeographicContourLineSeries.prototype.w4 = function (a, b) {
9791
+ _super.prototype.w4.call(this, a, b);
9792
9792
  };
9793
- GeographicContourLineSeries.prototype.wz = function () {
9794
- this.xs = new igniteuiAngularCharts.ScatterContourSeries();
9795
- var a = this.xs;
9796
- a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.x2));
9797
- var b = this.xs;
9798
- b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.x3));
9799
- return this.xs;
9793
+ GeographicContourLineSeries.prototype.wy = function () {
9794
+ this.xr = new igniteuiAngularCharts.ScatterContourSeries();
9795
+ var a = this.xr;
9796
+ a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.x1));
9797
+ var b = this.xr;
9798
+ b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.x2));
9799
+ return this.xr;
9800
9800
  };
9801
- GeographicContourLineSeries.prototype.x2 = function (a, b) {
9801
+ GeographicContourLineSeries.prototype.x1 = function (a, b) {
9802
9802
  if (this.triangulationStatusChanged != null) {
9803
9803
  this.triangulationStatusChanged(this, b);
9804
9804
  }
9805
9805
  };
9806
- GeographicContourLineSeries.prototype.x3 = function (a, b) {
9807
- var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.w0);
9806
+ GeographicContourLineSeries.prototype.x2 = function (a, b) {
9807
+ var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.wz);
9808
9808
  if (c == null) {
9809
9809
  return;
9810
9810
  }
9811
9811
  if (b.propertyName == "ActualFillScale") {
9812
- this.xu = c.yu;
9812
+ this.xt = c.yt;
9813
9813
  }
9814
9814
  };
9815
- GeographicContourLineSeries.prototype.sh = function () {
9816
- _super.prototype.sh.call(this);
9815
+ GeographicContourLineSeries.prototype.sg = function () {
9816
+ _super.prototype.sg.call(this);
9817
9817
  };
9818
9818
  GeographicContourLineSeries.prototype.cs = function () {
9819
9819
  return new GeographicContourLineSeriesView(this);
9820
9820
  };
9821
- GeographicContourLineSeries.prototype.q1 = function (a) {
9822
- _super.prototype.q1.call(this, a);
9823
- this.xw = a;
9821
+ GeographicContourLineSeries.prototype.q0 = function (a) {
9822
+ _super.prototype.q0.call(this, a);
9823
+ this.xv = a;
9824
9824
  };
9825
- GeographicContourLineSeries.prototype.q9 = function (a, b, c, d) {
9826
- _super.prototype.q9.call(this, a, b, c, d);
9825
+ GeographicContourLineSeries.prototype.q8 = function (a, b, c, d) {
9826
+ _super.prototype.q8.call(this, a, b, c, d);
9827
9827
  switch (b) {
9828
9828
  case GeographicContourLineSeries.$$p[1]:
9829
- this.xw.cq();
9829
+ this.xv.cq();
9830
9830
  break;
9831
9831
  case GeographicContourLineSeries.$$p[2]:
9832
- this.xw.cr();
9832
+ this.xv.cr();
9833
9833
  break;
9834
9834
  case GeographicContourLineSeries.$$p[3]:
9835
- this.xs.ys = this.xr;
9835
+ this.xr.yr = this.xq;
9836
9836
  break;
9837
9837
  case "DashArray":
9838
- this.xs.v2 = this.v2;
9838
+ this.xr.v1 = this.v1;
9839
9839
  break;
9840
9840
  case "DashCap":
9841
- this.xs.v3 = this.v3;
9841
+ this.xr.v2 = this.v2;
9842
9842
  break;
9843
9843
  case "MiterLimit":
9844
- this.xs.jh = this.jh;
9844
+ this.xr.jg = this.jg;
9845
9845
  break;
9846
9846
  case "LineJoin":
9847
- this.xs.v5 = this.v5;
9847
+ this.xr.v4 = this.v4;
9848
9848
  break;
9849
9849
  }
9850
9850
  };
9851
9851
  GeographicContourLineSeries.$t = igniteuiAngularCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9852
- GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xu:x4', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:xv:x5', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:xz:x6', [2, "value"], 'ValueResolver:xr:x7', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
9852
+ GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xt:x3', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:xu:x4', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:xy:x5', [2, "value"], 'ValueResolver:xq:x6', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
9853
9853
  return GeographicContourLineSeries;
9854
9854
  }(GeographicXYTriangulatingSeries));
9855
9855
 
@@ -9888,7 +9888,7 @@
9888
9888
  * Gets whether the current series shows a line contour shape.
9889
9889
  */
9890
9890
  get: function () {
9891
- return this.i.fj;
9891
+ return this.i.fi;
9892
9892
  },
9893
9893
  enumerable: false,
9894
9894
  configurable: true
@@ -9898,10 +9898,10 @@
9898
9898
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9899
9899
  */
9900
9900
  get: function () {
9901
- return this.i.xz;
9901
+ return this.i.xy;
9902
9902
  },
9903
9903
  set: function (v) {
9904
- this.i.xz = v;
9904
+ this.i.xy = v;
9905
9905
  },
9906
9906
  enumerable: false,
9907
9907
  configurable: true
@@ -9911,7 +9911,7 @@
9911
9911
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9912
9912
  */
9913
9913
  get: function () {
9914
- var r = this.i.xv;
9914
+ var r = this.i.xu;
9915
9915
  if (r == null) {
9916
9916
  return null;
9917
9917
  }
@@ -9927,7 +9927,7 @@
9927
9927
  set: function (v) {
9928
9928
  if (v != null && this._stylingContainer && v._styling)
9929
9929
  v._styling(this._stylingContainer, this, this);
9930
- v == null ? this.i.xv = null : this.i.xv = v.i;
9930
+ v == null ? this.i.xu = null : this.i.xu = v.i;
9931
9931
  },
9932
9932
  enumerable: false,
9933
9933
  configurable: true
@@ -9937,7 +9937,7 @@
9937
9937
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9938
9938
  */
9939
9939
  get: function () {
9940
- var r = this.i.xu;
9940
+ var r = this.i.xt;
9941
9941
  if (r == null) {
9942
9942
  return null;
9943
9943
  }
@@ -9953,7 +9953,7 @@
9953
9953
  set: function (v) {
9954
9954
  if (v != null && this._stylingContainer && v._styling)
9955
9955
  v._styling(this._stylingContainer, this, this);
9956
- v == null ? this.i.xu = null : this.i.xu = v.i;
9956
+ v == null ? this.i.xt = null : this.i.xt = v.i;
9957
9957
  },
9958
9958
  enumerable: false,
9959
9959
  configurable: true
@@ -9963,7 +9963,7 @@
9963
9963
  * The ContourValueResolver used to determine the numeric values of contours.
9964
9964
  */
9965
9965
  get: function () {
9966
- var r = this.i.xr;
9966
+ var r = this.i.xq;
9967
9967
  if (r == null) {
9968
9968
  return null;
9969
9969
  }
@@ -9979,7 +9979,7 @@
9979
9979
  set: function (v) {
9980
9980
  if (v != null && this._stylingContainer && v._styling)
9981
9981
  v._styling(this._stylingContainer, this, this);
9982
- v == null ? this.i.xr = null : this.i.xr = v.i;
9982
+ v == null ? this.i.xq = null : this.i.xq = v.i;
9983
9983
  },
9984
9984
  enumerable: false,
9985
9985
  configurable: true