igniteui-webcomponents-maps 3.2.0 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +997 -997
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1006 -1006
  54. package/fesm5/igniteui-webcomponents-maps.js +997 -997
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +14 -14
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +7 -7
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +16 -16
  71. package/lib/XamGeographicMap_combined.d.ts +21 -21
  72. package/package.json +3 -3
@@ -434,13 +434,13 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
434
434
  class GeographicMapSeriesHost extends Series {
435
435
  constructor() {
436
436
  super();
437
- this.p3 = null;
438
- this.p5 = this.p4();
437
+ this.p4 = null;
438
+ this.p6 = this.p5();
439
439
  }
440
- lj() {
441
- super.lj();
442
- if (this.p5 != null) {
443
- this.p5.lj();
440
+ lk() {
441
+ super.lk();
442
+ if (this.p6 != null) {
443
+ this.p6.lk();
444
444
  }
445
445
  }
446
446
  get_dv() {
@@ -454,291 +454,291 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
454
454
  if (c == "LongitudeMemberPath") {
455
455
  c = "XMemberPath";
456
456
  }
457
- return this.p5.hw(a, b);
457
+ return this.p6.hw(a, b);
458
458
  }
459
459
  c1(a, b, c, d) {
460
- return this.p5.c1(a, b, c, d);
460
+ return this.p6.c1(a, b, c, d);
461
461
  }
462
462
  ag() {
463
- return this.p5.ag();
463
+ return this.p6.ag();
464
464
  }
465
465
  be() {
466
- return this.p5;
466
+ return this.p6;
467
467
  }
468
- get p5() {
469
- return this.p3;
468
+ get p6() {
469
+ return this.p4;
470
470
  }
471
- set p5(a) {
472
- let b = this.p5 != a;
471
+ set p6(a) {
472
+ let b = this.p6 != a;
473
473
  if (b) {
474
- this.p3 = a;
475
- this.qa();
474
+ this.p4 = a;
475
+ this.qb();
476
476
  }
477
477
  }
478
478
  get_hasMarkers() {
479
- return this.p5.hasMarkers;
479
+ return this.p6.hasMarkers;
480
480
  }
481
- qa() {
482
- if (this.p3 != null) {
483
- let hostedSeries_ = this.p3;
481
+ qb() {
482
+ if (this.p4 != null) {
483
+ let hostedSeries_ = this.p4;
484
484
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
485
485
  hostedSeries_.externalObject._implementation = hostedSeries_;
486
486
  }
487
- this.k2(this.p5);
488
- this.p6.b2();
487
+ this.k2(this.p6);
488
+ this.p7.b2();
489
489
  }
490
490
  aw(a, b, c) {
491
- return this.ay(this.p5, a, b, c);
491
+ return this.ay(this.p6, a, b, c);
492
492
  }
493
493
  ax(a, b, c) {
494
- return this.az(this.p5, a, b, c);
494
+ return this.az(this.p6, a, b, c);
495
495
  }
496
496
  ht(a) {
497
- return this.hy(this.p5, a);
497
+ return this.hy(this.p6, a);
498
498
  }
499
499
  hj(a, b) {
500
- return this.p5.hj(a, b);
500
+ return this.p6.hj(a, b);
501
501
  }
502
502
  hh(a, b) {
503
- return this.p5.hh(a, b);
503
+ return this.p6.hh(a, b);
504
504
  }
505
505
  gj(a, b, c) {
506
- return this.p5.gj(a, b, c);
506
+ return this.p6.gj(a, b, c);
507
507
  }
508
- pl(a, b, c) {
509
- return this.p5.pl(a, b, c);
508
+ pm(a, b, c) {
509
+ return this.p6.pm(a, b, c);
510
510
  }
511
- pu(a) {
512
- return this.p5.pu(a);
511
+ pv(a) {
512
+ return this.p6.pv(a);
513
513
  }
514
514
  ak(a) {
515
- return this.p5.ak(a);
515
+ return this.p6.ak(a);
516
516
  }
517
- pv(a) {
518
- return this.p5.pv(a);
517
+ pw(a) {
518
+ return this.p6.pw(a);
519
519
  }
520
520
  al(a) {
521
- return this.p5.al(a);
522
- }
523
- pw(a) {
524
- return this.p5.pw(a);
521
+ return this.p6.al(a);
525
522
  }
526
523
  px(a) {
527
- return this.p5.px(a);
524
+ return this.p6.px(a);
525
+ }
526
+ py(a) {
527
+ return this.p6.py(a);
528
528
  }
529
529
  gf(a, b, c) {
530
- return this.p5.gf(a, b, c);
530
+ return this.p6.gf(a, b, c);
531
531
  }
532
- ph(a, b, c) {
533
- return this.p5.ph(a, b, c);
532
+ pi(a, b, c) {
533
+ return this.p6.pi(a, b, c);
534
534
  }
535
535
  gh(a, b, c) {
536
536
  return this.gj(a, b, c);
537
537
  }
538
- pj(a, b, c) {
539
- return this.p5.pj(a, b, c);
538
+ pk(a, b, c) {
539
+ return this.p6.pk(a, b, c);
540
540
  }
541
- pm(a, b, c) {
542
- return this.p5.pm(a, b, c);
541
+ pn(a, b, c) {
542
+ return this.p6.pn(a, b, c);
543
543
  }
544
544
  gk(a, b, c) {
545
- return this.p5.gk(a, b, c);
545
+ return this.p6.gk(a, b, c);
546
546
  }
547
- pi(a, b, c) {
548
- return this.p5.pi(a, b, c);
547
+ pj(a, b, c) {
548
+ return this.p6.pj(a, b, c);
549
549
  }
550
550
  gg(a, b, c) {
551
- return this.p5.gg(a, b, c);
551
+ return this.p6.gg(a, b, c);
552
552
  }
553
- pk(a, b, c) {
554
- return this.p5.pk(a, b, c);
553
+ pl(a, b, c) {
554
+ return this.p6.pl(a, b, c);
555
555
  }
556
556
  gi(a, b, c) {
557
- return this.p5.gi(a, b, c);
557
+ return this.p6.gi(a, b, c);
558
558
  }
559
559
  he(a) {
560
- return this.p5.he(a);
560
+ return this.p6.he(a);
561
561
  }
562
562
  ga() {
563
- return this.p5.ga();
563
+ return this.p6.ga();
564
564
  }
565
565
  f6(a) {
566
- return this.p5.f6(a);
566
+ return this.p6.f6(a);
567
567
  }
568
568
  hu(a) {
569
- return this.p5.hu(a);
569
+ return this.p6.hu(a);
570
570
  }
571
571
  bx() {
572
572
  return new HostSeriesView(this);
573
573
  }
574
- ly(a) {
575
- super.ly(a);
576
- this.p6 = typeCast(HostSeriesView.$, a);
574
+ lz(a) {
575
+ super.lz(a);
576
+ this.p7 = typeCast(HostSeriesView.$, a);
577
577
  }
578
- get p7() {
579
- return this.c(GeographicMapSeriesHost.qc);
578
+ get p8() {
579
+ return this.c(GeographicMapSeriesHost.qd);
580
580
  }
581
- set p7(a) {
582
- this.h(GeographicMapSeriesHost.qc, a);
581
+ set p8(a) {
582
+ this.h(GeographicMapSeriesHost.qd, a);
583
583
  }
584
- l3(a, b, c, d) {
585
- super.l3(a, b, c, d);
584
+ l4(a, b, c, d) {
585
+ super.l4(a, b, c, d);
586
586
  switch (b) {
587
587
  case "SeriesViewer":
588
- this.p5.cd = this.cd;
588
+ this.p6.cd = this.cd;
589
589
  if (c != null) {
590
- c.n2(this.p5);
590
+ c.n2(this.p6);
591
591
  }
592
592
  if (d != null) {
593
- this.cd.kx(this.p5);
593
+ this.cd.kx(this.p6);
594
594
  }
595
- this.p5.l6(this.py);
596
- this.p5.index = this.index;
597
- this.k8(this.p5);
598
- this.ho = this.p5.ho;
595
+ this.p6.l7(this.pz);
596
+ this.p6.index = this.index;
597
+ this.k8(this.p6);
598
+ this.ho = this.p6.ho;
599
599
  let e = typeCast(SeriesViewer.$, c);
600
600
  if (e != null) {
601
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qb));
601
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qc));
602
602
  }
603
603
  if (this.cd != null) {
604
604
  let f = this.cd;
605
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qb));
605
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qc));
606
606
  }
607
- this.p9();
607
+ this.qa();
608
608
  break;
609
609
  case "SyncLink":
610
- this.p5.b8 = this.b8;
610
+ this.p6.b8 = this.b8;
611
611
  break;
612
612
  case "VisibleFromScale":
613
- this.p9();
613
+ this.qa();
614
614
  break;
615
615
  case "Index":
616
- this.p5.index = this.index;
616
+ this.p6.index = this.index;
617
617
  break;
618
618
  case "ItemsSource":
619
- this.p6.b3();
619
+ this.p7.b3();
620
620
  break;
621
621
  case "Resolution":
622
- this.p6.ca();
622
+ this.p7.ca();
623
623
  break;
624
624
  case "TransitionDuration":
625
- this.p6.cd();
625
+ this.p7.cd();
626
626
  break;
627
627
  case "Opacity":
628
- this.p6.b7();
628
+ this.p7.b7();
629
629
  break;
630
630
  case "Visibility":
631
- let hs_ = this.p5;
631
+ let hs_ = this.p6;
632
632
  let v_ = this._visibility;
633
633
  hs_.visibility = v_;
634
634
  break;
635
635
  case "MouseOverEnabled":
636
- this.p5.el = this.el;
636
+ this.p6.el = this.el;
637
637
  break;
638
638
  case "ExpectFunctions":
639
- this.p5.expectFunctions = this.expectFunctions;
639
+ this.p6.expectFunctions = this.expectFunctions;
640
640
  break;
641
641
  case "Thickness":
642
- this.p6.cc();
642
+ this.p7.cc();
643
643
  break;
644
644
  case "Brush":
645
- this.p6.b1();
645
+ this.p7.b1();
646
646
  break;
647
647
  case "Outline":
648
- this.p6.b9();
648
+ this.p7.b9();
649
649
  break;
650
650
  case "ActualBrush":
651
- this.p6.by();
651
+ this.p7.by();
652
652
  break;
653
653
  case "ActualOutline":
654
- this.p6.bz();
654
+ this.p7.bz();
655
655
  break;
656
656
  case "MarkerFillOpacity":
657
657
  if (!isNaN_(this.gq)) {
658
- this.p6.b6();
658
+ this.p7.b6();
659
659
  }
660
660
  break;
661
661
  case "AreaFillOpacity":
662
662
  if (!isNaN_(this.fz)) {
663
- this.p6.b0();
663
+ this.p7.b0();
664
664
  }
665
665
  break;
666
666
  case "OutlineMode":
667
- this.p6.b8();
667
+ this.p7.b8();
668
668
  break;
669
669
  case "ShowDefaultTooltip":
670
- this.p6.cb();
670
+ this.p7.cb();
671
671
  break;
672
672
  case "Title":
673
- this.p5.title = this.title;
673
+ this.p6.title = this.title;
674
674
  break;
675
675
  case "LegendItemBadgeMode":
676
- this.p6.b4();
676
+ this.p7.b4();
677
677
  break;
678
678
  case "LegendItemBadgeShape":
679
- this.p6.b5();
679
+ this.p7.b5();
680
680
  break;
681
681
  case "Legend":
682
- this.p5.legend = this.legend;
682
+ this.p6.legend = this.legend;
683
683
  this.b0.at();
684
684
  break;
685
685
  }
686
686
  }
687
- p9() {
688
- if (this.cd == null || this.p5 == null) {
687
+ qa() {
688
+ if (this.cd == null || this.p6 == null) {
689
689
  return;
690
690
  }
691
- if (!isNaN_(this.p7)) {
692
- if (this.cd.sf.width > this.p7) {
693
- let hs_ = this.p5;
691
+ if (!isNaN_(this.p8)) {
692
+ if (this.cd.sf.width > this.p8) {
693
+ let hs_ = this.p6;
694
694
  let v_ = 1;
695
695
  hs_.visibility = v_;
696
696
  }
697
697
  else {
698
- let hs2_ = this.p5;
698
+ let hs2_ = this.p6;
699
699
  let v2_ = 0;
700
700
  hs2_.visibility = v2_;
701
701
  }
702
702
  }
703
703
  }
704
- qb(a, b) {
705
- this.p9();
704
+ qc(a, b) {
705
+ this.qa();
706
706
  }
707
- mh(a) {
708
- super.mh(a);
709
- if (this.p5 != null) {
710
- this.p5.mh(a);
707
+ mi(a) {
708
+ super.mi(a);
709
+ if (this.p6 != null) {
710
+ this.p6.mi(a);
711
711
  }
712
712
  }
713
- mg(a, b, c, d, e) {
714
- if (this.p5 != null) {
715
- this.p5.mg(a, b, c, d, e);
713
+ mh(a, b, c, d, e) {
714
+ if (this.p6 != null) {
715
+ this.p6.mh(a, b, c, d, e);
716
716
  }
717
717
  }
718
718
  at(a, b) {
719
- return this.p5.at(a, b);
719
+ return this.p6.at(a, b);
720
720
  }
721
- mr() {
722
- super.mr();
723
- this.p5.mr();
721
+ ms() {
722
+ super.ms();
723
+ this.p6.ms();
724
724
  }
725
725
  get_coercionMethods() {
726
726
  return this._coercionMethods;
727
727
  }
728
728
  set_coercionMethods(a) {
729
729
  this._coercionMethods = a;
730
- this.p5.coercionMethods = a;
730
+ this.p6.coercionMethods = a;
731
731
  }
732
732
  k7(a) {
733
733
  super.k7(a);
734
- if (this.p5 != null) {
735
- let b = this.p5.hs();
734
+ if (this.p6 != null) {
735
+ let b = this.p6.hs();
736
736
  this.kz(a, b);
737
737
  }
738
738
  }
739
739
  }
740
740
  GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
741
- GeographicMapSeriesHost.qc = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
741
+ GeographicMapSeriesHost.qd = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
742
742
  let c = a;
743
743
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
744
744
  }));
@@ -758,67 +758,67 @@ let HostSeriesView = /*@__PURE__*/ (() => {
758
758
  super.ar(a, b);
759
759
  }
760
760
  b2() {
761
- this.bx.p2 = 1;
762
- this.bx.p5.p2 = 0;
763
- this.bx.p5.itemsSource = this.bx.itemsSource;
764
- this.bx.p5.index = this.bx.index;
765
- this.bx.p5.o2 = this.bx.o2;
766
- this.bx.p5.o7 = this.bx.o2;
767
- this.bx.p5.bt = this.bx.bt;
768
- this.bx.p5.gt = this.bx.gt;
769
- this.bx.p5.hm = this.bx.hm;
770
- this.bx.p5._opacity = this.bx._opacity;
771
- this.bx.p5.gz = this.bx.gz;
772
- this.bx.p5.fz = this.bx.fz;
773
- this.bx.p5.gq = this.bx.gq;
774
- this.bx.p5.er = this.bx.er;
775
- this.bx.p5.legendItemBadgeShape = this.bx.legendItemBadgeShape;
776
- this.bx.p5.a9 = this.bx.a9;
761
+ this.bx.p3 = 1;
762
+ this.bx.p6.p3 = 0;
763
+ this.bx.p6.itemsSource = this.bx.itemsSource;
764
+ this.bx.p6.index = this.bx.index;
765
+ this.bx.p6.o3 = this.bx.o3;
766
+ this.bx.p6.o8 = this.bx.o3;
767
+ this.bx.p6.bt = this.bx.bt;
768
+ this.bx.p6.gt = this.bx.gt;
769
+ this.bx.p6.hm = this.bx.hm;
770
+ this.bx.p6._opacity = this.bx._opacity;
771
+ this.bx.p6.gz = this.bx.gz;
772
+ this.bx.p6.fz = this.bx.fz;
773
+ this.bx.p6.gq = this.bx.gq;
774
+ this.bx.p6.er = this.bx.er;
775
+ this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
776
+ this.bx.p6.a9 = this.bx.a9;
777
777
  }
778
778
  b3() {
779
- this.bx.p5.itemsSource = this.bx.itemsSource;
779
+ this.bx.p6.itemsSource = this.bx.itemsSource;
780
780
  }
781
781
  ca() {
782
- this.bx.p5.gt = this.bx.gt;
782
+ this.bx.p6.gt = this.bx.gt;
783
783
  }
784
784
  cd() {
785
- this.bx.p5.hm = this.bx.hm;
785
+ this.bx.p6.hm = this.bx.hm;
786
786
  }
787
787
  b7() {
788
- this.bx.p5._opacity = this.bx._opacity;
788
+ this.bx.p6._opacity = this.bx._opacity;
789
789
  }
790
790
  cc() {
791
- this.bx.p5.gz = this.bx.gz;
791
+ this.bx.p6.gz = this.bx.gz;
792
792
  }
793
793
  b1() {
794
- this.bx.p5.o2 = this.bx.o2;
794
+ this.bx.p6.o3 = this.bx.o3;
795
795
  }
796
796
  b9() {
797
- this.bx.p5.o7 = this.bx.o7;
797
+ this.bx.p6.o8 = this.bx.o8;
798
798
  }
799
799
  by() {
800
- this.bx.p5.o2 = this.bx.oy;
800
+ this.bx.p6.o3 = this.bx.oz;
801
801
  }
802
802
  bz() {
803
- this.bx.p5.o7 = this.bx.o1;
803
+ this.bx.p6.o8 = this.bx.o2;
804
804
  }
805
805
  b4() {
806
- this.bx.p5.a9 = this.bx.a9;
806
+ this.bx.p6.a9 = this.bx.a9;
807
807
  }
808
808
  b5() {
809
- this.bx.p5.legendItemBadgeShape = this.bx.legendItemBadgeShape;
809
+ this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
810
810
  }
811
811
  b0() {
812
- this.bx.p5.fz = this.bx.fz;
812
+ this.bx.p6.fz = this.bx.fz;
813
813
  }
814
814
  b6() {
815
- this.bx.p5.gq = this.bx.gq;
815
+ this.bx.p6.gq = this.bx.gq;
816
816
  }
817
817
  b8() {
818
- this.bx.p5.bt = this.bx.bt;
818
+ this.bx.p6.bt = this.bx.bt;
819
819
  }
820
820
  cb() {
821
- this.bx.p5.er = this.bx.er;
821
+ this.bx.p6.er = this.bx.er;
822
822
  }
823
823
  }
824
824
  HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
@@ -1122,7 +1122,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1122
1122
  ue() {
1123
1123
  this.te.ee();
1124
1124
  for (let a of fromEnum(this.series)) {
1125
- a.mr();
1125
+ a.ms();
1126
1126
  }
1127
1127
  }
1128
1128
  uh() {
@@ -1518,7 +1518,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1518
1518
  break;
1519
1519
  case "ActualWorldRect":
1520
1520
  for (let g of fromEnum(this.series)) {
1521
- g.mh(false);
1521
+ g.mi(false);
1522
1522
  }
1523
1523
  break;
1524
1524
  case XamGeographicMap.$$p[5]:
@@ -1537,7 +1537,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1537
1537
  break;
1538
1538
  case "MarkerAutomaticBehavior":
1539
1539
  for (let h of fromEnum(this.series)) {
1540
- h.lj();
1540
+ h.lk();
1541
1541
  }
1542
1542
  break;
1543
1543
  }
@@ -1579,7 +1579,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1579
1579
  let c = b;
1580
1580
  let d = a;
1581
1581
  d.itemsSource = c.triangulationSource.points;
1582
- d.qe = c.triangulationSource.triangles;
1582
+ d.qf = c.triangulationSource.triangles;
1583
1583
  }
1584
1584
  else {
1585
1585
  super.n9(a, b);
@@ -1888,41 +1888,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1888
1888
  }
1889
1889
  b2() {
1890
1890
  super.b2();
1891
- let a = this.ce.p5;
1892
- a.q5 = this.ce.qh;
1893
- a.rd = this.ce.qf;
1894
- a.trianglesSource = this.ce.qe;
1895
- a.qt = this.ce.qk;
1896
- a.qv = this.ce.qm;
1897
- a.qx = this.ce.qo;
1891
+ let a = this.ce.p6;
1892
+ a.q6 = this.ce.qi;
1893
+ a.re = this.ce.qg;
1894
+ a.trianglesSource = this.ce.qf;
1895
+ a.qu = this.ce.ql;
1896
+ a.qw = this.ce.qn;
1897
+ a.qy = this.ce.qp;
1898
1898
  }
1899
1899
  ch() {
1900
- let a = this.ce.p5;
1900
+ let a = this.ce.p6;
1901
1901
  if (this.ce.cd == null) {
1902
- a.p3 = null;
1903
1902
  a.p4 = null;
1903
+ a.p5 = null;
1904
1904
  return;
1905
1905
  }
1906
- a.p3 = this.ce.cd.s2;
1907
- a.p4 = this.ce.cd.s4;
1906
+ a.p4 = this.ce.cd.s2;
1907
+ a.p5 = this.ce.cd.s4;
1908
1908
  }
1909
1909
  cg() {
1910
- this.ce.p5.q5 = this.ce.qh;
1910
+ this.ce.p6.q6 = this.ce.qi;
1911
1911
  }
1912
1912
  cf() {
1913
- this.ce.p5.rd = this.ce.qf;
1913
+ this.ce.p6.re = this.ce.qg;
1914
1914
  }
1915
1915
  ci() {
1916
- this.ce.p5.trianglesSource = this.ce.qe;
1916
+ this.ce.p6.trianglesSource = this.ce.qf;
1917
1917
  }
1918
1918
  cj() {
1919
- this.ce.p5.qt = this.ce.qk;
1919
+ this.ce.p6.qu = this.ce.ql;
1920
1920
  }
1921
1921
  ck() {
1922
- this.ce.p5.qv = this.ce.qm;
1922
+ this.ce.p6.qw = this.ce.qn;
1923
1923
  }
1924
1924
  cl() {
1925
- this.ce.p5.qx = this.ce.qo;
1925
+ this.ce.p6.qy = this.ce.qp;
1926
1926
  }
1927
1927
  }
1928
1928
  GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1945,19 +1945,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1945
1945
  }
1946
1946
  b2() {
1947
1947
  super.b2();
1948
- if (this.cm.qz != null) {
1949
- this.cm.qz.sc = this.cm.q3;
1950
- this.cm.qz.r0 = this.cm.qy;
1948
+ if (this.cm.q0 != null) {
1949
+ this.cm.q0.sd = this.cm.q4;
1950
+ this.cm.q0.r1 = this.cm.qz;
1951
1951
  }
1952
1952
  }
1953
1953
  cn() {
1954
- if (this.cm.qz != null) {
1955
- this.cm.qz.sc = this.cm.q3;
1954
+ if (this.cm.q0 != null) {
1955
+ this.cm.q0.sd = this.cm.q4;
1956
1956
  }
1957
1957
  }
1958
1958
  co() {
1959
- if (this.cm.qz != null) {
1960
- this.cm.qz.r0 = this.cm.qy;
1959
+ if (this.cm.q0 != null) {
1960
+ this.cm.q0.r1 = this.cm.qz;
1961
1961
  }
1962
1962
  }
1963
1963
  }
@@ -2155,39 +2155,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
2155
2155
  bx() {
2156
2156
  return new GeographicXYTriangulatingSeriesView(this);
2157
2157
  }
2158
- ly(a) {
2159
- super.ly(a);
2160
- this.qd = a;
2158
+ lz(a) {
2159
+ super.lz(a);
2160
+ this.qe = a;
2161
2161
  }
2162
- l3(a, b, c, d) {
2163
- super.l3(a, b, c, d);
2162
+ l4(a, b, c, d) {
2163
+ super.l4(a, b, c, d);
2164
2164
  switch (b) {
2165
2165
  case "SeriesViewer":
2166
- this.qd.ch();
2166
+ this.qe.ch();
2167
2167
  break;
2168
2168
  case GeographicXYTriangulatingSeries.$$p[1]:
2169
- this.qd.cg();
2169
+ this.qe.cg();
2170
2170
  break;
2171
2171
  case GeographicXYTriangulatingSeries.$$p[0]:
2172
- this.qd.cf();
2172
+ this.qe.cf();
2173
2173
  break;
2174
2174
  case GeographicXYTriangulatingSeries.$$p[2]:
2175
- this.qd.ci();
2175
+ this.qe.ci();
2176
2176
  break;
2177
2177
  case GeographicXYTriangulatingSeries.$$p[3]:
2178
- this.qd.cj();
2178
+ this.qe.cj();
2179
2179
  break;
2180
2180
  case GeographicXYTriangulatingSeries.$$p[4]:
2181
- this.qd.ck();
2181
+ this.qe.ck();
2182
2182
  break;
2183
2183
  case GeographicXYTriangulatingSeries.$$p[5]:
2184
- this.qd.cl();
2184
+ this.qe.cl();
2185
2185
  break;
2186
2186
  }
2187
2187
  }
2188
2188
  }
2189
2189
  GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2190
- GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
2190
+ GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
2191
2191
  return GeographicXYTriangulatingSeries;
2192
2192
  })();
2193
2193
  /**
@@ -2197,56 +2197,56 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2197
2197
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
2198
2198
  constructor() {
2199
2199
  super();
2200
- this.qw = null;
2200
+ this.qx = null;
2201
2201
  this.triangulationStatusChanged = null;
2202
2202
  this.ab = GeographicScatterAreaSeries.$;
2203
2203
  }
2204
2204
  get_dd() {
2205
2205
  return true;
2206
2206
  }
2207
- get qy() {
2208
- return this.qw;
2207
+ get qz() {
2208
+ return this.qx;
2209
2209
  }
2210
- set qy(a) {
2211
- let b = this.qw != a;
2210
+ set qz(a) {
2211
+ let b = this.qx != a;
2212
2212
  if (b) {
2213
- let c = this.qw;
2214
- if (this.qw != null) {
2215
- let d = this.qw;
2216
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q6));
2213
+ let c = this.qx;
2214
+ if (this.qx != null) {
2215
+ let d = this.qx;
2216
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
2217
2217
  }
2218
- this.qw = a;
2219
- if (this.qw != null) {
2220
- let e = this.qw;
2221
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q6));
2218
+ this.qx = a;
2219
+ if (this.qx != null) {
2220
+ let e = this.qx;
2221
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
2222
2222
  }
2223
- this.raisePropertyChanged("ColorScale", c, this.qw);
2224
- if (this.qz != null) {
2225
- this.qz.r0 = a;
2223
+ this.raisePropertyChanged("ColorScale", c, this.qx);
2224
+ if (this.q0 != null) {
2225
+ this.q0.r1 = a;
2226
2226
  }
2227
2227
  }
2228
2228
  }
2229
- q6(a, b) {
2230
- this.q1.co();
2231
- this.q8();
2232
- this.mh(false);
2229
+ q7(a, b) {
2230
+ this.q2.co();
2231
+ this.q9();
2232
+ this.mi(false);
2233
2233
  }
2234
- q8() {
2235
- if (this.qz != null) {
2236
- this.qx = this.qz.rz;
2234
+ q9() {
2235
+ if (this.q0 != null) {
2236
+ this.qy = this.q0.r0;
2237
2237
  }
2238
2238
  }
2239
- mv() {
2240
- super.mv();
2241
- this.q8();
2239
+ mw() {
2240
+ super.mw();
2241
+ this.q9();
2242
2242
  }
2243
- p4() {
2244
- this.qz = new ScatterAreaSeries();
2245
- let a = this.qz;
2246
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
2247
- return this.qz;
2243
+ p5() {
2244
+ this.q0 = new ScatterAreaSeries();
2245
+ let a = this.q0;
2246
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
2247
+ return this.q0;
2248
2248
  }
2249
- q7(a, b) {
2249
+ q8(a, b) {
2250
2250
  if (this.triangulationStatusChanged != null) {
2251
2251
  this.triangulationStatusChanged(this, b);
2252
2252
  }
@@ -2254,19 +2254,19 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2254
2254
  bx() {
2255
2255
  return new GeographicScatterAreaSeriesView(this);
2256
2256
  }
2257
- ly(a) {
2258
- super.ly(a);
2259
- this.q1 = a;
2257
+ lz(a) {
2258
+ super.lz(a);
2259
+ this.q2 = a;
2260
2260
  }
2261
- l3(a, b, c, d) {
2262
- super.l3(a, b, c, d);
2261
+ l4(a, b, c, d) {
2262
+ super.l4(a, b, c, d);
2263
2263
  switch (b) {
2264
2264
  case GeographicScatterAreaSeries.$$p[1]:
2265
- this.q1.cn();
2265
+ this.q2.cn();
2266
2266
  break;
2267
2267
  case "ColorScale":
2268
- this.q1.co();
2269
- this.q8();
2268
+ this.q2.co();
2269
+ this.q9();
2270
2270
  break;
2271
2271
  }
2272
2272
  }
@@ -2278,7 +2278,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2278
2278
  }
2279
2279
  }
2280
2280
  GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2281
- GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
2281
+ GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
2282
2282
  return GeographicScatterAreaSeries;
2283
2283
  })();
2284
2284
 
@@ -4302,11 +4302,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4302
4302
  * 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%.
4303
4303
  */
4304
4304
  get visibleFromScale() {
4305
- return this.i.p7;
4305
+ return this.i.p8;
4306
4306
  }
4307
4307
  set visibleFromScale(v) {
4308
- this.i.p7 = +v;
4309
- this._a("visibleFromScale", this.i.p7);
4308
+ this.i.p8 = +v;
4309
+ this._a("visibleFromScale", this.i.p8);
4310
4310
  }
4311
4311
  /**
4312
4312
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -4324,7 +4324,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4324
4324
 
4325
4325
  */
4326
4326
  notifyIndexedPropertiesChanged() {
4327
- this.i.lj();
4327
+ this.i.lk();
4328
4328
  }
4329
4329
  getItemValue(item, memberPathName) {
4330
4330
  let iv = this.i.hw(item, memberPathName);
@@ -4352,7 +4352,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4352
4352
  return (iv);
4353
4353
  }
4354
4354
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
4355
- let iv = this.i.pl(toPoint(world), useInterpolation, skipUnknowns);
4355
+ let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
4356
4356
  return fromPoint(iv);
4357
4357
  }
4358
4358
  /**
@@ -4361,7 +4361,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4361
4361
  * @param world * The world coordinate for which to get a value bounding box for
4362
4362
  */
4363
4363
  getSeriesValueBoundingBox(world) {
4364
- let iv = this.i.pu(toPoint(world));
4364
+ let iv = this.i.pv(toPoint(world));
4365
4365
  return fromRect(iv);
4366
4366
  }
4367
4367
  /**
@@ -4370,7 +4370,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4370
4370
  * @param world * The world coordinates for which to get a value marker bounding box for
4371
4371
  */
4372
4372
  getSeriesValueMarkerBoundingBox(world) {
4373
- let iv = this.i.pw(toPoint(world));
4373
+ let iv = this.i.px(toPoint(world));
4374
4374
  return fromRect(iv);
4375
4375
  }
4376
4376
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
@@ -4378,7 +4378,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4378
4378
  return (iv);
4379
4379
  }
4380
4380
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
4381
- let iv = this.i.ph(toPoint(world), useInterpolation, skipUnknowns);
4381
+ let iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
4382
4382
  return fromPoint(iv);
4383
4383
  }
4384
4384
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
@@ -4386,11 +4386,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4386
4386
  return (iv);
4387
4387
  }
4388
4388
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
4389
- let iv = this.i.pj(toPoint(world), useInterpolation, skipUnknowns);
4389
+ let iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
4390
4390
  return fromPoint(iv);
4391
4391
  }
4392
4392
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4393
- let iv = this.i.pm(toPoint(mouse), useInterpolation, skipUnknowns);
4393
+ let iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
4394
4394
  return fromPoint(iv);
4395
4395
  }
4396
4396
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
@@ -4411,14 +4411,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4411
4411
  * @param animate * True if the change should be animated.
4412
4412
  */
4413
4413
  renderSeries(animate) {
4414
- this.i.mh(animate);
4414
+ this.i.mi(animate);
4415
4415
  }
4416
4416
  /**
4417
4417
  * Called when this series' Style is updated.
4418
4418
 
4419
4419
  */
4420
4420
  styleUpdated() {
4421
- this.i.mr();
4421
+ this.i.ms();
4422
4422
  }
4423
4423
  }
4424
4424
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
@@ -4525,88 +4525,88 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4525
4525
  * 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.
4526
4526
  */
4527
4527
  get shapeMemberPath() {
4528
- return this.i.qy;
4528
+ return this.i.qz;
4529
4529
  }
4530
4530
  set shapeMemberPath(v) {
4531
- this.i.qy = v;
4531
+ this.i.qz = v;
4532
4532
  }
4533
4533
  /**
4534
4534
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
4535
4535
  */
4536
4536
  get isCustomShapeStyleAllowed() {
4537
- return this.i.qn;
4537
+ return this.i.qo;
4538
4538
  }
4539
4539
  set isCustomShapeStyleAllowed(v) {
4540
- this.i.qn = ensureBool(v);
4541
- this._a("isCustomShapeStyleAllowed", this.i.qn);
4540
+ this.i.qo = ensureBool(v);
4541
+ this._a("isCustomShapeStyleAllowed", this.i.qo);
4542
4542
  }
4543
4543
  /**
4544
4544
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
4545
4545
  */
4546
4546
  get isCustomShapeMarkerStyleAllowed() {
4547
- return this.i.qm;
4547
+ return this.i.qn;
4548
4548
  }
4549
4549
  set isCustomShapeMarkerStyleAllowed(v) {
4550
- this.i.qm = ensureBool(v);
4551
- this._a("isCustomShapeMarkerStyleAllowed", this.i.qm);
4550
+ this.i.qn = ensureBool(v);
4551
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.qn);
4552
4552
  }
4553
4553
  /**
4554
4554
  * Gets or sets the mode the series will use to find the closest point to the cursor.
4555
4555
  */
4556
4556
  get itemSearchMode() {
4557
- return this.i.qf;
4557
+ return this.i.qg;
4558
4558
  }
4559
4559
  set itemSearchMode(v) {
4560
- this.i.qf = ensureEnum(ShapeItemSearchMode_$type, v);
4561
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qf));
4560
+ this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
4561
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qg));
4562
4562
  }
4563
4563
  /**
4564
4564
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
4565
4565
  */
4566
4566
  get itemSearchThreshold() {
4567
- return this.i.qq;
4567
+ return this.i.qr;
4568
4568
  }
4569
4569
  set itemSearchThreshold(v) {
4570
- this.i.qq = +v;
4571
- this._a("itemSearchThreshold", this.i.qq);
4570
+ this.i.qr = +v;
4571
+ this._a("itemSearchThreshold", this.i.qr);
4572
4572
  }
4573
4573
  /**
4574
4574
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
4575
4575
  */
4576
4576
  get itemSearchPointsThreshold() {
4577
- return this.i.qp;
4577
+ return this.i.qq;
4578
4578
  }
4579
4579
  set itemSearchPointsThreshold(v) {
4580
- this.i.qp = +v;
4581
- this._a("itemSearchPointsThreshold", this.i.qp);
4580
+ this.i.qq = +v;
4581
+ this._a("itemSearchPointsThreshold", this.i.qq);
4582
4582
  }
4583
4583
  /**
4584
4584
  * Set a shapefile datasource to use with the series.
4585
4585
  */
4586
4586
  get shapefileDataSource() {
4587
- if (this.i.qi == null) {
4587
+ if (this.i.qj == null) {
4588
4588
  return null;
4589
4589
  }
4590
- if (!this.i.qi.externalObject) {
4590
+ if (!this.i.qj.externalObject) {
4591
4591
  let e = new IgcShapeDataSource();
4592
- e._implementation = this.i.qi;
4593
- this.i.qi.externalObject = e;
4592
+ e._implementation = this.i.qj;
4593
+ this.i.qj.externalObject = e;
4594
4594
  }
4595
- return this.i.qi.externalObject;
4595
+ return this.i.qj.externalObject;
4596
4596
  }
4597
4597
  set shapefileDataSource(v) {
4598
- v == null ? this.i.qi = null : this.i.qi = v.i;
4598
+ v == null ? this.i.qj = null : this.i.qj = v.i;
4599
4599
  }
4600
4600
  /**
4601
4601
  * 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.
4602
4602
  * 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.
4603
4603
  */
4604
4604
  get shapeFilterResolution() {
4605
- return this.i.qo;
4605
+ return this.i.qp;
4606
4606
  }
4607
4607
  set shapeFilterResolution(v) {
4608
- this.i.qo = +v;
4609
- this._a("shapeFilterResolution", this.i.qo);
4608
+ this.i.qp = +v;
4609
+ this._a("shapeFilterResolution", this.i.qp);
4610
4610
  }
4611
4611
  findByName(name) {
4612
4612
  var baseResult = super.findByName(name);
@@ -4686,19 +4686,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
4686
4686
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
4687
4687
  constructor() {
4688
4688
  super(...arguments);
4689
+ this.qm = false;
4689
4690
  this.ql = false;
4690
- this.qk = false;
4691
4691
  this.assigningShapeStyle = null;
4692
4692
  this.assigningShapeMarkerStyle = null;
4693
- this.qh = null;
4694
- this.qj = false;
4693
+ this.qi = null;
4694
+ this.qk = false;
4695
4695
  }
4696
4696
  bx() {
4697
4697
  return new GeographicShapeSeriesBaseView(this);
4698
4698
  }
4699
- ly(a) {
4700
- super.ly(a);
4701
- this.qg = a;
4699
+ lz(a) {
4700
+ super.lz(a);
4701
+ this.qh = a;
4702
4702
  }
4703
4703
  get_dx() {
4704
4704
  return true;
@@ -4706,96 +4706,96 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
4706
4706
  get_c2() {
4707
4707
  return true;
4708
4708
  }
4709
- l3(a, b, c, d) {
4710
- super.l3(a, b, c, d);
4709
+ l4(a, b, c, d) {
4710
+ super.l4(a, b, c, d);
4711
4711
  switch (b) {
4712
4712
  case "SeriesViewer":
4713
- this.qg.cf();
4713
+ this.qh.cf();
4714
4714
  break;
4715
4715
  case "ShapeMemberPath":
4716
- this.qg.ch();
4716
+ this.qh.ch();
4717
4717
  break;
4718
4718
  case GeographicShapeSeriesBase.$$p[5]:
4719
- this.qg.cg();
4719
+ this.qh.cg();
4720
4720
  break;
4721
4721
  case GeographicShapeSeriesBase.$$p[1]:
4722
- this.p5.q4 = this.qn;
4723
- this.ql = this.qn;
4724
- if (this.qn) {
4725
- let e = this.p5;
4726
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q1));
4722
+ this.p6.q5 = this.qo;
4723
+ this.qm = this.qo;
4724
+ if (this.qo) {
4725
+ let e = this.p6;
4726
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q2));
4727
4727
  }
4728
4728
  else {
4729
- let f = this.p5;
4730
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q1));
4729
+ let f = this.p6;
4730
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q2));
4731
4731
  }
4732
4732
  break;
4733
4733
  case GeographicShapeSeriesBase.$$p[0]:
4734
- this.p5.q3 = this.qm;
4735
- this.qk = this.qm;
4736
- if (this.qn) {
4737
- let g = this.p5;
4738
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q0));
4734
+ this.p6.q4 = this.qn;
4735
+ this.ql = this.qn;
4736
+ if (this.qo) {
4737
+ let g = this.p6;
4738
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q1));
4739
4739
  }
4740
4740
  else {
4741
- let h = this.p5;
4742
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q0));
4741
+ let h = this.p6;
4742
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q1));
4743
4743
  }
