igniteui-angular-maps 21.0.0-beta.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1045 -1045
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +2 -2
@@ -191,8 +191,8 @@ let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
191
191
  }
192
192
  }
193
193
  t(a, b, c, d, e) {
194
- d = this.ak(a.q9);
195
- e = this.ak(a.q8);
194
+ d = this.ak(a.rb);
195
+ e = this.ak(a.ra);
196
196
  return {
197
197
  p3: d,
198
198
  p4: e
@@ -359,8 +359,8 @@ let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
359
359
  }
360
360
  }
361
361
  t(a, b, c, d, e) {
362
- d = a.q9;
363
- e = a.q8;
362
+ d = a.rb;
363
+ e = a.ra;
364
364
  return {
365
365
  p3: d,
366
366
  p4: e
@@ -437,342 +437,342 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
437
437
  class GeographicMapSeriesHost extends Series {
438
438
  constructor() {
439
439
  super();
440
- this.xj = null;
441
- this.xl = this.xk();
440
+ this.xk = null;
441
+ this.xm = this.xl();
442
442
  }
443
- qv() {
444
- super.qv();
445
- if (this.xl != null) {
446
- this.xl.qv();
443
+ qw() {
444
+ super.qw();
445
+ if (this.xm != null) {
446
+ this.xm.qw();
447
447
  }
448
448
  }
449
449
  get_ff() {
450
450
  return true;
451
451
  }
452
- kz(a, b) {
453
- let c = this.no(b);
452
+ k0(a, b) {
453
+ let c = this.np(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.xl.kz(a, c);
460
+ return this.xm.k0(a, c);
461
461
  }
462
- mo(a) {
463
- let b = this.no(a);
462
+ mp(a) {
463
+ let b = this.np(a);
464
464
  if (b == "LatitudeMemberPath") {
465
465
  b = "YMemberPath";
466
466
  }
467
467
  if (b == "LongitudeMemberPath") {
468
468
  b = "XMemberPath";
469
469
  }
470
- return this.xl.mo(b);
470
+ return this.xm.mp(b);
471
471
  }
472
- get_kr() {
473
- return this.k9(this.xl);
472
+ get_ks() {
473
+ return this.la(this.xm);
474
474
  }
475
- set_kr(a) {
476
- this.pc(this.xl, a);
475
+ set_ks(a) {
476
+ this.pd(this.xm, a);
477
477
  }
478
478
  ed(a, b, c, d, e) {
479
- return this.xl.ed(a, b, c, d, e);
479
+ return this.xm.ed(a, b, c, d, e);
480
480
  }
481
481
  ai() {
482
- return this.xl.ai();
482
+ return this.xm.ai();
483
483
  }
484
484
  bp() {
485
- return this.xl;
485
+ return this.xm;
486
486
  }
487
- get xl() {
488
- return this.xj;
487
+ get xm() {
488
+ return this.xk;
489
489
  }
490
- set xl(a) {
491
- let b = this.xj;
492
- let c = this.xl != a;
490
+ set xm(a) {
491
+ let b = this.xk;
492
+ let c = this.xm != a;
493
493
  if (c) {
494
- this.xj = a;
495
- this.xq(b, this.xj);
494
+ this.xk = a;
495
+ this.xr(b, this.xk);
496
496
  }
497
497
  }
498
498
  get_hasMarkers() {
499
- return this.xl.hasMarkers;
499
+ return this.xm.hasMarkers;
500
500
  }
501
- xq(a, b) {
502
- if (this.xj != null) {
503
- let hostedSeries_ = this.xj;
501
+ xr(a, b) {
502
+ if (this.xk != null) {
503
+ let hostedSeries_ = this.xk;
504
504
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
505
505
  hostedSeries_.externalObject._implementation = hostedSeries_;
506
506
  }
507
- this.ps(this.xl);
508
- this.xm.ci();
507
+ this.pt(this.xm);
508
+ this.xn.ci();
509
509
  if (a != null) {
510
510
  let c = (a);
511
- this.sj(c, null);
511
+ this.sk(c, null);
512
512
  }
513
513
  if (b != null) {
514
514
  let d = (b);
515
- this.sj(d, this);
515
+ this.sk(d, this);
516
516
  }
517
517
  }
518
518
  dh(a, b, c) {
519
- return this.dj(this.xl, a, b, c);
519
+ return this.dj(this.xm, a, b, c);
520
520
  }
521
521
  di(a, b, c) {
522
- return this.dk(this.xl, a, b, c);
522
+ return this.dk(this.xm, a, b, c);
523
523
  }
524
- kw(a) {
525
- return this.k5(this.xl, a);
524
+ kx(a) {
525
+ return this.k6(this.xm, a);
526
526
  }
527
- kj(a, b) {
528
- return this.xl.kj(a, b);
527
+ kk(a, b) {
528
+ return this.xm.kk(a, b);
529
529
  }
530
- kh(a, b) {
531
- return this.xl.kh(a, b);
530
+ ki(a, b) {
531
+ return this.xm.ki(a, b);
532
532
  }
533
- jd(a, b, c) {
534
- return this.xl.jd(a, b, c);
533
+ je(a, b, c) {
534
+ return this.xm.je(a, b, c);
535
535
  }
536
- ww(a, b, c) {
537
- return this.xl.ww(a, b, c);
536
+ wx(a, b, c) {
537
+ return this.xm.wx(a, b, c);
538
538
  }
539
- w8(a) {
540
- return this.xl.w8(a);
539
+ w9(a) {
540
+ return this.xm.w9(a);
541
541
  }
542
542
  ao(a) {
543
- return this.xl.ao(a);
543
+ return this.xm.ao(a);
544
544
  }
545
- w9(a) {
546
- return this.xl.w9(a);
545
+ xa(a) {
546
+ return this.xm.xa(a);
547
547
  }
548
548
  ap(a) {
549
- return this.xl.ap(a);
550
- }
551
- xa(a) {
552
- return this.xl.xa(a);
549
+ return this.xm.ap(a);
553
550
  }
554
551
  xb(a) {
555
- return this.xl.xb(a);
552
+ return this.xm.xb(a);
556
553
  }
557
- i9(a, b, c) {
558
- return this.xl.i9(a, b, c);
554
+ xc(a) {
555
+ return this.xm.xc(a);
559
556
  }
560
- ws(a, b, c) {
561
- return this.xl.ws(a, b, c);
557
+ ja(a, b, c) {
558
+ return this.xm.ja(a, b, c);
562
559
  }
563
- jb(a, b, c) {
564
- return this.jd(a, b, c);
560
+ wt(a, b, c) {
561
+ return this.xm.wt(a, b, c);
565
562
  }
566
- wu(a, b, c) {
567
- return this.xl.wu(a, b, c);
563
+ jc(a, b, c) {
564
+ return this.je(a, b, c);
568
565
  }
569
- wx(a, b, c) {
570
- return this.xl.wx(a, b, c);
566
+ wv(a, b, c) {
567
+ return this.xm.wv(a, b, c);
571
568
  }
572
- je(a, b, c) {
573
- return this.xl.je(a, b, c);
569
+ wy(a, b, c) {
570
+ return this.xm.wy(a, b, c);
574
571
  }
575
- wt(a, b, c) {
576
- return this.xl.wt(a, b, c);
572
+ jf(a, b, c) {
573
+ return this.xm.jf(a, b, c);
577
574
  }
578
- ja(a, b, c) {
579
- return this.xl.ja(a, b, c);
575
+ wu(a, b, c) {
576
+ return this.xm.wu(a, b, c);
580
577
  }
581
- wv(a, b, c) {
582
- return this.xl.wv(a, b, c);
578
+ jb(a, b, c) {
579
+ return this.xm.jb(a, b, c);
583
580
  }
584
- jc(a, b, c) {
585
- return this.xl.jc(a, b, c);
581
+ ww(a, b, c) {
582
+ return this.xm.ww(a, b, c);
586
583
  }
587
- kd(a) {
588
- return this.xl.kd(a);
584
+ jd(a, b, c) {
585
+ return this.xm.jd(a, b, c);
589
586
  }
590
- i3() {
591
- return this.xl.i3();
587
+ ke(a) {
588
+ return this.xm.ke(a);
592
589
  }
593
- iz(a) {
594
- return this.xl.iz(a);
590
+ i4() {
591
+ return this.xm.i4();
595
592
  }
596
- kx(a) {
597
- return this.xl.kx(a);
593
+ i0(a) {
594
+ return this.xm.i0(a);
595
+ }
596
+ ky(a) {
597
+ return this.xm.ky(a);
598
598
  }
599
599
  ct() {
600
600
  return new HostSeriesView(this);
601
601
  }
602
- rh(a) {
603
- super.rh(a);
604
- this.xm = typeCast(HostSeriesView.$, a);
602
+ ri(a) {
603
+ super.ri(a);
604
+ this.xn = typeCast(HostSeriesView.$, a);
605
605
  }
606
- get xn() {
607
- return this.c(GeographicMapSeriesHost.xs);
606
+ get xo() {
607
+ return this.c(GeographicMapSeriesHost.xt);
608
608
  }
609
- set xn(a) {
610
- this.h(GeographicMapSeriesHost.xs, a);
609
+ set xo(a) {
610
+ this.h(GeographicMapSeriesHost.xt, a);
611
611
  }
612
- rq(a, b, c, d) {
613
- super.rq(a, b, c, d);
612
+ rr(a, b, c, d) {
613
+ super.rr(a, b, c, d);
614
614
  switch (b) {
615
615
  case "SeriesViewer":
616
- this.xl.dc = this.dc;
616
+ this.xm.dc = this.dc;
617
617
  if (c != null) {
618
- c.s9(this.xl);
618
+ c.s9(this.xm);
619
619
  }
620
620
  if (d != null) {
621
- this.dc.on(this.xl);
621
+ this.dc.on(this.xm);
622
622
  }
623
- this.xl.rt(this.xd);
624
- this.xl.index = this.index;
625
- this.qe(this.xl);
626
- this.kp = this.xl.kp;
623
+ this.xm.ru(this.xe);
624
+ this.xm.index = this.index;
625
+ this.qf(this.xm);
626
+ this.kq = this.xm.kq;
627
627
  let e = typeCast(SeriesViewer.$, c);
628
628
  if (e != null) {
629
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
629
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xs));
630
630
  }
631
631
  if (this.dc != null) {
632
632
  let f = this.dc;
633
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
633
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xs));
634
634
  }
635
- this.xp();
635
+ this.xq();
636
636
  break;
637
637
  case "SyncLink":
638
- this.xl.c4 = this.c4;
638
+ this.xm.c4 = this.c4;
639
639
  break;
640
640
  case "VisibleFromScale":
641
- this.xp();
641
+ this.xq();
642
642
  break;
643
643
  case "Index":
644
- this.xl.index = this.index;
644
+ this.xm.index = this.index;
645
645
  break;
646
646
  case "ItemsSource":
647
- this.xm.cj();
647
+ this.xn.cj();
648
648
  break;
649
649
  case "Resolution":
650
- this.xm.cq();
650
+ this.xn.cq();
651
651
  break;
652
652
  case "TransitionDuration":
653
- this.xm.ct();
653
+ this.xn.ct();
654
654
  break;
655
655
  case "Opacity":
656
- this.xm.cn();
656
+ this.xn.cn();
657
657
  break;
658
658
  case "Visibility":
659
- let hs_ = this.xl;
659
+ let hs_ = this.xm;
660
660
  let v_ = this._visibility;
661
661
  hs_.visibility = v_;
662
662
  break;
663
663
  case "MouseOverEnabled":
664
- this.xl.ge = this.ge;
664
+ this.xm.gf = this.gf;
665
665
  break;
666
666
  case "ExpectFunctions":
667
- this.xl.expectFunctions = this.expectFunctions;
667
+ this.xm.expectFunctions = this.expectFunctions;
668
668
  break;
669
669
  case "Thickness":
670
- this.xm.cs();
670
+ this.xn.cs();
671
671
  break;
672
672
  case "Brush":
673
- this.xm.ch();
673
+ this.xn.ch();
674
674
  break;
675
675
  case "Outline":
676
- this.xm.cp();
676
+ this.xn.cp();
677
677
  break;
678
678
  case "ActualBrush":
679
- this.xm.ce();
679
+ this.xn.ce();
680
680
  break;
681
681
  case "ActualOutline":
682
- this.xm.cf();
682
+ this.xn.cf();
683
683
  break;
684
684
  case "MarkerFillOpacity":
685
- if (!isNaN_(this.jo)) {
686
- this.xm.cm();
685
+ if (!isNaN_(this.jp)) {
686
+ this.xn.cm();
687
687
  }
688
688
  break;
689
689
  case "AreaFillOpacity":
690
- if (!isNaN_(this.ir)) {
691
- this.xm.cg();
690
+ if (!isNaN_(this.is)) {
691
+ this.xn.cg();
692
692
  }
693
693
  break;
694
694
  case "OutlineMode":
695
- this.xm.co();
695
+ this.xn.co();
696
696
  break;
697
697
  case "ShowDefaultTooltip":
698
- this.xm.cr();
698
+ this.xn.cr();
699
699
  break;
700
700
  case "Title":
701
- this.xl.title = this.title;
701
+ this.xm.title = this.title;
702
702
  break;
703
703
  case "LegendItemBadgeMode":
704
- this.xm.ck();
704
+ this.xn.ck();
705
705
  break;
706
706
  case "LegendItemBadgeShape":
707
- this.xm.cl();
707
+ this.xn.cl();
708
708
  break;
709
709
  case "Legend":
710
- this.xl.legend = this.legend;
710
+ this.xm.legend = this.legend;
711
711
  this.cw.a5();
712
712
  break;
713
713
  }
714
714
  }
715
- xp() {
716
- if (this.dc == null || this.xl == null) {
715
+ xq() {
716
+ if (this.dc == null || this.xm == null) {
717
717
  return;
718
718
  }
719
- if (!isNaN_(this.xn)) {
720
- if (this.dc.yr.width > this.xn) {
721
- let hs_ = this.xl;
719
+ if (!isNaN_(this.xo)) {
720
+ if (this.dc.yr.width > this.xo) {
721
+ let hs_ = this.xm;
722
722
  let v_ = 1;
723
723
  hs_.visibility = v_;
724
724
  }
725
725
  else {
726
- let hs2_ = this.xl;
726
+ let hs2_ = this.xm;
727
727
  let v2_ = 0;
728
728
  hs2_.visibility = v2_;
729
729
  }
730
730
  }
731
731
  }
732
- xr(a, b) {
733
- this.xp();
732
+ xs(a, b) {
733
+ this.xq();
734
734
  }
735
- r8(a) {
736
- super.r8(a);
737
- if (this.xl != null) {
738
- this.xl.r8(a);
735
+ r9(a) {
736
+ super.r9(a);
737
+ if (this.xm != null) {
738
+ this.xm.r9(a);
739
739
  }
740
740
  }
741
- rl(a) {
742
- super.rl(a);
743
- if (this.xl != null) {
744
- this.xl.q2();
741
+ rm(a) {
742
+ super.rm(a);
743
+ if (this.xm != null) {
744
+ this.xm.q3();
745
745
  }
746
746
  }
747
- r7(a, b, c, d, e) {
748
- if (this.xl != null) {
749
- this.xl.r7(a, b, c, d, e);
747
+ r8(a, b, c, d, e) {
748
+ if (this.xm != null) {
749
+ this.xm.r8(a, b, c, d, e);
750
750
  }
751
751
  }
752
752
  a2(a, b) {
753
- return this.xl.a2(a, b);
753
+ return this.xm.a2(a, b);
754
754
  }
755
- su() {
756
- super.su();
757
- this.xl.su();
755
+ sv() {
756
+ super.sv();
757
+ this.xm.sv();
758
758
  }
759
759
  get_coercionMethods() {
760
760
  return this._coercionMethods;
761
761
  }
762
762
  set_coercionMethods(a) {
763
763
  this._coercionMethods = a;
764
- this.xl.coercionMethods = a;
764
+ this.xm.coercionMethods = a;
765
765
  }
766
- qd(a) {
767
- super.qd(a);
768
- if (this.xl != null) {
769
- let b = this.xl.kv();
770
- this.pl(a, b);
766
+ qe(a) {
767
+ super.qe(a);
768
+ if (this.xm != null) {
769
+ let b = this.xm.kw();
770
+ this.pm(a, b);
771
771
  }
772
772
  }
773
773
  }
774
774
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
775
- GeographicMapSeriesHost.xs = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
775
+ GeographicMapSeriesHost.xt = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
776
776
  let c = a;
777
777
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
778
778
  }));
@@ -793,66 +793,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
793
793
  }
794
794
  ci() {
795
795
  this.cd.legendItemVisibility = 1;
796
- this.cd.xl.legendItemVisibility = 0;
797
- this.cd.xl.itemsSource = this.cd.itemsSource;
798
- this.cd.xl.index = this.cd.index;
799
- this.cd.xl.vz = this.cd.vz;
800
- this.cd.xl.wf = this.cd.vz;
801
- this.cd.xl.cj = this.cd.cj;
802
- this.cd.xl.jr = this.cd.jr;
803
- this.cd.xl.km = this.cd.km;
804
- this.cd.xl._opacity = this.cd._opacity;
805
- this.cd.xl.jy = this.cd.jy;
806
- this.cd.xl.ir = this.cd.ir;
807
- this.cd.xl.jo = this.cd.jo;
808
- this.cd.xl.gv = this.cd.gv;
809
- this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
810
- this.cd.xl.be = this.cd.be;
796
+ this.cd.xm.legendItemVisibility = 0;
797
+ this.cd.xm.itemsSource = this.cd.itemsSource;
798
+ this.cd.xm.index = this.cd.index;
799
+ this.cd.xm.v0 = this.cd.v0;
800
+ this.cd.xm.wg = this.cd.v0;
801
+ this.cd.xm.cj = this.cd.cj;
802
+ this.cd.xm.js = this.cd.js;
803
+ this.cd.xm.kn = this.cd.kn;
804
+ this.cd.xm._opacity = this.cd._opacity;
805
+ this.cd.xm.jz = this.cd.jz;
806
+ this.cd.xm.is = this.cd.is;
807
+ this.cd.xm.jp = this.cd.jp;
808
+ this.cd.xm.gw = this.cd.gw;
809
+ this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
810
+ this.cd.xm.be = this.cd.be;
811
811
  }
812
812
  cj() {
813
- this.cd.xl.itemsSource = this.cd.itemsSource;
813
+ this.cd.xm.itemsSource = this.cd.itemsSource;
814
814
  }
815
815
  cq() {
816
- this.cd.xl.jr = this.cd.jr;
816
+ this.cd.xm.js = this.cd.js;
817
817
  }
818
818
  ct() {
819
- this.cd.xl.km = this.cd.km;
819
+ this.cd.xm.kn = this.cd.kn;
820
820
  }
821
821
  cn() {
822
- this.cd.xl._opacity = this.cd._opacity;
822
+ this.cd.xm._opacity = this.cd._opacity;
823
823
  }
824
824
  cs() {
825
- this.cd.xl.jy = this.cd.jy;
825
+ this.cd.xm.jz = this.cd.jz;
826
826
  }
827
827
  ch() {
828
- this.cd.xl.vz = this.cd.vz;
828
+ this.cd.xm.v0 = this.cd.v0;
829
829
  }
830
830
  cp() {
831
- this.cd.xl.wf = this.cd.wf;
831
+ this.cd.xm.wg = this.cd.wg;
832
832
  }
833
833
  ce() {
834
- this.cd.xl.vz = this.cd.vt;
834
+ this.cd.xm.v0 = this.cd.vu;
835
835
  }
836
836
  cf() {
837
- this.cd.xl.wf = this.cd.vx;
837
+ this.cd.xm.wg = this.cd.vy;
838
838
  }
839
839
  ck() {
840
- this.cd.xl.be = this.cd.be;
840
+ this.cd.xm.be = this.cd.be;
841
841
  }
842
842
  cl() {
843
- this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
843
+ this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
844
844
  }
845
845
  cg() {
846
- this.cd.xl.ir = this.cd.ir;
846
+ this.cd.xm.is = this.cd.is;
847
847
  }
848
848
  cm() {
849
- this.cd.xl.jo = this.cd.jo;
849
+ this.cd.xm.jp = this.cd.jp;
850
850
  }
851
851
  co() {
852
- this.cd.xl.cj = this.cd.cj;
852
+ this.cd.xm.cj = this.cd.cj;
853
853
  }
854
854
  cr() {
855
- this.cd.xl.gv = this.cd.gv;
855
+ this.cd.xm.gw = this.cd.gw;
856
856
  }
857
857
  }
858
858
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
@@ -911,7 +911,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
911
911
  })());
912
912
  a.dk = true;
913
913
  this.zh = a;
914
- this.zh.td = new SphericalMercatorHorizontalScaler();
914
+ this.zh.tf = new SphericalMercatorHorizontalScaler();
915
915
  let b = ((() => {
916
916
  let $ret = new NumericYAxis();
917
917
  $ret.b7 = this;
@@ -919,7 +919,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
919
919
  })());
920
920
  b.dk = true;
921
921
  this.zj = b;
922
- this.zj.td = new SphericalMercatorVerticalScaler();
922
+ this.zj.tf = new SphericalMercatorVerticalScaler();
923
923
  this.aao();
924
924
  this.aav();
925
925
  this.po();
@@ -1078,10 +1078,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1078
1078
  g.c = this.yv;
1079
1079
  let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
1080
1080
  h.c = this.yv;
1081
- let i = this.zh.f6(d.left, g);
1082
- let j = this.zh.f6(d.right, g);
1083
- let k = this.zj.f6(d.top, h);
1084
- let l = this.zj.f6(d.bottom, h);
1081
+ let i = this.zh.f7(d.left, g);
1082
+ let j = this.zh.f7(d.right, g);
1083
+ let k = this.zj.f7(d.top, h);
1084
+ let l = this.zj.f7(d.bottom, h);
1085
1085
  let m = (i - c) / this.y9.width;
1086
1086
  let n = (l - c) / this.y9.height;
1087
1087
  let o = (j - i + (c * 2)) / this.y9.width;
@@ -1114,10 +1114,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1114
1114
  let e = new ScalerParams(1, a, this.y9, c.dn);
1115
1115
  e.c = this.yv;
1116
1116
  let f = this.yu;
1117
- let g = b.f9(f.left, d);
1118
- let h = c.f9(f.top, e);
1119
- let i = b.f9(f.right, d);
1120
- let j = c.f9(f.bottom, e);
1117
+ let g = b.ga(f.left, d);
1118
+ let h = c.ga(f.top, e);
1119
+ let i = b.ga(f.right, d);
1120
+ let j = c.ga(f.bottom, e);
1121
1121
  let k = i - g;
1122
1122
  let l = h - j;
1123
1123
  let m = new Rect(0, g, j, k, l);
@@ -1130,13 +1130,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1130
1130
  return m;
1131
1131
  }
1132
1132
  aba(a) {
1133
- let b = this.zh.rc(a.x);
1134
- let c = this.zj.rc(a.y);
1133
+ let b = this.zh.re(a.x);
1134
+ let c = this.zj.re(a.y);
1135
1135
  return { $type: Point_$type, x: b, y: c };
1136
1136
  }
1137
1137
  abb(a) {
1138
- let b = this.zh.gt(a.x);
1139
- let c = this.zj.gt(a.y);
1138
+ let b = this.zh.gv(a.x);
1139
+ let c = this.zj.gv(a.y);
1140
1140
  return { $type: Point_$type, x: b, y: c };
1141
1141
  }
1142
1142
  abc(a) {
@@ -1156,21 +1156,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1156
1156
  aat() {
1157
1157
  this.zt.eh();
1158
1158
  for (let a of fromEnum(this.b9)) {
1159
- a.su();
1159
+ a.sv();
1160
1160
  }
1161
1161
  }
1162
1162
  aaw() {
1163
1163
  if (this.zs == 2) {
1164
1164
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1165
- let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
1166
- let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
1165
+ let a = this.zh.re(this.y9.left + (this.y9.width / 2));
1166
+ let b = this.zj.re(this.y9.top + (this.y9.height / 2));
1167
1167
  this.aa9 = { $type: Point_$type, x: a, y: b };
1168
1168
  }
1169
1169
  }
1170
1170
  else {
1171
1171
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1172
- let c = this.zh.rc(this.y9.left);
1173
- let d = this.zj.rc(this.y9.top);
1172
+ let c = this.zh.re(this.y9.left);
1173
+ let d = this.zj.re(this.y9.top);
1174
1174
  this.aa9 = { $type: Point_$type, x: c, y: d };
1175
1175
  }
1176
1176
  }
@@ -1191,7 +1191,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1191
1191
  else {
1192
1192
  let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
1193
1193
  g.c = this.yv;
1194
- let h = this.zh.f6(a, g);
1194
+ let h = this.zh.f7(a, g);
1195
1195
  if (this.zs == 2) {
1196
1196
  let i = h / this.y9.width;
1197
1197
  c = i - (e / 2);
@@ -1211,7 +1211,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1211
1211
  else {
1212
1212
  let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1213
1213
  j.c = this.yv;
1214
- let k = this.zj.f6(b, j);
1214
+ let k = this.zj.f7(b, j);
1215
1215
  if (this.zs == 2) {
1216
1216
  let l = k / this.y9.height;
1217
1217
  d = l - (f / 2);
@@ -1342,13 +1342,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1342
1342
  }
1343
1343
  if (c) {
1344
1344
  if (d) {
1345
- let i = this.zg.f6(-180, b);
1346
- let j = this.zg.f6(180, b);
1345
+ let i = this.zg.f7(-180, b);
1346
+ let j = this.zg.f7(180, b);
1347
1347
  e = j - i;
1348
1348
  }
1349
1349
  else {
1350
- let k = this.zg.f6(-180, b);
1351
- let l = this.zg.f6(180, b);
1350
+ let k = this.zg.f7(-180, b);
1351
+ let l = this.zg.f7(180, b);
1352
1352
  e = k - l;
1353
1353
  }
1354
1354
  }
@@ -1359,10 +1359,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1359
1359
  a.c = this.yv;
1360
1360
  let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1361
1361
  b.c = this.yv;
1362
- let c = this.zh.f6(XamGeographicMap.abe.left, a);
1363
- let d = this.zh.f6(XamGeographicMap.abe.right, a);
1364
- let e = this.zj.f6(XamGeographicMap.abe.top, b);
1365
- let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
1362
+ let c = this.zh.f7(XamGeographicMap.abe.left, a);
1363
+ let d = this.zh.f7(XamGeographicMap.abe.right, a);
1364
+ let e = this.zj.f7(XamGeographicMap.abe.top, b);
1365
+ let f = this.zj.f7(XamGeographicMap.abe.bottom, b);
1366
1366
  this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
1367
1367
  return this.abg;
1368
1368
  }
@@ -1552,7 +1552,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1552
1552
  break;
1553
1553
  case "ActualWorldRect":
1554
1554
  for (let g of fromEnum(this.b9)) {
1555
- g.r8(false);
1555
+ g.r9(false);
1556
1556
  }
1557
1557
  break;
1558
1558
  case XamGeographicMap.$$p[5]:
@@ -1583,7 +1583,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1583
1583
  break;
1584
1584
  case "MarkerAutomaticBehavior":
1585
1585
  for (let i of fromEnum(this.b9)) {
1586
- i.qv();
1586
+ i.qw();
1587
1587
  }
1588
1588
  break;
1589
1589
  }
@@ -1600,15 +1600,15 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1600
1600
  }
1601
1601
  aav() {
1602
1602
  if (this.zh != null) {
1603
- this.zh.q9 = this.abi.left;
1604
- this.zh.q8 = this.abi.right;
1603
+ this.zh.rb = this.abi.left;
1604
+ this.zh.ra = this.abi.right;
1605
1605
  }
1606
1606
  if (this.zj != null) {
1607
- this.zj.q9 = this.abi.top;
1608
- this.zj.q8 = this.abi.bottom;
1607
+ this.zj.rb = this.abi.top;
1608
+ this.zj.ra = this.abi.bottom;
1609
1609
  }
1610
- this.zh.ee(true);
1611
- this.zj.ee(true);
1610
+ this.zh.ef(true);
1611
+ this.zj.ef(true);
1612
1612
  }
1613
1613
  getFontInfo() {
1614
1614
  this.zu = this.zt.fr;
@@ -1625,7 +1625,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1625
1625
  let c = b;
1626
1626
  let d = a;
1627
1627
  d.itemsSource = c.triangulationSource.points;
1628
- d.xu = c.triangulationSource.triangles;
1628
+ d.xv = c.triangulationSource.triangles;
1629
1629
  }
1630
1630
  else {
1631
1631
  super.tk(a, b);
@@ -1653,12 +1653,12 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1653
1653
  }
1654
1654
  z7() {
1655
1655
  let a = new ChartVisualData();
1656
- let b = this.zh.hs();
1657
- let c = this.zj.hs();
1656
+ let b = this.zh.hu();
1657
+ let c = this.zj.hu();
1658
1658
  a.axes.add1(b);
1659
1659
  a.axes.add1(c);
1660
1660
  for (let d = 0; d < this.b9.count; d++) {
1661
- let e = this.b9._inner[d].kv();
1661
+ let e = this.b9._inner[d].kw();
1662
1662
  a.series.add1(e);
1663
1663
  }
1664
1664
  a.name = this.name;
@@ -1839,8 +1839,8 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
1839
1839
  j.c = c;
1840
1840
  let k = new ScalerParams(1, this.windowRect, b, i.dn);
1841
1841
  k.c = c;
1842
- let l = h.f6(d.left, j);
1843
- let m = i.f6(d.bottom, k);
1842
+ let l = h.f7(d.left, j);
1843
+ let m = i.f7(d.bottom, k);
1844
1844
  let n = (-l / b.width) * this.ao.a5;
1845
1845
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1846
1846
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1934,41 +1934,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1934
1934
  }
1935
1935
  ci() {
1936
1936
  super.ci();
1937
- let a = this.cu.xl;
1938
- a.yl = this.cu.xx;
1939
- a.yt = this.cu.xv;
1940
- a.trianglesSource = this.cu.xu;
1941
- a.x9 = this.cu.x0;
1942
- a.yb = this.cu.x2;
1943
- a.yd = this.cu.x4;
1937
+ let a = this.cu.xm;
1938
+ a.ym = this.cu.xy;
1939
+ a.yu = this.cu.xw;
1940
+ a.trianglesSource = this.cu.xv;
1941
+ a.ya = this.cu.x1;
1942
+ a.yc = this.cu.x3;
1943
+ a.ye = this.cu.x5;
1944
1944
  }
1945
1945
  cx() {
1946
- let a = this.cu.xl;
1946
+ let a = this.cu.xm;
1947
1947
  if (this.cu.dc == null) {
1948
- a.xj = null;
1949
1948
  a.xk = null;
1949
+ a.xl = null;
1950
1950
  return;
1951
1951
  }
1952
- a.xj = this.cu.dc.zh;
1953
- a.xk = this.cu.dc.zj;
1952
+ a.xk = this.cu.dc.zh;
1953
+ a.xl = this.cu.dc.zj;
1954
1954
  }
1955
1955
  cw() {
1956
- this.cu.xl.yl = this.cu.xx;
1956
+ this.cu.xm.ym = this.cu.xy;
1957
1957
  }
1958
1958
  cv() {
1959
- this.cu.xl.yt = this.cu.xv;
1959
+ this.cu.xm.yu = this.cu.xw;
1960
1960
  }
1961
1961
  cy() {
1962
- this.cu.xl.trianglesSource = this.cu.xu;
1962
+ this.cu.xm.trianglesSource = this.cu.xv;
1963
1963
  }
1964
1964
  cz() {
1965
- this.cu.xl.x9 = this.cu.x0;
1965
+ this.cu.xm.ya = this.cu.x1;
1966
1966
  }
1967
1967
  c0() {
1968
- this.cu.xl.yb = this.cu.x2;
1968
+ this.cu.xm.yc = this.cu.x3;
1969
1969
  }
1970
1970
  c1() {
1971
- this.cu.xl.yd = this.cu.x4;
1971
+ this.cu.xm.ye = this.cu.x5;
1972
1972
  }
1973
1973
  }
1974
1974
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1991,19 +1991,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1991
1991
  }
1992
1992
  ci() {
1993
1993
  super.ci();
1994
- if (this.c2.yf != null) {
1995
- this.c2.yf.zs = this.c2.yj;
1996
- this.c2.yf.zg = this.c2.ye;
1994
+ if (this.c2.yg != null) {
1995
+ this.c2.yg.zt = this.c2.yk;
1996
+ this.c2.yg.zh = this.c2.yf;
1997
1997
  }
1998
1998
  }
1999
1999
  c3() {
2000
- if (this.c2.yf != null) {
2001
- this.c2.yf.zs = this.c2.yj;
2000
+ if (this.c2.yg != null) {
2001
+ this.c2.yg.zt = this.c2.yk;
2002
2002
  }
2003
2003
  }
2004
2004
  c4() {
2005
- if (this.c2.yf != null) {
2006
- this.c2.yf.zg = this.c2.ye;
2005
+ if (this.c2.yg != null) {
2006
+ this.c2.yg.zh = this.c2.yf;
2007
2007
  }
2008
2008
  }
2009
2009
  }
@@ -2201,39 +2201,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
2201
2201
  ct() {
2202
2202
  return new GeographicXYTriangulatingSeriesView(this);
2203
2203
  }
2204
- rh(a) {
2205
- super.rh(a);
2206
- this.xt = a;
2204
+ ri(a) {
2205
+ super.ri(a);
2206
+ this.xu = a;
2207
2207
  }
2208
- rq(a, b, c, d) {
2209
- super.rq(a, b, c, d);
2208
+ rr(a, b, c, d) {
2209
+ super.rr(a, b, c, d);
2210
2210
  switch (b) {
2211
2211
  case "SeriesViewer":
2212
- this.xt.cx();
2212
+ this.xu.cx();
2213
2213
  break;
2214
2214
  case GeographicXYTriangulatingSeries.$$p[1]:
2215
- this.xt.cw();
2215
+ this.xu.cw();
2216
2216
  break;
2217
2217
  case GeographicXYTriangulatingSeries.$$p[0]:
2218
- this.xt.cv();
2218
+ this.xu.cv();
2219
2219
  break;
2220
2220
  case GeographicXYTriangulatingSeries.$$p[5]:
2221
- this.xt.cy();
2221
+ this.xu.cy();
2222
2222
  break;
2223
2223
  case GeographicXYTriangulatingSeries.$$p[2]:
2224
- this.xt.cz();
2224
+ this.xu.cz();
2225
2225
  break;
2226
2226
  case GeographicXYTriangulatingSeries.$$p[3]:
2227
- this.xt.c0();
2227
+ this.xu.c0();
2228
2228
  break;
2229
2229
  case GeographicXYTriangulatingSeries.$$p[4]:
2230
- this.xt.c1();
2230
+ this.xu.c1();
2231
2231
  break;
2232
2232
  }
2233
2233
  }
2234
2234
  }
2235
2235
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2236
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
2236
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
2237
2237
  return GeographicXYTriangulatingSeries;
2238
2238
  })();
2239
2239
  /**
@@ -2243,7 +2243,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2243
2243
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
2244
2244
  constructor() {
2245
2245
  super();
2246
- this.yc = null;
2246
+ this.yd = null;
2247
2247
  this.triangulationStatusChanged = null;
2248
2248
  this.ab = GeographicScatterAreaSeries.$;
2249
2249
  }
@@ -2253,49 +2253,49 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2253
2253
  get_ex() {
2254
2254
  return true;
2255
2255
  }
2256
- get ye() {
2257
- return this.yc;
2256
+ get yf() {
2257
+ return this.yd;
2258
2258
  }
2259
- set ye(a) {
2260
- let b = this.yc != a;
2259
+ set yf(a) {
2260
+ let b = this.yd != a;
2261
2261
  if (b) {
2262
- let c = this.yc;
2263
- if (this.yc != null) {
2264
- let d = this.yc;
2265
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
2262
+ let c = this.yd;
2263
+ if (this.yd != null) {
2264
+ let d = this.yd;
2265
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
2266
2266
  }
2267
- this.yc = a;
2268
- if (this.yc != null) {
2269
- let e = this.yc;
2270
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
2267
+ this.yd = a;
2268
+ if (this.yd != null) {
2269
+ let e = this.yd;
2270
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
2271
2271
  }
2272
- this.raisePropertyChanged("ColorScale", c, this.yc);
2273
- if (this.yf != null) {
2274
- this.yf.zg = a;
2272
+ this.raisePropertyChanged("ColorScale", c, this.yd);
2273
+ if (this.yg != null) {
2274
+ this.yg.zh = a;
2275
2275
  }
2276
2276
  }
2277
2277
  }
2278
- ym(a, b) {
2279
- this.yh.c4();
2280
- this.yo();
2281
- this.r8(false);
2278
+ yn(a, b) {
2279
+ this.yi.c4();
2280
+ this.yp();
2281
+ this.r9(false);
2282
2282
  }
2283
- yo() {
2284
- if (this.yf != null) {
2285
- this.yd = this.yf.zf;
2283
+ yp() {
2284
+ if (this.yg != null) {
2285
+ this.ye = this.yg.zg;
2286
2286
  }
2287
2287
  }
2288
- sz() {
2289
- super.sz();
2290
- this.yo();
2288
+ s0() {
2289
+ super.s0();
2290
+ this.yp();
2291
2291
  }
2292
- xk() {
2293
- this.yf = new ScatterAreaSeries();
2294
- let a = this.yf;
2295
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
2296
- return this.yf;
2292
+ xl() {
2293
+ this.yg = new ScatterAreaSeries();
2294
+ let a = this.yg;
2295
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
2296
+ return this.yg;
2297
2297
  }
2298
- yn(a, b) {
2298
+ yo(a, b) {
2299
2299
  if (this.triangulationStatusChanged != null) {
2300
2300
  this.triangulationStatusChanged(this, b);
2301
2301
  }
@@ -2303,31 +2303,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2303
2303
  ct() {
2304
2304
  return new GeographicScatterAreaSeriesView(this);
2305
2305
  }
2306
- rh(a) {
2307
- super.rh(a);
2308
- this.yh = a;
2306
+ ri(a) {
2307
+ super.ri(a);
2308
+ this.yi = a;
2309
2309
  }
2310
- rq(a, b, c, d) {
2311
- super.rq(a, b, c, d);
2310
+ rr(a, b, c, d) {
2311
+ super.rr(a, b, c, d);
2312
2312
  switch (b) {
2313
2313
  case GeographicScatterAreaSeries.$$p[1]:
2314
- this.yh.c3();
2314
+ this.yi.c3();
2315
2315
  break;
2316
2316
  case "ColorScale":
2317
- this.yh.c4();
2318
- this.yo();
2317
+ this.yi.c4();
2318
+ this.yp();
2319
2319
  break;
2320
2320
  }
2321
2321
  }
2322
- get_hd() {
2322
+ get_he() {
2323
2323
  return true;
2324
2324
  }
2325
- set_hd(a) {
2326
- super.set_hd(a);
2325
+ set_he(a) {
2326
+ super.set_he(a);
2327
2327
  }
2328
2328
  }
2329
2329
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2330
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
2330
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
2331
2331
  return GeographicScatterAreaSeries;
2332
2332
  })();
2333
2333
 
@@ -4550,10 +4550,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4550
4550
  * 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%.
4551
4551
  */
4552
4552
  get visibleFromScale() {
4553
- return this.i.xn;
4553
+ return this.i.xo;
4554
4554
  }
4555
4555
  set visibleFromScale(v) {
4556
- this.i.xn = +v;
4556
+ this.i.xo = +v;
4557
4557
  }
4558
4558
  /**
4559
4559
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -4571,10 +4571,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4571
4571
 
4572
4572
  */
4573
4573
  notifyIndexedPropertiesChanged() {
4574
- this.i.qv();
4574
+ this.i.qw();
4575
4575
  }
4576
4576
  getItemValue(item, memberPathName) {
4577
- let iv = this.i.kz(item, memberPathName);
4577
+ let iv = this.i.k0(item, memberPathName);
4578
4578
  return (iv);
4579
4579
  }
4580
4580
  /**
@@ -4583,7 +4583,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4583
4583
  * @param memberPathName * The property name of a valid member path for the series
4584
4584
  */
4585
4585
  getMemberPathValue(memberPathName) {
4586
- let iv = this.i.mo(memberPathName);
4586
+ let iv = this.i.mp(memberPathName);
4587
4587
  return (iv);
4588
4588
  }
4589
4589
  /**
@@ -4592,23 +4592,23 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4592
4592
  * @param world * The world coordinates to use.
4593
4593
  */
4594
4594
  getItem(world) {
4595
- let iv = this.i.kw(toPoint(world));
4595
+ let iv = this.i.kx(toPoint(world));
4596
4596
  return (iv);
4597
4597
  }
4598
4598
  getPreviousOrExactIndex(world, skipUnknowns) {
4599
- let iv = this.i.kj(toPoint(world), skipUnknowns);
4599
+ let iv = this.i.kk(toPoint(world), skipUnknowns);
4600
4600
  return (iv);
4601
4601
  }
4602
4602
  getNextOrExactIndex(world, skipUnknowns) {
4603
- let iv = this.i.kh(toPoint(world), skipUnknowns);
4603
+ let iv = this.i.ki(toPoint(world), skipUnknowns);
4604
4604
  return (iv);
4605
4605
  }
4606
4606
  getSeriesValue(world, useInterpolation, skipUnknowns) {
4607
- let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
4607
+ let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
4608
4608
  return (iv);
4609
4609
  }
4610
4610
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
4611
- let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
4611
+ let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
4612
4612
  return fromPoint(iv);
4613
4613
  }
4614
4614
  /**
@@ -4617,7 +4617,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4617
4617
  * @param world * The world coordinate for which to get a value bounding box for
4618
4618
  */
4619
4619
  getSeriesValueBoundingBox(world) {
4620
- let iv = this.i.w8(toPoint(world));
4620
+ let iv = this.i.w9(toPoint(world));
4621
4621
  return fromRect(iv);
4622
4622
  }
4623
4623
  /**
@@ -4626,31 +4626,31 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4626
4626
  * @param world * The world coordinates for which to get a value marker bounding box for
4627
4627
  */
4628
4628
  getSeriesValueMarkerBoundingBox(world) {
4629
- let iv = this.i.xa(toPoint(world));
4629
+ let iv = this.i.xb(toPoint(world));
4630
4630
  return fromRect(iv);
4631
4631
  }
4632
4632
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
4633
- let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
4633
+ let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
4634
4634
  return (iv);
4635
4635
  }
4636
4636
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
4637
- let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
4637
+ let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
4638
4638
  return fromPoint(iv);
4639
4639
  }
4640
4640
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
4641
- let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
4641
+ let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
4642
4642
  return (iv);
4643
4643
  }
4644
4644
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
4645
- let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
4645
+ let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
4646
4646
  return fromPoint(iv);
4647
4647
  }
4648
4648
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4649
- let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
4649
+ let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
4650
4650
  return fromPoint(iv);
4651
4651
  }
4652
4652
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4653
- let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
4653
+ let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
4654
4654
  return (iv);
4655
4655
  }
4656
4656
  /**
@@ -4658,7 +4658,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4658
4658
 
4659
4659
  */
4660
4660
  getItemSpan() {
4661
- let iv = this.i.i3();
4661
+ let iv = this.i.i4();
4662
4662
  return (iv);
4663
4663
  }
4664
4664
  /**
@@ -4667,14 +4667,14 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4667
4667
  * @param animate * True if the change should be animated.
4668
4668
  */
4669
4669
  renderSeries(animate) {
4670
- this.i.r8(animate);
4670
+ this.i.r9(animate);
4671
4671
  }
4672
4672
  /**
4673
4673
  * Called when this series' Style is updated.
4674
4674
 
4675
4675
  */
4676
4676
  styleUpdated() {
4677
- this.i.su();
4677
+ this.i.sv();
4678
4678
  }
4679
4679
  }
4680
4680
  IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -4769,61 +4769,61 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4769
4769
  * 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.
4770
4770
  */
4771
4771
  get shapeMemberPath() {
4772
- return this.i.yk;
4772
+ return this.i.yl;
4773
4773
  }
4774
4774
  set shapeMemberPath(v) {
4775
- this.i.yk = v;
4775
+ this.i.yl = v;
4776
4776
  }
4777
4777
  /**
4778
4778
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
4779
4779
  */
4780
4780
  get isCustomShapeStyleAllowed() {
4781
- return this.i.x5;
4781
+ return this.i.x6;
4782
4782
  }
4783
4783
  set isCustomShapeStyleAllowed(v) {
4784
- this.i.x5 = ensureBool(v);
4784
+ this.i.x6 = ensureBool(v);
4785
4785
  }
4786
4786
  /**
4787
4787
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
4788
4788
  */
4789
4789
  get isCustomShapeMarkerStyleAllowed() {
4790
- return this.i.x4;
4790
+ return this.i.x5;
4791
4791
  }
4792
4792
  set isCustomShapeMarkerStyleAllowed(v) {
4793
- this.i.x4 = ensureBool(v);
4793
+ this.i.x5 = ensureBool(v);
4794
4794
  }
4795
4795
  /**
4796
4796
  * Gets or sets the mode the series will use to find the closest point to the cursor.
4797
4797
  */
4798
4798
  get itemSearchMode() {
4799
- return this.i.xw;
4799
+ return this.i.xx;
4800
4800
  }
4801
4801
  set itemSearchMode(v) {
4802
- this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
4802
+ this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
4803
4803
  }
4804
4804
  /**
4805
4805
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
4806
4806
  */
4807
4807
  get itemSearchThreshold() {
4808
- return this.i.x8;
4808
+ return this.i.x9;
4809
4809
  }
4810
4810
  set itemSearchThreshold(v) {
4811
- this.i.x8 = +v;
4811
+ this.i.x9 = +v;
4812
4812
  }
4813
4813
  /**
4814
4814
  * Gets or sets the fill mapping property for the current series object.
4815
4815
  */
4816
4816
  get fillMemberPath() {
4817
- return this.i.x9;
4817
+ return this.i.ya;
4818
4818
  }
4819
4819
  set fillMemberPath(v) {
4820
- this.i.x9 = v;
4820
+ this.i.ya = v;
4821
4821
  }
4822
4822
  /**
4823
4823
  * Gets or sets the brush scale for the fill brush of markers.
4824
4824
  */
4825
4825
  get fillScale() {
4826
- const r = this.i.xv;
4826
+ const r = this.i.xw;
4827
4827
  if (r == null) {
4828
4828
  return null;
4829
4829
  }
@@ -4839,32 +4839,32 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4839
4839
  set fillScale(v) {
4840
4840
  if (v != null && this._stylingContainer && v._styling)
4841
4841
  v._styling(this._stylingContainer, this, this);
4842
- v == null ? this.i.xv = null : this.i.xv = v.i;
4842
+ v == null ? this.i.xw = null : this.i.xw = v.i;
4843
4843
  }
4844
4844
  /**
4845
4845
  * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
4846
4846
  * This setting applies only if multiple series are using the same FillScale.
4847
4847
  */
4848
4848
  get fillScaleUseGlobalValues() {
4849
- return this.i.x3;
4849
+ return this.i.x4;
4850
4850
  }
4851
4851
  set fillScaleUseGlobalValues(v) {
4852
- this.i.x3 = ensureBool(v);
4852
+ this.i.x4 = ensureBool(v);
4853
4853
  }
4854
4854
  /**
4855
4855
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
4856
4856
  */
4857
4857
  get itemSearchPointsThreshold() {
4858
- return this.i.x7;
4858
+ return this.i.x8;
4859
4859
  }
4860
4860
  set itemSearchPointsThreshold(v) {
4861
- this.i.x7 = +v;
4861
+ this.i.x8 = +v;
4862
4862
  }
4863
4863
  /**
4864
4864
  * Set a shapefile datasource to use with the series.
4865
4865
  */
4866
4866
  get shapefileDataSource() {
4867
- const r = this.i.xz;
4867
+ const r = this.i.x0;
4868
4868
  if (r == null) {
4869
4869
  return null;
4870
4870
  }
@@ -4883,17 +4883,17 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4883
4883
  return r.externalObject;
4884
4884
  }
4885
4885
  set shapefileDataSource(v) {
4886
- v == null ? this.i.xz = null : this.i.xz = v.i;
4886
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
4887
4887
  }
4888
4888
  /**
4889
4889
  * 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.
4890
4890
  * 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.
4891
4891
  */
4892
4892
  get shapeFilterResolution() {
4893
- return this.i.x6;
4893
+ return this.i.x7;
4894
4894
  }
4895
4895
  set shapeFilterResolution(v) {
4896
- this.i.x6 = +v;
4896
+ this.i.x7 = +v;
4897
4897
  }
4898
4898
  findByName(name) {
4899
4899
  var baseResult = super.findByName(name);
@@ -5003,19 +5003,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
5003
5003
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
5004
5004
  constructor() {
5005
5005
  super(...arguments);
5006
+ this.x3 = false;
5006
5007
  this.x2 = false;
5007
- this.x1 = false;
5008
5008
  this.assigningShapeStyle = null;
5009
5009
  this.assigningShapeMarkerStyle = null;
5010
- this.xy = null;
5011
- this.x0 = false;
5010
+ this.xz = null;
5011
+ this.x1 = false;
5012
5012
  }
5013
5013
  ct() {
5014
5014
  return new GeographicShapeSeriesBaseView(this);
5015
5015
  }
5016
- rh(a) {
5017
- super.rh(a);
5018
- this.xx = a;
5016
+ ri(a) {
5017
+ super.ri(a);
5018
+ this.xy = a;
5019
5019
  }
5020
5020
  get_fh() {
5021
5021
  return true;
@@ -5023,116 +5023,116 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
5023
5023
  get_ef() {
5024
5024
  return true;
5025
5025
  }
5026
- rq(a, b, c, d) {
5027
- super.rq(a, b, c, d);
5026
+ rr(a, b, c, d) {
5027
+ super.rr(a, b, c, d);
5028
5028
  switch (b) {
5029
5029
  case "SeriesViewer":
5030
- this.xx.cv();
5030
+ this.xy.cv();
5031
5031
  break;
5032
5032
  case "ShapeMemberPath":
5033
- this.xx.cx();
5033
+ this.xy.cx();
5034
5034
  break;
5035
5035
  case GeographicShapeSeriesBase.$$p[8]:
5036
- this.xx.cw();
5036
+ this.xy.cw();
5037
5037
  break;
5038
5038
  case GeographicShapeSeriesBase.$$p[4]:
5039
- this.xl.yt = this.x5;
5040
- this.x2 = this.x5;
5041
- if (this.x5) {
5042
- let e = this.xl;
5043
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
5039
+ this.xm.yu = this.x6;
5040
+ this.x3 = this.x6;
5041
+ if (this.x6) {
5042
+ let e = this.xm;
5043
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
5044
5044
  }
5045
5045
  else {
5046
- let f = this.xl;
5047
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
5046
+ let f = this.xm;
5047
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
5048
5048
  }
5049
5049
  break;
5050
5050
  case GeographicShapeSeriesBase.$$p[3]:
5051
- this.xl.ys = this.x4;
5052
- this.x1 = this.x4;
5053
- if (this.x5) {
5054
- let g = this.xl;
5055
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
5051
+ this.xm.yt = this.x5;
5052
+ this.x2 = this.x5;
5053
+ if (this.x6) {
5054
+ let g = this.xm;
5055
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
5056
5056
  }
5057
5057
  else {
5058
- let h = this.xl;
5059
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
5058
+ let h = this.xm;
5059
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
5060
5060
  }
5061
5061
  break;
5062
5062
  case GeographicShapeSeriesBase.$$p[5]:
5063
- this.xl.x5 = this.xw;
5063
+ this.xm.x6 = this.xx;
5064
5064
  break;
5065
5065
  case GeographicShapeSeriesBase.$$p[6]:
5066
- this.xl.za = this.x7;
5066
+ this.xm.zb = this.x8;
5067
5067
  break;
5068
5068
  case GeographicShapeSeriesBase.$$p[7]:
5069
- this.xl.zb = this.x8;
5069
+ this.xm.zc = this.x9;
5070
5070
  break;
5071
5071
  case GeographicShapeSeriesBase.$$p[0]:
5072
- this.xl.zf = this.x9;
5072
+ this.xm.zg = this.ya;
5073
5073
  break;
5074
5074
  case GeographicShapeSeriesBase.$$p[1]:
5075
- this.xl.xv = this.xv;
5075
+ this.xm.xw = this.xw;
5076
5076
  break;
5077
5077
  case GeographicShapeSeriesBase.$$p[2]:
5078
- this.xl.yo = this.x3;
5078
+ this.xm.yp = this.x4;
5079
5079
  break;
5080
5080
  case "ShapefileDataSource":
5081
5081
  if (c != null) {
5082
5082
  let i = c;
5083
- if (this.x0) {
5084
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
5083
+ if (this.x1) {
5084
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
5085
5085
  }
5086
5086
  }
5087
5087
  if (d != null) {
5088
5088
  let j = d;
5089
5089
  if (j.count > 0) {
5090
- this.yp();
5090
+ this.yq();
5091
5091
  break;
5092
5092
  }
5093
- this.x0 = true;
5094
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
5093
+ this.x1 = true;
5094
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
5095
5095
  }
5096
5096
  break;
5097
5097
  }
5098
5098
  }
5099
- yn(a, b) {
5099
+ yo(a, b) {
5100
5100
  if (this.assigningShapeStyle != null) {
5101
5101
  this.assigningShapeStyle(this, b);
5102
5102
  }
5103
5103
  }
5104
- ym(a, b) {
5104
+ yn(a, b) {
5105
5105
  if (this.assigningShapeMarkerStyle != null) {
5106
5106
  this.assigningShapeMarkerStyle(this, b);
5107
5107
  }
5108
5108
  }
5109
- yo(a, b) {
5110
- this.yp();
5109
+ yp(a, b) {
5110
+ this.yq();
5111
5111
  }
5112
- yp() {
5113
- let sds_ = this.xz;
5112
+ yq() {
5113
+ let sds_ = this.x0;
5114
5114
  let ext_ = sds_.externalObject;
5115
5115
  this.itemsSource = (ext_.getPointData());
5116
5116
  }
5117
- get xz() {
5118
- return this.xy;
5117
+ get x0() {
5118
+ return this.xz;
5119
5119
  }
5120
- set xz(a) {
5121
- let b = this.xy;
5122
- this.xy = a;
5123
- if (b != this.xy) {
5124
- this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
5120
+ set x0(a) {
5121
+ let b = this.xz;
5122
+ this.xz = a;
5123
+ if (b != this.xz) {
5124
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
5125
5125
  }
5126
5126
  }
5127
- get_hd() {
5127
+ get_he() {
5128
5128
  return true;
5129
5129
  }
5130
- set_hd(a) {
5131
- super.set_hd(a);
5130
+ set_he(a) {
5131
+ super.set_he(a);
5132
5132
  }
5133
5133
  }
5134
5134
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5135
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
5135
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
5136
5136
  return GeographicShapeSeriesBase;
5137
5137
  })();
5138
5138
  /**
@@ -5147,23 +5147,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
5147
5147
  }
5148
5148
  ci() {
5149
5149
  super.ci();
5150
- this.cu.xl.zs = this.cu.yk;
5150
+ this.cu.xm.zt = this.cu.yl;
5151
5151
  }
5152
5152
  cv() {
5153
- let a = this.cu.xl;
5153
+ let a = this.cu.xm;
5154
5154
  if (this.cu.dc == null) {
5155
- a.xz = null;
5156
- a.x1 = null;
5155
+ a.x0 = null;
5156
+ a.x2 = null;
5157
5157
  return;
5158
5158
  }
5159
- a.xz = this.cu.dc.zh;
5160
- a.x1 = this.cu.dc.zj;
5159
+ a.x0 = this.cu.dc.zh;
5160
+ a.x2 = this.cu.dc.zj;
5161
5161
  }
5162
5162
  cx() {
5163
- this.cu.xl.zs = this.cu.yk;
5163
+ this.cu.xm.zt = this.cu.yl;
5164
5164
  }
5165
5165
  cw() {
5166
- this.cu.xl.y7 = this.cu.x6;
5166
+ this.cu.xm.y8 = this.cu.x7;
5167
5167
  }
5168
5168
  }
5169
5169
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -5200,53 +5200,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
5200
5200
  this.cy = null;
5201
5201
  this.cy = a;
5202
5202
  if (!this.t) {
5203
- this.cy.yk = "points";
5203
+ this.cy.yl = "points";
5204
5204
  }
5205
5205
  }
5206
5206
  a4() {
5207
5207
  super.a4();
5208
5208
  if (!this.t) {
5209
- this.cy.z7 = Defaults.a8;
5210
- this.cy.jy = Defaults.ac;
5211
- this.cy.y6 = Defaults.ab;
5212
- this.cy.y3 = Defaults.d;
5213
- this.cy.y1 = Defaults.a;
5209
+ this.cy.z8 = Defaults.a8;
5210
+ this.cy.jz = Defaults.ac;
5211
+ this.cy.y7 = Defaults.ab;
5212
+ this.cy.y4 = Defaults.d;
5213
+ this.cy.y2 = Defaults.a;
5214
5214
  }
5215
5215
  }
5216
5216
  ci() {
5217
5217
  super.ci();
5218
- this.cy.xl.acf = this.cy.z9;
5219
- this.cy.xl.aa7 = this.cy.y4;
5220
- this.cy.xl.abu = this.cy.zp;
5221
- this.cy.xl.abb = this.cy.y6;
5222
- this.cy.xl.aat = this.cy.y0;
5218
+ this.cy.xm.acg = this.cy.aaa;
5219
+ this.cy.xm.aa8 = this.cy.y5;
5220
+ this.cy.xm.abv = this.cy.zq;
5221
+ this.cy.xm.abc = this.cy.y7;
5222
+ this.cy.xm.aau = this.cy.y1;
5223
5223
  }
5224
5224
  c3() {
5225
- this.cy.xl.abu = this.cy.zp;
5225
+ this.cy.xm.abv = this.cy.zq;
5226
5226
  }
5227
5227
  c5() {
5228
- this.cy.xl.abb = this.cy.y6;
5228
+ this.cy.xm.abc = this.cy.y7;
5229
5229
  }
5230
5230
  c0() {
5231
- this.cy.xl.aat = this.cy.y0;
5231
+ this.cy.xm.aau = this.cy.y1;
5232
5232
  }
5233
5233
  c4() {
5234
- this.cy.xl.aa2 = this.cy.y3;
5234
+ this.cy.xm.aa3 = this.cy.y4;
5235
5235
  }
5236
5236
  cz() {
5237
- this.cy.xl.acb = this.cy.z6;
5237
+ this.cy.xm.acc = this.cy.z7;
5238
5238
  }
5239
5239
  c1() {
5240
- this.cy.xl.acc = this.cy.z7;
5240
+ this.cy.xm.acd = this.cy.z8;
5241
5241
  }
5242
5242
  c2() {
5243
- this.cy.xl.ace = this.cy.z8;
5243
+ this.cy.xm.acf = this.cy.z9;
5244
5244
  }
5245
5245
  c6() {
5246
- this.cy.xl.aa7 = this.cy.y4;
5246
+ this.cy.xm.aa8 = this.cy.y5;
5247
5247
  }
5248
5248
  c7() {
5249
- this.cy.xl.acf = this.cy.z9;
5249
+ this.cy.xm.acg = this.cy.aaa;
5250
5250
  }
5251
5251
  }
5252
5252
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5265,96 +5265,96 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
5265
5265
  bk() {
5266
5266
  return new GeographicShapeSeries();
5267
5267
  }
5268
- get_ft() {
5268
+ get_fu() {
5269
5269
  return true;
5270
5270
  }
5271
5271
  ct() {
5272
5272
  return new GeographicShapeSeriesView(this);
5273
5273
  }
5274
- rh(a) {
5275
- super.rh(a);
5276
- this.y5 = a;
5274
+ ri(a) {
5275
+ super.ri(a);
5276
+ this.y6 = a;
5277
5277
  }
5278
- xk() {
5278
+ xl() {
5279
5279
  let a = new ScatterPolygonSeries();
5280
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
5281
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
5280
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
5281
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
5282
5282
  return a;
5283
5283
  }
5284
- zm(a, b) {
5284
+ zn(a, b) {
5285
5285
  if (this.styleShape != null) {
5286
5286
  this.styleShape(this, b);
5287
5287
  }
5288
5288
  }
5289
- zn(a, b) {
5290
- let c = typeCast(ScatterPolygonSeries.$, this.xl);
5289
+ zo(a, b) {
5290
+ let c = typeCast(ScatterPolygonSeries.$, this.xm);
5291
5291
  if (c == null) {
5292
5292
  return;
5293
5293
  }
5294
5294
  }
5295
- iu() {
5296
- return this.y6;
5297
- }
5298
- v5() {
5299
- return this.z4;
5295
+ iv() {
5296
+ return this.y7;
5300
5297
  }
5301
5298
  v6() {
5302
5299
  return this.z5;
5303
5300
  }
5304
- th() {
5305
- return this.zo;
5301
+ v7() {
5302
+ return this.z6;
5303
+ }
5304
+ ti() {
5305
+ return this.zp;
5306
5306
  }
5307
- ml() {
5308
- let a = typeCast(ScatterPolygonSeries.$, this.xl);
5307
+ mm() {
5308
+ let a = typeCast(ScatterPolygonSeries.$, this.xm);
5309
5309
  if (a == null) {
5310
5310
  return "Unknown";
5311
5311
  }
5312
- return a.ml();
5312
+ return a.mm();
5313
5313
  }
5314
- rq(a, b, c, d) {
5315
- super.rq(a, b, c, d);
5314
+ rr(a, b, c, d) {
5315
+ super.rr(a, b, c, d);
5316
5316
  switch (b) {
5317
5317
  case GeographicShapeSeries.$$p[6]:
5318
- this.xl.aa0 = this.y2;
5318
+ this.xm.aa1 = this.y3;
5319
5319
  break;
5320
5320
  case GeographicShapeSeries.$$p[5]:
5321
- this.xl.aaw = this.y1;
5321
+ this.xm.aax = this.y2;
5322
5322
  break;
5323
5323
  case GeographicShapeSeries.$$p[9]:
5324
- this.y5.c3();
5324
+ this.y6.c3();
5325
5325
  break;
5326
5326
  case GeographicShapeSeries.$$p[10]:
5327
- this.y5.c5();
5327
+ this.y6.c5();
5328
5328
  break;
5329
5329
  case GeographicShapeSeries.$$p[4]:
5330
- this.y5.c0();
5330
+ this.y6.c0();
5331
5331
  break;
5332
5332
  case GeographicShapeSeries.$$p[11]:
5333
- this.y5.c4();
5333
+ this.y6.c4();
5334
5334
  break;
5335
5335
  case GeographicShapeSeries.$$p[3]:
5336
- this.y5.cz();
5336
+ this.y6.cz();
5337
5337
  break;
5338
5338
  case GeographicShapeSeries.$$p[7]:
5339
- this.y5.c1();
5339
+ this.y6.c1();
5340
5340
  break;
5341
5341
  case GeographicShapeSeries.$$p[8]:
5342
- this.y5.c2();
5342
+ this.y6.c2();
5343
5343
  break;
5344
5344
  case GeographicShapeSeries.$$p[13]:
5345
- this.y5.c6();
5345
+ this.y6.c6();
5346
5346
  break;
5347
5347
  case GeographicShapeSeries.$$p[12]:
5348
- this.y5.c7();
5348
+ this.y6.c7();
5349
5349
  break;
5350
5350
  }
5351
5351
  }
5352
- jt() {
5352
+ ju() {
5353
5353
  return 0.7;
5354
5354
  }
5355
5355
  }
5356
5356
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5357
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
5357
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
5358
5358
  return GeographicShapeSeries;
5359
5359
  })();
5360
5360
 
@@ -5387,153 +5387,153 @@ let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
5387
5387
  * Gets whether the current series shows a polygon shape.
5388
5388
  */
5389
5389
  get isPolygon() {
5390
- return this.i.ft;
5390
+ return this.i.fu;
5391
5391
  }
5392
5392
  /**
5393
5393
  * Gets or sets the fill brush.
5394
5394
  */
5395
5395
  get shapeFill() {
5396
- return this.i.z9 ? this.i.z9.fill : null;
5396
+ return this.i.aaa ? this.i.aaa.fill : null;
5397
5397
  }
5398
5398
  set shapeFill(v) {
5399
5399
  this.ensureShapeStyle();
5400
- this.i.z9.fill = v;
5400
+ this.i.aaa.fill = v;
5401
5401
  }
5402
5402
  /**
5403
5403
  * Gets or sets the stroke brush.
5404
5404
  */
5405
5405
  get shapeStroke() {
5406
- return this.i.z9 ? this.i.z9.stroke : null;
5406
+ return this.i.aaa ? this.i.aaa.stroke : null;
5407
5407
  }
5408
5408
  set shapeStroke(v) {
5409
5409
  this.ensureShapeStyle();
5410
- this.i.z9.stroke = v;
5410
+ this.i.aaa.stroke = v;
5411
5411
  }
5412
5412
  /**
5413
5413
  * Gets or sets the stroke thickness.
5414
5414
  */
5415
5415
  get shapeStrokeThickness() {
5416
- return this.i.z9 ? this.i.z9.strokeThickness : NaN;
5416
+ return this.i.aaa ? this.i.aaa.strokeThickness : NaN;
5417
5417
  }
5418
5418
  set shapeStrokeThickness(v) {
5419
5419
  this.ensureShapeStyle();
5420
- this.i.z9.strokeThickness = +v;
5420
+ this.i.aaa.strokeThickness = +v;
5421
5421
  }
5422
5422
  /**
5423
5423
  * Gets or sets the opacity.
5424
5424
  */
5425
5425
  get shapeOpacity() {
5426
- return this.i.z9 ? this.i.z9.opacity : NaN;
5426
+ return this.i.aaa ? this.i.aaa.opacity : NaN;
5427
5427
  }
5428
5428
  set shapeOpacity(v) {
5429
5429
  this.ensureShapeStyle();
5430
- this.i.z9.opacity = +v;
5430
+ this.i.aaa.opacity = +v;
5431
5431
  }
5432
5432
  ensureShapeStyle() {
5433
- if (this.i.z9) {
5433
+ if (this.i.aaa) {
5434
5434
  return;
5435
5435
  }
5436
- this.i.z9 = new Style();
5436
+ this.i.aaa = new Style();
5437
5437
  }
5438
5438
  /**
5439
5439
  * Gets or sets the marker type for the current series object.
5440
5440
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5441
5441
  */
5442
5442
  get markerType() {
5443
- return this.i.y3;
5443
+ return this.i.y4;
5444
5444
  }
5445
5445
  set markerType(v) {
5446
- this.i.y3 = ensureEnum(MarkerType_$type, v);
5446
+ this.i.y4 = ensureEnum(MarkerType_$type, v);
5447
5447
  }
5448
5448
  /**
5449
5449
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5450
5450
  */
5451
5451
  get markerOutlineMode() {
5452
- return this.i.y2;
5452
+ return this.i.y3;
5453
5453
  }
5454
5454
  set markerOutlineMode(v) {
5455
- this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
5455
+ this.i.y3 = ensureEnum(MarkerOutlineMode_$type, v);
5456
5456
  }
5457
5457
  /**
5458
5458
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5459
5459
  */
5460
5460
  get markerFillMode() {
5461
- return this.i.y1;
5461
+ return this.i.y2;
5462
5462
  }
5463
5463
  set markerFillMode(v) {
5464
- this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
5464
+ this.i.y2 = ensureEnum(MarkerFillMode_$type, v);
5465
5465
  }
5466
5466
  /**
5467
5467
  * Gets or sets the MarkerTemplate for the current series object.
5468
5468
  */
5469
5469
  get markerTemplate() {
5470
- return this.i.zp;
5470
+ return this.i.zq;
5471
5471
  }
5472
5472
  set markerTemplate(v) {
5473
- this.i.zp = v;
5473
+ this.i.zq = v;
5474
5474
  }
5475
5475
  /**
5476
5476
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5477
5477
  */
5478
5478
  get markerBrush() {
5479
- return brushToString(this.i.z6);
5479
+ return brushToString(this.i.z7);
5480
5480
  }
5481
5481
  set markerBrush(v) {
5482
- this.i.z6 = stringToBrush(v);
5482
+ this.i.z7 = stringToBrush(v);
5483
5483
  }
5484
5484
  /**
5485
5485
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5486
5486
  */
5487
5487
  get markerOutline() {
5488
- return brushToString(this.i.z7);
5488
+ return brushToString(this.i.z8);
5489
5489
  }
5490
5490
  set markerOutline(v) {
5491
- this.i.z7 = stringToBrush(v);
5491
+ this.i.z8 = stringToBrush(v);
5492
5492
  }
5493
5493
  /**
5494
5494
  * Gets or sets thickness of the marker outline
5495
5495
  */
5496
5496
  get markerThickness() {
5497
- return this.i.y6;
5497
+ return this.i.y7;
5498
5498
  }
5499
5499
  set markerThickness(v) {
5500
- this.i.y6 = +v;
5500
+ this.i.y7 = +v;
5501
5501
  }
5502
5502
  /**
5503
5503
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5504
5504
  */
5505
5505
  get markerCollisionAvoidance() {
5506
- return this.i.y0;
5506
+ return this.i.y1;
5507
5507
  }
5508
5508
  set markerCollisionAvoidance(v) {
5509
- this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
5509
+ this.i.y1 = ensureEnum(CollisionAvoidanceType_$type, v);
5510
5510
  }
5511
5511
  /**
5512
5512
  * Gets the effective marker template for the current series object.
5513
5513
  */
5514
5514
  get actualMarkerTemplate() {
5515
- return this.i.zo;
5515
+ return this.i.zp;
5516
5516
  }
5517
5517
  set actualMarkerTemplate(v) {
5518
- this.i.zo = v;
5518
+ this.i.zp = v;
5519
5519
  }
5520
5520
  /**
5521
5521
  * Gets the effective marker brush for the current series object.
5522
5522
  */
5523
5523
  get actualMarkerBrush() {
5524
- return brushToString(this.i.z4);
5524
+ return brushToString(this.i.z5);
5525
5525
  }
5526
5526
  set actualMarkerBrush(v) {
5527
- this.i.z4 = stringToBrush(v);
5527
+ this.i.z5 = stringToBrush(v);
5528
5528
  }
5529
5529
  /**
5530
5530
  * Gets the effective marker outline for the current series object.
5531
5531
  */
5532
5532
  get actualMarkerOutline() {
5533
- return brushToString(this.i.z5);
5533
+ return brushToString(this.i.z6);
5534
5534
  }
5535
5535
  set actualMarkerOutline(v) {
5536
- this.i.z5 = stringToBrush(v);
5536
+ this.i.z6 = stringToBrush(v);
5537
5537
  }
5538
5538
  get styleShape() {
5539
5539
  if (this._styleShape == null) {
@@ -5672,19 +5672,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
5672
5672
  a4() {
5673
5673
  super.a4();
5674
5674
  if (!this.t) {
5675
- this.cy.jy = Defaults.aa;
5675
+ this.cy.jz = Defaults.aa;
5676
5676
  }
5677
5677
  }
5678
5678
  ci() {
5679
5679
  super.ci();
5680
- this.cy.xl.aat = this.cy.y0;
5681
- this.cy.xl.aay = this.cy.y8;
5680
+ this.cy.xm.aau = this.cy.y1;
5681
+ this.cy.xm.aaz = this.cy.y9;
5682
5682
  }
5683
5683
  cz() {
5684
- this.cy.xl.aat = this.cy.y0;
5684
+ this.cy.xm.aau = this.cy.y1;
5685
5685
  }
5686
5686
  c0() {
5687
- this.cy.xl.aay = this.cy.y8;
5687
+ this.cy.xm.aaz = this.cy.y9;
5688
5688
  }
5689
5689
  }
5690
5690
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5703,40 +5703,40 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
5703
5703
  bk() {
5704
5704
  return new GeographicPolylineSeries();
5705
5705
  }
5706
- get_fu() {
5706
+ get_fv() {
5707
5707
  return true;
5708
5708
  }
5709
5709
  ct() {
5710
5710
  return new GeographicPolylineSeriesView(this);
5711
5711
  }
5712
- rh(a) {
5713
- super.rh(a);
5714
- this.y1 = a;
5712
+ ri(a) {
5713
+ super.ri(a);
5714
+ this.y2 = a;
5715
5715
  }
5716
- xk() {
5716
+ xl() {
5717
5717
  let a = new ScatterPolylineSeries();
5718
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
5718
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y6));
5719
5719
  return a;
5720
5720
  }
5721
- y5(a, b) {
5721
+ y6(a, b) {
5722
5722
  if (this.styleShape != null) {
5723
5723
  this.styleShape(this, b);
5724
5724
  }
5725
5725
  }
5726
- rq(a, b, c, d) {
5727
- super.rq(a, b, c, d);
5726
+ rr(a, b, c, d) {
5727
+ super.rr(a, b, c, d);
5728
5728
  switch (b) {
5729
5729
  case GeographicPolylineSeries.$$p[1]:
5730
- this.y1.cz();
5730
+ this.y2.cz();
5731
5731
  break;
5732
5732
  case GeographicPolylineSeries.$$p[0]:
5733
- this.y1.c0();
5733
+ this.y2.c0();
5734
5734
  break;
5735
5735
  }
5736
5736
  }
5737
5737
  }
5738
5738
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
5739
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
5739
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y9:y7', [Style.$, null], 'ShapeStyleSelector:y1:y8', [StyleSelector.$, null]]);
5740
5740
  return GeographicPolylineSeries;
5741
5741
  })();
5742
5742
 
@@ -5769,53 +5769,53 @@ let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
5769
5769
  * Gets whether the current series shows a polyline shape.
5770
5770
  */
5771
5771
  get isPolyline() {
5772
- return this.i.fu;
5772
+ return this.i.fv;
5773
5773
  }
5774
5774
  /**
5775
5775
  * Gets or sets the fill brush.
5776
5776
  */
5777
5777
  get shapeFill() {
5778
- return this.i.y8 ? this.i.y8.fill : null;
5778
+ return this.i.y9 ? this.i.y9.fill : null;
5779
5779
  }
5780
5780
  set shapeFill(v) {
5781
5781
  this.ensureShapeStyle();
5782
- this.i.y8.fill = v;
5782
+ this.i.y9.fill = v;
5783
5783
  }
5784
5784
  /**
5785
5785
  * Gets or sets the stroke brush.
5786
5786
  */
5787
5787
  get shapeStroke() {
5788
- return this.i.y8 ? this.i.y8.stroke : null;
5788
+ return this.i.y9 ? this.i.y9.stroke : null;
5789
5789
  }
5790
5790
  set shapeStroke(v) {
5791
5791
  this.ensureShapeStyle();
5792
- this.i.y8.stroke = v;
5792
+ this.i.y9.stroke = v;
5793
5793
  }
5794
5794
  /**
5795
5795
  * Gets or sets the stroke thickness.
5796
5796
  */
5797
5797
  get shapeStrokeThickness() {
5798
- return this.i.y8 ? this.i.y8.strokeThickness : NaN;
5798
+ return this.i.y9 ? this.i.y9.strokeThickness : NaN;
5799
5799
  }
5800
5800
  set shapeStrokeThickness(v) {
5801
5801
  this.ensureShapeStyle();
5802
- this.i.y8.strokeThickness = +v;
5802
+ this.i.y9.strokeThickness = +v;
5803
5803
  }
5804
5804
  /**
5805
5805
  * Gets or sets the opacity.
5806
5806
  */
5807
5807
  get shapeOpacity() {
5808
- return this.i.y8 ? this.i.y8.opacity : NaN;
5808
+ return this.i.y9 ? this.i.y9.opacity : NaN;
5809
5809
  }
5810
5810
  set shapeOpacity(v) {
5811
5811
  this.ensureShapeStyle();
5812
- this.i.y8.opacity = +v;
5812
+ this.i.y9.opacity = +v;
5813
5813
  }
5814
5814
  ensureShapeStyle() {
5815
- if (this.i.y8) {
5815
+ if (this.i.y9) {
5816
5816
  return;
5817
5817
  }
5818
- this.i.y8 = new Style();
5818
+ this.i.y9 = new Style();
5819
5819
  }
5820
5820
  get styleShape() {
5821
5821
  if (this._styleShape == null) {
@@ -6049,50 +6049,50 @@ let TileSeries = /*@__PURE__*/ (() => {
6049
6049
  class TileSeries extends ShapeSeriesBase {
6050
6050
  constructor() {
6051
6051
  super();
6052
+ this.aav = null;
6052
6053
  this.aau = null;
6053
- this.aat = null;
6054
6054
  this.imageTilesReady = null;
6055
- this.aax = null;
6056
- this.aay = false;
6055
+ this.aay = null;
6056
+ this.aaz = false;
6057
6057
  this.ab = TileSeries.$;
6058
6058
  }
6059
6059
  bk() {
6060
6060
  return new TileSeries();
6061
6061
  }
6062
- get_f6() {
6062
+ get_f7() {
6063
6063
  return true;
6064
6064
  }
6065
6065
  ct() {
6066
6066
  return new TileSeriesView(this);
6067
6067
  }
6068
- rh(a) {
6069
- super.rh(a);
6070
- this.aas = a;
6068
+ ri(a) {
6069
+ super.ri(a);
6070
+ this.aat = a;
6071
6071
  }
6072
- get_yv() {
6072
+ get_yw() {
6073
6073
  return false;
6074
6074
  }
6075
- get aaw() {
6076
- return this.aau;
6075
+ get aax() {
6076
+ return this.aav;
6077
6077
  }
6078
- set aaw(a) {
6079
- let b = a != this.aaw;
6078
+ set aax(a) {
6079
+ let b = a != this.aax;
6080
6080
  if (b) {
6081
- let c = this.aaw;
6082
- this.aau = a;
6081
+ let c = this.aax;
6082
+ this.aav = a;
6083
6083
  this.raisePropertyChanged("TileImagery", c, a);
6084
6084
  }
6085
6085
  }
6086
- get aav() {
6087
- return this.aat;
6086
+ get aaw() {
6087
+ return this.aau;
6088
6088
  }
6089
- set aav(a) {
6090
- let b = this.aat;
6091
- this.aat = a;
6092
- this.raisePropertyChanged("ActualTileImagery", b, this.aat);
6089
+ set aaw(a) {
6090
+ let b = this.aau;
6091
+ this.aau = a;
6092
+ this.raisePropertyChanged("ActualTileImagery", b, this.aau);
6093
6093
  }
6094
- rq(a, b, c, d) {
6095
- super.rq(a, b, c, d);
6094
+ rr(a, b, c, d) {
6095
+ super.rr(a, b, c, d);
6096
6096
  let e;
6097
6097
  let f;
6098
6098
  switch (b) {
@@ -6100,141 +6100,141 @@ let TileSeries = /*@__PURE__*/ (() => {
6100
6100
  e = c;
6101
6101
  f = d;
6102
6102
  if (e != null) {
6103
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa1));
6103
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
6104
6104
  }
6105
6105
  if (f != null) {
6106
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa1));
6106
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
6107
6107
  }
6108
- this.aas.dv(e, f);
6109
- this.r8(false);
6110
- this.q0();
6108
+ this.aat.dv(e, f);
6109
+ this.r9(false);
6110
+ this.q1();
6111
6111
  break;
6112
6112
  case "ActualTileImagery":
6113
6113
  e = c;
6114
6114
  f = d;
6115
6115
  if (e != null) {
6116
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa2));
6116
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
6117
6117
  e.deferralHandler = null;
6118
6118
  }
6119
6119
  if (f != null) {
6120
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa2));
6120
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
6121
6121
  f.deferralHandler = this;
6122
6122
  }
6123
- this.aas.du(e, f);
6123
+ this.aat.du(e, f);
6124
6124
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
6125
6125
  f.geographicMap = this.dc;
6126
- this.aa4(this.cw);
6127
- this.aas.dr(this.dc.yr);
6126
+ this.aa5(this.cw);
6127
+ this.aat.dr(this.dc.yr);
6128
6128
  }
6129
- this.q0();
6129
+ this.q1();
6130
6130
  break;
6131
6131
  case "ActualWindowRect":
6132
- this.aas.dr(d);
6132
+ this.aat.dr(d);
6133
6133
  break;
6134
6134
  case "WorldRect":
6135
- this.aas.dy(d);
6135
+ this.aat.dy(d);
6136
6136
  break;
6137
6137
  case "SeriesViewer":
6138
6138
  let g = c;
6139
6139
  let h = d;
6140
- if (g != null && this.aav != null) {
6141
- this.aav.be(null);
6140
+ if (g != null && this.aaw != null) {
6141
+ this.aaw.be(null);
6142
6142
  }
6143
- if (h != null && this.aav != null) {
6144
- this.aav.be(this.cw.ae);
6143
+ if (h != null && this.aaw != null) {
6144
+ this.aaw.be(this.cw.ae);
6145
6145
  }
6146
6146
  break;
6147
6147
  case "ActualBrush":
6148
6148
  case "ActualOutline":
6149
6149
  case "ActualThickness":
6150
- this.q2();
6150
+ this.q3();
6151
6151
  break;
6152
6152
  }
6153
6153
  }
6154
- aa1(a, b) {
6154
+ aa2(a, b) {
6155
6155
  if (b.propertyName == "MultiScaleImage") {
6156
- this.aa4(this.cw);
6156
+ this.aa5(this.cw);
6157
6157
  }
6158
6158
  }
6159
- aa2(a, b) {
6159
+ aa3(a, b) {
6160
6160
  if (this.imageTilesReady != null) {
6161
6161
  this.imageTilesReady(this, new EventArgs());
6162
6162
  }
6163
- if (!this.aay) {
6164
- this.aas.dw();
6163
+ if (!this.aaz) {
6164
+ this.aat.dw();
6165
6165
  }
6166
6166
  }
6167
6167
  register(a, b) {
6168
- this.aax = b;
6168
+ this.aay = b;
6169
6169
  }
6170
6170
  unRegister(a) {
6171
- this.aax = null;
6171
+ this.aay = null;
6172
6172
  }
6173
6173
  deferredRefresh() {
6174
- this.r8(false);
6174
+ this.r9(false);
6175
6175
  }
6176
6176
  deferAction(a) {
6177
- if (this.j8 != null) {
6178
- this.j8.setTimeout(a, 0);
6177
+ if (this.j9 != null) {
6178
+ this.j9.setTimeout(a, 0);
6179
6179
  }
6180
6180
  else {
6181
6181
  window.setTimeout(a, 0);
6182
6182
  }
6183
6183
  }
6184
- s8(a, b) {
6185
- this.aas.dx();
6186
- super.s8(a, b);
6184
+ s9(a, b) {
6185
+ this.aat.dx();
6186
+ super.s9(a, b);
6187
6187
  }
6188
- r9(a) {
6189
- super.r9(a);
6190
- this.aa3(a, this.cw);
6188
+ sa(a) {
6189
+ super.sa(a);
6190
+ this.aa4(a, this.cw);
6191
6191
  }
6192
- aa3(a, b) {
6192
+ aa4(a, b) {
6193
6193
  let c;
6194
6194
  let d;
6195
6195
  let e = b;
6196
6196
  let f = b.getViewInfo(c, d);
6197
6197
  c = f.p0;
6198
6198
  d = f.p1;
6199
- this.aa4(b);
6200
- if (this.aax != null) {
6201
- this.aay = true;
6202
- this.aax(a);
6203
- this.aay = false;
6199
+ this.aa5(b);
6200
+ if (this.aay != null) {
6201
+ this.aaz = true;
6202
+ this.aay(a);
6203
+ this.aaz = false;
6204
6204
  }
6205
6205
  e.dw();
6206
6206
  }
6207
- r7(a, b, c, d, e) {
6208
- super.r7(a, b, c, d, e);
6209
- let f = this.ht.item(d);
6207
+ r8(a, b, c, d, e) {
6208
+ super.r8(a, b, c, d, e);
6209
+ let f = this.hu.item(d);
6210
6210
  f.bd(c);
6211
6211
  if (this.d7(f)) {
6212
6212
  return;
6213
6213
  }
6214
- this.z8(f);
6214
+ this.z9(f);
6215
6215
  }
6216
- aa4(a) {
6216
+ aa5(a) {
6217
6217
  let b;
6218
6218
  let c;
6219
6219
  let d = a.getViewInfo(b, c);
6220
6220
  b = d.p0;
6221
6221
  c = d.p1;
6222
- if (this.aaw != null && this.aaw.ao != null) {
6223
- if (this.aaw != this.aav) {
6224
- this.aav = this.aaw;
6222
+ if (this.aax != null && this.aax.ao != null) {
6223
+ if (this.aax != this.aaw) {
6224
+ this.aaw = this.aax;
6225
6225
  }
6226
- if (this.aav != null && !b.isEmpty) {
6227
- if (this.aav.width != b.width) {
6228
- this.aav.width = b.width;
6226
+ if (this.aaw != null && !b.isEmpty) {
6227
+ if (this.aaw.width != b.width) {
6228
+ this.aaw.width = b.width;
6229
6229
  }
6230
- if (this.aav.height != b.height) {
6231
- this.aav.height = b.height;
6230
+ if (this.aaw.height != b.height) {
6231
+ this.aaw.height = b.height;
6232
6232
  }
6233
6233
  }
6234
6234
  }
6235
6235
  }
6236
- pi(a, b) {
6237
- super.pi(a, b);
6236
+ pj(a, b) {
6237
+ super.pj(a, b);
6238
6238
  b.ds();
6239
6239
  }
6240
6240
  }
@@ -6257,8 +6257,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6257
6257
  a4() {
6258
6258
  super.a4();
6259
6259
  if (!this.t) {
6260
- this.dn.wf = Defaults.tileSeries_Outline;
6261
- this.dn.vz = Defaults.tileSeries_Brush;
6260
+ this.dn.wg = Defaults.tileSeries_Outline;
6261
+ this.dn.v0 = Defaults.tileSeries_Brush;
6262
6262
  }
6263
6263
  }
6264
6264
  cx(a, b) {
@@ -6285,14 +6285,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6285
6285
  this.a2();
6286
6286
  }
6287
6287
  dr(a) {
6288
- if (this.dn.aaw != null) {
6289
- this.dn.aaw.windowRect = a;
6288
+ if (this.dn.aax != null) {
6289
+ this.dn.aax.windowRect = a;
6290
6290
  }
6291
6291
  }
6292
6292
  du(a, b) {
6293
6293
  if (this.dq == null) {
6294
- this.dq = this.f.j8.createElement("canvas");
6295
- let c = this.f.j8.get2DCanvasContext(this.dq);
6294
+ this.dq = this.f.j9.createElement("canvas");
6295
+ let c = this.f.j9.get2DCanvasContext(this.dq);
6296
6296
  this.dp = new RenderingContext(new CanvasViewRenderer(), c);
6297
6297
  this.dq.setAttribute("width", this.b9.width.toString());
6298
6298
  this.dq.setAttribute("height", this.b9.height.toString());
@@ -6321,8 +6321,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6321
6321
  this.dq.setAttribute("width", this.b9.width.toString());
6322
6322
  this.dq.setAttribute("height", this.b9.height.toString());
6323
6323
  }
6324
- if (this.dn.aaw != null) {
6325
- this.dn.aaw.bf(this.b9);
6324
+ if (this.dn.aax != null) {
6325
+ this.dn.aax.bf(this.b9);
6326
6326
  }
6327
6327
  }
6328
6328
  bj(a, b) {
@@ -6356,8 +6356,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6356
6356
  ds() {
6357
6357
  }
6358
6358
  dy(a) {
6359
- if (this.dn.aaw != null) {
6360
- this.dn.aaw.a6();
6359
+ if (this.dn.aax != null) {
6360
+ this.dn.aax.a6();
6361
6361
  }
6362
6362
  }
6363
6363
  }
@@ -6393,20 +6393,20 @@ let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
6393
6393
  * Gets whether the current series shows a tile imagery.
6394
6394
  */
6395
6395
  get isTile() {
6396
- return this.i.f6;
6396
+ return this.i.f7;
6397
6397
  }
6398
6398
  /**
6399
6399
  * The MapImagery which is used to provide the tiles for display.
6400
6400
  */
6401
6401
  get tileImagery() {
6402
- const r = this.i.aaw;
6402
+ const r = this.i.aax;
6403
6403
  if (r == null) {
6404
6404
  return null;
6405
6405
  }
6406
6406
  return r.externalObject;
6407
6407
  }
6408
6408
  set tileImagery(v) {
6409
- v == null ? this.i.aaw = null : this.i.aaw = v.i;
6409
+ v == null ? this.i.aax = null : this.i.aax = v.i;
6410
6410
  }
6411
6411
  findByName(name) {
6412
6412
  var baseResult = super.findByName(name);
@@ -6507,60 +6507,60 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
6507
6507
  class GeographicTileSeries extends GeographicShapeSeriesBase {
6508
6508
  constructor() {
6509
6509
  super();
6510
+ this.y2 = null;
6510
6511
  this.y1 = null;
6511
- this.y0 = null;
6512
6512
  this.imageTilesReady = null;
6513
6513
  this.ab = GeographicTileSeries.$;
6514
6514
  }
6515
6515
  bk() {
6516
6516
  return new GeographicTileSeries();
6517
6517
  }
6518
- get_f6() {
6518
+ get_f7() {
6519
6519
  return true;
6520
6520
  }
6521
- get y2() {
6522
- return this.y1;
6521
+ get y3() {
6522
+ return this.y2;
6523
6523
  }
6524
- set y2(a) {
6525
- let b = a != this.y2;
6524
+ set y3(a) {
6525
+ let b = a != this.y3;
6526
6526
  if (b) {
6527
- let c = this.y2;
6528
- this.y1 = a;
6527
+ let c = this.y3;
6528
+ this.y2 = a;
6529
6529
  this.raisePropertyChanged("TileImagery", c, a);
6530
6530
  }
6531
6531
  }
6532
- y6() {
6533
- if (this.y2 != null) {
6534
- this.y2.clearTileCache();
6532
+ y7() {
6533
+ if (this.y3 != null) {
6534
+ this.y3.clearTileCache();
6535
6535
  }
6536
6536
  }
6537
- rq(a, b, c, d) {
6538
- super.rq(a, b, c, d);
6537
+ rr(a, b, c, d) {
6538
+ super.rr(a, b, c, d);
6539
6539
  switch (b) {
6540
6540
  case "TileImagery":
6541
- if (this.xl != null) {
6542
- this.xl.aaw = this.y2;
6541
+ if (this.xm != null) {
6542
+ this.xm.aax = this.y3;
6543
6543
  }
6544
6544
  break;
6545
6545
  }
6546
6546
  }
6547
- xq(a, b) {
6548
- super.xq(a, b);
6549
- this.xl.aaw = this.y2;
6550
- if (this.y0 != null) {
6551
- let c = this.y0;
6552
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
6547
+ xr(a, b) {
6548
+ super.xr(a, b);
6549
+ this.xm.aax = this.y3;
6550
+ if (this.y1 != null) {
6551
+ let c = this.y1;
6552
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
6553
6553
  }
6554
- this.y0 = this.xl;
6555
- if (this.y0 != null) {
6556
- let d = this.y0;
6557
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
6554
+ this.y1 = this.xm;
6555
+ if (this.y1 != null) {
6556
+ let d = this.y1;
6557
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
6558
6558
  }
6559
6559
  }
6560
- xk() {
6560
+ xl() {
6561
6561
  return new TileSeries();
6562
6562
  }
6563
- y5(a, b) {
6563
+ y6(a, b) {
6564
6564
  if (this.imageTilesReady != null) {
6565
6565
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
6566
6566
  }
@@ -6592,20 +6592,20 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6592
6592
  * Gets whether the current series shows a tile imagery.
6593
6593
  */
6594
6594
  get isTile() {
6595
- return this.i.f6;
6595
+ return this.i.f7;
6596
6596
  }
6597
6597
  /**
6598
6598
  * The MapImagery which is used to provide the tiles for display.
6599
6599
  */
6600
6600
  get tileImagery() {
6601
- const r = this.i.y2;
6601
+ const r = this.i.y3;
6602
6602
  if (r == null) {
6603
6603
  return null;
6604
6604
  }
6605
6605
  return r.externalObject;
6606
6606
  }
6607
6607
  set tileImagery(v) {
6608
- v == null ? this.i.y2 = null : this.i.y2 = v.i;
6608
+ v == null ? this.i.y3 = null : this.i.y3 = v.i;
6609
6609
  }
6610
6610
  findByName(name) {
6611
6611
  var baseResult = super.findByName(name);
@@ -6622,7 +6622,7 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6622
6622
 
6623
6623
  */
6624
6624
  clearTileCache() {
6625
- this.i.y6();
6625
+ this.i.y7();
6626
6626
  }
6627
6627
  /**
6628
6628
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -6736,64 +6736,64 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6736
6736
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
6737
6737
  */
6738
6738
  get markerType() {
6739
- return this.i.xv;
6739
+ return this.i.xw;
6740
6740
  }
6741
6741
  set markerType(v) {
6742
- this.i.xv = ensureEnum(MarkerType_$type, v);
6742
+ this.i.xw = ensureEnum(MarkerType_$type, v);
6743
6743
  }
6744
6744
  /**
6745
6745
  * Gets or sets thickness of the marker outline
6746
6746
  */
6747
6747
  get markerThickness() {
6748
- return this.i.xw;
6748
+ return this.i.xx;
6749
6749
  }
6750
6750
  set markerThickness(v) {
6751
- this.i.xw = +v;
6751
+ this.i.xx = +v;
6752
6752
  }
6753
6753
  /**
6754
6754
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6755
6755
  */
6756
6756
  get markerOutlineMode() {
6757
- return this.i.xu;
6757
+ return this.i.xv;
6758
6758
  }
6759
6759
  set markerOutlineMode(v) {
6760
- this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
6760
+ this.i.xv = ensureEnum(MarkerOutlineMode_$type, v);
6761
6761
  }
6762
6762
  /**
6763
6763
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
6764
6764
  */
6765
6765
  get markerFillMode() {
6766
- return this.i.xt;
6766
+ return this.i.xu;
6767
6767
  }
6768
6768
  set markerFillMode(v) {
6769
- this.i.xt = ensureEnum(MarkerFillMode_$type, v);
6769
+ this.i.xu = ensureEnum(MarkerFillMode_$type, v);
6770
6770
  }
6771
6771
  /**
6772
6772
  * Gets or sets the MarkerTemplate for the current series object.
6773
6773
  */
6774
6774
  get markerTemplate() {
6775
- return this.i.yb;
6775
+ return this.i.yc;
6776
6776
  }
6777
6777
  set markerTemplate(v) {
6778
- this.i.yb = v;
6778
+ this.i.yc = v;
6779
6779
  }
6780
6780
  /**
6781
6781
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6782
6782
  */
6783
6783
  get markerBrush() {
6784
- return brushToString(this.i.yp);
6784
+ return brushToString(this.i.yq);
6785
6785
  }
6786
6786
  set markerBrush(v) {
6787
- this.i.yp = stringToBrush(v);
6787
+ this.i.yq = stringToBrush(v);
6788
6788
  }
6789
6789
  /**
6790
6790
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6791
6791
  */
6792
6792
  get markerOutline() {
6793
- return brushToString(this.i.yq);
6793
+ return brushToString(this.i.yr);
6794
6794
  }
6795
6795
  set markerOutline(v) {
6796
- this.i.yq = stringToBrush(v);
6796
+ this.i.yr = stringToBrush(v);
6797
6797
  }
6798
6798
  /**
6799
6799
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -6801,37 +6801,37 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6801
6801
  * choose a representative set.
6802
6802
  */
6803
6803
  get maximumMarkers() {
6804
- return this.i.xx;
6804
+ return this.i.xy;
6805
6805
  }
6806
6806
  set maximumMarkers(v) {
6807
- this.i.xx = +v;
6807
+ this.i.xy = +v;
6808
6808
  }
6809
6809
  /**
6810
6810
  * Gets the effective marker template for the current series object.
6811
6811
  */
6812
6812
  get actualMarkerTemplate() {
6813
- return this.i.ya;
6813
+ return this.i.yb;
6814
6814
  }
6815
6815
  set actualMarkerTemplate(v) {
6816
- this.i.ya = v;
6816
+ this.i.yb = v;
6817
6817
  }
6818
6818
  /**
6819
6819
  * Gets the effective marker brush for the current series object.
6820
6820
  */
6821
6821
  get actualMarkerBrush() {
6822
- return brushToString(this.i.yn);
6822
+ return brushToString(this.i.yo);
6823
6823
  }
6824
6824
  set actualMarkerBrush(v) {
6825
- this.i.yn = stringToBrush(v);
6825
+ this.i.yo = stringToBrush(v);
6826
6826
  }
6827
6827
  /**
6828
6828
  * Gets the effective marker outline for the current series object.
6829
6829
  */
6830
6830
  get actualMarkerOutline() {
6831
- return brushToString(this.i.yo);
6831
+ return brushToString(this.i.yp);
6832
6832
  }
6833
6833
  set actualMarkerOutline(v) {
6834
- this.i.yo = stringToBrush(v);
6834
+ this.i.yp = stringToBrush(v);
6835
6835
  }
6836
6836
  }
6837
6837
  IgxGeographicMarkerSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -6880,75 +6880,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
6880
6880
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
6881
6881
  constructor() {
6882
6882
  super();
6883
- let a = this.xl;
6884
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
6885
- }
6886
- th() {
6887
- return this.ya;
6883
+ let a = this.xm;
6884
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ya));
6888
6885
  }
6889
- v5() {
6890
- return this.yn;
6886
+ ti() {
6887
+ return this.yb;
6891
6888
  }
6892
6889
  v6() {
6893
6890
  return this.yo;
6894
6891
  }
6895
- iu() {
6896
- return this.xw;
6892
+ v7() {
6893
+ return this.yp;
6894
+ }
6895
+ iv() {
6896
+ return this.xx;
6897
6897
  }
6898
- ml() {
6899
- let a = typeCast(MarkerSeries.$, this.xl);
6898
+ mm() {
6899
+ let a = typeCast(MarkerSeries.$, this.xm);
6900
6900
  if (a == null) {
6901
6901
  return "Unknown";
6902
6902
  }
6903
- return a.ml();
6903
+ return a.mm();
6904
6904
  }
6905
- x9(a, b) {
6906
- let c = typeCast(MarkerSeries.$, this.xl);
6905
+ ya(a, b) {
6906
+ let c = typeCast(MarkerSeries.$, this.xm);
6907
6907
  if (c == null) {
6908
6908
  return;
6909
6909
  }
6910
6910
  if (b.propertyName == "ActualMarkerTemplate") {
6911
- this.ya = c.yl;
6911
+ this.yb = c.ym;
6912
6912
  }
6913
6913
  else if (b.propertyName == "ActualMarkerOutline") {
6914
- this.yo = c.y3;
6914
+ this.yp = c.y4;
6915
6915
  }
6916
6916
  else if (b.propertyName == "ActualMarkerBrush") {
6917
- this.yn = c.y2;
6917
+ this.yo = c.y3;
6918
6918
  }
6919
6919
  }
6920
- rq(a, b, c, d) {
6921
- super.rq(a, b, c, d);
6920
+ rr(a, b, c, d) {
6921
+ super.rr(a, b, c, d);
6922
6922
  switch (b) {
6923
6923
  case GeographicMarkerSeries.$$p[3]:
6924
- this.xl.y4 = this.yp;
6924
+ this.xm.y5 = this.yq;
6925
6925
  break;
6926
6926
  case GeographicMarkerSeries.$$p[6]:
6927
- this.xl.y5 = this.yq;
6927
+ this.xm.y6 = this.yr;
6928
6928
  break;
6929
6929
  case GeographicMarkerSeries.$$p[5]:
6930
- this.xl.xp = this.xu;
6930
+ this.xm.xq = this.xv;
6931
6931
  break;
6932
6932
  case GeographicMarkerSeries.$$p[4]:
6933
- this.xl.xl = this.xt;
6933
+ this.xm.xm = this.xu;
6934
6934
  break;
6935
6935
  case GeographicMarkerSeries.$$p[9]:
6936
- this.xl.xv = this.xv;
6936
+ this.xm.xw = this.xw;
6937
6937
  break;
6938
6938
  case GeographicMarkerSeries.$$p[7]:
6939
- this.xl.yn = this.yb;
6939
+ this.xm.yo = this.yc;
6940
6940
  break;
6941
6941
  case GeographicMarkerSeries.$$p[8]:
6942
- this.xl.x4 = this.xw;
6942
+ this.xm.x5 = this.xx;
6943
6943
  break;
6944
6944
  case GeographicMarkerSeries.$$p[10]:
6945
- this.xl.aau = this.xx;
6945
+ this.xm.aav = this.xy;
6946
6946
  break;
6947
6947
  }
6948
6948
  }
6949
6949
  }
6950
6950
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
6951
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
6951
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yo:yd', [Brush.$], 'ActualMarkerOutline:yp:ye', [Brush.$], 'ActualMarkerTemplate:yb:yf', [DataTemplate.$, null], 'MarkerBrush:yq:yg', [Brush.$], 'MarkerFillMode:xu:yh', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xv:yi', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yr:yj', [Brush.$], 'MarkerTemplate:yc:yk', [DataTemplate.$, null], 'MarkerThickness:xx:yl', [1, DeviceUtils.g(2)], 'MarkerType:xw:ym', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xy:yn', [1, 400]]);
6952
6952
  return GeographicMarkerSeries;
6953
6953
  })();
6954
6954
 
@@ -6975,49 +6975,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6975
6975
  }
6976
6976
  ci() {
6977
6977
  super.ci();
6978
- let a = this.cu.xl;
6979
- a.abe = this.cu.zk;
6980
- a.abm = this.cu.zi;
6981
- a.xv = this.cu.xv;
6982
- a.yn = this.cu.yb;
6983
- a.x4 = this.cu.xw;
6978
+ let a = this.cu.xm;
6979
+ a.abf = this.cu.zl;
6980
+ a.abn = this.cu.zj;
6981
+ a.xw = this.cu.xw;
6982
+ a.yo = this.cu.yc;
6983
+ a.x5 = this.cu.xx;
6984
+ a.adp = this.cu.y5;
6985
+ a.aef = this.cu.zq;
6986
+ a.ade = this.cu.yx;
6987
+ a.ad5 = this.cu.zh;
6988
+ a.ad0 = this.cu.y9;
6989
+ a.adb = this.cu.yu;
6990
+ a.adn = this.cu.y1;
6984
6991
  a.ado = this.cu.y4;
6985
- a.aee = this.cu.zp;
6986
- a.add = this.cu.yw;
6987
- a.ad4 = this.cu.zg;
6988
- a.adz = this.cu.y8;
6989
- a.ada = this.cu.yt;
6990
- a.adm = this.cu.y0;
6991
- a.adn = this.cu.y3;
6992
+ a.adu = this.cu.y7;
6992
6993
  a.adt = this.cu.y6;
6993
- a.ads = this.cu.y5;
6994
6994
  }
6995
6995
  c3() {
6996
- this.cu.xl.abe = this.cu.zk;
6996
+ this.cu.xm.abf = this.cu.zl;
6997
6997
  }
6998
6998
  c2() {
6999
- this.cu.xl.abm = this.cu.zi;
6999
+ this.cu.xm.abn = this.cu.zj;
7000
7000
  }
7001
7001
  c8() {
7002
- this.cu.xl.xv = this.cu.xv;
7002
+ this.cu.xm.xw = this.cu.xw;
7003
7003
  }
7004
7004
  c6() {
7005
- this.cu.xl.yn = this.cu.yb;
7005
+ this.cu.xm.yo = this.cu.yc;
7006
7006
  }
7007
7007
  c7() {
7008
- this.cu.xl.x4 = this.cu.xw;
7008
+ this.cu.xm.x5 = this.cu.xx;
7009
7009
  }
7010
7010
  c9() {
7011
- this.cu.xl.aau = this.cu.xx;
7011
+ this.cu.xm.aav = this.cu.xy;
7012
7012
  }
7013
7013
  db() {
7014
- this.cu.xl.xAxis = this.cu.dc.zh;
7014
+ this.cu.xm.xAxis = this.cu.dc.zh;
7015
7015
  }
7016
7016
  dc() {
7017
- this.cu.xl.yAxis = this.cu.dc.zj;
7017
+ this.cu.xm.yAxis = this.cu.dc.zj;
7018
7018
  }
7019
7019
  da() {
7020
- let a = this.cu.xl;
7020
+ let a = this.cu.xm;
7021
7021
  if (this.cu.dc == null) {
7022
7022
  a.xAxis = null;
7023
7023
  a.yAxis = null;
@@ -7027,45 +7027,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
7027
7027
  a.yAxis = this.cu.dc.zj;
7028
7028
  }
7029
7029
  c4() {
7030
- this.cu.xl.y4 = this.cu.yp;
7030
+ this.cu.xm.y5 = this.cu.yq;
7031
7031
  }
7032
7032
  c5() {
7033
- this.cu.xl.y5 = this.cu.yq;
7033
+ this.cu.xm.y6 = this.cu.yr;
7034
7034
  }
7035
7035
  dd() {
7036
- this.cu.xl.aee = this.cu.zp;
7036
+ this.cu.xm.aef = this.cu.zq;
7037
7037
  }
7038
7038
  de() {
7039
- this.cu.xl.add = this.cu.yw;
7040
- this.cu.xl.ado = this.cu.y4;
7039
+ this.cu.xm.ade = this.cu.yx;
7040
+ this.cu.xm.adp = this.cu.y5;
7041
7041
  }
7042
7042
  cy() {
7043
- this.cu.xl.ad4 = this.cu.zg;
7043
+ this.cu.xm.ad5 = this.cu.zh;
7044
7044
  }
7045
7045
  cw() {
7046
- this.cu.xl.ada = this.cu.yt;
7047
- this.cu.xl.adm = this.cu.y0;
7048
- this.cu.xl.adn = this.cu.y3;
7049
- this.cu.xl.adt = this.cu.y6;
7050
- this.cu.xl.ads = this.cu.y5;
7046
+ this.cu.xm.adb = this.cu.yu;
7047
+ this.cu.xm.adn = this.cu.y1;
7048
+ this.cu.xm.ado = this.cu.y4;
7049
+ this.cu.xm.adu = this.cu.y7;
7050
+ this.cu.xm.adt = this.cu.y6;
7051
7051
  }
7052
7052
  cv() {
7053
- this.cu.xl.adz = this.cu.y8;
7053
+ this.cu.xm.ad0 = this.cu.y9;
7054
7054
  }
7055
7055
  df() {
7056
- this.cu.xl.ado = this.cu.y4;
7056
+ this.cu.xm.adp = this.cu.y5;
7057
7057
  }
7058
7058
  cx() {
7059
- this.cu.xl.adm = this.cu.y0;
7059
+ this.cu.xm.adn = this.cu.y1;
7060
7060
  }
7061
7061
  c1() {
7062
- this.cu.xl.adn = this.cu.y3;
7062
+ this.cu.xm.ado = this.cu.y4;
7063
7063
  }
7064
7064
  c0() {
7065
- this.cu.xl.adt = this.cu.y6;
7065
+ this.cu.xm.adu = this.cu.y7;
7066
7066
  }
7067
7067
  cz() {
7068
- this.cu.xl.ads = this.cu.y5;
7068
+ this.cu.xm.adt = this.cu.y6;
7069
7069
  }
7070
7070
  }
7071
7071
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -7078,9 +7078,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
7078
7078
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
7079
7079
  constructor() {
7080
7080
  super();
7081
- this.yu = null;
7081
+ this.yv = null;
7082
+ this.y0 = false;
7082
7083
  this.yz = false;
7083
- this.yy = false;
7084
7084
  this.assigningScatterStyle = null;
7085
7085
  this.assigningScatterMarkerStyle = null;
7086
7086
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -7094,112 +7094,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
7094
7094
  ct() {
7095
7095
  return new GeographicProportionalSymbolSeriesView(this);
7096
7096
  }
7097
- rh(a) {
7098
- super.rh(a);
7099
- this.yx = a;
7097
+ ri(a) {
7098
+ super.ri(a);
7099
+ this.yy = a;
7100
7100
  }
7101
- jt() {
7101
+ ju() {
7102
7102
  return 0.7;
7103
7103
  }
7104
- xk() {
7104
+ xl() {
7105
7105
  return new BubbleSeries();
7106
7106
  }
7107
7107
  get_fh() {
7108
7108
  return true;
7109
7109
  }
7110
- rq(a, b, c, d) {
7111
- super.rq(a, b, c, d);
7110
+ rr(a, b, c, d) {
7111
+ super.rr(a, b, c, d);
7112
7112
  switch (b) {
7113
7113
  case "SeriesViewer":
7114
- this.yx.da();
7114
+ this.yy.da();
7115
7115
  break;
7116
7116
  case GeographicProportionalSymbolSeries.$$p[9]:
7117
- this.yx.c3();
7117
+ this.yy.c3();
7118
7118
  break;
7119
7119
  case GeographicProportionalSymbolSeries.$$p[8]:
7120
- this.yx.c2();
7120
+ this.yy.c2();
7121
7121
  break;
7122
7122
  case "XAxis":
7123
- this.yx.db();
7123
+ this.yy.db();
7124
7124
  break;
7125
7125
  case "YAxis":
7126
- this.yx.dc();
7126
+ this.yy.dc();
7127
7127
  break;
7128
7128
  case GeographicProportionalSymbolSeries.$$p[13]:
7129
- this.yx.dd();
7129
+ this.yy.dd();
7130
7130
  break;
7131
7131
  case GeographicProportionalSymbolSeries.$$p[14]:
7132
- this.yx.de();
7132
+ this.yy.de();
7133
7133
  break;
7134
7134
  case GeographicProportionalSymbolSeries.$$p[15]:
7135
- this.yx.df();
7135
+ this.yy.df();
7136
7136
  break;
7137
7137
  case GeographicProportionalSymbolSeries.$$p[7]:
7138
- this.yx.cy();
7138
+ this.yy.cy();
7139
7139
  break;
7140
7140
  case GeographicProportionalSymbolSeries.$$p[0]:
7141
- this.yx.cv();
7141
+ this.yy.cv();
7142
7142
  break;
7143
7143
  case GeographicProportionalSymbolSeries.$$p[1]:
7144
- this.yx.cw();
7144
+ this.yy.cw();
7145
7145
  break;
7146
7146
  case GeographicProportionalSymbolSeries.$$p[2]:
7147
- this.yx.cx();
7147
+ this.yy.cx();
7148
7148
  break;
7149
7149
  case GeographicProportionalSymbolSeries.$$p[12]:
7150
- this.yx.c1();
7150
+ this.yy.c1();
7151
7151
  break;
7152
7152
  case GeographicProportionalSymbolSeries.$$p[11]:
7153
- this.yx.c0();
7153
+ this.yy.c0();
7154
7154
  break;
7155
7155
  case GeographicProportionalSymbolSeries.$$p[10]:
7156
- this.yx.cz();
7156
+ this.yy.cz();
7157
7157
  break;
7158
7158
  case GeographicProportionalSymbolSeries.$$p[4]:
7159
- this.xl.aaa = this.y2;
7160
- this.yz = this.y2;
7161
- if (this.y2) {
7162
- let e = this.xl;
7163
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
7159
+ this.xm.aab = this.y3;
7160
+ this.y0 = this.y3;
7161
+ if (this.y3) {
7162
+ let e = this.xm;
7163
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zv));
7164
7164
  }
7165
7165
  else {
7166
- let f = this.xl;
7167
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
7166
+ let f = this.xm;
7167
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zv));
7168
7168
  }
7169
7169
  break;
7170
7170
  case GeographicProportionalSymbolSeries.$$p[3]:
7171
- this.xl.z9 = this.y1;
7172
- this.yy = this.y1;
7173
- if (this.y2) {
7174
- let g = this.xl;
7175
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
7171
+ this.xm.aaa = this.y2;
7172
+ this.yz = this.y2;
7173
+ if (this.y3) {
7174
+ let g = this.xm;
7175
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zu));
7176
7176
  }
7177
7177
  else {
7178
- let h = this.xl;
7179
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
7178
+ let h = this.xm;
7179
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zu));
7180
7180
  }
7181
7181
  break;
7182
7182
  case GeographicProportionalSymbolSeries.$$p[5]:
7183
- this.xl.zt = this.yv;
7183
+ this.xm.zu = this.yw;
7184
7184
  break;
7185
7185
  case GeographicProportionalSymbolSeries.$$p[6]:
7186
- this.xl.aat = this.y7;
7186
+ this.xm.aau = this.y8;
7187
7187
  break;
7188
7188
  }
7189
7189
  }
7190
- zu(a, b) {
7190
+ zv(a, b) {
7191
7191
  if (this.assigningScatterStyle != null) {
7192
7192
  this.assigningScatterStyle(this, b);
7193
7193
  }
7194
7194
  }
7195
- zt(a, b) {
7195
+ zu(a, b) {
7196
7196
  if (this.assigningScatterMarkerStyle != null) {
7197
7197
  this.assigningScatterMarkerStyle(this, b);
7198
7198
  }
7199
7199
  }
7200
7200
  }
7201
7201
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7202
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
7202
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y9:zw', [2], 'FillScale:yu:zx', [BrushScale.$], 'FillScaleUseGlobalValues:y1:zy', [0, false], 'IsCustomScatterMarkerStyleAllowed:y2:zz', [0, false], 'IsCustomScatterStyleAllowed:y3:z0', [0, false], 'ItemSearchMode:yw:z1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y8:z2', [1, 10000], 'LabelMemberPath:zh:z3', [2], 'LatitudeMemberPath:zj:z4', [2, null], 'LongitudeMemberPath:zl:z5', [2, null], 'MarkerBrushBrightness:y6:z6', [1, NaN], 'MarkerOutlineBrightness:y7:z7', [1, NaN], 'MarkerOutlineUsesFillScale:y4:z8', [0, false], 'RadiusMemberPath:zq:z9', [2, null], 'RadiusScale:yx:aaa', [SizeScale.$], 'RadiusScaleUseGlobalValues:y5:aab', [0, false]]);
7203
7203
  return GeographicProportionalSymbolSeries;
7204
7204
  })();
7205
7205
 
@@ -7240,34 +7240,34 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7240
7240
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7241
7241
  */
7242
7242
  get latitudeMemberPath() {
7243
- return this.i.zi;
7243
+ return this.i.zj;
7244
7244
  }
7245
7245
  set latitudeMemberPath(v) {
7246
- this.i.zi = v;
7246
+ this.i.zj = v;
7247
7247
  }
7248
7248
  /**
7249
7249
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7250
7250
  */
7251
7251
  get longitudeMemberPath() {
7252
- return this.i.zk;
7252
+ return this.i.zl;
7253
7253
  }
7254
7254
  set longitudeMemberPath(v) {
7255
- this.i.zk = v;
7255
+ this.i.zl = v;
7256
7256
  }
7257
7257
  /**
7258
7258
  * Gets or sets the radius mapping property for the current series object.
7259
7259
  */
7260
7260
  get radiusMemberPath() {
7261
- return this.i.zp;
7261
+ return this.i.zq;
7262
7262
  }
7263
7263
  set radiusMemberPath(v) {
7264
- this.i.zp = v;
7264
+ this.i.zq = v;
7265
7265
  }
7266
7266
  /**
7267
7267
  * Gets or sets the radius size scale for the bubbles.
7268
7268
  */
7269
7269
  get radiusScale() {
7270
- const r = this.i.yw;
7270
+ const r = this.i.yx;
7271
7271
  if (r == null) {
7272
7272
  return null;
7273
7273
  }
@@ -7283,31 +7283,31 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7283
7283
  set radiusScale(v) {
7284
7284
  if (v != null && this._stylingContainer && v._styling)
7285
7285
  v._styling(this._stylingContainer, this, this);
7286
- v == null ? this.i.yw = null : this.i.yw = v.i;
7286
+ v == null ? this.i.yx = null : this.i.yx = v.i;
7287
7287
  }
7288
7288
  /**
7289
7289
  * Gets or sets the Label mapping property for the current series object.
7290
7290
  */
7291
7291
  get labelMemberPath() {
7292
- return this.i.zg;
7292
+ return this.i.zh;
7293
7293
  }
7294
7294
  set labelMemberPath(v) {
7295
- this.i.zg = v;
7295
+ this.i.zh = v;
7296
7296
  }
7297
7297
  /**
7298
7298
  * Gets or sets the fill mapping property for the current series object.
7299
7299
  */
7300
7300
  get fillMemberPath() {
7301
- return this.i.y8;
7301
+ return this.i.y9;
7302
7302
  }
7303
7303
  set fillMemberPath(v) {
7304
- this.i.y8 = v;
7304
+ this.i.y9 = v;
7305
7305
  }
7306
7306
  /**
7307
7307
  * Gets or sets the brush scale for the marker brush.
7308
7308
  */
7309
7309
  get fillScale() {
7310
- const r = this.i.yt;
7310
+ const r = this.i.yu;
7311
7311
  if (r == null) {
7312
7312
  return null;
7313
7313
  }
@@ -7323,93 +7323,93 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7323
7323
  set fillScale(v) {
7324
7324
  if (v != null && this._stylingContainer && v._styling)
7325
7325
  v._styling(this._stylingContainer, this, this);
7326
- v == null ? this.i.yt = null : this.i.yt = v.i;
7326
+ v == null ? this.i.yu = null : this.i.yu = v.i;
7327
7327
  }
7328
7328
  /**
7329
7329
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
7330
7330
  * This setting applies only if multiple series are using the same FillScale.
7331
7331
  */
7332
7332
  get fillScaleUseGlobalValues() {
7333
- return this.i.y0;
7333
+ return this.i.y1;
7334
7334
  }
7335
7335
  set fillScaleUseGlobalValues(v) {
7336
- this.i.y0 = ensureBool(v);
7336
+ this.i.y1 = ensureBool(v);
7337
7337
  }
7338
7338
  /**
7339
7339
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
7340
7340
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7341
7341
  */
7342
7342
  get markerOutlineUsesFillScale() {
7343
- return this.i.y3;
7343
+ return this.i.y4;
7344
7344
  }
7345
7345
  set markerOutlineUsesFillScale(v) {
7346
- this.i.y3 = ensureBool(v);
7346
+ this.i.y4 = ensureBool(v);
7347
7347
  }
7348
7348
  /**
7349
7349
  * 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
7350
7350
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7351
7351
  */
7352
7352
  get markerOutlineBrightness() {
7353
- return this.i.y6;
7353
+ return this.i.y7;
7354
7354
  }
7355
7355
  set markerOutlineBrightness(v) {
7356
- this.i.y6 = +v;
7356
+ this.i.y7 = +v;
7357
7357
  }
7358
7358
  /**
7359
7359
  * 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
7360
7360
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
7361
7361
  */
7362
7362
  get markerBrushBrightness() {
7363
- return this.i.y5;
7363
+ return this.i.y6;
7364
7364
  }
7365
7365
  set markerBrushBrightness(v) {
7366
- this.i.y5 = +v;
7366
+ this.i.y6 = +v;
7367
7367
  }
7368
7368
  /**
7369
7369
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
7370
7370
  * This setting applies only if multiple series are using the same RadiusScale.
7371
7371
  */
7372
7372
  get radiusScaleUseGlobalValues() {
7373
- return this.i.y4;
7373
+ return this.i.y5;
7374
7374
  }
7375
7375
  set radiusScaleUseGlobalValues(v) {
7376
- this.i.y4 = ensureBool(v);
7376
+ this.i.y5 = ensureBool(v);
7377
7377
  }
7378
7378
  /**
7379
7379
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7380
7380
  */
7381
7381
  get isCustomScatterStyleAllowed() {
7382
- return this.i.y2;
7382
+ return this.i.y3;
7383
7383
  }
7384
7384
  set isCustomScatterStyleAllowed(v) {
7385
- this.i.y2 = ensureBool(v);
7385
+ this.i.y3 = ensureBool(v);
7386
7386
  }
7387
7387
  /**
7388
7388
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7389
7389
  */
7390
7390
  get isCustomScatterMarkerStyleAllowed() {
7391
- return this.i.y1;
7391
+ return this.i.y2;
7392
7392
  }
7393
7393
  set isCustomScatterMarkerStyleAllowed(v) {
7394
- this.i.y1 = ensureBool(v);
7394
+ this.i.y2 = ensureBool(v);
7395
7395
  }
7396
7396
  /**
7397
7397
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7398
7398
  */
7399
7399
  get itemSearchMode() {
7400
- return this.i.yv;
7400
+ return this.i.yw;
7401
7401
  }
7402
7402
  set itemSearchMode(v) {
7403
- this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
7403
+ this.i.yw = ensureEnum(ScatterItemSearchMode_$type, v);
7404
7404
  }
7405
7405
  /**
7406
7406
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7407
7407
  */
7408
7408
  get itemSearchThreshold() {
7409
- return this.i.y7;
7409
+ return this.i.y8;
7410
7410
  }
7411
7411
  set itemSearchThreshold(v) {
7412
- this.i.y7 = +v;
7412
+ this.i.y8 = +v;
7413
7413
  }
7414
7414
  findByName(name) {
7415
7415
  var baseResult = super.findByName(name);
@@ -7600,40 +7600,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7600
7600
  }
7601
7601
  }
7602
7602
  ci() {
7603
- let a = this.cu.xl;
7603
+ let a = this.cu.xm;
7604
7604
  super.ci();
7605
- a.abe = this.cu.y9;
7606
- a.abm = this.cu.y7;
7607
- a.xv = this.cu.xv;
7608
- a.yn = this.cu.yb;
7609
- a.x4 = this.cu.xw;
7605
+ a.abf = this.cu.za;
7606
+ a.abn = this.cu.y8;
7607
+ a.xw = this.cu.xw;
7608
+ a.yo = this.cu.yc;
7609
+ a.x5 = this.cu.xx;
7610
7610
  }
7611
7611
  cw() {
7612
- this.cu.xl.abe = this.cu.y9;
7612
+ this.cu.xm.abf = this.cu.za;
7613
7613
  }
7614
7614
  cv() {
7615
- this.cu.xl.abm = this.cu.y7;
7615
+ this.cu.xm.abn = this.cu.y8;
7616
7616
  }
7617
7617
  c2() {
7618
- this.cu.xl.xv = this.cu.xv;
7618
+ this.cu.xm.xw = this.cu.xw;
7619
7619
  }
7620
7620
  c0() {
7621
- this.cu.xl.yn = this.cu.yb;
7621
+ this.cu.xm.yo = this.cu.yc;
7622
7622
  }
7623
7623
  c1() {
7624
- this.cu.xl.x4 = this.cu.xw;
7624
+ this.cu.xm.x5 = this.cu.xx;
7625
7625
  }
7626
7626
  c3() {
7627
- this.cu.xl.aau = this.cu.xx;
7627
+ this.cu.xm.aav = this.cu.xy;
7628
7628
  }
7629
7629
  c5() {
7630
- this.cu.xl.xAxis = this.cu.dc.zh;
7630
+ this.cu.xm.xAxis = this.cu.dc.zh;
7631
7631
  }
7632
7632
  c6() {
7633
- this.cu.xl.yAxis = this.cu.dc.zj;
7633
+ this.cu.xm.yAxis = this.cu.dc.zj;
7634
7634
  }
7635
7635
  c4() {
7636
- let a = this.cu.xl;
7636
+ let a = this.cu.xm;
7637
7637
  if (this.cu.dc == null) {
7638
7638
  a.xAxis = null;
7639
7639
  a.yAxis = null;
@@ -7643,13 +7643,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7643
7643
  a.yAxis = this.cu.dc.zj;
7644
7644
  }
7645
7645
  cy() {
7646
- this.cu.xl.ze = this.cu.yt;
7646
+ this.cu.xm.zf = this.cu.yu;
7647
7647
  }
7648
7648
  cx() {
7649
- this.cu.xl.y4 = this.cu.yp;
7649
+ this.cu.xm.y5 = this.cu.yq;
7650
7650
  }
7651
7651
  cz() {
7652
- this.cu.xl.y5 = this.cu.yq;
7652
+ this.cu.xm.y6 = this.cu.yr;
7653
7653
  }
7654
7654
  }
7655
7655
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -7662,9 +7662,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7662
7662
  class GeographicSymbolSeries extends GeographicMarkerSeries {
7663
7663
  constructor() {
7664
7664
  super();
7665
- this.yv = null;
7665
+ this.yw = null;
7666
+ this.yz = false;
7666
7667
  this.yy = false;
7667
- this.yx = false;
7668
7668
  this.assigningScatterStyle = null;
7669
7669
  this.assigningScatterMarkerStyle = null;
7670
7670
  this.ab = GeographicSymbolSeries.$;
@@ -7678,85 +7678,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7678
7678
  ct() {
7679
7679
  return new GeographicSymbolSeriesView(this);
7680
7680
  }
7681
- rh(a) {
7682
- super.rh(a);
7683
- this.yw = a;
7681
+ ri(a) {
7682
+ super.ri(a);
7683
+ this.yx = a;
7684
7684
  }
7685
- jt() {
7685
+ ju() {
7686
7686
  return 0.7;
7687
7687
  }
7688
- xk() {
7688
+ xl() {
7689
7689
  return new ScatterSeries();
7690
7690
  }
7691
7691
  get_fh() {
7692
7692
  return true;
7693
7693
  }
7694
- rq(a, b, c, d) {
7695
- super.rq(a, b, c, d);
7694
+ rr(a, b, c, d) {
7695
+ super.rr(a, b, c, d);
7696
7696
  switch (b) {
7697
7697
  case "SeriesViewer":
7698
- this.yw.c4();
7698
+ this.yx.c4();
7699
7699
  break;
7700
7700
  case GeographicSymbolSeries.$$p[5]:
7701
- this.yw.cw();
7701
+ this.yx.cw();
7702
7702
  break;
7703
7703
  case GeographicSymbolSeries.$$p[4]:
7704
- this.yw.cv();
7704
+ this.yx.cv();
7705
7705
  break;
7706
7706
  case GeographicSymbolSeries.$$p[6]:
7707
- this.yw.cy();
7707
+ this.yx.cy();
7708
7708
  break;
7709
7709
  case "XAxis":
7710
- this.yw.c5();
7710
+ this.yx.c5();
7711
7711
  break;
7712
7712
  case "YAxis":
7713
- this.yw.c6();
7713
+ this.yx.c6();
7714
7714
  break;
7715
7715
  case GeographicSymbolSeries.$$p[1]:
7716
- this.xl.aaa = this.y0;
7717
- this.yy = this.y0;
7718
- if (this.y0) {
7719
- let e = this.xl;
7720
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
7716
+ this.xm.aab = this.y1;
7717
+ this.yz = this.y1;
7718
+ if (this.y1) {
7719
+ let e = this.xm;
7720
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
7721
7721
  }
7722
7722
  else {
7723
- let f = this.xl;
7724
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
7723
+ let f = this.xm;
7724
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
7725
7725
  }
7726
7726
  break;
7727
7727
  case GeographicSymbolSeries.$$p[0]:
7728
- this.xl.z9 = this.yz;
7729
- this.yx = this.yz;
7730
- if (this.y0) {
7731
- let g = this.xl;
7732
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
7728
+ this.xm.aaa = this.y0;
7729
+ this.yy = this.y0;
7730
+ if (this.y1) {
7731
+ let g = this.xm;
7732
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
7733
7733
  }
7734
7734
  else {
7735
- let h = this.xl;
7736
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
7735
+ let h = this.xm;
7736
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
7737
7737
  }
7738
7738
  break;
7739
7739
  case GeographicSymbolSeries.$$p[2]:
7740
- this.xl.zt = this.yu;
7740
+ this.xm.zu = this.yv;
7741
7741
  break;
7742
7742
  case GeographicSymbolSeries.$$p[3]:
7743
- this.xl.aat = this.y2;
7743
+ this.xm.aau = this.y3;
7744
7744
  break;
7745
7745
  }
7746
7746
  }
7747
- ze(a, b) {
7747
+ zf(a, b) {
7748
7748
  if (this.assigningScatterStyle != null) {
7749
7749
  this.assigningScatterStyle(this, b);
7750
7750
  }
7751
7751
  }
7752
- zd(a, b) {
7752
+ ze(a, b) {
7753
7753
  if (this.assigningScatterMarkerStyle != null) {
7754
7754
  this.assigningScatterMarkerStyle(this, b);
7755
7755
  }
7756
7756
  }
7757
7757
  }
7758
7758
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
7759
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
7759
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
7760
7760
  return GeographicSymbolSeries;
7761
7761
  })();
7762
7762
 
@@ -7797,64 +7797,64 @@ let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
7797
7797
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7798
7798
  */
7799
7799
  get latitudeMemberPath() {
7800
- return this.i.y7;
7800
+ return this.i.y8;
7801
7801
  }
7802
7802
  set latitudeMemberPath(v) {
7803
- this.i.y7 = v;
7803
+ this.i.y8 = v;
7804
7804
  }
7805
7805
  /**
7806
7806
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7807
7807
  */
7808
7808
  get longitudeMemberPath() {
7809
- return this.i.y9;
7809
+ return this.i.za;
7810
7810
  }
7811
7811
  set longitudeMemberPath(v) {
7812
- this.i.y9 = v;
7812
+ this.i.za = v;
7813
7813
  }
7814
7814
  /**
7815
7815
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
7816
7816
  */
7817
7817
  get markerCollisionAvoidance() {
7818
- return this.i.yt;
7818
+ return this.i.yu;
7819
7819
  }
7820
7820
  set markerCollisionAvoidance(v) {
7821
- this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
7821
+ this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
7822
7822
  }
7823
7823
  /**
7824
7824
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7825
7825
  */
7826
7826
  get isCustomScatterStyleAllowed() {
7827
- return this.i.y0;
7827
+ return this.i.y1;
7828
7828
  }
7829
7829
  set isCustomScatterStyleAllowed(v) {
7830
- this.i.y0 = ensureBool(v);
7830
+ this.i.y1 = ensureBool(v);
7831
7831
  }
7832
7832
  /**
7833
7833
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7834
7834
  */
7835
7835
  get isCustomScatterMarkerStyleAllowed() {
7836
- return this.i.yz;
7836
+ return this.i.y0;
7837
7837
  }
7838
7838
  set isCustomScatterMarkerStyleAllowed(v) {
7839
- this.i.yz = ensureBool(v);
7839
+ this.i.y0 = ensureBool(v);
7840
7840
  }
7841
7841
  /**
7842
7842
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7843
7843
  */
7844
7844
  get itemSearchMode() {
7845
- return this.i.yu;
7845
+ return this.i.yv;
7846
7846
  }
7847
7847
  set itemSearchMode(v) {
7848
- this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
7848
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
7849
7849
  }
7850
7850
  /**
7851
7851
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7852
7852
  */
7853
7853
  get itemSearchThreshold() {
7854
- return this.i.y2;
7854
+ return this.i.y3;
7855
7855
  }
7856
7856
  set itemSearchThreshold(v) {
7857
- this.i.y2 = +v;
7857
+ this.i.y3 = +v;
7858
7858
  }
7859
7859
  /**
7860
7860
  * Event raised when Assigning Category Style
@@ -8018,56 +8018,56 @@ let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
8018
8018
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8019
8019
  */
8020
8020
  get longitudeMemberPath() {
8021
- return this.i.xx;
8021
+ return this.i.xy;
8022
8022
  }
8023
8023
  set longitudeMemberPath(v) {
8024
- this.i.xx = v;
8024
+ this.i.xy = v;
8025
8025
  }
8026
8026
  /**
8027
8027
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8028
8028
  */
8029
8029
  get latitudeMemberPath() {
8030
- return this.i.xv;
8030
+ return this.i.xw;
8031
8031
  }
8032
8032
  set latitudeMemberPath(v) {
8033
- this.i.xv = v;
8033
+ this.i.xw = v;
8034
8034
  }
8035
8035
  /**
8036
8036
  * The source of triangulation data.
8037
8037
  * 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.
8038
8038
  */
8039
8039
  get trianglesSource() {
8040
- return this.i.xu;
8040
+ return this.i.xv;
8041
8041
  }
8042
8042
  set trianglesSource(v) {
8043
- this.i.xu = v;
8043
+ this.i.xv = v;
8044
8044
  }
8045
8045
  /**
8046
8046
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8047
8047
  */
8048
8048
  get triangleVertexMemberPath1() {
8049
- return this.i.x0;
8049
+ return this.i.x1;
8050
8050
  }
8051
8051
  set triangleVertexMemberPath1(v) {
8052
- this.i.x0 = v;
8052
+ this.i.x1 = v;
8053
8053
  }
8054
8054
  /**
8055
8055
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8056
8056
  */
8057
8057
  get triangleVertexMemberPath2() {
8058
- return this.i.x2;
8058
+ return this.i.x3;
8059
8059
  }
8060
8060
  set triangleVertexMemberPath2(v) {
8061
- this.i.x2 = v;
8061
+ this.i.x3 = v;
8062
8062
  }
8063
8063
  /**
8064
8064
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8065
8065
  */
8066
8066
  get triangleVertexMemberPath3() {
8067
- return this.i.x4;
8067
+ return this.i.x5;
8068
8068
  }
8069
8069
  set triangleVertexMemberPath3(v) {
8070
- this.i.x4 = v;
8070
+ this.i.x5 = v;
8071
8071
  }
8072
8072
  }
8073
8073
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
@@ -8130,16 +8130,16 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8130
8130
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8131
8131
  */
8132
8132
  get colorMemberPath() {
8133
- return this.i.yj;
8133
+ return this.i.yk;
8134
8134
  }
8135
8135
  set colorMemberPath(v) {
8136
- this.i.yj = v;
8136
+ this.i.yk = v;
8137
8137
  }
8138
8138
  /**
8139
8139
  * The ColorScale used to resolve the color values of points in the series.
8140
8140
  */
8141
8141
  get colorScale() {
8142
- const r = this.i.ye;
8142
+ const r = this.i.yf;
8143
8143
  if (r == null) {
8144
8144
  return null;
8145
8145
  }
@@ -8155,13 +8155,13 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8155
8155
  set colorScale(v) {
8156
8156
  if (v != null && this._stylingContainer && v._styling)
8157
8157
  v._styling(this._stylingContainer, this, this);
8158
- v == null ? this.i.ye = null : this.i.ye = v.i;
8158
+ v == null ? this.i.yf = null : this.i.yf = v.i;
8159
8159
  }
8160
8160
  /**
8161
8161
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8162
8162
  */
8163
8163
  get actualColorScale() {
8164
- const r = this.i.yd;
8164
+ const r = this.i.ye;
8165
8165
  if (r == null) {
8166
8166
  return null;
8167
8167
  }
@@ -8177,7 +8177,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8177
8177
  set actualColorScale(v) {
8178
8178
  if (v != null && this._stylingContainer && v._styling)
8179
8179
  v._styling(this._stylingContainer, this, this);
8180
- v == null ? this.i.yd = null : this.i.yd = v.i;
8180
+ v == null ? this.i.ye = null : this.i.ye = v.i;
8181
8181
  }
8182
8182
  findByName(name) {
8183
8183
  var baseResult = super.findByName(name);
@@ -8208,7 +8208,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8208
8208
 
8209
8209
  */
8210
8210
  updateActualColorScale() {
8211
- this.i.yo();
8211
+ this.i.yp();
8212
8212
  }
8213
8213
  /**
8214
8214
  * Raised when the status of an ongoing Triangulation has changed.
@@ -8325,71 +8325,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
8325
8325
  }
8326
8326
  ci() {
8327
8327
  super.ci();
8328
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
8329
- a.zu = this.cu.ya;
8330
- a.z2 = this.cu.x8;
8328
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
8329
+ a.zv = this.cu.yb;
8330
+ a.z3 = this.cu.x9;
8331
+ a.x8 = this.cu.xy;
8331
8332
  a.x7 = this.cu.xx;
8332
- a.x6 = this.cu.xw;
8333
- a.ge = this.cu.xv;
8333
+ a.gf = this.cu.xw;
8334
+ a.y3 = this.cu.x0;
8334
8335
  a.y2 = this.cu.xz;
8335
- a.y1 = this.cu.xy;
8336
+ a.aa1 = this.cu.yu;
8336
8337
  a.aa0 = this.cu.yt;
8337
- a.aaz = this.cu.ys;
8338
- a.ze = this.cu.x2;
8338
+ a.zf = this.cu.x3;
8339
8339
  }
8340
8340
  c0() {
8341
- this.cu.xl.zu = this.cu.ya;
8341
+ this.cu.xm.zv = this.cu.yb;
8342
8342
  }
8343
8343
  cz() {
8344
- this.cu.xl.z2 = this.cu.x8;
8344
+ this.cu.xm.z3 = this.cu.x9;
8345
8345
  }
8346
8346
  c5() {
8347
- this.cu.xl.x7 = this.cu.xx;
8347
+ this.cu.xm.x8 = this.cu.xy;
8348
8348
  }
8349
8349
  c3() {
8350
- this.cu.xl.x6 = this.cu.xw;
8350
+ this.cu.xm.x7 = this.cu.xx;
8351
8351
  }
8352
8352
  c1() {
8353
- this.cu.xl.ge = this.cu.xv;
8353
+ this.cu.xm.gf = this.cu.xw;
8354
8354
  }
8355
8355
  cy() {
8356
- this.cu.xl.y2 = this.cu.xz;
8356
+ this.cu.xm.y3 = this.cu.x0;
8357
8357
  }
8358
8358
  cw() {
8359
- this.cu.xl.y1 = this.cu.xy;
8359
+ this.cu.xm.y2 = this.cu.xz;
8360
8360
  }
8361
8361
  c4() {
8362
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
8362
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
8363
8363
  if (this.cu.dc == null) {
8364
- a.xq = null;
8365
- a.xs = null;
8364
+ a.xr = null;
8365
+ a.xt = null;
8366
8366
  return;
8367
8367
  }
8368
- a.xq = this.cu.dc.zh;
8369
- a.xs = this.cu.dc.zj;
8368
+ a.xr = this.cu.dc.zh;
8369
+ a.xt = this.cu.dc.zj;
8370
8370
  }
8371
8371
  c6() {
8372
- this.cu.xl.xq = this.cu.dc.zh;
8372
+ this.cu.xm.xr = this.cu.dc.zh;
8373
8373
  }
8374
8374
  c7() {
8375
- this.cu.xl.xs = this.cu.dc.zj;
8375
+ this.cu.xm.xt = this.cu.dc.zj;
8376
8376
  }
8377
8377
  cx() {
8378
- this.cu.xl.aa0 = this.cu.yt;
8378
+ this.cu.xm.aa1 = this.cu.yu;
8379
8379
  }
8380
8380
  cv() {
8381
- this.cu.xl.aaz = this.cu.ys;
8381
+ this.cu.xm.aa0 = this.cu.yt;
8382
8382
  }
8383
8383
  c2() {
8384
- this.cu.xl.ze = this.cu.x2;
8384
+ this.cu.xm.zf = this.cu.x3;
8385
8385
  }
8386
8386
  a4() {
8387
8387
  super.a4();
8388
8388
  if (!this.t) {
8389
- this.cu.yt = Defaults.bf;
8390
- this.cu.ys = Defaults.be;
8391
- this.cu.vz = Defaults.ba;
8392
- this.cu.wf = Defaults.a9;
8389
+ this.cu.yu = Defaults.bf;
8390
+ this.cu.yt = Defaults.be;
8391
+ this.cu.v0 = Defaults.ba;
8392
+ this.cu.wg = Defaults.a9;
8393
8393
  }
8394
8394
  }
8395
8395
  }
@@ -8403,113 +8403,113 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
8403
8403
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
8404
8404
  constructor() {
8405
8405
  super();
8406
- this.xt = null;
8406
+ this.xu = null;
8407
8407
  this.progressiveLoadStatusChanged = null;
8408
- this.x1 = 0;
8408
+ this.x2 = 0;
8409
8409
  this.ab = GeographicHighDensityScatterSeries.$;
8410
8410
  }
8411
8411
  bk() {
8412
8412
  return new GeographicHighDensityScatterSeries();
8413
8413
  }
8414
- js() {
8415
- if (!isNaN_(this.jr)) {
8416
- return super.js();
8414
+ jt() {
8415
+ if (!isNaN_(this.js)) {
8416
+ return super.jt();
8417
8417
  }
8418
8418
  return Defaults.ad;
8419
8419
  }
8420
- get_fr() {
8420
+ get_fs() {
8421
8421
  return true;
8422
8422
  }
8423
8423
  ct() {
8424
8424
  return new GeographicHighDensityScatterSeriesView(this);
8425
8425
  }
8426
- rh(a) {
8427
- super.rh(a);
8428
- this.xu = a;
8429
- }
8430
- xk() {
8431
- this.xt = new HighDensityScatterSeries();
8432
- return this.xt;
8426
+ ri(a) {
8427
+ super.ri(a);
8428
+ this.xv = a;
8433
8429
  }
8434
- get x3() {
8435
- return this.x1;
8430
+ xl() {
8431
+ this.xu = new HighDensityScatterSeries();
8432
+ return this.xu;
8436
8433
  }
8437
- set x3(a) {
8438
- let b = this.x1;
8439
- this.x1 = a;
8440
- this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
8434
+ get x4() {
8435
+ return this.x2;
8441
8436
  }
8442
- xq(a, b) {
8443
- super.xq(a, b);
8444
- let c = this.xl;
8445
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
8446
- let d = this.xl;
8447
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
8437
+ set x4(a) {
8438
+ let b = this.x2;
8439
+ this.x2 = a;
8440
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
8448
8441
  }
8449
- yh(a, b) {
8450
- this.x3 = b.currentStatus;
8442
+ xr(a, b) {
8443
+ super.xr(a, b);
8444
+ let c = this.xm;
8445
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
8446
+ let d = this.xm;
8447
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
8448
+ }
8449
+ yi(a, b) {
8450
+ this.x4 = b.currentStatus;
8451
8451
  if (this.progressiveLoadStatusChanged != null) {
8452
8452
  this.progressiveLoadStatusChanged(this, b);
8453
8453
  }
8454
8454
  }
8455
- yg(a, b) {
8456
- if (this.xt == null) {
8455
+ yh(a, b) {
8456
+ if (this.xu == null) {
8457
8457
  return;
8458
8458
  }
8459
8459
  }
8460
- rq(a, b, c, d) {
8461
- super.rq(a, b, c, d);
8460
+ rr(a, b, c, d) {
8461
+ super.rr(a, b, c, d);
8462
8462
  switch (b) {
8463
8463
  case "SeriesViewer":
8464
- this.xu.c4();
8464
+ this.xv.c4();
8465
8465
  break;
8466
8466
  case GeographicHighDensityScatterSeries.$$p[5]:
8467
- this.xu.c0();
8467
+ this.xv.c0();
8468
8468
  break;
8469
8469
  case GeographicHighDensityScatterSeries.$$p[4]:
8470
- this.xu.cz();
8470
+ this.xv.cz();
8471
8471
  break;
8472
8472
  case GeographicHighDensityScatterSeries.$$p[9]:
8473
- this.xu.c5();
8473
+ this.xv.c5();
8474
8474
  break;
8475
8475
  case GeographicHighDensityScatterSeries.$$p[8]:
8476
- this.xu.c3();
8476
+ this.xv.c3();
8477
8477
  break;
8478
8478
  case GeographicHighDensityScatterSeries.$$p[6]:
8479
- this.xu.c1();
8479
+ this.xv.c1();
8480
8480
  break;
8481
8481
  case "XAxis":
8482
- this.xu.c6();
8482
+ this.xv.c6();
8483
8483
  break;
8484
8484
  case "YAxis":
8485
- this.xu.c7();
8485
+ this.xv.c7();
8486
8486
  break;
8487
8487
  case GeographicHighDensityScatterSeries.$$p[3]:
8488
- this.xu.cy();
8488
+ this.xv.cy();
8489
8489
  break;
8490
8490
  case GeographicHighDensityScatterSeries.$$p[1]:
8491
- this.xu.cw();
8491
+ this.xv.cw();
8492
8492
  break;
8493
8493
  case GeographicHighDensityScatterSeries.$$p[2]:
8494
- this.xu.cx();
8494
+ this.xv.cx();
8495
8495
  break;
8496
8496
  case GeographicHighDensityScatterSeries.$$p[0]:
8497
- this.xu.cv();
8497
+ this.xv.cv();
8498
8498
  break;
8499
8499
  case GeographicHighDensityScatterSeries.$$p[7]:
8500
- this.xu.c2();
8500
+ this.xv.c2();
8501
8501
  break;
8502
8502
  }
8503
8503
  }
8504
- get_hd() {
8504
+ get_he() {
8505
8505
  return true;
8506
8506
  }
8507
- set_hd(a) {
8508
- super.set_hd(a);
8507
+ set_he(a) {
8508
+ super.set_he(a);
8509
8509
  }
8510
8510
  }
8511
8511
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
8512
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
8512
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
8513
8513
  return GeographicHighDensityScatterSeries;
8514
8514
  })();
8515
8515
 
@@ -8543,106 +8543,106 @@ let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
8543
8543
  * Gets whether the current series shows pixels.
8544
8544
  */
8545
8545
  get isPixel() {
8546
- return this.i.fr;
8546
+ return this.i.fs;
8547
8547
  }
8548
8548
  /**
8549
8549
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8550
8550
  */
8551
8551
  get latitudeMemberPath() {
8552
- return this.i.x8;
8552
+ return this.i.x9;
8553
8553
  }
8554
8554
  set latitudeMemberPath(v) {
8555
- this.i.x8 = v;
8555
+ this.i.x9 = v;
8556
8556
  }
8557
8557
  /**
8558
8558
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8559
8559
  */
8560
8560
  get longitudeMemberPath() {
8561
- return this.i.ya;
8561
+ return this.i.yb;
8562
8562
  }
8563
8563
  set longitudeMemberPath(v) {
8564
- this.i.ya = v;
8564
+ this.i.yb = v;
8565
8565
  }
8566
8566
  /**
8567
8567
  * Gets or sets the whether to use use brute force mode.
8568
8568
  */
8569
8569
  get useBruteForce() {
8570
- return this.i.xx;
8570
+ return this.i.xy;
8571
8571
  }
8572
8572
  set useBruteForce(v) {
8573
- this.i.xx = ensureBool(v);
8573
+ this.i.xy = ensureBool(v);
8574
8574
  }
8575
8575
  /**
8576
8576
  * Gets or sets the whether to progressively load the data into the chart.
8577
8577
  */
8578
8578
  get progressiveLoad() {
8579
- return this.i.xw;
8579
+ return this.i.xx;
8580
8580
  }
8581
8581
  set progressiveLoad(v) {
8582
- this.i.xw = ensureBool(v);
8582
+ this.i.xx = ensureBool(v);
8583
8583
  }
8584
8584
  /**
8585
8585
  * Gets or sets the whether the chart reacts to mouse move events.
8586
8586
  */
8587
8587
  get mouseOverEnabled() {
8588
- return this.i.xv;
8588
+ return this.i.xw;
8589
8589
  }
8590
8590
  set mouseOverEnabled(v) {
8591
- this.i.xv = ensureBool(v);
8591
+ this.i.xw = ensureBool(v);
8592
8592
  }
8593
8593
  /**
8594
8594
  * Gets or sets the density value that maps to the minimum heat color.
8595
8595
  */
8596
8596
  get heatMinimum() {
8597
- return this.i.xz;
8597
+ return this.i.x0;
8598
8598
  }
8599
8599
  set heatMinimum(v) {
8600
- this.i.xz = +v;
8600
+ this.i.x0 = +v;
8601
8601
  }
8602
8602
  /**
8603
8603
  * Gets or sets the value that maps to the maximum heat color.
8604
8604
  */
8605
8605
  get heatMaximum() {
8606
- return this.i.xy;
8606
+ return this.i.xz;
8607
8607
  }
8608
8608
  set heatMaximum(v) {
8609
- this.i.xy = +v;
8609
+ this.i.xz = +v;
8610
8610
  }
8611
8611
  /**
8612
8612
  * Gets or sets the color to use for the minimum end of the scale.
8613
8613
  */
8614
8614
  get heatMinimumColor() {
8615
- return colorToString(this.i.yt);
8615
+ return colorToString(this.i.yu);
8616
8616
  }
8617
8617
  set heatMinimumColor(v) {
8618
- this.i.yt = stringToColor(v);
8618
+ this.i.yu = stringToColor(v);
8619
8619
  }
8620
8620
  /**
8621
8621
  * Gets or sets the color to use for the maximum end of the scale.
8622
8622
  */
8623
8623
  get heatMaximumColor() {
8624
- return colorToString(this.i.ys);
8624
+ return colorToString(this.i.yt);
8625
8625
  }
8626
8626
  set heatMaximumColor(v) {
8627
- this.i.ys = stringToColor(v);
8627
+ this.i.yt = stringToColor(v);
8628
8628
  }
8629
8629
  /**
8630
8630
  * Gets or sets the the pixel extent of the square data points that are rendered.
8631
8631
  */
8632
8632
  get pointExtent() {
8633
- return this.i.x2;
8633
+ return this.i.x3;
8634
8634
  }
8635
8635
  set pointExtent(v) {
8636
- this.i.x2 = +v;
8636
+ this.i.x3 = +v;
8637
8637
  }
8638
8638
  /**
8639
8639
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
8640
8640
  */
8641
8641
  get progressiveStatus() {
8642
- return this.i.x3;
8642
+ return this.i.x4;
8643
8643
  }
8644
8644
  set progressiveStatus(v) {
8645
- this.i.x3 = +v;
8645
+ this.i.x4 = +v;
8646
8646
  }
8647
8647
  /**
8648
8648
  * Raised when the progressive loading state of the series has changed.
@@ -8790,24 +8790,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
8790
8790
  a4() {
8791
8791
  super.a4();
8792
8792
  if (!this.t) {
8793
- this.c2.jy = Defaults.z;
8793
+ this.c2.jz = Defaults.z;
8794
8794
  }
8795
8795
  }
8796
8796
  ci() {
8797
8797
  super.ci();
8798
- if (this.c2.xl != null) {
8799
- this.c2.yd.zg = this.c2.yg;
8800
- this.c2.yd.zq = this.c2.yk;
8798
+ if (this.c2.xm != null) {
8799
+ this.c2.ye.zh = this.c2.yh;
8800
+ this.c2.ye.zr = this.c2.yl;
8801
8801
  }
8802
8802
  }
8803
8803
  c3() {
8804
- if (this.c2.yd != null) {
8805
- this.c2.yd.zg = this.c2.yg;
8804
+ if (this.c2.ye != null) {
8805
+ this.c2.ye.zh = this.c2.yh;
8806
8806
  }
8807
8807
  }
8808
8808
  c4() {
8809
- if (this.c2.yd != null) {
8810
- this.c2.yd.zq = this.c2.yk;
8809
+ if (this.c2.ye != null) {
8810
+ this.c2.ye.zr = this.c2.yl;
8811
8811
  }
8812
8812
  }
8813
8813
  }
@@ -8827,73 +8827,73 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
8827
8827
  bk() {
8828
8828
  return new GeographicContourLineSeries();
8829
8829
  }
8830
- get_fm() {
8830
+ get_fn() {
8831
8831
  return true;
8832
8832
  }
8833
- xq(a, b) {
8834
- super.xq(a, b);
8833
+ xr(a, b) {
8834
+ super.xr(a, b);
8835
8835
  }
8836
- xk() {
8837
- this.yd = new ScatterContourSeries();
8838
- let a = this.yd;
8839
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
8840
- let b = this.yd;
8841
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
8842
- return this.yd;
8836
+ xl() {
8837
+ this.ye = new ScatterContourSeries();
8838
+ let a = this.ye;
8839
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
8840
+ let b = this.ye;
8841
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
8842
+ return this.ye;
8843
8843
  }
8844
- yn(a, b) {
8844
+ yo(a, b) {
8845
8845
  if (this.triangulationStatusChanged != null) {
8846
8846
  this.triangulationStatusChanged(this, b);
8847
8847
  }
8848
8848
  }
8849
- yo(a, b) {
8850
- let c = typeCast(ScatterContourSeries.$, this.xl);
8849
+ yp(a, b) {
8850
+ let c = typeCast(ScatterContourSeries.$, this.xm);
8851
8851
  if (c == null) {
8852
8852
  return;
8853
8853
  }
8854
8854
  if (b.propertyName == "ActualFillScale") {
8855
- this.yf = c.zf;
8855
+ this.yg = c.zg;
8856
8856
  }
8857
8857
  }
8858
- sz() {
8859
- super.sz();
8858
+ s0() {
8859
+ super.s0();
8860
8860
  }
8861
8861
  ct() {
8862
8862
  return new GeographicContourLineSeriesView(this);
8863
8863
  }
8864
- rh(a) {
8865
- super.rh(a);
8866
- this.yh = a;
8864
+ ri(a) {
8865
+ super.ri(a);
8866
+ this.yi = a;
8867
8867
  }
8868
- rq(a, b, c, d) {
8869
- super.rq(a, b, c, d);
8868
+ rr(a, b, c, d) {
8869
+ super.rr(a, b, c, d);
8870
8870
  switch (b) {
8871
8871
  case GeographicContourLineSeries.$$p[1]:
8872
- this.yh.c3();
8872
+ this.yi.c3();
8873
8873
  break;
8874
8874
  case GeographicContourLineSeries.$$p[2]:
8875
- this.yh.c4();
8875
+ this.yi.c4();
8876
8876
  break;
8877
8877
  case GeographicContourLineSeries.$$p[3]:
8878
- this.yd.zd = this.yc;
8878
+ this.ye.ze = this.yd;
8879
8879
  break;
8880
8880
  case "DashArray":
8881
- this.yd.wm = this.wm;
8881
+ this.ye.wn = this.wn;
8882
8882
  break;
8883
8883
  case "DashCap":
8884
- this.yd.wn = this.wn;
8884
+ this.ye.wo = this.wo;
8885
8885
  break;
8886
8886
  case "MiterLimit":
8887
- this.yd.jp = this.jp;
8887
+ this.ye.jq = this.jq;
8888
8888
  break;
8889
8889
  case "LineJoin":
8890
- this.yd.wp = this.wp;
8890
+ this.ye.wq = this.wq;
8891
8891
  break;
8892
8892
  }
8893
8893
  }
8894
8894
  }
8895
8895
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
8896
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
8896
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [ValueBrushScale.$, null], 'FillScale:yh:yr', [ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [ContourValueResolver.$, null]]);
8897
8897
  return GeographicContourLineSeries;
8898
8898
  })();
8899
8899
 
@@ -8926,22 +8926,22 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8926
8926
  * Gets whether the current series shows a line contour shape.
8927
8927
  */
8928
8928
  get isLineContour() {
8929
- return this.i.fm;
8929
+ return this.i.fn;
8930
8930
  }
8931
8931
  /**
8932
8932
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
8933
8933
  */
8934
8934
  get valueMemberPath() {
8935
- return this.i.yk;
8935
+ return this.i.yl;
8936
8936
  }
8937
8937
  set valueMemberPath(v) {
8938
- this.i.yk = v;
8938
+ this.i.yl = v;
8939
8939
  }
8940
8940
  /**
8941
8941
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
8942
8942
  */
8943
8943
  get fillScale() {
8944
- const r = this.i.yg;
8944
+ const r = this.i.yh;
8945
8945
  if (r == null) {
8946
8946
  return null;
8947
8947
  }
@@ -8957,13 +8957,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8957
8957
  set fillScale(v) {
8958
8958
  if (v != null && this._stylingContainer && v._styling)
8959
8959
  v._styling(this._stylingContainer, this, this);
8960
- v == null ? this.i.yg = null : this.i.yg = v.i;
8960
+ v == null ? this.i.yh = null : this.i.yh = v.i;
8961
8961
  }
8962
8962
  /**
8963
8963
  * Gets actual fill scale that is set on the FillScale property or default FillScale
8964
8964
  */
8965
8965
  get actualFillScale() {
8966
- const r = this.i.yf;
8966
+ const r = this.i.yg;
8967
8967
  if (r == null) {
8968
8968
  return null;
8969
8969
  }
@@ -8979,13 +8979,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8979
8979
  set actualFillScale(v) {
8980
8980
  if (v != null && this._stylingContainer && v._styling)
8981
8981
  v._styling(this._stylingContainer, this, this);
8982
- v == null ? this.i.yf = null : this.i.yf = v.i;
8982
+ v == null ? this.i.yg = null : this.i.yg = v.i;
8983
8983
  }
8984
8984
  /**
8985
8985
  * The ContourValueResolver used to determine the numeric values of contours.
8986
8986
  */
8987
8987
  get valueResolver() {
8988
- const r = this.i.yc;
8988
+ const r = this.i.yd;
8989
8989
  if (r == null) {
8990
8990
  return null;
8991
8991
  }
@@ -9001,7 +9001,7 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
9001
9001
  set valueResolver(v) {
9002
9002
  if (v != null && this._stylingContainer && v._styling)
9003
9003
  v._styling(this._stylingContainer, this, this);
9004
- v == null ? this.i.yc = null : this.i.yc = v.i;
9004
+ v == null ? this.i.yd = null : this.i.yd = v.i;
9005
9005
  }
9006
9006
  findByName(name) {
9007
9007
  var baseResult = super.findByName(name);