igniteui-angular-maps 17.2.0-beta.0 → 17.2.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 +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  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 +21 -21
  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 +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  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 +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  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 +21 -21
  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 +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  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 +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -437,311 +437,311 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
437
437
  class GeographicMapSeriesHost extends Series {
438
438
  constructor() {
439
439
  super();
440
- this.t1 = null;
441
- this.t3 = this.t2();
440
+ this.t2 = null;
441
+ this.t4 = this.t3();
442
442
  }
443
- og() {
444
- super.og();
445
- if (this.t3 != null) {
446
- this.t3.og();
443
+ oh() {
444
+ super.oh();
445
+ if (this.t4 != null) {
446
+ this.t4.oh();
447
447
  }
448
448
  }
449
- get_eq() {
449
+ get_er() {
450
450
  return true;
451
451
  }
452
- ju(a, b) {
453
- let c = this.lv(b);
452
+ jv(a, b) {
453
+ let c = this.lw(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.t3.ju(a, b);
460
+ return this.t4.jv(a, b);
461
461
  }
462
- ds(a, b, c, d) {
463
- return this.t3.ds(a, b, c, d);
462
+ dt(a, b, c, d) {
463
+ return this.t4.dt(a, b, c, d);
464
464
  }
465
465
  ag() {
466
- return this.t3.ag();
466
+ return this.t4.ag();
467
467
  }
468
- bj() {
469
- return this.t3;
468
+ bk() {
469
+ return this.t4;
470
470
  }
471
- get t3() {
472
- return this.t1;
471
+ get t4() {
472
+ return this.t2;
473
473
  }
474
- set t3(a) {
475
- let b = this.t3 != a;
474
+ set t4(a) {
475
+ let b = this.t4 != a;
476
476
  if (b) {
477
- this.t1 = a;
478
- this.t8();
477
+ this.t2 = a;
478
+ this.t9();
479
479
  }
480
480
  }
481
481
  get_hasMarkers() {
482
- return this.t3.hasMarkers;
482
+ return this.t4.hasMarkers;
483
483
  }
484
- t8() {
485
- if (this.t1 != null) {
486
- let hostedSeries_ = this.t1;
484
+ t9() {
485
+ if (this.t2 != null) {
486
+ let hostedSeries_ = this.t2;
487
487
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
488
488
  hostedSeries_.externalObject._implementation = hostedSeries_;
489
489
  }
490
- this.nr(this.t3);
491
- this.t4.b5();
490
+ this.ns(this.t4);
491
+ this.t5.b5();
492
492
  }
493
493
  ax(a, b, c) {
494
- return this.az(this.t3, a, b, c);
494
+ return this.az(this.t4, a, b, c);
495
495
  }
496
496
  ay(a, b, c) {
497
- return this.a0(this.t3, a, b, c);
497
+ return this.a0(this.t4, a, b, c);
498
498
  }
499
- jr(a) {
500
- return this.jx(this.t3, a);
499
+ js(a) {
500
+ return this.jy(this.t4, a);
501
501
  }
502
- jf(a, b) {
503
- return this.t3.jf(a, b);
502
+ jg(a, b) {
503
+ return this.t4.jg(a, b);
504
504
  }
505
- jd(a, b) {
506
- return this.t3.jd(a, b);
505
+ je(a, b) {
506
+ return this.t4.je(a, b);
507
507
  }
508
- h9(a, b, c) {
509
- return this.t3.h9(a, b, c);
508
+ ia(a, b, c) {
509
+ return this.t4.ia(a, b, c);
510
510
  }
511
- th(a, b, c) {
512
- return this.t3.th(a, b, c);
511
+ ti(a, b, c) {
512
+ return this.t4.ti(a, b, c);
513
513
  }
514
- ts(a) {
515
- return this.t3.ts(a);
514
+ tt(a) {
515
+ return this.t4.tt(a);
516
516
  }
517
517
  ak(a) {
518
- return this.t3.ak(a);
518
+ return this.t4.ak(a);
519
519
  }
520
- tt(a) {
521
- return this.t3.tt(a);
520
+ tu(a) {
521
+ return this.t4.tu(a);
522
522
  }
523
523
  al(a) {
524
- return this.t3.al(a);
525
- }
526
- tu(a) {
527
- return this.t3.tu(a);
524
+ return this.t4.al(a);
528
525
  }
529
526
  tv(a) {
530
- return this.t3.tv(a);
527
+ return this.t4.tv(a);
531
528
  }
532
- h5(a, b, c) {
533
- return this.t3.h5(a, b, c);
529
+ tw(a) {
530
+ return this.t4.tw(a);
534
531
  }
535
- td(a, b, c) {
536
- return this.t3.td(a, b, c);
532
+ h6(a, b, c) {
533
+ return this.t4.h6(a, b, c);
537
534
  }
538
- h7(a, b, c) {
539
- return this.h9(a, b, c);
535
+ te(a, b, c) {
536
+ return this.t4.te(a, b, c);
540
537
  }
541
- tf(a, b, c) {
542
- return this.t3.tf(a, b, c);
538
+ h8(a, b, c) {
539
+ return this.ia(a, b, c);
543
540
  }
544
- ti(a, b, c) {
545
- return this.t3.ti(a, b, c);
541
+ tg(a, b, c) {
542
+ return this.t4.tg(a, b, c);
546
543
  }
547
- ia(a, b, c) {
548
- return this.t3.ia(a, b, c);
544
+ tj(a, b, c) {
545
+ return this.t4.tj(a, b, c);
549
546
  }
550
- te(a, b, c) {
551
- return this.t3.te(a, b, c);
547
+ ib(a, b, c) {
548
+ return this.t4.ib(a, b, c);
552
549
  }
553
- h6(a, b, c) {
554
- return this.t3.h6(a, b, c);
550
+ tf(a, b, c) {
551
+ return this.t4.tf(a, b, c);
555
552
  }
556
- tg(a, b, c) {
557
- return this.t3.tg(a, b, c);
553
+ h7(a, b, c) {
554
+ return this.t4.h7(a, b, c);
558
555
  }
559
- h8(a, b, c) {
560
- return this.t3.h8(a, b, c);
556
+ th(a, b, c) {
557
+ return this.t4.th(a, b, c);
561
558
  }
562
- i9(a) {
563
- return this.t3.i9(a);
559
+ h9(a, b, c) {
560
+ return this.t4.h9(a, b, c);
564
561
  }
565
- h0() {
566
- return this.t3.h0();
562
+ ja(a) {
563
+ return this.t4.ja(a);
567
564
  }
568
- hw(a) {
569
- return this.t3.hw(a);
565
+ h1() {
566
+ return this.t4.h1();
570
567
  }
571
- js(a) {
572
- return this.t3.js(a);
568
+ hx(a) {
569
+ return this.t4.hx(a);
573
570
  }
574
- cg() {
571
+ jt(a) {
572
+ return this.t4.jt(a);
573
+ }
574
+ ch() {
575
575
  return new HostSeriesView(this);
576
576
  }
577
- o0(a) {
578
- super.o0(a);
579
- this.t4 = typeCast(HostSeriesView.$, a);
577
+ o1(a) {
578
+ super.o1(a);
579
+ this.t5 = typeCast(HostSeriesView.$, a);
580
580
  }
581
- get t5() {
582
- return this.c(GeographicMapSeriesHost.ua);
581
+ get t6() {
582
+ return this.c(GeographicMapSeriesHost.ub);
583
583
  }
584
- set t5(a) {
585
- this.h(GeographicMapSeriesHost.ua, a);
584
+ set t6(a) {
585
+ this.h(GeographicMapSeriesHost.ub, a);
586
586
  }
587
- o8(a, b, c, d) {
588
- super.o8(a, b, c, d);
587
+ o9(a, b, c, d) {
588
+ super.o9(a, b, c, d);
589
589
  switch (b) {
590
590
  case "SeriesViewer":
591
- this.t3.cy = this.cy;
591
+ this.t4.cz = this.cz;
592
592
  if (c != null) {
593
- c.o2(this.t3);
593
+ c.o2(this.t4);
594
594
  }
595
595
  if (d != null) {
596
- this.cy.lr(this.t3);
596
+ this.cz.lr(this.t4);
597
597
  }
598
- this.t3.pb(this.tw);
599
- this.t3.index = this.index;
600
- this.n2(this.t3);
601
- this.jl = this.t3.jl;
598
+ this.t4.pc(this.tx);
599
+ this.t4.index = this.index;
600
+ this.n3(this.t4);
601
+ this.jm = this.t4.jm;
602
602
  let e = typeCast(SeriesViewer.$, c);
603
603
  if (e != null) {
604
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.t9));
604
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
605
605
  }
606
- if (this.cy != null) {
607
- let f = this.cy;
608
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.t9));
606
+ if (this.cz != null) {
607
+ let f = this.cz;
608
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
609
609
  }
610
- this.t7();
610
+ this.t8();
611
611
  break;
612
612
  case "SyncLink":
613
- this.t3.cr = this.cr;
613
+ this.t4.cs = this.cs;
614
614
  break;
615
615
  case "VisibleFromScale":
616
- this.t7();
616
+ this.t8();
617
617
  break;
618
618
  case "Index":
619
- this.t3.index = this.index;
619
+ this.t4.index = this.index;
620
620
  break;
621
621
  case "ItemsSource":
622
- this.t4.b6();
622
+ this.t5.b6();
623
623
  break;
624
624
  case "Resolution":
625
- this.t4.cd();
625
+ this.t5.cd();
626
626
  break;
627
627
  case "TransitionDuration":
628
- this.t4.cg();
628
+ this.t5.cg();
629
629
  break;
630
630
  case "Opacity":
631
- this.t4.ca();
631
+ this.t5.ca();
632
632
  break;
633
633
  case "Visibility":
634
- let hs_ = this.t3;
634
+ let hs_ = this.t4;
635
635
  let v_ = this._visibility;
636
636
  hs_.visibility = v_;
637
637
  break;
638
638
  case "MouseOverEnabled":
639
- this.t3.fk = this.fk;
639
+ this.t4.fl = this.fl;
640
640
  break;
641
641
  case "ExpectFunctions":
642
- this.t3.expectFunctions = this.expectFunctions;
642
+ this.t4.expectFunctions = this.expectFunctions;
643
643
  break;
644
644
  case "Thickness":
645
- this.t4.cf();
645
+ this.t5.cf();
646
646
  break;
647
647
  case "Brush":
648
- this.t4.b4();
648
+ this.t5.b4();
649
649
  break;
650
650
  case "Outline":
651
- this.t4.cc();
651
+ this.t5.cc();
652
652
  break;
653
653
  case "ActualBrush":
654
- this.t4.b1();
654
+ this.t5.b1();
655
655
  break;
656
656
  case "ActualOutline":
657
- this.t4.b2();
657
+ this.t5.b2();
658
658
  break;
659
659
  case "MarkerFillOpacity":
660
- if (!isNaN_(this.ik)) {
661
- this.t4.b9();
660
+ if (!isNaN_(this.il)) {
661
+ this.t5.b9();
662
662
  }
663
663
  break;
664
664
  case "AreaFillOpacity":
665
- if (!isNaN_(this.hp)) {
666
- this.t4.b3();
665
+ if (!isNaN_(this.hq)) {
666
+ this.t5.b3();
667
667
  }
668
668
  break;
669
669
  case "OutlineMode":
670
- this.t4.cb();
670
+ this.t5.cb();
671
671
  break;
672
672
  case "ShowDefaultTooltip":
673
- this.t4.ce();
673
+ this.t5.ce();
674
674
  break;
675
675
  case "Title":
676
- this.t3.title = this.title;
676
+ this.t4.title = this.title;
677
677
  break;
678
678
  case "LegendItemBadgeMode":
679
- this.t4.b7();
679
+ this.t5.b7();
680
680
  break;
681
681
  case "LegendItemBadgeShape":
682
- this.t4.b8();
682
+ this.t5.b8();
683
683
  break;
684
684
  case "Legend":
685
- this.t3.legend = this.legend;
686
- this.cj.av();
685
+ this.t4.legend = this.legend;
686
+ this.ck.av();
687
687
  break;
688
688
  }
689
689
  }
690
- t7() {
691
- if (this.cy == null || this.t3 == null) {
690
+ t8() {
691
+ if (this.cz == null || this.t4 == null) {
692
692
  return;
693
693
  }
694
- if (!isNaN_(this.t5)) {
695
- if (this.cy.tn.width > this.t5) {
696
- let hs_ = this.t3;
694
+ if (!isNaN_(this.t6)) {
695
+ if (this.cz.tn.width > this.t6) {
696
+ let hs_ = this.t4;
697
697
  let v_ = 1;
698
698
  hs_.visibility = v_;
699
699
  }
700
700
  else {
701
- let hs2_ = this.t3;
701
+ let hs2_ = this.t4;
702
702
  let v2_ = 0;
703
703
  hs2_.visibility = v2_;
704
704
  }
705
705
  }
706
706
  }
707
- t9(a, b) {
708
- this.t7();
707
+ ua(a, b) {
708
+ this.t8();
709
709
  }
710
- pp(a) {
711
- super.pp(a);
712
- if (this.t3 != null) {
713
- this.t3.pp(a);
710
+ pq(a) {
711
+ super.pq(a);
712
+ if (this.t4 != null) {
713
+ this.t4.pq(a);
714
714
  }
715
715
  }
716
- po(a, b, c, d, e) {
717
- if (this.t3 != null) {
718
- this.t3.po(a, b, c, d, e);
716
+ pp(a, b, c, d, e) {
717
+ if (this.t4 != null) {
718
+ this.t4.pp(a, b, c, d, e);
719
719
  }
720
720
  }
721
721
  au(a, b) {
722
- return this.t3.au(a, b);
722
+ return this.t4.au(a, b);
723
723
  }
724
- p8() {
725
- super.p8();
726
- this.t3.p8();
724
+ p9() {
725
+ super.p9();
726
+ this.t4.p9();
727
727
  }
728
728
  get_coercionMethods() {
729
729
  return this._coercionMethods;
730
730
  }
731
731
  set_coercionMethods(a) {
732
732
  this._coercionMethods = a;
733
- this.t3.coercionMethods = a;
733
+ this.t4.coercionMethods = a;
734
734
  }
735
- n1(a) {
736
- super.n1(a);
737
- if (this.t3 != null) {
738
- let b = this.t3.jq();
739
- this.nm(a, b);
735
+ n2(a) {
736
+ super.n2(a);
737
+ if (this.t4 != null) {
738
+ let b = this.t4.jr();
739
+ this.nn(a, b);
740
740
  }
741
741
  }
742
742
  }
743
743
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
744
- GeographicMapSeriesHost.ua = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
744
+ GeographicMapSeriesHost.ub = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
745
745
  let c = a;
746
746
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
747
747
  }));
@@ -761,67 +761,67 @@ let HostSeriesView = /*@__PURE__*/ (() => {
761
761
  super.at(a, b);
762
762
  }
763
763
  b5() {
764
- this.b0.t0 = 1;
765
- this.b0.t3.t0 = 0;
766
- this.b0.t3.itemsSource = this.b0.itemsSource;
767
- this.b0.t3.index = this.b0.index;
768
- this.b0.t3.sw = this.b0.sw;
769
- this.b0.t3.s2 = this.b0.sw;
770
- this.b0.t3.cc = this.b0.cc;
771
- this.b0.t3.io = this.b0.io;
772
- this.b0.t3.ji = this.b0.ji;
773
- this.b0.t3._opacity = this.b0._opacity;
774
- this.b0.t3.iu = this.b0.iu;
775
- this.b0.t3.hp = this.b0.hp;
776
- this.b0.t3.ik = this.b0.ik;
777
- this.b0.t3.fy = this.b0.fy;
778
- this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
779
- this.b0.t3.ba = this.b0.ba;
764
+ this.b0.t1 = 1;
765
+ this.b0.t4.t1 = 0;
766
+ this.b0.t4.itemsSource = this.b0.itemsSource;
767
+ this.b0.t4.index = this.b0.index;
768
+ this.b0.t4.sx = this.b0.sx;
769
+ this.b0.t4.s3 = this.b0.sx;
770
+ this.b0.t4.cd = this.b0.cd;
771
+ this.b0.t4.ip = this.b0.ip;
772
+ this.b0.t4.jj = this.b0.jj;
773
+ this.b0.t4._opacity = this.b0._opacity;
774
+ this.b0.t4.iv = this.b0.iv;
775
+ this.b0.t4.hq = this.b0.hq;
776
+ this.b0.t4.il = this.b0.il;
777
+ this.b0.t4.fz = this.b0.fz;
778
+ this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
779
+ this.b0.t4.ba = this.b0.ba;
780
780
  }
781
781
  b6() {
782
- this.b0.t3.itemsSource = this.b0.itemsSource;
782
+ this.b0.t4.itemsSource = this.b0.itemsSource;
783
783
  }
784
784
  cd() {
785
- this.b0.t3.io = this.b0.io;
785
+ this.b0.t4.ip = this.b0.ip;
786
786
  }
787
787
  cg() {
788
- this.b0.t3.ji = this.b0.ji;
788
+ this.b0.t4.jj = this.b0.jj;
789
789
  }
790
790
  ca() {
791
- this.b0.t3._opacity = this.b0._opacity;
791
+ this.b0.t4._opacity = this.b0._opacity;
792
792
  }
793
793
  cf() {
794
- this.b0.t3.iu = this.b0.iu;
794
+ this.b0.t4.iv = this.b0.iv;
795
795
  }
796
796
  b4() {
797
- this.b0.t3.sw = this.b0.sw;
797
+ this.b0.t4.sx = this.b0.sx;
798
798
  }
799
799
  cc() {
800
- this.b0.t3.s2 = this.b0.s2;
800
+ this.b0.t4.s3 = this.b0.s3;
801
801
  }
802
802
  b1() {
803
- this.b0.t3.sw = this.b0.ss;
803
+ this.b0.t4.sx = this.b0.st;
804
804
  }
805
805
  b2() {
806
- this.b0.t3.s2 = this.b0.sv;
806
+ this.b0.t4.s3 = this.b0.sw;
807
807
  }
808
808
  b7() {
809
- this.b0.t3.ba = this.b0.ba;
809
+ this.b0.t4.ba = this.b0.ba;
810
810
  }
811
811
  b8() {
812
- this.b0.t3.legendItemBadgeShape = this.b0.legendItemBadgeShape;
812
+ this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
813
813
  }
814
814
  b3() {
815
- this.b0.t3.hp = this.b0.hp;
815
+ this.b0.t4.hq = this.b0.hq;
816
816
  }
817
817
  b9() {
818
- this.b0.t3.ik = this.b0.ik;
818
+ this.b0.t4.il = this.b0.il;
819
819
  }
820
820
  cb() {
821
- this.b0.t3.cc = this.b0.cc;
821
+ this.b0.t4.cd = this.b0.cd;
822
822
  }
823
823
  ce() {
824
- this.b0.t3.fy = this.b0.fy;
824
+ this.b0.t4.fz = this.b0.fz;
825
825
  }
826
826
  }
827
827
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
@@ -1125,7 +1125,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1125
1125
  vm() {
1126
1126
  this.um.ee();
1127
1127
  for (let a of fromEnum(this.series)) {
1128
- a.p8();
1128
+ a.p9();
1129
1129
  }
1130
1130
  }
1131
1131
  vp() {
@@ -1521,7 +1521,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1521
1521
  break;
1522
1522
  case "ActualWorldRect":
1523
1523
  for (let g of fromEnum(this.series)) {
1524
- g.pp(false);
1524
+ g.pq(false);
1525
1525
  }
1526
1526
  break;
1527
1527
  case XamGeographicMap.$$p[5]:
@@ -1552,7 +1552,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1552
1552
  break;
1553
1553
  case "MarkerAutomaticBehavior":
1554
1554
  for (let i of fromEnum(this.series)) {
1555
- i.og();
1555
+ i.oh();
1556
1556
  }
1557
1557
  break;
1558
1558
  }
@@ -1594,7 +1594,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1594
1594
  let c = b;
1595
1595
  let d = a;
1596
1596
  d.itemsSource = c.triangulationSource.points;
1597
- d.uc = c.triangulationSource.triangles;
1597
+ d.ud = c.triangulationSource.triangles;
1598
1598
  }
1599
1599
  else {
1600
1600
  super.o9(a, b);
@@ -1627,7 +1627,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1627
1627
  a.axes.add1(b);
1628
1628
  a.axes.add1(c);
1629
1629
  for (let d = 0; d < this.series.count; d++) {
1630
- let e = this.series._inner[d].jq();
1630
+ let e = this.series._inner[d].jr();
1631
1631
  a.series.add1(e);
1632
1632
  }
1633
1633
  a.name = this.name;
@@ -1903,41 +1903,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1903
1903
  }
1904
1904
  b5() {
1905
1905
  super.b5();
1906
- let a = this.ch.t3;
1907
- a.u3 = this.ch.uf;
1908
- a.vb = this.ch.ud;
1909
- a.trianglesSource = this.ch.uc;
1910
- a.ur = this.ch.ui;
1911
- a.ut = this.ch.uk;
1912
- a.uv = this.ch.um;
1906
+ let a = this.ch.t4;
1907
+ a.u4 = this.ch.ug;
1908
+ a.vc = this.ch.ue;
1909
+ a.trianglesSource = this.ch.ud;
1910
+ a.us = this.ch.uj;
1911
+ a.uu = this.ch.ul;
1912
+ a.uw = this.ch.un;
1913
1913
  }
1914
1914
  ck() {
1915
- let a = this.ch.t3;
1916
- if (this.ch.cy == null) {
1917
- a.t1 = null;
1915
+ let a = this.ch.t4;
1916
+ if (this.ch.cz == null) {
1918
1917
  a.t2 = null;
1918
+ a.t3 = null;
1919
1919
  return;
1920
1920
  }
1921
- a.t1 = this.ch.cy.ua;
1922
- a.t2 = this.ch.cy.uc;
1921
+ a.t2 = this.ch.cz.ua;
1922
+ a.t3 = this.ch.cz.uc;
1923
1923
  }
1924
1924
  cj() {
1925
- this.ch.t3.u3 = this.ch.uf;
1925
+ this.ch.t4.u4 = this.ch.ug;
1926
1926
  }
1927
1927
  ci() {
1928
- this.ch.t3.vb = this.ch.ud;
1928
+ this.ch.t4.vc = this.ch.ue;
1929
1929
  }
1930
1930
  cl() {
1931
- this.ch.t3.trianglesSource = this.ch.uc;
1931
+ this.ch.t4.trianglesSource = this.ch.ud;
1932
1932
  }
1933
1933
  cm() {
1934
- this.ch.t3.ur = this.ch.ui;
1934
+ this.ch.t4.us = this.ch.uj;
1935
1935
  }
1936
1936
  cn() {
1937
- this.ch.t3.ut = this.ch.uk;
1937
+ this.ch.t4.uu = this.ch.ul;
1938
1938
  }
1939
1939
  co() {
1940
- this.ch.t3.uv = this.ch.um;
1940
+ this.ch.t4.uw = this.ch.un;
1941
1941
  }
1942
1942
  }
1943
1943
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1960,19 +1960,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1960
1960
  }
1961
1961
  b5() {
1962
1962
  super.b5();
1963
- if (this.cp.ux != null) {
1964
- this.cp.ux.wa = this.cp.u1;
1965
- this.cp.ux.vy = this.cp.uw;
1963
+ if (this.cp.uy != null) {
1964
+ this.cp.uy.wb = this.cp.u2;
1965
+ this.cp.uy.vz = this.cp.ux;
1966
1966
  }
1967
1967
  }
1968
1968
  cq() {
1969
- if (this.cp.ux != null) {
1970
- this.cp.ux.wa = this.cp.u1;
1969
+ if (this.cp.uy != null) {
1970
+ this.cp.uy.wb = this.cp.u2;
1971
1971
  }
1972
1972
  }
1973
1973
  cr() {
1974
- if (this.cp.ux != null) {
1975
- this.cp.ux.vy = this.cp.uw;
1974
+ if (this.cp.uy != null) {
1975
+ this.cp.uy.vz = this.cp.ux;
1976
1976
  }
1977
1977
  }
1978
1978
  }
@@ -2167,42 +2167,42 @@ let OpenStreetMapImagery = /*@__PURE__*/ (() => {
2167
2167
  */
2168
2168
  let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
2169
2169
  class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
2170
- cg() {
2170
+ ch() {
2171
2171
  return new GeographicXYTriangulatingSeriesView(this);
2172
2172
  }
2173
- o0(a) {
2174
- super.o0(a);
2175
- this.ub = a;
2173
+ o1(a) {
2174
+ super.o1(a);
2175
+ this.uc = a;
2176
2176
  }
2177
- o8(a, b, c, d) {
2178
- super.o8(a, b, c, d);
2177
+ o9(a, b, c, d) {
2178
+ super.o9(a, b, c, d);
2179
2179
  switch (b) {
2180
2180
  case "SeriesViewer":
2181
- this.ub.ck();
2181
+ this.uc.ck();
2182
2182
  break;
2183
2183
  case GeographicXYTriangulatingSeries.$$p[1]:
2184
- this.ub.cj();
2184
+ this.uc.cj();
2185
2185
  break;
2186
2186
  case GeographicXYTriangulatingSeries.$$p[0]:
2187
- this.ub.ci();
2187
+ this.uc.ci();
2188
2188
  break;
2189
2189
  case GeographicXYTriangulatingSeries.$$p[2]:
2190
- this.ub.cl();
2190
+ this.uc.cl();
2191
2191
  break;
2192
2192
  case GeographicXYTriangulatingSeries.$$p[3]:
2193
- this.ub.cm();
2193
+ this.uc.cm();
2194
2194
  break;
2195
2195
  case GeographicXYTriangulatingSeries.$$p[4]:
2196
- this.ub.cn();
2196
+ this.uc.cn();
2197
2197
  break;
2198
2198
  case GeographicXYTriangulatingSeries.$$p[5]:
2199
- this.ub.co();
2199
+ this.uc.co();
2200
2200
  break;
2201
2201
  }
2202
2202
  }
2203
2203
  }
2204
2204
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2205
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ud:uo', [2, "pointY"], 'LongitudeMemberPath:uf:up', [2, "pointX"], 'TrianglesSource:uc:uq', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ui:ur', [2, "v1"], 'TriangleVertexMemberPath2:uk:us', [2, "v2"], 'TriangleVertexMemberPath3:um:ut', [2, "v3"]]);
2205
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TrianglesSource:ud:ur', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"]]);
2206
2206
  return GeographicXYTriangulatingSeries;
2207
2207
  })();
2208
2208
  /**
@@ -2212,88 +2212,91 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2212
2212
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
2213
2213
  constructor() {
2214
2214
  super();
2215
- this.uu = null;
2215
+ this.uv = null;
2216
2216
  this.triangulationStatusChanged = null;
2217
2217
  this.ab = GeographicScatterAreaSeries.$;
2218
2218
  }
2219
- get_d8() {
2219
+ bg() {
2220
+ return new GeographicScatterAreaSeries();
2221
+ }
2222
+ get_d9() {
2220
2223
  return true;
2221
2224
  }
2222
- get uw() {
2223
- return this.uu;
2225
+ get ux() {
2226
+ return this.uv;
2224
2227
  }
2225
- set uw(a) {
2226
- let b = this.uu != a;
2228
+ set ux(a) {
2229
+ let b = this.uv != a;
2227
2230
  if (b) {
2228
- let c = this.uu;
2229
- if (this.uu != null) {
2230
- let d = this.uu;
2231
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u4));
2231
+ let c = this.uv;
2232
+ if (this.uv != null) {
2233
+ let d = this.uv;
2234
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u5));
2232
2235
  }
2233
- this.uu = a;
2234
- if (this.uu != null) {
2235
- let e = this.uu;
2236
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u4));
2236
+ this.uv = a;
2237
+ if (this.uv != null) {
2238
+ let e = this.uv;
2239
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u5));
2237
2240
  }
2238
- this.raisePropertyChanged("ColorScale", c, this.uu);
2239
- if (this.ux != null) {
2240
- this.ux.vy = a;
2241
+ this.raisePropertyChanged("ColorScale", c, this.uv);
2242
+ if (this.uy != null) {
2243
+ this.uy.vz = a;
2241
2244
  }
2242
2245
  }
2243
2246
  }
2244
- u4(a, b) {
2245
- this.uz.cr();
2246
- this.u6();
2247
- this.pp(false);
2247
+ u5(a, b) {
2248
+ this.u0.cr();
2249
+ this.u7();
2250
+ this.pq(false);
2248
2251
  }
2249
- u6() {
2250
- if (this.ux != null) {
2251
- this.uv = this.ux.vx;
2252
+ u7() {
2253
+ if (this.uy != null) {
2254
+ this.uw = this.uy.vy;
2252
2255
  }
2253
2256
  }
2254
- qd() {
2255
- super.qd();
2256
- this.u6();
2257
+ qe() {
2258
+ super.qe();
2259
+ this.u7();
2257
2260
  }
2258
- t2() {
2259
- this.ux = new ScatterAreaSeries();
2260
- let a = this.ux;
2261
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
2262
- return this.ux;
2261
+ t3() {
2262
+ this.uy = new ScatterAreaSeries();
2263
+ let a = this.uy;
2264
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
2265
+ return this.uy;
2263
2266
  }
2264
- u5(a, b) {
2267
+ u6(a, b) {
2265
2268
  if (this.triangulationStatusChanged != null) {
2266
2269
  this.triangulationStatusChanged(this, b);
2267
2270
  }
2268
2271
  }
2269
- cg() {
2272
+ ch() {
2270
2273
  return new GeographicScatterAreaSeriesView(this);
2271
2274
  }
2272
- o0(a) {
2273
- super.o0(a);
2274
- this.uz = a;
2275
+ o1(a) {
2276
+ super.o1(a);
2277
+ this.u0 = a;
2275
2278
  }
2276
- o8(a, b, c, d) {
2277
- super.o8(a, b, c, d);
2279
+ o9(a, b, c, d) {
2280
+ super.o9(a, b, c, d);
2278
2281
  switch (b) {
2279
2282
  case GeographicScatterAreaSeries.$$p[1]:
2280
- this.uz.cq();
2283
+ this.u0.cq();
2281
2284
  break;
2282
2285
  case "ColorScale":
2283
- this.uz.cr();
2284
- this.u6();
2286
+ this.u0.cr();
2287
+ this.u7();
2285
2288
  break;
2286
2289
  }
2287
2290
  }
2288
- get_gf() {
2291
+ get_gg() {
2289
2292
  return true;
2290
2293
  }
2291
- set_gf(a) {
2292
- super.set_gf(a);
2294
+ set_gg(a) {
2295
+ super.set_gg(a);
2293
2296
  }
2294
2297
  }
2295
2298
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2296
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uv:u7', [ColorScale.$, null], 'ColorMemberPath:u1:u8', [2, "value"]]);
2299
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uw:u8', [ColorScale.$, null], 'ColorMemberPath:u2:u9', [2, "value"]]);
2297
2300
  return GeographicScatterAreaSeries;
2298
2301
  })();
2299
2302
 
@@ -4506,7 +4509,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4506
4509
  * Checks if this control is geographic coordinate system
4507
4510
  */
4508
4511
  get isGeographic() {
4509
- return this.i.eq;
4512
+ return this.i.er;
4510
4513
  }
4511
4514
  /**
4512
4515
  * Gets whether this series supports markers
@@ -4519,10 +4522,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4519
4522
  * 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%.
4520
4523
  */
4521
4524
  get visibleFromScale() {
4522
- return this.i.t5;
4525
+ return this.i.t6;
4523
4526
  }
4524
4527
  set visibleFromScale(v) {
4525
- this.i.t5 = +v;
4528
+ this.i.t6 = +v;
4526
4529
  }
4527
4530
  /**
4528
4531
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -4540,10 +4543,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4540
4543
 
4541
4544
  */
4542
4545
  notifyIndexedPropertiesChanged() {
4543
- this.i.og();
4546
+ this.i.oh();
4544
4547
  }
4545
4548
  getItemValue(item, memberPathName) {
4546
- let iv = this.i.ju(item, memberPathName);
4549
+ let iv = this.i.jv(item, memberPathName);
4547
4550
  return (iv);
4548
4551
  }
4549
4552
  /**
@@ -4552,23 +4555,23 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4552
4555
  * @param world * The world coordinates to use.
4553
4556
  */
4554
4557
  getItem(world) {
4555
- let iv = this.i.jr(toPoint(world));
4558
+ let iv = this.i.js(toPoint(world));
4556
4559
  return (iv);
4557
4560
  }
4558
4561
  getPreviousOrExactIndex(world, skipUnknowns) {
4559
- let iv = this.i.jf(toPoint(world), skipUnknowns);
4562
+ let iv = this.i.jg(toPoint(world), skipUnknowns);
4560
4563
  return (iv);
4561
4564
  }
4562
4565
  getNextOrExactIndex(world, skipUnknowns) {
4563
- let iv = this.i.jd(toPoint(world), skipUnknowns);
4566
+ let iv = this.i.je(toPoint(world), skipUnknowns);
4564
4567
  return (iv);
4565
4568
  }
4566
4569
  getSeriesValue(world, useInterpolation, skipUnknowns) {
4567
- let iv = this.i.h9(toPoint(world), useInterpolation, skipUnknowns);
4570
+ let iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
4568
4571
  return (iv);
4569
4572
  }
4570
4573
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
4571
- let iv = this.i.th(toPoint(world), useInterpolation, skipUnknowns);
4574
+ let iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
4572
4575
  return fromPoint(iv);
4573
4576
  }
4574
4577
  /**
@@ -4577,7 +4580,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4577
4580
  * @param world * The world coordinate for which to get a value bounding box for
4578
4581
  */
4579
4582
  getSeriesValueBoundingBox(world) {
4580
- let iv = this.i.ts(toPoint(world));
4583
+ let iv = this.i.tt(toPoint(world));
4581
4584
  return fromRect(iv);
4582
4585
  }
4583
4586
  /**
@@ -4586,31 +4589,31 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4586
4589
  * @param world * The world coordinates for which to get a value marker bounding box for
4587
4590
  */
4588
4591
  getSeriesValueMarkerBoundingBox(world) {
4589
- let iv = this.i.tu(toPoint(world));
4592
+ let iv = this.i.tv(toPoint(world));
4590
4593
  return fromRect(iv);
4591
4594
  }
4592
4595
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
4593
- let iv = this.i.h5(toPoint(world), useInterpolation, skipUnknowns);
4596
+ let iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
4594
4597
  return (iv);
4595
4598
  }
4596
4599
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
4597
- let iv = this.i.td(toPoint(world), useInterpolation, skipUnknowns);
4600
+ let iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
4598
4601
  return fromPoint(iv);
4599
4602
  }
4600
4603
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
4601
- let iv = this.i.h7(toPoint(world), useInterpolation, skipUnknowns);
4604
+ let iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
4602
4605
  return (iv);
4603
4606
  }
4604
4607
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
4605
- let iv = this.i.tf(toPoint(world), useInterpolation, skipUnknowns);
4608
+ let iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
4606
4609
  return fromPoint(iv);
4607
4610
  }
4608
4611
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4609
- let iv = this.i.ti(toPoint(mouse), useInterpolation, skipUnknowns);
4612
+ let iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
4610
4613
  return fromPoint(iv);
4611
4614
  }
4612
4615
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4613
- let iv = this.i.ia(toPoint(mouse), useInterpolation, skipUnknowns);
4616
+ let iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
4614
4617
  return (iv);
4615
4618
  }
4616
4619
  /**
@@ -4618,7 +4621,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4618
4621
 
4619
4622
  */
4620
4623
  getItemSpan() {
4621
- let iv = this.i.h0();
4624
+ let iv = this.i.h1();
4622
4625
  return (iv);
4623
4626
  }
4624
4627
  /**
@@ -4627,14 +4630,14 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4627
4630
  * @param animate * True if the change should be animated.
4628
4631
  */
4629
4632
  renderSeries(animate) {
4630
- this.i.pp(animate);
4633
+ this.i.pq(animate);
4631
4634
  }
4632
4635
  /**
4633
4636
  * Called when this series' Style is updated.
4634
4637
 
4635
4638
  */
4636
4639
  styleUpdated() {
4637
- this.i.p8();
4640
+ this.i.p9();
4638
4641
  }
4639
4642
  }
4640
4643
  IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -4729,61 +4732,61 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4729
4732
  * 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.
4730
4733
  */
4731
4734
  get shapeMemberPath() {
4732
- return this.i.uw;
4735
+ return this.i.ux;
4733
4736
  }
4734
4737
  set shapeMemberPath(v) {
4735
- this.i.uw = v;
4738
+ this.i.ux = v;
4736
4739
  }
4737
4740
  /**
4738
4741
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
4739
4742
  */
4740
4743
  get isCustomShapeStyleAllowed() {
4741
- return this.i.ul;
4744
+ return this.i.um;
4742
4745
  }
4743
4746
  set isCustomShapeStyleAllowed(v) {
4744
- this.i.ul = ensureBool(v);
4747
+ this.i.um = ensureBool(v);
4745
4748
  }
4746
4749
  /**
4747
4750
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
4748
4751
  */
4749
4752
  get isCustomShapeMarkerStyleAllowed() {
4750
- return this.i.uk;
4753
+ return this.i.ul;
4751
4754
  }
4752
4755
  set isCustomShapeMarkerStyleAllowed(v) {
4753
- this.i.uk = ensureBool(v);
4756
+ this.i.ul = ensureBool(v);
4754
4757
  }
4755
4758
  /**
4756
4759
  * Gets or sets the mode the series will use to find the closest point to the cursor.
4757
4760
  */
4758
4761
  get itemSearchMode() {
4759
- return this.i.ud;
4762
+ return this.i.ue;
4760
4763
  }
4761
4764
  set itemSearchMode(v) {
4762
- this.i.ud = ensureEnum(ShapeItemSearchMode_$type, v);
4765
+ this.i.ue = ensureEnum(ShapeItemSearchMode_$type, v);
4763
4766
  }
4764
4767
  /**
4765
4768
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
4766
4769
  */
4767
4770
  get itemSearchThreshold() {
4768
- return this.i.uo;
4771
+ return this.i.up;
4769
4772
  }
4770
4773
  set itemSearchThreshold(v) {
4771
- this.i.uo = +v;
4774
+ this.i.up = +v;
4772
4775
  }
4773
4776
  /**
4774
4777
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
4775
4778
  */
4776
4779
  get itemSearchPointsThreshold() {
4777
- return this.i.un;
4780
+ return this.i.uo;
4778
4781
  }
4779
4782
  set itemSearchPointsThreshold(v) {
4780
- this.i.un = +v;
4783
+ this.i.uo = +v;
4781
4784
  }
4782
4785
  /**
4783
4786
  * Set a shapefile datasource to use with the series.
4784
4787
  */
4785
4788
  get shapefileDataSource() {
4786
- const r = this.i.ug;
4789
+ const r = this.i.uh;
4787
4790
  if (r == null) {
4788
4791
  return null;
4789
4792
  }
@@ -4802,17 +4805,17 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4802
4805
  return r.externalObject;
4803
4806
  }
4804
4807
  set shapefileDataSource(v) {
4805
- v == null ? this.i.ug = null : this.i.ug = v.i;
4808
+ v == null ? this.i.uh = null : this.i.uh = v.i;
4806
4809
  }
4807
4810
  /**
4808
4811
  * 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.
4809
4812
  * 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.
4810
4813
  */
4811
4814
  get shapeFilterResolution() {
4812
- return this.i.um;
4815
+ return this.i.un;
4813
4816
  }
4814
4817
  set shapeFilterResolution(v) {
4815
- this.i.um = +v;
4818
+ this.i.un = +v;
4816
4819
  }
4817
4820
  findByName(name) {
4818
4821
  var baseResult = super.findByName(name);
@@ -4913,127 +4916,127 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
4913
4916
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
4914
4917
  constructor() {
4915
4918
  super(...arguments);
4919
+ this.uk = false;
4916
4920
  this.uj = false;
4917
- this.ui = false;
4918
4921
  this.assigningShapeStyle = null;
4919
4922
  this.assigningShapeMarkerStyle = null;
4920
- this.uf = null;
4921
- this.uh = false;
4923
+ this.ug = null;
4924
+ this.ui = false;
4922
4925
  }
4923
- cg() {
4926
+ ch() {
4924
4927
  return new GeographicShapeSeriesBaseView(this);
4925
4928
  }
4926
- o0(a) {
4927
- super.o0(a);
4928
- this.ue = a;
4929
+ o1(a) {
4930
+ super.o1(a);
4931
+ this.uf = a;
4929
4932
  }
4930
- get_es() {
4933
+ get_et() {
4931
4934
  return true;
4932
4935
  }
4933
- get_du() {
4936
+ get_dv() {
4934
4937
  return true;
4935
4938
  }
4936
- o8(a, b, c, d) {
4937
- super.o8(a, b, c, d);
4939
+ o9(a, b, c, d) {
4940
+ super.o9(a, b, c, d);
4938
4941
  switch (b) {
4939
4942
  case "SeriesViewer":
4940
- this.ue.ci();
4943
+ this.uf.ci();
4941
4944
  break;
4942
4945
  case "ShapeMemberPath":
4943
- this.ue.ck();
4946
+ this.uf.ck();
4944
4947
  break;
4945
4948
  case GeographicShapeSeriesBase.$$p[5]:
4946
- this.ue.cj();
4949
+ this.uf.cj();
4947
4950
  break;
4948
4951
  case GeographicShapeSeriesBase.$$p[1]:
4949
- this.t3.u2 = this.ul;
4950
- this.uj = this.ul;
4951
- if (this.ul) {
4952
- let e = this.t3;
4953
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.uz));
4952
+ this.t4.u3 = this.um;
4953
+ this.uk = this.um;
4954
+ if (this.um) {
4955
+ let e = this.t4;
4956
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
4954
4957
  }
4955
4958
  else {
4956
- let f = this.t3;
4957
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.uz));
4959
+ let f = this.t4;
4960
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
4958
4961
  }
4959
4962
  break;
4960
4963
  case GeographicShapeSeriesBase.$$p[0]:
4961
- this.t3.u1 = this.uk;
4962
- this.ui = this.uk;
4963
- if (this.ul) {
4964
- let g = this.t3;
4965
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uy));
4964
+ this.t4.u2 = this.ul;
4965
+ this.uj = this.ul;
4966
+ if (this.um) {
4967
+ let g = this.t4;
4968
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
4966
4969
  }
4967
4970
  else {
4968
- let h = this.t3;
4969
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uy));
4971
+ let h = this.t4;
4972
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
4970
4973
  }
4971
4974
  break;
4972
4975
  case GeographicShapeSeriesBase.$$p[2]:
4973
- this.t3.uo = this.ud;
4976
+ this.t4.up = this.ue;
4974
4977
  break;
4975
4978
  case GeographicShapeSeriesBase.$$p[3]:
4976
- this.t3.vj = this.un;
4979
+ this.t4.vk = this.uo;
4977
4980
  break;
4978
4981
  case GeographicShapeSeriesBase.$$p[4]:
4979
- this.t3.vk = this.uo;
4982
+ this.t4.vl = this.up;
4980
4983
  break;
4981
4984
  case "ShapefileDataSource":
4982
4985
  if (c != null) {
4983
4986
  let i = c;
4984
- if (this.uh) {
4985
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u0));
4987
+ if (this.ui) {
4988
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
4986
4989
  }
4987
4990
  }
4988
4991
  if (d != null) {
4989
4992
  let j = d;
4990
4993
  if (j.count > 0) {
4991
- this.u1();
4994
+ this.u2();
4992
4995
  break;
4993
4996
  }
4994
- this.uh = true;
4995
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u0));
4997
+ this.ui = true;
4998
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
4996
4999
  }
4997
5000
  break;
4998
5001
  }
4999
5002
  }
5000
- uz(a, b) {
5003
+ u0(a, b) {
5001
5004
  if (this.assigningShapeStyle != null) {
5002
5005
  this.assigningShapeStyle(this, b);
5003
5006
  }
5004
5007
  }
5005
- uy(a, b) {
5008
+ uz(a, b) {
5006
5009
  if (this.assigningShapeMarkerStyle != null) {
5007
5010
  this.assigningShapeMarkerStyle(this, b);
5008
5011
  }
5009
5012
  }
5010
- u0(a, b) {
5011
- this.u1();
5013
+ u1(a, b) {
5014
+ this.u2();
5012
5015
  }
5013
- u1() {
5014
- let sds_ = this.ug;
5016
+ u2() {
5017
+ let sds_ = this.uh;
5015
5018
  let ext_ = sds_.externalObject;
5016
5019
  this.itemsSource = (ext_.getPointData());
5017
5020
  }
5018
- get ug() {
5019
- return this.uf;
5021
+ get uh() {
5022
+ return this.ug;
5020
5023
  }
5021
- set ug(a) {
5022
- let b = this.uf;
5023
- this.uf = a;
5024
- if (b != this.uf) {
5025
- this.raisePropertyChanged("ShapefileDataSource", b, this.uf);
5024
+ set uh(a) {
5025
+ let b = this.ug;
5026
+ this.ug = a;
5027
+ if (b != this.ug) {
5028
+ this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
5026
5029
  }
5027
5030
  }
5028
- get_gf() {
5031
+ get_gg() {
5029
5032
  return true;
5030
5033
  }
5031
- set_gf(a) {
5032
- super.set_gf(a);
5034
+ set_gg(a) {
5035
+ super.set_gg(a);
5033
5036
  }
5034
5037
  }
5035
5038
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5036
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:uk:u2', [0, false], 'IsCustomShapeStyleAllowed:ul:u3', [0, false], 'ItemSearchMode:ud:u4', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:un:u5', [1, 10000], 'ItemSearchThreshold:uo:u6', [1, 10000], 'ShapeFilterResolution:um:u7', [1, 2], 'ShapeMemberPath:uw:u8', [2, "points"]]);
5039
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
5037
5040
  return GeographicShapeSeriesBase;
5038
5041
  })();
5039
5042
  /**
@@ -5048,23 +5051,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
5048
5051
  }
5049
5052
  b5() {
5050
5053
  super.b5();
5051
- this.ch.t3.vw = this.ch.uw;
5054
+ this.ch.t4.vx = this.ch.ux;
5052
5055
  }
5053
5056
  ci() {
5054
- let a = this.ch.t3;
5055
- if (this.ch.cy == null) {
5056
- a.ui = null;
5057
- a.uk = null;
5057
+ let a = this.ch.t4;
5058
+ if (this.ch.cz == null) {
5059
+ a.uj = null;
5060
+ a.ul = null;
5058
5061
  return;
5059
5062
  }
5060
- a.ui = this.ch.cy.ua;
5061
- a.uk = this.ch.cy.uc;
5063
+ a.uj = this.ch.cz.ua;
5064
+ a.ul = this.ch.cz.uc;
5062
5065
  }
5063
5066
  ck() {
5064
- this.ch.t3.vw = this.ch.uw;
5067
+ this.ch.t4.vx = this.ch.ux;
5065
5068
  }
5066
5069
  cj() {
5067
- this.ch.t3.vg = this.ch.um;
5070
+ this.ch.t4.vh = this.ch.un;
5068
5071
  }
5069
5072
  }
5070
5073
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -5101,53 +5104,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
5101
5104
  this.cl = null;
5102
5105
  this.cl = a;
5103
5106
  if (!this.q) {
5104
- this.cl.uw = "points";
5107
+ this.cl.ux = "points";
5105
5108
  }
5106
5109
  }
5107
5110
  au() {
5108
5111
  super.au();
5109
5112
  if (!this.q) {
5110
- this.cl.wg = Defaults.aj;
5111
- this.cl.iu = Defaults.p;
5112
- this.cl.vf = Defaults.o;
5113
- this.cl.vc = Defaults.d;
5114
- this.cl.va = Defaults.a;
5113
+ this.cl.wh = Defaults.aj;
5114
+ this.cl.iv = Defaults.p;
5115
+ this.cl.vg = Defaults.o;
5116
+ this.cl.vd = Defaults.d;
5117
+ this.cl.vb = Defaults.a;
5115
5118
  }
5116
5119
  }
5117
5120
  b5() {
5118
5121
  super.b5();
5119
- this.cl.t3.ye = this.cl.wi;
5120
- this.cl.t3.w7 = this.cl.vd;
5121
- this.cl.t3.xt = this.cl.vy;
5122
- this.cl.t3.xa = this.cl.vf;
5123
- this.cl.t3.wt = this.cl.u9;
5122
+ this.cl.t4.yf = this.cl.wj;
5123
+ this.cl.t4.w8 = this.cl.ve;
5124
+ this.cl.t4.xu = this.cl.vz;
5125
+ this.cl.t4.xb = this.cl.vg;
5126
+ this.cl.t4.wu = this.cl.va;
5124
5127
  }
5125
5128
  cq() {
5126
- this.cl.t3.xt = this.cl.vy;
5129
+ this.cl.t4.xu = this.cl.vz;
5127
5130
  }
5128
5131
  cs() {
5129
- this.cl.t3.xa = this.cl.vf;
5132
+ this.cl.t4.xb = this.cl.vg;
5130
5133
  }
5131
5134
  cn() {
5132
- this.cl.t3.wt = this.cl.u9;
5135
+ this.cl.t4.wu = this.cl.va;
5133
5136
  }
5134
5137
  cr() {
5135
- this.cl.t3.w2 = this.cl.vc;
5138
+ this.cl.t4.w3 = this.cl.vd;
5136
5139
  }
5137
5140
  cm() {
5138
- this.cl.t3.ya = this.cl.wf;
5141
+ this.cl.t4.yb = this.cl.wg;
5139
5142
  }
5140
5143
  co() {
5141
- this.cl.t3.yb = this.cl.wg;
5144
+ this.cl.t4.yc = this.cl.wh;
5142
5145
  }
5143
5146
  cp() {
5144
- this.cl.t3.yd = this.cl.wh;
5147
+ this.cl.t4.ye = this.cl.wi;
5145
5148
  }
5146
5149
  ct() {
5147
- this.cl.t3.w7 = this.cl.vd;
5150
+ this.cl.t4.w8 = this.cl.ve;
5148
5151
  }
5149
5152
  cu() {
5150
- this.cl.t3.ye = this.cl.wi;
5153
+ this.cl.t4.yf = this.cl.wj;
5151
5154
  }
5152
5155
  }
5153
5156
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5163,96 +5166,99 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
5163
5166
  this.styleShape = null;
5164
5167
  this.ab = GeographicShapeSeries.$;
5165
5168
  }
5166
- get_e3() {
5169
+ bg() {
5170
+ return new GeographicShapeSeries();
5171
+ }
5172
+ get_e4() {
5167
5173
  return true;
5168
5174
  }
5169
- cg() {
5175
+ ch() {
5170
5176
  return new GeographicShapeSeriesView(this);
5171
5177
  }
5172
- o0(a) {
5173
- super.o0(a);
5174
- this.ve = a;
5178
+ o1(a) {
5179
+ super.o1(a);
5180
+ this.vf = a;
5175
5181
  }
5176
- t2() {
5182
+ t3() {
5177
5183
  let a = new ScatterPolygonSeries();
5178
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vv));
5179
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vw));
5184
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
5185
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
5180
5186
  return a;
5181
5187
  }
5182
- vv(a, b) {
5188
+ vw(a, b) {
5183
5189
  if (this.styleShape != null) {
5184
5190
  this.styleShape(this, b);
5185
5191
  }
5186
5192
  }
5187
- vw(a, b) {
5188
- let c = typeCast(ScatterPolygonSeries.$, this.t3);
5193
+ vx(a, b) {
5194
+ let c = typeCast(ScatterPolygonSeries.$, this.t4);
5189
5195
  if (c == null) {
5190
5196
  return;
5191
5197
  }
5192
5198
  }
5193
- hs() {
5194
- return this.vf;
5195
- }
5196
- sz() {
5197
- return this.wd;
5199
+ ht() {
5200
+ return this.vg;
5198
5201
  }
5199
5202
  s0() {
5200
5203
  return this.we;
5201
5204
  }
5202
- qv() {
5203
- return this.vx;
5205
+ s1() {
5206
+ return this.wf;
5204
5207
  }
5205
- kx() {
5206
- let a = typeCast(ScatterPolygonSeries.$, this.t3);
5208
+ qw() {
5209
+ return this.vy;
5210
+ }
5211
+ ky() {
5212
+ let a = typeCast(ScatterPolygonSeries.$, this.t4);
5207
5213
  if (a == null) {
5208
5214
  return "Unknown";
5209
5215
  }
5210
- return a.kx();
5216
+ return a.ky();
5211
5217
  }
5212
- o8(a, b, c, d) {
5213
- super.o8(a, b, c, d);
5218
+ o9(a, b, c, d) {
5219
+ super.o9(a, b, c, d);
5214
5220
  switch (b) {
5215
5221
  case GeographicShapeSeries.$$p[6]:
5216
- this.t3.w0 = this.vb;
5222
+ this.t4.w1 = this.vc;
5217
5223
  break;
5218
5224
  case GeographicShapeSeries.$$p[5]:
5219
- this.t3.ww = this.va;
5225
+ this.t4.wx = this.vb;
5220
5226
  break;
5221
5227
  case GeographicShapeSeries.$$p[9]:
5222
- this.ve.cq();
5228
+ this.vf.cq();
5223
5229
  break;
5224
5230
  case GeographicShapeSeries.$$p[10]:
5225
- this.ve.cs();
5231
+ this.vf.cs();
5226
5232
  break;
5227
5233
  case GeographicShapeSeries.$$p[4]:
5228
- this.ve.cn();
5234
+ this.vf.cn();
5229
5235
  break;
5230
5236
  case GeographicShapeSeries.$$p[11]:
5231
- this.ve.cr();
5237
+ this.vf.cr();
5232
5238
  break;
5233
5239
  case GeographicShapeSeries.$$p[3]:
5234
- this.ve.cm();
5240
+ this.vf.cm();
5235
5241
  break;
5236
5242
  case GeographicShapeSeries.$$p[7]:
5237
- this.ve.co();
5243
+ this.vf.co();
5238
5244
  break;
5239
5245
  case GeographicShapeSeries.$$p[8]:
5240
- this.ve.cp();
5246
+ this.vf.cp();
5241
5247
  break;
5242
5248
  case GeographicShapeSeries.$$p[13]:
5243
- this.ve.ct();
5249
+ this.vf.ct();
5244
5250
  break;
5245
5251
  case GeographicShapeSeries.$$p[12]:
5246
- this.ve.cu();
5252
+ this.vf.cu();
5247
5253
  break;
5248
5254
  }
5249
5255
  }
5250
- iq() {
5256
+ ir() {
5251
5257
  return 0.7;
5252
5258
  }
5253
5259
  }
5254
5260
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5255
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wd:vz', [Brush.$], 'ActualMarkerOutline:we:v0', [Brush.$], 'ActualMarkerTemplate:vx:v1', [DataTemplate.$, null], 'MarkerBrush:wf:v2', [Brush.$], 'MarkerCollisionAvoidance:u9:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:va:v4', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vb:v5', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wg:v6', [Brush.$], 'MarkerStyle:wh:v7', [Style.$], 'MarkerTemplate:vy:v8', [DataTemplate.$, null], 'MarkerThickness:vf:v9', [1, DeviceUtils.g(2)], 'MarkerType:vc:wa', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wi:wb', [Style.$, null], 'ShapeStyleSelector:vd:wc', [StyleSelector.$, null]]);
5261
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
5256
5262
  return GeographicShapeSeries;
5257
5263
  })();
5258
5264
 
@@ -5285,153 +5291,153 @@ let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
5285
5291
  * Gets whether the current series shows a polygon shape.
5286
5292
  */
5287
5293
  get isPolygon() {
5288
- return this.i.e3;
5294
+ return this.i.e4;
5289
5295
  }
5290
5296
  /**
5291
5297
  * Gets or sets the fill brush.
5292
5298
  */
5293
5299
  get shapeFill() {
5294
- return this.i.wi ? this.i.wi.fill : null;
5300
+ return this.i.wj ? this.i.wj.fill : null;
5295
5301
  }
5296
5302
  set shapeFill(v) {
5297
5303
  this.ensureShapeStyle();
5298
- this.i.wi.fill = v;
5304
+ this.i.wj.fill = v;
5299
5305
  }
5300
5306
  /**
5301
5307
  * Gets or sets the stroke brush.
5302
5308
  */
5303
5309
  get shapeStroke() {
5304
- return this.i.wi ? this.i.wi.stroke : null;
5310
+ return this.i.wj ? this.i.wj.stroke : null;
5305
5311
  }
5306
5312
  set shapeStroke(v) {
5307
5313
  this.ensureShapeStyle();
5308
- this.i.wi.stroke = v;
5314
+ this.i.wj.stroke = v;
5309
5315
  }
5310
5316
  /**
5311
5317
  * Gets or sets the stroke thickness.
5312
5318
  */
5313
5319
  get shapeStrokeThickness() {
5314
- return this.i.wi ? this.i.wi.strokeThickness : NaN;
5320
+ return this.i.wj ? this.i.wj.strokeThickness : NaN;
5315
5321
  }
5316
5322
  set shapeStrokeThickness(v) {
5317
5323
  this.ensureShapeStyle();
5318
- this.i.wi.strokeThickness = +v;
5324
+ this.i.wj.strokeThickness = +v;
5319
5325
  }
5320
5326
  /**
5321
5327
  * Gets or sets the opacity.
5322
5328
  */
5323
5329
  get shapeOpacity() {
5324
- return this.i.wi ? this.i.wi.opacity : NaN;
5330
+ return this.i.wj ? this.i.wj.opacity : NaN;
5325
5331
  }
5326
5332
  set shapeOpacity(v) {
5327
5333
  this.ensureShapeStyle();
5328
- this.i.wi.opacity = +v;
5334
+ this.i.wj.opacity = +v;
5329
5335
  }
5330
5336
  ensureShapeStyle() {
5331
- if (this.i.wi) {
5337
+ if (this.i.wj) {
5332
5338
  return;
5333
5339
  }
5334
- this.i.wi = new Style();
5340
+ this.i.wj = new Style();
5335
5341
  }
5336
5342
  /**
5337
5343
  * Gets or sets the marker type for the current series object.
5338
5344
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5339
5345
  */
5340
5346
  get markerType() {
5341
- return this.i.vc;
5347
+ return this.i.vd;
5342
5348
  }
5343
5349
  set markerType(v) {
5344
- this.i.vc = ensureEnum(MarkerType_$type, v);
5350
+ this.i.vd = ensureEnum(MarkerType_$type, v);
5345
5351
  }
5346
5352
  /**
5347
5353
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5348
5354
  */
5349
5355
  get markerOutlineMode() {
5350
- return this.i.vb;
5356
+ return this.i.vc;
5351
5357
  }
5352
5358
  set markerOutlineMode(v) {
5353
- this.i.vb = ensureEnum(MarkerOutlineMode_$type, v);
5359
+ this.i.vc = ensureEnum(MarkerOutlineMode_$type, v);
5354
5360
  }
5355
5361
  /**
5356
5362
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5357
5363
  */
5358
5364
  get markerFillMode() {
5359
- return this.i.va;
5365
+ return this.i.vb;
5360
5366
  }
5361
5367
  set markerFillMode(v) {
5362
- this.i.va = ensureEnum(MarkerFillMode_$type, v);
5368
+ this.i.vb = ensureEnum(MarkerFillMode_$type, v);
5363
5369
  }
5364
5370
  /**
5365
5371
  * Gets or sets the MarkerTemplate for the current series object.
5366
5372
  */
5367
5373
  get markerTemplate() {
5368
- return this.i.vy;
5374
+ return this.i.vz;
5369
5375
  }
5370
5376
  set markerTemplate(v) {
5371
- this.i.vy = v;
5377
+ this.i.vz = v;
5372
5378
  }
5373
5379
  /**
5374
5380
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5375
5381
  */
5376
5382
  get markerBrush() {
5377
- return brushToString(this.i.wf);
5383
+ return brushToString(this.i.wg);
5378
5384
  }
5379
5385
  set markerBrush(v) {
5380
- this.i.wf = stringToBrush(v);
5386
+ this.i.wg = stringToBrush(v);
5381
5387
  }
5382
5388
  /**
5383
5389
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5384
5390
  */
5385
5391
  get markerOutline() {
5386
- return brushToString(this.i.wg);
5392
+ return brushToString(this.i.wh);
5387
5393
  }
5388
5394
  set markerOutline(v) {
5389
- this.i.wg = stringToBrush(v);
5395
+ this.i.wh = stringToBrush(v);
5390
5396
  }
5391
5397
  /**
5392
5398
  * Gets or sets thickness of the marker outline
5393
5399
  */
5394
5400
  get markerThickness() {
5395
- return this.i.vf;
5401
+ return this.i.vg;
5396
5402
  }
5397
5403
  set markerThickness(v) {
5398
- this.i.vf = +v;
5404
+ this.i.vg = +v;
5399
5405
  }
5400
5406
  /**
5401
5407
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5402
5408
  */
5403
5409
  get markerCollisionAvoidance() {
5404
- return this.i.u9;
5410
+ return this.i.va;
5405
5411
  }
5406
5412
  set markerCollisionAvoidance(v) {
5407
- this.i.u9 = ensureEnum(CollisionAvoidanceType_$type, v);
5413
+ this.i.va = ensureEnum(CollisionAvoidanceType_$type, v);
5408
5414
  }
5409
5415
  /**
5410
5416
  * Gets the effective marker template for the current series object.
5411
5417
  */
5412
5418
  get actualMarkerTemplate() {
5413
- return this.i.vx;
5419
+ return this.i.vy;
5414
5420
  }
5415
5421
  set actualMarkerTemplate(v) {
5416
- this.i.vx = v;
5422
+ this.i.vy = v;
5417
5423
  }
5418
5424
  /**
5419
5425
  * Gets the effective marker brush for the current series object.
5420
5426
  */
5421
5427
  get actualMarkerBrush() {
5422
- return brushToString(this.i.wd);
5428
+ return brushToString(this.i.we);
5423
5429
  }
5424
5430
  set actualMarkerBrush(v) {
5425
- this.i.wd = stringToBrush(v);
5431
+ this.i.we = stringToBrush(v);
5426
5432
  }
5427
5433
  /**
5428
5434
  * Gets the effective marker outline for the current series object.
5429
5435
  */
5430
5436
  get actualMarkerOutline() {
5431
- return brushToString(this.i.we);
5437
+ return brushToString(this.i.wf);
5432
5438
  }
5433
5439
  set actualMarkerOutline(v) {
5434
- this.i.we = stringToBrush(v);
5440
+ this.i.wf = stringToBrush(v);
5435
5441
  }
5436
5442
  get styleShape() {
5437
5443
  if (this._styleShape == null) {
@@ -5570,19 +5576,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
5570
5576
  au() {
5571
5577
  super.au();
5572
5578
  if (!this.q) {
5573
- this.cl.iu = Defaults.n;
5579
+ this.cl.iv = Defaults.n;
5574
5580
  }
5575
5581
  }
5576
5582
  b5() {
5577
5583
  super.b5();
5578
- this.cl.t3.wt = this.cl.u9;
5579
- this.cl.t3.wy = this.cl.vh;
5584
+ this.cl.t4.wu = this.cl.va;
5585
+ this.cl.t4.wz = this.cl.vi;
5580
5586
  }
5581
5587
  cm() {
5582
- this.cl.t3.wt = this.cl.u9;
5588
+ this.cl.t4.wu = this.cl.va;
5583
5589
  }
5584
5590
  cn() {
5585
- this.cl.t3.wy = this.cl.vh;
5591
+ this.cl.t4.wz = this.cl.vi;
5586
5592
  }
5587
5593
  }
5588
5594
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5598,40 +5604,43 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
5598
5604
  this.styleShape = null;
5599
5605
  this.ab = GeographicPolylineSeries.$;
5600
5606
  }
5601
- get_e4() {
5607
+ bg() {
5608
+ return new GeographicPolylineSeries();
5609
+ }
5610
+ get_e5() {
5602
5611
  return true;
5603
5612
  }
5604
- cg() {
5613
+ ch() {
5605
5614
  return new GeographicPolylineSeriesView(this);
5606
5615
  }
5607
- o0(a) {
5608
- super.o0(a);
5609
- this.va = a;
5616
+ o1(a) {
5617
+ super.o1(a);
5618
+ this.vb = a;
5610
5619
  }
5611
- t2() {
5620
+ t3() {
5612
5621
  let a = new ScatterPolylineSeries();
5613
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ve));
5622
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vf));
5614
5623
  return a;
5615
5624
  }
5616
- ve(a, b) {
5625
+ vf(a, b) {
5617
5626
  if (this.styleShape != null) {
5618
5627
  this.styleShape(this, b);
5619
5628
  }
5620
5629
  }
5621
- o8(a, b, c, d) {
5622
- super.o8(a, b, c, d);
5630
+ o9(a, b, c, d) {
5631
+ super.o9(a, b, c, d);
5623
5632
  switch (b) {
5624
5633
  case GeographicPolylineSeries.$$p[1]:
5625
- this.va.cm();
5634
+ this.vb.cm();
5626
5635
  break;
5627
5636
  case GeographicPolylineSeries.$$p[0]:
5628
- this.va.cn();
5637
+ this.vb.cn();
5629
5638
  break;
5630
5639
  }
5631
5640
  }
5632
5641
  }
5633
5642
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
5634
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vh:vf', [Style.$, null], 'ShapeStyleSelector:u9:vg', [StyleSelector.$, null]]);
5643
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [Style.$, null], 'ShapeStyleSelector:va:vh', [StyleSelector.$, null]]);
5635
5644
  return GeographicPolylineSeries;
5636
5645
  })();
5637
5646
 
@@ -5664,53 +5673,53 @@ let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
5664
5673
  * Gets whether the current series shows a polyline shape.
5665
5674
  */
5666
5675
  get isPolyline() {
5667
- return this.i.e4;
5676
+ return this.i.e5;
5668
5677
  }
5669
5678
  /**
5670
5679
  * Gets or sets the fill brush.
5671
5680
  */
5672
5681
  get shapeFill() {
5673
- return this.i.vh ? this.i.vh.fill : null;
5682
+ return this.i.vi ? this.i.vi.fill : null;
5674
5683
  }
5675
5684
  set shapeFill(v) {
5676
5685
  this.ensureShapeStyle();
5677
- this.i.vh.fill = v;
5686
+ this.i.vi.fill = v;
5678
5687
  }
5679
5688
  /**
5680
5689
  * Gets or sets the stroke brush.
5681
5690
  */
5682
5691
  get shapeStroke() {
5683
- return this.i.vh ? this.i.vh.stroke : null;
5692
+ return this.i.vi ? this.i.vi.stroke : null;
5684
5693
  }
5685
5694
  set shapeStroke(v) {
5686
5695
  this.ensureShapeStyle();
5687
- this.i.vh.stroke = v;
5696
+ this.i.vi.stroke = v;
5688
5697
  }
5689
5698
  /**
5690
5699
  * Gets or sets the stroke thickness.
5691
5700
  */
5692
5701
  get shapeStrokeThickness() {
5693
- return this.i.vh ? this.i.vh.strokeThickness : NaN;
5702
+ return this.i.vi ? this.i.vi.strokeThickness : NaN;
5694
5703
  }
5695
5704
  set shapeStrokeThickness(v) {
5696
5705
  this.ensureShapeStyle();
5697
- this.i.vh.strokeThickness = +v;
5706
+ this.i.vi.strokeThickness = +v;
5698
5707
  }
5699
5708
  /**
5700
5709
  * Gets or sets the opacity.
5701
5710
  */
5702
5711
  get shapeOpacity() {
5703
- return this.i.vh ? this.i.vh.opacity : NaN;
5712
+ return this.i.vi ? this.i.vi.opacity : NaN;
5704
5713
  }
5705
5714
  set shapeOpacity(v) {
5706
5715
  this.ensureShapeStyle();
5707
- this.i.vh.opacity = +v;
5716
+ this.i.vi.opacity = +v;
5708
5717
  }
5709
5718
  ensureShapeStyle() {
5710
- if (this.i.vh) {
5719
+ if (this.i.vi) {
5711
5720
  return;
5712
5721
  }
5713
- this.i.vh = new Style();
5722
+ this.i.vi = new Style();
5714
5723
  }
5715
5724
  get styleShape() {
5716
5725
  if (this._styleShape == null) {
@@ -5944,47 +5953,50 @@ let TileSeries = /*@__PURE__*/ (() => {
5944
5953
  class TileSeries extends ShapeSeriesBase {
5945
5954
  constructor() {
5946
5955
  super();
5956
+ this.wv = null;
5947
5957
  this.wu = null;
5948
- this.wt = null;
5949
5958
  this.imageTilesReady = null;
5950
- this.wx = null;
5951
- this.wy = false;
5959
+ this.wy = null;
5960
+ this.wz = false;
5952
5961
  this.ab = TileSeries.$;
5953
5962
  }
5954
- get_fg() {
5963
+ bg() {
5964
+ return new TileSeries();
5965
+ }
5966
+ get_fh() {
5955
5967
  return true;
5956
5968
  }
5957
- cg() {
5969
+ ch() {
5958
5970
  return new TileSeriesView(this);
5959
5971
  }
5960
- o0(a) {
5961
- super.o0(a);
5962
- this.ws = a;
5972
+ o1(a) {
5973
+ super.o1(a);
5974
+ this.wt = a;
5963
5975
  }
5964
- get_u4() {
5976
+ get_u5() {
5965
5977
  return false;
5966
5978
  }
5967
- get ww() {
5968
- return this.wu;
5979
+ get wx() {
5980
+ return this.wv;
5969
5981
  }
5970
- set ww(a) {
5971
- let b = a != this.ww;
5982
+ set wx(a) {
5983
+ let b = a != this.wx;
5972
5984
  if (b) {
5973
- let c = this.ww;
5974
- this.wu = a;
5985
+ let c = this.wx;
5986
+ this.wv = a;
5975
5987
  this.raisePropertyChanged("TileImagery", c, a);
5976
5988
  }
5977
5989
  }
5978
- get wv() {
5979
- return this.wt;
5990
+ get ww() {
5991
+ return this.wu;
5980
5992
  }
5981
- set wv(a) {
5982
- let b = this.wt;
5983
- this.wt = a;
5984
- this.raisePropertyChanged("ActualTileImagery", b, this.wt);
5993
+ set ww(a) {
5994
+ let b = this.wu;
5995
+ this.wu = a;
5996
+ this.raisePropertyChanged("ActualTileImagery", b, this.wu);
5985
5997
  }
5986
- o8(a, b, c, d) {
5987
- super.o8(a, b, c, d);
5998
+ o9(a, b, c, d) {
5999
+ super.o9(a, b, c, d);
5988
6000
  let e;
5989
6001
  let f;
5990
6002
  switch (b) {
@@ -5992,141 +6004,141 @@ let TileSeries = /*@__PURE__*/ (() => {
5992
6004
  e = c;
5993
6005
  f = d;
5994
6006
  if (e != null) {
5995
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
6007
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w2));
5996
6008
  }
5997
6009
  if (f != null) {
5998
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
6010
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
5999
6011
  }
6000
- this.ws.dh(e, f);
6001
- this.pp(false);
6002
- this.ol();
6012
+ this.wt.dh(e, f);
6013
+ this.pq(false);
6014
+ this.om();
6003
6015
  break;
6004
6016
  case "ActualTileImagery":
6005
6017
  e = c;
6006
6018
  f = d;
6007
6019
  if (e != null) {
6008
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
6020
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w3));
6009
6021
  e.deferralHandler = null;
6010
6022
  }
6011
6023
  if (f != null) {
6012
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
6024
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
6013
6025
  f.deferralHandler = this;
6014
6026
  }
6015
- this.ws.dg(e, f);
6016
- if (f != null && typeCast(XamGeographicMap.$, this.cy) !== null) {
6017
- f.geographicMap = this.cy;
6018
- this.w4(this.cj);
6019
- this.ws.dd(this.cy.tn);
6027
+ this.wt.dg(e, f);
6028
+ if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
6029
+ f.geographicMap = this.cz;
6030
+ this.w5(this.ck);
6031
+ this.wt.dd(this.cz.tn);
6020
6032
  }
6021
- this.ol();
6033
+ this.om();
6022
6034
  break;
6023
6035
  case "ActualWindowRect":
6024
- this.ws.dd(d);
6036
+ this.wt.dd(d);
6025
6037
  break;
6026
6038
  case "WorldRect":
6027
- this.ws.dk(d);
6039
+ this.wt.dk(d);
6028
6040
  break;
6029
6041
  case "SeriesViewer":
6030
6042
  let g = c;
6031
6043
  let h = d;
6032
- if (g != null && this.wv != null) {
6033
- this.wv.be(null);
6044
+ if (g != null && this.ww != null) {
6045
+ this.ww.be(null);
6034
6046
  }
6035
- if (h != null && this.wv != null) {
6036
- this.wv.be(this.cj.w);
6047
+ if (h != null && this.ww != null) {
6048
+ this.ww.be(this.ck.w);
6037
6049
  }
6038
6050
  break;
6039
6051
  case "ActualBrush":
6040
6052
  case "ActualOutline":
6041
6053
  case "ActualThickness":
6042
- this.on();
6054
+ this.oo();
6043
6055
  break;
6044
6056
  }
6045
6057
  }
6046
- w1(a, b) {
6058
+ w2(a, b) {
6047
6059
  if (b.propertyName == "MultiScaleImage") {
6048
- this.w4(this.cj);
6060
+ this.w5(this.ck);
6049
6061
  }
6050
6062
  }
6051
- w2(a, b) {
6063
+ w3(a, b) {
6052
6064
  if (this.imageTilesReady != null) {
6053
6065
  this.imageTilesReady(this, new EventArgs());
6054
6066
  }
6055
- if (!this.wy) {
6056
- this.ws.di();
6067
+ if (!this.wz) {
6068
+ this.wt.di();
6057
6069
  }
6058
6070
  }
6059
6071
  register(a, b) {
6060
- this.wx = b;
6072
+ this.wy = b;
6061
6073
  }
6062
6074
  unRegister(a) {
6063
- this.wx = null;
6075
+ this.wy = null;
6064
6076
  }
6065
6077
  deferredRefresh() {
6066
- this.pp(false);
6078
+ this.pq(false);
6067
6079
  }
6068
6080
  deferAction(a) {
6069
- if (this.i4 != null) {
6070
- this.i4.setTimeout(a, 0);
6081
+ if (this.i5 != null) {
6082
+ this.i5.setTimeout(a, 0);
6071
6083
  }
6072
6084
  else {
6073
6085
  window.setTimeout(a, 0);
6074
6086
  }
6075
6087
  }
6076
- qm(a, b) {
6077
- this.ws.dj();
6078
- super.qm(a, b);
6088
+ qn(a, b) {
6089
+ this.wt.dj();
6090
+ super.qn(a, b);
6079
6091
  }
6080
- pq(a) {
6081
- super.pq(a);
6082
- this.w3(a, this.cj);
6092
+ pr(a) {
6093
+ super.pr(a);
6094
+ this.w4(a, this.ck);
6083
6095
  }
6084
- w3(a, b) {
6096
+ w4(a, b) {
6085
6097
  let c;
6086
6098
  let d;
6087
6099
  let e = b;
6088
6100
  let f = b.getViewInfo(c, d);
6089
6101
  c = f.p0;
6090
6102
  d = f.p1;
6091
- this.w4(b);
6092
- if (this.wx != null) {
6093
- this.wy = true;
6094
- this.wx(a);
6095
- this.wy = false;
6103
+ this.w5(b);
6104
+ if (this.wy != null) {
6105
+ this.wz = true;
6106
+ this.wy(a);
6107
+ this.wz = false;
6096
6108
  }
6097
6109
  e.di();
6098
6110
  }
6099
- po(a, b, c, d, e) {
6100
- super.po(a, b, c, d, e);
6101
- let f = this.gu.item(d);
6111
+ pp(a, b, c, d, e) {
6112
+ super.pp(a, b, c, d, e);
6113
+ let f = this.gv.item(d);
6102
6114
  f.a3(c);
6103
- if (this.dl(f)) {
6115
+ if (this.dm(f)) {
6104
6116
  return;
6105
6117
  }
6106
- this.wb(f);
6118
+ this.wc(f);
6107
6119
  }
6108
- w4(a) {
6120
+ w5(a) {
6109
6121
  let b;
6110
6122
  let c;
6111
6123
  let d = a.getViewInfo(b, c);
6112
6124
  b = d.p0;
6113
6125
  c = d.p1;
6114
- if (this.ww != null && this.ww.ao != null) {
6115
- if (this.ww != this.wv) {
6116
- this.wv = this.ww;
6126
+ if (this.wx != null && this.wx.ao != null) {
6127
+ if (this.wx != this.ww) {
6128
+ this.ww = this.wx;
6117
6129
  }
6118
- if (this.wv != null && !b.isEmpty) {
6119
- if (this.wv.width != b.width) {
6120
- this.wv.width = b.width;
6130
+ if (this.ww != null && !b.isEmpty) {
6131
+ if (this.ww.width != b.width) {
6132
+ this.ww.width = b.width;
6121
6133
  }
6122
- if (this.wv.height != b.height) {
6123
- this.wv.height = b.height;
6134
+ if (this.ww.height != b.height) {
6135
+ this.ww.height = b.height;
6124
6136
  }
6125
6137
  }
6126
6138
  }
6127
6139
  }
6128
- nj(a, b) {
6129
- super.nj(a, b);
6140
+ nk(a, b) {
6141
+ super.nk(a, b);
6130
6142
  b.de();
6131
6143
  }
6132
6144
  }
@@ -6149,8 +6161,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6149
6161
  au() {
6150
6162
  super.au();
6151
6163
  if (!this.q) {
6152
- this.da.s2 = Defaults.ao;
6153
- this.da.sw = Defaults.an;
6164
+ this.da.s3 = Defaults.ao;
6165
+ this.da.sx = Defaults.an;
6154
6166
  }
6155
6167
  }
6156
6168
  ck(a, b) {
@@ -6177,14 +6189,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6177
6189
  this.as();
6178
6190
  }
6179
6191
  dd(a) {
6180
- if (this.da.ww != null) {
6181
- this.da.ww.windowRect = a;
6192
+ if (this.da.wx != null) {
6193
+ this.da.wx.windowRect = a;
6182
6194
  }
6183
6195
  }
6184
6196
  dg(a, b) {
6185
6197
  if (this.dc == null) {
6186
- this.dc = this.e.i4.createElement("canvas");
6187
- let c = this.e.i4.get2DCanvasContext(this.dc);
6198
+ this.dc = this.e.i5.createElement("canvas");
6199
+ let c = this.e.i5.get2DCanvasContext(this.dc);
6188
6200
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
6189
6201
  this.dc.setAttribute("width", this.bx.width.toString());
6190
6202
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -6213,8 +6225,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6213
6225
  this.dc.setAttribute("width", this.bx.width.toString());
6214
6226
  this.dc.setAttribute("height", this.bx.height.toString());
6215
6227
  }
6216
- if (this.da.ww != null) {
6217
- this.da.ww.bf(this.bx);
6228
+ if (this.da.wx != null) {
6229
+ this.da.wx.bf(this.bx);
6218
6230
  }
6219
6231
  }
6220
6232
  a8(a, b) {
@@ -6248,8 +6260,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6248
6260
  de() {
6249
6261
  }
6250
6262
  dk(a) {
6251
- if (this.da.ww != null) {
6252
- this.da.ww.a6();
6263
+ if (this.da.wx != null) {
6264
+ this.da.wx.a6();
6253
6265
  }
6254
6266
  }
6255
6267
  }
@@ -6285,20 +6297,20 @@ let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
6285
6297
  * Gets whether the current series shows a tile imagery.
6286
6298
  */
6287
6299
  get isTile() {
6288
- return this.i.fg;
6300
+ return this.i.fh;
6289
6301
  }
6290
6302
  /**
6291
6303
  * The MapImagery which is used to provide the tiles for display.
6292
6304
  */
6293
6305
  get tileImagery() {
6294
- const r = this.i.ww;
6306
+ const r = this.i.wx;
6295
6307
  if (r == null) {
6296
6308
  return null;
6297
6309
  }
6298
6310
  return r.externalObject;
6299
6311
  }
6300
6312
  set tileImagery(v) {
6301
- v == null ? this.i.ww = null : this.i.ww = v.i;
6313
+ v == null ? this.i.wx = null : this.i.wx = v.i;
6302
6314
  }
6303
6315
  findByName(name) {
6304
6316
  var baseResult = super.findByName(name);
@@ -6399,57 +6411,60 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
6399
6411
  class GeographicTileSeries extends GeographicShapeSeriesBase {
6400
6412
  constructor() {
6401
6413
  super();
6414
+ this.vb = null;
6402
6415
  this.va = null;
6403
- this.u9 = null;
6404
6416
  this.imageTilesReady = null;
6405
6417
  this.ab = GeographicTileSeries.$;
6406
6418
  }
6407
- get_fg() {
6419
+ bg() {
6420
+ return new GeographicTileSeries();
6421
+ }
6422
+ get_fh() {
6408
6423
  return true;
6409
6424
  }
6410
- get vb() {
6411
- return this.va;
6425
+ get vc() {
6426
+ return this.vb;
6412
6427
  }
6413
- set vb(a) {
6414
- let b = a != this.vb;
6428
+ set vc(a) {
6429
+ let b = a != this.vc;
6415
6430
  if (b) {
6416
- let c = this.vb;
6417
- this.va = a;
6431
+ let c = this.vc;
6432
+ this.vb = a;
6418
6433
  this.raisePropertyChanged("TileImagery", c, a);
6419
6434
  }
6420
6435
  }
6421
- vf() {
6422
- if (this.vb != null) {
6423
- this.vb.clearTileCache();
6436
+ vg() {
6437
+ if (this.vc != null) {
6438
+ this.vc.clearTileCache();
6424
6439
  }
6425
6440
  }
6426
- o8(a, b, c, d) {
6427
- super.o8(a, b, c, d);
6441
+ o9(a, b, c, d) {
6442
+ super.o9(a, b, c, d);
6428
6443
  switch (b) {
6429
6444
  case "TileImagery":
6430
- if (this.t3 != null) {
6431
- this.t3.ww = this.vb;
6445
+ if (this.t4 != null) {
6446
+ this.t4.wx = this.vc;
6432
6447
  }
6433
6448
  break;
6434
6449
  }
6435
6450
  }
6436
- t8() {
6437
- super.t8();
6438
- this.t3.ww = this.vb;
6439
- if (this.u9 != null) {
6440
- let a = this.u9;
6441
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
6451
+ t9() {
6452
+ super.t9();
6453
+ this.t4.wx = this.vc;
6454
+ if (this.va != null) {
6455
+ let a = this.va;
6456
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
6442
6457
  }
6443
- this.u9 = this.t3;
6444
- if (this.u9 != null) {
6445
- let b = this.u9;
6446
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
6458
+ this.va = this.t4;
6459
+ if (this.va != null) {
6460
+ let b = this.va;
6461
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
6447
6462
  }
6448
6463
  }
6449
- t2() {
6464
+ t3() {
6450
6465
  return new TileSeries();
6451
6466
  }
6452
- ve(a, b) {
6467
+ vf(a, b) {
6453
6468
  if (this.imageTilesReady != null) {
6454
6469
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
6455
6470
  }
@@ -6481,20 +6496,20 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6481
6496
  * Gets whether the current series shows a tile imagery.
6482
6497
  */
6483
6498
  get isTile() {
6484
- return this.i.fg;
6499
+ return this.i.fh;
6485
6500
  }
6486
6501
  /**
6487
6502
  * The MapImagery which is used to provide the tiles for display.
6488
6503
  */
6489
6504
  get tileImagery() {
6490
- const r = this.i.vb;
6505
+ const r = this.i.vc;
6491
6506
  if (r == null) {
6492
6507
  return null;
6493
6508
  }
6494
6509
  return r.externalObject;
6495
6510
  }
6496
6511
  set tileImagery(v) {
6497
- v == null ? this.i.vb = null : this.i.vb = v.i;
6512
+ v == null ? this.i.vc = null : this.i.vc = v.i;
6498
6513
  }
6499
6514
  findByName(name) {
6500
6515
  var baseResult = super.findByName(name);
@@ -6511,7 +6526,7 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6511
6526
 
6512
6527
  */
6513
6528
  clearTileCache() {
6514
- this.i.vf();
6529
+ this.i.vg();
6515
6530
  }
6516
6531
  /**
6517
6532
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -6625,64 +6640,64 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6625
6640
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
6626
6641
  */
6627
6642
  get markerType() {
6628
- return this.i.ud;
6643
+ return this.i.ue;
6629
6644
  }
6630
6645
  set markerType(v) {
6631
- this.i.ud = ensureEnum(MarkerType_$type, v);
6646
+ this.i.ue = ensureEnum(MarkerType_$type, v);
6632
6647
  }
6633
6648
  /**
6634
6649
  * Gets or sets thickness of the marker outline
6635
6650
  */
6636
6651
  get markerThickness() {
6637
- return this.i.ue;
6652
+ return this.i.uf;
6638
6653
  }
6639
6654
  set markerThickness(v) {
6640
- this.i.ue = +v;
6655
+ this.i.uf = +v;
6641
6656
  }
6642
6657
  /**
6643
6658
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6644
6659
  */
6645
6660
  get markerOutlineMode() {
6646
- return this.i.uc;
6661
+ return this.i.ud;
6647
6662
  }
6648
6663
  set markerOutlineMode(v) {
6649
- this.i.uc = ensureEnum(MarkerOutlineMode_$type, v);
6664
+ this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
6650
6665
  }
6651
6666
  /**
6652
6667
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
6653
6668
  */
6654
6669
  get markerFillMode() {
6655
- return this.i.ub;
6670
+ return this.i.uc;
6656
6671
  }
6657
6672
  set markerFillMode(v) {
6658
- this.i.ub = ensureEnum(MarkerFillMode_$type, v);
6673
+ this.i.uc = ensureEnum(MarkerFillMode_$type, v);
6659
6674
  }
6660
6675
  /**
6661
6676
  * Gets or sets the MarkerTemplate for the current series object.
6662
6677
  */
6663
6678
  get markerTemplate() {
6664
- return this.i.ut;
6679
+ return this.i.uu;
6665
6680
  }
6666
6681
  set markerTemplate(v) {
6667
- this.i.ut = v;
6682
+ this.i.uu = v;
6668
6683
  }
6669
6684
  /**
6670
6685
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6671
6686
  */
6672
6687
  get markerBrush() {
6673
- return brushToString(this.i.u7);
6688
+ return brushToString(this.i.u8);
6674
6689
  }
6675
6690
  set markerBrush(v) {
6676
- this.i.u7 = stringToBrush(v);
6691
+ this.i.u8 = stringToBrush(v);
6677
6692
  }
6678
6693
  /**
6679
6694
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6680
6695
  */
6681
6696
  get markerOutline() {
6682
- return brushToString(this.i.u8);
6697
+ return brushToString(this.i.u9);
6683
6698
  }
6684
6699
  set markerOutline(v) {
6685
- this.i.u8 = stringToBrush(v);
6700
+ this.i.u9 = stringToBrush(v);
6686
6701
  }
6687
6702
  /**
6688
6703
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -6690,37 +6705,37 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6690
6705
  * choose a representative set.
6691
6706
  */
6692
6707
  get maximumMarkers() {
6693
- return this.i.uf;
6708
+ return this.i.ug;
6694
6709
  }
6695
6710
  set maximumMarkers(v) {
6696
- this.i.uf = +v;
6711
+ this.i.ug = +v;
6697
6712
  }
6698
6713
  /**
6699
6714
  * Gets the effective marker template for the current series object.
6700
6715
  */
6701
6716
  get actualMarkerTemplate() {
6702
- return this.i.us;
6717
+ return this.i.ut;
6703
6718
  }
6704
6719
  set actualMarkerTemplate(v) {
6705
- this.i.us = v;
6720
+ this.i.ut = v;
6706
6721
  }
6707
6722
  /**
6708
6723
  * Gets the effective marker brush for the current series object.
6709
6724
  */
6710
6725
  get actualMarkerBrush() {
6711
- return brushToString(this.i.u5);
6726
+ return brushToString(this.i.u6);
6712
6727
  }
6713
6728
  set actualMarkerBrush(v) {
6714
- this.i.u5 = stringToBrush(v);
6729
+ this.i.u6 = stringToBrush(v);
6715
6730
  }
6716
6731
  /**
6717
6732
  * Gets the effective marker outline for the current series object.
6718
6733
  */
6719
6734
  get actualMarkerOutline() {
6720
- return brushToString(this.i.u6);
6735
+ return brushToString(this.i.u7);
6721
6736
  }
6722
6737
  set actualMarkerOutline(v) {
6723
- this.i.u6 = stringToBrush(v);
6738
+ this.i.u7 = stringToBrush(v);
6724
6739
  }
6725
6740
  }
6726
6741
  IgxGeographicMarkerSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -6769,75 +6784,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
6769
6784
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
6770
6785
  constructor() {
6771
6786
  super();
6772
- let a = this.t3;
6773
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ur));
6787
+ let a = this.t4;
6788
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.us));
6774
6789
  }
6775
- qv() {
6776
- return this.us;
6777
- }
6778
- sz() {
6779
- return this.u5;
6790
+ qw() {
6791
+ return this.ut;
6780
6792
  }
6781
6793
  s0() {
6782
6794
  return this.u6;
6783
6795
  }
6784
- hs() {
6785
- return this.ue;
6796
+ s1() {
6797
+ return this.u7;
6786
6798
  }
6787
- kx() {
6788
- let a = typeCast(MarkerSeries.$, this.t3);
6799
+ ht() {
6800
+ return this.uf;
6801
+ }
6802
+ ky() {
6803
+ let a = typeCast(MarkerSeries.$, this.t4);
6789
6804
  if (a == null) {
6790
6805
  return "Unknown";
6791
6806
  }
6792
- return a.kx();
6807
+ return a.ky();
6793
6808
  }
6794
- ur(a, b) {
6795
- let c = typeCast(MarkerSeries.$, this.t3);
6809
+ us(a, b) {
6810
+ let c = typeCast(MarkerSeries.$, this.t4);
6796
6811
  if (c == null) {
6797
6812
  return;
6798
6813
  }
6799
6814
  if (b.propertyName == "ActualMarkerTemplate") {
6800
- this.us = c.uu;
6815
+ this.ut = c.uv;
6801
6816
  }
6802
6817
  else if (b.propertyName == "ActualMarkerOutline") {
6803
- this.u6 = c.vb;
6818
+ this.u7 = c.vc;
6804
6819
  }
6805
6820
  else if (b.propertyName == "ActualMarkerBrush") {
6806
- this.u5 = c.va;
6821
+ this.u6 = c.vb;
6807
6822
  }
6808
6823
  }
6809
- o8(a, b, c, d) {
6810
- super.o8(a, b, c, d);
6824
+ o9(a, b, c, d) {
6825
+ super.o9(a, b, c, d);
6811
6826
  switch (b) {
6812
6827
  case GeographicMarkerSeries.$$p[3]:
6813
- this.t3.vc = this.u7;
6828
+ this.t4.vd = this.u8;
6814
6829
  break;
6815
6830
  case GeographicMarkerSeries.$$p[6]:
6816
- this.t3.vd = this.u8;
6831
+ this.t4.ve = this.u9;
6817
6832
  break;
6818
6833
  case GeographicMarkerSeries.$$p[5]:
6819
- this.t3.t7 = this.uc;
6834
+ this.t4.t8 = this.ud;
6820
6835
  break;
6821
6836
  case GeographicMarkerSeries.$$p[4]:
6822
- this.t3.t3 = this.ub;
6837
+ this.t4.t4 = this.uc;
6823
6838
  break;
6824
6839
  case GeographicMarkerSeries.$$p[9]:
6825
- this.t3.ua = this.ud;
6840
+ this.t4.ub = this.ue;
6826
6841
  break;
6827
6842
  case GeographicMarkerSeries.$$p[7]:
6828
- this.t3.uw = this.ut;
6843
+ this.t4.ux = this.uu;
6829
6844
  break;
6830
6845
  case GeographicMarkerSeries.$$p[8]:
6831
- this.t3.uf = this.ue;
6846
+ this.t4.ug = this.uf;
6832
6847
  break;
6833
6848
  case GeographicMarkerSeries.$$p[10]:
6834
- this.t3.w1 = this.uf;
6849
+ this.t4.w2 = this.ug;
6835
6850
  break;
6836
6851
  }
6837
6852
  }
6838
6853
  }
6839
6854
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
6840
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u5:uu', [Brush.$], 'ActualMarkerOutline:u6:uv', [Brush.$], 'ActualMarkerTemplate:us:uw', [DataTemplate.$, null], 'MarkerBrush:u7:ux', [Brush.$], 'MarkerFillMode:ub:uy', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:uc:uz', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u8:u0', [Brush.$], 'MarkerTemplate:ut:u1', [DataTemplate.$, null], 'MarkerThickness:ue:u2', [1, DeviceUtils.g(2)], 'MarkerType:ud:u3', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uf:u4', [1, 400]]);
6855
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u6:uv', [Brush.$], 'ActualMarkerOutline:u7:uw', [Brush.$], 'ActualMarkerTemplate:ut:ux', [DataTemplate.$, null], 'MarkerBrush:u8:uy', [Brush.$], 'MarkerFillMode:uc:uz', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [Brush.$], 'MarkerTemplate:uu:u2', [DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, DeviceUtils.g(2)], 'MarkerType:ue:u4', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
6841
6856
  return GeographicMarkerSeries;
6842
6857
  })();
6843
6858
 
@@ -6864,97 +6879,97 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6864
6879
  }
6865
6880
  b5() {
6866
6881
  super.b5();
6867
- let a = this.ch.t3;
6868
- a.xl = this.ch.v2;
6869
- a.xt = this.ch.v0;
6870
- a.ua = this.ch.ud;
6871
- a.uw = this.ch.ut;
6872
- a.uf = this.ch.ue;
6882
+ let a = this.ch.t4;
6883
+ a.xm = this.ch.v3;
6884
+ a.xu = this.ch.v1;
6885
+ a.ub = this.ch.ue;
6886
+ a.ux = this.ch.uu;
6887
+ a.ug = this.ch.uf;
6888
+ a.zu = this.ch.vn;
6889
+ a.aak = this.ch.v8;
6890
+ a.zk = this.ch.vf;
6891
+ a.aaa = this.ch.vz;
6892
+ a.z5 = this.ch.vr;
6893
+ a.zh = this.ch.vc;
6894
+ a.zs = this.ch.vj;
6873
6895
  a.zt = this.ch.vm;
6874
- a.aaj = this.ch.v7;
6875
- a.zj = this.ch.ve;
6876
- a.z9 = this.ch.vy;
6877
- a.z4 = this.ch.vq;
6878
- a.zg = this.ch.vb;
6879
- a.zr = this.ch.vi;
6880
- a.zs = this.ch.vl;
6896
+ a.zz = this.ch.vp;
6881
6897
  a.zy = this.ch.vo;
6882
- a.zx = this.ch.vn;
6883
6898
  }
6884
6899
  cq() {
6885
- this.ch.t3.xl = this.ch.v2;
6900
+ this.ch.t4.xm = this.ch.v3;
6886
6901
  }
6887
6902
  cp() {
6888
- this.ch.t3.xt = this.ch.v0;
6903
+ this.ch.t4.xu = this.ch.v1;
6889
6904
  }
6890
6905
  cv() {
6891
- this.ch.t3.ua = this.ch.ud;
6906
+ this.ch.t4.ub = this.ch.ue;
6892
6907
  }
6893
6908
  ct() {
6894
- this.ch.t3.uw = this.ch.ut;
6909
+ this.ch.t4.ux = this.ch.uu;
6895
6910
  }
6896
6911
  cu() {
6897
- this.ch.t3.uf = this.ch.ue;
6912
+ this.ch.t4.ug = this.ch.uf;
6898
6913
  }
6899
6914
  cw() {
6900
- this.ch.t3.w1 = this.ch.uf;
6915
+ this.ch.t4.w2 = this.ch.ug;
6901
6916
  }
6902
6917
  cy() {
6903
- this.ch.t3.xAxis = this.ch.cy.ua;
6918
+ this.ch.t4.xAxis = this.ch.cz.ua;
6904
6919
  }
6905
6920
  cz() {
6906
- this.ch.t3.yAxis = this.ch.cy.uc;
6921
+ this.ch.t4.yAxis = this.ch.cz.uc;
6907
6922
  }
6908
6923
  cx() {
6909
- let a = this.ch.t3;
6910
- if (this.ch.cy == null) {
6924
+ let a = this.ch.t4;
6925
+ if (this.ch.cz == null) {
6911
6926
  a.xAxis = null;
6912
6927
  a.yAxis = null;
6913
6928
  return;
6914
6929
  }
6915
- a.xAxis = this.ch.cy.ua;
6916
- a.yAxis = this.ch.cy.uc;
6930
+ a.xAxis = this.ch.cz.ua;
6931
+ a.yAxis = this.ch.cz.uc;
6917
6932
  }
6918
6933
  cr() {
6919
- this.ch.t3.vc = this.ch.u7;
6934
+ this.ch.t4.vd = this.ch.u8;
6920
6935
  }
6921
6936
  cs() {
6922
- this.ch.t3.vd = this.ch.u8;
6937
+ this.ch.t4.ve = this.ch.u9;
6923
6938
  }
6924
6939
  c0() {
6925
- this.ch.t3.aaj = this.ch.v7;
6940
+ this.ch.t4.aak = this.ch.v8;
6926
6941
  }
6927
6942
  c1() {
6928
- this.ch.t3.zj = this.ch.ve;
6929
- this.ch.t3.zt = this.ch.vm;
6943
+ this.ch.t4.zk = this.ch.vf;
6944
+ this.ch.t4.zu = this.ch.vn;
6930
6945
  }
6931
6946
  cl() {
6932
- this.ch.t3.z9 = this.ch.vy;
6947
+ this.ch.t4.aaa = this.ch.vz;
6933
6948
  }
6934
6949
  cj() {
6935
- this.ch.t3.zg = this.ch.vb;
6936
- this.ch.t3.zr = this.ch.vi;
6937
- this.ch.t3.zs = this.ch.vl;
6938
- this.ch.t3.zy = this.ch.vo;
6939
- this.ch.t3.zx = this.ch.vn;
6950
+ this.ch.t4.zh = this.ch.vc;
6951
+ this.ch.t4.zs = this.ch.vj;
6952
+ this.ch.t4.zt = this.ch.vm;
6953
+ this.ch.t4.zz = this.ch.vp;
6954
+ this.ch.t4.zy = this.ch.vo;
6940
6955
  }
6941
6956
  ci() {
6942
- this.ch.t3.z4 = this.ch.vq;
6957
+ this.ch.t4.z5 = this.ch.vr;
6943
6958
  }
6944
6959
  c2() {
6945
- this.ch.t3.zt = this.ch.vm;
6960
+ this.ch.t4.zu = this.ch.vn;
6946
6961
  }
6947
6962
  ck() {
6948
- this.ch.t3.zr = this.ch.vi;
6963
+ this.ch.t4.zs = this.ch.vj;
6949
6964
  }
6950
6965
  co() {
6951
- this.ch.t3.zs = this.ch.vl;
6966
+ this.ch.t4.zt = this.ch.vm;
6952
6967
  }
6953
6968
  cn() {
6954
- this.ch.t3.zy = this.ch.vo;
6969
+ this.ch.t4.zz = this.ch.vp;
6955
6970
  }
6956
6971
  cm() {
6957
- this.ch.t3.zx = this.ch.vn;
6972
+ this.ch.t4.zy = this.ch.vo;
6958
6973
  }
6959
6974
  }
6960
6975
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -6967,125 +6982,128 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
6967
6982
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
6968
6983
  constructor() {
6969
6984
  super();
6970
- this.vc = null;
6985
+ this.vd = null;
6986
+ this.vi = false;
6971
6987
  this.vh = false;
6972
- this.vg = false;
6973
6988
  this.assigningScatterStyle = null;
6974
6989
  this.assigningScatterMarkerStyle = null;
6975
6990
  this.ab = GeographicProportionalSymbolSeries.$;
6976
6991
  }
6977
- get_dx() {
6992
+ bg() {
6993
+ return new GeographicProportionalSymbolSeries();
6994
+ }
6995
+ get_dy() {
6978
6996
  return true;
6979
6997
  }
6980
- cg() {
6998
+ ch() {
6981
6999
  return new GeographicProportionalSymbolSeriesView(this);
6982
7000
  }
6983
- o0(a) {
6984
- super.o0(a);
6985
- this.vf = a;
7001
+ o1(a) {
7002
+ super.o1(a);
7003
+ this.vg = a;
6986
7004
  }
6987
- iq() {
7005
+ ir() {
6988
7006
  return 0.7;
6989
7007
  }
6990
- t2() {
7008
+ t3() {
6991
7009
  return new BubbleSeries();
6992
7010
  }
6993
- get_es() {
7011
+ get_et() {
6994
7012
  return true;
6995
7013
  }
6996
- o8(a, b, c, d) {
6997
- super.o8(a, b, c, d);
7014
+ o9(a, b, c, d) {
7015
+ super.o9(a, b, c, d);
6998
7016
  switch (b) {
6999
7017
  case "SeriesViewer":
7000
- this.vf.cx();
7018
+ this.vg.cx();
7001
7019
  break;
7002
7020
  case GeographicProportionalSymbolSeries.$$p[9]:
7003
- this.vf.cq();
7021
+ this.vg.cq();
7004
7022
  break;
7005
7023
  case GeographicProportionalSymbolSeries.$$p[8]:
7006
- this.vf.cp();
7024
+ this.vg.cp();
7007
7025
  break;
7008
7026
  case "XAxis":
7009
- this.vf.cy();
7027
+ this.vg.cy();
7010
7028
  break;
7011
7029
  case "YAxis":
7012
- this.vf.cz();
7030
+ this.vg.cz();
7013
7031
  break;
7014
7032
  case GeographicProportionalSymbolSeries.$$p[13]:
7015
- this.vf.c0();
7033
+ this.vg.c0();
7016
7034
  break;
7017
7035
  case GeographicProportionalSymbolSeries.$$p[14]:
7018
- this.vf.c1();
7036
+ this.vg.c1();
7019
7037
  break;
7020
7038
  case GeographicProportionalSymbolSeries.$$p[15]:
7021
- this.vf.c2();
7039
+ this.vg.c2();
7022
7040
  break;
7023
7041
  case GeographicProportionalSymbolSeries.$$p[7]:
7024
- this.vf.cl();
7042
+ this.vg.cl();
7025
7043
  break;
7026
7044
  case GeographicProportionalSymbolSeries.$$p[0]:
7027
- this.vf.ci();
7045
+ this.vg.ci();
7028
7046
  break;
7029
7047
  case GeographicProportionalSymbolSeries.$$p[1]:
7030
- this.vf.cj();
7048
+ this.vg.cj();
7031
7049
  break;
7032
7050
  case GeographicProportionalSymbolSeries.$$p[2]:
7033
- this.vf.ck();
7051
+ this.vg.ck();
7034
7052
  break;
7035
7053
  case GeographicProportionalSymbolSeries.$$p[12]:
7036
- this.vf.co();
7054
+ this.vg.co();
7037
7055
  break;
7038
7056
  case GeographicProportionalSymbolSeries.$$p[11]:
7039
- this.vf.cn();
7057
+ this.vg.cn();
7040
7058
  break;
7041
7059
  case GeographicProportionalSymbolSeries.$$p[10]:
7042
- this.vf.cm();
7060
+ this.vg.cm();
7043
7061
  break;
7044
7062
  case GeographicProportionalSymbolSeries.$$p[4]:
7045
- this.t3.wi = this.vk;
7046
- this.vh = this.vk;
7047
- if (this.vk) {
7048
- let e = this.t3;
7049
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wc));
7063
+ this.t4.wj = this.vl;
7064
+ this.vi = this.vl;
7065
+ if (this.vl) {
7066
+ let e = this.t4;
7067
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wd));
7050
7068
  }
7051
7069
  else {
7052
- let f = this.t3;
7053
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wc));
7070
+ let f = this.t4;
7071
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wd));
7054
7072
  }
7055
7073
  break;
7056
7074
  case GeographicProportionalSymbolSeries.$$p[3]:
7057
- this.t3.wh = this.vj;
7058
- this.vg = this.vj;
7059
- if (this.vk) {
7060
- let g = this.t3;
7061
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wb));
7075
+ this.t4.wi = this.vk;
7076
+ this.vh = this.vk;
7077
+ if (this.vl) {
7078
+ let g = this.t4;
7079
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wc));
7062
7080
  }
7063
7081
  else {
7064
- let h = this.t3;
7065
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wb));
7082
+ let h = this.t4;
7083
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wc));
7066
7084
  }
7067
7085
  break;
7068
7086
  case GeographicProportionalSymbolSeries.$$p[5]:
7069
- this.t3.v6 = this.vd;
7087
+ this.t4.v7 = this.ve;
7070
7088
  break;
7071
7089
  case GeographicProportionalSymbolSeries.$$p[6]:
7072
- this.t3.w0 = this.vp;
7090
+ this.t4.w1 = this.vq;
7073
7091
  break;
7074
7092
  }
7075
7093
  }
7076
- wc(a, b) {
7094
+ wd(a, b) {
7077
7095
  if (this.assigningScatterStyle != null) {
7078
7096
  this.assigningScatterStyle(this, b);
7079
7097
  }
7080
7098
  }
7081
- wb(a, b) {
7099
+ wc(a, b) {
7082
7100
  if (this.assigningScatterMarkerStyle != null) {
7083
7101
  this.assigningScatterMarkerStyle(this, b);
7084
7102
  }
7085
7103
  }
7086
7104
  }
7087
7105
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7088
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vq:wd', [2], 'FillScale:vb:we', [BrushScale.$], 'FillScaleUseGlobalValues:vi:wf', [0, false], 'IsCustomScatterMarkerStyleAllowed:vj:wg', [0, false], 'IsCustomScatterStyleAllowed:vk:wh', [0, false], 'ItemSearchMode:vd:wi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vp:wj', [1, 10000], 'LabelMemberPath:vy:wk', [2], 'LatitudeMemberPath:v0:wl', [2, null], 'LongitudeMemberPath:v2:wm', [2, null], 'MarkerBrushBrightness:vn:wn', [1, NaN], 'MarkerOutlineBrightness:vo:wo', [1, NaN], 'MarkerOutlineUsesFillScale:vl:wp', [0, false], 'RadiusMemberPath:v7:wq', [2, null], 'RadiusScale:ve:wr', [SizeScale.$], 'RadiusScaleUseGlobalValues:vm:ws', [0, false]]);
7106
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
7089
7107
  return GeographicProportionalSymbolSeries;
7090
7108
  })();
7091
7109
 
@@ -7120,40 +7138,40 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7120
7138
  * Gets whether the series has only marker as visuals
7121
7139
  */
7122
7140
  get hasOnlyMarkers() {
7123
- return this.i.dx;
7141
+ return this.i.dy;
7124
7142
  }
7125
7143
  /**
7126
7144
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7127
7145
  */
7128
7146
  get latitudeMemberPath() {
7129
- return this.i.v0;
7147
+ return this.i.v1;
7130
7148
  }
7131
7149
  set latitudeMemberPath(v) {
7132
- this.i.v0 = v;
7150
+ this.i.v1 = v;
7133
7151
  }
7134
7152
  /**
7135
7153
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7136
7154
  */
7137
7155
  get longitudeMemberPath() {
7138
- return this.i.v2;
7156
+ return this.i.v3;
7139
7157
  }
7140
7158
  set longitudeMemberPath(v) {
7141
- this.i.v2 = v;
7159
+ this.i.v3 = v;
7142
7160
  }
7143
7161
  /**
7144
7162
  * Gets or sets the radius mapping property for the current series object.
7145
7163
  */
7146
7164
  get radiusMemberPath() {
7147
- return this.i.v7;
7165
+ return this.i.v8;
7148
7166
  }
7149
7167
  set radiusMemberPath(v) {
7150
- this.i.v7 = v;
7168
+ this.i.v8 = v;
7151
7169
  }
7152
7170
  /**
7153
7171
  * Gets or sets the radius size scale for the bubbles.
7154
7172
  */
7155
7173
  get radiusScale() {
7156
- const r = this.i.ve;
7174
+ const r = this.i.vf;
7157
7175
  if (r == null) {
7158
7176
  return null;
7159
7177
  }
@@ -7169,31 +7187,31 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7169
7187
  set radiusScale(v) {
7170
7188
  if (v != null && this._stylingContainer && v._styling)
7171
7189
  v._styling(this._stylingContainer, this, this);
7172
- v == null ? this.i.ve = null : this.i.ve = v.i;
7190
+ v == null ? this.i.vf = null : this.i.vf = v.i;
7173
7191
  }
7174
7192
  /**
7175
7193
  * Gets or sets the Label mapping property for the current series object.
7176
7194
  */
7177
7195
  get labelMemberPath() {
7178
- return this.i.vy;
7196
+ return this.i.vz;
7179
7197
  }
7180
7198
  set labelMemberPath(v) {
7181
- this.i.vy = v;
7199
+ this.i.vz = v;
7182
7200
  }
7183
7201
  /**
7184
7202
  * Gets or sets the fill mapping property for the current series object.
7185
7203
  */
7186
7204
  get fillMemberPath() {
7187
- return this.i.vq;
7205
+ return this.i.vr;
7188
7206
  }
7189
7207
  set fillMemberPath(v) {
7190
- this.i.vq = v;
7208
+ this.i.vr = v;
7191
7209
  }
7192
7210
  /**
7193
7211
  * Gets or sets the brush scale for the marker brush.
7194
7212
  */
7195
7213
  get fillScale() {
7196
- const r = this.i.vb;
7214
+ const r = this.i.vc;
7197
7215
  if (r == null) {
7198
7216
  return null;
7199
7217
  }
@@ -7209,93 +7227,93 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7209
7227
  set fillScale(v) {
7210
7228
  if (v != null && this._stylingContainer && v._styling)
7211
7229
  v._styling(this._stylingContainer, this, this);
7212
- v == null ? this.i.vb = null : this.i.vb = v.i;
7230
+ v == null ? this.i.vc = null : this.i.vc = v.i;
7213
7231
  }
7214
7232
  /**
7215
7233
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
7216
7234
  * This setting applies only if multiple series are using the same FillScale.
7217
7235
  */
7218
7236
  get fillScaleUseGlobalValues() {
7219
- return this.i.vi;
7237
+ return this.i.vj;
7220
7238
  }
7221
7239
  set fillScaleUseGlobalValues(v) {
7222
- this.i.vi = ensureBool(v);
7240
+ this.i.vj = ensureBool(v);
7223
7241
  }
7224
7242
  /**
7225
7243
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
7226
7244
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7227
7245
  */
7228
7246
  get markerOutlineUsesFillScale() {
7229
- return this.i.vl;
7247
+ return this.i.vm;
7230
7248
  }
7231
7249
  set markerOutlineUsesFillScale(v) {
7232
- this.i.vl = ensureBool(v);
7250
+ this.i.vm = ensureBool(v);
7233
7251
  }
7234
7252
  /**
7235
7253
  * 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
7236
7254
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7237
7255
  */
7238
7256
  get markerOutlineBrightness() {
7239
- return this.i.vo;
7257
+ return this.i.vp;
7240
7258
  }
7241
7259
  set markerOutlineBrightness(v) {
7242
- this.i.vo = +v;
7260
+ this.i.vp = +v;
7243
7261
  }
7244
7262
  /**
7245
7263
  * 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
7246
7264
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
7247
7265
  */
7248
7266
  get markerBrushBrightness() {
7249
- return this.i.vn;
7267
+ return this.i.vo;
7250
7268
  }
7251
7269
  set markerBrushBrightness(v) {
7252
- this.i.vn = +v;
7270
+ this.i.vo = +v;
7253
7271
  }
7254
7272
  /**
7255
7273
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
7256
7274
  * This setting applies only if multiple series are using the same RadiusScale.
7257
7275
  */
7258
7276
  get radiusScaleUseGlobalValues() {
7259
- return this.i.vm;
7277
+ return this.i.vn;
7260
7278
  }
7261
7279
  set radiusScaleUseGlobalValues(v) {
7262
- this.i.vm = ensureBool(v);
7280
+ this.i.vn = ensureBool(v);
7263
7281
  }
7264
7282
  /**
7265
7283
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7266
7284
  */
7267
7285
  get isCustomScatterStyleAllowed() {
7268
- return this.i.vk;
7286
+ return this.i.vl;
7269
7287
  }
7270
7288
  set isCustomScatterStyleAllowed(v) {
7271
- this.i.vk = ensureBool(v);
7289
+ this.i.vl = ensureBool(v);
7272
7290
  }
7273
7291
  /**
7274
7292
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7275
7293
  */
7276
7294
  get isCustomScatterMarkerStyleAllowed() {
7277
- return this.i.vj;
7295
+ return this.i.vk;
7278
7296
  }
7279
7297
  set isCustomScatterMarkerStyleAllowed(v) {
7280
- this.i.vj = ensureBool(v);
7298
+ this.i.vk = ensureBool(v);
7281
7299
  }
7282
7300
  /**
7283
7301
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7284
7302
  */
7285
7303
  get itemSearchMode() {
7286
- return this.i.vd;
7304
+ return this.i.ve;
7287
7305
  }
7288
7306
  set itemSearchMode(v) {
7289
- this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
7307
+ this.i.ve = ensureEnum(ScatterItemSearchMode_$type, v);
7290
7308
  }
7291
7309
  /**
7292
7310
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7293
7311
  */
7294
7312
  get itemSearchThreshold() {
7295
- return this.i.vp;
7313
+ return this.i.vq;
7296
7314
  }
7297
7315
  set itemSearchThreshold(v) {
7298
- this.i.vp = +v;
7316
+ this.i.vq = +v;
7299
7317
  }
7300
7318
  findByName(name) {
7301
7319
  var baseResult = super.findByName(name);
@@ -7486,56 +7504,56 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7486
7504
  }
7487
7505
  }
7488
7506
  b5() {
7489
- let a = this.ch.t3;
7507
+ let a = this.ch.t4;
7490
7508
  super.b5();
7491
- a.xl = this.ch.vr;
7492
- a.xt = this.ch.vp;
7493
- a.ua = this.ch.ud;
7494
- a.uw = this.ch.ut;
7495
- a.uf = this.ch.ue;
7509
+ a.xm = this.ch.vs;
7510
+ a.xu = this.ch.vq;
7511
+ a.ub = this.ch.ue;
7512
+ a.ux = this.ch.uu;
7513
+ a.ug = this.ch.uf;
7496
7514
  }
7497
7515
  cj() {
7498
- this.ch.t3.xl = this.ch.vr;
7516
+ this.ch.t4.xm = this.ch.vs;
7499
7517
  }
7500
7518
  ci() {
7501
- this.ch.t3.xt = this.ch.vp;
7519
+ this.ch.t4.xu = this.ch.vq;
7502
7520
  }
7503
7521
  cp() {
7504
- this.ch.t3.ua = this.ch.ud;
7522
+ this.ch.t4.ub = this.ch.ue;
7505
7523
  }
7506
7524
  cn() {
7507
- this.ch.t3.uw = this.ch.ut;
7525
+ this.ch.t4.ux = this.ch.uu;
7508
7526
  }
7509
7527
  co() {
7510
- this.ch.t3.uf = this.ch.ue;
7528
+ this.ch.t4.ug = this.ch.uf;
7511
7529
  }
7512
7530
  cq() {
7513
- this.ch.t3.w1 = this.ch.uf;
7531
+ this.ch.t4.w2 = this.ch.ug;
7514
7532
  }
7515
7533
  cs() {
7516
- this.ch.t3.xAxis = this.ch.cy.ua;
7534
+ this.ch.t4.xAxis = this.ch.cz.ua;
7517
7535
  }
7518
7536
  ct() {
7519
- this.ch.t3.yAxis = this.ch.cy.uc;
7537
+ this.ch.t4.yAxis = this.ch.cz.uc;
7520
7538
  }
7521
7539
  cr() {
7522
- let a = this.ch.t3;
7523
- if (this.ch.cy == null) {
7540
+ let a = this.ch.t4;
7541
+ if (this.ch.cz == null) {
7524
7542
  a.xAxis = null;
7525
7543
  a.yAxis = null;
7526
7544
  return;
7527
7545
  }
7528
- a.xAxis = this.ch.cy.ua;
7529
- a.yAxis = this.ch.cy.uc;
7546
+ a.xAxis = this.ch.cz.ua;
7547
+ a.yAxis = this.ch.cz.uc;
7530
7548
  }
7531
7549
  cl() {
7532
- this.ch.t3.vm = this.ch.vb;
7550
+ this.ch.t4.vn = this.ch.vc;
7533
7551
  }
7534
7552
  ck() {
7535
- this.ch.t3.vc = this.ch.u7;
7553
+ this.ch.t4.vd = this.ch.u8;
7536
7554
  }
7537
7555
  cm() {
7538
- this.ch.t3.vd = this.ch.u8;
7556
+ this.ch.t4.ve = this.ch.u9;
7539
7557
  }
7540
7558
  }
7541
7559
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -7548,98 +7566,101 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7548
7566
  class GeographicSymbolSeries extends GeographicMarkerSeries {
7549
7567
  constructor() {
7550
7568
  super();
7551
- this.vd = null;
7569
+ this.ve = null;
7570
+ this.vh = false;
7552
7571
  this.vg = false;
7553
- this.vf = false;
7554
7572
  this.assigningScatterStyle = null;
7555
7573
  this.assigningScatterMarkerStyle = null;
7556
7574
  this.ab = GeographicSymbolSeries.$;
7557
7575
  }
7558
- get_dx() {
7576
+ bg() {
7577
+ return new GeographicSymbolSeries();
7578
+ }
7579
+ get_dy() {
7559
7580
  return true;
7560
7581
  }
7561
- cg() {
7582
+ ch() {
7562
7583
  return new GeographicSymbolSeriesView(this);
7563
7584
  }
7564
- o0(a) {
7565
- super.o0(a);
7566
- this.ve = a;
7585
+ o1(a) {
7586
+ super.o1(a);
7587
+ this.vf = a;
7567
7588
  }
7568
- iq() {
7589
+ ir() {
7569
7590
  return 0.7;
7570
7591
  }
7571
- t2() {
7592
+ t3() {
7572
7593
  return new ScatterSeries();
7573
7594
  }
7574
- get_es() {
7595
+ get_et() {
7575
7596
  return true;
7576
7597
  }
7577
- o8(a, b, c, d) {
7578
- super.o8(a, b, c, d);
7598
+ o9(a, b, c, d) {
7599
+ super.o9(a, b, c, d);
7579
7600
  switch (b) {
7580
7601
  case "SeriesViewer":
7581
- this.ve.cr();
7602
+ this.vf.cr();
7582
7603
  break;
7583
7604
  case GeographicSymbolSeries.$$p[5]:
7584
- this.ve.cj();
7605
+ this.vf.cj();
7585
7606
  break;
7586
7607
  case GeographicSymbolSeries.$$p[4]:
7587
- this.ve.ci();
7608
+ this.vf.ci();
7588
7609
  break;
7589
7610
  case GeographicSymbolSeries.$$p[6]:
7590
- this.ve.cl();
7611
+ this.vf.cl();
7591
7612
  break;
7592
7613
  case "XAxis":
7593
- this.ve.cs();
7614
+ this.vf.cs();
7594
7615
  break;
7595
7616
  case "YAxis":
7596
- this.ve.ct();
7617
+ this.vf.ct();
7597
7618
  break;
7598
7619
  case GeographicSymbolSeries.$$p[1]:
7599
- this.t3.wi = this.vi;
7600
- this.vg = this.vi;
7601
- if (this.vi) {
7602
- let e = this.t3;
7603
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
7620
+ this.t4.wj = this.vj;
7621
+ this.vh = this.vj;
7622
+ if (this.vj) {
7623
+ let e = this.t4;
7624
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
7604
7625
  }
7605
7626
  else {
7606
- let f = this.t3;
7607
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
7627
+ let f = this.t4;
7628
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
7608
7629
  }
7609
7630
  break;
7610
7631
  case GeographicSymbolSeries.$$p[0]:
7611
- this.t3.wh = this.vh;
7612
- this.vf = this.vh;
7613
- if (this.vi) {
7614
- let g = this.t3;
7615
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
7632
+ this.t4.wi = this.vi;
7633
+ this.vg = this.vi;
7634
+ if (this.vj) {
7635
+ let g = this.t4;
7636
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
7616
7637
  }
7617
7638
  else {
7618
- let h = this.t3;
7619
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
7639
+ let h = this.t4;
7640
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
7620
7641
  }
7621
7642
  break;
7622
7643
  case GeographicSymbolSeries.$$p[2]:
7623
- this.t3.v6 = this.vc;
7644
+ this.t4.v7 = this.vd;
7624
7645
  break;
7625
7646
  case GeographicSymbolSeries.$$p[3]:
7626
- this.t3.w0 = this.vk;
7647
+ this.t4.w1 = this.vl;
7627
7648
  break;
7628
7649
  }
7629
7650
  }
7630
- vw(a, b) {
7651
+ vx(a, b) {
7631
7652
  if (this.assigningScatterStyle != null) {
7632
7653
  this.assigningScatterStyle(this, b);
7633
7654
  }
7634
7655
  }
7635
- vv(a, b) {
7656
+ vw(a, b) {
7636
7657
  if (this.assigningScatterMarkerStyle != null) {
7637
7658
  this.assigningScatterMarkerStyle(this, b);
7638
7659
  }
7639
7660
  }
7640
7661
  }
7641
7662
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
7642
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [0, false]]);
7663
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
7643
7664
  return GeographicSymbolSeries;
7644
7665
  })();
7645
7666
 
@@ -7674,70 +7695,70 @@ let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
7674
7695
  * Gets whether the series has only marker as visuals
7675
7696
  */
7676
7697
  get hasOnlyMarkers() {
7677
- return this.i.dx;
7698
+ return this.i.dy;
7678
7699
  }
7679
7700
  /**
7680
7701
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7681
7702
  */
7682
7703
  get latitudeMemberPath() {
7683
- return this.i.vp;
7704
+ return this.i.vq;
7684
7705
  }
7685
7706
  set latitudeMemberPath(v) {
7686
- this.i.vp = v;
7707
+ this.i.vq = v;
7687
7708
  }
7688
7709
  /**
7689
7710
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7690
7711
  */
7691
7712
  get longitudeMemberPath() {
7692
- return this.i.vr;
7713
+ return this.i.vs;
7693
7714
  }
7694
7715
  set longitudeMemberPath(v) {
7695
- this.i.vr = v;
7716
+ this.i.vs = v;
7696
7717
  }
7697
7718
  /**
7698
7719
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
7699
7720
  */
7700
7721
  get markerCollisionAvoidance() {
7701
- return this.i.vb;
7722
+ return this.i.vc;
7702
7723
  }
7703
7724
  set markerCollisionAvoidance(v) {
7704
- this.i.vb = ensureEnum(CollisionAvoidanceType_$type, v);
7725
+ this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
7705
7726
  }
7706
7727
  /**
7707
7728
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7708
7729
  */
7709
7730
  get isCustomScatterStyleAllowed() {
7710
- return this.i.vi;
7731
+ return this.i.vj;
7711
7732
  }
7712
7733
  set isCustomScatterStyleAllowed(v) {
7713
- this.i.vi = ensureBool(v);
7734
+ this.i.vj = ensureBool(v);
7714
7735
  }
7715
7736
  /**
7716
7737
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7717
7738
  */
7718
7739
  get isCustomScatterMarkerStyleAllowed() {
7719
- return this.i.vh;
7740
+ return this.i.vi;
7720
7741
  }
7721
7742
  set isCustomScatterMarkerStyleAllowed(v) {
7722
- this.i.vh = ensureBool(v);
7743
+ this.i.vi = ensureBool(v);
7723
7744
  }
7724
7745
  /**
7725
7746
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7726
7747
  */
7727
7748
  get itemSearchMode() {
7728
- return this.i.vc;
7749
+ return this.i.vd;
7729
7750
  }
7730
7751
  set itemSearchMode(v) {
7731
- this.i.vc = ensureEnum(ScatterItemSearchMode_$type, v);
7752
+ this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
7732
7753
  }
7733
7754
  /**
7734
7755
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7735
7756
  */
7736
7757
  get itemSearchThreshold() {
7737
- return this.i.vk;
7758
+ return this.i.vl;
7738
7759
  }
7739
7760
  set itemSearchThreshold(v) {
7740
- this.i.vk = +v;
7761
+ this.i.vl = +v;
7741
7762
  }
7742
7763
  /**
7743
7764
  * Event raised when Assigning Category Style
@@ -7901,56 +7922,56 @@ let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
7901
7922
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
7902
7923
  */
7903
7924
  get longitudeMemberPath() {
7904
- return this.i.uf;
7925
+ return this.i.ug;
7905
7926
  }
7906
7927
  set longitudeMemberPath(v) {
7907
- this.i.uf = v;
7928
+ this.i.ug = v;
7908
7929
  }
7909
7930
  /**
7910
7931
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
7911
7932
  */
7912
7933
  get latitudeMemberPath() {
7913
- return this.i.ud;
7934
+ return this.i.ue;
7914
7935
  }
7915
7936
  set latitudeMemberPath(v) {
7916
- this.i.ud = v;
7937
+ this.i.ue = v;
7917
7938
  }
7918
7939
  /**
7919
7940
  * The source of triangulation data.
7920
7941
  * 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.
7921
7942
  */
7922
7943
  get trianglesSource() {
7923
- return this.i.uc;
7944
+ return this.i.ud;
7924
7945
  }
7925
7946
  set trianglesSource(v) {
7926
- this.i.uc = v;
7947
+ this.i.ud = v;
7927
7948
  }
7928
7949
  /**
7929
7950
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
7930
7951
  */
7931
7952
  get triangleVertexMemberPath1() {
7932
- return this.i.ui;
7953
+ return this.i.uj;
7933
7954
  }
7934
7955
  set triangleVertexMemberPath1(v) {
7935
- this.i.ui = v;
7956
+ this.i.uj = v;
7936
7957
  }
7937
7958
  /**
7938
7959
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
7939
7960
  */
7940
7961
  get triangleVertexMemberPath2() {
7941
- return this.i.uk;
7962
+ return this.i.ul;
7942
7963
  }
7943
7964
  set triangleVertexMemberPath2(v) {
7944
- this.i.uk = v;
7965
+ this.i.ul = v;
7945
7966
  }
7946
7967
  /**
7947
7968
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
7948
7969
  */
7949
7970
  get triangleVertexMemberPath3() {
7950
- return this.i.um;
7971
+ return this.i.un;
7951
7972
  }
7952
7973
  set triangleVertexMemberPath3(v) {
7953
- this.i.um = v;
7974
+ this.i.un = v;
7954
7975
  }
7955
7976
  }
7956
7977
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -8007,22 +8028,22 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8007
8028
  * Gets whether the current series shows an area shape.
8008
8029
  */
8009
8030
  get isArea() {
8010
- return this.i.d8;
8031
+ return this.i.d9;
8011
8032
  }
8012
8033
  /**
8013
8034
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8014
8035
  */
8015
8036
  get colorMemberPath() {
8016
- return this.i.u1;
8037
+ return this.i.u2;
8017
8038
  }
8018
8039
  set colorMemberPath(v) {
8019
- this.i.u1 = v;
8040
+ this.i.u2 = v;
8020
8041
  }
8021
8042
  /**
8022
8043
  * The ColorScale used to resolve the color values of points in the series.
8023
8044
  */
8024
8045
  get colorScale() {
8025
- const r = this.i.uw;
8046
+ const r = this.i.ux;
8026
8047
  if (r == null) {
8027
8048
  return null;
8028
8049
  }
@@ -8038,13 +8059,13 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8038
8059
  set colorScale(v) {
8039
8060
  if (v != null && this._stylingContainer && v._styling)
8040
8061
  v._styling(this._stylingContainer, this, this);
8041
- v == null ? this.i.uw = null : this.i.uw = v.i;
8062
+ v == null ? this.i.ux = null : this.i.ux = v.i;
8042
8063
  }
8043
8064
  /**
8044
8065
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8045
8066
  */
8046
8067
  get actualColorScale() {
8047
- const r = this.i.uv;
8068
+ const r = this.i.uw;
8048
8069
  if (r == null) {
8049
8070
  return null;
8050
8071
  }
@@ -8060,7 +8081,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8060
8081
  set actualColorScale(v) {
8061
8082
  if (v != null && this._stylingContainer && v._styling)
8062
8083
  v._styling(this._stylingContainer, this, this);
8063
- v == null ? this.i.uv = null : this.i.uv = v.i;
8084
+ v == null ? this.i.uw = null : this.i.uw = v.i;
8064
8085
  }
8065
8086
  findByName(name) {
8066
8087
  var baseResult = super.findByName(name);
@@ -8091,7 +8112,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8091
8112
 
8092
8113
  */
8093
8114
  updateActualColorScale() {
8094
- this.i.u6();
8115
+ this.i.u7();
8095
8116
  }
8096
8117
  /**
8097
8118
  * Raised when the status of an ongoing Triangulation has changed.
@@ -8208,71 +8229,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
8208
8229
  }
8209
8230
  b5() {
8210
8231
  super.b5();
8211
- let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
8212
- a.wb = this.ch.us;
8213
- a.wj = this.ch.uq;
8232
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
8233
+ a.wc = this.ch.ut;
8234
+ a.wk = this.ch.ur;
8235
+ a.up = this.ch.ug;
8214
8236
  a.uo = this.ch.uf;
8215
- a.un = this.ch.ue;
8216
- a.fk = this.ch.ud;
8237
+ a.fl = this.ch.ue;
8238
+ a.vk = this.ch.ui;
8217
8239
  a.vj = this.ch.uh;
8218
- a.vi = this.ch.ug;
8240
+ a.xi = this.ch.vc;
8219
8241
  a.xh = this.ch.vb;
8220
- a.xg = this.ch.va;
8221
- a.vv = this.ch.uk;
8242
+ a.vw = this.ch.ul;
8222
8243
  }
8223
8244
  cn() {
8224
- this.ch.t3.wb = this.ch.us;
8245
+ this.ch.t4.wc = this.ch.ut;
8225
8246
  }
8226
8247
  cm() {
8227
- this.ch.t3.wj = this.ch.uq;
8248
+ this.ch.t4.wk = this.ch.ur;
8228
8249
  }
8229
8250
  cs() {
8230
- this.ch.t3.uo = this.ch.uf;
8251
+ this.ch.t4.up = this.ch.ug;
8231
8252
  }
8232
8253
  cq() {
8233
- this.ch.t3.un = this.ch.ue;
8254
+ this.ch.t4.uo = this.ch.uf;
8234
8255
  }
8235
8256
  co() {
8236
- this.ch.t3.fk = this.ch.ud;
8257
+ this.ch.t4.fl = this.ch.ue;
8237
8258
  }
8238
8259
  cl() {
8239
- this.ch.t3.vj = this.ch.uh;
8260
+ this.ch.t4.vk = this.ch.ui;
8240
8261
  }
8241
8262
  cj() {
8242
- this.ch.t3.vi = this.ch.ug;
8263
+ this.ch.t4.vj = this.ch.uh;
8243
8264
  }
8244
8265
  cr() {
8245
- let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
8246
- if (this.ch.cy == null) {
8247
- a.t8 = null;
8248
- a.ua = null;
8266
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
8267
+ if (this.ch.cz == null) {
8268
+ a.t9 = null;
8269
+ a.ub = null;
8249
8270
  return;
8250
8271
  }
8251
- a.t8 = this.ch.cy.ua;
8252
- a.ua = this.ch.cy.uc;
8272
+ a.t9 = this.ch.cz.ua;
8273
+ a.ub = this.ch.cz.uc;
8253
8274
  }
8254
8275
  ct() {
8255
- this.ch.t3.t8 = this.ch.cy.ua;
8276
+ this.ch.t4.t9 = this.ch.cz.ua;
8256
8277
  }
8257
8278
  cu() {
8258
- this.ch.t3.ua = this.ch.cy.uc;
8279
+ this.ch.t4.ub = this.ch.cz.uc;
8259
8280
  }
8260
8281
  ck() {
8261
- this.ch.t3.xh = this.ch.vb;
8282
+ this.ch.t4.xi = this.ch.vc;
8262
8283
  }
8263
8284
  ci() {
8264
- this.ch.t3.xg = this.ch.va;
8285
+ this.ch.t4.xh = this.ch.vb;
8265
8286
  }
8266
8287
  cp() {
8267
- this.ch.t3.vv = this.ch.uk;
8288
+ this.ch.t4.vw = this.ch.ul;
8268
8289
  }
8269
8290
  au() {
8270
8291
  super.au();
8271
8292
  if (!this.q) {
8272
- this.ch.vb = Defaults.aq;
8273
- this.ch.va = Defaults.ap;
8274
- this.ch.sw = Defaults.al;
8275
- this.ch.s2 = Defaults.ak;
8293
+ this.ch.vc = Defaults.aq;
8294
+ this.ch.vb = Defaults.ap;
8295
+ this.ch.sx = Defaults.al;
8296
+ this.ch.s3 = Defaults.ak;
8276
8297
  }
8277
8298
  }
8278
8299
  }
@@ -8286,110 +8307,113 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
8286
8307
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
8287
8308
  constructor() {
8288
8309
  super();
8289
- this.ub = null;
8310
+ this.uc = null;
8290
8311
  this.progressiveLoadStatusChanged = null;
8291
- this.uj = 0;
8312
+ this.uk = 0;
8292
8313
  this.ab = GeographicHighDensityScatterSeries.$;
8293
8314
  }
8294
- ip() {
8295
- if (!isNaN_(this.io)) {
8296
- return super.ip();
8315
+ bg() {
8316
+ return new GeographicHighDensityScatterSeries();
8317
+ }
8318
+ iq() {
8319
+ if (!isNaN_(this.ip)) {
8320
+ return super.iq();
8297
8321
  }
8298
8322
  return Defaults.q;
8299
8323
  }
8300
- get_e1() {
8324
+ get_e2() {
8301
8325
  return true;
8302
8326
  }
8303
- cg() {
8327
+ ch() {
8304
8328
  return new GeographicHighDensityScatterSeriesView(this);
8305
8329
  }
8306
- o0(a) {
8307
- super.o0(a);
8308
- this.uc = a;
8330
+ o1(a) {
8331
+ super.o1(a);
8332
+ this.ud = a;
8309
8333
  }
8310
- t2() {
8311
- this.ub = new HighDensityScatterSeries();
8312
- return this.ub;
8334
+ t3() {
8335
+ this.uc = new HighDensityScatterSeries();
8336
+ return this.uc;
8313
8337
  }
8314
- get ul() {
8315
- return this.uj;
8338
+ get um() {
8339
+ return this.uk;
8316
8340
  }
8317
- set ul(a) {
8318
- let b = this.uj;
8319
- this.uj = a;
8320
- this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
8341
+ set um(a) {
8342
+ let b = this.uk;
8343
+ this.uk = a;
8344
+ this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
8321
8345
  }
8322
- t8() {
8323
- super.t8();
8324
- let a = this.t3;
8325
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
8326
- let b = this.t3;
8327
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
8346
+ t9() {
8347
+ super.t9();
8348
+ let a = this.t4;
8349
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
8350
+ let b = this.t4;
8351
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
8328
8352
  }
8329
- uz(a, b) {
8330
- this.ul = b.currentStatus;
8353
+ u0(a, b) {
8354
+ this.um = b.currentStatus;
8331
8355
  if (this.progressiveLoadStatusChanged != null) {
8332
8356
  this.progressiveLoadStatusChanged(this, b);
8333
8357
  }
8334
8358
  }
8335
- uy(a, b) {
8336
- if (this.ub == null) {
8359
+ uz(a, b) {
8360
+ if (this.uc == null) {
8337
8361
  return;
8338
8362
  }
8339
8363
  }
8340
- o8(a, b, c, d) {
8341
- super.o8(a, b, c, d);
8364
+ o9(a, b, c, d) {
8365
+ super.o9(a, b, c, d);
8342
8366
  switch (b) {
8343
8367
  case "SeriesViewer":
8344
- this.uc.cr();
8368
+ this.ud.cr();
8345
8369
  break;
8346
8370
  case GeographicHighDensityScatterSeries.$$p[5]:
8347
- this.uc.cn();
8371
+ this.ud.cn();
8348
8372
  break;
8349
8373
  case GeographicHighDensityScatterSeries.$$p[4]:
8350
- this.uc.cm();
8374
+ this.ud.cm();
8351
8375
  break;
8352
8376
  case GeographicHighDensityScatterSeries.$$p[9]:
8353
- this.uc.cs();
8377
+ this.ud.cs();
8354
8378
  break;
8355
8379
  case GeographicHighDensityScatterSeries.$$p[8]:
8356
- this.uc.cq();
8380
+ this.ud.cq();
8357
8381
  break;
8358
8382
  case GeographicHighDensityScatterSeries.$$p[6]:
8359
- this.uc.co();
8383
+ this.ud.co();
8360
8384
  break;
8361
8385
  case "XAxis":
8362
- this.uc.ct();
8386
+ this.ud.ct();
8363
8387
  break;
8364
8388
  case "YAxis":
8365
- this.uc.cu();
8389
+ this.ud.cu();
8366
8390
  break;
8367
8391
  case GeographicHighDensityScatterSeries.$$p[3]:
8368
- this.uc.cl();
8392
+ this.ud.cl();
8369
8393
  break;
8370
8394
  case GeographicHighDensityScatterSeries.$$p[1]:
8371
- this.uc.cj();
8395
+ this.ud.cj();
8372
8396
  break;
8373
8397
  case GeographicHighDensityScatterSeries.$$p[2]:
8374
- this.uc.ck();
8398
+ this.ud.ck();
8375
8399
  break;
8376
8400
  case GeographicHighDensityScatterSeries.$$p[0]:
8377
- this.uc.ci();
8401
+ this.ud.ci();
8378
8402
  break;
8379
8403
  case GeographicHighDensityScatterSeries.$$p[7]:
8380
- this.uc.cp();
8404
+ this.ud.cp();
8381
8405
  break;
8382
8406
  }
8383
8407
  }
8384
- get_gf() {
8408
+ get_gg() {
8385
8409
  return true;
8386
8410
  }
8387
- set_gf(a) {
8388
- super.set_gf(a);
8411
+ set_gg(a) {
8412
+ super.set_gg(a);
8389
8413
  }
8390
8414
  }
8391
8415
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
8392
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
8416
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
8393
8417
  return GeographicHighDensityScatterSeries;
8394
8418
  })();
8395
8419
 
@@ -8423,106 +8447,106 @@ let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
8423
8447
  * Gets whether the current series shows pixels.
8424
8448
  */
8425
8449
  get isPixel() {
8426
- return this.i.e1;
8450
+ return this.i.e2;
8427
8451
  }
8428
8452
  /**
8429
8453
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8430
8454
  */
8431
8455
  get latitudeMemberPath() {
8432
- return this.i.uq;
8456
+ return this.i.ur;
8433
8457
  }
8434
8458
  set latitudeMemberPath(v) {
8435
- this.i.uq = v;
8459
+ this.i.ur = v;
8436
8460
  }
8437
8461
  /**
8438
8462
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8439
8463
  */
8440
8464
  get longitudeMemberPath() {
8441
- return this.i.us;
8465
+ return this.i.ut;
8442
8466
  }
8443
8467
  set longitudeMemberPath(v) {
8444
- this.i.us = v;
8468
+ this.i.ut = v;
8445
8469
  }
8446
8470
  /**
8447
8471
  * Gets or sets the whether to use use brute force mode.
8448
8472
  */
8449
8473
  get useBruteForce() {
8450
- return this.i.uf;
8474
+ return this.i.ug;
8451
8475
  }
8452
8476
  set useBruteForce(v) {
8453
- this.i.uf = ensureBool(v);
8477
+ this.i.ug = ensureBool(v);
8454
8478
  }
8455
8479
  /**
8456
8480
  * Gets or sets the whether to progressively load the data into the chart.
8457
8481
  */
8458
8482
  get progressiveLoad() {
8459
- return this.i.ue;
8483
+ return this.i.uf;
8460
8484
  }
8461
8485
  set progressiveLoad(v) {
8462
- this.i.ue = ensureBool(v);
8486
+ this.i.uf = ensureBool(v);
8463
8487
  }
8464
8488
  /**
8465
8489
  * Gets or sets the whether the chart reacts to mouse move events.
8466
8490
  */
8467
8491
  get mouseOverEnabled() {
8468
- return this.i.ud;
8492
+ return this.i.ue;
8469
8493
  }
8470
8494
  set mouseOverEnabled(v) {
8471
- this.i.ud = ensureBool(v);
8495
+ this.i.ue = ensureBool(v);
8472
8496
  }
8473
8497
  /**
8474
8498
  * Gets or sets the density value that maps to the minimum heat color.
8475
8499
  */
8476
8500
  get heatMinimum() {
8477
- return this.i.uh;
8501
+ return this.i.ui;
8478
8502
  }
8479
8503
  set heatMinimum(v) {
8480
- this.i.uh = +v;
8504
+ this.i.ui = +v;
8481
8505
  }
8482
8506
  /**
8483
8507
  * Gets or sets the value that maps to the maximum heat color.
8484
8508
  */
8485
8509
  get heatMaximum() {
8486
- return this.i.ug;
8510
+ return this.i.uh;
8487
8511
  }
8488
8512
  set heatMaximum(v) {
8489
- this.i.ug = +v;
8513
+ this.i.uh = +v;
8490
8514
  }
8491
8515
  /**
8492
8516
  * Gets or sets the color to use for the minimum end of the scale.
8493
8517
  */
8494
8518
  get heatMinimumColor() {
8495
- return colorToString(this.i.vb);
8519
+ return colorToString(this.i.vc);
8496
8520
  }
8497
8521
  set heatMinimumColor(v) {
8498
- this.i.vb = stringToColor(v);
8522
+ this.i.vc = stringToColor(v);
8499
8523
  }
8500
8524
  /**
8501
8525
  * Gets or sets the color to use for the maximum end of the scale.
8502
8526
  */
8503
8527
  get heatMaximumColor() {
8504
- return colorToString(this.i.va);
8528
+ return colorToString(this.i.vb);
8505
8529
  }
8506
8530
  set heatMaximumColor(v) {
8507
- this.i.va = stringToColor(v);
8531
+ this.i.vb = stringToColor(v);
8508
8532
  }
8509
8533
  /**
8510
8534
  * Gets or sets the the pixel extent of the square data points that are rendered.
8511
8535
  */
8512
8536
  get pointExtent() {
8513
- return this.i.uk;
8537
+ return this.i.ul;
8514
8538
  }
8515
8539
  set pointExtent(v) {
8516
- this.i.uk = +v;
8540
+ this.i.ul = +v;
8517
8541
  }
8518
8542
  /**
8519
8543
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
8520
8544
  */
8521
8545
  get progressiveStatus() {
8522
- return this.i.ul;
8546
+ return this.i.um;
8523
8547
  }
8524
8548
  set progressiveStatus(v) {
8525
- this.i.ul = +v;
8549
+ this.i.um = +v;
8526
8550
  }
8527
8551
  /**
8528
8552
  * Raised when the progressive loading state of the series has changed.
@@ -8670,24 +8694,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
8670
8694
  au() {
8671
8695
  super.au();
8672
8696
  if (!this.q) {
8673
- this.cp.iu = Defaults.m;
8697
+ this.cp.iv = Defaults.m;
8674
8698
  }
8675
8699
  }
8676
8700
  b5() {
8677
8701
  super.b5();
8678
- if (this.cp.t3 != null) {
8679
- this.cp.uv.vy = this.cp.uy;
8680
- this.cp.uv.v8 = this.cp.u2;
8702
+ if (this.cp.t4 != null) {
8703
+ this.cp.uw.vz = this.cp.uz;
8704
+ this.cp.uw.v9 = this.cp.u3;
8681
8705
  }
8682
8706
  }
8683
8707
  cq() {
8684
- if (this.cp.uv != null) {
8685
- this.cp.uv.vy = this.cp.uy;
8708
+ if (this.cp.uw != null) {
8709
+ this.cp.uw.vz = this.cp.uz;
8686
8710
  }
8687
8711
  }
8688
8712
  cr() {
8689
- if (this.cp.uv != null) {
8690
- this.cp.uv.v8 = this.cp.u2;
8713
+ if (this.cp.uw != null) {
8714
+ this.cp.uw.v9 = this.cp.u3;
8691
8715
  }
8692
8716
  }
8693
8717
  }
@@ -8704,73 +8728,76 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
8704
8728
  this.triangulationStatusChanged = null;
8705
8729
  this.ab = GeographicContourLineSeries.$;
8706
8730
  }
8707
- get_ew() {
8731
+ bg() {
8732
+ return new GeographicContourLineSeries();
8733
+ }
8734
+ get_ex() {
8708
8735
  return true;
8709
8736
  }
8710
- t8() {
8711
- super.t8();
8712
- }
8713
- t2() {
8714
- this.uv = new ScatterContourSeries();
8715
- let a = this.uv;
8716
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
8717
- let b = this.uv;
8718
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
8719
- return this.uv;
8737
+ t9() {
8738
+ super.t9();
8720
8739
  }
8721
- u5(a, b) {
8740
+ t3() {
8741
+ this.uw = new ScatterContourSeries();
8742
+ let a = this.uw;
8743
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
8744
+ let b = this.uw;
8745
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
8746
+ return this.uw;
8747
+ }
8748
+ u6(a, b) {
8722
8749
  if (this.triangulationStatusChanged != null) {
8723
8750
  this.triangulationStatusChanged(this, b);
8724
8751
  }
8725
8752
  }
8726
- u6(a, b) {
8727
- let c = typeCast(ScatterContourSeries.$, this.t3);
8753
+ u7(a, b) {
8754
+ let c = typeCast(ScatterContourSeries.$, this.t4);
8728
8755
  if (c == null) {
8729
8756
  return;
8730
8757
  }
8731
8758
  if (b.propertyName == "ActualFillScale") {
8732
- this.ux = c.vx;
8759
+ this.uy = c.vy;
8733
8760
  }
8734
8761
  }
8735
- qd() {
8736
- super.qd();
8762
+ qe() {
8763
+ super.qe();
8737
8764
  }
8738
- cg() {
8765
+ ch() {
8739
8766
  return new GeographicContourLineSeriesView(this);
8740
8767
  }
8741
- o0(a) {
8742
- super.o0(a);
8743
- this.uz = a;
8768
+ o1(a) {
8769
+ super.o1(a);
8770
+ this.u0 = a;
8744
8771
  }
8745
- o8(a, b, c, d) {
8746
- super.o8(a, b, c, d);
8772
+ o9(a, b, c, d) {
8773
+ super.o9(a, b, c, d);
8747
8774
  switch (b) {
8748
8775
  case GeographicContourLineSeries.$$p[1]:
8749
- this.uz.cq();
8776
+ this.u0.cq();
8750
8777
  break;
8751
8778
  case GeographicContourLineSeries.$$p[2]:
8752
- this.uz.cr();
8779
+ this.u0.cr();
8753
8780
  break;
8754
8781
  case GeographicContourLineSeries.$$p[3]:
8755
- this.uv.vv = this.uu;
8782
+ this.uw.vw = this.uv;
8756
8783
  break;
8757
8784
  case "DashArray":
8758
- this.uv.s7 = this.s7;
8785
+ this.uw.s8 = this.s8;
8759
8786
  break;
8760
8787
  case "DashCap":
8761
- this.uv.s8 = this.s8;
8788
+ this.uw.s9 = this.s9;
8762
8789
  break;
8763
8790
  case "MiterLimit":
8764
- this.uv.il = this.il;
8791
+ this.uw.im = this.im;
8765
8792
  break;
8766
8793
  case "LineJoin":
8767
- this.uv.ta = this.ta;
8794
+ this.uw.tb = this.tb;
8768
8795
  break;
8769
8796
  }
8770
8797
  }
8771
8798
  }
8772
8799
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
8773
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ux:u7', [ValueBrushScale.$, null], 'FillScale:uy:u8', [ValueBrushScale.$, null], 'ValueMemberPath:u2:u9', [2, "value"], 'ValueResolver:uu:va', [ContourValueResolver.$, null]]);
8800
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
8774
8801
  return GeographicContourLineSeries;
8775
8802
  })();
8776
8803
 
@@ -8803,22 +8830,22 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8803
8830
  * Gets whether the current series shows a line contour shape.
8804
8831
  */
8805
8832
  get isLineContour() {
8806
- return this.i.ew;
8833
+ return this.i.ex;
8807
8834
  }
8808
8835
  /**
8809
8836
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
8810
8837
  */
8811
8838
  get valueMemberPath() {
8812
- return this.i.u2;
8839
+ return this.i.u3;
8813
8840
  }
8814
8841
  set valueMemberPath(v) {
8815
- this.i.u2 = v;
8842
+ this.i.u3 = v;
8816
8843
  }
8817
8844
  /**
8818
8845
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
8819
8846
  */
8820
8847
  get fillScale() {
8821
- const r = this.i.uy;
8848
+ const r = this.i.uz;
8822
8849
  if (r == null) {
8823
8850
  return null;
8824
8851
  }
@@ -8834,13 +8861,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8834
8861
  set fillScale(v) {
8835
8862
  if (v != null && this._stylingContainer && v._styling)
8836
8863
  v._styling(this._stylingContainer, this, this);
8837
- v == null ? this.i.uy = null : this.i.uy = v.i;
8864
+ v == null ? this.i.uz = null : this.i.uz = v.i;
8838
8865
  }
8839
8866
  /**
8840
8867
  * Gets actual fill scale that is set on the FillScale property or default FillScale
8841
8868
  */
8842
8869
  get actualFillScale() {
8843
- const r = this.i.ux;
8870
+ const r = this.i.uy;
8844
8871
  if (r == null) {
8845
8872
  return null;
8846
8873
  }
@@ -8856,13 +8883,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8856
8883
  set actualFillScale(v) {
8857
8884
  if (v != null && this._stylingContainer && v._styling)
8858
8885
  v._styling(this._stylingContainer, this, this);
8859
- v == null ? this.i.ux = null : this.i.ux = v.i;
8886
+ v == null ? this.i.uy = null : this.i.uy = v.i;
8860
8887
  }
8861
8888
  /**
8862
8889
  * The ContourValueResolver used to determine the numeric values of contours.
8863
8890
  */
8864
8891
  get valueResolver() {
8865
- const r = this.i.uu;
8892
+ const r = this.i.uv;
8866
8893
  if (r == null) {
8867
8894
  return null;
8868
8895
  }
@@ -8878,7 +8905,7 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8878
8905
  set valueResolver(v) {
8879
8906
  if (v != null && this._stylingContainer && v._styling)
8880
8907
  v._styling(this._stylingContainer, this, this);
8881
- v == null ? this.i.uu = null : this.i.uu = v.i;
8908
+ v == null ? this.i.uv = null : this.i.uv = v.i;
8882
8909
  }
8883
8910
  findByName(name) {
8884
8911
  var baseResult = super.findByName(name);