4744
4744
  break;
4745
4745
  case GeographicShapeSeriesBase.$$p[2]:
4746
- this.p5.qq = this.qf;
4746
+ this.p6.qr = this.qg;
4747
4747
  break;
4748
4748
  case GeographicShapeSeriesBase.$$p[3]:
4749
- this.p5.rl = this.qp;
4749
+ this.p6.rm = this.qq;
4750
4750
  break;
4751
4751
  case GeographicShapeSeriesBase.$$p[4]:
4752
- this.p5.rm = this.qq;
4752
+ this.p6.rn = this.qr;
4753
4753
  break;
4754
4754
  case "ShapefileDataSource":
4755
4755
  if (c != null) {
4756
4756
  let i = c;
4757
- if (this.qj) {
4758
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q2));
4757
+ if (this.qk) {
4758
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q3));
4759
4759
  }
4760
4760
  }
4761
4761
  if (d != null) {
4762
4762
  let j = d;
4763
4763
  if (j.count > 0) {
4764
- this.q3();
4764
+ this.q4();
4765
4765
  break;
4766
4766
  }
4767
- this.qj = true;
4768
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q2));
4767
+ this.qk = true;
4768
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q3));
4769
4769
  }
4770
4770
  break;
4771
4771
  }
4772
4772
  }
