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
@@ -437,342 +437,342 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
437
437
  class GeographicMapSeriesHost extends Series {
438
438
  constructor() {
439
439
  super();
440
- this.wy = null;
441
- this.w0 = this.wz();
440
+ this.wx = null;
441
+ this.wz = this.wy();
442
442
  }
443
- qg() {
444
- super.qg();
445
- if (this.w0 != null) {
446
- this.w0.qg();
443
+ qf() {
444
+ super.qf();
445
+ if (this.wz != null) {
446
+ this.wz.qf();
447
447
  }
448
448
  }
449
- get_fc() {
449
+ get_fb() {
450
450
  return true;
451
451
  }
452
- kq(a, b) {
453
- let c = this.nd(b);
452
+ kp(a, b) {
453
+ let c = this.nc(b);
454
454
  if (c == "LatitudeMemberPath") {
455
455
  c = "YMemberPath";
456
456
  }
457
457
  if (c == "LongitudeMemberPath") {
458
458
  c = "XMemberPath";
459
459
  }
460
- return this.w0.kq(a, c);
460
+ return this.wz.kp(a, c);
461
461
  }
462
- md(a) {
463
- let b = this.nd(a);
462
+ mc(a) {
463
+ let b = this.nc(a);
464
464
  if (b == "LatitudeMemberPath") {
465
465
  b = "YMemberPath";
466
466
  }
467
467
  if (b == "LongitudeMemberPath") {
468
468
  b = "XMemberPath";
469
469
  }
470
- return this.w0.md(b);
470
+ return this.wz.mc(b);
471
471
  }
472
- get_ki() {
473
- return this.k0(this.w0);
472
+ get_kh() {
473
+ return this.kz(this.wz);
474
474
  }
475
- set_ki(a) {
476
- this.oz(this.w0, a);
475
+ set_kh(a) {
476
+ this.oy(this.wz, a);
477
477
  }
478
478
  eb(a, b, c, d, e) {
479
- return this.w0.eb(a, b, c, d, e);
479
+ return this.wz.eb(a, b, c, d, e);
480
480
  }
481
481
  ai() {
482
- return this.w0.ai();
482
+ return this.wz.ai();
483
483
  }
484
484
  bo() {
485
- return this.w0;
485
+ return this.wz;
486
486
  }
487
- get w0() {
488
- return this.wy;
487
+ get wz() {
488
+ return this.wx;
489
489
  }
490
- set w0(a) {
491
- let b = this.wy;
492
- let c = this.w0 != a;
490
+ set wz(a) {
491
+ let b = this.wx;
492
+ let c = this.wz != a;
493
493
  if (c) {
494
- this.wy = a;
495
- this.w5(b, this.wy);
494
+ this.wx = a;
495
+ this.w4(b, this.wx);
496
496
  }
497
497
  }
498
498
  get_hasMarkers() {
499
- return this.w0.hasMarkers;
499
+ return this.wz.hasMarkers;
500
500
  }
501
- w5(a, b) {
502
- if (this.wy != null) {
503
- let hostedSeries_ = this.wy;
501
+ w4(a, b) {
502
+ if (this.wx != null) {
503
+ let hostedSeries_ = this.wx;
504
504
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
505
505
  hostedSeries_.externalObject._implementation = hostedSeries_;
506
506
  }
507
- this.pf(this.w0);
508
- this.w1.b5();
507
+ this.pe(this.wz);
508
+ this.w0.b5();
509
509
  if (a != null) {
510
510
  let c = (a);
511
- this.r1(c, null);
511
+ this.r0(c, null);
512
512
  }
513
513
  if (b != null) {
514
514
  let d = (b);
515
- this.r1(d, this);
515
+ this.r0(d, this);
516
516
  }
517
517
  }
518
518
  dg(a, b, c) {
519
- return this.di(this.w0, a, b, c);
519
+ return this.di(this.wz, a, b, c);
520
520
  }
521
521
  dh(a, b, c) {
522
- return this.dj(this.w0, a, b, c);
522
+ return this.dj(this.wz, a, b, c);
523
523
  }
524
- kn(a) {
525
- return this.kw(this.w0, a);
524
+ km(a) {
525
+ return this.kv(this.wz, a);
526
526
  }
527
- ka(a, b) {
528
- return this.w0.ka(a, b);
527
+ j9(a, b) {
528
+ return this.wz.j9(a, b);
529
529
  }
530
- j8(a, b) {
531
- return this.w0.j8(a, b);
530
+ j7(a, b) {
531
+ return this.wz.j7(a, b);
532
532
  }
533
- i5(a, b, c) {
534
- return this.w0.i5(a, b, c);
533
+ i4(a, b, c) {
534
+ return this.wz.i4(a, b, c);
535
535
  }
536
- wc(a, b, c) {
537
- return this.w0.wc(a, b, c);
536
+ wb(a, b, c) {
537
+ return this.wz.wb(a, b, c);
538
538
  }
539
- wn(a) {
540
- return this.w0.wn(a);
539
+ wm(a) {
540
+ return this.wz.wm(a);
541
541
  }
542
542
  ao(a) {
543
- return this.w0.ao(a);
543
+ return this.wz.ao(a);
544
544
  }
545
- wo(a) {
546
- return this.w0.wo(a);
545
+ wn(a) {
546
+ return this.wz.wn(a);
547
547
  }
548
548
  ap(a) {
549
- return this.w0.ap(a);
549
+ return this.wz.ap(a);
550
+ }
551
+ wo(a) {
552
+ return this.wz.wo(a);
550
553
  }
551
554
  wp(a) {
552
- return this.w0.wp(a);
555
+ return this.wz.wp(a);
553
556
  }
554
- wq(a) {
555
- return this.w0.wq(a);
557
+ i0(a, b, c) {
558
+ return this.wz.i0(a, b, c);
556
559
  }
557
- i1(a, b, c) {
558
- return this.w0.i1(a, b, c);
560
+ v7(a, b, c) {
561
+ return this.wz.v7(a, b, c);
559
562
  }
560
- v8(a, b, c) {
561
- return this.w0.v8(a, b, c);
562
- }
563
- i3(a, b, c) {
564
- return this.i5(a, b, c);
563
+ i2(a, b, c) {
564
+ return this.i4(a, b, c);
565
565
  }
566
- wa(a, b, c) {
567
- return this.w0.wa(a, b, c);
566
+ v9(a, b, c) {
567
+ return this.wz.v9(a, b, c);
568
568
  }
569
- wd(a, b, c) {
570
- return this.w0.wd(a, b, c);
569
+ wc(a, b, c) {
570
+ return this.wz.wc(a, b, c);
571
571
  }
572
- i6(a, b, c) {
573
- return this.w0.i6(a, b, c);
572
+ i5(a, b, c) {
573
+ return this.wz.i5(a, b, c);
574
574
  }
575
- v9(a, b, c) {
576
- return this.w0.v9(a, b, c);
575
+ v8(a, b, c) {
576
+ return this.wz.v8(a, b, c);
577
577
  }
578
- i2(a, b, c) {
579
- return this.w0.i2(a, b, c);
578
+ i1(a, b, c) {
579
+ return this.wz.i1(a, b, c);
580
580
  }
581
- wb(a, b, c) {
582
- return this.w0.wb(a, b, c);
581
+ wa(a, b, c) {
582
+ return this.wz.wa(a, b, c);
583
583
  }
584
- i4(a, b, c) {
585
- return this.w0.i4(a, b, c);
584
+ i3(a, b, c) {
585
+ return this.wz.i3(a, b, c);
586
586
  }
587
- j4(a) {
588
- return this.w0.j4(a);
587
+ j3(a) {
588
+ return this.wz.j3(a);
589
589
  }
590
- iw() {
591
- return this.w0.iw();
590
+ iv() {
591
+ return this.wz.iv();
592
592
  }
593
- is(a) {
594
- return this.w0.is(a);
593
+ ir(a) {
594
+ return this.wz.ir(a);
595
595
  }
596
- ko(a) {
597
- return this.w0.ko(a);
596
+ kn(a) {
597
+ return this.wz.kn(a);
598
598
  }
599
599
  cs() {
600
600
  return new HostSeriesView(this);
601
601
  }
602
- q1(a) {
603
- super.q1(a);
604
- this.w1 = typeCast(HostSeriesView.$, a);
602
+ q0(a) {
603
+ super.q0(a);
604
+ this.w0 = typeCast(HostSeriesView.$, a);
605
605
  }
606
- get w2() {
607
- return this.c(GeographicMapSeriesHost.w7);
606
+ get w1() {
607
+ return this.c(GeographicMapSeriesHost.w6);
608
608
  }
609
- set w2(a) {
610
- this.h(GeographicMapSeriesHost.w7, a);
609
+ set w1(a) {
610
+ this.h(GeographicMapSeriesHost.w6, a);
611
611
  }
612
- q9(a, b, c, d) {
613
- super.q9(a, b, c, d);
612
+ q8(a, b, c, d) {
613
+ super.q8(a, b, c, d);
614
614
  switch (b) {
615
615
  case "SeriesViewer":
616
- this.w0.db = this.db;
616
+ this.wz.db = this.db;
617
617
  if (c != null) {
618
- c.q4(this.w0);
618
+ c.q4(this.wz);
619
619
  }
620
620
  if (d != null) {
621
- this.db.m8(this.w0);
621
+ this.db.m8(this.wz);
622
622
  }
623
- this.w0.rc(this.ws);
624
- this.w0.index = this.index;
625
- this.p0(this.w0);
626
- this.kg = this.w0.kg;
623
+ this.wz.rb(this.wr);
624
+ this.wz.index = this.index;
625
+ this.pz(this.wz);
626
+ this.kf = this.wz.kf;
627
627
  let e = typeCast(SeriesViewer.$, c);
628
628
  if (e != null) {
629
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w6));
629
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w5));
630
630
  }
631
631
  if (this.db != null) {
632
632
  let f = this.db;
633
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w6));
633
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w5));
634
634
  }
635
- this.w4();
635
+ this.w3();
636
636
  break;
637
637
  case "SyncLink":
638
- this.w0.c3 = this.c3;
638
+ this.wz.c3 = this.c3;
639
639
  break;
640
640
  case "VisibleFromScale":
641
- this.w4();
641
+ this.w3();
642
642
  break;
643
643
  case "Index":
644
- this.w0.index = this.index;
644
+ this.wz.index = this.index;
645
645
  break;
646
646
  case "ItemsSource":
647
- this.w1.b6();
647
+ this.w0.b6();
648
648
  break;
649
649
  case "Resolution":
650
- this.w1.cd();
650
+ this.w0.cd();
651
651
  break;
652
652
  case "TransitionDuration":
653
- this.w1.cg();
653
+ this.w0.cg();
654
654
  break;
655
655
  case "Opacity":
656
- this.w1.ca();
656
+ this.w0.ca();
657
657
  break;
658
658
  case "Visibility":
659
- let hs_ = this.w0;
659
+ let hs_ = this.wz;
660
660
  let v_ = this._visibility;
661
661
  hs_.visibility = v_;
662
662
  break;
663
663
  case "MouseOverEnabled":
664
- this.w0.f8 = this.f8;
664
+ this.wz.f7 = this.f7;
665
665
  break;
666
666
  case "ExpectFunctions":
667
- this.w0.expectFunctions = this.expectFunctions;
667
+ this.wz.expectFunctions = this.expectFunctions;
668
668
  break;
669
669
  case "Thickness":
670
- this.w1.cf();
670
+ this.w0.cf();
671
671
  break;
672
672
  case "Brush":
673
- this.w1.b4();
673
+ this.w0.b4();
674
674
  break;
675
675
  case "Outline":
676
- this.w1.cc();
676
+ this.w0.cc();
677
677
  break;
678
678
  case "ActualBrush":
679
- this.w1.b1();
679
+ this.w0.b1();
680
680
  break;
681
681
  case "ActualOutline":
682
- this.w1.b2();
682
+ this.w0.b2();
683
683
  break;
684
684
  case "MarkerFillOpacity":
685
- if (!isNaN_(this.jg)) {
686
- this.w1.b9();
685
+ if (!isNaN_(this.jf)) {
686
+ this.w0.b9();
687
687
  }
688
688
  break;
689
689
  case "AreaFillOpacity":
690
- if (!isNaN_(this.ik)) {
691
- this.w1.b3();
690
+ if (!isNaN_(this.ij)) {
691
+ this.w0.b3();
692
692
  }
693
693
  break;
694
694
  case "OutlineMode":
695
- this.w1.cb();
695
+ this.w0.cb();
696
696
  break;
697
697
  case "ShowDefaultTooltip":
698
- this.w1.ce();
698
+ this.w0.ce();
699
699
  break;
700
700
  case "Title":
701
- this.w0.title = this.title;
701
+ this.wz.title = this.title;
702
702
  break;
703
703
  case "LegendItemBadgeMode":
704
- this.w1.b7();
704
+ this.w0.b7();
705
705
  break;
706
706
  case "LegendItemBadgeShape":
707
- this.w1.b8();
707
+ this.w0.b8();
708
708
  break;
709
709
  case "Legend":
710
- this.w0.legend = this.legend;
710
+ this.wz.legend = this.legend;
711
711
  this.cv.av();
712
712
  break;
713
713
  }
714
714
  }
715
- w4() {
716
- if (this.db == null || this.w0 == null) {
715
+ w3() {
716
+ if (this.db == null || this.wz == null) {
717
717
  return;
718
718
  }
719
- if (!isNaN_(this.w2)) {
720
- if (this.db.v4.width > this.w2) {
721
- let hs_ = this.w0;
719
+ if (!isNaN_(this.w1)) {
720
+ if (this.db.v4.width > this.w1) {
721
+ let hs_ = this.wz;
722
722
  let v_ = 1;
723
723
  hs_.visibility = v_;
724
724
  }
725
725
  else {
726
- let hs2_ = this.w0;
726
+ let hs2_ = this.wz;
727
727
  let v2_ = 0;
728
728
  hs2_.visibility = v2_;
729
729
  }
730
730
  }
731
731
  }
732
- w6(a, b) {
733
- this.w4();
732
+ w5(a, b) {
733
+ this.w3();
734
734
  }
735
- rr(a) {
736
- super.rr(a);
737
- if (this.w0 != null) {
738
- this.w0.rr(a);
735
+ rq(a) {
736
+ super.rq(a);
737
+ if (this.wz != null) {
738
+ this.wz.rq(a);
739
739
  }
740
740
  }
741
- q5(a) {
742
- super.q5(a);
743
- if (this.w0 != null) {
744
- this.w0.qn();
741
+ q4(a) {
742
+ super.q4(a);
743
+ if (this.wz != null) {
744
+ this.wz.qm();
745
745
  }
746
746
  }
747
- rq(a, b, c, d, e) {
748
- if (this.w0 != null) {
749
- this.w0.rq(a, b, c, d, e);
747
+ rp(a, b, c, d, e) {
748
+ if (this.wz != null) {
749
+ this.wz.rp(a, b, c, d, e);
750
750
  }
751
751
  }
752
752
  a2(a, b) {
753
- return this.w0.a2(a, b);
753
+ return this.wz.a2(a, b);
754
754
  }
755
- sc() {
756
- super.sc();
757
- this.w0.sc();
755
+ sb() {
756
+ super.sb();
757
+ this.wz.sb();
758
758
  }
759
759
  get_coercionMethods() {
760
760
  return this._coercionMethods;
761
761
  }
762
762
  set_coercionMethods(a) {
763
763
  this._coercionMethods = a;
764
- this.w0.coercionMethods = a;
764
+ this.wz.coercionMethods = a;
765
765
  }
766
- pz(a) {
767
- super.pz(a);
768
- if (this.w0 != null) {
769
- let b = this.w0.km();
770
- this.o8(a, b);
766
+ py(a) {
767
+ super.py(a);
768
+ if (this.wz != null) {
769
+ let b = this.wz.kl();
770
+ this.o7(a, b);
771
771
  }
772
772
  }
773
773
  }
774
774
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
775
- GeographicMapSeriesHost.w7 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
775
+ GeographicMapSeriesHost.w6 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
776
776
  let c = a;
777
777
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
778
778
  }));
@@ -793,66 +793,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
793
793
  }
794
794
  b5() {
795
795
  this.b0.legendItemVisibility = 1;
796
- this.b0.w0.legendItemVisibility = 0;
797
- this.b0.w0.itemsSource = this.b0.itemsSource;
798
- this.b0.w0.index = this.b0.index;
799
- this.b0.w0.vf = this.b0.vf;
800
- this.b0.w0.vv = this.b0.vf;
801
- this.b0.w0.ci = this.b0.ci;
802
- this.b0.w0.jj = this.b0.jj;
803
- this.b0.w0.kd = this.b0.kd;
804
- this.b0.w0._opacity = this.b0._opacity;
805
- this.b0.w0.jp = this.b0.jp;
806
- this.b0.w0.ik = this.b0.ik;
807
- this.b0.w0.jg = this.b0.jg;
808
- this.b0.w0.gp = this.b0.gp;
809
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
810
- this.b0.w0.bd = this.b0.bd;
796
+ this.b0.wz.legendItemVisibility = 0;
797
+ this.b0.wz.itemsSource = this.b0.itemsSource;
798
+ this.b0.wz.index = this.b0.index;
799
+ this.b0.wz.ve = this.b0.ve;
800
+ this.b0.wz.vu = this.b0.ve;
801
+ this.b0.wz.ci = this.b0.ci;
802
+ this.b0.wz.ji = this.b0.ji;
803
+ this.b0.wz.kc = this.b0.kc;
804
+ this.b0.wz._opacity = this.b0._opacity;
805
+ this.b0.wz.jo = this.b0.jo;
806
+ this.b0.wz.ij = this.b0.ij;
807
+ this.b0.wz.jf = this.b0.jf;
808
+ this.b0.wz.go = this.b0.go;
809
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
810
+ this.b0.wz.bd = this.b0.bd;
811
811
  }
812
812
  b6() {
813
- this.b0.w0.itemsSource = this.b0.itemsSource;
813
+ this.b0.wz.itemsSource = this.b0.itemsSource;
814
814
  }
815
815
  cd() {
816
- this.b0.w0.jj = this.b0.jj;
816
+ this.b0.wz.ji = this.b0.ji;
817
817
  }
818
818
  cg() {
819
- this.b0.w0.kd = this.b0.kd;
819
+ this.b0.wz.kc = this.b0.kc;
820
820
  }
821
821
  ca() {
822
- this.b0.w0._opacity = this.b0._opacity;
822
+ this.b0.wz._opacity = this.b0._opacity;
823
823
  }
824
824
  cf() {
825
- this.b0.w0.jp = this.b0.jp;
825
+ this.b0.wz.jo = this.b0.jo;
826
826
  }
827
827
  b4() {
828
- this.b0.w0.vf = this.b0.vf;
828
+ this.b0.wz.ve = this.b0.ve;
829
829
  }
830
830
  cc() {
831
- this.b0.w0.vv = this.b0.vv;
831
+ this.b0.wz.vu = this.b0.vu;
832
832
  }
833
833
  b1() {
834
- this.b0.w0.vf = this.b0.u9;
834
+ this.b0.wz.ve = this.b0.u8;
835
835
  }
836
836
  b2() {
837
- this.b0.w0.vv = this.b0.vd;
837
+ this.b0.wz.vu = this.b0.vc;
838
838
  }
839
839
  b7() {
840
- this.b0.w0.bd = this.b0.bd;
840
+ this.b0.wz.bd = this.b0.bd;
841
841
  }
842
842
  b8() {
843
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
843
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
844
844
  }
845
845
  b3() {
846
- this.b0.w0.ik = this.b0.ik;
846
+ this.b0.wz.ij = this.b0.ij;
847
847
  }
848
848
  b9() {
849
- this.b0.w0.jg = this.b0.jg;
849
+ this.b0.wz.jf = this.b0.jf;
850
850
  }
851
851
  cb() {
852
- this.b0.w0.ci = this.b0.ci;
852
+ this.b0.wz.ci = this.b0.ci;
853
853
  }
854
854
  ce() {
855
- this.b0.w0.gp = this.b0.gp;
855
+ this.b0.wz.go = this.b0.go;
856
856
  }
857
857
  }
858
858
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
@@ -1156,7 +1156,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1156
1156
  x4() {
1157
1157
  this.w4.ee();
1158
1158
  for (let a of fromEnum(this.series)) {
1159
- a.sc();
1159
+ a.sb();
1160
1160
  }
1161
1161
  }
1162
1162
  x7() {
@@ -1552,7 +1552,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1552
1552
  break;
1553
1553
  case "ActualWorldRect":
1554
1554
  for (let g of fromEnum(this.series)) {
1555
- g.rr(false);
1555
+ g.rq(false);
1556
1556
  }
1557
1557
  break;
1558
1558
  case XamGeographicMap.$$p[5]:
@@ -1583,7 +1583,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1583
1583
  break;
1584
1584
  case "MarkerAutomaticBehavior":
1585
1585
  for (let i of fromEnum(this.series)) {
1586
- i.qg();
1586
+ i.qf();
1587
1587
  }
1588
1588
  break;
1589
1589
  }
@@ -1625,7 +1625,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1625
1625
  let c = b;
1626
1626
  let d = a;
1627
1627
  d.itemsSource = c.triangulationSource.points;
1628
- d.w9 = c.triangulationSource.triangles;
1628
+ d.w8 = c.triangulationSource.triangles;
1629
1629
  }
1630
1630
  else {
1631
1631
  super.rd(a, b);
@@ -1658,7 +1658,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1658
1658
  a.axes.add1(b);
1659
1659
  a.axes.add1(c);
1660
1660
  for (let d = 0; d < this.series.count; d++) {
1661
- let e = this.series._inner[d].km();
1661
+ let e = this.series._inner[d].kl();
1662
1662
  a.series.add1(e);
1663
1663
  }
1664
1664
  a.name = this.name;
@@ -1934,41 +1934,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1934
1934
  }
1935
1935
  b5() {
1936
1936
  super.b5();
1937
- let a = this.ch.w0;
1938
- a.x0 = this.ch.xc;
1939
- a.x8 = this.ch.xa;
1940
- a.trianglesSource = this.ch.w9;
1941
- a.xo = this.ch.xf;
1942
- a.xq = this.ch.xh;
1943
- a.xs = this.ch.xj;
1937
+ let a = this.ch.wz;
1938
+ a.xz = this.ch.xb;
1939
+ a.x7 = this.ch.w9;
1940
+ a.trianglesSource = this.ch.w8;
1941
+ a.xn = this.ch.xe;
1942
+ a.xp = this.ch.xg;
1943
+ a.xr = this.ch.xi;
1944
1944
  }
1945
1945
  ck() {
1946
- let a = this.ch.w0;
1946
+ let a = this.ch.wz;
1947
1947
  if (this.ch.db == null) {
1948
+ a.wx = null;
1948
1949
  a.wy = null;
1949
- a.wz = null;
1950
1950
  return;
1951
1951
  }
1952
- a.wy = this.ch.db.ws;
1953
- a.wz = this.ch.db.wu;
1952
+ a.wx = this.ch.db.ws;
1953
+ a.wy = this.ch.db.wu;
1954
1954
  }
1955
1955
  cj() {
1956
- this.ch.w0.x0 = this.ch.xc;
1956
+ this.ch.wz.xz = this.ch.xb;
1957
1957
  }
1958
1958
  ci() {
1959
- this.ch.w0.x8 = this.ch.xa;
1959
+ this.ch.wz.x7 = this.ch.w9;
1960
1960
  }
1961
1961
  cl() {
1962
- this.ch.w0.trianglesSource = this.ch.w9;
1962
+ this.ch.wz.trianglesSource = this.ch.w8;
1963
1963
  }
1964
1964
  cm() {
1965
- this.ch.w0.xo = this.ch.xf;
1965
+ this.ch.wz.xn = this.ch.xe;
1966
1966
  }
1967
1967
  cn() {
1968
- this.ch.w0.xq = this.ch.xh;
1968
+ this.ch.wz.xp = this.ch.xg;
1969
1969
  }
1970
1970
  co() {
1971
- this.ch.w0.xs = this.ch.xj;
1971
+ this.ch.wz.xr = this.ch.xi;
1972
1972
  }
1973
1973
  }
1974
1974
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1991,19 +1991,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1991
1991
  }
1992
1992
  b5() {
1993
1993
  super.b5();
1994
- if (this.cp.xu != null) {
1995
- this.cp.xu.y7 = this.cp.xy;
1996
- this.cp.xu.yv = this.cp.xt;
1994
+ if (this.cp.xt != null) {
1995
+ this.cp.xt.y6 = this.cp.xx;
1996
+ this.cp.xt.yu = this.cp.xs;
1997
1997
  }
1998
1998
  }
1999
1999
  cq() {
2000
- if (this.cp.xu != null) {
2001
- this.cp.xu.y7 = this.cp.xy;
2000
+ if (this.cp.xt != null) {
2001
+ this.cp.xt.y6 = this.cp.xx;
2002
2002
  }
2003
2003
  }
2004
2004
  cr() {
2005
- if (this.cp.xu != null) {
2006
- this.cp.xu.yv = this.cp.xt;
2005
+ if (this.cp.xt != null) {
2006
+ this.cp.xt.yu = this.cp.xs;
2007
2007
  }
2008
2008
  }
2009
2009
  }
@@ -2201,39 +2201,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
2201
2201
  cs() {
2202
2202
  return new GeographicXYTriangulatingSeriesView(this);
2203
2203
  }
2204
- q1(a) {
2205
- super.q1(a);
2206
- this.w8 = a;
2204
+ q0(a) {
2205
+ super.q0(a);
2206
+ this.w7 = a;
2207
2207
  }
2208
- q9(a, b, c, d) {
2209
- super.q9(a, b, c, d);
2208
+ q8(a, b, c, d) {
2209
+ super.q8(a, b, c, d);
2210
2210
  switch (b) {
2211
2211
  case "SeriesViewer":
2212
- this.w8.ck();
2212
+ this.w7.ck();
2213
2213
  break;
2214
2214
  case GeographicXYTriangulatingSeries.$$p[1]:
2215
- this.w8.cj();
2215
+ this.w7.cj();
2216
2216
  break;
2217
2217
  case GeographicXYTriangulatingSeries.$$p[0]:
2218
- this.w8.ci();
2218
+ this.w7.ci();
2219
2219
  break;
2220
2220
  case GeographicXYTriangulatingSeries.$$p[5]:
2221
- this.w8.cl();
2221
+ this.w7.cl();
2222
2222
  break;
2223
2223
  case GeographicXYTriangulatingSeries.$$p[2]:
2224
- this.w8.cm();
2224
+ this.w7.cm();
2225
2225
  break;
2226
2226
  case GeographicXYTriangulatingSeries.$$p[3]:
2227
- this.w8.cn();
2227
+ this.w7.cn();
2228
2228
  break;
2229
2229
  case GeographicXYTriangulatingSeries.$$p[4]:
2230
- this.w8.co();
2230
+ this.w7.co();
2231
2231
  break;
2232
2232
  }
2233
2233
  }
2234
2234
  }
2235
2235
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2236
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, 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', [IEnumerable_$type, null]]);
2236
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, 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', [IEnumerable_$type, null]]);
2237
2237
  return GeographicXYTriangulatingSeries;
2238
2238
  })();
2239
2239
  /**
@@ -2243,7 +2243,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2243
2243
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
2244
2244
  constructor() {
2245
2245
  super();
2246
- this.xr = null;
2246
+ this.xq = null;
2247
2247
  this.triangulationStatusChanged = null;
2248
2248
  this.ab = GeographicScatterAreaSeries.$;
2249
2249
  }
@@ -2253,49 +2253,49 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2253
2253
  get_eu() {
2254
2254
  return true;
2255
2255
  }
2256
- get xt() {
2257
- return this.xr;
2256
+ get xs() {
2257
+ return this.xq;
2258
2258
  }
2259
- set xt(a) {
2260
- let b = this.xr != a;
2259
+ set xs(a) {
2260
+ let b = this.xq != a;
2261
2261
  if (b) {
2262
- let c = this.xr;
2263
- if (this.xr != null) {
2264
- let d = this.xr;
2265
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x1));
2262
+ let c = this.xq;
2263
+ if (this.xq != null) {
2264
+ let d = this.xq;
2265
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x0));
2266
2266
  }
2267
- this.xr = a;
2268
- if (this.xr != null) {
2269
- let e = this.xr;
2270
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x1));
2267
+ this.xq = a;
2268
+ if (this.xq != null) {
2269
+ let e = this.xq;
2270
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x0));
2271
2271
  }
2272
- this.raisePropertyChanged("ColorScale", c, this.xr);
2273
- if (this.xu != null) {
2274
- this.xu.yv = a;
2272
+ this.raisePropertyChanged("ColorScale", c, this.xq);
2273
+ if (this.xt != null) {
2274
+ this.xt.yu = a;
2275
2275
  }
2276
2276
  }
2277
2277
  }
2278
- x1(a, b) {
2279
- this.xw.cr();
2280
- this.x3();
2281
- this.rr(false);
2278
+ x0(a, b) {
2279
+ this.xv.cr();
2280
+ this.x2();
2281
+ this.rq(false);
2282
2282
  }
2283
- x3() {
2284
- if (this.xu != null) {
2285
- this.xs = this.xu.yu;
2283
+ x2() {
2284
+ if (this.xt != null) {
2285
+ this.xr = this.xt.yt;
2286
2286
  }
2287
2287
  }
2288
- sh() {
2289
- super.sh();
2290
- this.x3();
2288
+ sg() {
2289
+ super.sg();
2290
+ this.x2();
2291
2291
  }
2292
- wz() {
2293
- this.xu = new ScatterAreaSeries();
2294
- let a = this.xu;
2295
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
2296
- return this.xu;
2292
+ wy() {
2293
+ this.xt = new ScatterAreaSeries();
2294
+ let a = this.xt;
2295
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
2296
+ return this.xt;
2297
2297
  }
2298
- x2(a, b) {
2298
+ x1(a, b) {
2299
2299
  if (this.triangulationStatusChanged != null) {
2300
2300
  this.triangulationStatusChanged(this, b);
2301
2301
  }
@@ -2303,31 +2303,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2303
2303
  cs() {
2304
2304
  return new GeographicScatterAreaSeriesView(this);
2305
2305
  }
2306
- q1(a) {
2307
- super.q1(a);
2308
- this.xw = a;
2306
+ q0(a) {
2307
+ super.q0(a);
2308
+ this.xv = a;
2309
2309
  }
2310
- q9(a, b, c, d) {
2311
- super.q9(a, b, c, d);
2310
+ q8(a, b, c, d) {
2311
+ super.q8(a, b, c, d);
2312
2312
  switch (b) {
2313
2313
  case GeographicScatterAreaSeries.$$p[1]:
2314
- this.xw.cq();
2314
+ this.xv.cq();
2315
2315
  break;
2316
2316
  case "ColorScale":
2317
- this.xw.cr();
2318
- this.x3();
2317
+ this.xv.cr();
2318
+ this.x2();
2319
2319
  break;
2320
2320
  }
2321
2321
  }
2322
- get_g7() {
2322
+ get_g6() {
2323
2323
  return true;
2324
2324
  }
2325
- set_g7(a) {
2326
- super.set_g7(a);
2325
+ set_g6(a) {
2326
+ super.set_g6(a);
2327
2327
  }
2328
2328
  }
2329
2329
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2330
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xs:x4', [ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
2330
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
2331
2331
  return GeographicScatterAreaSeries;
2332
2332
  })();
2333
2333
 
@@ -4540,7 +4540,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4540
4540
  * Checks if this control is geographic coordinate system
4541
4541
  */
4542
4542
  get isGeographic() {
4543
- return this.i.fc;
4543
+ return this.i.fb;
4544
4544
  }
4545
4545
  /**
4546
4546
  * Gets whether this series supports markers
@@ -4553,10 +4553,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4553
4553
  * 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%.
4554
4554
  */
4555
4555
  get visibleFromScale() {
4556
- return this.i.w2;
4556
+ return this.i.w1;
4557
4557
  }
4558
4558
  set visibleFromScale(v) {
4559
- this.i.w2 = +v;
4559
+ this.i.w1 = +v;
4560
4560
  }
4561
4561
  /**
4562
4562
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -4574,10 +4574,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4574
4574
 
4575
4575
  */
4576
4576
  notifyIndexedPropertiesChanged() {
4577
- this.i.qg();
4577
+ this.i.qf();
4578
4578
  }
4579
4579
  getItemValue(item, memberPathName) {
4580
- let iv = this.i.kq(item, memberPathName);
4580
+ let iv = this.i.kp(item, memberPathName);
4581
4581
  return (iv);
4582
4582
  }
4583
4583
  /**
@@ -4586,7 +4586,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4586
4586
  * @param memberPathName * The property name of a valid member path for the series
4587
4587
  */
4588
4588
  getMemberPathValue(memberPathName) {
4589
- let iv = this.i.md(memberPathName);
4589
+ let iv = this.i.mc(memberPathName);
4590
4590
  return (iv);
4591
4591
  }
4592
4592
  /**
@@ -4595,23 +4595,23 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4595
4595
  * @param world * The world coordinates to use.
4596
4596
  */
4597
4597
  getItem(world) {
4598
- let iv = this.i.kn(toPoint(world));
4598
+ let iv = this.i.km(toPoint(world));
4599
4599
  return (iv);
4600
4600
  }
4601
4601
  getPreviousOrExactIndex(world, skipUnknowns) {
4602
- let iv = this.i.ka(toPoint(world), skipUnknowns);
4602
+ let iv = this.i.j9(toPoint(world), skipUnknowns);
4603
4603
  return (iv);
4604
4604
  }
4605
4605
  getNextOrExactIndex(world, skipUnknowns) {
4606
- let iv = this.i.j8(toPoint(world), skipUnknowns);
4606
+ let iv = this.i.j7(toPoint(world), skipUnknowns);
4607
4607
  return (iv);
4608
4608
  }
4609
4609
  getSeriesValue(world, useInterpolation, skipUnknowns) {
4610
- let iv = this.i.i5(toPoint(world), useInterpolation, skipUnknowns);
4610
+ let iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
4611
4611
  return (iv);
4612
4612
  }
4613
4613
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
4614
- let iv = this.i.wc(toPoint(world), useInterpolation, skipUnknowns);
4614
+ let iv = this.i.wb(toPoint(world), useInterpolation, skipUnknowns);
4615
4615
  return fromPoint(iv);
4616
4616
  }
4617
4617
  /**
@@ -4620,7 +4620,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4620
4620
  * @param world * The world coordinate for which to get a value bounding box for
4621
4621
  */
4622
4622
  getSeriesValueBoundingBox(world) {
4623
- let iv = this.i.wn(toPoint(world));
4623
+ let iv = this.i.wm(toPoint(world));
4624
4624
  return fromRect(iv);
4625
4625
  }
4626
4626
  /**
@@ -4629,31 +4629,31 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4629
4629
  * @param world * The world coordinates for which to get a value marker bounding box for
4630
4630
  */
4631
4631
  getSeriesValueMarkerBoundingBox(world) {
4632
- let iv = this.i.wp(toPoint(world));
4632
+ let iv = this.i.wo(toPoint(world));
4633
4633
  return fromRect(iv);
4634
4634
  }
4635
4635
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
4636
- let iv = this.i.i1(toPoint(world), useInterpolation, skipUnknowns);
4636
+ let iv = this.i.i0(toPoint(world), useInterpolation, skipUnknowns);
4637
4637
  return (iv);
4638
4638
  }
4639
4639
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
4640
- let iv = this.i.v8(toPoint(world), useInterpolation, skipUnknowns);
4640
+ let iv = this.i.v7(toPoint(world), useInterpolation, skipUnknowns);
4641
4641
  return fromPoint(iv);
4642
4642
  }
4643
4643
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
4644
- let iv = this.i.i3(toPoint(world), useInterpolation, skipUnknowns);
4644
+ let iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
4645
4645
  return (iv);
4646
4646
  }
4647
4647
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
4648
- let iv = this.i.wa(toPoint(world), useInterpolation, skipUnknowns);
4648
+ let iv = this.i.v9(toPoint(world), useInterpolation, skipUnknowns);
4649
4649
  return fromPoint(iv);
4650
4650
  }
4651
4651
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4652
- let iv = this.i.wd(toPoint(mouse), useInterpolation, skipUnknowns);
4652
+ let iv = this.i.wc(toPoint(mouse), useInterpolation, skipUnknowns);
4653
4653
  return fromPoint(iv);
4654
4654
  }
4655
4655
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4656
- let iv = this.i.i6(toPoint(mouse), useInterpolation, skipUnknowns);
4656
+ let iv = this.i.i5(toPoint(mouse), useInterpolation, skipUnknowns);
4657
4657
  return (iv);
4658
4658
  }
4659
4659
  /**
@@ -4661,7 +4661,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4661
4661
 
4662
4662
  */
4663
4663
  getItemSpan() {
4664
- let iv = this.i.iw();
4664
+ let iv = this.i.iv();
4665
4665
  return (iv);
4666
4666
  }
4667
4667
  /**
@@ -4670,14 +4670,14 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4670
4670
  * @param animate * True if the change should be animated.
4671
4671
  */
4672
4672
  renderSeries(animate) {
4673
- this.i.rr(animate);
4673
+ this.i.rq(animate);
4674
4674
  }
4675
4675
  /**
4676
4676
  * Called when this series' Style is updated.
4677
4677
 
4678
4678
  */
4679
4679
  styleUpdated() {
4680
- this.i.sc();
4680
+ this.i.sb();
4681
4681
  }
4682
4682
  }
4683
4683
  IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -4772,61 +4772,61 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4772
4772
  * 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.
4773
4773
  */
4774
4774
  get shapeMemberPath() {
4775
- return this.i.xz;
4775
+ return this.i.xy;
4776
4776
  }
4777
4777
  set shapeMemberPath(v) {
4778
- this.i.xz = v;
4778
+ this.i.xy = v;
4779
4779
  }
4780
4780
  /**
4781
4781
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
4782
4782
  */
4783
4783
  get isCustomShapeStyleAllowed() {
4784
- return this.i.xk;
4784
+ return this.i.xj;
4785
4785
  }
4786
4786
  set isCustomShapeStyleAllowed(v) {
4787
- this.i.xk = ensureBool(v);
4787
+ this.i.xj = ensureBool(v);
4788
4788
  }
4789
4789
  /**
4790
4790
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
4791
4791
  */
4792
4792
  get isCustomShapeMarkerStyleAllowed() {
4793
- return this.i.xj;
4793
+ return this.i.xi;
4794
4794
  }
4795
4795
  set isCustomShapeMarkerStyleAllowed(v) {
4796
- this.i.xj = ensureBool(v);
4796
+ this.i.xi = ensureBool(v);
4797
4797
  }
4798
4798
  /**
4799
4799
  * Gets or sets the mode the series will use to find the closest point to the cursor.
4800
4800
  */
4801
4801
  get itemSearchMode() {
4802
- return this.i.xb;
4802
+ return this.i.xa;
4803
4803
  }
4804
4804
  set itemSearchMode(v) {
4805
- this.i.xb = ensureEnum(ShapeItemSearchMode_$type, v);
4805
+ this.i.xa = ensureEnum(ShapeItemSearchMode_$type, v);
4806
4806
  }
4807
4807
  /**
4808
4808
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
4809
4809
  */
4810
4810
  get itemSearchThreshold() {
4811
- return this.i.xn;
4811
+ return this.i.xm;
4812
4812
  }
4813
4813
  set itemSearchThreshold(v) {
4814
- this.i.xn = +v;
4814
+ this.i.xm = +v;
4815
4815
  }
4816
4816
  /**
4817
4817
  * Gets or sets the fill mapping property for the current series object.
4818
4818
  */
4819
4819
  get fillMemberPath() {
4820
- return this.i.xo;
4820
+ return this.i.xn;
4821
4821
  }
4822
4822
  set fillMemberPath(v) {
4823
- this.i.xo = v;
4823
+ this.i.xn = v;
4824
4824
  }
4825
4825
  /**
4826
4826
  * Gets or sets the brush scale for the fill brush of markers.
4827
4827
  */
4828
4828
  get fillScale() {
4829
- const r = this.i.xa;
4829
+ const r = this.i.w9;
4830
4830
  if (r == null) {
4831
4831
  return null;
4832
4832
  }
@@ -4842,32 +4842,32 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4842
4842
  set fillScale(v) {
4843
4843
  if (v != null && this._stylingContainer && v._styling)
4844
4844
  v._styling(this._stylingContainer, this, this);
4845
- v == null ? this.i.xa = null : this.i.xa = v.i;
4845
+ v == null ? this.i.w9 = null : this.i.w9 = v.i;
4846
4846
  }
4847
4847
  /**
4848
4848
  * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
4849
4849
  * This setting applies only if multiple series are using the same FillScale.
4850
4850
  */
4851
4851
  get fillScaleUseGlobalValues() {
4852
- return this.i.xi;
4852
+ return this.i.xh;
4853
4853
  }
4854
4854
  set fillScaleUseGlobalValues(v) {
4855
- this.i.xi = ensureBool(v);
4855
+ this.i.xh = ensureBool(v);
4856
4856
  }
4857
4857
  /**
4858
4858
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
4859
4859
  */
4860
4860
  get itemSearchPointsThreshold() {
4861
- return this.i.xm;
4861
+ return this.i.xl;
4862
4862
  }
4863
4863
  set itemSearchPointsThreshold(v) {
4864
- this.i.xm = +v;
4864
+ this.i.xl = +v;
4865
4865
  }
4866
4866
  /**
4867
4867
  * Set a shapefile datasource to use with the series.
4868
4868
  */
4869
4869
  get shapefileDataSource() {
4870
- const r = this.i.xe;
4870
+ const r = this.i.xd;
4871
4871
  if (r == null) {
4872
4872
  return null;
4873
4873
  }
@@ -4886,17 +4886,17 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4886
4886
  return r.externalObject;
4887
4887
  }
4888
4888
  set shapefileDataSource(v) {
4889
- v == null ? this.i.xe = null : this.i.xe = v.i;
4889
+ v == null ? this.i.xd = null : this.i.xd = v.i;
4890
4890
  }
4891
4891
  /**
4892
4892
  * The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
4893
4893
  * 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.
4894
4894
  */
4895
4895
  get shapeFilterResolution() {
4896
- return this.i.xl;
4896
+ return this.i.xk;
4897
4897
  }
4898
4898
  set shapeFilterResolution(v) {
4899
- this.i.xl = +v;
4899
+ this.i.xk = +v;
4900
4900
  }
4901
4901
  findByName(name) {
4902
4902
  var baseResult = super.findByName(name);
@@ -5006,136 +5006,136 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
5006
5006
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
5007
5007
  constructor() {
5008
5008
  super(...arguments);
5009
- this.xh = false;
5010
5009
  this.xg = false;
5010
+ this.xf = false;
5011
5011
  this.assigningShapeStyle = null;
5012
5012
  this.assigningShapeMarkerStyle = null;
5013
- this.xd = null;
5014
- this.xf = false;
5013
+ this.xc = null;
5014
+ this.xe = false;
5015
5015
  }
5016
5016
  cs() {
5017
5017
  return new GeographicShapeSeriesBaseView(this);
5018
5018
  }
5019
- q1(a) {
5020
- super.q1(a);
5021
- this.xc = a;
5019
+ q0(a) {
5020
+ super.q0(a);
5021
+ this.xb = a;
5022
5022
  }
5023
- get_fe() {
5023
+ get_fd() {
5024
5024
  return true;
5025
5025
  }
5026
5026
  get_ed() {
5027
5027
  return true;
5028
5028
  }
5029
- q9(a, b, c, d) {
5030
- super.q9(a, b, c, d);
5029
+ q8(a, b, c, d) {
5030
+ super.q8(a, b, c, d);
5031
5031
  switch (b) {
5032
5032
  case "SeriesViewer":
5033
- this.xc.ci();
5033
+ this.xb.ci();
5034
5034
  break;
5035
5035
  case "ShapeMemberPath":
5036
- this.xc.ck();
5036
+ this.xb.ck();
5037
5037
  break;
5038
5038
  case GeographicShapeSeriesBase.$$p[8]:
5039
- this.xc.cj();
5039
+ this.xb.cj();
5040
5040
  break;
5041
5041
  case GeographicShapeSeriesBase.$$p[4]:
5042
- this.w0.x8 = this.xk;
5043
- this.xh = this.xk;
5044
- if (this.xk) {
5045
- let e = this.w0;
5046
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x2));
5042
+ this.wz.x7 = this.xj;
5043
+ this.xg = this.xj;
5044
+ if (this.xj) {
5045
+ let e = this.wz;
5046
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x1));
5047
5047
  }
5048
5048
  else {
5049
- let f = this.w0;
5050
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x2));
5049
+ let f = this.wz;
5050
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x1));
5051
5051
  }
5052
5052
  break;
5053
5053
  case GeographicShapeSeriesBase.$$p[3]:
5054
- this.w0.x7 = this.xj;
5055
- this.xg = this.xj;
5056
- if (this.xk) {
5057
- let g = this.w0;
5058
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.x1));
5054
+ this.wz.x6 = this.xi;
5055
+ this.xf = this.xi;
5056
+ if (this.xj) {
5057
+ let g = this.wz;
5058
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.x0));
5059
5059
  }
5060
5060
  else {
5061
- let h = this.w0;
5062
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.x1));
5061
+ let h = this.wz;
5062
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.x0));
5063
5063
  }
5064
5064
  break;
5065
5065
  case GeographicShapeSeriesBase.$$p[5]:
5066
- this.w0.xk = this.xb;
5066
+ this.wz.xj = this.xa;
5067
5067
  break;
5068
5068
  case GeographicShapeSeriesBase.$$p[6]:
5069
- this.w0.yp = this.xm;
5069
+ this.wz.yo = this.xl;
5070
5070
  break;
5071
5071
  case GeographicShapeSeriesBase.$$p[7]:
5072
- this.w0.yq = this.xn;
5072
+ this.wz.yp = this.xm;
5073
5073
  break;
5074
5074
  case GeographicShapeSeriesBase.$$p[0]:
5075
- this.w0.yu = this.xo;
5075
+ this.wz.yt = this.xn;
5076
5076
  break;
5077
5077
  case GeographicShapeSeriesBase.$$p[1]:
5078
- this.w0.xa = this.xa;
5078
+ this.wz.w9 = this.w9;
5079
5079
  break;
5080
5080
  case GeographicShapeSeriesBase.$$p[2]:
5081
- this.w0.x3 = this.xi;
5081
+ this.wz.x2 = this.xh;
5082
5082
  break;
5083
5083
  case "ShapefileDataSource":
5084
5084
  if (c != null) {
5085
5085
  let i = c;
5086
- if (this.xf) {
5087
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x3));
5086
+ if (this.xe) {
5087
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x2));
5088
5088
  }
5089
5089
  }
5090
5090
  if (d != null) {
5091
5091
  let j = d;
5092
5092
  if (j.count > 0) {
5093
- this.x4();
5093
+ this.x3();
5094
5094
  break;
5095
5095
  }
5096
- this.xf = true;
5097
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x3));
5096
+ this.xe = true;
5097
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x2));
5098
5098
  }
5099
5099
  break;
5100
5100
  }
5101
5101
  }
5102
- x2(a, b) {
5102
+ x1(a, b) {
5103
5103
  if (this.assigningShapeStyle != null) {
5104
5104
  this.assigningShapeStyle(this, b);
5105
5105
  }
5106
5106
  }
5107
- x1(a, b) {
5107
+ x0(a, b) {
5108
5108
  if (this.assigningShapeMarkerStyle != null) {
5109
5109
  this.assigningShapeMarkerStyle(this, b);
5110
5110
  }
5111
5111
  }
5112
- x3(a, b) {
5113
- this.x4();
5112
+ x2(a, b) {
5113
+ this.x3();
5114
5114
  }
5115
- x4() {
5116
- let sds_ = this.xe;
5115
+ x3() {
5116
+ let sds_ = this.xd;
5117
5117
  let ext_ = sds_.externalObject;
5118
5118
  this.itemsSource = (ext_.getPointData());
5119
5119
  }
5120
- get xe() {
5121
- return this.xd;
5120
+ get xd() {
5121
+ return this.xc;
5122
5122
  }
5123
- set xe(a) {
5124
- let b = this.xd;
5125
- this.xd = a;
5126
- if (b != this.xd) {
5127
- this.raisePropertyChanged("ShapefileDataSource", b, this.xd);
5123
+ set xd(a) {
5124
+ let b = this.xc;
5125
+ this.xc = a;
5126
+ if (b != this.xc) {
5127
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xc);
5128
5128
  }
5129
5129
  }
5130
- get_g7() {
5130
+ get_g6() {
5131
5131
  return true;
5132
5132
  }
5133
- set_g7(a) {
5134
- super.set_g7(a);
5133
+ set_g6(a) {
5134
+ super.set_g6(a);
5135
5135
  }
5136
5136
  }
5137
5137
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5138
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xo:x5', [2], 'FillScale:xa:x6', [BrushScale.$], 'FillScaleUseGlobalValues:xi:x7', [0, false], 'IsCustomShapeMarkerStyleAllowed:xj:x8', [0, false], 'IsCustomShapeStyleAllowed:xk:x9', [0, false], 'ItemSearchMode:xb:ya', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xm:yb', [1, 10000], 'ItemSearchThreshold:xn:yc', [1, 10000], 'ShapeFilterResolution:xl:yd', [1, 2], 'ShapeMemberPath:xz:ye', [2, "points"]]);
5138
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xn:x4', [2], 'FillScale:w9:x5', [BrushScale.$], 'FillScaleUseGlobalValues:xh:x6', [0, false], 'IsCustomShapeMarkerStyleAllowed:xi:x7', [0, false], 'IsCustomShapeStyleAllowed:xj:x8', [0, false], 'ItemSearchMode:xa:x9', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xl:ya', [1, 10000], 'ItemSearchThreshold:xm:yb', [1, 10000], 'ShapeFilterResolution:xk:yc', [1, 2], 'ShapeMemberPath:xy:yd', [2, "points"]]);
5139
5139
  return GeographicShapeSeriesBase;
5140
5140
  })();
5141
5141
  /**
@@ -5150,23 +5150,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
5150
5150
  }
5151
5151
  b5() {
5152
5152
  super.b5();
5153
- this.ch.w0.y7 = this.ch.xz;
5153
+ this.ch.wz.y6 = this.ch.xy;
5154
5154
  }
5155
5155
  ci() {
5156
- let a = this.ch.w0;
5156
+ let a = this.ch.wz;
5157
5157
  if (this.ch.db == null) {
5158
- a.xe = null;
5159
- a.xg = null;
5158
+ a.xd = null;
5159
+ a.xf = null;
5160
5160
  return;
5161
5161
  }
5162
- a.xe = this.ch.db.ws;
5163
- a.xg = this.ch.db.wu;
5162
+ a.xd = this.ch.db.ws;
5163
+ a.xf = this.ch.db.wu;
5164
5164
  }
5165
5165
  ck() {
5166
- this.ch.w0.y7 = this.ch.xz;
5166
+ this.ch.wz.y6 = this.ch.xy;
5167
5167
  }
5168
5168
  cj() {
5169
- this.ch.w0.ym = this.ch.xl;
5169
+ this.ch.wz.yl = this.ch.xk;
5170
5170
  }
5171
5171
  }
5172
5172
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -5203,53 +5203,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
5203
5203
  this.cl = null;
5204
5204
  this.cl = a;
5205
5205
  if (!this.q) {
5206
- this.cl.xz = "points";
5206
+ this.cl.xy = "points";
5207
5207
  }
5208
5208
  }
5209
5209
  au() {
5210
5210
  super.au();
5211
5211
  if (!this.q) {
5212
- this.cl.zm = Defaults.aj;
5213
- this.cl.jp = Defaults.p;
5214
- this.cl.yl = Defaults.o;
5215
- this.cl.yi = Defaults.d;
5216
- this.cl.yg = Defaults.a;
5212
+ this.cl.zl = Defaults.aj;
5213
+ this.cl.jo = Defaults.p;
5214
+ this.cl.yk = Defaults.o;
5215
+ this.cl.yh = Defaults.d;
5216
+ this.cl.yf = Defaults.a;
5217
5217
  }
5218
5218
  }
5219
5219
  b5() {
5220
5220
  super.b5();
5221
- this.cl.w0.abt = this.cl.zo;
5222
- this.cl.w0.aam = this.cl.yj;
5223
- this.cl.w0.aa8 = this.cl.y4;
5224
- this.cl.w0.aap = this.cl.yl;
5225
- this.cl.w0.z8 = this.cl.yf;
5221
+ this.cl.wz.abs = this.cl.zn;
5222
+ this.cl.wz.aal = this.cl.yi;
5223
+ this.cl.wz.aa7 = this.cl.y3;
5224
+ this.cl.wz.aao = this.cl.yk;
5225
+ this.cl.wz.z7 = this.cl.ye;
5226
5226
  }
5227
5227
  cq() {
5228
- this.cl.w0.aa8 = this.cl.y4;
5228
+ this.cl.wz.aa7 = this.cl.y3;
5229
5229
  }
5230
5230
  cs() {
5231
- this.cl.w0.aap = this.cl.yl;
5231
+ this.cl.wz.aao = this.cl.yk;
5232
5232
  }
5233
5233
  cn() {
5234
- this.cl.w0.z8 = this.cl.yf;
5234
+ this.cl.wz.z7 = this.cl.ye;
5235
5235
  }
5236
5236
  cr() {
5237
- this.cl.w0.aah = this.cl.yi;
5237
+ this.cl.wz.aag = this.cl.yh;
5238
5238
  }
5239
5239
  cm() {
5240
- this.cl.w0.abp = this.cl.zl;
5240
+ this.cl.wz.abo = this.cl.zk;
5241
5241
  }
5242
5242
  co() {
5243
- this.cl.w0.abq = this.cl.zm;
5243
+ this.cl.wz.abp = this.cl.zl;
5244
5244
  }
5245
5245
  cp() {
5246
- this.cl.w0.abs = this.cl.zn;
5246
+ this.cl.wz.abr = this.cl.zm;
5247
5247
  }
5248
5248
  ct() {
5249
- this.cl.w0.aam = this.cl.yj;
5249
+ this.cl.wz.aal = this.cl.yi;
5250
5250
  }
5251
5251
  cu() {
5252
- this.cl.w0.abt = this.cl.zo;
5252
+ this.cl.wz.abs = this.cl.zn;
5253
5253
  }
5254
5254
  }
5255
5255
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5268,96 +5268,96 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
5268
5268
  bj() {
5269
5269
  return new GeographicShapeSeries();
5270
5270
  }
5271
- get_fq() {
5271
+ get_fp() {
5272
5272
  return true;
5273
5273
  }
5274
5274
  cs() {
5275
5275
  return new GeographicShapeSeriesView(this);
5276
5276
  }
5277
- q1(a) {
5278
- super.q1(a);
5279
- this.yk = a;
5277
+ q0(a) {
5278
+ super.q0(a);
5279
+ this.yj = a;
5280
5280
  }
5281
- wz() {
5281
+ wy() {
5282
5282
  let a = new ScatterPolygonSeries();
5283
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y1));
5284
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y2));
5283
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y0));
5284
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y1));
5285
5285
  return a;
5286
5286
  }
5287
- y1(a, b) {
5287
+ y0(a, b) {
5288
5288
  if (this.styleShape != null) {
5289
5289
  this.styleShape(this, b);
5290
5290
  }
5291
5291
  }
5292
- y2(a, b) {
5293
- let c = typeCast(ScatterPolygonSeries.$, this.w0);
5292
+ y1(a, b) {
5293
+ let c = typeCast(ScatterPolygonSeries.$, this.wz);
5294
5294
  if (c == null) {
5295
5295
  return;
5296
5296
  }
5297
5297
  }
5298
- io() {
5299
- return this.yl;
5298
+ im() {
5299
+ return this.yk;
5300
+ }
5301
+ vk() {
5302
+ return this.zi;
5300
5303
  }
5301
5304
  vl() {
5302
5305
  return this.zj;
5303
5306
  }
5304
- vm() {
5305
- return this.zk;
5306
- }
5307
- sz() {
5308
- return this.y3;
5307
+ sy() {
5308
+ return this.y2;
5309
5309
  }
5310
- ma() {
5311
- let a = typeCast(ScatterPolygonSeries.$, this.w0);
5310
+ l9() {
5311
+ let a = typeCast(ScatterPolygonSeries.$, this.wz);
5312
5312
  if (a == null) {
5313
5313
  return "Unknown";
5314
5314
  }
5315
- return a.ma();
5315
+ return a.l9();
5316
5316
  }
5317
- q9(a, b, c, d) {
5318
- super.q9(a, b, c, d);
5317
+ q8(a, b, c, d) {
5318
+ super.q8(a, b, c, d);
5319
5319
  switch (b) {
5320
5320
  case GeographicShapeSeries.$$p[6]:
5321
- this.w0.aaf = this.yh;
5321
+ this.wz.aae = this.yg;
5322
5322
  break;
5323
5323
  case GeographicShapeSeries.$$p[5]:
5324
- this.w0.aab = this.yg;
5324
+ this.wz.aaa = this.yf;
5325
5325
  break;
5326
5326
  case GeographicShapeSeries.$$p[9]:
5327
- this.yk.cq();
5327
+ this.yj.cq();
5328
5328
  break;
5329
5329
  case GeographicShapeSeries.$$p[10]:
5330
- this.yk.cs();
5330
+ this.yj.cs();
5331
5331
  break;
5332
5332
  case GeographicShapeSeries.$$p[4]:
5333
- this.yk.cn();
5333
+ this.yj.cn();
5334
5334
  break;
5335
5335
  case GeographicShapeSeries.$$p[11]:
5336
- this.yk.cr();
5336
+ this.yj.cr();
5337
5337
  break;
5338
5338
  case GeographicShapeSeries.$$p[3]:
5339
- this.yk.cm();
5339
+ this.yj.cm();
5340
5340
  break;
5341
5341
  case GeographicShapeSeries.$$p[7]:
5342
- this.yk.co();
5342
+ this.yj.co();
5343
5343
  break;
5344
5344
  case GeographicShapeSeries.$$p[8]:
5345
- this.yk.cp();
5345
+ this.yj.cp();
5346
5346
  break;
5347
5347
  case GeographicShapeSeries.$$p[13]:
5348
- this.yk.ct();
5348
+ this.yj.ct();
5349
5349
  break;
5350
5350
  case GeographicShapeSeries.$$p[12]:
5351
- this.yk.cu();
5351
+ this.yj.cu();
5352
5352
  break;
5353
5353
  }
5354
5354
  }
5355
- jl() {
5355
+ jk() {
5356
5356
  return 0.7;
5357
5357
  }
5358
5358
  }
5359
5359
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5360
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zj:y5', [Brush.$], 'ActualMarkerOutline:zk:y6', [Brush.$], 'ActualMarkerTemplate:y3:y7', [DataTemplate.$, null], 'MarkerBrush:zl:y8', [Brush.$], 'MarkerCollisionAvoidance:yf:y9', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yg:za', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yh:zb', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zm:zc', [Brush.$], 'MarkerStyle:zn:zd', [Style.$], 'MarkerTemplate:y4:ze', [DataTemplate.$, null], 'MarkerThickness:yl:zf', [1, DeviceUtils.g(2)], 'MarkerType:yi:zg', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zo:zh', [Style.$, null], 'ShapeStyleSelector:yj:zi', [StyleSelector.$, null]]);
5360
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zi:y4', [Brush.$], 'ActualMarkerOutline:zj:y5', [Brush.$], 'ActualMarkerTemplate:y2:y6', [DataTemplate.$, null], 'MarkerBrush:zk:y7', [Brush.$], 'MarkerCollisionAvoidance:ye:y8', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yf:y9', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yg:za', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zl:zb', [Brush.$], 'MarkerStyle:zm:zc', [Style.$], 'MarkerTemplate:y3:zd', [DataTemplate.$, null], 'MarkerThickness:yk:ze', [1, DeviceUtils.g(2)], 'MarkerType:yh:zf', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zn:zg', [Style.$, null], 'ShapeStyleSelector:yi:zh', [StyleSelector.$, null]]);
5361
5361
  return GeographicShapeSeries;
5362
5362
  })();
5363
5363
 
@@ -5390,153 +5390,153 @@ let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
5390
5390
  * Gets whether the current series shows a polygon shape.
5391
5391
  */
5392
5392
  get isPolygon() {
5393
- return this.i.fq;
5393
+ return this.i.fp;
5394
5394
  }
5395
5395
  /**
5396
5396
  * Gets or sets the fill brush.
5397
5397
  */
5398
5398
  get shapeFill() {
5399
- return this.i.zo ? this.i.zo.fill : null;
5399
+ return this.i.zn ? this.i.zn.fill : null;
5400
5400
  }
5401
5401
  set shapeFill(v) {
5402
5402
  this.ensureShapeStyle();
5403
- this.i.zo.fill = v;
5403
+ this.i.zn.fill = v;
5404
5404
  }
5405
5405
  /**
5406
5406
  * Gets or sets the stroke brush.
5407
5407
  */
5408
5408
  get shapeStroke() {
5409
- return this.i.zo ? this.i.zo.stroke : null;
5409
+ return this.i.zn ? this.i.zn.stroke : null;
5410
5410
  }
5411
5411
  set shapeStroke(v) {
5412
5412
  this.ensureShapeStyle();
5413
- this.i.zo.stroke = v;
5413
+ this.i.zn.stroke = v;
5414
5414
  }
5415
5415
  /**
5416
5416
  * Gets or sets the stroke thickness.
5417
5417
  */
5418
5418
  get shapeStrokeThickness() {
5419
- return this.i.zo ? this.i.zo.strokeThickness : NaN;
5419
+ return this.i.zn ? this.i.zn.strokeThickness : NaN;
5420
5420
  }
5421
5421
  set shapeStrokeThickness(v) {
5422
5422
  this.ensureShapeStyle();
5423
- this.i.zo.strokeThickness = +v;
5423
+ this.i.zn.strokeThickness = +v;
5424
5424
  }
5425
5425
  /**
5426
5426
  * Gets or sets the opacity.
5427
5427
  */
5428
5428
  get shapeOpacity() {
5429
- return this.i.zo ? this.i.zo.opacity : NaN;
5429
+ return this.i.zn ? this.i.zn.opacity : NaN;
5430
5430
  }
5431
5431
  set shapeOpacity(v) {
5432
5432
  this.ensureShapeStyle();
5433
- this.i.zo.opacity = +v;
5433
+ this.i.zn.opacity = +v;
5434
5434
  }
5435
5435
  ensureShapeStyle() {
5436
- if (this.i.zo) {
5436
+ if (this.i.zn) {
5437
5437
  return;
5438
5438
  }
5439
- this.i.zo = new Style();
5439
+ this.i.zn = new Style();
5440
5440
  }
5441
5441
  /**
5442
5442
  * Gets or sets the marker type for the current series object.
5443
5443
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5444
5444
  */
5445
5445
  get markerType() {
5446
- return this.i.yi;
5446
+ return this.i.yh;
5447
5447
  }
5448
5448
  set markerType(v) {
5449
- this.i.yi = ensureEnum(MarkerType_$type, v);
5449
+ this.i.yh = ensureEnum(MarkerType_$type, v);
5450
5450
  }
5451
5451
  /**
5452
5452
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5453
5453
  */
5454
5454
  get markerOutlineMode() {
5455
- return this.i.yh;
5455
+ return this.i.yg;
5456
5456
  }
5457
5457
  set markerOutlineMode(v) {
5458
- this.i.yh = ensureEnum(MarkerOutlineMode_$type, v);
5458
+ this.i.yg = ensureEnum(MarkerOutlineMode_$type, v);
5459
5459
  }
5460
5460
  /**
5461
5461
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5462
5462
  */
5463
5463
  get markerFillMode() {
5464
- return this.i.yg;
5464
+ return this.i.yf;
5465
5465
  }
5466
5466
  set markerFillMode(v) {
5467
- this.i.yg = ensureEnum(MarkerFillMode_$type, v);
5467
+ this.i.yf = ensureEnum(MarkerFillMode_$type, v);
5468
5468
  }
5469
5469
  /**
5470
5470
  * Gets or sets the MarkerTemplate for the current series object.
5471
5471
  */
5472
5472
  get markerTemplate() {
5473
- return this.i.y4;
5473
+ return this.i.y3;
5474
5474
  }
5475
5475
  set markerTemplate(v) {
5476
- this.i.y4 = v;
5476
+ this.i.y3 = v;
5477
5477
  }
5478
5478
  /**
5479
5479
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5480
5480
  */
5481
5481
  get markerBrush() {
5482
- return brushToString(this.i.zl);
5482
+ return brushToString(this.i.zk);
5483
5483
  }
5484
5484
  set markerBrush(v) {
5485
- this.i.zl = stringToBrush(v);
5485
+ this.i.zk = stringToBrush(v);
5486
5486
  }
5487
5487
  /**
5488
5488
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5489
5489
  */
5490
5490
  get markerOutline() {
5491
- return brushToString(this.i.zm);
5491
+ return brushToString(this.i.zl);
5492
5492
  }
5493
5493
  set markerOutline(v) {
5494
- this.i.zm = stringToBrush(v);
5494
+ this.i.zl = stringToBrush(v);
5495
5495
  }
5496
5496
  /**
5497
5497
  * Gets or sets thickness of the marker outline
5498
5498
  */
5499
5499
  get markerThickness() {
5500
- return this.i.yl;
5500
+ return this.i.yk;
5501
5501
  }
5502
5502
  set markerThickness(v) {
5503
- this.i.yl = +v;
5503
+ this.i.yk = +v;
5504
5504
  }
5505
5505
  /**
5506
5506
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5507
5507
  */
5508
5508
  get markerCollisionAvoidance() {
5509
- return this.i.yf;
5509
+ return this.i.ye;
5510
5510
  }
5511
5511
  set markerCollisionAvoidance(v) {
5512
- this.i.yf = ensureEnum(CollisionAvoidanceType_$type, v);
5512
+ this.i.ye = ensureEnum(CollisionAvoidanceType_$type, v);
5513
5513
  }
5514
5514
  /**
5515
5515
  * Gets the effective marker template for the current series object.
5516
5516
  */
5517
5517
  get actualMarkerTemplate() {
5518
- return this.i.y3;
5518
+ return this.i.y2;
5519
5519
  }
5520
5520
  set actualMarkerTemplate(v) {
5521
- this.i.y3 = v;
5521
+ this.i.y2 = v;
5522
5522
  }
5523
5523
  /**
5524
5524
  * Gets the effective marker brush for the current series object.
5525
5525
  */
5526
5526
  get actualMarkerBrush() {
5527
- return brushToString(this.i.zj);
5527
+ return brushToString(this.i.zi);
5528
5528
  }
5529
5529
  set actualMarkerBrush(v) {
5530
- this.i.zj = stringToBrush(v);
5530
+ this.i.zi = stringToBrush(v);
5531
5531
  }
5532
5532
  /**
5533
5533
  * Gets the effective marker outline for the current series object.
5534
5534
  */
5535
5535
  get actualMarkerOutline() {
5536
- return brushToString(this.i.zk);
5536
+ return brushToString(this.i.zj);
5537
5537
  }
5538
5538
  set actualMarkerOutline(v) {
5539
- this.i.zk = stringToBrush(v);
5539
+ this.i.zj = stringToBrush(v);
5540
5540
  }
5541
5541
  get styleShape() {
5542
5542
  if (this._styleShape == null) {
@@ -5675,19 +5675,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
5675
5675
  au() {
5676
5676
  super.au();
5677
5677
  if (!this.q) {
5678
- this.cl.jp = Defaults.n;
5678
+ this.cl.jo = Defaults.n;
5679
5679
  }
5680
5680
  }
5681
5681
  b5() {
5682
5682
  super.b5();
5683
- this.cl.w0.z8 = this.cl.yf;
5684
- this.cl.w0.aad = this.cl.yn;
5683
+ this.cl.wz.z7 = this.cl.ye;
5684
+ this.cl.wz.aac = this.cl.ym;
5685
5685
  }
5686
5686
  cm() {
5687
- this.cl.w0.z8 = this.cl.yf;
5687
+ this.cl.wz.z7 = this.cl.ye;
5688
5688
  }
5689
5689
  cn() {
5690
- this.cl.w0.aad = this.cl.yn;
5690
+ this.cl.wz.aac = this.cl.ym;
5691
5691
  }
5692
5692
  }
5693
5693
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5706,40 +5706,40 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
5706
5706
  bj() {
5707
5707
  return new GeographicPolylineSeries();
5708
5708
  }
5709
- get_fr() {
5709
+ get_fq() {
5710
5710
  return true;
5711
5711
  }
5712
5712
  cs() {
5713
5713
  return new GeographicPolylineSeriesView(this);
5714
5714
  }
5715
- q1(a) {
5716
- super.q1(a);
5717
- this.yg = a;
5715
+ q0(a) {
5716
+ super.q0(a);
5717
+ this.yf = a;
5718
5718
  }
5719
- wz() {
5719
+ wy() {
5720
5720
  let a = new ScatterPolylineSeries();
5721
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yk));
5721
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yj));
5722
5722
  return a;
5723
5723
  }
5724
- yk(a, b) {
5724
+ yj(a, b) {
5725
5725
  if (this.styleShape != null) {
5726
5726
  this.styleShape(this, b);
5727
5727
  }
5728
5728
  }
5729
- q9(a, b, c, d) {
5730
- super.q9(a, b, c, d);
5729
+ q8(a, b, c, d) {
5730
+ super.q8(a, b, c, d);
5731
5731
  switch (b) {
5732
5732
  case GeographicPolylineSeries.$$p[1]:
5733
- this.yg.cm();
5733
+ this.yf.cm();
5734
5734
  break;
5735
5735
  case GeographicPolylineSeries.$$p[0]:
5736
- this.yg.cn();
5736
+ this.yf.cn();
5737
5737
  break;
5738
5738
  }
5739
5739
  }
5740
5740
  }
5741
5741
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
5742
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yn:yl', [Style.$, null], 'ShapeStyleSelector:yf:ym', [StyleSelector.$, null]]);
5742
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:ym:yk', [Style.$, null], 'ShapeStyleSelector:ye:yl', [StyleSelector.$, null]]);
5743
5743
  return GeographicPolylineSeries;
5744
5744
  })();
5745
5745
 
@@ -5772,53 +5772,53 @@ let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
5772
5772
  * Gets whether the current series shows a polyline shape.
5773
5773
  */
5774
5774
  get isPolyline() {
5775
- return this.i.fr;
5775
+ return this.i.fq;
5776
5776
  }
5777
5777
  /**
5778
5778
  * Gets or sets the fill brush.
5779
5779
  */
5780
5780
  get shapeFill() {
5781
- return this.i.yn ? this.i.yn.fill : null;
5781
+ return this.i.ym ? this.i.ym.fill : null;
5782
5782
  }
5783
5783
  set shapeFill(v) {
5784
5784
  this.ensureShapeStyle();
5785
- this.i.yn.fill = v;
5785
+ this.i.ym.fill = v;
5786
5786
  }
5787
5787
  /**
5788
5788
  * Gets or sets the stroke brush.
5789
5789
  */
5790
5790
  get shapeStroke() {
5791
- return this.i.yn ? this.i.yn.stroke : null;
5791
+ return this.i.ym ? this.i.ym.stroke : null;
5792
5792
  }
5793
5793
  set shapeStroke(v) {
5794
5794
  this.ensureShapeStyle();
5795
- this.i.yn.stroke = v;
5795
+ this.i.ym.stroke = v;
5796
5796
  }
5797
5797
  /**
5798
5798
  * Gets or sets the stroke thickness.
5799
5799
  */
5800
5800
  get shapeStrokeThickness() {
5801
- return this.i.yn ? this.i.yn.strokeThickness : NaN;
5801
+ return this.i.ym ? this.i.ym.strokeThickness : NaN;
5802
5802
  }
5803
5803
  set shapeStrokeThickness(v) {
5804
5804
  this.ensureShapeStyle();
5805
- this.i.yn.strokeThickness = +v;
5805
+ this.i.ym.strokeThickness = +v;
5806
5806
  }
5807
5807
  /**
5808
5808
  * Gets or sets the opacity.
5809
5809
  */
5810
5810
  get shapeOpacity() {
5811
- return this.i.yn ? this.i.yn.opacity : NaN;
5811
+ return this.i.ym ? this.i.ym.opacity : NaN;
5812
5812
  }
5813
5813
  set shapeOpacity(v) {
5814
5814
  this.ensureShapeStyle();
5815
- this.i.yn.opacity = +v;
5815
+ this.i.ym.opacity = +v;
5816
5816
  }
5817
5817
  ensureShapeStyle() {
5818
- if (this.i.yn) {
5818
+ if (this.i.ym) {
5819
5819
  return;
5820
5820
  }
5821
- this.i.yn = new Style();
5821
+ this.i.ym = new Style();
5822
5822
  }
5823
5823
  get styleShape() {
5824
5824
  if (this._styleShape == null) {
@@ -6052,50 +6052,50 @@ let TileSeries = /*@__PURE__*/ (() => {
6052
6052
  class TileSeries extends ShapeSeriesBase {
6053
6053
  constructor() {
6054
6054
  super();
6055
- this.z9 = null;
6056
6055
  this.z8 = null;
6056
+ this.z7 = null;
6057
6057
  this.imageTilesReady = null;
6058
- this.aac = null;
6059
- this.aad = false;
6058
+ this.aab = null;
6059
+ this.aac = false;
6060
6060
  this.ab = TileSeries.$;
6061
6061
  }
6062
6062
  bj() {
6063
6063
  return new TileSeries();
6064
6064
  }
6065
- get_f3() {
6065
+ get_f2() {
6066
6066
  return true;
6067
6067
  }
6068
6068
  cs() {
6069
6069
  return new TileSeriesView(this);
6070
6070
  }
6071
- q1(a) {
6072
- super.q1(a);
6073
- this.z7 = a;
6071
+ q0(a) {
6072
+ super.q0(a);
6073
+ this.z6 = a;
6074
6074
  }
6075
- get_ya() {
6075
+ get_x9() {
6076
6076
  return false;
6077
6077
  }
6078
- get aab() {
6079
- return this.z9;
6078
+ get aaa() {
6079
+ return this.z8;
6080
6080
  }
6081
- set aab(a) {
6082
- let b = a != this.aab;
6081
+ set aaa(a) {
6082
+ let b = a != this.aaa;
6083
6083
  if (b) {
6084
- let c = this.aab;
6085
- this.z9 = a;
6084
+ let c = this.aaa;
6085
+ this.z8 = a;
6086
6086
  this.raisePropertyChanged("TileImagery", c, a);
6087
6087
  }
6088
6088
  }
6089
- get aaa() {
6090
- return this.z8;
6089
+ get z9() {
6090
+ return this.z7;
6091
6091
  }
6092
- set aaa(a) {
6093
- let b = this.z8;
6094
- this.z8 = a;
6095
- this.raisePropertyChanged("ActualTileImagery", b, this.z8);
6092
+ set z9(a) {
6093
+ let b = this.z7;
6094
+ this.z7 = a;
6095
+ this.raisePropertyChanged("ActualTileImagery", b, this.z7);
6096
6096
  }
6097
- q9(a, b, c, d) {
6098
- super.q9(a, b, c, d);
6097
+ q8(a, b, c, d) {
6098
+ super.q8(a, b, c, d);
6099
6099
  let e;
6100
6100
  let f;
6101
6101
  switch (b) {
@@ -6103,141 +6103,141 @@ let TileSeries = /*@__PURE__*/ (() => {
6103
6103
  e = c;
6104
6104
  f = d;
6105
6105
  if (e != null) {
6106
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aag));
6106
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aaf));
6107
6107
  }
6108
6108
  if (f != null) {
6109
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aag));
6109
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aaf));
6110
6110
  }
6111
- this.z7.dh(e, f);
6112
- this.rr(false);
6113
- this.ql();
6111
+ this.z6.dh(e, f);
6112
+ this.rq(false);
6113
+ this.qk();
6114
6114
  break;
6115
6115
  case "ActualTileImagery":
6116
6116
  e = c;
6117
6117
  f = d;
6118
6118
  if (e != null) {
6119
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aah));
6119
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aag));
6120
6120
  e.deferralHandler = null;
6121
6121
  }
6122
6122
  if (f != null) {
6123
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aah));
6123
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aag));
6124
6124
  f.deferralHandler = this;
6125
6125
  }
6126
- this.z7.dg(e, f);
6126
+ this.z6.dg(e, f);
6127
6127
  if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
6128
6128
  f.geographicMap = this.db;
6129
- this.aaj(this.cv);
6130
- this.z7.dd(this.db.v4);
6129
+ this.aai(this.cv);
6130
+ this.z6.dd(this.db.v4);
6131
6131
  }
6132
- this.ql();
6132
+ this.qk();
6133
6133
  break;
6134
6134
  case "ActualWindowRect":
6135
- this.z7.dd(d);
6135
+ this.z6.dd(d);
6136
6136
  break;
6137
6137
  case "WorldRect":
6138
- this.z7.dk(d);
6138
+ this.z6.dk(d);
6139
6139
  break;
6140
6140
  case "SeriesViewer":
6141
6141
  let g = c;
6142
6142
  let h = d;
6143
- if (g != null && this.aaa != null) {
6144
- this.aaa.be(null);
6143
+ if (g != null && this.z9 != null) {
6144
+ this.z9.be(null);
6145
6145
  }
6146
- if (h != null && this.aaa != null) {
6147
- this.aaa.be(this.cv.w);
6146
+ if (h != null && this.z9 != null) {
6147
+ this.z9.be(this.cv.w);
6148
6148
  }
6149
6149
  break;
6150
6150
  case "ActualBrush":
6151
6151
  case "ActualOutline":
6152
6152
  case "ActualThickness":
6153
- this.qn();
6153
+ this.qm();
6154
6154
  break;
6155
6155
  }
6156
6156
  }
6157
- aag(a, b) {
6157
+ aaf(a, b) {
6158
6158
  if (b.propertyName == "MultiScaleImage") {
6159
- this.aaj(this.cv);
6159
+ this.aai(this.cv);
6160
6160
  }
6161
6161
  }
6162
- aah(a, b) {
6162
+ aag(a, b) {
6163
6163
  if (this.imageTilesReady != null) {
6164
6164
  this.imageTilesReady(this, new EventArgs());
6165
6165
  }
6166
- if (!this.aad) {
6167
- this.z7.di();
6166
+ if (!this.aac) {
6167
+ this.z6.di();
6168
6168
  }
6169
6169
  }
6170
6170
  register(a, b) {
6171
- this.aac = b;
6171
+ this.aab = b;
6172
6172
  }
6173
6173
  unRegister(a) {
6174
- this.aac = null;
6174
+ this.aab = null;
6175
6175
  }
6176
6176
  deferredRefresh() {
6177
- this.rr(false);
6177
+ this.rq(false);
6178
6178
  }
6179
6179
  deferAction(a) {
6180
- if (this.jz != null) {
6181
- this.jz.setTimeout(a, 0);
6180
+ if (this.jy != null) {
6181
+ this.jy.setTimeout(a, 0);
6182
6182
  }
6183
6183
  else {
6184
6184
  window.setTimeout(a, 0);
6185
6185
  }
6186
6186
  }
6187
- sq(a, b) {
6188
- this.z7.dj();
6189
- super.sq(a, b);
6187
+ sp(a, b) {
6188
+ this.z6.dj();
6189
+ super.sp(a, b);
6190
6190
  }
6191
- rs(a) {
6192
- super.rs(a);
6193
- this.aai(a, this.cv);
6191
+ rr(a) {
6192
+ super.rr(a);
6193
+ this.aah(a, this.cv);
6194
6194
  }
6195
- aai(a, b) {
6195
+ aah(a, b) {
6196
6196
  let c;
6197
6197
  let d;
6198
6198
  let e = b;
6199
6199
  let f = b.getViewInfo(c, d);
6200
6200
  c = f.p0;
6201
6201
  d = f.p1;
6202
- this.aaj(b);
6203
- if (this.aac != null) {
6204
- this.aad = true;
6205
- this.aac(a);
6206
- this.aad = false;
6202
+ this.aai(b);
6203
+ if (this.aab != null) {
6204
+ this.aac = true;
6205
+ this.aab(a);
6206
+ this.aac = false;
6207
6207
  }
6208
6208
  e.di();
6209
6209
  }
6210
- rq(a, b, c, d, e) {
6211
- super.rq(a, b, c, d, e);
6212
- let f = this.hn.item(d);
6210
+ rp(a, b, c, d, e) {
6211
+ super.rp(a, b, c, d, e);
6212
+ let f = this.hm.item(d);
6213
6213
  f.a3(c);
6214
6214
  if (this.d5(f)) {
6215
6215
  return;
6216
6216
  }
6217
- this.zn(f);
6217
+ this.zm(f);
6218
6218
  }
6219
- aaj(a) {
6219
+ aai(a) {
6220
6220
  let b;
6221
6221
  let c;
6222
6222
  let d = a.getViewInfo(b, c);
6223
6223
  b = d.p0;
6224
6224
  c = d.p1;
6225
- if (this.aab != null && this.aab.ao != null) {
6226
- if (this.aab != this.aaa) {
6227
- this.aaa = this.aab;
6225
+ if (this.aaa != null && this.aaa.ao != null) {
6226
+ if (this.aaa != this.z9) {
6227
+ this.z9 = this.aaa;
6228
6228
  }
6229
- if (this.aaa != null && !b.isEmpty) {
6230
- if (this.aaa.width != b.width) {
6231
- this.aaa.width = b.width;
6229
+ if (this.z9 != null && !b.isEmpty) {
6230
+ if (this.z9.width != b.width) {
6231
+ this.z9.width = b.width;
6232
6232
  }
6233
- if (this.aaa.height != b.height) {
6234
- this.aaa.height = b.height;
6233
+ if (this.z9.height != b.height) {
6234
+ this.z9.height = b.height;
6235
6235
  }
6236
6236
  }
6237
6237
  }
6238
6238
  }
6239
- o5(a, b) {
6240
- super.o5(a, b);
6239
+ o4(a, b) {
6240
+ super.o4(a, b);
6241
6241
  b.de();
6242
6242
  }
6243
6243
  }
@@ -6260,8 +6260,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6260
6260
  au() {
6261
6261
  super.au();
6262
6262
  if (!this.q) {
6263
- this.da.vv = Defaults.ao;
6264
- this.da.vf = Defaults.an;
6263
+ this.da.vu = Defaults.ao;
6264
+ this.da.ve = Defaults.an;
6265
6265
  }
6266
6266
  }
6267
6267
  ck(a, b) {
@@ -6288,14 +6288,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6288
6288
  this.as();
6289
6289
  }
6290
6290
  dd(a) {
6291
- if (this.da.aab != null) {
6292
- this.da.aab.windowRect = a;
6291
+ if (this.da.aaa != null) {
6292
+ this.da.aaa.windowRect = a;
6293
6293
  }
6294
6294
  }
6295
6295
  dg(a, b) {
6296
6296
  if (this.dc == null) {
6297
- this.dc = this.e.jz.createElement("canvas");
6298
- let c = this.e.jz.get2DCanvasContext(this.dc);
6297
+ this.dc = this.e.jy.createElement("canvas");
6298
+ let c = this.e.jy.get2DCanvasContext(this.dc);
6299
6299
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
6300
6300
  this.dc.setAttribute("width", this.bx.width.toString());
6301
6301
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -6324,8 +6324,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6324
6324
  this.dc.setAttribute("width", this.bx.width.toString());
6325
6325
  this.dc.setAttribute("height", this.bx.height.toString());
6326
6326
  }
6327
- if (this.da.aab != null) {
6328
- this.da.aab.bf(this.bx);
6327
+ if (this.da.aaa != null) {
6328
+ this.da.aaa.bf(this.bx);
6329
6329
  }
6330
6330
  }
6331
6331
  a8(a, b) {
@@ -6359,8 +6359,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6359
6359
  de() {
6360
6360
  }
6361
6361
  dk(a) {
6362
- if (this.da.aab != null) {
6363
- this.da.aab.a6();
6362
+ if (this.da.aaa != null) {
6363
+ this.da.aaa.a6();
6364
6364
  }
6365
6365
  }
6366
6366
  }
@@ -6396,20 +6396,20 @@ let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
6396
6396
  * Gets whether the current series shows a tile imagery.
6397
6397
  */
6398
6398
  get isTile() {
6399
- return this.i.f3;
6399
+ return this.i.f2;
6400
6400
  }
6401
6401
  /**
6402
6402
  * The MapImagery which is used to provide the tiles for display.
6403
6403
  */
6404
6404
  get tileImagery() {
6405
- const r = this.i.aab;
6405
+ const r = this.i.aaa;
6406
6406
  if (r == null) {
6407
6407
  return null;
6408
6408
  }
6409
6409
  return r.externalObject;
6410
6410
  }
6411
6411
  set tileImagery(v) {
6412
- v == null ? this.i.aab = null : this.i.aab = v.i;
6412
+ v == null ? this.i.aaa = null : this.i.aaa = v.i;
6413
6413
  }
6414
6414
  findByName(name) {
6415
6415
  var baseResult = super.findByName(name);
@@ -6510,60 +6510,60 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
6510
6510
  class GeographicTileSeries extends GeographicShapeSeriesBase {
6511
6511
  constructor() {
6512
6512
  super();
6513
- this.yg = null;
6514
6513
  this.yf = null;
6514
+ this.ye = null;
6515
6515
  this.imageTilesReady = null;
6516
6516
  this.ab = GeographicTileSeries.$;
6517
6517
  }
6518
6518
  bj() {
6519
6519
  return new GeographicTileSeries();
6520
6520
  }
6521
- get_f3() {
6521
+ get_f2() {
6522
6522
  return true;
6523
6523
  }
6524
- get yh() {
6525
- return this.yg;
6524
+ get yg() {
6525
+ return this.yf;
6526
6526
  }
6527
- set yh(a) {
6528
- let b = a != this.yh;
6527
+ set yg(a) {
6528
+ let b = a != this.yg;
6529
6529
  if (b) {
6530
- let c = this.yh;
6531
- this.yg = a;
6530
+ let c = this.yg;
6531
+ this.yf = a;
6532
6532
  this.raisePropertyChanged("TileImagery", c, a);
6533
6533
  }
6534
6534
  }
6535
- yl() {
6536
- if (this.yh != null) {
6537
- this.yh.clearTileCache();
6535
+ yk() {
6536
+ if (this.yg != null) {
6537
+ this.yg.clearTileCache();
6538
6538
  }
6539
6539
  }
6540
- q9(a, b, c, d) {
6541
- super.q9(a, b, c, d);
6540
+ q8(a, b, c, d) {
6541
+ super.q8(a, b, c, d);
6542
6542
  switch (b) {
6543
6543
  case "TileImagery":
6544
- if (this.w0 != null) {
6545
- this.w0.aab = this.yh;
6544
+ if (this.wz != null) {
6545
+ this.wz.aaa = this.yg;
6546
6546
  }
6547
6547
  break;
6548
6548
  }
6549
6549
  }
6550
- w5(a, b) {
6551
- super.w5(a, b);
6552
- this.w0.aab = this.yh;
6553
- if (this.yf != null) {
6554
- let c = this.yf;
6555
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yk));
6550
+ w4(a, b) {
6551
+ super.w4(a, b);
6552
+ this.wz.aaa = this.yg;
6553
+ if (this.ye != null) {
6554
+ let c = this.ye;
6555
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yj));
6556
6556
  }
6557
- this.yf = this.w0;
6558
- if (this.yf != null) {
6559
- let d = this.yf;
6560
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yk));
6557
+ this.ye = this.wz;
6558
+ if (this.ye != null) {
6559
+ let d = this.ye;
6560
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yj));
6561
6561
  }
6562
6562
  }
6563
- wz() {
6563
+ wy() {
6564
6564
  return new TileSeries();
6565
6565
  }
6566
- yk(a, b) {
6566
+ yj(a, b) {
6567
6567
  if (this.imageTilesReady != null) {
6568
6568
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
6569
6569
  }
@@ -6595,20 +6595,20 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6595
6595
  * Gets whether the current series shows a tile imagery.
6596
6596
  */
6597
6597
  get isTile() {
6598
- return this.i.f3;
6598
+ return this.i.f2;
6599
6599
  }
6600
6600
  /**
6601
6601
  * The MapImagery which is used to provide the tiles for display.
6602
6602
  */
6603
6603
  get tileImagery() {
6604
- const r = this.i.yh;
6604
+ const r = this.i.yg;
6605
6605
  if (r == null) {
6606
6606
  return null;
6607
6607
  }
6608
6608
  return r.externalObject;
6609
6609
  }
6610
6610
  set tileImagery(v) {
6611
- v == null ? this.i.yh = null : this.i.yh = v.i;
6611
+ v == null ? this.i.yg = null : this.i.yg = v.i;
6612
6612
  }
6613
6613
  findByName(name) {
6614
6614
  var baseResult = super.findByName(name);
@@ -6625,7 +6625,7 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6625
6625
 
6626
6626
  */
6627
6627
  clearTileCache() {
6628
- this.i.yl();
6628
+ this.i.yk();
6629
6629
  }
6630
6630
  /**
6631
6631
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -6739,64 +6739,64 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6739
6739
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
6740
6740
  */
6741
6741
  get markerType() {
6742
- return this.i.xa;
6742
+ return this.i.w9;
6743
6743
  }
6744
6744
  set markerType(v) {
6745
- this.i.xa = ensureEnum(MarkerType_$type, v);
6745
+ this.i.w9 = ensureEnum(MarkerType_$type, v);
6746
6746
  }
6747
6747
  /**
6748
6748
  * Gets or sets thickness of the marker outline
6749
6749
  */
6750
6750
  get markerThickness() {
6751
- return this.i.xb;
6751
+ return this.i.xa;
6752
6752
  }
6753
6753
  set markerThickness(v) {
6754
- this.i.xb = +v;
6754
+ this.i.xa = +v;
6755
6755
  }
6756
6756
  /**
6757
6757
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6758
6758
  */
6759
6759
  get markerOutlineMode() {
6760
- return this.i.w9;
6760
+ return this.i.w8;
6761
6761
  }
6762
6762
  set markerOutlineMode(v) {
6763
- this.i.w9 = ensureEnum(MarkerOutlineMode_$type, v);
6763
+ this.i.w8 = ensureEnum(MarkerOutlineMode_$type, v);
6764
6764
  }
6765
6765
  /**
6766
6766
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
6767
6767
  */
6768
6768
  get markerFillMode() {
6769
- return this.i.w8;
6769
+ return this.i.w7;
6770
6770
  }
6771
6771
  set markerFillMode(v) {
6772
- this.i.w8 = ensureEnum(MarkerFillMode_$type, v);
6772
+ this.i.w7 = ensureEnum(MarkerFillMode_$type, v);
6773
6773
  }
6774
6774
  /**
6775
6775
  * Gets or sets the MarkerTemplate for the current series object.
6776
6776
  */
6777
6777
  get markerTemplate() {
6778
- return this.i.xq;
6778
+ return this.i.xp;
6779
6779
  }
6780
6780
  set markerTemplate(v) {
6781
- this.i.xq = v;
6781
+ this.i.xp = v;
6782
6782
  }
6783
6783
  /**
6784
6784
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6785
6785
  */
6786
6786
  get markerBrush() {
6787
- return brushToString(this.i.x4);
6787
+ return brushToString(this.i.x3);
6788
6788
  }
6789
6789
  set markerBrush(v) {
6790
- this.i.x4 = stringToBrush(v);
6790
+ this.i.x3 = stringToBrush(v);
6791
6791
  }
6792
6792
  /**
6793
6793
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6794
6794
  */
6795
6795
  get markerOutline() {
6796
- return brushToString(this.i.x5);
6796
+ return brushToString(this.i.x4);
6797
6797
  }
6798
6798
  set markerOutline(v) {
6799
- this.i.x5 = stringToBrush(v);
6799
+ this.i.x4 = stringToBrush(v);
6800
6800
  }
6801
6801
  /**
6802
6802
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -6804,37 +6804,37 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6804
6804
  * choose a representative set.
6805
6805
  */
6806
6806
  get maximumMarkers() {
6807
- return this.i.xc;
6807
+ return this.i.xb;
6808
6808
  }
6809
6809
  set maximumMarkers(v) {
6810
- this.i.xc = +v;
6810
+ this.i.xb = +v;
6811
6811
  }
6812
6812
  /**
6813
6813
  * Gets the effective marker template for the current series object.
6814
6814
  */
6815
6815
  get actualMarkerTemplate() {
6816
- return this.i.xp;
6816
+ return this.i.xo;
6817
6817
  }
6818
6818
  set actualMarkerTemplate(v) {
6819
- this.i.xp = v;
6819
+ this.i.xo = v;
6820
6820
  }
6821
6821
  /**
6822
6822
  * Gets the effective marker brush for the current series object.
6823
6823
  */
6824
6824
  get actualMarkerBrush() {
6825
- return brushToString(this.i.x2);
6825
+ return brushToString(this.i.x1);
6826
6826
  }
6827
6827
  set actualMarkerBrush(v) {
6828
- this.i.x2 = stringToBrush(v);
6828
+ this.i.x1 = stringToBrush(v);
6829
6829
  }
6830
6830
  /**
6831
6831
  * Gets the effective marker outline for the current series object.
6832
6832
  */
6833
6833
  get actualMarkerOutline() {
6834
- return brushToString(this.i.x3);
6834
+ return brushToString(this.i.x2);
6835
6835
  }
6836
6836
  set actualMarkerOutline(v) {
6837
- this.i.x3 = stringToBrush(v);
6837
+ this.i.x2 = stringToBrush(v);
6838
6838
  }
6839
6839
  }
6840
6840
  IgxGeographicMarkerSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -6883,75 +6883,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
6883
6883
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
6884
6884
  constructor() {
6885
6885
  super();
6886
- let a = this.w0;
6887
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xo));
6886
+ let a = this.wz;
6887
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xn));
6888
6888
  }
6889
- sz() {
6890
- return this.xp;
6889
+ sy() {
6890
+ return this.xo;
6891
+ }
6892
+ vk() {
6893
+ return this.x1;
6891
6894
  }
6892
6895
  vl() {
6893
6896
  return this.x2;
6894
6897
  }
6895
- vm() {
6896
- return this.x3;
6897
- }
6898
- io() {
6899
- return this.xb;
6898
+ im() {
6899
+ return this.xa;
6900
6900
  }
6901
- ma() {
6902
- let a = typeCast(MarkerSeries.$, this.w0);
6901
+ l9() {
6902
+ let a = typeCast(MarkerSeries.$, this.wz);
6903
6903
  if (a == null) {
6904
6904
  return "Unknown";
6905
6905
  }
6906
- return a.ma();
6906
+ return a.l9();
6907
6907
  }
6908
- xo(a, b) {
6909
- let c = typeCast(MarkerSeries.$, this.w0);
6908
+ xn(a, b) {
6909
+ let c = typeCast(MarkerSeries.$, this.wz);
6910
6910
  if (c == null) {
6911
6911
  return;
6912
6912
  }
6913
6913
  if (b.propertyName == "ActualMarkerTemplate") {
6914
- this.xp = c.x0;
6914
+ this.xo = c.xz;
6915
6915
  }
6916
6916
  else if (b.propertyName == "ActualMarkerOutline") {
6917
- this.x3 = c.yi;
6917
+ this.x2 = c.yh;
6918
6918
  }
6919
6919
  else if (b.propertyName == "ActualMarkerBrush") {
6920
- this.x2 = c.yh;
6920
+ this.x1 = c.yg;
6921
6921
  }
6922
6922
  }
6923
- q9(a, b, c, d) {
6924
- super.q9(a, b, c, d);
6923
+ q8(a, b, c, d) {
6924
+ super.q8(a, b, c, d);
6925
6925
  switch (b) {
6926
6926
  case GeographicMarkerSeries.$$p[3]:
6927
- this.w0.yj = this.x4;
6927
+ this.wz.yi = this.x3;
6928
6928
  break;
6929
6929
  case GeographicMarkerSeries.$$p[6]:
6930
- this.w0.yk = this.x5;
6930
+ this.wz.yj = this.x4;
6931
6931
  break;
6932
6932
  case GeographicMarkerSeries.$$p[5]:
6933
- this.w0.w4 = this.w9;
6933
+ this.wz.w3 = this.w8;
6934
6934
  break;
6935
6935
  case GeographicMarkerSeries.$$p[4]:
6936
- this.w0.w0 = this.w8;
6936
+ this.wz.wz = this.w7;
6937
6937
  break;
6938
6938
  case GeographicMarkerSeries.$$p[9]:
6939
- this.w0.xa = this.xa;
6939
+ this.wz.w9 = this.w9;
6940
6940
  break;
6941
6941
  case GeographicMarkerSeries.$$p[7]:
6942
- this.w0.x2 = this.xq;
6942
+ this.wz.x1 = this.xp;
6943
6943
  break;
6944
6944
  case GeographicMarkerSeries.$$p[8]:
6945
- this.w0.xj = this.xb;
6945
+ this.wz.xi = this.xa;
6946
6946
  break;
6947
6947
  case GeographicMarkerSeries.$$p[10]:
6948
- this.w0.z9 = this.xc;
6948
+ this.wz.z8 = this.xb;
6949
6949
  break;
6950
6950
  }
6951
6951
  }
6952
6952
  }
6953
6953
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
6954
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x2:xr', [Brush.$], 'ActualMarkerOutline:x3:xs', [Brush.$], 'ActualMarkerTemplate:xp:xt', [DataTemplate.$, null], 'MarkerBrush:x4:xu', [Brush.$], 'MarkerFillMode:w8:xv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w9:xw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:x5:xx', [Brush.$], 'MarkerTemplate:xq:xy', [DataTemplate.$, null], 'MarkerThickness:xb:xz', [1, DeviceUtils.g(2)], 'MarkerType:xa:x0', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xc:x1', [1, 400]]);
6954
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x1:xq', [Brush.$], 'ActualMarkerOutline:x2:xr', [Brush.$], 'ActualMarkerTemplate:xo:xs', [DataTemplate.$, null], 'MarkerBrush:x3:xt', [Brush.$], 'MarkerFillMode:w7:xu', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w8:xv', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:x4:xw', [Brush.$], 'MarkerTemplate:xp:xx', [DataTemplate.$, null], 'MarkerThickness:xa:xy', [1, DeviceUtils.g(2)], 'MarkerType:w9:xz', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xb:x0', [1, 400]]);
6955
6955
  return GeographicMarkerSeries;
6956
6956
  })();
6957
6957
 
@@ -6978,49 +6978,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6978
6978
  }
6979
6979
  b5() {
6980
6980
  super.b5();
6981
- let a = this.ch.w0;
6982
- a.aat = this.ch.yz;
6983
- a.aa1 = this.ch.yx;
6984
- a.xa = this.ch.xa;
6985
- a.x2 = this.ch.xq;
6986
- a.xj = this.ch.xb;
6987
- a.ac3 = this.ch.yj;
6988
- a.adt = this.ch.y4;
6989
- a.acs = this.ch.yb;
6990
- a.adj = this.ch.yv;
6991
- a.ade = this.ch.yn;
6992
- a.acp = this.ch.x8;
6993
- a.ac1 = this.ch.yf;
6981
+ let a = this.ch.wz;
6982
+ a.aas = this.ch.yy;
6983
+ a.aa0 = this.ch.yw;
6984
+ a.w9 = this.ch.w9;
6985
+ a.x1 = this.ch.xp;
6986
+ a.xi = this.ch.xa;
6994
6987
  a.ac2 = this.ch.yi;
6995
- a.ac8 = this.ch.yl;
6988
+ a.ads = this.ch.y3;
6989
+ a.acr = this.ch.ya;
6990
+ a.adi = this.ch.yu;
6991
+ a.add = this.ch.ym;
6992
+ a.aco = this.ch.x7;
6993
+ a.ac0 = this.ch.ye;
6994
+ a.ac1 = this.ch.yh;
6996
6995
  a.ac7 = this.ch.yk;
6996
+ a.ac6 = this.ch.yj;
6997
6997
  }
6998
6998
  cq() {
6999
- this.ch.w0.aat = this.ch.yz;
6999
+ this.ch.wz.aas = this.ch.yy;
7000
7000
  }
7001
7001
  cp() {
7002
- this.ch.w0.aa1 = this.ch.yx;
7002
+ this.ch.wz.aa0 = this.ch.yw;
7003
7003
  }
7004
7004
  cv() {
7005
- this.ch.w0.xa = this.ch.xa;
7005
+ this.ch.wz.w9 = this.ch.w9;
7006
7006
  }
7007
7007
  ct() {
7008
- this.ch.w0.x2 = this.ch.xq;
7008
+ this.ch.wz.x1 = this.ch.xp;
7009
7009
  }
7010
7010
  cu() {
7011
- this.ch.w0.xj = this.ch.xb;
7011
+ this.ch.wz.xi = this.ch.xa;
7012
7012
  }
7013
7013
  cw() {
7014
- this.ch.w0.z9 = this.ch.xc;
7014
+ this.ch.wz.z8 = this.ch.xb;
7015
7015
  }
7016
7016
  cy() {
7017
- this.ch.w0.xAxis = this.ch.db.ws;
7017
+ this.ch.wz.xAxis = this.ch.db.ws;
7018
7018
  }
7019
7019
  cz() {
7020
- this.ch.w0.yAxis = this.ch.db.wu;
7020
+ this.ch.wz.yAxis = this.ch.db.wu;
7021
7021
  }
7022
7022
  cx() {
7023
- let a = this.ch.w0;
7023
+ let a = this.ch.wz;
7024
7024
  if (this.ch.db == null) {
7025
7025
  a.xAxis = null;
7026
7026
  a.yAxis = null;
@@ -7030,45 +7030,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
7030
7030
  a.yAxis = this.ch.db.wu;
7031
7031
  }
7032
7032
  cr() {
7033
- this.ch.w0.yj = this.ch.x4;
7033
+ this.ch.wz.yi = this.ch.x3;
7034
7034
  }
7035
7035
  cs() {
7036
- this.ch.w0.yk = this.ch.x5;
7036
+ this.ch.wz.yj = this.ch.x4;
7037
7037
  }
7038
7038
  c0() {
7039
- this.ch.w0.adt = this.ch.y4;
7039
+ this.ch.wz.ads = this.ch.y3;
7040
7040
  }
7041
7041
  c1() {
7042
- this.ch.w0.acs = this.ch.yb;
7043
- this.ch.w0.ac3 = this.ch.yj;
7042
+ this.ch.wz.acr = this.ch.ya;
7043
+ this.ch.wz.ac2 = this.ch.yi;
7044
7044
  }
7045
7045
  cl() {
7046
- this.ch.w0.adj = this.ch.yv;
7046
+ this.ch.wz.adi = this.ch.yu;
7047
7047
  }
7048
7048
  cj() {
7049
- this.ch.w0.acp = this.ch.x8;
7050
- this.ch.w0.ac1 = this.ch.yf;
7051
- this.ch.w0.ac2 = this.ch.yi;
7052
- this.ch.w0.ac8 = this.ch.yl;
7053
- this.ch.w0.ac7 = this.ch.yk;
7049
+ this.ch.wz.aco = this.ch.x7;
7050
+ this.ch.wz.ac0 = this.ch.ye;
7051
+ this.ch.wz.ac1 = this.ch.yh;
7052
+ this.ch.wz.ac7 = this.ch.yk;
7053
+ this.ch.wz.ac6 = this.ch.yj;
7054
7054
  }
7055
7055
  ci() {
7056
- this.ch.w0.ade = this.ch.yn;
7056
+ this.ch.wz.add = this.ch.ym;
7057
7057
  }
7058
7058
  c2() {
7059
- this.ch.w0.ac3 = this.ch.yj;
7059
+ this.ch.wz.ac2 = this.ch.yi;
7060
7060
  }
7061
7061
  ck() {
7062
- this.ch.w0.ac1 = this.ch.yf;
7062
+ this.ch.wz.ac0 = this.ch.ye;
7063
7063
  }
7064
7064
  co() {
7065
- this.ch.w0.ac2 = this.ch.yi;
7065
+ this.ch.wz.ac1 = this.ch.yh;
7066
7066
  }
7067
7067
  cn() {
7068
- this.ch.w0.ac8 = this.ch.yl;
7068
+ this.ch.wz.ac7 = this.ch.yk;
7069
7069
  }
7070
7070
  cm() {
7071
- this.ch.w0.ac7 = this.ch.yk;
7071
+ this.ch.wz.ac6 = this.ch.yj;
7072
7072
  }
7073
7073
  }
7074
7074
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -7081,9 +7081,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
7081
7081
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
7082
7082
  constructor() {
7083
7083
  super();
7084
- this.x9 = null;
7085
- this.ye = false;
7084
+ this.x8 = null;
7086
7085
  this.yd = false;
7086
+ this.yc = false;
7087
7087
  this.assigningScatterStyle = null;
7088
7088
  this.assigningScatterMarkerStyle = null;
7089
7089
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -7097,112 +7097,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
7097
7097
  cs() {
7098
7098
  return new GeographicProportionalSymbolSeriesView(this);
7099
7099
  }
7100
- q1(a) {
7101
- super.q1(a);
7102
- this.yc = a;
7100
+ q0(a) {
7101
+ super.q0(a);
7102
+ this.yb = a;
7103
7103
  }
7104
- jl() {
7104
+ jk() {
7105
7105
  return 0.7;
7106
7106
  }
7107
- wz() {
7107
+ wy() {
7108
7108
  return new BubbleSeries();
7109
7109
  }
7110
- get_fe() {
7110
+ get_fd() {
7111
7111
  return true;
7112
7112
  }
7113
- q9(a, b, c, d) {
7114
- super.q9(a, b, c, d);
7113
+ q8(a, b, c, d) {
7114
+ super.q8(a, b, c, d);
7115
7115
  switch (b) {
7116
7116
  case "SeriesViewer":
7117
- this.yc.cx();
7117
+ this.yb.cx();
7118
7118
  break;
7119
7119
  case GeographicProportionalSymbolSeries.$$p[9]:
7120
- this.yc.cq();
7120
+ this.yb.cq();
7121
7121
  break;
7122
7122
  case GeographicProportionalSymbolSeries.$$p[8]:
7123
- this.yc.cp();
7123
+ this.yb.cp();
7124
7124
  break;
7125
7125
  case "XAxis":
7126
- this.yc.cy();
7126
+ this.yb.cy();
7127
7127
  break;
7128
7128
  case "YAxis":
7129
- this.yc.cz();
7129
+ this.yb.cz();
7130
7130
  break;
7131
7131
  case GeographicProportionalSymbolSeries.$$p[13]:
7132
- this.yc.c0();
7132
+ this.yb.c0();
7133
7133
  break;
7134
7134
  case GeographicProportionalSymbolSeries.$$p[14]:
7135
- this.yc.c1();
7135
+ this.yb.c1();
7136
7136
  break;
7137
7137
  case GeographicProportionalSymbolSeries.$$p[15]:
7138
- this.yc.c2();
7138
+ this.yb.c2();
7139
7139
  break;
7140
7140
  case GeographicProportionalSymbolSeries.$$p[7]:
7141
- this.yc.cl();
7141
+ this.yb.cl();
7142
7142
  break;
7143
7143
  case GeographicProportionalSymbolSeries.$$p[0]:
7144
- this.yc.ci();
7144
+ this.yb.ci();
7145
7145
  break;
7146
7146
  case GeographicProportionalSymbolSeries.$$p[1]:
7147
- this.yc.cj();
7147
+ this.yb.cj();
7148
7148
  break;
7149
7149
  case GeographicProportionalSymbolSeries.$$p[2]:
7150
- this.yc.ck();
7150
+ this.yb.ck();
7151
7151
  break;
7152
7152
  case GeographicProportionalSymbolSeries.$$p[12]:
7153
- this.yc.co();
7153
+ this.yb.co();
7154
7154
  break;
7155
7155
  case GeographicProportionalSymbolSeries.$$p[11]:
7156
- this.yc.cn();
7156
+ this.yb.cn();
7157
7157
  break;
7158
7158
  case GeographicProportionalSymbolSeries.$$p[10]:
7159
- this.yc.cm();
7159
+ this.yb.cm();
7160
7160
  break;
7161
7161
  case GeographicProportionalSymbolSeries.$$p[4]:
7162
- this.w0.zp = this.yh;
7163
- this.ye = this.yh;
7164
- if (this.yh) {
7165
- let e = this.w0;
7166
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y9));
7162
+ this.wz.zo = this.yg;
7163
+ this.yd = this.yg;
7164
+ if (this.yg) {
7165
+ let e = this.wz;
7166
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y8));
7167
7167
  }
7168
7168
  else {
7169
- let f = this.w0;
7170
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y9));
7169
+ let f = this.wz;
7170
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y8));
7171
7171
  }
7172
7172
  break;
7173
7173
  case GeographicProportionalSymbolSeries.$$p[3]:
7174
- this.w0.zo = this.yg;
7175
- this.yd = this.yg;
7176
- if (this.yh) {
7177
- let g = this.w0;
7178
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y8));
7174
+ this.wz.zn = this.yf;
7175
+ this.yc = this.yf;
7176
+ if (this.yg) {
7177
+ let g = this.wz;
7178
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y7));
7179
7179
  }
7180
7180
  else {
7181
- let h = this.w0;
7182
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y8));
7181
+ let h = this.wz;
7182
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y7));
7183
7183
  }
7184
7184
  break;
7185
7185
  case GeographicProportionalSymbolSeries.$$p[5]:
7186
- this.w0.y8 = this.ya;
7186
+ this.wz.y7 = this.x9;
7187
7187
  break;
7188
7188
  case GeographicProportionalSymbolSeries.$$p[6]:
7189
- this.w0.z8 = this.ym;
7189
+ this.wz.z7 = this.yl;
7190
7190
  break;
7191
7191
  }
7192
7192
  }
7193
- y9(a, b) {
7193
+ y8(a, b) {
7194
7194
  if (this.assigningScatterStyle != null) {
7195
7195
  this.assigningScatterStyle(this, b);
7196
7196
  }
7197
7197
  }
7198
- y8(a, b) {
7198
+ y7(a, b) {
7199
7199
  if (this.assigningScatterMarkerStyle != null) {
7200
7200
  this.assigningScatterMarkerStyle(this, b);
7201
7201
  }
7202
7202
  }
7203
7203
  }
7204
7204
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7205
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yn:za', [2], 'FillScale:x8:zb', [BrushScale.$], 'FillScaleUseGlobalValues:yf:zc', [0, false], 'IsCustomScatterMarkerStyleAllowed:yg:zd', [0, false], 'IsCustomScatterStyleAllowed:yh:ze', [0, false], 'ItemSearchMode:ya:zf', [ScatterItemSearchMode_$type, enumGetBox(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', [SizeScale.$], 'RadiusScaleUseGlobalValues:yj:zp', [0, false]]);
7205
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ym:y9', [2], 'FillScale:x7:za', [BrushScale.$], 'FillScaleUseGlobalValues:ye:zb', [0, false], 'IsCustomScatterMarkerStyleAllowed:yf:zc', [0, false], 'IsCustomScatterStyleAllowed:yg:zd', [0, false], 'ItemSearchMode:x9:ze', [ScatterItemSearchMode_$type, enumGetBox(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', [SizeScale.$], 'RadiusScaleUseGlobalValues:yi:zo', [0, false]]);
7206
7206
  return GeographicProportionalSymbolSeries;
7207
7207
  })();
7208
7208
 
@@ -7243,34 +7243,34 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7243
7243
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7244
7244
  */
7245
7245
  get latitudeMemberPath() {
7246
- return this.i.yx;
7246
+ return this.i.yw;
7247
7247
  }
7248
7248
  set latitudeMemberPath(v) {
7249
- this.i.yx = v;
7249
+ this.i.yw = v;
7250
7250
  }
7251
7251
  /**
7252
7252
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7253
7253
  */
7254
7254
  get longitudeMemberPath() {
7255
- return this.i.yz;
7255
+ return this.i.yy;
7256
7256
  }
7257
7257
  set longitudeMemberPath(v) {
7258
- this.i.yz = v;
7258
+ this.i.yy = v;
7259
7259
  }
7260
7260
  /**
7261
7261
  * Gets or sets the radius mapping property for the current series object.
7262
7262
  */
7263
7263
  get radiusMemberPath() {
7264
- return this.i.y4;
7264
+ return this.i.y3;
7265
7265
  }
7266
7266
  set radiusMemberPath(v) {
7267
- this.i.y4 = v;
7267
+ this.i.y3 = v;
7268
7268
  }
7269
7269
  /**
7270
7270
  * Gets or sets the radius size scale for the bubbles.
7271
7271
  */
7272
7272
  get radiusScale() {
7273
- const r = this.i.yb;
7273
+ const r = this.i.ya;
7274
7274
  if (r == null) {
7275
7275
  return null;
7276
7276
  }
@@ -7286,31 +7286,31 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7286
7286
  set radiusScale(v) {
7287
7287
  if (v != null && this._stylingContainer && v._styling)
7288
7288
  v._styling(this._stylingContainer, this, this);
7289
- v == null ? this.i.yb = null : this.i.yb = v.i;
7289
+ v == null ? this.i.ya = null : this.i.ya = v.i;
7290
7290
  }
7291
7291
  /**
7292
7292
  * Gets or sets the Label mapping property for the current series object.
7293
7293
  */
7294
7294
  get labelMemberPath() {
7295
- return this.i.yv;
7295
+ return this.i.yu;
7296
7296
  }
7297
7297
  set labelMemberPath(v) {
7298
- this.i.yv = v;
7298
+ this.i.yu = v;
7299
7299
  }
7300
7300
  /**
7301
7301
  * Gets or sets the fill mapping property for the current series object.
7302
7302
  */
7303
7303
  get fillMemberPath() {
7304
- return this.i.yn;
7304
+ return this.i.ym;
7305
7305
  }
7306
7306
  set fillMemberPath(v) {
7307
- this.i.yn = v;
7307
+ this.i.ym = v;
7308
7308
  }
7309
7309
  /**
7310
7310
  * Gets or sets the brush scale for the marker brush.
7311
7311
  */
7312
7312
  get fillScale() {
7313
- const r = this.i.x8;
7313
+ const r = this.i.x7;
7314
7314
  if (r == null) {
7315
7315
  return null;
7316
7316
  }
@@ -7326,93 +7326,93 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7326
7326
  set fillScale(v) {
7327
7327
  if (v != null && this._stylingContainer && v._styling)
7328
7328
  v._styling(this._stylingContainer, this, this);
7329
- v == null ? this.i.x8 = null : this.i.x8 = v.i;
7329
+ v == null ? this.i.x7 = null : this.i.x7 = v.i;
7330
7330
  }
7331
7331
  /**
7332
7332
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
7333
7333
  * This setting applies only if multiple series are using the same FillScale.
7334
7334
  */
7335
7335
  get fillScaleUseGlobalValues() {
7336
- return this.i.yf;
7336
+ return this.i.ye;
7337
7337
  }
7338
7338
  set fillScaleUseGlobalValues(v) {
7339
- this.i.yf = ensureBool(v);
7339
+ this.i.ye = ensureBool(v);
7340
7340
  }
7341
7341
  /**
7342
7342
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
7343
7343
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7344
7344
  */
7345
7345
  get markerOutlineUsesFillScale() {
7346
- return this.i.yi;
7346
+ return this.i.yh;
7347
7347
  }
7348
7348
  set markerOutlineUsesFillScale(v) {
7349
- this.i.yi = ensureBool(v);
7349
+ this.i.yh = ensureBool(v);
7350
7350
  }
7351
7351
  /**
7352
7352
  * Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
7353
7353
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7354
7354
  */
7355
7355
  get markerOutlineBrightness() {
7356
- return this.i.yl;
7356
+ return this.i.yk;
7357
7357
  }
7358
7358
  set markerOutlineBrightness(v) {
7359
- this.i.yl = +v;
7359
+ this.i.yk = +v;
7360
7360
  }
7361
7361
  /**
7362
7362
  * Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
7363
7363
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
7364
7364
  */
7365
7365
  get markerBrushBrightness() {
7366
- return this.i.yk;
7366
+ return this.i.yj;
7367
7367
  }
7368
7368
  set markerBrushBrightness(v) {
7369
- this.i.yk = +v;
7369
+ this.i.yj = +v;
7370
7370
  }
7371
7371
  /**
7372
7372
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
7373
7373
  * This setting applies only if multiple series are using the same RadiusScale.
7374
7374
  */
7375
7375
  get radiusScaleUseGlobalValues() {
7376
- return this.i.yj;
7376
+ return this.i.yi;
7377
7377
  }
7378
7378
  set radiusScaleUseGlobalValues(v) {
7379
- this.i.yj = ensureBool(v);
7379
+ this.i.yi = ensureBool(v);
7380
7380
  }
7381
7381
  /**
7382
7382
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7383
7383
  */
7384
7384
  get isCustomScatterStyleAllowed() {
7385
- return this.i.yh;
7385
+ return this.i.yg;
7386
7386
  }
7387
7387
  set isCustomScatterStyleAllowed(v) {
7388
- this.i.yh = ensureBool(v);
7388
+ this.i.yg = ensureBool(v);
7389
7389
  }
7390
7390
  /**
7391
7391
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7392
7392
  */
7393
7393
  get isCustomScatterMarkerStyleAllowed() {
7394
- return this.i.yg;
7394
+ return this.i.yf;
7395
7395
  }
7396
7396
  set isCustomScatterMarkerStyleAllowed(v) {
7397
- this.i.yg = ensureBool(v);
7397
+ this.i.yf = ensureBool(v);
7398
7398
  }
7399
7399
  /**
7400
7400
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7401
7401
  */
7402
7402
  get itemSearchMode() {
7403
- return this.i.ya;
7403
+ return this.i.x9;
7404
7404
  }
7405
7405
  set itemSearchMode(v) {
7406
- this.i.ya = ensureEnum(ScatterItemSearchMode_$type, v);
7406
+ this.i.x9 = ensureEnum(ScatterItemSearchMode_$type, v);
7407
7407
  }
7408
7408
  /**
7409
7409
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7410
7410
  */
7411
7411
  get itemSearchThreshold() {
7412
- return this.i.ym;
7412
+ return this.i.yl;
7413
7413
  }
7414
7414
  set itemSearchThreshold(v) {
7415
- this.i.ym = +v;
7415
+ this.i.yl = +v;
7416
7416
  }
7417
7417
  findByName(name) {
7418
7418
  var baseResult = super.findByName(name);
@@ -7603,40 +7603,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7603
7603
  }
7604
7604
  }
7605
7605
  b5() {
7606
- let a = this.ch.w0;
7606
+ let a = this.ch.wz;
7607
7607
  super.b5();
7608
- a.aat = this.ch.yo;
7609
- a.aa1 = this.ch.ym;
7610
- a.xa = this.ch.xa;
7611
- a.x2 = this.ch.xq;
7612
- a.xj = this.ch.xb;
7608
+ a.aas = this.ch.yn;
7609
+ a.aa0 = this.ch.yl;
7610
+ a.w9 = this.ch.w9;
7611
+ a.x1 = this.ch.xp;
7612
+ a.xi = this.ch.xa;
7613
7613
  }
7614
7614
  cj() {
7615
- this.ch.w0.aat = this.ch.yo;
7615
+ this.ch.wz.aas = this.ch.yn;
7616
7616
  }
7617
7617
  ci() {
7618
- this.ch.w0.aa1 = this.ch.ym;
7618
+ this.ch.wz.aa0 = this.ch.yl;
7619
7619
  }
7620
7620
  cp() {
7621
- this.ch.w0.xa = this.ch.xa;
7621
+ this.ch.wz.w9 = this.ch.w9;
7622
7622
  }
7623
7623
  cn() {
7624
- this.ch.w0.x2 = this.ch.xq;
7624
+ this.ch.wz.x1 = this.ch.xp;
7625
7625
  }
7626
7626
  co() {
7627
- this.ch.w0.xj = this.ch.xb;
7627
+ this.ch.wz.xi = this.ch.xa;
7628
7628
  }
7629
7629
  cq() {
7630
- this.ch.w0.z9 = this.ch.xc;
7630
+ this.ch.wz.z8 = this.ch.xb;
7631
7631
  }
7632
7632
  cs() {
7633
- this.ch.w0.xAxis = this.ch.db.ws;
7633
+ this.ch.wz.xAxis = this.ch.db.ws;
7634
7634
  }
7635
7635
  ct() {
7636
- this.ch.w0.yAxis = this.ch.db.wu;
7636
+ this.ch.wz.yAxis = this.ch.db.wu;
7637
7637
  }
7638
7638
  cr() {
7639
- let a = this.ch.w0;
7639
+ let a = this.ch.wz;
7640
7640
  if (this.ch.db == null) {
7641
7641
  a.xAxis = null;
7642
7642
  a.yAxis = null;
@@ -7646,13 +7646,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7646
7646
  a.yAxis = this.ch.db.wu;
7647
7647
  }
7648
7648
  cl() {
7649
- this.ch.w0.yt = this.ch.x8;
7649
+ this.ch.wz.ys = this.ch.x7;
7650
7650
  }
7651
7651
  ck() {
7652
- this.ch.w0.yj = this.ch.x4;
7652
+ this.ch.wz.yi = this.ch.x3;
7653
7653
  }
7654
7654
  cm() {
7655
- this.ch.w0.yk = this.ch.x5;
7655
+ this.ch.wz.yj = this.ch.x4;
7656
7656
  }
7657
7657
  }
7658
7658
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -7665,9 +7665,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7665
7665
  class GeographicSymbolSeries extends GeographicMarkerSeries {
7666
7666
  constructor() {
7667
7667
  super();
7668
- this.ya = null;
7669
- this.yd = false;
7668
+ this.x9 = null;
7670
7669
  this.yc = false;
7670
+ this.yb = false;
7671
7671
  this.assigningScatterStyle = null;
7672
7672
  this.assigningScatterMarkerStyle = null;
7673
7673
  this.ab = GeographicSymbolSeries.$;
@@ -7681,85 +7681,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7681
7681
  cs() {
7682
7682
  return new GeographicSymbolSeriesView(this);
7683
7683
  }
7684
- q1(a) {
7685
- super.q1(a);
7686
- this.yb = a;
7684
+ q0(a) {
7685
+ super.q0(a);
7686
+ this.ya = a;
7687
7687
  }
7688
- jl() {
7688
+ jk() {
7689
7689
  return 0.7;
7690
7690
  }
7691
- wz() {
7691
+ wy() {
7692
7692
  return new ScatterSeries();
7693
7693
  }
7694
- get_fe() {
7694
+ get_fd() {
7695
7695
  return true;
7696
7696
  }
7697
- q9(a, b, c, d) {
7698
- super.q9(a, b, c, d);
7697
+ q8(a, b, c, d) {
7698
+ super.q8(a, b, c, d);
7699
7699
  switch (b) {
7700
7700
  case "SeriesViewer":
7701
- this.yb.cr();
7701
+ this.ya.cr();
7702
7702
  break;
7703
7703
  case GeographicSymbolSeries.$$p[5]:
7704
- this.yb.cj();
7704
+ this.ya.cj();
7705
7705
  break;
7706
7706
  case GeographicSymbolSeries.$$p[4]:
7707
- this.yb.ci();
7707
+ this.ya.ci();
7708
7708
  break;
7709
7709
  case GeographicSymbolSeries.$$p[6]:
7710
- this.yb.cl();
7710
+ this.ya.cl();
7711
7711
  break;
7712
7712
  case "XAxis":
7713
- this.yb.cs();
7713
+ this.ya.cs();
7714
7714
  break;
7715
7715
  case "YAxis":
7716
- this.yb.ct();
7716
+ this.ya.ct();
7717
7717
  break;
7718
7718
  case GeographicSymbolSeries.$$p[1]:
7719
- this.w0.zp = this.yf;
7720
- this.yd = this.yf;
7721
- if (this.yf) {
7722
- let e = this.w0;
7723
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yt));
7719
+ this.wz.zo = this.ye;
7720
+ this.yc = this.ye;
7721
+ if (this.ye) {
7722
+ let e = this.wz;
7723
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ys));
7724
7724
  }
7725
7725
  else {
7726
- let f = this.w0;
7727
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yt));
7726
+ let f = this.wz;
7727
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ys));
7728
7728
  }
7729
7729
  break;
7730
7730
  case GeographicSymbolSeries.$$p[0]:
7731
- this.w0.zo = this.ye;
7732
- this.yc = this.ye;
7733
- if (this.yf) {
7734
- let g = this.w0;
7735
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ys));
7731
+ this.wz.zn = this.yd;
7732
+ this.yb = this.yd;
7733
+ if (this.ye) {
7734
+ let g = this.wz;
7735
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yr));
7736
7736
  }
7737
7737
  else {
7738
- let h = this.w0;
7739
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ys));
7738
+ let h = this.wz;
7739
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yr));
7740
7740
  }
7741
7741
  break;
7742
7742
  case GeographicSymbolSeries.$$p[2]:
7743
- this.w0.y8 = this.x9;
7743
+ this.wz.y7 = this.x8;
7744
7744
  break;
7745
7745
  case GeographicSymbolSeries.$$p[3]:
7746
- this.w0.z8 = this.yh;
7746
+ this.wz.z7 = this.yg;
7747
7747
  break;
7748
7748
  }
7749
7749
  }
7750
- yt(a, b) {
7750
+ ys(a, b) {
7751
7751
  if (this.assigningScatterStyle != null) {
7752
7752
  this.assigningScatterStyle(this, b);
7753
7753
  }
7754
7754
  }
7755
- ys(a, b) {
7755
+ yr(a, b) {
7756
7756
  if (this.assigningScatterMarkerStyle != null) {
7757
7757
  this.assigningScatterMarkerStyle(this, b);
7758
7758
  }
7759
7759
  }
7760
7760
  }
7761
7761
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
7762
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ye:yu', [0, false], 'IsCustomScatterStyleAllowed:yf:yv', [0, false], 'ItemSearchMode:x9:yw', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yh:yx', [1, 10000], 'LatitudeMemberPath:ym:yy', [2, null], 'LongitudeMemberPath:yo:yz', [2, null], 'MarkerCollisionAvoidance:x8:y0', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yg:y1', [0, false]]);
7762
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yd:yt', [0, false], 'IsCustomScatterStyleAllowed:ye:yu', [0, false], 'ItemSearchMode:x8:yv', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yg:yw', [1, 10000], 'LatitudeMemberPath:yl:yx', [2, null], 'LongitudeMemberPath:yn:yy', [2, null], 'MarkerCollisionAvoidance:x7:yz', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yf:y0', [0, false]]);
7763
7763
  return GeographicSymbolSeries;
7764
7764
  })();
7765
7765
 
@@ -7800,64 +7800,64 @@ let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
7800
7800
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7801
7801
  */
7802
7802
  get latitudeMemberPath() {
7803
- return this.i.ym;
7803
+ return this.i.yl;
7804
7804
  }
7805
7805
  set latitudeMemberPath(v) {
7806
- this.i.ym = v;
7806
+ this.i.yl = v;
7807
7807
  }
7808
7808
  /**
7809
7809
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7810
7810
  */
7811
7811
  get longitudeMemberPath() {
7812
- return this.i.yo;
7812
+ return this.i.yn;
7813
7813
  }
7814
7814
  set longitudeMemberPath(v) {
7815
- this.i.yo = v;
7815
+ this.i.yn = v;
7816
7816
  }
7817
7817
  /**
7818
7818
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
7819
7819
  */
7820
7820
  get markerCollisionAvoidance() {
7821
- return this.i.x8;
7821
+ return this.i.x7;
7822
7822
  }
7823
7823
  set markerCollisionAvoidance(v) {
7824
- this.i.x8 = ensureEnum(CollisionAvoidanceType_$type, v);
7824
+ this.i.x7 = ensureEnum(CollisionAvoidanceType_$type, v);
7825
7825
  }
7826
7826
  /**
7827
7827
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7828
7828
  */
7829
7829
  get isCustomScatterStyleAllowed() {
7830
- return this.i.yf;
7830
+ return this.i.ye;
7831
7831
  }
7832
7832
  set isCustomScatterStyleAllowed(v) {
7833
- this.i.yf = ensureBool(v);
7833
+ this.i.ye = ensureBool(v);
7834
7834
  }
7835
7835
  /**
7836
7836
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7837
7837
  */
7838
7838
  get isCustomScatterMarkerStyleAllowed() {
7839
- return this.i.ye;
7839
+ return this.i.yd;
7840
7840
  }
7841
7841
  set isCustomScatterMarkerStyleAllowed(v) {
7842
- this.i.ye = ensureBool(v);
7842
+ this.i.yd = ensureBool(v);
7843
7843
  }
7844
7844
  /**
7845
7845
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7846
7846
  */
7847
7847
  get itemSearchMode() {
7848
- return this.i.x9;
7848
+ return this.i.x8;
7849
7849
  }
7850
7850
  set itemSearchMode(v) {
7851
- this.i.x9 = ensureEnum(ScatterItemSearchMode_$type, v);
7851
+ this.i.x8 = ensureEnum(ScatterItemSearchMode_$type, v);
7852
7852
  }
7853
7853
  /**
7854
7854
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7855
7855
  */
7856
7856
  get itemSearchThreshold() {
7857
- return this.i.yh;
7857
+ return this.i.yg;
7858
7858
  }
7859
7859
  set itemSearchThreshold(v) {
7860
- this.i.yh = +v;
7860
+ this.i.yg = +v;
7861
7861
  }
7862
7862
  /**
7863
7863
  * Event raised when Assigning Category Style
@@ -8021,56 +8021,56 @@ let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
8021
8021
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8022
8022
  */
8023
8023
  get longitudeMemberPath() {
8024
- return this.i.xc;
8024
+ return this.i.xb;
8025
8025
  }
8026
8026
  set longitudeMemberPath(v) {
8027
- this.i.xc = v;
8027
+ this.i.xb = v;
8028
8028
  }
8029
8029
  /**
8030
8030
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8031
8031
  */
8032
8032
  get latitudeMemberPath() {
8033
- return this.i.xa;
8033
+ return this.i.w9;
8034
8034
  }
8035
8035
  set latitudeMemberPath(v) {
8036
- this.i.xa = v;
8036
+ this.i.w9 = v;
8037
8037
  }
8038
8038
  /**
8039
8039
  * The source of triangulation data.
8040
8040
  * 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.
8041
8041
  */
8042
8042
  get trianglesSource() {
8043
- return this.i.w9;
8043
+ return this.i.w8;
8044
8044
  }
8045
8045
  set trianglesSource(v) {
8046
- this.i.w9 = v;
8046
+ this.i.w8 = v;
8047
8047
  }
8048
8048
  /**
8049
8049
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8050
8050
  */
8051
8051
  get triangleVertexMemberPath1() {
8052
- return this.i.xf;
8052
+ return this.i.xe;
8053
8053
  }
8054
8054
  set triangleVertexMemberPath1(v) {
8055
- this.i.xf = v;
8055
+ this.i.xe = v;
8056
8056
  }
8057
8057
  /**
8058
8058
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8059
8059
  */
8060
8060
  get triangleVertexMemberPath2() {
8061
- return this.i.xh;
8061
+ return this.i.xg;
8062
8062
  }
8063
8063
  set triangleVertexMemberPath2(v) {
8064
- this.i.xh = v;
8064
+ this.i.xg = v;
8065
8065
  }
8066
8066
  /**
8067
8067
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8068
8068
  */
8069
8069
  get triangleVertexMemberPath3() {
8070
- return this.i.xj;
8070
+ return this.i.xi;
8071
8071
  }
8072
8072
  set triangleVertexMemberPath3(v) {
8073
- this.i.xj = v;
8073
+ this.i.xi = v;
8074
8074
  }
8075
8075
  }
8076
8076
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -8133,16 +8133,16 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8133
8133
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8134
8134
  */
8135
8135
  get colorMemberPath() {
8136
- return this.i.xy;
8136
+ return this.i.xx;
8137
8137
  }
8138
8138
  set colorMemberPath(v) {
8139
- this.i.xy = v;
8139
+ this.i.xx = v;
8140
8140
  }
8141
8141
  /**
8142
8142
  * The ColorScale used to resolve the color values of points in the series.
8143
8143
  */
8144
8144
  get colorScale() {
8145
- const r = this.i.xt;
8145
+ const r = this.i.xs;
8146
8146
  if (r == null) {
8147
8147
  return null;
8148
8148
  }
@@ -8158,13 +8158,13 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8158
8158
  set colorScale(v) {
8159
8159
  if (v != null && this._stylingContainer && v._styling)
8160
8160
  v._styling(this._stylingContainer, this, this);
8161
- v == null ? this.i.xt = null : this.i.xt = v.i;
8161
+ v == null ? this.i.xs = null : this.i.xs = v.i;
8162
8162
  }
8163
8163
  /**
8164
8164
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8165
8165
  */
8166
8166
  get actualColorScale() {
8167
- const r = this.i.xs;
8167
+ const r = this.i.xr;
8168
8168
  if (r == null) {
8169
8169
  return null;
8170
8170
  }
@@ -8180,7 +8180,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8180
8180
  set actualColorScale(v) {
8181
8181
  if (v != null && this._stylingContainer && v._styling)
8182
8182
  v._styling(this._stylingContainer, this, this);
8183
- v == null ? this.i.xs = null : this.i.xs = v.i;
8183
+ v == null ? this.i.xr = null : this.i.xr = v.i;
8184
8184
  }
8185
8185
  findByName(name) {
8186
8186
  var baseResult = super.findByName(name);
@@ -8211,7 +8211,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8211
8211
 
8212
8212
  */
8213
8213
  updateActualColorScale() {
8214
- this.i.x3();
8214
+ this.i.x2();
8215
8215
  }
8216
8216
  /**
8217
8217
  * Raised when the status of an ongoing Triangulation has changed.
@@ -8328,71 +8328,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
8328
8328
  }
8329
8329
  b5() {
8330
8330
  super.b5();
8331
- let a = typeCast(HighDensityScatterSeries.$, this.ch.w0);
8332
- a.y9 = this.ch.xp;
8333
- a.zh = this.ch.xn;
8334
- a.xm = this.ch.xc;
8331
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.wz);
8332
+ a.y8 = this.ch.xo;
8333
+ a.zg = this.ch.xm;
8335
8334
  a.xl = this.ch.xb;
8336
- a.f8 = this.ch.xa;
8337
- a.yh = this.ch.xe;
8335
+ a.xk = this.ch.xa;
8336
+ a.f7 = this.ch.w9;
8338
8337
  a.yg = this.ch.xd;
8339
- a.aaf = this.ch.x8;
8338
+ a.yf = this.ch.xc;
8340
8339
  a.aae = this.ch.x7;
8341
- a.yt = this.ch.xh;
8340
+ a.aad = this.ch.x6;
8341
+ a.ys = this.ch.xg;
8342
8342
  }
8343
8343
  cn() {
8344
- this.ch.w0.y9 = this.ch.xp;
8344
+ this.ch.wz.y8 = this.ch.xo;
8345
8345
  }
8346
8346
  cm() {
8347
- this.ch.w0.zh = this.ch.xn;
8347
+ this.ch.wz.zg = this.ch.xm;
8348
8348
  }
8349
8349
  cs() {
8350
- this.ch.w0.xm = this.ch.xc;
8350
+ this.ch.wz.xl = this.ch.xb;
8351
8351
  }
8352
8352
  cq() {
8353
- this.ch.w0.xl = this.ch.xb;
8353
+ this.ch.wz.xk = this.ch.xa;
8354
8354
  }
8355
8355
  co() {
8356
- this.ch.w0.f8 = this.ch.xa;
8356
+ this.ch.wz.f7 = this.ch.w9;
8357
8357
  }
8358
8358
  cl() {
8359
- this.ch.w0.yh = this.ch.xe;
8359
+ this.ch.wz.yg = this.ch.xd;
8360
8360
  }
8361
8361
  cj() {
8362
- this.ch.w0.yg = this.ch.xd;
8362
+ this.ch.wz.yf = this.ch.xc;
8363
8363
  }
8364
8364
  cr() {
8365
- let a = typeCast(HighDensityScatterSeries.$, this.ch.w0);
8365
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.wz);
8366
8366
  if (this.ch.db == null) {
8367
- a.w5 = null;
8368
- a.w7 = null;
8367
+ a.w4 = null;
8368
+ a.w6 = null;
8369
8369
  return;
8370
8370
  }
8371
- a.w5 = this.ch.db.ws;
8372
- a.w7 = this.ch.db.wu;
8371
+ a.w4 = this.ch.db.ws;
8372
+ a.w6 = this.ch.db.wu;
8373
8373
  }
8374
8374
  ct() {
8375
- this.ch.w0.w5 = this.ch.db.ws;
8375
+ this.ch.wz.w4 = this.ch.db.ws;
8376
8376
  }
8377
8377
  cu() {
8378
- this.ch.w0.w7 = this.ch.db.wu;
8378
+ this.ch.wz.w6 = this.ch.db.wu;
8379
8379
  }
8380
8380
  ck() {
8381
- this.ch.w0.aaf = this.ch.x8;
8381
+ this.ch.wz.aae = this.ch.x7;
8382
8382
  }
8383
8383
  ci() {
8384
- this.ch.w0.aae = this.ch.x7;
8384
+ this.ch.wz.aad = this.ch.x6;
8385
8385
  }
8386
8386
  cp() {
8387
- this.ch.w0.yt = this.ch.xh;
8387
+ this.ch.wz.ys = this.ch.xg;
8388
8388
  }
8389
8389
  au() {
8390
8390
  super.au();
8391
8391
  if (!this.q) {
8392
- this.ch.x8 = Defaults.aq;
8393
- this.ch.x7 = Defaults.ap;
8394
- this.ch.vf = Defaults.al;
8395
- this.ch.vv = Defaults.ak;
8392
+ this.ch.x7 = Defaults.aq;
8393
+ this.ch.x6 = Defaults.ap;
8394
+ this.ch.ve = Defaults.al;
8395
+ this.ch.vu = Defaults.ak;
8396
8396
  }
8397
8397
  }
8398
8398
  }
@@ -8406,113 +8406,113 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
8406
8406
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
8407
8407
  constructor() {
8408
8408
  super();
8409
- this.w8 = null;
8409
+ this.w7 = null;
8410
8410
  this.progressiveLoadStatusChanged = null;
8411
- this.xg = 0;
8411
+ this.xf = 0;
8412
8412
  this.ab = GeographicHighDensityScatterSeries.$;
8413
8413
  }
8414
8414
  bj() {
8415
8415
  return new GeographicHighDensityScatterSeries();
8416
8416
  }
8417
- jk() {
8418
- if (!isNaN_(this.jj)) {
8419
- return super.jk();
8417
+ jj() {
8418
+ if (!isNaN_(this.ji)) {
8419
+ return super.jj();
8420
8420
  }
8421
8421
  return Defaults.q;
8422
8422
  }
8423
- get_fo() {
8423
+ get_fn() {
8424
8424
  return true;
8425
8425
  }
8426
8426
  cs() {
8427
8427
  return new GeographicHighDensityScatterSeriesView(this);
8428
8428
  }
8429
- q1(a) {
8430
- super.q1(a);
8431
- this.w9 = a;
8429
+ q0(a) {
8430
+ super.q0(a);
8431
+ this.w8 = a;
8432
8432
  }
8433
- wz() {
8434
- this.w8 = new HighDensityScatterSeries();
8435
- return this.w8;
8433
+ wy() {
8434
+ this.w7 = new HighDensityScatterSeries();
8435
+ return this.w7;
8436
8436
  }
8437
- get xi() {
8438
- return this.xg;
8437
+ get xh() {
8438
+ return this.xf;
8439
8439
  }
8440
- set xi(a) {
8441
- let b = this.xg;
8442
- this.xg = a;
8443
- this.raisePropertyChanged("ProgressiveStatus", b, this.xg);
8440
+ set xh(a) {
8441
+ let b = this.xf;
8442
+ this.xf = a;
8443
+ this.raisePropertyChanged("ProgressiveStatus", b, this.xf);
8444
8444
  }
8445
- w5(a, b) {
8446
- super.w5(a, b);
8447
- let c = this.w0;
8448
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.xw));
8449
- let d = this.w0;
8450
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.xv));
8451
- }
8452
- xw(a, b) {
8453
- this.xi = b.currentStatus;
8445
+ w4(a, b) {
8446
+ super.w4(a, b);
8447
+ let c = this.wz;
8448
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.xv));
8449
+ let d = this.wz;
8450
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.xu));
8451
+ }
8452
+ xv(a, b) {
8453
+ this.xh = b.currentStatus;
8454
8454
  if (this.progressiveLoadStatusChanged != null) {
8455
8455
  this.progressiveLoadStatusChanged(this, b);
8456
8456
  }
8457
8457
  }
8458
- xv(a, b) {
8459
- if (this.w8 == null) {
8458
+ xu(a, b) {
8459
+ if (this.w7 == null) {
8460
8460
  return;
8461
8461
  }
8462
8462
  }
8463
- q9(a, b, c, d) {
8464
- super.q9(a, b, c, d);
8463
+ q8(a, b, c, d) {
8464
+ super.q8(a, b, c, d);
8465
8465
  switch (b) {
8466
8466
  case "SeriesViewer":
8467
- this.w9.cr();
8467
+ this.w8.cr();
8468
8468
  break;
8469
8469
  case GeographicHighDensityScatterSeries.$$p[5]:
8470
- this.w9.cn();
8470
+ this.w8.cn();
8471
8471
  break;
8472
8472
  case GeographicHighDensityScatterSeries.$$p[4]:
8473
- this.w9.cm();
8473
+ this.w8.cm();
8474
8474
  break;
8475
8475
  case GeographicHighDensityScatterSeries.$$p[9]:
8476
- this.w9.cs();
8476
+ this.w8.cs();
8477
8477
  break;
8478
8478
  case GeographicHighDensityScatterSeries.$$p[8]:
8479
- this.w9.cq();
8479
+ this.w8.cq();
8480
8480
  break;
8481
8481
  case GeographicHighDensityScatterSeries.$$p[6]:
8482
- this.w9.co();
8482
+ this.w8.co();
8483
8483
  break;
8484
8484
  case "XAxis":
8485
- this.w9.ct();
8485
+ this.w8.ct();
8486
8486
  break;
8487
8487
  case "YAxis":
8488
- this.w9.cu();
8488
+ this.w8.cu();
8489
8489
  break;
8490
8490
  case GeographicHighDensityScatterSeries.$$p[3]:
8491
- this.w9.cl();
8491
+ this.w8.cl();
8492
8492
  break;
8493
8493
  case GeographicHighDensityScatterSeries.$$p[1]:
8494
- this.w9.cj();
8494
+ this.w8.cj();
8495
8495
  break;
8496
8496
  case GeographicHighDensityScatterSeries.$$p[2]:
8497
- this.w9.ck();
8497
+ this.w8.ck();
8498
8498
  break;
8499
8499
  case GeographicHighDensityScatterSeries.$$p[0]:
8500
- this.w9.ci();
8500
+ this.w8.ci();
8501
8501
  break;
8502
8502
  case GeographicHighDensityScatterSeries.$$p[7]:
8503
- this.w9.cp();
8503
+ this.w8.cp();
8504
8504
  break;
8505
8505
  }
8506
8506
  }
8507
- get_g7() {
8507
+ get_g6() {
8508
8508
  return true;
8509
8509
  }
8510
- set_g7(a) {
8511
- super.set_g7(a);
8510
+ set_g6(a) {
8511
+ super.set_g6(a);
8512
8512
  }
8513
8513
  }
8514
8514
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
8515
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x7:xx', [Color.$, Defaults.ap], 'HeatMaximum:xd:xy', [1, 50], 'HeatMinimumColor:x8:xz', [Color.$, 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]]);
8515
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x6:xw', [Color.$, Defaults.ap], 'HeatMaximum:xc:xx', [1, 50], 'HeatMinimumColor:x7:xy', [Color.$, 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]]);
8516
8516
  return GeographicHighDensityScatterSeries;
8517
8517
  })();
8518
8518
 
@@ -8546,106 +8546,106 @@ let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
8546
8546
  * Gets whether the current series shows pixels.
8547
8547
  */
8548
8548
  get isPixel() {
8549
- return this.i.fo;
8549
+ return this.i.fn;
8550
8550
  }
8551
8551
  /**
8552
8552
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8553
8553
  */
8554
8554
  get latitudeMemberPath() {
8555
- return this.i.xn;
8555
+ return this.i.xm;
8556
8556
  }
8557
8557
  set latitudeMemberPath(v) {
8558
- this.i.xn = v;
8558
+ this.i.xm = v;
8559
8559
  }
8560
8560
  /**
8561
8561
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8562
8562
  */
8563
8563
  get longitudeMemberPath() {
8564
- return this.i.xp;
8564
+ return this.i.xo;
8565
8565
  }
8566
8566
  set longitudeMemberPath(v) {
8567
- this.i.xp = v;
8567
+ this.i.xo = v;
8568
8568
  }
8569
8569
  /**
8570
8570
  * Gets or sets the whether to use use brute force mode.
8571
8571
  */
8572
8572
  get useBruteForce() {
8573
- return this.i.xc;
8573
+ return this.i.xb;
8574
8574
  }
8575
8575
  set useBruteForce(v) {
8576
- this.i.xc = ensureBool(v);
8576
+ this.i.xb = ensureBool(v);
8577
8577
  }
8578
8578
  /**
8579
8579
  * Gets or sets the whether to progressively load the data into the chart.
8580
8580
  */
8581
8581
  get progressiveLoad() {
8582
- return this.i.xb;
8582
+ return this.i.xa;
8583
8583
  }
8584
8584
  set progressiveLoad(v) {
8585
- this.i.xb = ensureBool(v);
8585
+ this.i.xa = ensureBool(v);
8586
8586
  }
8587
8587
  /**
8588
8588
  * Gets or sets the whether the chart reacts to mouse move events.
8589
8589
  */
8590
8590
  get mouseOverEnabled() {
8591
- return this.i.xa;
8591
+ return this.i.w9;
8592
8592
  }
8593
8593
  set mouseOverEnabled(v) {
8594
- this.i.xa = ensureBool(v);
8594
+ this.i.w9 = ensureBool(v);
8595
8595
  }
8596
8596
  /**
8597
8597
  * Gets or sets the density value that maps to the minimum heat color.
8598
8598
  */
8599
8599
  get heatMinimum() {
8600
- return this.i.xe;
8600
+ return this.i.xd;
8601
8601
  }
8602
8602
  set heatMinimum(v) {
8603
- this.i.xe = +v;
8603
+ this.i.xd = +v;
8604
8604
  }
8605
8605
  /**
8606
8606
  * Gets or sets the value that maps to the maximum heat color.
8607
8607
  */
8608
8608
  get heatMaximum() {
8609
- return this.i.xd;
8609
+ return this.i.xc;
8610
8610
  }
8611
8611
  set heatMaximum(v) {
8612
- this.i.xd = +v;
8612
+ this.i.xc = +v;
8613
8613
  }
8614
8614
  /**
8615
8615
  * Gets or sets the color to use for the minimum end of the scale.
8616
8616
  */
8617
8617
  get heatMinimumColor() {
8618
- return colorToString(this.i.x8);
8618
+ return colorToString(this.i.x7);
8619
8619
  }
8620
8620
  set heatMinimumColor(v) {
8621
- this.i.x8 = stringToColor(v);
8621
+ this.i.x7 = stringToColor(v);
8622
8622
  }
8623
8623
  /**
8624
8624
  * Gets or sets the color to use for the maximum end of the scale.
8625
8625
  */
8626
8626
  get heatMaximumColor() {
8627
- return colorToString(this.i.x7);
8627
+ return colorToString(this.i.x6);
8628
8628
  }
8629
8629
  set heatMaximumColor(v) {
8630
- this.i.x7 = stringToColor(v);
8630
+ this.i.x6 = stringToColor(v);
8631
8631
  }
8632
8632
  /**
8633
8633
  * Gets or sets the the pixel extent of the square data points that are rendered.
8634
8634
  */
8635
8635
  get pointExtent() {
8636
- return this.i.xh;
8636
+ return this.i.xg;
8637
8637
  }
8638
8638
  set pointExtent(v) {
8639
- this.i.xh = +v;
8639
+ this.i.xg = +v;
8640
8640
  }
8641
8641
  /**
8642
8642
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
8643
8643
  */
8644
8644
  get progressiveStatus() {
8645
- return this.i.xi;
8645
+ return this.i.xh;
8646
8646
  }
8647
8647
  set progressiveStatus(v) {
8648
- this.i.xi = +v;
8648
+ this.i.xh = +v;
8649
8649
  }
8650
8650
  /**
8651
8651
  * Raised when the progressive loading state of the series has changed.
@@ -8793,24 +8793,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
8793
8793
  au() {
8794
8794
  super.au();
8795
8795
  if (!this.q) {
8796
- this.cp.jp = Defaults.m;
8796
+ this.cp.jo = Defaults.m;
8797
8797
  }
8798
8798
  }
8799
8799
  b5() {
8800
8800
  super.b5();
8801
- if (this.cp.w0 != null) {
8802
- this.cp.xs.yv = this.cp.xv;
8803
- this.cp.xs.y5 = this.cp.xz;
8801
+ if (this.cp.wz != null) {
8802
+ this.cp.xr.yu = this.cp.xu;
8803
+ this.cp.xr.y4 = this.cp.xy;
8804
8804
  }
8805
8805
  }
8806
8806
  cq() {
8807
- if (this.cp.xs != null) {
8808
- this.cp.xs.yv = this.cp.xv;
8807
+ if (this.cp.xr != null) {
8808
+ this.cp.xr.yu = this.cp.xu;
8809
8809
  }
8810
8810
  }
8811
8811
  cr() {
8812
- if (this.cp.xs != null) {
8813
- this.cp.xs.y5 = this.cp.xz;
8812
+ if (this.cp.xr != null) {
8813
+ this.cp.xr.y4 = this.cp.xy;
8814
8814
  }
8815
8815
  }
8816
8816
  }
@@ -8830,73 +8830,73 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
8830
8830
  bj() {
8831
8831
  return new GeographicContourLineSeries();
8832
8832
  }
8833
- get_fj() {
8833
+ get_fi() {
8834
8834
  return true;
8835
8835
  }
8836
- w5(a, b) {
8837
- super.w5(a, b);
8836
+ w4(a, b) {
8837
+ super.w4(a, b);
8838
8838
  }
8839
- wz() {
8840
- this.xs = new ScatterContourSeries();
8841
- let a = this.xs;
8842
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
8843
- let b = this.xs;
8844
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.x3));
8845
- return this.xs;
8839
+ wy() {
8840
+ this.xr = new ScatterContourSeries();
8841
+ let a = this.xr;
8842
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
8843
+ let b = this.xr;
8844
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.x2));
8845
+ return this.xr;
8846
8846
  }
8847
- x2(a, b) {
8847
+ x1(a, b) {
8848
8848
  if (this.triangulationStatusChanged != null) {
8849
8849
  this.triangulationStatusChanged(this, b);
8850
8850
  }
8851
8851
  }
8852
- x3(a, b) {
8853
- let c = typeCast(ScatterContourSeries.$, this.w0);
8852
+ x2(a, b) {
8853
+ let c = typeCast(ScatterContourSeries.$, this.wz);
8854
8854
  if (c == null) {
8855
8855
  return;
8856
8856
  }
8857
8857
  if (b.propertyName == "ActualFillScale") {
8858
- this.xu = c.yu;
8858
+ this.xt = c.yt;
8859
8859
  }
8860
8860
  }
8861
- sh() {
8862
- super.sh();
8861
+ sg() {
8862
+ super.sg();
8863
8863
  }
8864
8864
  cs() {
8865
8865
  return new GeographicContourLineSeriesView(this);
8866
8866
  }
8867
- q1(a) {
8868
- super.q1(a);
8869
- this.xw = a;
8867
+ q0(a) {
8868
+ super.q0(a);
8869
+ this.xv = a;
8870
8870
  }
8871
- q9(a, b, c, d) {
8872
- super.q9(a, b, c, d);
8871
+ q8(a, b, c, d) {
8872
+ super.q8(a, b, c, d);
8873
8873
  switch (b) {
8874
8874
  case GeographicContourLineSeries.$$p[1]:
8875
- this.xw.cq();
8875
+ this.xv.cq();
8876
8876
  break;
8877
8877
  case GeographicContourLineSeries.$$p[2]:
8878
- this.xw.cr();
8878
+ this.xv.cr();
8879
8879
  break;
8880
8880
  case GeographicContourLineSeries.$$p[3]:
8881
- this.xs.ys = this.xr;
8881
+ this.xr.yr = this.xq;
8882
8882
  break;
8883
8883
  case "DashArray":
8884
- this.xs.v2 = this.v2;
8884
+ this.xr.v1 = this.v1;
8885
8885
  break;
8886
8886
  case "DashCap":
8887
- this.xs.v3 = this.v3;
8887
+ this.xr.v2 = this.v2;
8888
8888
  break;
8889
8889
  case "MiterLimit":
8890
- this.xs.jh = this.jh;
8890
+ this.xr.jg = this.jg;
8891
8891
  break;
8892
8892
  case "LineJoin":
8893
- this.xs.v5 = this.v5;
8893
+ this.xr.v4 = this.v4;
8894
8894
  break;
8895
8895
  }
8896
8896
  }
8897
8897
  }
8898
8898
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
8899
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xu:x4', [ValueBrushScale.$, null], 'FillScale:xv:x5', [ValueBrushScale.$, null], 'ValueMemberPath:xz:x6', [2, "value"], 'ValueResolver:xr:x7', [ContourValueResolver.$, null]]);
8899
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xt:x3', [ValueBrushScale.$, null], 'FillScale:xu:x4', [ValueBrushScale.$, null], 'ValueMemberPath:xy:x5', [2, "value"], 'ValueResolver:xq:x6', [ContourValueResolver.$, null]]);
8900
8900
  return GeographicContourLineSeries;
8901
8901
  })();
8902
8902
 
@@ -8929,22 +8929,22 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8929
8929
  * Gets whether the current series shows a line contour shape.
8930
8930
  */
8931
8931
  get isLineContour() {
8932
- return this.i.fj;
8932
+ return this.i.fi;
8933
8933
  }
8934
8934
  /**
8935
8935
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
8936
8936
  */
8937
8937
  get valueMemberPath() {
8938
- return this.i.xz;
8938
+ return this.i.xy;
8939
8939
  }
8940
8940
  set valueMemberPath(v) {
8941
- this.i.xz = v;
8941
+ this.i.xy = v;
8942
8942
  }
8943
8943
  /**
8944
8944
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
8945
8945
  */
8946
8946
  get fillScale() {
8947
- const r = this.i.xv;
8947
+ const r = this.i.xu;
8948
8948
  if (r == null) {
8949
8949
  return null;
8950
8950
  }
@@ -8960,13 +8960,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8960
8960
  set fillScale(v) {
8961
8961
  if (v != null && this._stylingContainer && v._styling)
8962
8962
  v._styling(this._stylingContainer, this, this);
8963
- v == null ? this.i.xv = null : this.i.xv = v.i;
8963
+ v == null ? this.i.xu = null : this.i.xu = v.i;
8964
8964
  }
8965
8965
  /**
8966
8966
  * Gets actual fill scale that is set on the FillScale property or default FillScale
8967
8967
  */
8968
8968
  get actualFillScale() {
8969
- const r = this.i.xu;
8969
+ const r = this.i.xt;
8970
8970
  if (r == null) {
8971
8971
  return null;
8972
8972
  }
@@ -8982,13 +8982,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8982
8982
  set actualFillScale(v) {
8983
8983
  if (v != null && this._stylingContainer && v._styling)
8984
8984
  v._styling(this._stylingContainer, this, this);
8985
- v == null ? this.i.xu = null : this.i.xu = v.i;
8985
+ v == null ? this.i.xt = null : this.i.xt = v.i;
8986
8986
  }
8987
8987
  /**
8988
8988
  * The ContourValueResolver used to determine the numeric values of contours.
8989
8989
  */
8990
8990
  get valueResolver() {
8991
- const r = this.i.xr;
8991
+ const r = this.i.xq;
8992
8992
  if (r == null) {
8993
8993
  return null;
8994
8994
  }
@@ -9004,7 +9004,7 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
9004
9004
  set valueResolver(v) {
9005
9005
  if (v != null && this._stylingContainer && v._styling)
9006
9006
  v._styling(this._stylingContainer, this, this);
9007
- v == null ? this.i.xr = null : this.i.xr = v.i;
9007
+ v == null ? this.i.xq = null : this.i.xq = v.i;
9008
9008
  }
9009
9009
  findByName(name) {
9010
9010
  var baseResult = super.findByName(name);