4773
- q1(a, b) {
4773
+ q2(a, b) {
4774
4774
  if (this.assigningShapeStyle != null) {
4775
4775
  this.assigningShapeStyle(this, b);
4776
4776
  }
4777
4777
  }
4778
- q0(a, b) {
4778
+ q1(a, b) {
4779
4779
  if (this.assigningShapeMarkerStyle != null) {
4780
4780
  this.assigningShapeMarkerStyle(this, b);
4781
4781
  }
4782
4782
  }
4783
- q2(a, b) {
4784
- this.q3();
4783
+ q3(a, b) {
4784
+ this.q4();
4785
4785
  }
4786
- q3() {
4787
- let sds_ = this.qi;
4786
+ q4() {
4787
+ let sds_ = this.qj;
4788
4788
  let ext_ = sds_.externalObject;
4789
4789
  this.itemsSource = (ext_.getPointData());
4790
4790
  }
4791
- get qi() {
4792
- return this.qh;
4791
+ get qj() {
4792
+ return this.qi;
4793
4793
  }
4794
- set qi(a) {
4795
- let b = this.qh;
4796
- this.qh = a;
4797
- if (b != this.qh) {
4798
- this.raisePropertyChanged("ShapefileDataSource", b, this.qh);
4794
+ set qj(a) {
4795
+ let b = this.qi;
4796
+ this.qi = a;
4797
+ if (b != this.qi) {
4798
+ this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
4799
4799
  }
4800
4800
  }
4801
4801
  get_e3() {
@@ -4806,7 +4806,7 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
4806
4806
  }
4807
4807
  }
4808
4808
  GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
4809
- GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qm:q4', [0, false], 'IsCustomShapeStyleAllowed:qn:q5', [0, false], 'ItemSearchMode:qf:q6', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qp:q7', [1, 10000], 'ItemSearchThreshold:qq:q8', [1, 10000], 'ShapeFilterResolution:qo:q9', [1, 2], 'ShapeMemberPath:qy:ra', [2, "points"]]);
4809
+ GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
4810
4810
  return GeographicShapeSeriesBase;
4811
4811
  })();
4812
4812
  /**
@@ -4821,23 +4821,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
4821
4821
  }
4822
4822
  b2() {
4823
4823
  super.b2();
4824
- this.ce.p5.rw = this.ce.qy;
4824
+ this.ce.p6.rx = this.ce.qz;
4825
4825
  }
4826
4826
  cf() {
4827
- let a = this.ce.p5;
4827
+ let a = this.ce.p6;
4828
4828
  if (this.ce.cd == null) {
4829
- a.qk = null;
4830
- a.qm = null;
4829
+ a.ql = null;
4830
+ a.qn = null;
4831
4831
  return;
4832
4832
  }
4833
- a.qk = this.ce.cd.s2;
4834
- a.qm = this.ce.cd.s4;
4833
+ a.ql = this.ce.cd.s2;
4834
+ a.qn = this.ce.cd.s4;
4835
4835
  }
4836
4836
  ch() {
4837
- this.ce.p5.rw = this.ce.qy;
4837
+ this.ce.p6.rx = this.ce.qz;
4838
4838
  }
4839
4839
  cg() {
4840
- this.ce.p5.ri = this.ce.qo;
4840
+ this.ce.p6.rj = this.ce.qp;
4841
4841
  }
4842
4842
  }
4843
4843
  GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -4874,53 +4874,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
4874
4874
  this.ci = null;
4875
4875
  this.ci = a;
4876
4876
  if (!this.q) {
4877
- this.ci.qy = "points";
4877
+ this.ci.qz = "points";
4878
4878
  }
4879
4879
  }
4880
4880
  as() {
4881
4881
  super.as();
4882
4882
  if (!this.q) {
4883
- this.ci.si = Defaults.aj;
4883
+ this.ci.sj = Defaults.aj;
4884
4884
  this.ci.gz = Defaults.p;
4885
- this.ci.rh = Defaults.o;
4886
- this.ci.re = Defaults.d;
4887
- this.ci.rc = Defaults.a;
4885
+ this.ci.ri = Defaults.o;
4886
+ this.ci.rf = Defaults.d;
4887
+ this.ci.rd = Defaults.a;
4888
4888
  }
4889
4889
  }
4890
4890
  b2() {
4891
4891
  super.b2();
4892
- this.ci.p5.uc = this.ci.sk;
4893
- this.ci.p5.s5 = this.ci.rf;
4894
- this.ci.p5.tr = this.ci.r0;
4895
- this.ci.p5.s8 = this.ci.rh;
4896
- this.ci.p5.sr = this.ci.rb;
4892
+ this.ci.p6.ud = this.ci.sl;
4893
+ this.ci.p6.s6 = this.ci.rg;
4894
+ this.ci.p6.ts = this.ci.r1;
4895
+ this.ci.p6.s9 = this.ci.ri;
4896
+ this.ci.p6.ss = this.ci.rc;
4897
4897
  }
4898
4898
  cn() {
4899
- this.ci.p5.tr = this.ci.r0;
4899
+ this.ci.p6.ts = this.ci.r1;
4900
4900
  }
4901
4901
  cp() {
4902
- this.ci.p5.s8 = this.ci.rh;
4902
+ this.ci.p6.s9 = this.ci.ri;
4903
4903
  }
4904
4904
  ck() {
4905
- this.ci.p5.sr = this.ci.rb;
4905
+ this.ci.p6.ss = this.ci.rc;
4906
4906
  }
4907
4907
  co() {
4908
- this.ci.p5.s0 = this.ci.re;
4908
+ this.ci.p6.s1 = this.ci.rf;
4909
4909
  }
4910
4910
  cj() {
4911
- this.ci.p5.t8 = this.ci.sh;
4911
+ this.ci.p6.t9 = this.ci.si;
4912
4912
  }
4913
4913
  cl() {
4914
- this.ci.p5.t9 = this.ci.si;
4914
+ this.ci.p6.ua = this.ci.sj;
4915
4915
  }
4916
4916
  cm() {
4917
- this.ci.p5.ub = this.ci.sj;
4917
+ this.ci.p6.uc = this.ci.sk;
4918
4918
  }
4919
4919
  cq() {
4920
- this.ci.p5.s5 = this.ci.rf;
4920
+ this.ci.p6.s6 = this.ci.rg;
4921
4921
  }
4922
4922
  cr() {
4923
- this.ci.p5.uc = this.ci.sk;
4923
+ this.ci.p6.ud = this.ci.sl;
4924
4924
  }
4925
4925
  }
4926
4926
  GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -4942,81 +4942,81 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
4942
4942
  bx() {
4943
4943
  return new GeographicShapeSeriesView(this);
4944
4944
  }
4945
- ly(a) {
4946
- super.ly(a);
4947
- this.rg = a;
4945
+ lz(a) {
4946
+ super.lz(a);
4947
+ this.rh = a;
4948
4948
  }
4949
- p4() {
4949
+ p5() {
4950
4950
  let a = new ScatterPolygonSeries();
4951
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rx));
4952
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ry));
4951
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ry));
4952
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.rz));
4953
4953
  return a;
4954
4954
  }
4955
- rx(a, b) {
4955
+ ry(a, b) {
4956
4956
  if (this.styleShape != null) {
4957
4957
  this.styleShape(this, b);
4958
4958
  }
4959
4959
  }
4960
- ry(a, b) {
4961
- let c = typeCast(ScatterPolygonSeries.$, this.p5);
4960
+ rz(a, b) {
4961
+ let c = typeCast(ScatterPolygonSeries.$, this.p6);
4962
4962
  if (c == null) {
4963
4963
  return;
4964
4964
  }
4965
4965
  }
4966
4966
  f2() {
4967
- return this.rh;
4968
- }
4969
- o5() {
4970
- return this.sf;
4967
+ return this.ri;
4971
4968
  }
4972
4969
  o6() {
4973
4970
  return this.sg;
4974
4971
  }
4975
- nd() {
4976
- return this.rz;
4972
+ o7() {
4973
+ return this.sh;
4974
+ }
4975
+ ne() {
4976
+ return this.r0;
4977
4977
  }
4978
4978
  iy() {
4979
- let a = typeCast(ScatterPolygonSeries.$, this.p5);
4979
+ let a = typeCast(ScatterPolygonSeries.$, this.p6);
4980
4980
  if (a == null) {
4981
4981
  return "Unknown";
4982
4982
  }
4983
4983
  return a.iy();
4984
4984
  }
4985
- l3(a, b, c, d) {
4986
- super.l3(a, b, c, d);
4985
+ l4(a, b, c, d) {
4986
+ super.l4(a, b, c, d);
4987
4987
  switch (b) {
4988
4988
  case GeographicShapeSeries.$$p[6]:
4989
- this.p5.sy = this.rd;
4989
+ this.p6.sz = this.re;
4990
4990
  break;
4991
4991
  case GeographicShapeSeries.$$p[5]:
4992
- this.p5.su = this.rc;
4992
+ this.p6.sv = this.rd;
4993
4993
  break;
4994
4994
  case GeographicShapeSeries.$$p[9]:
4995
- this.rg.cn();
4995
+ this.rh.cn();
4996
4996
  break;
4997
4997
  case GeographicShapeSeries.$$p[10]:
4998
- this.rg.cp();
4998
+ this.rh.cp();
4999
4999
  break;
5000
5000
  case GeographicShapeSeries.$$p[4]:
5001
- this.rg.ck();
5001
+ this.rh.ck();
5002
5002
  break;
5003
5003
  case GeographicShapeSeries.$$p[11]:
5004
- this.rg.co();
5004
+ this.rh.co();
5005
5005
  break;
5006
5006
  case GeographicShapeSeries.$$p[3]:
5007
- this.rg.cj();
5007
+ this.rh.cj();
5008
5008
  break;
5009
5009
  case GeographicShapeSeries.$$p[7]:
5010
- this.rg.cl();
5010
+ this.rh.cl();
5011
5011
  break;
5012
5012
  case GeographicShapeSeries.$$p[8]:
5013
- this.rg.cm();
5013
+ this.rh.cm();
5014
5014
  break;
5015
5015
  case GeographicShapeSeries.$$p[13]:
5016
- this.rg.cq();
5016
+ this.rh.cq();
5017
5017
  break;
5018
5018
  case GeographicShapeSeries.$$p[12]:
5019
- this.rg.cr();
5019
+ this.rh.cr();
5020
5020
  break;
5021
5021
  }
5022
5022
  }
@@ -5025,7 +5025,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
5025
5025
  }
5026
5026
  }
5027
5027
  GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5028
- GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sf:r1', [Brush.$], 'ActualMarkerOutline:sg:r2', [Brush.$], 'ActualMarkerTemplate:rz:r3', [DataTemplate.$, null], 'MarkerBrush:sh:r4', [Brush.$], 'MarkerCollisionAvoidance:rb:r5', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rc:r6', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rd:r7', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:si:r8', [Brush.$], 'MarkerStyle:sj:r9', [Style.$], 'MarkerTemplate:r0:sa', [DataTemplate.$, null], 'MarkerThickness:rh:sb', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:re:sc', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sk:sd', [Style.$, null], 'ShapeStyleSelector:rf:se', [StyleSelector.$, null]]);
5028
+ GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sg:r2', [Brush.$], 'ActualMarkerOutline:sh:r3', [Brush.$], 'ActualMarkerTemplate:r0:r4', [DataTemplate.$, null], 'MarkerBrush:si:r5', [Brush.$], 'MarkerCollisionAvoidance:rc:r6', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rd:r7', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:re:r8', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sj:r9', [Brush.$], 'MarkerStyle:sk:sa', [Style.$], 'MarkerTemplate:r1:sb', [DataTemplate.$, null], 'MarkerThickness:ri:sc', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:rf:sd', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sl:se', [Style.$, null], 'ShapeStyleSelector:rg:sf', [StyleSelector.$, null]]);
5029
5029
  return GeographicShapeSeries;
5030
5030
  })();
5031
5031
 
@@ -5090,158 +5090,158 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
5090
5090
  * Gets or sets the fill brush.
5091
5091
  */
5092
5092
  get shapeFill() {
5093
- return this.i.sk ? this.i.sk.fill : null;
5093
+ return this.i.sl ? this.i.sl.fill : null;
5094
5094
  }
5095
5095
  set shapeFill(v) {
5096
5096
  this.ensureShapeStyle();
5097
- this.i.sk.fill = v;
5097
+ this.i.sl.fill = v;
5098
5098
  }
5099
5099
  /**
5100
5100
  * Gets or sets the stroke brush.
5101
5101
  */
5102
5102
  get shapeStroke() {
5103
- return this.i.sk ? this.i.sk.stroke : null;
5103
+ return this.i.sl ? this.i.sl.stroke : null;
5104
5104
  }
5105
5105
  set shapeStroke(v) {
5106
5106
  this.ensureShapeStyle();
5107
- this.i.sk.stroke = v;
5107
+ this.i.sl.stroke = v;
5108
5108
  }
5109
5109
  /**
5110
5110
  * Gets or sets the stroke thickness.
5111
5111
  */
5112
5112
  get shapeStrokeThickness() {
5113
- return this.i.sk ? this.i.sk.strokeThickness : NaN;
5113
+ return this.i.sl ? this.i.sl.strokeThickness : NaN;
5114
5114
  }
5115
5115
  set shapeStrokeThickness(v) {
5116
5116
  this.ensureShapeStyle();
5117
- this.i.sk.strokeThickness = +v;
5118
- this._a("shapeStrokeThickness", this.i.sk.strokeThickness);
5117
+ this.i.sl.strokeThickness = +v;
5118
+ this._a("shapeStrokeThickness", this.i.sl.strokeThickness);
5119
5119
  }
5120
5120
  /**
5121
5121
  * Gets or sets the opacity.
5122
5122
  */
5123
5123
  get shapeOpacity() {
5124
- return this.i.sk ? this.i.sk.opacity : NaN;
5124
+ return this.i.sl ? this.i.sl.opacity : NaN;
5125
5125
  }
5126
5126
  set shapeOpacity(v) {
5127
5127
  this.ensureShapeStyle();
5128
- this.i.sk.opacity = +v;
5129
- this._a("shapeOpacity", this.i.sk.opacity);
5128
+ this.i.sl.opacity = +v;
5129
+ this._a("shapeOpacity", this.i.sl.opacity);
5130
5130
  }
5131
5131
  ensureShapeStyle() {
5132
- if (this.i.sk) {
5132
+ if (this.i.sl) {
5133
5133
  return;
5134
5134
  }
5135
- this.i.sk = new Style();
5135
+ this.i.sl = new Style();
5136
5136
  }
5137
5137
  /**
5138
5138
  * Gets or sets the marker type for the current series object.
5139
5139
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5140
5140
  */
5141
5141
  get markerType() {
5142
- return this.i.re;
5142
+ return this.i.rf;
5143
5143
  }
5144
5144
  set markerType(v) {
5145
- this.i.re = ensureEnum(MarkerType_$type, v);
5146
- this._a("markerType", enumToString(MarkerType_$type, this.i.re));
5145
+ this.i.rf = ensureEnum(MarkerType_$type, v);
5146
+ this._a("markerType", enumToString(MarkerType_$type, this.i.rf));
5147
5147
  }
5148
5148
  /**
5149
5149
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5150
5150
  */
5151
5151
  get markerOutlineMode() {
5152
- return this.i.rd;
5152
+ return this.i.re;
5153
5153
  }
5154
5154
  set markerOutlineMode(v) {
5155
- this.i.rd = ensureEnum(MarkerOutlineMode_$type, v);
5156
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.rd));
5155
+ this.i.re = ensureEnum(MarkerOutlineMode_$type, v);
5156
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.re));
5157
5157
  }
5158
5158
  /**
5159
5159
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5160
5160
  */
5161
5161
  get markerFillMode() {
5162
- return this.i.rc;
5162
+ return this.i.rd;
5163
5163
  }
5164
5164
  set markerFillMode(v) {
5165
- this.i.rc = ensureEnum(MarkerFillMode_$type, v);
5166
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rc));
5165
+ this.i.rd = ensureEnum(MarkerFillMode_$type, v);
5166
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rd));
5167
5167
  }
5168
5168
  /**
5169
5169
  * Gets or sets the MarkerTemplate for the current series object.
5170
5170
  */
5171
5171
  get markerTemplate() {
5172
- return this.i.r0;
5172
+ return this.i.r1;
5173
5173
  }
5174
5174
  set markerTemplate(v) {
5175
- this.i.r0 = v;
5175
+ this.i.r1 = v;
5176
5176
  }
5177
5177
  /**
5178
5178
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5179
5179
  */
5180
5180
  get markerBrush() {
5181
- return brushToString(this.i.sh);
5181
+ return brushToString(this.i.si);
5182
5182
  }
5183
5183
  set markerBrush(v) {
5184
- this.i.sh = stringToBrush(v);
5185
- this._a("markerBrush", brushToString(this.i.sh));
5184
+ this.i.si = stringToBrush(v);
5185
+ this._a("markerBrush", brushToString(this.i.si));
5186
5186
  }
5187
5187
  /**
5188
5188
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5189
5189
  */
5190
5190
  get markerOutline() {
5191
- return brushToString(this.i.si);
5191
+ return brushToString(this.i.sj);
5192
5192
  }
5193
5193
  set markerOutline(v) {
5194
- this.i.si = stringToBrush(v);
5195
- this._a("markerOutline", brushToString(this.i.si));
5194
+ this.i.sj = stringToBrush(v);
5195
+ this._a("markerOutline", brushToString(this.i.sj));
5196
5196
  }
5197
5197
  /**
5198
5198
  * Gets or sets thickness of the marker outline
5199
5199
  */
5200
5200
  get markerThickness() {
5201
- return this.i.rh;
5201
+ return this.i.ri;
5202
5202
  }
5203
5203
  set markerThickness(v) {
5204
- this.i.rh = +v;
5205
- this._a("markerThickness", this.i.rh);
5204
+ this.i.ri = +v;
5205
+ this._a("markerThickness", this.i.ri);
5206
5206
  }
5207
5207
  /**
5208
5208
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5209
5209
  */
5210
5210
  get markerCollisionAvoidance() {
5211
- return this.i.rb;
5211
+ return this.i.rc;
5212
5212
  }
5213
5213
  set markerCollisionAvoidance(v) {
5214
- this.i.rb = ensureEnum(CollisionAvoidanceType_$type, v);
5215
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rb));
5214
+ this.i.rc = ensureEnum(CollisionAvoidanceType_$type, v);
5215
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rc));
5216
5216
  }
5217
5217
  /**
5218
5218
  * Gets the effective marker template for the current series object.
5219
5219
  */
5220
5220
  get actualMarkerTemplate() {
5221
- return this.i.rz;
5221
+ return this.i.r0;
5222
5222
  }
5223
5223
  set actualMarkerTemplate(v) {
5224
- this.i.rz = v;
5224
+ this.i.r0 = v;
5225
5225
  }
5226
5226
  /**
5227
5227
  * Gets the effective marker brush for the current series object.
5228
5228
  */
5229
5229
  get actualMarkerBrush() {
5230
- return brushToString(this.i.sf);
5230
+ return brushToString(this.i.sg);
5231
5231
  }
5232
5232
  set actualMarkerBrush(v) {
5233
- this.i.sf = stringToBrush(v);
5234
- this._a("actualMarkerBrush", brushToString(this.i.sf));
5233
+ this.i.sg = stringToBrush(v);
5234
+ this._a("actualMarkerBrush", brushToString(this.i.sg));
5235
5235
  }
5236
5236
  /**
5237
5237
  * Gets the effective marker outline for the current series object.
5238
5238
  */
5239
5239
  get actualMarkerOutline() {
5240
- return brushToString(this.i.sg);
5240
+ return brushToString(this.i.sh);
5241
5241
  }
5242
5242
  set actualMarkerOutline(v) {
5243
- this.i.sg = stringToBrush(v);
5244
- this._a("actualMarkerOutline", brushToString(this.i.sg));
5243
+ this.i.sh = stringToBrush(v);
5244
+ this._a("actualMarkerOutline", brushToString(this.i.sh));
5245
5245
  }
5246
5246
  get styleShape() {
5247
5247
  return this._styleShape;
@@ -5311,14 +5311,14 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
5311
5311
  }
5312
5312
  b2() {
5313
5313
  super.b2();
5314
- this.ci.p5.sr = this.ci.rb;
5315
- this.ci.p5.sw = this.ci.rj;
5314
+ this.ci.p6.ss = this.ci.rc;
5315
+ this.ci.p6.sx = this.ci.rk;
5316
5316
  }
5317
5317
  cj() {
5318
- this.ci.p5.sr = this.ci.rb;
5318
+ this.ci.p6.ss = this.ci.rc;
5319
5319
  }
5320
5320
  ck() {
5321
- this.ci.p5.sw = this.ci.rj;
5321
+ this.ci.p6.sx = this.ci.rk;
5322
5322
  }
5323
5323
  }
5324
5324
  GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5340,34 +5340,34 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
5340
5340
  bx() {
5341
5341
  return new GeographicPolylineSeriesView(this);
5342
5342
  }
5343
- ly(a) {
5344
- super.ly(a);
5345
- this.rc = a;
5343
+ lz(a) {
5344
+ super.lz(a);
5345
+ this.rd = a;
5346
5346
  }
5347
- p4() {
5347
+ p5() {
5348
5348
  let a = new ScatterPolylineSeries();
5349
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rg));
5349
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rh));
5350
5350
  return a;
5351
5351
  }
5352
- rg(a, b) {
5352
+ rh(a, b) {
5353
5353
  if (this.styleShape != null) {
5354
5354
  this.styleShape(this, b);
5355
5355
  }
5356
5356
  }
5357
- l3(a, b, c, d) {
5358
- super.l3(a, b, c, d);
5357
+ l4(a, b, c, d) {
5358
+ super.l4(a, b, c, d);
5359
5359
  switch (b) {
5360
5360
  case GeographicPolylineSeries.$$p[1]:
5361
- this.rc.cj();
5361
+ this.rd.cj();
5362
5362
  break;
5363
5363
  case GeographicPolylineSeries.$$p[0]:
5364
- this.rc.ck();
5364
+ this.rd.ck();
5365
5365
  break;
5366
5366
  }
5367
5367
  }
5368
5368
  }
5369
5369
  GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
5370
- GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rj:rh', [Style.$, null], 'ShapeStyleSelector:rb:ri', [StyleSelector.$, null]]);
5370
+ GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [Style.$, null], 'ShapeStyleSelector:rc:rj', [StyleSelector.$, null]]);
5371
5371
  return GeographicPolylineSeries;
5372
5372
  })();
5373
5373
 
@@ -5432,49 +5432,49 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
5432
5432
  * Gets or sets the fill brush.
5433
5433
  */
5434
5434
  get shapeFill() {
5435
- return this.i.rj ? this.i.rj.fill : null;
5435
+ return this.i.rk ? this.i.rk.fill : null;
5436
5436
  }
5437
5437
  set shapeFill(v) {
5438
5438
  this.ensureShapeStyle();
5439
- this.i.rj.fill = v;
5439
+ this.i.rk.fill = v;
5440
5440
  }
5441
5441
  /**
5442
5442
  * Gets or sets the stroke brush.
5443
5443
  */
5444
5444
  get shapeStroke() {
5445
- return this.i.rj ? this.i.rj.stroke : null;
5445
+ return this.i.rk ? this.i.rk.stroke : null;
5446
5446
  }
5447
5447
  set shapeStroke(v) {
5448
5448
  this.ensureShapeStyle();
5449
- this.i.rj.stroke = v;
5449
+ this.i.rk.stroke = v;
5450
5450
  }
5451
5451
  /**
5452
5452
  * Gets or sets the stroke thickness.
5453
5453
  */
5454
5454
  get shapeStrokeThickness() {
5455
- return this.i.rj ? this.i.rj.strokeThickness : NaN;
5455
+ return this.i.rk ? this.i.rk.strokeThickness : NaN;
5456
5456
  }
5457
5457
  set shapeStrokeThickness(v) {
5458
5458
  this.ensureShapeStyle();
5459
- this.i.rj.strokeThickness = +v;
5460
- this._a("shapeStrokeThickness", this.i.rj.strokeThickness);
5459
+ this.i.rk.strokeThickness = +v;
5460
+ this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
5461
5461
  }
5462
5462
  /**
5463
5463
  * Gets or sets the opacity.
5464
5464
  */
5465
5465
  get shapeOpacity() {
5466
- return this.i.rj ? this.i.rj.opacity : NaN;
5466
+ return this.i.rk ? this.i.rk.opacity : NaN;
5467
5467
  }
5468
5468
  set shapeOpacity(v) {
5469
5469
  this.ensureShapeStyle();
5470
- this.i.rj.opacity = +v;
5471
- this._a("shapeOpacity", this.i.rj.opacity);
5470
+ this.i.rk.opacity = +v;
5471
+ this._a("shapeOpacity", this.i.rk.opacity);
5472
5472
  }
5473
5473
  ensureShapeStyle() {
5474
- if (this.i.rj) {
5474
+ if (this.i.rk) {
5475
5475
  return;
5476
5476
  }
5477
- this.i.rj = new Style();
5477
+ this.i.rk = new Style();
5478
5478
  }
5479
5479
  get styleShape() {
5480
5480
  return this._styleShape;
@@ -5617,11 +5617,11 @@ let TileSeries = /*@__PURE__*/ (() => {
5617
5617
  class TileSeries extends ShapeSeriesBase {
5618
5618
  constructor() {
5619
5619
  super();
5620
+ this.st = null;
5620
5621
  this.ss = null;
5621
- this.sr = null;
5622
5622
  this.imageTilesReady = null;
5623
- this.sv = null;
5624
- this.sw = false;
5623
+ this.sw = null;
5624
+ this.sx = false;
5625
5625
  this.ab = TileSeries.$;
5626
5626
  }
5627
5627
  get_ei() {
@@ -5630,34 +5630,34 @@ let TileSeries = /*@__PURE__*/ (() => {
5630
5630
  bx() {
5631
5631
  return new TileSeriesView(this);
5632
5632
  }
5633
- ly(a) {
5634
- super.ly(a);
5635
- this.sq = a;
5633
+ lz(a) {
5634
+ super.lz(a);
5635
+ this.sr = a;
5636
5636
  }
5637
- get_q6() {
5637
+ get_q7() {
5638
5638
  return false;
5639
5639
  }
5640
- get su() {
5641
- return this.ss;
5640
+ get sv() {
5641
+ return this.st;
5642
5642
  }
5643
- set su(a) {
5644
- let b = a != this.su;
5643
+ set sv(a) {
5644
+ let b = a != this.sv;
5645
5645
  if (b) {
5646
- let c = this.su;
5647
- this.ss = a;
5646
+ let c = this.sv;
5647
+ this.st = a;
5648
5648
  this.raisePropertyChanged("TileImagery", c, a);
5649
5649
  }
5650
5650
  }
5651
- get st() {
5652
- return this.sr;
5651
+ get su() {
5652
+ return this.ss;
5653
5653
  }
5654
- set st(a) {
5655
- let b = this.sr;
5656
- this.sr = a;
5657
- this.raisePropertyChanged("ActualTileImagery", b, this.sr);
5654
+ set su(a) {
5655
+ let b = this.ss;
5656
+ this.ss = a;
5657
+ this.raisePropertyChanged("ActualTileImagery", b, this.ss);
5658
5658
  }
5659
- l3(a, b, c, d) {
5660
- super.l3(a, b, c, d);
5659
+ l4(a, b, c, d) {
5660
+ super.l4(a, b, c, d);
5661
5661
  let e;
5662
5662
  let f;
5663
5663
  switch (b) {
@@ -5665,78 +5665,78 @@ let TileSeries = /*@__PURE__*/ (() => {
5665
5665
  e = c;
5666
5666
  f = d;
5667
5667
  if (e != null) {
5668
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.sz));
5668
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
5669
5669
  }
5670
5670
  if (f != null) {
5671
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sz));
5671
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
5672
5672
  }
5673
- this.sq.de(e, f);
5674
- this.mh(false);
5675
- this.lo();
5673
+ this.sr.de(e, f);
5674
+ this.mi(false);
5675
+ this.lp();
5676
5676
  break;
5677
5677
  case "ActualTileImagery":
5678
5678
  e = c;
5679
5679
  f = d;
5680
5680
  if (e != null) {
5681
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s0));
5681
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
5682
5682
  e.deferralHandler = null;
5683
5683
  }
5684
5684
  if (f != null) {
5685
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s0));
5685
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
5686
5686
  f.deferralHandler = this;
5687
5687
  }
5688
- this.sq.dd(e, f);
5688
+ this.sr.dd(e, f);
5689
5689
  if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
5690
5690
  f.geographicMap = this.cd;
5691
- this.s2(this.b0);
5692
- this.sq.da(this.cd.sf);
5691
+ this.s3(this.b0);
5692
+ this.sr.da(this.cd.sf);
5693
5693
  }
5694
- this.lo();
5694
+ this.lp();
5695
5695
  break;
5696
5696
  case "ActualWindowRect":
5697
- this.sq.da(d);
5697
+ this.sr.da(d);
5698
5698
  break;
5699
5699
  case "WorldRect":
5700
- this.sq.dh(d);
5700
+ this.sr.dh(d);
5701
5701
  break;
5702
5702
  case "SeriesViewer":
5703
5703
  let g = c;
5704
5704
  let h = d;
5705
- if (g != null && this.st != null) {
5706
- this.st.be(null);
5705
+ if (g != null && this.su != null) {
5706
+ this.su.be(null);
5707
5707
  }
5708
- if (h != null && this.st != null) {
5709
- this.st.be(this.b0.w);
5708
+ if (h != null && this.su != null) {
5709
+ this.su.be(this.b0.w);
5710
5710
  }
5711
5711
  break;
5712
5712
  case "ActualBrush":
5713
5713
  case "ActualOutline":
5714
5714
  case "ActualThickness":
5715
- this.lq();
5715
+ this.lr();
5716
5716
  break;
5717
5717
  }
5718
5718
  }
5719
- sz(a, b) {
5719
+ s0(a, b) {
5720
5720
  if (b.propertyName == "MultiScaleImage") {
5721
- this.s2(this.b0);
5721
+ this.s3(this.b0);
5722
5722
  }
5723
5723
  }
5724
- s0(a, b) {
5724
+ s1(a, b) {
5725
5725
  if (this.imageTilesReady != null) {
5726
5726
  this.imageTilesReady(this, new EventArgs());
5727
5727
  }
5728
- if (!this.sw) {
5729
- this.sq.df();
5728
+ if (!this.sx) {
5729
+ this.sr.df();
5730
5730
  }
5731
5731
  }
5732
5732
  register(a, b) {
5733
- this.sv = b;
5733
+ this.sw = b;
5734
5734
  }
5735
5735
  unRegister(a) {
5736
- this.sv = null;
5736
+ this.sw = null;
5737
5737
  }
5738
5738
  deferredRefresh() {
5739
- this.mh(false);
5739
+ this.mi(false);
5740
5740
  }
5741
5741
  deferAction(a) {
5742
5742
  if (this.g9 != null) {
@@ -5746,54 +5746,54 @@ let TileSeries = /*@__PURE__*/ (() => {
5746
5746
  window.setTimeout(a, 0);
5747
5747
  }
5748
5748
  }
5749
- m4(a, b) {
5750
- this.sq.dg();
5751
- super.m4(a, b);
5749
+ m5(a, b) {
5750
+ this.sr.dg();
5751
+ super.m5(a, b);
5752
5752
  }
5753
- mi(a) {
5754
- super.mi(a);
5755
- this.s1(a, this.b0);
5753
+ mj(a) {
5754
+ super.mj(a);
5755
+ this.s2(a, this.b0);
5756
5756
  }
5757
- s1(a, b) {
5757
+ s2(a, b) {
5758
5758
  let c;
5759
5759
  let d;
5760
5760
  let e = b;
5761
5761
  let f = b.getViewInfo(c, d);
5762
5762
  c = f.p0;
5763
5763
  d = f.p1;
5764
- this.s2(b);
5765
- if (this.sv != null) {
5766
- this.sw = true;
5767
- this.sv(a);
5768
- this.sw = false;
5764
+ this.s3(b);
5765
+ if (this.sw != null) {
5766
+ this.sx = true;
5767
+ this.sw(a);
5768
+ this.sx = false;
5769
5769
  }
5770
5770
  e.df();
5771
5771
  }
5772
- mg(a, b, c, d, e) {
5773
- super.mg(a, b, c, d, e);
5772
+ mh(a, b, c, d, e) {
5773
+ super.mh(a, b, c, d, e);
5774
5774
  let f = this.fc.item(d);
5775
5775
  f.a1(c);
5776
5776
  if (this.cx(f)) {
5777
5777
  return;
5778
5778
  }
5779
- this.sa(f);
5779
+ this.sb(f);
5780
5780
  }
5781
- s2(a) {
5781
+ s3(a) {
5782
5782
  let b;
5783
5783
  let c;
5784
5784
  let d = a.getViewInfo(b, c);
5785
5785
  b = d.p0;
5786
5786
  c = d.p1;
5787
- if (this.su != null && this.su.ao != null) {
5788
- if (this.su != this.st) {
5789
- this.st = this.su;
5787
+ if (this.sv != null && this.sv.ao != null) {
5788
+ if (this.sv != this.su) {
5789
+ this.su = this.sv;
5790
5790
  }
5791
- if (this.st != null && !b.isEmpty) {
5792
- if (this.st.width != b.width) {
5793
- this.st.width = b.width;
5791
+ if (this.su != null && !b.isEmpty) {
5792
+ if (this.su.width != b.width) {
5793
+ this.su.width = b.width;
5794
5794
  }
5795
- if (this.st.height != b.height) {
5796
- this.st.height = b.height;
5795
+ if (this.su.height != b.height) {
5796
+ this.su.height = b.height;
5797
5797
  }
5798
5798
  }
5799
5799
  }
@@ -5822,8 +5822,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
5822
5822
  as() {
5823
5823
  super.as();
5824
5824
  if (!this.q) {
5825
- this.c7.o7 = Defaults.ao;
5826
- this.c7.o2 = Defaults.an;
5825
+ this.c7.o8 = Defaults.ao;
5826
+ this.c7.o3 = Defaults.an;
5827
5827
  }
5828
5828
  }
5829
5829
  ch(a, b) {
@@ -5850,8 +5850,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
5850
5850
  this.aq();
5851
5851
  }
5852
5852
  da(a) {
5853
- if (this.c7.su != null) {
5854
- this.c7.su.windowRect = a;
5853
+ if (this.c7.sv != null) {
5854
+ this.c7.sv.windowRect = a;
5855
5855
  }
5856
5856
  }
5857
5857
  dd(a, b) {
@@ -5886,8 +5886,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
5886
5886
  this.c9.setAttribute("width", this.bu.width.toString());
5887
5887
  this.c9.setAttribute("height", this.bu.height.toString());
5888
5888
  }
5889
- if (this.c7.su != null) {
5890
- this.c7.su.bf(this.bu);
5889
+ if (this.c7.sv != null) {
5890
+ this.c7.sv.bf(this.bu);
5891
5891
  }
5892
5892
  }
5893
5893
  a6(a, b) {
@@ -5921,8 +5921,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
5921
5921
  db() {
5922
5922
  }
5923
5923
  dh(a) {
5924
- if (this.c7.su != null) {
5925
- this.c7.su.a6();
5924
+ if (this.c7.sv != null) {
5925
+ this.c7.sv.a6();
5926
5926
  }
5927
5927
  }
5928
5928
  }
@@ -5989,13 +5989,13 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
5989
5989
  * The MapImagery which is used to provide the tiles for display.
5990
5990
  */
5991
5991
  get tileImagery() {
5992
- if (this.i.su == null) {
5992
+ if (this.i.sv == null) {
5993
5993
  return null;
5994
5994
  }
5995
- return this.i.su.externalObject;
5995
+ return this.i.sv.externalObject;
5996
5996
  }
5997
5997
  set tileImagery(v) {
5998
- v == null ? this.i.su = null : this.i.su = v.i;
5998
+ v == null ? this.i.sv = null : this.i.sv = v.i;
5999
5999
  }
6000
6000
  findByName(name) {
6001
6001
  var baseResult = super.findByName(name);
@@ -6048,57 +6048,57 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
6048
6048
  class GeographicTileSeries extends GeographicShapeSeriesBase {
6049
6049
  constructor() {
6050
6050
  super();
6051
+ this.rd = null;
6051
6052
  this.rc = null;
6052
- this.rb = null;
6053
6053
  this.imageTilesReady = null;
6054
6054
  this.ab = GeographicTileSeries.$;
6055
6055
  }
6056
6056
  get_ei() {
6057
6057
  return true;
6058
6058
  }
6059
- get rd() {
6060
- return this.rc;
6059
+ get re() {
6060
+ return this.rd;
6061
6061
  }
6062
- set rd(a) {
6063
- let b = a != this.rd;
6062
+ set re(a) {
6063
+ let b = a != this.re;
6064
6064
  if (b) {
6065
- let c = this.rd;
6066
- this.rc = a;
6065
+ let c = this.re;
6066
+ this.rd = a;
6067
6067
  this.raisePropertyChanged("TileImagery", c, a);
6068
6068
  }
6069
6069
  }
6070
- rh() {
6071
- if (this.rd != null) {
6072
- this.rd.clearTileCache();
6070
+ ri() {
6071
+ if (this.re != null) {
6072
+ this.re.clearTileCache();
6073
6073
  }
6074
6074
  }
6075
- l3(a, b, c, d) {
6076
- super.l3(a, b, c, d);
6075
+ l4(a, b, c, d) {
6076
+ super.l4(a, b, c, d);
6077
6077
  switch (b) {
6078
6078
  case "TileImagery":
6079
- if (this.p5 != null) {
6080
- this.p5.su = this.rd;
6079
+ if (this.p6 != null) {
6080
+ this.p6.sv = this.re;
6081
6081
  }
6082
6082
  break;
6083
6083
  }
6084
6084
  }
6085
- qa() {
6086
- super.qa();
6087
- this.p5.su = this.rd;
6088
- if (this.rb != null) {
6089
- let a = this.rb;
6090
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rg));
6085
+ qb() {
6086
+ super.qb();
6087
+ this.p6.sv = this.re;
6088
+ if (this.rc != null) {
6089
+ let a = this.rc;
6090
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rh));
6091
6091
  }
6092
- this.rb = this.p5;
6093
- if (this.rb != null) {
6094
- let b = this.rb;
6095
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rg));
6092
+ this.rc = this.p6;
6093
+ if (this.rc != null) {
6094
+ let b = this.rc;
6095
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rh));
6096
6096
  }
6097
6097
  }
6098
- p4() {
6098
+ p5() {
6099
6099
  return new TileSeries();
6100
6100
  }
6101
- rg(a, b) {
6101
+ rh(a, b) {
6102
6102
  if (this.imageTilesReady != null) {
6103
6103
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
6104
6104
  }
@@ -6162,13 +6162,13 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6162
6162
  * The MapImagery which is used to provide the tiles for display.
6163
6163
  */
6164
6164
  get tileImagery() {
6165
- if (this.i.rd == null) {
6165
+ if (this.i.re == null) {
6166
6166
  return null;
6167
6167
  }
6168
- return this.i.rd.externalObject;
6168
+ return this.i.re.externalObject;
6169
6169
  }
6170
6170
  set tileImagery(v) {
6171
- v == null ? this.i.rd = null : this.i.rd = v.i;
6171
+ v == null ? this.i.re = null : this.i.re = v.i;
6172
6172
  }
6173
6173
  findByName(name) {
6174
6174
  var baseResult = super.findByName(name);
@@ -6185,7 +6185,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6185
6185
 
6186
6186
  */
6187
6187
  clearTileCache() {
6188
- this.i.rh();
6188
+ this.i.ri();
6189
6189
  }
6190
6190
  /**
6191
6191
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -6272,70 +6272,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6272
6272
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
6273
6273
  */
6274
6274
  get markerType() {
6275
- return this.i.qf;
6275
+ return this.i.qg;
6276
6276
  }
6277
6277
  set markerType(v) {
6278
- this.i.qf = ensureEnum(MarkerType_$type, v);
6279
- this._a("markerType", enumToString(MarkerType_$type, this.i.qf));
6278
+ this.i.qg = ensureEnum(MarkerType_$type, v);
6279
+ this._a("markerType", enumToString(MarkerType_$type, this.i.qg));
6280
6280
  }
6281
6281
  /**
6282
6282
  * Gets or sets thickness of the marker outline
6283
6283
  */
6284
6284
  get markerThickness() {
6285
- return this.i.qg;
6285
+ return this.i.qh;
6286
6286
  }
6287
6287
  set markerThickness(v) {
6288
- this.i.qg = +v;
6289
- this._a("markerThickness", this.i.qg);
6288
+ this.i.qh = +v;
6289
+ this._a("markerThickness", this.i.qh);
6290
6290
  }
6291
6291
  /**
6292
6292
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6293
6293
  */
6294
6294
  get markerOutlineMode() {
6295
- return this.i.qe;
6295
+ return this.i.qf;
6296
6296
  }
6297
6297
  set markerOutlineMode(v) {
6298
- this.i.qe = ensureEnum(MarkerOutlineMode_$type, v);
6299
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qe));
6298
+ this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
6299
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qf));
6300
6300
  }
6301
6301
  /**
6302
6302
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
6303
6303
  */
6304
6304
  get markerFillMode() {
6305
- return this.i.qd;
6305
+ return this.i.qe;
6306
6306
  }
6307
6307
  set markerFillMode(v) {
6308
- this.i.qd = ensureEnum(MarkerFillMode_$type, v);
6309
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qd));
6308
+ this.i.qe = ensureEnum(MarkerFillMode_$type, v);
6309
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qe));
6310
6310
  }
6311
6311
  /**
6312
6312
  * Gets or sets the MarkerTemplate for the current series object.
6313
6313
  */
6314
6314
  get markerTemplate() {
6315
- return this.i.qv;
6315
+ return this.i.qw;
6316
6316
  }
6317
6317
  set markerTemplate(v) {
6318
- this.i.qv = v;
6318
+ this.i.qw = v;
6319
6319
  }
6320
6320
  /**
6321
6321
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6322
6322
  */
6323
6323
  get markerBrush() {
6324
- return brushToString(this.i.q9);
6324
+ return brushToString(this.i.ra);
6325
6325
  }
6326
6326
  set markerBrush(v) {
6327
- this.i.q9 = stringToBrush(v);
6328
- this._a("markerBrush", brushToString(this.i.q9));
6327
+ this.i.ra = stringToBrush(v);
6328
+ this._a("markerBrush", brushToString(this.i.ra));
6329
6329
  }
6330
6330
  /**
6331
6331
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6332
6332
  */
6333
6333
  get markerOutline() {
6334
- return brushToString(this.i.ra);
6334
+ return brushToString(this.i.rb);
6335
6335
  }
6336
6336
  set markerOutline(v) {
6337
- this.i.ra = stringToBrush(v);
6338
- this._a("markerOutline", brushToString(this.i.ra));
6337
+ this.i.rb = stringToBrush(v);
6338
+ this._a("markerOutline", brushToString(this.i.rb));
6339
6339
  }
6340
6340
  /**
6341
6341
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -6343,40 +6343,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6343
6343
  * choose a representative set.
6344
6344
  */
6345
6345
  get maximumMarkers() {
6346
- return this.i.qh;
6346
+ return this.i.qi;
6347
6347
  }
6348
6348
  set maximumMarkers(v) {
6349
- this.i.qh = +v;
6350
- this._a("maximumMarkers", this.i.qh);
6349
+ this.i.qi = +v;
6350
+ this._a("maximumMarkers", this.i.qi);
6351
6351
  }
6352
6352
  /**
6353
6353
  * Gets the effective marker template for the current series object.
6354
6354
  */
6355
6355
  get actualMarkerTemplate() {
6356
- return this.i.qu;
6356
+ return this.i.qv;
6357
6357
  }
6358
6358
  set actualMarkerTemplate(v) {
6359
- this.i.qu = v;
6359
+ this.i.qv = v;
6360
6360
  }
6361
6361
  /**
6362
6362
  * Gets the effective marker brush for the current series object.
6363
6363
  */
6364
6364
  get actualMarkerBrush() {
6365
- return brushToString(this.i.q7);
6365
+ return brushToString(this.i.q8);
6366
6366
  }
6367
6367
  set actualMarkerBrush(v) {
6368
- this.i.q7 = stringToBrush(v);
6369
- this._a("actualMarkerBrush", brushToString(this.i.q7));
6368
+ this.i.q8 = stringToBrush(v);
6369
+ this._a("actualMarkerBrush", brushToString(this.i.q8));
6370
6370
  }
6371
6371
  /**
6372
6372
  * Gets the effective marker outline for the current series object.
6373
6373
  */
6374
6374
  get actualMarkerOutline() {
6375
- return brushToString(this.i.q8);
6375
+ return brushToString(this.i.q9);
6376
6376
  }
6377
6377
  set actualMarkerOutline(v) {
6378
- this.i.q8 = stringToBrush(v);
6379
- this._a("actualMarkerOutline", brushToString(this.i.q8));
6378
+ this.i.q9 = stringToBrush(v);
6379
+ this._a("actualMarkerOutline", brushToString(this.i.q9));
6380
6380
  }
6381
6381
  }
6382
6382
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -6396,75 +6396,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
6396
6396
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
6397
6397
  constructor() {
6398
6398
  super();
6399
- let a = this.p5;
6400
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.qt));
6399
+ let a = this.p6;
6400
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.qu));
6401
6401
  }
6402
- nd() {
6403
- return this.qu;
6404
- }
6405
- o5() {
6406
- return this.q7;
6402
+ ne() {
6403
+ return this.qv;
6407
6404
  }
6408
6405
  o6() {
6409
6406
  return this.q8;
6410
6407
  }
6408
+ o7() {
6409
+ return this.q9;
6410
+ }
6411
6411
  f2() {
6412
- return this.qg;
6412
+ return this.qh;
6413
6413
  }
6414
6414
  iy() {
6415
- let a = typeCast(MarkerSeries.$, this.p5);
6415
+ let a = typeCast(MarkerSeries.$, this.p6);
6416
6416
  if (a == null) {
6417
6417
  return "Unknown";
6418
6418
  }
6419
6419
  return a.iy();
6420
6420
  }
6421
- qt(a, b) {
6422
- let c = typeCast(MarkerSeries.$, this.p5);
6421
+ qu(a, b) {
6422
+ let c = typeCast(MarkerSeries.$, this.p6);
6423
6423
  if (c == null) {
6424
6424
  return;
6425
6425
  }
6426
6426
  if (b.propertyName == "ActualMarkerTemplate") {
6427
- this.qu = c.qw;
6427
+ this.qv = c.qx;
6428
6428
  }
6429
6429
  else if (b.propertyName == "ActualMarkerOutline") {
6430
- this.q8 = c.rd;
6430
+ this.q9 = c.re;
6431
6431
  }
6432
6432
  else if (b.propertyName == "ActualMarkerBrush") {
6433
- this.q7 = c.rc;
6433
+ this.q8 = c.rd;
6434
6434
  }
6435
6435
  }
6436
- l3(a, b, c, d) {
6437
- super.l3(a, b, c, d);
6436
+ l4(a, b, c, d) {
6437
+ super.l4(a, b, c, d);
6438
6438
  switch (b) {
6439
6439
  case GeographicMarkerSeries.$$p[3]:
6440
- this.p5.re = this.q9;
6440
+ this.p6.rf = this.ra;
6441
6441
  break;
6442
6442
  case GeographicMarkerSeries.$$p[6]:
6443
- this.p5.rf = this.ra;
6443
+ this.p6.rg = this.rb;
6444
6444
  break;
6445
6445
  case GeographicMarkerSeries.$$p[5]:
6446
- this.p5.p9 = this.qe;
6446
+ this.p6.qa = this.qf;
6447
6447
  break;
6448
6448
  case GeographicMarkerSeries.$$p[4]:
6449
- this.p5.p5 = this.qd;
6449
+ this.p6.p6 = this.qe;
6450
6450
  break;
6451
6451
  case GeographicMarkerSeries.$$p[9]:
6452
- this.p5.qc = this.qf;
6452
+ this.p6.qd = this.qg;
6453
6453
  break;
6454
6454
  case GeographicMarkerSeries.$$p[7]:
6455
- this.p5.qy = this.qv;
6455
+ this.p6.qz = this.qw;
6456
6456
  break;
6457
6457
  case GeographicMarkerSeries.$$p[8]:
6458
- this.p5.qh = this.qg;
6458
+ this.p6.qi = this.qh;
6459
6459
  break;
6460
6460
  case GeographicMarkerSeries.$$p[10]:
6461
- this.p5.sx = this.qh;
6461
+ this.p6.sy = this.qi;
6462
6462
  break;
6463
6463
  }
6464
6464
  }
6465
6465
  }
6466
6466
  GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
6467
- GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q7:qw', [Brush.$], 'ActualMarkerOutline:q8:qx', [Brush.$], 'ActualMarkerTemplate:qu:qy', [DataTemplate.$, null], 'MarkerBrush:q9:qz', [Brush.$], 'MarkerFillMode:qd:q0', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qe:q1', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ra:q2', [Brush.$], 'MarkerTemplate:qv:q3', [DataTemplate.$, null], 'MarkerThickness:qg:q4', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:qf:q5', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qh:q6', [1, 400]]);
6467
+ GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q8:qx', [Brush.$], 'ActualMarkerOutline:q9:qy', [Brush.$], 'ActualMarkerTemplate:qv:qz', [DataTemplate.$, null], 'MarkerBrush:ra:q0', [Brush.$], 'MarkerFillMode:qe:q1', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qf:q2', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rb:q3', [Brush.$], 'MarkerTemplate:qw:q4', [DataTemplate.$, null], 'MarkerThickness:qh:q5', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:qg:q6', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qi:q7', [1, 400]]);
6468
6468
  return GeographicMarkerSeries;
6469
6469
  })();
6470
6470
 
@@ -6491,49 +6491,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6491
6491
  }
6492
6492
  b2() {
6493
6493
  super.b2();
6494
- let a = this.ce.p5;
6495
- a.td = this.ce.r4;
6496
- a.tl = this.ce.r2;
6497
- a.qc = this.ce.qf;
6498
- a.qy = this.ce.qv;
6499
- a.qh = this.ce.qg;
6494
+ let a = this.ce.p6;
6495
+ a.te = this.ce.r5;
6496
+ a.tm = this.ce.r3;
6497
+ a.qd = this.ce.qg;
6498
+ a.qz = this.ce.qw;
6499
+ a.qi = this.ce.qh;
6500
+ a.vh = this.ce.rp;
6501
+ a.v7 = this.ce.sa;
6502
+ a.u7 = this.ce.rh;
6503
+ a.vx = this.ce.r1;
6504
+ a.vs = this.ce.rt;
6505
+ a.u4 = this.ce.re;
6506
+ a.vf = this.ce.rl;
6500
6507
  a.vg = this.ce.ro;
6501
- a.v6 = this.ce.r9;
6502
- a.u6 = this.ce.rg;
6503
- a.vw = this.ce.r0;
6504
- a.vr = this.ce.rs;
6505
- a.u3 = this.ce.rd;
6506
- a.ve = this.ce.rk;
6507
- a.vf = this.ce.rn;
6508
+ a.vm = this.ce.rr;
6508
6509
  a.vl = this.ce.rq;
6509
- a.vk = this.ce.rp;
6510
6510
  }
6511
6511
  cn() {
6512
- this.ce.p5.td = this.ce.r4;
6512
+ this.ce.p6.te = this.ce.r5;
6513
6513
  }
6514
6514
  cm() {
6515
- this.ce.p5.tl = this.ce.r2;
6515
+ this.ce.p6.tm = this.ce.r3;
6516
6516
  }
6517
6517
  cs() {
6518
- this.ce.p5.qc = this.ce.qf;
6518
+ this.ce.p6.qd = this.ce.qg;
6519
6519
  }
6520
6520
  cq() {
6521
- this.ce.p5.qy = this.ce.qv;
6521
+ this.ce.p6.qz = this.ce.qw;
6522
6522
  }
6523
6523
  cr() {
6524
- this.ce.p5.qh = this.ce.qg;
6524
+ this.ce.p6.qi = this.ce.qh;
6525
6525
  }
6526
6526
  ct() {
6527
- this.ce.p5.sx = this.ce.qh;
6527
+ this.ce.p6.sy = this.ce.qi;
6528
6528
  }
6529
6529
  cv() {
6530
- this.ce.p5.xAxis = this.ce.cd.s2;
6530
+ this.ce.p6.xAxis = this.ce.cd.s2;
6531
6531
  }
6532
6532
  cw() {
6533
- this.ce.p5.yAxis = this.ce.cd.s4;
6533
+ this.ce.p6.yAxis = this.ce.cd.s4;
6534
6534
  }
6535
6535
  cu() {
6536
- let a = this.ce.p5;
6536
+ let a = this.ce.p6;
6537
6537
  if (this.ce.cd == null) {
6538
6538
  a.xAxis = null;
6539
6539
  a.yAxis = null;
@@ -6543,45 +6543,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6543
6543
  a.yAxis = this.ce.cd.s4;
6544
6544
  }
6545
6545
  co() {
6546
- this.ce.p5.re = this.ce.q9;
6546
+ this.ce.p6.rf = this.ce.ra;
6547
6547
  }
6548
6548
  cp() {
6549
- this.ce.p5.rf = this.ce.ra;
6549
+ this.ce.p6.rg = this.ce.rb;
6550
6550
  }
6551
6551
  cx() {
6552
- this.ce.p5.v6 = this.ce.r9;
6552
+ this.ce.p6.v7 = this.ce.sa;
6553
6553
  }
6554
6554
  cy() {
6555
- this.ce.p5.u6 = this.ce.rg;
6556
- this.ce.p5.vg = this.ce.ro;
6555
+ this.ce.p6.u7 = this.ce.rh;
6556
+ this.ce.p6.vh = this.ce.rp;
6557
6557
  }
6558
6558
  ci() {
6559
- this.ce.p5.vw = this.ce.r0;
6559
+ this.ce.p6.vx = this.ce.r1;
6560
6560
  }
6561
6561
  cg() {
6562
- this.ce.p5.u3 = this.ce.rd;
6563
- this.ce.p5.ve = this.ce.rk;
6564
- this.ce.p5.vf = this.ce.rn;
6565
- this.ce.p5.vl = this.ce.rq;
6566
- this.ce.p5.vk = this.ce.rp;
6562
+ this.ce.p6.u4 = this.ce.re;
6563
+ this.ce.p6.vf = this.ce.rl;
6564
+ this.ce.p6.vg = this.ce.ro;
6565
+ this.ce.p6.vm = this.ce.rr;
6566
+ this.ce.p6.vl = this.ce.rq;
6567
6567
  }
6568
6568
  cf() {
6569
- this.ce.p5.vr = this.ce.rs;
6569
+ this.ce.p6.vs = this.ce.rt;
6570
6570
  }
6571
6571
  cz() {
6572
- this.ce.p5.vg = this.ce.ro;
6572
+ this.ce.p6.vh = this.ce.rp;
6573
6573
  }
6574
6574
  ch() {
6575
- this.ce.p5.ve = this.ce.rk;
6575
+ this.ce.p6.vf = this.ce.rl;
6576
6576
  }
6577
6577
  cl() {
6578
- this.ce.p5.vf = this.ce.rn;
6578
+ this.ce.p6.vg = this.ce.ro;
6579
6579
  }
6580
6580
  ck() {
6581
- this.ce.p5.vl = this.ce.rq;
6581
+ this.ce.p6.vm = this.ce.rr;
6582
6582
  }
6583
6583
  cj() {
6584
- this.ce.p5.vk = this.ce.rp;
6584
+ this.ce.p6.vl = this.ce.rq;
6585
6585
  }
6586
6586
  }
6587
6587
  GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -6594,9 +6594,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
6594
6594
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
6595
6595
  constructor() {
6596
6596
  super();
6597
- this.re = null;
6597
+ this.rf = null;
6598
+ this.rk = false;
6598
6599
  this.rj = false;
6599
- this.ri = false;
6600
6600
  this.assigningScatterStyle = null;
6601
6601
  this.assigningScatterMarkerStyle = null;
6602
6602
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -6607,112 +6607,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
6607
6607
  bx() {
6608
6608
  return new GeographicProportionalSymbolSeriesView(this);
6609
6609
  }
6610
- ly(a) {
6611
- super.ly(a);
6612
- this.rh = a;
6610
+ lz(a) {
6611
+ super.lz(a);
6612
+ this.ri = a;
6613
6613
  }
6614
6614
  gv() {
6615
6615
  return 0.7;
6616
6616
  }
6617
- p4() {
6617
+ p5() {
6618
6618
  return new BubbleSeries();
6619
6619
  }
6620
6620
  get_dx() {
6621
6621
  return true;
6622
6622
  }
6623
- l3(a, b, c, d) {
6624
- super.l3(a, b, c, d);
6623
+ l4(a, b, c, d) {
6624
+ super.l4(a, b, c, d);
6625
6625
  switch (b) {
6626
6626
  case "SeriesViewer":
6627
- this.rh.cu();
6627
+ this.ri.cu();
6628
6628
  break;
6629
6629
  case GeographicProportionalSymbolSeries.$$p[9]:
6630
- this.rh.cn();
6630
+ this.ri.cn();
6631
6631
  break;
6632
6632
  case GeographicProportionalSymbolSeries.$$p[8]:
6633
- this.rh.cm();
6633
+ this.ri.cm();
6634
6634
  break;
6635
6635
  case "XAxis":
6636
- this.rh.cv();
6636
+ this.ri.cv();
6637
6637
  break;
6638
6638
  case "YAxis":
6639
- this.rh.cw();
6639
+ this.ri.cw();
6640
6640
  break;
6641
6641
  case GeographicProportionalSymbolSeries.$$p[13]:
6642
- this.rh.cx();
6642
+ this.ri.cx();
6643
6643
  break;
6644
6644
  case GeographicProportionalSymbolSeries.$$p[14]:
6645
- this.rh.cy();
6645
+ this.ri.cy();
6646
6646
  break;
6647
6647
  case GeographicProportionalSymbolSeries.$$p[15]:
6648
- this.rh.cz();
6648
+ this.ri.cz();
6649
6649
  break;
6650
6650
  case GeographicProportionalSymbolSeries.$$p[7]:
6651
- this.rh.ci();
6651
+ this.ri.ci();
6652
6652
  break;
6653
6653
  case GeographicProportionalSymbolSeries.$$p[0]:
6654
- this.rh.cf();
6654
+ this.ri.cf();
6655
6655
  break;
6656
6656
  case GeographicProportionalSymbolSeries.$$p[1]:
6657
- this.rh.cg();
6657
+ this.ri.cg();
6658
6658
  break;
6659
6659
  case GeographicProportionalSymbolSeries.$$p[2]:
6660
- this.rh.ch();
6660
+ this.ri.ch();
6661
6661
  break;
6662
6662
  case GeographicProportionalSymbolSeries.$$p[12]:
6663
- this.rh.cl();
6663
+ this.ri.cl();
6664
6664
  break;
6665
6665
  case GeographicProportionalSymbolSeries.$$p[11]:
6666
- this.rh.ck();
6666
+ this.ri.ck();
6667
6667
  break;
6668
6668
  case GeographicProportionalSymbolSeries.$$p[10]:
6669
- this.rh.cj();
6669
+ this.ri.cj();
6670
6670
  break;
6671
6671
  case GeographicProportionalSymbolSeries.$$p[4]:
6672
- this.p5.sj = this.rm;
6673
- this.rj = this.rm;
6674
- if (this.rm) {
6675
- let e = this.p5;
6676
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.se));
6672
+ this.p6.sk = this.rn;
6673
+ this.rk = this.rn;
6674
+ if (this.rn) {
6675
+ let e = this.p6;
6676
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sf));
6677
6677
  }
6678
6678
  else {
6679
- let f = this.p5;
6680
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.se));
6679
+ let f = this.p6;
6680
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sf));
6681
6681
  }
6682
6682
  break;
6683
6683
  case GeographicProportionalSymbolSeries.$$p[3]:
6684
- this.p5.si = this.rl;
6685
- this.ri = this.rl;
6686
- if (this.rm) {
6687
- let g = this.p5;
6688
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.sd));
6684
+ this.p6.sj = this.rm;
6685
+ this.rj = this.rm;
6686
+ if (this.rn) {
6687
+ let g = this.p6;
6688
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.se));
6689
6689
  }
6690
6690
  else {
6691
- let h = this.p5;
6692
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.sd));
6691
+ let h = this.p6;
6692
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.se));
6693
6693
  }
6694
6694
  break;
6695
6695
  case GeographicProportionalSymbolSeries.$$p[5]:
6696
- this.p5.r8 = this.rf;
6696
+ this.p6.r9 = this.rg;
6697
6697
  break;
6698
6698
  case GeographicProportionalSymbolSeries.$$p[6]:
6699
- this.p5.sw = this.rr;
6699
+ this.p6.sx = this.rs;
6700
6700
  break;
6701
6701
  }
6702
6702
  }
6703
- se(a, b) {
6703
+ sf(a, b) {
6704
6704
  if (this.assigningScatterStyle != null) {
6705
6705
  this.assigningScatterStyle(this, b);
6706
6706
  }
6707
6707
  }
6708
- sd(a, b) {
6708
+ se(a, b) {
6709
6709
  if (this.assigningScatterMarkerStyle != null) {
6710
6710
  this.assigningScatterMarkerStyle(this, b);
6711
6711
  }
6712
6712
  }
6713
6713
  }
6714
6714
  GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
6715
- GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rs:sf', [2], 'FillScale:rd:sg', [BrushScale.$], 'FillScaleUseGlobalValues:rk:sh', [0, false], 'IsCustomScatterMarkerStyleAllowed:rl:si', [0, false], 'IsCustomScatterStyleAllowed:rm:sj', [0, false], 'ItemSearchMode:rf:sk', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rr:sl', [1, 10000], 'LabelMemberPath:r0:sm', [2], 'LatitudeMemberPath:r2:sn', [2, null], 'LongitudeMemberPath:r4:so', [2, null], 'MarkerBrushBrightness:rp:sp', [1, NaN], 'MarkerOutlineBrightness:rq:sq', [1, NaN], 'MarkerOutlineUsesFillScale:rn:sr', [0, false], 'RadiusMemberPath:r9:ss', [2, null], 'RadiusScale:rg:st', [SizeScale.$], 'RadiusScaleUseGlobalValues:ro:su', [0, false]]);
6715
+ GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
6716
6716
  return GeographicProportionalSymbolSeries;
6717
6717
  })();
6718
6718
 
@@ -6780,183 +6780,183 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
6780
6780
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
6781
6781
  */
6782
6782
  get latitudeMemberPath() {
6783
- return this.i.r2;
6783
+ return this.i.r3;
6784
6784
  }
6785
6785
  set latitudeMemberPath(v) {
6786
- this.i.r2 = v;
6786
+ this.i.r3 = v;
6787
6787
  }
6788
6788
  /**
6789
6789
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
6790
6790
  */
6791
6791
  get longitudeMemberPath() {
6792
- return this.i.r4;
6792
+ return this.i.r5;
6793
6793
  }
6794
6794
  set longitudeMemberPath(v) {
6795
- this.i.r4 = v;
6795
+ this.i.r5 = v;
6796
6796
  }
6797
6797
  /**
6798
6798
  * Gets or sets the radius mapping property for the current series object.
6799
6799
  */
6800
6800
  get radiusMemberPath() {
6801
- return this.i.r9;
6801
+ return this.i.sa;
6802
6802
  }
6803
6803
  set radiusMemberPath(v) {
6804
- this.i.r9 = v;
6804
+ this.i.sa = v;
6805
6805
  }
6806
6806
  /**
6807
6807
  * Gets or sets the radius size scale for the bubbles.
6808
6808
  */
6809
6809
  get radiusScale() {
6810
- if (this.i.rg == null) {
6810
+ if (this.i.rh == null) {
6811
6811
  return null;
6812
6812
  }
6813
- if (!this.i.rg.externalObject) {
6814
- let e = IgcSizeScaleComponent._createFromInternal(this.i.rg);
6813
+ if (!this.i.rh.externalObject) {
6814
+ let e = IgcSizeScaleComponent._createFromInternal(this.i.rh);
6815
6815
  if (e) {
6816
- e._implementation = this.i.rg;
6816
+ e._implementation = this.i.rh;
6817
6817
  }
6818
- this.i.rg.externalObject = e;
6818
+ this.i.rh.externalObject = e;
6819
6819
  }
6820
- return this.i.rg.externalObject;
6820
+ return this.i.rh.externalObject;
6821
6821
  }
6822
6822
  set radiusScale(v) {
6823
6823
  if (v != null && this._stylingContainer && v._styling)
6824
6824
  v._styling(this._stylingContainer, this, this);
6825
- v == null ? this.i.rg = null : this.i.rg = v.i;
6825
+ v == null ? this.i.rh = null : this.i.rh = v.i;
6826
6826
  }
6827
6827
  /**
6828
6828
  * Gets or sets the Label mapping property for the current series object.
6829
6829
  */
6830
6830
  get labelMemberPath() {
6831
- return this.i.r0;
6831
+ return this.i.r1;
6832
6832
  }
6833
6833
  set labelMemberPath(v) {
6834
- this.i.r0 = v;
6834
+ this.i.r1 = v;
6835
6835
  }
6836
6836
  /**
6837
6837
  * Gets or sets the fill mapping property for the current series object.
6838
6838
  */
6839
6839
  get fillMemberPath() {
6840
- return this.i.rs;
6840
+ return this.i.rt;
6841
6841
  }
6842
6842
  set fillMemberPath(v) {
6843
- this.i.rs = v;
6843
+ this.i.rt = v;
6844
6844
  }
6845
6845
  /**
6846
6846
  * Gets or sets the brush scale for the marker brush.
6847
6847
  */
6848
6848
  get fillScale() {
6849
- if (this.i.rd == null) {
6849
+ if (this.i.re == null) {
6850
6850
  return null;
6851
6851
  }
6852
- if (!this.i.rd.externalObject) {
6853
- let e = IgcBrushScaleComponent._createFromInternal(this.i.rd);
6852
+ if (!this.i.re.externalObject) {
6853
+ let e = IgcBrushScaleComponent._createFromInternal(this.i.re);
6854
6854
  if (e) {
6855
- e._implementation = this.i.rd;
6855
+ e._implementation = this.i.re;
6856
6856
  }
6857
- this.i.rd.externalObject = e;
6857
+ this.i.re.externalObject = e;
6858
6858
  }
6859
- return this.i.rd.externalObject;
6859
+ return this.i.re.externalObject;
6860
6860
  }
6861
6861
  set fillScale(v) {
6862
6862
  if (v != null && this._stylingContainer && v._styling)
6863
6863
  v._styling(this._stylingContainer, this, this);
6864
- v == null ? this.i.rd = null : this.i.rd = v.i;
6864
+ v == null ? this.i.re = null : this.i.re = v.i;
6865
6865
  }
6866
6866
  /**
6867
6867
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
6868
6868
  * This setting applies only if multiple series are using the same FillScale.
6869
6869
  */
6870
6870
  get fillScaleUseGlobalValues() {
6871
- return this.i.rk;
6871
+ return this.i.rl;
6872
6872
  }
6873
6873
  set fillScaleUseGlobalValues(v) {
6874
- this.i.rk = ensureBool(v);
6875
- this._a("fillScaleUseGlobalValues", this.i.rk);
6874
+ this.i.rl = ensureBool(v);
6875
+ this._a("fillScaleUseGlobalValues", this.i.rl);
6876
6876
  }
6877
6877
  /**
6878
6878
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
6879
6879
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
6880
6880
  */
6881
6881
  get markerOutlineUsesFillScale() {
6882
- return this.i.rn;
6882
+ return this.i.ro;
6883
6883
  }
6884
6884
  set markerOutlineUsesFillScale(v) {
6885
- this.i.rn = ensureBool(v);
6886
- this._a("markerOutlineUsesFillScale", this.i.rn);
6885
+ this.i.ro = ensureBool(v);
6886
+ this._a("markerOutlineUsesFillScale", this.i.ro);
6887
6887
  }
6888
6888
  /**
6889
6889
  * 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
6890
6890
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
6891
6891
  */
6892
6892
  get markerOutlineBrightness() {
6893
- return this.i.rq;
6893
+ return this.i.rr;
6894
6894
  }
6895
6895
  set markerOutlineBrightness(v) {
6896
- this.i.rq = +v;
6897
- this._a("markerOutlineBrightness", this.i.rq);
6896
+ this.i.rr = +v;
6897
+ this._a("markerOutlineBrightness", this.i.rr);
6898
6898
  }
6899
6899
  /**
6900
6900
  * 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
6901
6901
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
6902
6902
  */
6903
6903
  get markerBrushBrightness() {
6904
- return this.i.rp;
6904
+ return this.i.rq;
6905
6905
  }
6906
6906
  set markerBrushBrightness(v) {
6907
- this.i.rp = +v;
6908
- this._a("markerBrushBrightness", this.i.rp);
6907
+ this.i.rq = +v;
6908
+ this._a("markerBrushBrightness", this.i.rq);
6909
6909
  }
6910
6910
  /**
6911
6911
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
6912
6912
  * This setting applies only if multiple series are using the same RadiusScale.
6913
6913
  */
6914
6914
  get radiusScaleUseGlobalValues() {
6915
- return this.i.ro;
6915
+ return this.i.rp;
6916
6916
  }
6917
6917
  set radiusScaleUseGlobalValues(v) {
6918
- this.i.ro = ensureBool(v);
6919
- this._a("radiusScaleUseGlobalValues", this.i.ro);
6918
+ this.i.rp = ensureBool(v);
6919
+ this._a("radiusScaleUseGlobalValues", this.i.rp);
6920
6920
  }
6921
6921
  /**
6922
6922
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
6923
6923
  */
6924
6924
  get isCustomScatterStyleAllowed() {
6925
- return this.i.rm;
6925
+ return this.i.rn;
6926
6926
  }
6927
6927
  set isCustomScatterStyleAllowed(v) {
6928
- this.i.rm = ensureBool(v);
6929
- this._a("isCustomScatterStyleAllowed", this.i.rm);
6928
+ this.i.rn = ensureBool(v);
6929
+ this._a("isCustomScatterStyleAllowed", this.i.rn);
6930
6930
  }
6931
6931
  /**
6932
6932
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
6933
6933
  */
6934
6934
  get isCustomScatterMarkerStyleAllowed() {
6935
- return this.i.rl;
6935
+ return this.i.rm;
6936
6936
  }
6937
6937
  set isCustomScatterMarkerStyleAllowed(v) {
6938
- this.i.rl = ensureBool(v);
6939
- this._a("isCustomScatterMarkerStyleAllowed", this.i.rl);
6938
+ this.i.rm = ensureBool(v);
6939
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
6940
6940
  }
6941
6941
  /**
6942
6942
  * Gets or sets the mode the series will use to find the closest point to the cursor.
6943
6943
  */
6944
6944
  get itemSearchMode() {
6945
- return this.i.rf;
6945
+ return this.i.rg;
6946
6946
  }
6947
6947
  set itemSearchMode(v) {
6948
- this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
6949
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rf));
6948
+ this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
6949
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rg));
6950
6950
  }
6951
6951
  /**
6952
6952
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
6953
6953
  */
6954
6954
  get itemSearchThreshold() {
6955
- return this.i.rr;
6955
+ return this.i.rs;
6956
6956
  }
6957
6957
  set itemSearchThreshold(v) {
6958
- this.i.rr = +v;
6959
- this._a("itemSearchThreshold", this.i.rr);
6958
+ this.i.rs = +v;
6959
+ this._a("itemSearchThreshold", this.i.rs);
6960
6960
  }
6961
6961
  findByName(name) {
6962
6962
  var baseResult = super.findByName(name);
@@ -7076,40 +7076,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7076
7076
  }
7077
7077
  }
7078
7078
  b2() {
7079
- let a = this.ce.p5;
7079
+ let a = this.ce.p6;
7080
7080
  super.b2();
7081
- a.td = this.ce.rt;
7082
- a.tl = this.ce.rr;
7083
- a.qc = this.ce.qf;
7084
- a.qy = this.ce.qv;
7085
- a.qh = this.ce.qg;
7081
+ a.te = this.ce.ru;
7082
+ a.tm = this.ce.rs;
7083
+ a.qd = this.ce.qg;
7084
+ a.qz = this.ce.qw;
7085
+ a.qi = this.ce.qh;
7086
7086
  }
7087
7087
  cg() {
7088
- this.ce.p5.td = this.ce.rt;
7088
+ this.ce.p6.te = this.ce.ru;
7089
7089
  }
7090
7090
  cf() {
7091
- this.ce.p5.tl = this.ce.rr;
7091
+ this.ce.p6.tm = this.ce.rs;
7092
7092
  }
7093
7093
  cm() {
7094
- this.ce.p5.qc = this.ce.qf;
7094
+ this.ce.p6.qd = this.ce.qg;
7095
7095
  }
7096
7096
  ck() {
7097
- this.ce.p5.qy = this.ce.qv;
7097
+ this.ce.p6.qz = this.ce.qw;
7098
7098
  }
7099
7099
  cl() {
7100
- this.ce.p5.qh = this.ce.qg;
7100
+ this.ce.p6.qi = this.ce.qh;
7101
7101
  }
7102
7102
  cn() {
7103
- this.ce.p5.sx = this.ce.qh;
7103
+ this.ce.p6.sy = this.ce.qi;
7104
7104
  }
7105
7105
  cp() {
7106
- this.ce.p5.xAxis = this.ce.cd.s2;
7106
+ this.ce.p6.xAxis = this.ce.cd.s2;
7107
7107
  }
7108
7108
  cq() {
7109
- this.ce.p5.yAxis = this.ce.cd.s4;
7109
+ this.ce.p6.yAxis = this.ce.cd.s4;
7110
7110
  }
7111
7111
  co() {
7112
- let a = this.ce.p5;
7112
+ let a = this.ce.p6;
7113
7113
  if (this.ce.cd == null) {
7114
7114
  a.xAxis = null;
7115
7115
  a.yAxis = null;
@@ -7119,13 +7119,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7119
7119
  a.yAxis = this.ce.cd.s4;
7120
7120
  }
7121
7121
  ci() {
7122
- this.ce.p5.ro = this.ce.rd;
7122
+ this.ce.p6.rp = this.ce.re;
7123
7123
  }
7124
7124
  ch() {
7125
- this.ce.p5.re = this.ce.q9;
7125
+ this.ce.p6.rf = this.ce.ra;
7126
7126
  }
7127
7127
  cj() {
7128
- this.ce.p5.rf = this.ce.ra;
7128
+ this.ce.p6.rg = this.ce.rb;
7129
7129
  }
7130
7130
  }
7131
7131
  GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -7138,9 +7138,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7138
7138
  class GeographicSymbolSeries extends GeographicMarkerSeries {
7139
7139
  constructor() {
7140
7140
  super();
7141
- this.rf = null;
7141
+ this.rg = null;
7142
+ this.rj = false;
7142
7143
  this.ri = false;
7143
- this.rh = false;
7144
7144
  this.assigningScatterStyle = null;
7145
7145
  this.assigningScatterMarkerStyle = null;
7146
7146
  this.ab = GeographicSymbolSeries.$;
@@ -7151,85 +7151,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7151
7151
  bx() {
7152
7152
  return new GeographicSymbolSeriesView(this);
7153
7153
  }
7154
- ly(a) {
7155
- super.ly(a);
7156
- this.rg = a;
7154
+ lz(a) {
7155
+ super.lz(a);
7156
+ this.rh = a;
7157
7157
  }
7158
7158
  gv() {
7159
7159
  return 0.7;
7160
7160
  }
7161
- p4() {
7161
+ p5() {
7162
7162
  return new ScatterSeries();
7163
7163
  }
7164
7164
  get_dx() {
7165
7165
  return true;
7166
7166
  }
7167
- l3(a, b, c, d) {
7168
- super.l3(a, b, c, d);
7167
+ l4(a, b, c, d) {
7168
+ super.l4(a, b, c, d);
7169
7169
  switch (b) {
7170
7170
  case "SeriesViewer":
7171
- this.rg.co();
7171
+ this.rh.co();
7172
7172
  break;
7173
7173
  case GeographicSymbolSeries.$$p[5]:
7174
- this.rg.cg();
7174
+ this.rh.cg();
7175
7175
  break;
7176
7176
  case GeographicSymbolSeries.$$p[4]:
7177
- this.rg.cf();
7177
+ this.rh.cf();
7178
7178
  break;
7179
7179
  case GeographicSymbolSeries.$$p[6]:
7180
- this.rg.ci();
7180
+ this.rh.ci();
7181
7181
  break;
7182
7182
  case "XAxis":
7183
- this.rg.cp();
7183
+ this.rh.cp();
7184
7184
  break;
7185
7185
  case "YAxis":
7186
- this.rg.cq();
7186
+ this.rh.cq();
7187
7187
  break;
7188
7188
  case GeographicSymbolSeries.$$p[1]:
7189
- this.p5.sj = this.rk;
7190
- this.ri = this.rk;
7191
- if (this.rk) {
7192
- let e = this.p5;
7193
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ry));
7189
+ this.p6.sk = this.rl;
7190
+ this.rj = this.rl;
7191
+ if (this.rl) {
7192
+ let e = this.p6;
7193
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.rz));
7194
7194
  }
7195
7195
  else {
7196
- let f = this.p5;
7197
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ry));
7196
+ let f = this.p6;
7197
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.rz));
7198
7198
  }
7199
7199
  break;
7200
7200
  case GeographicSymbolSeries.$$p[0]:
7201
- this.p5.si = this.rj;
7202
- this.rh = this.rj;
7203
- if (this.rk) {
7204
- let g = this.p5;
7205
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rx));
7201
+ this.p6.sj = this.rk;
7202
+ this.ri = this.rk;
7203
+ if (this.rl) {
7204
+ let g = this.p6;
7205
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ry));
7206
7206
  }
7207
7207
  else {
7208
- let h = this.p5;
7209
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rx));
7208
+ let h = this.p6;
7209
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ry));
7210
7210
  }
7211
7211
  break;
7212
7212
  case GeographicSymbolSeries.$$p[2]:
7213
- this.p5.r8 = this.re;
7213
+ this.p6.r9 = this.rf;
7214
7214
  break;
7215
7215
  case GeographicSymbolSeries.$$p[3]:
7216
- this.p5.sw = this.rm;
7216
+ this.p6.sx = this.rn;
7217
7217
  break;
7218
7218
  }
7219
7219
  }
7220
- ry(a, b) {
7220
+ rz(a, b) {
7221
7221
  if (this.assigningScatterStyle != null) {
7222
7222
  this.assigningScatterStyle(this, b);
7223
7223
  }
7224
7224
  }
7225
- rx(a, b) {
7225
+ ry(a, b) {
7226
7226
  if (this.assigningScatterMarkerStyle != null) {
7227
7227
  this.assigningScatterMarkerStyle(this, b);
7228
7228
  }
7229
7229
  }
7230
7230
  }
7231
7231
  GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
7232
- GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rj:rz', [0, false], 'IsCustomScatterStyleAllowed:rk:r0', [0, false], 'ItemSearchMode:re:r1', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rm:r2', [1, 10000], 'LatitudeMemberPath:rr:r3', [2, null], 'LongitudeMemberPath:rt:r4', [2, null], 'MarkerCollisionAvoidance:rd:r5', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rl:r6', [0, false]]);
7232
+ GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rk:r0', [0, false], 'IsCustomScatterStyleAllowed:rl:r1', [0, false], 'ItemSearchMode:rf:r2', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rn:r3', [1, 10000], 'LatitudeMemberPath:rs:r4', [2, null], 'LongitudeMemberPath:ru:r5', [2, null], 'MarkerCollisionAvoidance:re:r6', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rm:r7', [0, false]]);
7233
7233
  return GeographicSymbolSeries;
7234
7234
  })();
7235
7235
 
@@ -7297,69 +7297,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
7297
7297
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7298
7298
  */
7299
7299
  get latitudeMemberPath() {
7300
- return this.i.rr;
7300
+ return this.i.rs;
7301
7301
  }
7302
7302
  set latitudeMemberPath(v) {
7303
- this.i.rr = v;
7303
+ this.i.rs = v;
7304
7304
  }
7305
7305
  /**
7306
7306
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7307
7307
  */
7308
7308
  get longitudeMemberPath() {
7309
- return this.i.rt;
7309
+ return this.i.ru;
7310
7310
  }
7311
7311
  set longitudeMemberPath(v) {
7312
- this.i.rt = v;
7312
+ this.i.ru = v;
7313
7313
  }
7314
7314
  /**
7315
7315
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
7316
7316
  */
7317
7317
  get markerCollisionAvoidance() {
7318
- return this.i.rd;
7318
+ return this.i.re;
7319
7319
  }
7320
7320
  set markerCollisionAvoidance(v) {
7321
- this.i.rd = ensureEnum(CollisionAvoidanceType_$type, v);
7322
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rd));
7321
+ this.i.re = ensureEnum(CollisionAvoidanceType_$type, v);
7322
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.re));
7323
7323
  }
7324
7324
  /**
7325
7325
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7326
7326
  */
7327
7327
  get isCustomScatterStyleAllowed() {
7328
- return this.i.rk;
7328
+ return this.i.rl;
7329
7329
  }
7330
7330
  set isCustomScatterStyleAllowed(v) {
7331
- this.i.rk = ensureBool(v);
7332
- this._a("isCustomScatterStyleAllowed", this.i.rk);
7331
+ this.i.rl = ensureBool(v);
7332
+ this._a("isCustomScatterStyleAllowed", this.i.rl);
7333
7333
  }
7334
7334
  /**
7335
7335
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7336
7336
  */
7337
7337
  get isCustomScatterMarkerStyleAllowed() {
7338
- return this.i.rj;
7338
+ return this.i.rk;
7339
7339
  }
7340
7340
  set isCustomScatterMarkerStyleAllowed(v) {
7341
- this.i.rj = ensureBool(v);
7342
- this._a("isCustomScatterMarkerStyleAllowed", this.i.rj);
7341
+ this.i.rk = ensureBool(v);
7342
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rk);
7343
7343
  }
7344
7344
  /**
7345
7345
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7346
7346
  */
7347
7347
  get itemSearchMode() {
7348
- return this.i.re;
7348
+ return this.i.rf;
7349
7349
  }
7350
7350
  set itemSearchMode(v) {
7351
- this.i.re = ensureEnum(ScatterItemSearchMode_$type, v);
7352
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.re));
7351
+ this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
7352
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rf));
7353
7353
  }
7354
7354
  /**
7355
7355
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7356
7356
  */
7357
7357
  get itemSearchThreshold() {
7358
- return this.i.rm;
7358
+ return this.i.rn;
7359
7359
  }
7360
7360
  set itemSearchThreshold(v) {
7361
- this.i.rm = +v;
7362
- this._a("itemSearchThreshold", this.i.rm);
7361
+ this.i.rn = +v;
7362
+ this._a("itemSearchThreshold", this.i.rn);
7363
7363
  }
7364
7364
  /**
7365
7365
  * Event raised when Assigning Category Style
@@ -7480,56 +7480,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
7480
7480
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
7481
7481
  */
7482
7482
  get longitudeMemberPath() {
7483
- return this.i.qh;
7483
+ return this.i.qi;
7484
7484
  }
7485
7485
  set longitudeMemberPath(v) {
7486
- this.i.qh = v;
7486
+ this.i.qi = v;
7487
7487
  }
7488
7488
  /**
7489
7489
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
7490
7490
  */
7491
7491
  get latitudeMemberPath() {
7492
- return this.i.qf;
7492
+ return this.i.qg;
7493
7493
  }
7494
7494
  set latitudeMemberPath(v) {
7495
- this.i.qf = v;
7495
+ this.i.qg = v;
7496
7496
  }
7497
7497
  /**
7498
7498
  * The source of triangulation data.
7499
7499
  * 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.
7500
7500
  */
7501
7501
  get trianglesSource() {
7502
- return this.i.qe;
7502
+ return this.i.qf;
7503
7503
  }
7504
7504
  set trianglesSource(v) {
7505
- this.i.qe = v;
7505
+ this.i.qf = v;
7506
7506
  }
7507
7507
  /**
7508
7508
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
7509
7509
  */
7510
7510
  get triangleVertexMemberPath1() {
7511
- return this.i.qk;
7511
+ return this.i.ql;
7512
7512
  }
7513
7513
  set triangleVertexMemberPath1(v) {
7514
- this.i.qk = v;
7514
+ this.i.ql = v;
7515
7515
  }
7516
7516
  /**
7517
7517
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
7518
7518
  */
7519
7519
  get triangleVertexMemberPath2() {
7520
- return this.i.qm;
7520
+ return this.i.qn;
7521
7521
  }
7522
7522
  set triangleVertexMemberPath2(v) {
7523
- this.i.qm = v;
7523
+ this.i.qn = v;
7524
7524
  }
7525
7525
  /**
7526
7526
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
7527
7527
  */
7528
7528
  get triangleVertexMemberPath3() {
7529
- return this.i.qo;
7529
+ return this.i.qp;
7530
7530
  }
7531
7531
  set triangleVertexMemberPath3(v) {
7532
- this.i.qo = v;
7532
+ this.i.qp = v;
7533
7533
  }
7534
7534
  }
7535
7535
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -7597,52 +7597,52 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
7597
7597
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
7598
7598
  */
7599
7599
  get colorMemberPath() {
7600
- return this.i.q3;
7600
+ return this.i.q4;
7601
7601
  }
7602
7602
  set colorMemberPath(v) {
7603
- this.i.q3 = v;
7603
+ this.i.q4 = v;
7604
7604
  }
7605
7605
  /**
7606
7606
  * The ColorScale used to resolve the color values of points in the series.
7607
7607
  */
7608
7608
  get colorScale() {
7609
- if (this.i.qy == null) {
7609
+ if (this.i.qz == null) {
7610
7610
  return null;
7611
7611
  }
7612
- if (!this.i.qy.externalObject) {
7613
- let e = IgcColorScaleComponent._createFromInternal(this.i.qy);
7612
+ if (!this.i.qz.externalObject) {
7613
+ let e = IgcColorScaleComponent._createFromInternal(this.i.qz);
7614
7614
  if (e) {
7615
- e._implementation = this.i.qy;
7615
+ e._implementation = this.i.qz;
7616
7616
  }
7617
- this.i.qy.externalObject = e;
7617
+ this.i.qz.externalObject = e;
7618
7618
  }
7619
- return this.i.qy.externalObject;
7619
+ return this.i.qz.externalObject;
7620
7620
  }
7621
7621
  set colorScale(v) {
7622
7622
  if (v != null && this._stylingContainer && v._styling)
7623
7623
  v._styling(this._stylingContainer, this, this);
7624
- v == null ? this.i.qy = null : this.i.qy = v.i;
7624
+ v == null ? this.i.qz = null : this.i.qz = v.i;
7625
7625
  }
7626
7626
  /**
7627
7627
  * Gets actual color scale that is set on ColorScale property or default ColorScale
7628
7628
  */
7629
7629
  get actualColorScale() {
7630
- if (this.i.qx == null) {
7630
+ if (this.i.qy == null) {
7631
7631
  return null;
7632
7632
  }
7633
- if (!this.i.qx.externalObject) {
7634
- let e = IgcColorScaleComponent._createFromInternal(this.i.qx);
7633
+ if (!this.i.qy.externalObject) {
7634
+ let e = IgcColorScaleComponent._createFromInternal(this.i.qy);
7635
7635
  if (e) {
7636
- e._implementation = this.i.qx;
7636
+ e._implementation = this.i.qy;
7637
7637
  }
7638
- this.i.qx.externalObject = e;
7638
+ this.i.qy.externalObject = e;
7639
7639
  }
7640
- return this.i.qx.externalObject;
7640
+ return this.i.qy.externalObject;
7641
7641
  }
7642
7642
  set actualColorScale(v) {
7643
7643
  if (v != null && this._stylingContainer && v._styling)
7644
7644
  v._styling(this._stylingContainer, this, this);
7645
- v == null ? this.i.qx = null : this.i.qx = v.i;
7645
+ v == null ? this.i.qy = null : this.i.qy = v.i;
7646
7646
  }
7647
7647
  findByName(name) {
7648
7648
  var baseResult = super.findByName(name);
@@ -7673,7 +7673,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
7673
7673
 
7674
7674
  */
7675
7675
  updateActualColorScale() {
7676
- this.i.q8();
7676
+ this.i.q9();
7677
7677
  }
7678
7678
  /**
7679
7679
  * Raised when the status of an ongoing Triangulation has changed.
@@ -7740,71 +7740,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
7740
7740
  }
7741
7741
  b2() {
7742
7742
  super.b2();
7743
- let a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
7744
- a.sd = this.ce.qu;
7745
- a.sl = this.ce.qs;
7743
+ let a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
7744
+ a.se = this.ce.qv;
7745
+ a.sm = this.ce.qt;
7746
+ a.qr = this.ce.qi;
7746
7747
  a.qq = this.ce.qh;
7747
- a.qp = this.ce.qg;
7748
- a.el = this.ce.qf;
7748
+ a.el = this.ce.qg;
7749
+ a.rm = this.ce.qk;
7749
7750
  a.rl = this.ce.qj;
7750
- a.rk = this.ce.qi;
7751
+ a.tk = this.ce.re;
7751
7752
  a.tj = this.ce.rd;
7752
- a.ti = this.ce.rc;
7753
- a.rx = this.ce.qm;
7753
+ a.ry = this.ce.qn;
7754
7754
  }
7755
7755
  ck() {
7756
- this.ce.p5.sd = this.ce.qu;
7756
+ this.ce.p6.se = this.ce.qv;
7757
7757
  }
7758
7758
  cj() {
7759
- this.ce.p5.sl = this.ce.qs;
7759
+ this.ce.p6.sm = this.ce.qt;
7760
7760
  }
7761
7761
  cp() {
7762
- this.ce.p5.qq = this.ce.qh;
7762
+ this.ce.p6.qr = this.ce.qi;
7763
7763
  }
7764
7764
  cn() {
7765
- this.ce.p5.qp = this.ce.qg;
7765
+ this.ce.p6.qq = this.ce.qh;
7766
7766
  }
7767
7767
  cl() {
7768
- this.ce.p5.el = this.ce.qf;
7768
+ this.ce.p6.el = this.ce.qg;
7769
7769
  }
7770
7770
  ci() {
7771
- this.ce.p5.rl = this.ce.qj;
7771
+ this.ce.p6.rm = this.ce.qk;
7772
7772
  }
7773
7773
  cg() {
7774
- this.ce.p5.rk = this.ce.qi;
7774
+ this.ce.p6.rl = this.ce.qj;
7775
7775
  }
7776
7776
  co() {
7777
- let a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
7777
+ let a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
7778
7778
  if (this.ce.cd == null) {
7779
- a.qa = null;
7780
- a.qc = null;
7779
+ a.qb = null;
7780
+ a.qd = null;
7781
7781
  return;
7782
7782
  }
7783
- a.qa = this.ce.cd.s2;
7784
- a.qc = this.ce.cd.s4;
7783
+ a.qb = this.ce.cd.s2;
7784
+ a.qd = this.ce.cd.s4;
7785
7785
  }
7786
7786
  cq() {
7787
- this.ce.p5.qa = this.ce.cd.s2;
7787
+ this.ce.p6.qb = this.ce.cd.s2;
7788
7788
  }
7789
7789
  cr() {
7790
- this.ce.p5.qc = this.ce.cd.s4;
7790
+ this.ce.p6.qd = this.ce.cd.s4;
7791
7791
  }
7792
7792
  ch() {
7793
- this.ce.p5.tj = this.ce.rd;
7793
+ this.ce.p6.tk = this.ce.re;
7794
7794
  }
7795
7795
  cf() {
7796
- this.ce.p5.ti = this.ce.rc;
7796
+ this.ce.p6.tj = this.ce.rd;
7797
7797
  }
7798
7798
  cm() {
7799
- this.ce.p5.rx = this.ce.qm;
7799
+ this.ce.p6.ry = this.ce.qn;
7800
7800
  }
7801
7801
  as() {
7802
7802
  super.as();
7803
7803
  if (!this.q) {
7804
- this.ce.rd = Defaults.aq;
7805
- this.ce.rc = Defaults.ap;
7806
- this.ce.o2 = Defaults.al;
7807
- this.ce.o7 = Defaults.ak;
7804
+ this.ce.re = Defaults.aq;
7805
+ this.ce.rd = Defaults.ap;
7806
+ this.ce.o3 = Defaults.al;
7807
+ this.ce.o8 = Defaults.ak;
7808
7808
  }
7809
7809
  }
7810
7810
  }
@@ -7818,9 +7818,9 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
7818
7818
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
7819
7819
  constructor() {
7820
7820
  super();
7821
- this.qd = null;
7821
+ this.qe = null;
7822
7822
  this.progressiveLoadStatusChanged = null;
7823
- this.ql = 0;
7823
+ this.qm = 0;
7824
7824
  this.ab = GeographicHighDensityScatterSeries.$;
7825
7825
  }
7826
7826
  gu() {
@@ -7835,81 +7835,81 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
7835
7835
  bx() {
7836
7836
  return new GeographicHighDensityScatterSeriesView(this);
7837
7837
  }
7838
- ly(a) {
7839
- super.ly(a);
7840
- this.qe = a;
7838
+ lz(a) {
7839
+ super.lz(a);
7840
+ this.qf = a;
7841
7841
  }
7842
- p4() {
7843
- this.qd = new HighDensityScatterSeries();
7844
- return this.qd;
7842
+ p5() {
7843
+ this.qe = new HighDensityScatterSeries();
7844
+ return this.qe;
7845
7845
  }
7846
- get qn() {
7847
- return this.ql;
7846
+ get qo() {
7847
+ return this.qm;
7848
7848
  }
7849
- set qn(a) {
7850
- let b = this.ql;
7851
- this.ql = a;
7852
- this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
7849
+ set qo(a) {
7850
+ let b = this.qm;
7851
+ this.qm = a;
7852
+ this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
7853
7853
  }
7854
- qa() {
7855
- super.qa();
7856
- let a = this.p5;
7857
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q1));
7858
- let b = this.p5;
7859
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q0));
7854
+ qb() {
7855
+ super.qb();
7856
+ let a = this.p6;
7857
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q2));
7858
+ let b = this.p6;
7859
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q1));
7860
7860
  }
7861
- q1(a, b) {
7862
- this.qn = b.currentStatus;
7861
+ q2(a, b) {
7862
+ this.qo = b.currentStatus;
7863
7863
  if (this.progressiveLoadStatusChanged != null) {
7864
7864
  this.progressiveLoadStatusChanged(this, b);
7865
7865
  }
7866
7866
  }
7867
- q0(a, b) {
7868
- if (this.qd == null) {
7867
+ q1(a, b) {
7868
+ if (this.qe == null) {
7869
7869
  return;
7870
7870
  }
7871
7871
  }
7872
- l3(a, b, c, d) {
7873
- super.l3(a, b, c, d);
7872
+ l4(a, b, c, d) {
7873
+ super.l4(a, b, c, d);
7874
7874
  switch (b) {
7875
7875
  case "SeriesViewer":
7876
- this.qe.co();
7876
+ this.qf.co();
7877
7877
  break;
7878
7878
  case GeographicHighDensityScatterSeries.$$p[5]:
7879
- this.qe.ck();
7879
+ this.qf.ck();
7880
7880
  break;
7881
7881
  case GeographicHighDensityScatterSeries.$$p[4]:
7882
- this.qe.cj();
7882
+ this.qf.cj();
7883
7883
  break;
7884
7884
  case GeographicHighDensityScatterSeries.$$p[9]:
7885
- this.qe.cp();
7885
+ this.qf.cp();
7886
7886
  break;
7887
7887
  case GeographicHighDensityScatterSeries.$$p[8]:
7888
- this.qe.cn();
7888
+ this.qf.cn();
7889
7889
  break;
7890
7890
  case GeographicHighDensityScatterSeries.$$p[6]:
7891
- this.qe.cl();
7891
+ this.qf.cl();
7892
7892
  break;
7893
7893
  case "XAxis":
7894
- this.qe.cq();
7894
+ this.qf.cq();
7895
7895
  break;
7896
7896
  case "YAxis":
7897
- this.qe.cr();
7897
+ this.qf.cr();
7898
7898
  break;
7899
7899
  case GeographicHighDensityScatterSeries.$$p[3]:
7900
- this.qe.ci();
7900
+ this.qf.ci();
7901
7901
  break;
7902
7902
  case GeographicHighDensityScatterSeries.$$p[1]:
7903
- this.qe.cg();
7903
+ this.qf.cg();
7904
7904
  break;
7905
7905
  case GeographicHighDensityScatterSeries.$$p[2]:
7906
- this.qe.ch();
7906
+ this.qf.ch();
7907
7907
  break;
7908
7908
  case GeographicHighDensityScatterSeries.$$p[0]:
7909
- this.qe.cf();
7909
+ this.qf.cf();
7910
7910
  break;
7911
7911
  case GeographicHighDensityScatterSeries.$$p[7]:
7912
- this.qe.cm();
7912
+ this.qf.cm();
7913
7913
  break;
7914
7914
  }
7915
7915
  }
@@ -7921,7 +7921,7 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
7921
7921
  }
7922
7922
  }
7923
7923
  GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
7924
- GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [Color.$, Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [Color.$, Defaults.aq], 'HeatMinimum:qj:q5', [1, 0], 'LatitudeMemberPath:qs:q6', [2, null], 'LongitudeMemberPath:qu:q7', [2, null], 'MouseOverEnabled:qf:q8', [0, false], 'PointExtent:qm:q9', [1, 1], 'ProgressiveLoad:qg:ra', [0, true], 'UseBruteForce:qh:rb', [0, false]]);
7924
+ GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [Color.$, Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [Color.$, Defaults.aq], 'HeatMinimum:qk:q6', [1, 0], 'LatitudeMemberPath:qt:q7', [2, null], 'LongitudeMemberPath:qv:q8', [2, null], 'MouseOverEnabled:qg:q9', [0, false], 'PointExtent:qn:ra', [1, 1], 'ProgressiveLoad:qh:rb', [0, true], 'UseBruteForce:qi:rc', [0, false]]);
7925
7925
  return GeographicHighDensityScatterSeries;
7926
7926
  })();
7927
7927
 
@@ -7987,109 +7987,109 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
7987
7987
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7988
7988
  */
7989
7989
  get latitudeMemberPath() {
7990
- return this.i.qs;
7990
+ return this.i.qt;
7991
7991
  }
7992
7992
  set latitudeMemberPath(v) {
7993
- this.i.qs = v;
7993
+ this.i.qt = v;
7994
7994
  }
7995
7995
  /**
7996
7996
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7997
7997
  */
7998
7998
  get longitudeMemberPath() {
7999
- return this.i.qu;
7999
+ return this.i.qv;
8000
8000
  }
8001
8001
  set longitudeMemberPath(v) {
8002
- this.i.qu = v;
8002
+ this.i.qv = v;
8003
8003
  }
8004
8004
  /**
8005
8005
  * Gets or sets the whether to use use brute force mode.
8006
8006
  */
8007
8007
  get useBruteForce() {
8008
- return this.i.qh;
8008
+ return this.i.qi;
8009
8009
  }
8010
8010
  set useBruteForce(v) {
8011
- this.i.qh = ensureBool(v);
8012
- this._a("useBruteForce", this.i.qh);
8011
+ this.i.qi = ensureBool(v);
8012
+ this._a("useBruteForce", this.i.qi);
8013
8013
  }
8014
8014
  /**
8015
8015
  * Gets or sets the whether to progressively load the data into the chart.
8016
8016
  */
8017
8017
  get progressiveLoad() {
8018
- return this.i.qg;
8018
+ return this.i.qh;
8019
8019
  }
8020
8020
  set progressiveLoad(v) {
8021
- this.i.qg = ensureBool(v);
8022
- this._a("progressiveLoad", this.i.qg);
8021
+ this.i.qh = ensureBool(v);
8022
+ this._a("progressiveLoad", this.i.qh);
8023
8023
  }
8024
8024
  /**
8025
8025
  * Gets or sets the whether the chart reacts to mouse move events.
8026
8026
  */
8027
8027
  get mouseOverEnabled() {
8028
- return this.i.qf;
8028
+ return this.i.qg;
8029
8029
  }
8030
8030
  set mouseOverEnabled(v) {
8031
- this.i.qf = ensureBool(v);
8032
- this._a("mouseOverEnabled", this.i.qf);
8031
+ this.i.qg = ensureBool(v);
8032
+ this._a("mouseOverEnabled", this.i.qg);
8033
8033
  }
8034
8034
  /**
8035
8035
  * Gets or sets the density value that maps to the minimum heat color.
8036
8036
  */
8037
8037
  get heatMinimum() {
8038
- return this.i.qj;
8038
+ return this.i.qk;
8039
8039
  }
8040
8040
  set heatMinimum(v) {
8041
- this.i.qj = +v;
8042
- this._a("heatMinimum", this.i.qj);
8041
+ this.i.qk = +v;
8042
+ this._a("heatMinimum", this.i.qk);
8043
8043
  }
8044
8044
  /**
8045
8045
  * Gets or sets the value that maps to the maximum heat color.
8046
8046
  */
8047
8047
  get heatMaximum() {
8048
- return this.i.qi;
8048
+ return this.i.qj;
8049
8049
  }
8050
8050
  set heatMaximum(v) {
8051
- this.i.qi = +v;
8052
- this._a("heatMaximum", this.i.qi);
8051
+ this.i.qj = +v;
8052
+ this._a("heatMaximum", this.i.qj);
8053
8053
  }
8054
8054
  /**
8055
8055
  * Gets or sets the color to use for the minimum end of the scale.
8056
8056
  */
8057
8057
  get heatMinimumColor() {
8058
- return colorToString(this.i.rd);
8058
+ return colorToString(this.i.re);
8059
8059
  }
8060
8060
  set heatMinimumColor(v) {
8061
- this.i.rd = stringToColor(v);
8062
- this._a("heatMinimumColor", colorToString(this.i.rd));
8061
+ this.i.re = stringToColor(v);
8062
+ this._a("heatMinimumColor", colorToString(this.i.re));
8063
8063
  }
8064
8064
  /**
8065
8065
  * Gets or sets the color to use for the maximum end of the scale.
8066
8066
  */
8067
8067
  get heatMaximumColor() {
8068
- return colorToString(this.i.rc);
8068
+ return colorToString(this.i.rd);
8069
8069
  }
8070
8070
  set heatMaximumColor(v) {
8071
- this.i.rc = stringToColor(v);
8072
- this._a("heatMaximumColor", colorToString(this.i.rc));
8071
+ this.i.rd = stringToColor(v);
8072
+ this._a("heatMaximumColor", colorToString(this.i.rd));
8073
8073
  }
8074
8074
  /**
8075
8075
  * Gets or sets the the pixel extent of the square data points that are rendered.
8076
8076
  */
8077
8077
  get pointExtent() {
8078
- return this.i.qm;
8078
+ return this.i.qn;
8079
8079
  }
8080
8080
  set pointExtent(v) {
8081
- this.i.qm = +v;
8082
- this._a("pointExtent", this.i.qm);
8081
+ this.i.qn = +v;
8082
+ this._a("pointExtent", this.i.qn);
8083
8083
  }
8084
8084
  /**
8085
8085
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
8086
8086
  */
8087
8087
  get progressiveStatus() {
8088
- return this.i.qn;
8088
+ return this.i.qo;
8089
8089
  }
8090
8090
  set progressiveStatus(v) {
8091
- this.i.qn = +v;
8092
- this._a("progressiveStatus", this.i.qn);
8091
+ this.i.qo = +v;
8092
+ this._a("progressiveStatus", this.i.qo);
8093
8093
  }
8094
8094
  /**
8095
8095
  * Raised when the progressive loading state of the series has changed.
@@ -8176,19 +8176,19 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
8176
8176
  }
8177
8177
  b2() {
8178
8178
  super.b2();
8179
- if (this.cm.p5 != null) {
8180
- this.cm.qx.r0 = this.cm.q0;
8181
- this.cm.qx.sa = this.cm.q4;
8179
+ if (this.cm.p6 != null) {
8180
+ this.cm.qy.r1 = this.cm.q1;
8181
+ this.cm.qy.sb = this.cm.q5;
8182
8182
  }
8183
8183
  }
8184
8184
  cn() {
8185
- if (this.cm.qx != null) {
8186
- this.cm.qx.r0 = this.cm.q0;
8185
+ if (this.cm.qy != null) {
8186
+ this.cm.qy.r1 = this.cm.q1;
8187
8187
  }
8188
8188
  }
8189
8189
  co() {
8190
- if (this.cm.qx != null) {
8191
- this.cm.qx.sa = this.cm.q4;
8190
+ if (this.cm.qy != null) {
8191
+ this.cm.qy.sb = this.cm.q5;
8192
8192
  }
8193
8193
  }
8194
8194
  }
@@ -8208,67 +8208,67 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
8208
8208
  get_d0() {
8209
8209
  return true;
8210
8210
  }
8211
- qa() {
8212
- super.qa();
8213
- }
8214
- p4() {
8215
- this.qx = new ScatterContourSeries();
8216
- let a = this.qx;
8217
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
8218
- let b = this.qx;
8219
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q8));
8220
- return this.qx;
8211
+ qb() {
8212
+ super.qb();
8221
8213
  }
8222
- q7(a, b) {
8214
+ p5() {
8215
+ this.qy = new ScatterContourSeries();
8216
+ let a = this.qy;
8217
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
8218
+ let b = this.qy;
8219
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
8220
+ return this.qy;
8221
+ }
8222
+ q8(a, b) {
8223
8223
  if (this.triangulationStatusChanged != null) {
8224
8224
  this.triangulationStatusChanged(this, b);
8225
8225
  }
8226
8226
  }
8227
- q8(a, b) {
8228
- let c = typeCast(ScatterContourSeries.$, this.p5);
8227
+ q9(a, b) {
8228
+ let c = typeCast(ScatterContourSeries.$, this.p6);
8229
8229
  if (c == null) {
8230
8230
  return;
8231
8231
  }
8232
8232
  if (b.propertyName == "ActualFillScale") {
8233
- this.qz = c.rz;
8233
+ this.q0 = c.r0;
8234
8234
  }
8235
8235
  }
8236
- mv() {
8237
- super.mv();
8236
+ mw() {
8237
+ super.mw();
8238
8238
  }
8239
8239
  bx() {
8240
8240
  return new GeographicContourLineSeriesView(this);
8241
8241
  }
8242
- ly(a) {
8243
- super.ly(a);
8244
- this.q1 = a;
8242
+ lz(a) {
8243
+ super.lz(a);
8244
+ this.q2 = a;
8245
8245
  }
8246
- l3(a, b, c, d) {
8247
- super.l3(a, b, c, d);
8246
+ l4(a, b, c, d) {
8247
+ super.l4(a, b, c, d);
8248
8248
  switch (b) {
8249
8249
  case GeographicContourLineSeries.$$p[1]:
8250
- this.q1.cn();
8250
+ this.q2.cn();
8251
8251
  break;
8252
8252
  case GeographicContourLineSeries.$$p[2]:
8253
- this.q1.co();
8253
+ this.q2.co();
8254
8254
  break;
8255
8255
  case GeographicContourLineSeries.$$p[3]:
8256
- this.qx.rx = this.qw;
8256
+ this.qy.ry = this.qx;
8257
8257
  break;
8258
8258
  case "DashArray":
8259
- this.qx.pb = this.pb;
8259
+ this.qy.pc = this.pc;
8260
8260
  break;
8261
8261
  case "DashCap":
8262
- this.qx.pc = this.pc;
8262
+ this.qy.pd = this.pd;
8263
8263
  break;
8264
8264
  case "MiterLimit":
8265
- this.qx.gr = this.gr;
8265
+ this.qy.gr = this.gr;
8266
8266
  break;
8267
8267
  }
8268
8268
  }
8269
8269
  }
8270
8270
  GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
8271
- GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qz:q9', [ValueBrushScale.$, null], 'FillScale:q0:ra', [ValueBrushScale.$, null], 'ValueMemberPath:q4:rb', [2, "value"], 'ValueResolver:qw:rc', [ContourValueResolver.$, null]]);
8271
+ GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [ValueBrushScale.$, null], 'FillScale:q1:rb', [ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [ContourValueResolver.$, null]]);
8272
8272
  return GeographicContourLineSeries;
8273
8273
  })();
8274
8274
 
@@ -8333,73 +8333,73 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8333
8333
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
8334
8334
  */
8335
8335
  get valueMemberPath() {
8336
- return this.i.q4;
8336
+ return this.i.q5;
8337
8337
  }
8338
8338
  set valueMemberPath(v) {
8339
- this.i.q4 = v;
8339
+ this.i.q5 = v;
8340
8340
  }
8341
8341
  /**
8342
8342
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
8343
8343
  */
8344
8344
  get fillScale() {
8345
- if (this.i.q0 == null) {
8345
+ if (this.i.q1 == null) {
8346
8346
  return null;
8347
8347
  }
8348
- if (!this.i.q0.externalObject) {
8349
- let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
8348
+ if (!this.i.q1.externalObject) {
8349
+ let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
8350
8350
  if (e) {
8351
- e._implementation = this.i.q0;
8351
+ e._implementation = this.i.q1;
8352
8352
  }
8353
- this.i.q0.externalObject = e;
8353
+ this.i.q1.externalObject = e;
8354
8354
  }
8355
- return this.i.q0.externalObject;
8355
+ return this.i.q1.externalObject;
8356
8356
  }
8357
8357
  set fillScale(v) {
8358
8358
  if (v != null && this._stylingContainer && v._styling)
8359
8359
  v._styling(this._stylingContainer, this, this);
8360
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
8360
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
8361
8361
  }
8362
8362
  /**
8363
8363
  * Gets actual fill scale that is set on the FillScale property or default FillScale
8364
8364
  */
8365
8365
  get actualFillScale() {
8366
- if (this.i.qz == null) {
8366
+ if (this.i.q0 == null) {
8367
8367
  return null;
8368
8368
  }
8369
- if (!this.i.qz.externalObject) {
8370
- let e = IgcValueBrushScaleComponent._createFromInternal(this.i.qz);
8369
+ if (!this.i.q0.externalObject) {
8370
+ let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
8371
8371
  if (e) {
8372
- e._implementation = this.i.qz;
8372
+ e._implementation = this.i.q0;
8373
8373
  }
8374
- this.i.qz.externalObject = e;
8374
+ this.i.q0.externalObject = e;
8375
8375
  }
8376
- return this.i.qz.externalObject;
8376
+ return this.i.q0.externalObject;
8377
8377
  }
8378
8378
  set actualFillScale(v) {
8379
8379
  if (v != null && this._stylingContainer && v._styling)
8380
8380
  v._styling(this._stylingContainer, this, this);
8381
- v == null ? this.i.qz = null : this.i.qz = v.i;
8381
+ v == null ? this.i.q0 = null : this.i.q0 = v.i;
8382
8382
  }
8383
8383
  /**
8384
8384
  * The ContourValueResolver used to determine the numeric values of contours.
8385
8385
  */
8386
8386
  get valueResolver() {
8387
- if (this.i.qw == null) {
8387
+ if (this.i.qx == null) {
8388
8388
  return null;
8389
8389
  }
8390
- if (!this.i.qw.externalObject) {
8391
- let e = IgcContourValueResolverComponent._createFromInternal(this.i.qw);
8390
+ if (!this.i.qx.externalObject) {
8391
+ let e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
8392
8392
  if (e) {
8393
- e._implementation = this.i.qw;
8393
+ e._implementation = this.i.qx;
8394
8394
  }
8395
- this.i.qw.externalObject = e;
8395
+ this.i.qx.externalObject = e;
8396
8396
  }
8397
- return this.i.qw.externalObject;
8397
+ return this.i.qx.externalObject;
8398
8398
  }
8399
8399
  set valueResolver(v) {
8400
8400
  if (v != null && this._stylingContainer && v._styling)
8401
8401
  v._styling(this._stylingContainer, this, this);
8402
- v == null ? this.i.qw = null : this.i.qw = v.i;
8402
+ v == null ? this.i.qx = null : this.i.qx = v.i;
8403
8403
  }
8404
8404
  findByName(name) {
8405
8405
  var baseResult = super.findByName(name);