igniteui-webcomponents-maps 6.3.1 → 7.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -178,8 +178,8 @@ let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
178
178
  }
179
179
  }
180
180
  t(a, b, c, d, e) {
181
- d = this.ak(a.q9);
182
- e = this.ak(a.q8);
181
+ d = this.ak(a.rb);
182
+ e = this.ak(a.ra);
183
183
  return {
184
184
  p3: d,
185
185
  p4: e
@@ -350,8 +350,8 @@ let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
350
350
  }
351
351
  }
352
352
  t(a, b, c, d, e) {
353
- d = a.q9;
354
- e = a.q8;
353
+ d = a.rb;
354
+ e = a.ra;
355
355
  return {
356
356
  p3: d,
357
357
  p4: e
@@ -417,344 +417,344 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
417
417
  */
418
418
  let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
419
419
  class GeographicMapSeriesHost extends Series {
420
- qv() {
421
- super.qv();
422
- if (this.xl != null) {
423
- this.xl.qv();
420
+ qw() {
421
+ super.qw();
422
+ if (this.xm != null) {
423
+ this.xm.qw();
424
424
  }
425
425
  }
426
426
  constructor() {
427
427
  super();
428
- this.xj = null;
429
- this.xl = this.xk();
428
+ this.xk = null;
429
+ this.xm = this.xl();
430
430
  }
431
431
  get_ff() {
432
432
  return true;
433
433
  }
434
- kz(a, b) {
435
- let c = this.no(b);
434
+ k0(a, b) {
435
+ let c = this.np(b);
436
436
  if (c == "LatitudeMemberPath") {
437
437
  c = "YMemberPath";
438
438
  }
439
439
  if (c == "LongitudeMemberPath") {
440
440
  c = "XMemberPath";
441
441
  }
442
- return this.xl.kz(a, c);
442
+ return this.xm.k0(a, c);
443
443
  }
444
- mo(a) {
445
- let b = this.no(a);
444
+ mp(a) {
445
+ let b = this.np(a);
446
446
  if (b == "LatitudeMemberPath") {
447
447
  b = "YMemberPath";
448
448
  }
449
449
  if (b == "LongitudeMemberPath") {
450
450
  b = "XMemberPath";
451
451
  }
452
- return this.xl.mo(b);
452
+ return this.xm.mp(b);
453
453
  }
454
- get_kr() {
455
- return this.k9(this.xl);
454
+ get_ks() {
455
+ return this.la(this.xm);
456
456
  }
457
- set_kr(a) {
458
- this.pc(this.xl, a);
457
+ set_ks(a) {
458
+ this.pd(this.xm, a);
459
459
  }
460
460
  ed(a, b, c, d, e) {
461
- return this.xl.ed(a, b, c, d, e);
461
+ return this.xm.ed(a, b, c, d, e);
462
462
  }
463
463
  ai() {
464
- return this.xl.ai();
464
+ return this.xm.ai();
465
465
  }
466
466
  bp() {
467
- return this.xl;
467
+ return this.xm;
468
468
  }
469
- get xl() {
470
- return this.xj;
469
+ get xm() {
470
+ return this.xk;
471
471
  }
472
- set xl(a) {
473
- let b = this.xj;
474
- let c = this.xl != a;
472
+ set xm(a) {
473
+ let b = this.xk;
474
+ let c = this.xm != a;
475
475
  if (c) {
476
- this.xj = a;
477
- this.xq(b, this.xj);
476
+ this.xk = a;
477
+ this.xr(b, this.xk);
478
478
  }
479
479
  }
480
480
  get_hasMarkers() {
481
- return this.xl.hasMarkers;
481
+ return this.xm.hasMarkers;
482
482
  }
483
- xq(a, b) {
484
- if (this.xj != null) {
485
- let hostedSeries_ = this.xj;
483
+ xr(a, b) {
484
+ if (this.xk != null) {
485
+ let hostedSeries_ = this.xk;
486
486
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
487
487
  hostedSeries_.externalObject._implementation = hostedSeries_;
488
488
  }
489
- this.ps(this.xl);
490
- this.xm.ci();
489
+ this.pt(this.xm);
490
+ this.xn.ci();
491
491
  if (a != null) {
492
492
  let c = (a);
493
- this.sj(c, null);
493
+ this.sk(c, null);
494
494
  }
495
495
  if (b != null) {
496
496
  let d = (b);
497
- this.sj(d, this);
497
+ this.sk(d, this);
498
498
  }
499
499
  }
500
500
  dh(a, b, c) {
501
- return this.dj(this.xl, a, b, c);
501
+ return this.dj(this.xm, a, b, c);
502
502
  }
503
503
  di(a, b, c) {
504
- return this.dk(this.xl, a, b, c);
504
+ return this.dk(this.xm, a, b, c);
505
505
  }
506
- kw(a) {
507
- return this.k5(this.xl, a);
506
+ kx(a) {
507
+ return this.k6(this.xm, a);
508
508
  }
509
- kj(a, b) {
510
- return this.xl.kj(a, b);
509
+ kk(a, b) {
510
+ return this.xm.kk(a, b);
511
511
  }
512
- kh(a, b) {
513
- return this.xl.kh(a, b);
512
+ ki(a, b) {
513
+ return this.xm.ki(a, b);
514
514
  }
515
- jd(a, b, c) {
516
- return this.xl.jd(a, b, c);
515
+ je(a, b, c) {
516
+ return this.xm.je(a, b, c);
517
517
  }
518
- ww(a, b, c) {
519
- return this.xl.ww(a, b, c);
518
+ wx(a, b, c) {
519
+ return this.xm.wx(a, b, c);
520
520
  }
521
- w8(a) {
522
- return this.xl.w8(a);
521
+ w9(a) {
522
+ return this.xm.w9(a);
523
523
  }
524
524
  ao(a) {
525
- return this.xl.ao(a);
525
+ return this.xm.ao(a);
526
526
  }
527
- w9(a) {
528
- return this.xl.w9(a);
527
+ xa(a) {
528
+ return this.xm.xa(a);
529
529
  }
530
530
  ap(a) {
531
- return this.xl.ap(a);
532
- }
533
- xa(a) {
534
- return this.xl.xa(a);
531
+ return this.xm.ap(a);
535
532
  }
536
533
  xb(a) {
537
- return this.xl.xb(a);
534
+ return this.xm.xb(a);
538
535
  }
539
- i9(a, b, c) {
540
- return this.xl.i9(a, b, c);
536
+ xc(a) {
537
+ return this.xm.xc(a);
541
538
  }
542
- ws(a, b, c) {
543
- return this.xl.ws(a, b, c);
539
+ ja(a, b, c) {
540
+ return this.xm.ja(a, b, c);
544
541
  }
545
- jb(a, b, c) {
546
- return this.jd(a, b, c);
542
+ wt(a, b, c) {
543
+ return this.xm.wt(a, b, c);
547
544
  }
548
- wu(a, b, c) {
549
- return this.xl.wu(a, b, c);
545
+ jc(a, b, c) {
546
+ return this.je(a, b, c);
550
547
  }
551
- wx(a, b, c) {
552
- return this.xl.wx(a, b, c);
548
+ wv(a, b, c) {
549
+ return this.xm.wv(a, b, c);
553
550
  }
554
- je(a, b, c) {
555
- return this.xl.je(a, b, c);
551
+ wy(a, b, c) {
552
+ return this.xm.wy(a, b, c);
556
553
  }
557
- wt(a, b, c) {
558
- return this.xl.wt(a, b, c);
554
+ jf(a, b, c) {
555
+ return this.xm.jf(a, b, c);
559
556
  }
560
- ja(a, b, c) {
561
- return this.xl.ja(a, b, c);
557
+ wu(a, b, c) {
558
+ return this.xm.wu(a, b, c);
562
559
  }
563
- wv(a, b, c) {
564
- return this.xl.wv(a, b, c);
560
+ jb(a, b, c) {
561
+ return this.xm.jb(a, b, c);
565
562
  }
566
- jc(a, b, c) {
567
- return this.xl.jc(a, b, c);
563
+ ww(a, b, c) {
564
+ return this.xm.ww(a, b, c);
568
565
  }
569
- kd(a) {
570
- return this.xl.kd(a);
566
+ jd(a, b, c) {
567
+ return this.xm.jd(a, b, c);
571
568
  }
572
- i3() {
573
- return this.xl.i3();
569
+ ke(a) {
570
+ return this.xm.ke(a);
574
571
  }
575
- iz(a) {
576
- return this.xl.iz(a);
572
+ i4() {
573
+ return this.xm.i4();
577
574
  }
578
- kx(a) {
579
- return this.xl.kx(a);
575
+ i0(a) {
576
+ return this.xm.i0(a);
577
+ }
578
+ ky(a) {
579
+ return this.xm.ky(a);
580
580
  }
581
581
  ct() {
582
582
  return new HostSeriesView(this);
583
583
  }
584
- rh(a) {
585
- super.rh(a);
586
- this.xm = typeCast(HostSeriesView.$, a);
584
+ ri(a) {
585
+ super.ri(a);
586
+ this.xn = typeCast(HostSeriesView.$, a);
587
587
  }
588
- get xn() {
589
- return this.c(GeographicMapSeriesHost.xs);
588
+ get xo() {
589
+ return this.c(GeographicMapSeriesHost.xt);
590
590
  }
591
- set xn(a) {
592
- this.h(GeographicMapSeriesHost.xs, a);
591
+ set xo(a) {
592
+ this.h(GeographicMapSeriesHost.xt, a);
593
593
  }
594
- rq(a, b, c, d) {
595
- super.rq(a, b, c, d);
594
+ rr(a, b, c, d) {
595
+ super.rr(a, b, c, d);
596
596
  switch (b) {
597
597
  case "SeriesViewer":
598
- this.xl.dc = this.dc;
598
+ this.xm.dc = this.dc;
599
599
  if (c != null) {
600
- c.s9(this.xl);
600
+ c.s9(this.xm);
601
601
  }
602
602
  if (d != null) {
603
- this.dc.on(this.xl);
603
+ this.dc.on(this.xm);
604
604
  }
605
- this.xl.rt(this.xd);
606
- this.xl.index = this.index;
607
- this.qe(this.xl);
608
- this.kp = this.xl.kp;
605
+ this.xm.ru(this.xe);
606
+ this.xm.index = this.index;
607
+ this.qf(this.xm);
608
+ this.kq = this.xm.kq;
609
609
  let e = typeCast(SeriesViewer.$, c);
610
610
  if (e != null) {
611
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
611
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xs));
612
612
  }
613
613
  if (this.dc != null) {
614
614
  let f = this.dc;
615
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
615
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xs));
616
616
  }
617
- this.xp();
617
+ this.xq();
618
618
  break;
619
619
  case "SyncLink":
620
- this.xl.c4 = this.c4;
620
+ this.xm.c4 = this.c4;
621
621
  break;
622
622
  case "VisibleFromScale":
623
- this.xp();
623
+ this.xq();
624
624
  break;
625
625
  case "Index":
626
- this.xl.index = this.index;
626
+ this.xm.index = this.index;
627
627
  break;
628
628
  case "ItemsSource":
629
- this.xm.cj();
629
+ this.xn.cj();
630
630
  break;
631
631
  case "Resolution":
632
- this.xm.cq();
632
+ this.xn.cq();
633
633
  break;
634
634
  case "TransitionDuration":
635
- this.xm.ct();
635
+ this.xn.ct();
636
636
  break;
637
637
  case "Opacity":
638
- this.xm.cn();
638
+ this.xn.cn();
639
639
  break;
640
640
  case "Visibility":
641
- let hs_ = this.xl;
641
+ let hs_ = this.xm;
642
642
  let v_ = this._visibility;
643
643
  hs_.visibility = v_;
644
644
  break;
645
645
  case "MouseOverEnabled":
646
- this.xl.ge = this.ge;
646
+ this.xm.gf = this.gf;
647
647
  break;
648
648
  case "ExpectFunctions":
649
- this.xl.expectFunctions = this.expectFunctions;
649
+ this.xm.expectFunctions = this.expectFunctions;
650
650
  break;
651
651
  case "Thickness":
652
- this.xm.cs();
652
+ this.xn.cs();
653
653
  break;
654
654
  case "Brush":
655
- this.xm.ch();
655
+ this.xn.ch();
656
656
  break;
657
657
  case "Outline":
658
- this.xm.cp();
658
+ this.xn.cp();
659
659
  break;
660
660
  case "ActualBrush":
661
- this.xm.ce();
661
+ this.xn.ce();
662
662
  break;
663
663
  case "ActualOutline":
664
- this.xm.cf();
664
+ this.xn.cf();
665
665
  break;
666
666
  case "MarkerFillOpacity":
667
- if (!isNaN_(this.jo)) {
668
- this.xm.cm();
667
+ if (!isNaN_(this.jp)) {
668
+ this.xn.cm();
669
669
  }
670
670
  break;
671
671
  case "AreaFillOpacity":
672
- if (!isNaN_(this.ir)) {
673
- this.xm.cg();
672
+ if (!isNaN_(this.is)) {
673
+ this.xn.cg();
674
674
  }
675
675
  break;
676
676
  case "OutlineMode":
677
- this.xm.co();
677
+ this.xn.co();
678
678
  break;
679
679
  case "ShowDefaultTooltip":
680
- this.xm.cr();
680
+ this.xn.cr();
681
681
  break;
682
682
  case "Title":
683
- this.xl.title = this.title;
683
+ this.xm.title = this.title;
684
684
  break;
685
685
  case "LegendItemBadgeMode":
686
- this.xm.ck();
686
+ this.xn.ck();
687
687
  break;
688
688
  case "LegendItemBadgeShape":
689
- this.xm.cl();
689
+ this.xn.cl();
690
690
  break;
691
691
  case "Legend":
692
- this.xl.legend = this.legend;
692
+ this.xm.legend = this.legend;
693
693
  this.cw.a5();
694
694
  break;
695
695
  }
696
696
  }
697
- xp() {
698
- if (this.dc == null || this.xl == null) {
697
+ xq() {
698
+ if (this.dc == null || this.xm == null) {
699
699
  return;
700
700
  }
701
- if (!isNaN_(this.xn)) {
702
- if (this.dc.yr.width > this.xn) {
703
- let hs_ = this.xl;
701
+ if (!isNaN_(this.xo)) {
702
+ if (this.dc.yr.width > this.xo) {
703
+ let hs_ = this.xm;
704
704
  let v_ = 1;
705
705
  hs_.visibility = v_;
706
706
  }
707
707
  else {
708
- let hs2_ = this.xl;
708
+ let hs2_ = this.xm;
709
709
  let v2_ = 0;
710
710
  hs2_.visibility = v2_;
711
711
  }
712
712
  }
713
713
  }
714
- xr(a, b) {
715
- this.xp();
714
+ xs(a, b) {
715
+ this.xq();
716
716
  }
717
- r8(a) {
718
- super.r8(a);
719
- if (this.xl != null) {
720
- this.xl.r8(a);
717
+ r9(a) {
718
+ super.r9(a);
719
+ if (this.xm != null) {
720
+ this.xm.r9(a);
721
721
  }
722
722
  }
723
- rl(a) {
724
- super.rl(a);
725
- if (this.xl != null) {
726
- this.xl.q2();
723
+ rm(a) {
724
+ super.rm(a);
725
+ if (this.xm != null) {
726
+ this.xm.q3();
727
727
  }
728
728
  }
729
- r7(a, b, c, d, e) {
730
- if (this.xl != null) {
731
- this.xl.r7(a, b, c, d, e);
729
+ r8(a, b, c, d, e) {
730
+ if (this.xm != null) {
731
+ this.xm.r8(a, b, c, d, e);
732
732
  }
733
733
  }
734
734
  a2(a, b) {
735
- return this.xl.a2(a, b);
735
+ return this.xm.a2(a, b);
736
736
  }
737
- su() {
738
- super.su();
739
- this.xl.su();
737
+ sv() {
738
+ super.sv();
739
+ this.xm.sv();
740
740
  }
741
741
  get_coercionMethods() {
742
742
  return this._coercionMethods;
743
743
  }
744
744
  set_coercionMethods(a) {
745
745
  this._coercionMethods = a;
746
- this.xl.coercionMethods = a;
746
+ this.xm.coercionMethods = a;
747
747
  }
748
- qd(a) {
749
- super.qd(a);
750
- if (this.xl != null) {
751
- let b = this.xl.kv();
752
- this.pl(a, b);
748
+ qe(a) {
749
+ super.qe(a);
750
+ if (this.xm != null) {
751
+ let b = this.xm.kw();
752
+ this.pm(a, b);
753
753
  }
754
754
  }
755
755
  }
756
756
  GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
757
- GeographicMapSeriesHost.xs = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
757
+ GeographicMapSeriesHost.xt = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
758
758
  let c = a;
759
759
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
760
760
  }));
@@ -772,66 +772,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
772
772
  }
773
773
  ci() {
774
774
  this.cd.legendItemVisibility = 1;
775
- this.cd.xl.legendItemVisibility = 0;
776
- this.cd.xl.itemsSource = this.cd.itemsSource;
777
- this.cd.xl.index = this.cd.index;
778
- this.cd.xl.vz = this.cd.vz;
779
- this.cd.xl.wf = this.cd.vz;
780
- this.cd.xl.cj = this.cd.cj;
781
- this.cd.xl.jr = this.cd.jr;
782
- this.cd.xl.km = this.cd.km;
783
- this.cd.xl._opacity = this.cd._opacity;
784
- this.cd.xl.jy = this.cd.jy;
785
- this.cd.xl.ir = this.cd.ir;
786
- this.cd.xl.jo = this.cd.jo;
787
- this.cd.xl.gv = this.cd.gv;
788
- this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
789
- this.cd.xl.be = this.cd.be;
775
+ this.cd.xm.legendItemVisibility = 0;
776
+ this.cd.xm.itemsSource = this.cd.itemsSource;
777
+ this.cd.xm.index = this.cd.index;
778
+ this.cd.xm.v0 = this.cd.v0;
779
+ this.cd.xm.wg = this.cd.v0;
780
+ this.cd.xm.cj = this.cd.cj;
781
+ this.cd.xm.js = this.cd.js;
782
+ this.cd.xm.kn = this.cd.kn;
783
+ this.cd.xm._opacity = this.cd._opacity;
784
+ this.cd.xm.jz = this.cd.jz;
785
+ this.cd.xm.is = this.cd.is;
786
+ this.cd.xm.jp = this.cd.jp;
787
+ this.cd.xm.gw = this.cd.gw;
788
+ this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
789
+ this.cd.xm.be = this.cd.be;
790
790
  }
791
791
  cj() {
792
- this.cd.xl.itemsSource = this.cd.itemsSource;
792
+ this.cd.xm.itemsSource = this.cd.itemsSource;
793
793
  }
794
794
  cq() {
795
- this.cd.xl.jr = this.cd.jr;
795
+ this.cd.xm.js = this.cd.js;
796
796
  }
797
797
  ct() {
798
- this.cd.xl.km = this.cd.km;
798
+ this.cd.xm.kn = this.cd.kn;
799
799
  }
800
800
  cn() {
801
- this.cd.xl._opacity = this.cd._opacity;
801
+ this.cd.xm._opacity = this.cd._opacity;
802
802
  }
803
803
  cs() {
804
- this.cd.xl.jy = this.cd.jy;
804
+ this.cd.xm.jz = this.cd.jz;
805
805
  }
806
806
  ch() {
807
- this.cd.xl.vz = this.cd.vz;
807
+ this.cd.xm.v0 = this.cd.v0;
808
808
  }
809
809
  cp() {
810
- this.cd.xl.wf = this.cd.wf;
810
+ this.cd.xm.wg = this.cd.wg;
811
811
  }
812
812
  ce() {
813
- this.cd.xl.vz = this.cd.vt;
813
+ this.cd.xm.v0 = this.cd.vu;
814
814
  }
815
815
  cf() {
816
- this.cd.xl.wf = this.cd.vx;
816
+ this.cd.xm.wg = this.cd.vy;
817
817
  }
818
818
  ck() {
819
- this.cd.xl.be = this.cd.be;
819
+ this.cd.xm.be = this.cd.be;
820
820
  }
821
821
  cl() {
822
- this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
822
+ this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
823
823
  }
824
824
  cg() {
825
- this.cd.xl.ir = this.cd.ir;
825
+ this.cd.xm.is = this.cd.is;
826
826
  }
827
827
  cm() {
828
- this.cd.xl.jo = this.cd.jo;
828
+ this.cd.xm.jp = this.cd.jp;
829
829
  }
830
830
  co() {
831
- this.cd.xl.cj = this.cd.cj;
831
+ this.cd.xm.cj = this.cd.cj;
832
832
  }
833
833
  cr() {
834
- this.cd.xl.gv = this.cd.gv;
834
+ this.cd.xm.gw = this.cd.gw;
835
835
  }
836
836
  }
837
837
  HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
@@ -887,7 +887,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
887
887
  })());
888
888
  a.dk = true;
889
889
  this.zh = a;
890
- this.zh.td = new SphericalMercatorHorizontalScaler();
890
+ this.zh.tf = new SphericalMercatorHorizontalScaler();
891
891
  let b = ((() => {
892
892
  let $ret = new NumericYAxis();
893
893
  $ret.b7 = this;
@@ -895,7 +895,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
895
895
  })());
896
896
  b.dk = true;
897
897
  this.zj = b;
898
- this.zj.td = new SphericalMercatorVerticalScaler();
898
+ this.zj.tf = new SphericalMercatorVerticalScaler();
899
899
  this.aao();
900
900
  this.aav();
901
901
  this.po();
@@ -1054,10 +1054,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1054
1054
  g.c = this.yv;
1055
1055
  let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
1056
1056
  h.c = this.yv;
1057
- let i = this.zh.f6(d.left, g);
1058
- let j = this.zh.f6(d.right, g);
1059
- let k = this.zj.f6(d.top, h);
1060
- let l = this.zj.f6(d.bottom, h);
1057
+ let i = this.zh.f7(d.left, g);
1058
+ let j = this.zh.f7(d.right, g);
1059
+ let k = this.zj.f7(d.top, h);
1060
+ let l = this.zj.f7(d.bottom, h);
1061
1061
  let m = (i - c) / this.y9.width;
1062
1062
  let n = (l - c) / this.y9.height;
1063
1063
  let o = (j - i + (c * 2)) / this.y9.width;
@@ -1090,10 +1090,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1090
1090
  let e = new ScalerParams(1, a, this.y9, c.dn);
1091
1091
  e.c = this.yv;
1092
1092
  let f = this.yu;
1093
- let g = b.f9(f.left, d);
1094
- let h = c.f9(f.top, e);
1095
- let i = b.f9(f.right, d);
1096
- let j = c.f9(f.bottom, e);
1093
+ let g = b.ga(f.left, d);
1094
+ let h = c.ga(f.top, e);
1095
+ let i = b.ga(f.right, d);
1096
+ let j = c.ga(f.bottom, e);
1097
1097
  let k = i - g;
1098
1098
  let l = h - j;
1099
1099
  let m = new Rect(0, g, j, k, l);
@@ -1106,13 +1106,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1106
1106
  return m;
1107
1107
  }
1108
1108
  aba(a) {
1109
- let b = this.zh.rc(a.x);
1110
- let c = this.zj.rc(a.y);
1109
+ let b = this.zh.re(a.x);
1110
+ let c = this.zj.re(a.y);
1111
1111
  return { $type: Point_$type, x: b, y: c };
1112
1112
  }
1113
1113
  abb(a) {
1114
- let b = this.zh.gt(a.x);
1115
- let c = this.zj.gt(a.y);
1114
+ let b = this.zh.gv(a.x);
1115
+ let c = this.zj.gv(a.y);
1116
1116
  return { $type: Point_$type, x: b, y: c };
1117
1117
  }
1118
1118
  abc(a) {
@@ -1132,21 +1132,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1132
1132
  aat() {
1133
1133
  this.zt.eh();
1134
1134
  for (let a of fromEnum(this.b9)) {
1135
- a.su();
1135
+ a.sv();
1136
1136
  }
1137
1137
  }
1138
1138
  aaw() {
1139
1139
  if (this.zs == 2) {
1140
1140
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1141
- let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
1142
- let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
1141
+ let a = this.zh.re(this.y9.left + (this.y9.width / 2));
1142
+ let b = this.zj.re(this.y9.top + (this.y9.height / 2));
1143
1143
  this.aa9 = { $type: Point_$type, x: a, y: b };
1144
1144
  }
1145
1145
  }
1146
1146
  else {
1147
1147
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
1148
- let c = this.zh.rc(this.y9.left);
1149
- let d = this.zj.rc(this.y9.top);
1148
+ let c = this.zh.re(this.y9.left);
1149
+ let d = this.zj.re(this.y9.top);
1150
1150
  this.aa9 = { $type: Point_$type, x: c, y: d };
1151
1151
  }
1152
1152
  }
@@ -1167,7 +1167,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1167
1167
  else {
1168
1168
  let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
1169
1169
  g.c = this.yv;
1170
- let h = this.zh.f6(a, g);
1170
+ let h = this.zh.f7(a, g);
1171
1171
  if (this.zs == 2) {
1172
1172
  let i = h / this.y9.width;
1173
1173
  c = i - (e / 2);
@@ -1187,7 +1187,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1187
1187
  else {
1188
1188
  let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1189
1189
  j.c = this.yv;
1190
- let k = this.zj.f6(b, j);
1190
+ let k = this.zj.f7(b, j);
1191
1191
  if (this.zs == 2) {
1192
1192
  let l = k / this.y9.height;
1193
1193
  d = l - (f / 2);
@@ -1318,13 +1318,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1318
1318
  }
1319
1319
  if (c) {
1320
1320
  if (d) {
1321
- let i = this.zg.f6(-180, b);
1322
- let j = this.zg.f6(180, b);
1321
+ let i = this.zg.f7(-180, b);
1322
+ let j = this.zg.f7(180, b);
1323
1323
  e = j - i;
1324
1324
  }
1325
1325
  else {
1326
- let k = this.zg.f6(-180, b);
1327
- let l = this.zg.f6(180, b);
1326
+ let k = this.zg.f7(-180, b);
1327
+ let l = this.zg.f7(180, b);
1328
1328
  e = k - l;
1329
1329
  }
1330
1330
  }
@@ -1335,10 +1335,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1335
1335
  a.c = this.yv;
1336
1336
  let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
1337
1337
  b.c = this.yv;
1338
- let c = this.zh.f6(XamGeographicMap.abe.left, a);
1339
- let d = this.zh.f6(XamGeographicMap.abe.right, a);
1340
- let e = this.zj.f6(XamGeographicMap.abe.top, b);
1341
- let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
1338
+ let c = this.zh.f7(XamGeographicMap.abe.left, a);
1339
+ let d = this.zh.f7(XamGeographicMap.abe.right, a);
1340
+ let e = this.zj.f7(XamGeographicMap.abe.top, b);
1341
+ let f = this.zj.f7(XamGeographicMap.abe.bottom, b);
1342
1342
  this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
1343
1343
  return this.abg;
1344
1344
  }
@@ -1528,7 +1528,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1528
1528
  break;
1529
1529
  case "ActualWorldRect":
1530
1530
  for (let g of fromEnum(this.b9)) {
1531
- g.r8(false);
1531
+ g.r9(false);
1532
1532
  }
1533
1533
  break;
1534
1534
  case XamGeographicMap.$$p[5]:
@@ -1559,7 +1559,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1559
1559
  break;
1560
1560
  case "MarkerAutomaticBehavior":
1561
1561
  for (let i of fromEnum(this.b9)) {
1562
- i.qv();
1562
+ i.qw();
1563
1563
  }
1564
1564
  break;
1565
1565
  }
@@ -1576,15 +1576,15 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1576
1576
  }
1577
1577
  aav() {
1578
1578
  if (this.zh != null) {
1579
- this.zh.q9 = this.abi.left;
1580
- this.zh.q8 = this.abi.right;
1579
+ this.zh.rb = this.abi.left;
1580
+ this.zh.ra = this.abi.right;
1581
1581
  }
1582
1582
  if (this.zj != null) {
1583
- this.zj.q9 = this.abi.top;
1584
- this.zj.q8 = this.abi.bottom;
1583
+ this.zj.rb = this.abi.top;
1584
+ this.zj.ra = this.abi.bottom;
1585
1585
  }
1586
- this.zh.ee(true);
1587
- this.zj.ee(true);
1586
+ this.zh.ef(true);
1587
+ this.zj.ef(true);
1588
1588
  }
1589
1589
  getFontInfo() {
1590
1590
  this.zu = this.zt.fr;
@@ -1601,7 +1601,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1601
1601
  let c = b;
1602
1602
  let d = a;
1603
1603
  d.itemsSource = c.triangulationSource.points;
1604
- d.xu = c.triangulationSource.triangles;
1604
+ d.xv = c.triangulationSource.triangles;
1605
1605
  }
1606
1606
  else {
1607
1607
  super.tk(a, b);
@@ -1629,12 +1629,12 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
1629
1629
  }
1630
1630
  z7() {
1631
1631
  let a = new ChartVisualData();
1632
- let b = this.zh.hs();
1633
- let c = this.zj.hs();
1632
+ let b = this.zh.hu();
1633
+ let c = this.zj.hu();
1634
1634
  a.axes.add1(b);
1635
1635
  a.axes.add1(c);
1636
1636
  for (let d = 0; d < this.b9.count; d++) {
1637
- let e = this.b9._inner[d].kv();
1637
+ let e = this.b9._inner[d].kw();
1638
1638
  a.series.add1(e);
1639
1639
  }
1640
1640
  a.name = this.name;
@@ -1812,8 +1812,8 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
1812
1812
  j.c = c;
1813
1813
  let k = new ScalerParams(1, this.windowRect, b, i.dn);
1814
1814
  k.c = c;
1815
- let l = h.f6(d.left, j);
1816
- let m = i.f6(d.bottom, k);
1815
+ let l = h.f7(d.left, j);
1816
+ let m = i.f7(d.bottom, k);
1817
1817
  let n = (-l / b.width) * this.ao.a5;
1818
1818
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1819
1819
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1901,41 +1901,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1901
1901
  }
1902
1902
  ci() {
1903
1903
  super.ci();
1904
- let a = this.cu.xl;
1905
- a.yl = this.cu.xx;
1906
- a.yt = this.cu.xv;
1907
- a.trianglesSource = this.cu.xu;
1908
- a.x9 = this.cu.x0;
1909
- a.yb = this.cu.x2;
1910
- a.yd = this.cu.x4;
1904
+ let a = this.cu.xm;
1905
+ a.ym = this.cu.xy;
1906
+ a.yu = this.cu.xw;
1907
+ a.trianglesSource = this.cu.xv;
1908
+ a.ya = this.cu.x1;
1909
+ a.yc = this.cu.x3;
1910
+ a.ye = this.cu.x5;
1911
1911
  }
1912
1912
  cx() {
1913
- let a = this.cu.xl;
1913
+ let a = this.cu.xm;
1914
1914
  if (this.cu.dc == null) {
1915
- a.xj = null;
1916
1915
  a.xk = null;
1916
+ a.xl = null;
1917
1917
  return;
1918
1918
  }
1919
- a.xj = this.cu.dc.zh;
1920
- a.xk = this.cu.dc.zj;
1919
+ a.xk = this.cu.dc.zh;
1920
+ a.xl = this.cu.dc.zj;
1921
1921
  }
1922
1922
  cw() {
1923
- this.cu.xl.yl = this.cu.xx;
1923
+ this.cu.xm.ym = this.cu.xy;
1924
1924
  }
1925
1925
  cv() {
1926
- this.cu.xl.yt = this.cu.xv;
1926
+ this.cu.xm.yu = this.cu.xw;
1927
1927
  }
1928
1928
  cy() {
1929
- this.cu.xl.trianglesSource = this.cu.xu;
1929
+ this.cu.xm.trianglesSource = this.cu.xv;
1930
1930
  }
1931
1931
  cz() {
1932
- this.cu.xl.x9 = this.cu.x0;
1932
+ this.cu.xm.ya = this.cu.x1;
1933
1933
  }
1934
1934
  c0() {
1935
- this.cu.xl.yb = this.cu.x2;
1935
+ this.cu.xm.yc = this.cu.x3;
1936
1936
  }
1937
1937
  c1() {
1938
- this.cu.xl.yd = this.cu.x4;
1938
+ this.cu.xm.ye = this.cu.x5;
1939
1939
  }
1940
1940
  }
1941
1941
  GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1955,19 +1955,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1955
1955
  }
1956
1956
  ci() {
1957
1957
  super.ci();
1958
- if (this.c2.yf != null) {
1959
- this.c2.yf.zs = this.c2.yj;
1960
- this.c2.yf.zg = this.c2.ye;
1958
+ if (this.c2.yg != null) {
1959
+ this.c2.yg.zt = this.c2.yk;
1960
+ this.c2.yg.zh = this.c2.yf;
1961
1961
  }
1962
1962
  }
1963
1963
  c3() {
1964
- if (this.c2.yf != null) {
1965
- this.c2.yf.zs = this.c2.yj;
1964
+ if (this.c2.yg != null) {
1965
+ this.c2.yg.zt = this.c2.yk;
1966
1966
  }
1967
1967
  }
1968
1968
  c4() {
1969
- if (this.c2.yf != null) {
1970
- this.c2.yf.zg = this.c2.ye;
1969
+ if (this.c2.yg != null) {
1970
+ this.c2.yg.zh = this.c2.yf;
1971
1971
  }
1972
1972
  }
1973
1973
  }
@@ -2156,39 +2156,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
2156
2156
  ct() {
2157
2157
  return new GeographicXYTriangulatingSeriesView(this);
2158
2158
  }
2159
- rh(a) {
2160
- super.rh(a);
2161
- this.xt = a;
2159
+ ri(a) {
2160
+ super.ri(a);
2161
+ this.xu = a;
2162
2162
  }
2163
- rq(a, b, c, d) {
2164
- super.rq(a, b, c, d);
2163
+ rr(a, b, c, d) {
2164
+ super.rr(a, b, c, d);
2165
2165
  switch (b) {
2166
2166
  case "SeriesViewer":
2167
- this.xt.cx();
2167
+ this.xu.cx();
2168
2168
  break;
2169
2169
  case GeographicXYTriangulatingSeries.$$p[1]:
2170
- this.xt.cw();
2170
+ this.xu.cw();
2171
2171
  break;
2172
2172
  case GeographicXYTriangulatingSeries.$$p[0]:
2173
- this.xt.cv();
2173
+ this.xu.cv();
2174
2174
  break;
2175
2175
  case GeographicXYTriangulatingSeries.$$p[5]:
2176
- this.xt.cy();
2176
+ this.xu.cy();
2177
2177
  break;
2178
2178
  case GeographicXYTriangulatingSeries.$$p[2]:
2179
- this.xt.cz();
2179
+ this.xu.cz();
2180
2180
  break;
2181
2181
  case GeographicXYTriangulatingSeries.$$p[3]:
2182
- this.xt.c0();
2182
+ this.xu.c0();
2183
2183
  break;
2184
2184
  case GeographicXYTriangulatingSeries.$$p[4]:
2185
- this.xt.c1();
2185
+ this.xu.c1();
2186
2186
  break;
2187
2187
  }
2188
2188
  }
2189
2189
  }
2190
2190
  GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2191
- GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
2191
+ GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
2192
2192
  return GeographicXYTriangulatingSeries;
2193
2193
  })();
2194
2194
  let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
@@ -2201,53 +2201,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2201
2201
  }
2202
2202
  constructor() {
2203
2203
  super();
2204
- this.yc = null;
2204
+ this.yd = null;
2205
2205
  this.triangulationStatusChanged = null;
2206
2206
  this.ab = GeographicScatterAreaSeries.$;
2207
2207
  }
2208
- get ye() {
2209
- return this.yc;
2208
+ get yf() {
2209
+ return this.yd;
2210
2210
  }
2211
- set ye(a) {
2212
- let b = this.yc != a;
2211
+ set yf(a) {
2212
+ let b = this.yd != a;
2213
2213
  if (b) {
2214
- let c = this.yc;
2215
- if (this.yc != null) {
2216
- let d = this.yc;
2217
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
2214
+ let c = this.yd;
2215
+ if (this.yd != null) {
2216
+ let d = this.yd;
2217
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
2218
2218
  }
2219
- this.yc = a;
2220
- if (this.yc != null) {
2221
- let e = this.yc;
2222
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
2219
+ this.yd = a;
2220
+ if (this.yd != null) {
2221
+ let e = this.yd;
2222
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
2223
2223
  }
2224
- this.raisePropertyChanged("ColorScale", c, this.yc);
2225
- if (this.yf != null) {
2226
- this.yf.zg = a;
2224
+ this.raisePropertyChanged("ColorScale", c, this.yd);
2225
+ if (this.yg != null) {
2226
+ this.yg.zh = a;
2227
2227
  }
2228
2228
  }
2229
2229
  }
2230
- ym(a, b) {
2231
- this.yh.c4();
2232
- this.yo();
2233
- this.r8(false);
2230
+ yn(a, b) {
2231
+ this.yi.c4();
2232
+ this.yp();
2233
+ this.r9(false);
2234
2234
  }
2235
- yo() {
2236
- if (this.yf != null) {
2237
- this.yd = this.yf.zf;
2235
+ yp() {
2236
+ if (this.yg != null) {
2237
+ this.ye = this.yg.zg;
2238
2238
  }
2239
2239
  }
2240
- sz() {
2241
- super.sz();
2242
- this.yo();
2240
+ s0() {
2241
+ super.s0();
2242
+ this.yp();
2243
2243
  }
2244
- xk() {
2245
- this.yf = new ScatterAreaSeries();
2246
- let a = this.yf;
2247
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
2248
- return this.yf;
2244
+ xl() {
2245
+ this.yg = new ScatterAreaSeries();
2246
+ let a = this.yg;
2247
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
2248
+ return this.yg;
2249
2249
  }
2250
- yn(a, b) {
2250
+ yo(a, b) {
2251
2251
  if (this.triangulationStatusChanged != null) {
2252
2252
  this.triangulationStatusChanged(this, b);
2253
2253
  }
@@ -2255,31 +2255,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
2255
2255
  ct() {
2256
2256
  return new GeographicScatterAreaSeriesView(this);
2257
2257
  }
2258
- rh(a) {
2259
- super.rh(a);
2260
- this.yh = a;
2258
+ ri(a) {
2259
+ super.ri(a);
2260
+ this.yi = a;
2261
2261
  }
2262
- rq(a, b, c, d) {
2263
- super.rq(a, b, c, d);
2262
+ rr(a, b, c, d) {
2263
+ super.rr(a, b, c, d);
2264
2264
  switch (b) {
2265
2265
  case GeographicScatterAreaSeries.$$p[1]:
2266
- this.yh.c3();
2266
+ this.yi.c3();
2267
2267
  break;
2268
2268
  case "ColorScale":
2269
- this.yh.c4();
2270
- this.yo();
2269
+ this.yi.c4();
2270
+ this.yp();
2271
2271
  break;
2272
2272
  }
2273
2273
  }
2274
- get_hd() {
2274
+ get_he() {
2275
2275
  return true;
2276
2276
  }
2277
- set_hd(a) {
2278
- super.set_hd(a);
2277
+ set_he(a) {
2278
+ super.set_he(a);
2279
2279
  }
2280
2280
  }
2281
2281
  GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2282
- GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
2282
+ GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
2283
2283
  return GeographicScatterAreaSeries;
2284
2284
  })();
2285
2285
 
@@ -4344,11 +4344,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4344
4344
  * 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%.
4345
4345
  */
4346
4346
  get visibleFromScale() {
4347
- return this.i.xn;
4347
+ return this.i.xo;
4348
4348
  }
4349
4349
  set visibleFromScale(v) {
4350
- this.i.xn = +v;
4351
- this._a("visibleFromScale", this.i.xn);
4350
+ this.i.xo = +v;
4351
+ this._a("visibleFromScale", this.i.xo);
4352
4352
  }
4353
4353
  /**
4354
4354
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -4366,10 +4366,10 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4366
4366
 
4367
4367
  */
4368
4368
  notifyIndexedPropertiesChanged() {
4369
- this.i.qv();
4369
+ this.i.qw();
4370
4370
  }
4371
4371
  getItemValue(item, memberPathName) {
4372
- let iv = this.i.kz(item, memberPathName);
4372
+ let iv = this.i.k0(item, memberPathName);
4373
4373
  return (iv);
4374
4374
  }
4375
4375
  /**
@@ -4378,7 +4378,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4378
4378
  * @param memberPathName * The property name of a valid member path for the series
4379
4379
  */
4380
4380
  getMemberPathValue(memberPathName) {
4381
- let iv = this.i.mo(memberPathName);
4381
+ let iv = this.i.mp(memberPathName);
4382
4382
  return (iv);
4383
4383
  }
4384
4384
  /**
@@ -4387,23 +4387,23 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4387
4387
  * @param world * The world coordinates to use.
4388
4388
  */
4389
4389
  getItem(world) {
4390
- let iv = this.i.kw(toPoint(world));
4390
+ let iv = this.i.kx(toPoint(world));
4391
4391
  return (iv);
4392
4392
  }
4393
4393
  getPreviousOrExactIndex(world, skipUnknowns) {
4394
- let iv = this.i.kj(toPoint(world), skipUnknowns);
4394
+ let iv = this.i.kk(toPoint(world), skipUnknowns);
4395
4395
  return (iv);
4396
4396
  }
4397
4397
  getNextOrExactIndex(world, skipUnknowns) {
4398
- let iv = this.i.kh(toPoint(world), skipUnknowns);
4398
+ let iv = this.i.ki(toPoint(world), skipUnknowns);
4399
4399
  return (iv);
4400
4400
  }
4401
4401
  getSeriesValue(world, useInterpolation, skipUnknowns) {
4402
- let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
4402
+ let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
4403
4403
  return (iv);
4404
4404
  }
4405
4405
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
4406
- let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
4406
+ let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
4407
4407
  return fromPoint(iv);
4408
4408
  }
4409
4409
  /**
@@ -4412,7 +4412,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4412
4412
  * @param world * The world coordinate for which to get a value bounding box for
4413
4413
  */
4414
4414
  getSeriesValueBoundingBox(world) {
4415
- let iv = this.i.w8(toPoint(world));
4415
+ let iv = this.i.w9(toPoint(world));
4416
4416
  return fromRect(iv);
4417
4417
  }
4418
4418
  /**
@@ -4421,31 +4421,31 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4421
4421
  * @param world * The world coordinates for which to get a value marker bounding box for
4422
4422
  */
4423
4423
  getSeriesValueMarkerBoundingBox(world) {
4424
- let iv = this.i.xa(toPoint(world));
4424
+ let iv = this.i.xb(toPoint(world));
4425
4425
  return fromRect(iv);
4426
4426
  }
4427
4427
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
4428
- let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
4428
+ let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
4429
4429
  return (iv);
4430
4430
  }
4431
4431
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
4432
- let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
4432
+ let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
4433
4433
  return fromPoint(iv);
4434
4434
  }
4435
4435
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
4436
- let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
4436
+ let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
4437
4437
  return (iv);
4438
4438
  }
4439
4439
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
4440
- let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
4440
+ let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
4441
4441
  return fromPoint(iv);
4442
4442
  }
4443
4443
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4444
- let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
4444
+ let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
4445
4445
  return fromPoint(iv);
4446
4446
  }
4447
4447
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
4448
- let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
4448
+ let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
4449
4449
  return (iv);
4450
4450
  }
4451
4451
  /**
@@ -4453,7 +4453,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4453
4453
 
4454
4454
  */
4455
4455
  getItemSpan() {
4456
- let iv = this.i.i3();
4456
+ let iv = this.i.i4();
4457
4457
  return (iv);
4458
4458
  }
4459
4459
  /**
@@ -4462,14 +4462,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
4462
4462
  * @param animate * True if the change should be animated.
4463
4463
  */
4464
4464
  renderSeries(animate) {
4465
- this.i.r8(animate);
4465
+ this.i.r9(animate);
4466
4466
  }
4467
4467
  /**
4468
4468
  * Called when this series' Style is updated.
4469
4469
 
4470
4470
  */
4471
4471
  styleUpdated() {
4472
- this.i.su();
4472
+ this.i.sv();
4473
4473
  }
4474
4474
  }
4475
4475
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
@@ -4587,65 +4587,65 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4587
4587
  * 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.
4588
4588
  */
4589
4589
  get shapeMemberPath() {
4590
- return this.i.yk;
4590
+ return this.i.yl;
4591
4591
  }
4592
4592
  set shapeMemberPath(v) {
4593
- this.i.yk = v;
4593
+ this.i.yl = v;
4594
4594
  }
4595
4595
  /**
4596
4596
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
4597
4597
  */
4598
4598
  get isCustomShapeStyleAllowed() {
4599
- return this.i.x5;
4599
+ return this.i.x6;
4600
4600
  }
4601
4601
  set isCustomShapeStyleAllowed(v) {
4602
- this.i.x5 = ensureBool(v);
4603
- this._a("isCustomShapeStyleAllowed", this.i.x5);
4602
+ this.i.x6 = ensureBool(v);
4603
+ this._a("isCustomShapeStyleAllowed", this.i.x6);
4604
4604
  }
4605
4605
  /**
4606
4606
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
4607
4607
  */
4608
4608
  get isCustomShapeMarkerStyleAllowed() {
4609
- return this.i.x4;
4609
+ return this.i.x5;
4610
4610
  }
4611
4611
  set isCustomShapeMarkerStyleAllowed(v) {
4612
- this.i.x4 = ensureBool(v);
4613
- this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
4612
+ this.i.x5 = ensureBool(v);
4613
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.x5);
4614
4614
  }
4615
4615
  /**
4616
4616
  * Gets or sets the mode the series will use to find the closest point to the cursor.
4617
4617
  */
4618
4618
  get itemSearchMode() {
4619
- return this.i.xw;
4619
+ return this.i.xx;
4620
4620
  }
4621
4621
  set itemSearchMode(v) {
4622
- this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
4623
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
4622
+ this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
4623
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xx));
4624
4624
  }
4625
4625
  /**
4626
4626
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
4627
4627
  */
4628
4628
  get itemSearchThreshold() {
4629
- return this.i.x8;
4629
+ return this.i.x9;
4630
4630
  }
4631
4631
  set itemSearchThreshold(v) {
4632
- this.i.x8 = +v;
4633
- this._a("itemSearchThreshold", this.i.x8);
4632
+ this.i.x9 = +v;
4633
+ this._a("itemSearchThreshold", this.i.x9);
4634
4634
  }
4635
4635
  /**
4636
4636
  * Gets or sets the fill mapping property for the current series object.
4637
4637
  */
4638
4638
  get fillMemberPath() {
4639
- return this.i.x9;
4639
+ return this.i.ya;
4640
4640
  }
4641
4641
  set fillMemberPath(v) {
4642
- this.i.x9 = v;
4642
+ this.i.ya = v;
4643
4643
  }
4644
4644
  /**
4645
4645
  * Gets or sets the brush scale for the fill brush of markers.
4646
4646
  */
4647
4647
  get fillScale() {
4648
- const r = this.i.xv;
4648
+ const r = this.i.xw;
4649
4649
  if (r == null) {
4650
4650
  return null;
4651
4651
  }
@@ -4661,34 +4661,34 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4661
4661
  set fillScale(v) {
4662
4662
  if (v != null && this._stylingContainer && v._styling)
4663
4663
  v._styling(this._stylingContainer, this, this);
4664
- v == null ? this.i.xv = null : this.i.xv = v.i;
4664
+ v == null ? this.i.xw = null : this.i.xw = v.i;
4665
4665
  }
4666
4666
  /**
4667
4667
  * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
4668
4668
  * This setting applies only if multiple series are using the same FillScale.
4669
4669
  */
4670
4670
  get fillScaleUseGlobalValues() {
4671
- return this.i.x3;
4671
+ return this.i.x4;
4672
4672
  }
4673
4673
  set fillScaleUseGlobalValues(v) {
4674
- this.i.x3 = ensureBool(v);
4675
- this._a("fillScaleUseGlobalValues", this.i.x3);
4674
+ this.i.x4 = ensureBool(v);
4675
+ this._a("fillScaleUseGlobalValues", this.i.x4);
4676
4676
  }
4677
4677
  /**
4678
4678
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
4679
4679
  */
4680
4680
  get itemSearchPointsThreshold() {
4681
- return this.i.x7;
4681
+ return this.i.x8;
4682
4682
  }
4683
4683
  set itemSearchPointsThreshold(v) {
4684
- this.i.x7 = +v;
4685
- this._a("itemSearchPointsThreshold", this.i.x7);
4684
+ this.i.x8 = +v;
4685
+ this._a("itemSearchPointsThreshold", this.i.x8);
4686
4686
  }
4687
4687
  /**
4688
4688
  * Set a shapefile datasource to use with the series.
4689
4689
  */
4690
4690
  get shapefileDataSource() {
4691
- const r = this.i.xz;
4691
+ const r = this.i.x0;
4692
4692
  if (r == null) {
4693
4693
  return null;
4694
4694
  }
@@ -4707,18 +4707,18 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
4707
4707
  return r.externalObject;
4708
4708
  }
4709
4709
  set shapefileDataSource(v) {
4710
- v == null ? this.i.xz = null : this.i.xz = v.i;
4710
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
4711
4711
  }
4712
4712
  /**
4713
4713
  * 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.
4714
4714
  * 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.
4715
4715
  */
4716
4716
  get shapeFilterResolution() {
4717
- return this.i.x6;
4717
+ return this.i.x7;
4718
4718
  }
4719
4719
  set shapeFilterResolution(v) {
4720
- this.i.x6 = +v;
4721
- this._a("shapeFilterResolution", this.i.x6);
4720
+ this.i.x7 = +v;
4721
+ this._a("shapeFilterResolution", this.i.x7);
4722
4722
  }
4723
4723
  findByName(name) {
4724
4724
  var baseResult = super.findByName(name);
@@ -4808,19 +4808,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
4808
4808
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
4809
4809
  constructor() {
4810
4810
  super(...arguments);
4811
+ this.x3 = false;
4811
4812
  this.x2 = false;
4812
- this.x1 = false;
4813
4813
  this.assigningShapeStyle = null;
4814
4814
  this.assigningShapeMarkerStyle = null;
4815
- this.xy = null;
4816
- this.x0 = false;
4815
+ this.xz = null;
4816
+ this.x1 = false;
4817
4817
  }
4818
4818
  ct() {
4819
4819
  return new GeographicShapeSeriesBaseView(this);
4820
4820
  }
4821
- rh(a) {
4822
- super.rh(a);
4823
- this.xx = a;
4821
+ ri(a) {
4822
+ super.ri(a);
4823
+ this.xy = a;
4824
4824
  }
4825
4825
  get_fh() {
4826
4826
  return true;
@@ -4828,116 +4828,116 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
4828
4828
  get_ef() {
4829
4829
  return true;
4830
4830
  }
4831
- rq(a, b, c, d) {
4832
- super.rq(a, b, c, d);
4831
+ rr(a, b, c, d) {
4832
+ super.rr(a, b, c, d);
4833
4833
  switch (b) {
4834
4834
  case "SeriesViewer":
4835
- this.xx.cv();
4835
+ this.xy.cv();
4836
4836
  break;
4837
4837
  case "ShapeMemberPath":
4838
- this.xx.cx();
4838
+ this.xy.cx();
4839
4839
  break;
4840
4840
  case GeographicShapeSeriesBase.$$p[8]:
4841
- this.xx.cw();
4841
+ this.xy.cw();
4842
4842
  break;
4843
4843
  case GeographicShapeSeriesBase.$$p[4]:
4844
- this.xl.yt = this.x5;
4845
- this.x2 = this.x5;
4846
- if (this.x5) {
4847
- let e = this.xl;
4848
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
4844
+ this.xm.yu = this.x6;
4845
+ this.x3 = this.x6;
4846
+ if (this.x6) {
4847
+ let e = this.xm;
4848
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
4849
4849
  }
4850
4850
  else {
4851
- let f = this.xl;
4852
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
4851
+ let f = this.xm;
4852
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
4853
4853
  }
4854
4854
  break;
4855
4855
  case GeographicShapeSeriesBase.$$p[3]:
4856
- this.xl.ys = this.x4;
4857
- this.x1 = this.x4;
4858
- if (this.x5) {
4859
- let g = this.xl;
4860
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
4856
+ this.xm.yt = this.x5;
4857
+ this.x2 = this.x5;
4858
+ if (this.x6) {
4859
+ let g = this.xm;
4860
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
4861
4861
  }
4862
4862
  else {
4863
- let h = this.xl;
4864
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
4863
+ let h = this.xm;
4864
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
4865
4865
  }
4866
4866
  break;
4867
4867
  case GeographicShapeSeriesBase.$$p[5]:
4868
- this.xl.x5 = this.xw;
4868
+ this.xm.x6 = this.xx;
4869
4869
  break;
4870
4870
  case GeographicShapeSeriesBase.$$p[6]:
4871
- this.xl.za = this.x7;
4871
+ this.xm.zb = this.x8;
4872
4872
  break;
4873
4873
  case GeographicShapeSeriesBase.$$p[7]:
4874
- this.xl.zb = this.x8;
4874
+ this.xm.zc = this.x9;
4875
4875
  break;
4876
4876
  case GeographicShapeSeriesBase.$$p[0]:
4877
- this.xl.zf = this.x9;
4877
+ this.xm.zg = this.ya;
4878
4878
  break;
4879
4879
  case GeographicShapeSeriesBase.$$p[1]:
4880
- this.xl.xv = this.xv;
4880
+ this.xm.xw = this.xw;
4881
4881
  break;
4882
4882
  case GeographicShapeSeriesBase.$$p[2]:
4883
- this.xl.yo = this.x3;
4883
+ this.xm.yp = this.x4;
4884
4884
  break;
4885
4885
  case "ShapefileDataSource":
4886
4886
  if (c != null) {
4887
4887
  let i = c;
4888
- if (this.x0) {
4889
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
4888
+ if (this.x1) {
4889
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
4890
4890
  }
4891
4891
  }
4892
4892
  if (d != null) {
4893
4893
  let j = d;
4894
4894
  if (j.count > 0) {
4895
- this.yp();
4895
+ this.yq();
4896
4896
  break;
4897
4897
  }
4898
- this.x0 = true;
4899
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
4898
+ this.x1 = true;
4899
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
4900
4900
  }
4901
4901
  break;
4902
4902
  }
4903
4903
  }
4904
- yn(a, b) {
4904
+ yo(a, b) {
4905
4905
  if (this.assigningShapeStyle != null) {
4906
4906
  this.assigningShapeStyle(this, b);
4907
4907
  }
4908
4908
  }
4909
- ym(a, b) {
4909
+ yn(a, b) {
4910
4910
  if (this.assigningShapeMarkerStyle != null) {
4911
4911
  this.assigningShapeMarkerStyle(this, b);
4912
4912
  }
4913
4913
  }
4914
- yo(a, b) {
4915
- this.yp();
4914
+ yp(a, b) {
4915
+ this.yq();
4916
4916
  }
4917
- yp() {
4918
- let sds_ = this.xz;
4917
+ yq() {
4918
+ let sds_ = this.x0;
4919
4919
  let ext_ = sds_.externalObject;
4920
4920
  this.itemsSource = (ext_.getPointData());
4921
4921
  }
4922
- get xz() {
4923
- return this.xy;
4922
+ get x0() {
4923
+ return this.xz;
4924
4924
  }
4925
- set xz(a) {
4926
- let b = this.xy;
4927
- this.xy = a;
4928
- if (b != this.xy) {
4929
- this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
4925
+ set x0(a) {
4926
+ let b = this.xz;
4927
+ this.xz = a;
4928
+ if (b != this.xz) {
4929
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
4930
4930
  }
4931
4931
  }
4932
- get_hd() {
4932
+ get_he() {
4933
4933
  return true;
4934
4934
  }
4935
- set_hd(a) {
4936
- super.set_hd(a);
4935
+ set_he(a) {
4936
+ super.set_he(a);
4937
4937
  }
4938
4938
  }
4939
4939
  GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
4940
- GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
4940
+ GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
4941
4941
  return GeographicShapeSeriesBase;
4942
4942
  })();
4943
4943
  let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
@@ -4949,23 +4949,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
4949
4949
  }
4950
4950
  ci() {
4951
4951
  super.ci();
4952
- this.cu.xl.zs = this.cu.yk;
4952
+ this.cu.xm.zt = this.cu.yl;
4953
4953
  }
4954
4954
  cv() {
4955
- let a = this.cu.xl;
4955
+ let a = this.cu.xm;
4956
4956
  if (this.cu.dc == null) {
4957
- a.xz = null;
4958
- a.x1 = null;
4957
+ a.x0 = null;
4958
+ a.x2 = null;
4959
4959
  return;
4960
4960
  }
4961
- a.xz = this.cu.dc.zh;
4962
- a.x1 = this.cu.dc.zj;
4961
+ a.x0 = this.cu.dc.zh;
4962
+ a.x2 = this.cu.dc.zj;
4963
4963
  }
4964
4964
  cx() {
4965
- this.cu.xl.zs = this.cu.yk;
4965
+ this.cu.xm.zt = this.cu.yl;
4966
4966
  }
4967
4967
  cw() {
4968
- this.cu.xl.y7 = this.cu.x6;
4968
+ this.cu.xm.y8 = this.cu.x7;
4969
4969
  }
4970
4970
  }
4971
4971
  GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -4999,53 +4999,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
4999
4999
  this.cy = null;
5000
5000
  this.cy = a;
5001
5001
  if (!this.t) {
5002
- this.cy.yk = "points";
5002
+ this.cy.yl = "points";
5003
5003
  }
5004
5004
  }
5005
5005
  a4() {
5006
5006
  super.a4();
5007
5007
  if (!this.t) {
5008
- this.cy.z7 = Defaults.a8;
5009
- this.cy.jy = Defaults.ac;
5010
- this.cy.y6 = Defaults.ab;
5011
- this.cy.y3 = Defaults.d;
5012
- this.cy.y1 = Defaults.a;
5008
+ this.cy.z8 = Defaults.a8;
5009
+ this.cy.jz = Defaults.ac;
5010
+ this.cy.y7 = Defaults.ab;
5011
+ this.cy.y4 = Defaults.d;
5012
+ this.cy.y2 = Defaults.a;
5013
5013
  }
5014
5014
  }
5015
5015
  ci() {
5016
5016
  super.ci();
5017
- this.cy.xl.acf = this.cy.z9;
5018
- this.cy.xl.aa7 = this.cy.y4;
5019
- this.cy.xl.abu = this.cy.zp;
5020
- this.cy.xl.abb = this.cy.y6;
5021
- this.cy.xl.aat = this.cy.y0;
5017
+ this.cy.xm.acg = this.cy.aaa;
5018
+ this.cy.xm.aa8 = this.cy.y5;
5019
+ this.cy.xm.abv = this.cy.zq;
5020
+ this.cy.xm.abc = this.cy.y7;
5021
+ this.cy.xm.aau = this.cy.y1;
5022
5022
  }
5023
5023
  c3() {
5024
- this.cy.xl.abu = this.cy.zp;
5024
+ this.cy.xm.abv = this.cy.zq;
5025
5025
  }
5026
5026
  c5() {
5027
- this.cy.xl.abb = this.cy.y6;
5027
+ this.cy.xm.abc = this.cy.y7;
5028
5028
  }
5029
5029
  c0() {
5030
- this.cy.xl.aat = this.cy.y0;
5030
+ this.cy.xm.aau = this.cy.y1;
5031
5031
  }
5032
5032
  c4() {
5033
- this.cy.xl.aa2 = this.cy.y3;
5033
+ this.cy.xm.aa3 = this.cy.y4;
5034
5034
  }
5035
5035
  cz() {
5036
- this.cy.xl.acb = this.cy.z6;
5036
+ this.cy.xm.acc = this.cy.z7;
5037
5037
  }
5038
5038
  c1() {
5039
- this.cy.xl.acc = this.cy.z7;
5039
+ this.cy.xm.acd = this.cy.z8;
5040
5040
  }
5041
5041
  c2() {
5042
- this.cy.xl.ace = this.cy.z8;
5042
+ this.cy.xm.acf = this.cy.z9;
5043
5043
  }
5044
5044
  c6() {
5045
- this.cy.xl.aa7 = this.cy.y4;
5045
+ this.cy.xm.aa8 = this.cy.y5;
5046
5046
  }
5047
5047
  c7() {
5048
- this.cy.xl.acf = this.cy.z9;
5048
+ this.cy.xm.acg = this.cy.aaa;
5049
5049
  }
5050
5050
  }
5051
5051
  GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5056,7 +5056,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
5056
5056
  bk() {
5057
5057
  return new GeographicShapeSeries();
5058
5058
  }
5059
- get_ft() {
5059
+ get_fu() {
5060
5060
  return true;
5061
5061
  }
5062
5062
  constructor() {
@@ -5067,90 +5067,90 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
5067
5067
  ct() {
5068
5068
  return new GeographicShapeSeriesView(this);
5069
5069
  }
5070
- rh(a) {
5071
- super.rh(a);
5072
- this.y5 = a;
5070
+ ri(a) {
5071
+ super.ri(a);
5072
+ this.y6 = a;
5073
5073
  }
5074
- xk() {
5074
+ xl() {
5075
5075
  let a = new ScatterPolygonSeries();
5076
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
5077
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
5076
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
5077
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
5078
5078
  return a;
5079
5079
  }
5080
- zm(a, b) {
5080
+ zn(a, b) {
5081
5081
  if (this.styleShape != null) {
5082
5082
  this.styleShape(this, b);
5083
5083
  }
5084
5084
  }
5085
- zn(a, b) {
5086
- let c = typeCast(ScatterPolygonSeries.$, this.xl);
5085
+ zo(a, b) {
5086
+ let c = typeCast(ScatterPolygonSeries.$, this.xm);
5087
5087
  if (c == null) {
5088
5088
  return;
5089
5089
  }
5090
5090
  }
5091
- iu() {
5092
- return this.y6;
5093
- }
5094
- v5() {
5095
- return this.z4;
5091
+ iv() {
5092
+ return this.y7;
5096
5093
  }
5097
5094
  v6() {
5098
5095
  return this.z5;
5099
5096
  }
5100
- th() {
5101
- return this.zo;
5097
+ v7() {
5098
+ return this.z6;
5099
+ }
5100
+ ti() {
5101
+ return this.zp;
5102
5102
  }
5103
- ml() {
5104
- let a = typeCast(ScatterPolygonSeries.$, this.xl);
5103
+ mm() {
5104
+ let a = typeCast(ScatterPolygonSeries.$, this.xm);
5105
5105
  if (a == null) {
5106
5106
  return "Unknown";
5107
5107
  }
5108
- return a.ml();
5108
+ return a.mm();
5109
5109
  }
5110
- rq(a, b, c, d) {
5111
- super.rq(a, b, c, d);
5110
+ rr(a, b, c, d) {
5111
+ super.rr(a, b, c, d);
5112
5112
  switch (b) {
5113
5113
  case GeographicShapeSeries.$$p[6]:
5114
- this.xl.aa0 = this.y2;
5114
+ this.xm.aa1 = this.y3;
5115
5115
  break;
5116
5116
  case GeographicShapeSeries.$$p[5]:
5117
- this.xl.aaw = this.y1;
5117
+ this.xm.aax = this.y2;
5118
5118
  break;
5119
5119
  case GeographicShapeSeries.$$p[9]:
5120
- this.y5.c3();
5120
+ this.y6.c3();
5121
5121
  break;
5122
5122
  case GeographicShapeSeries.$$p[10]:
5123
- this.y5.c5();
5123
+ this.y6.c5();
5124
5124
  break;
5125
5125
  case GeographicShapeSeries.$$p[4]:
5126
- this.y5.c0();
5126
+ this.y6.c0();
5127
5127
  break;
5128
5128
  case GeographicShapeSeries.$$p[11]:
5129
- this.y5.c4();
5129
+ this.y6.c4();
5130
5130
  break;
5131
5131
  case GeographicShapeSeries.$$p[3]:
5132
- this.y5.cz();
5132
+ this.y6.cz();
5133
5133
  break;
5134
5134
  case GeographicShapeSeries.$$p[7]:
5135
- this.y5.c1();
5135
+ this.y6.c1();
5136
5136
  break;
5137
5137
  case GeographicShapeSeries.$$p[8]:
5138
- this.y5.c2();
5138
+ this.y6.c2();
5139
5139
  break;
5140
5140
  case GeographicShapeSeries.$$p[13]:
5141
- this.y5.c6();
5141
+ this.y6.c6();
5142
5142
  break;
5143
5143
  case GeographicShapeSeries.$$p[12]:
5144
- this.y5.c7();
5144
+ this.y6.c7();
5145
5145
  break;
5146
5146
  }
5147
5147
  }
5148
- jt() {
5148
+ ju() {
5149
5149
  return 0.7;
5150
5150
  }
5151
5151
  }
5152
5152
  GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5153
- GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
5153
+ GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
5154
5154
  return GeographicShapeSeries;
5155
5155
  })();
5156
5156
 
@@ -5220,164 +5220,164 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
5220
5220
  * Gets whether the current series shows a polygon shape.
5221
5221
  */
5222
5222
  get isPolygon() {
5223
- return this.i.ft;
5223
+ return this.i.fu;
5224
5224
  }
5225
5225
  /**
5226
5226
  * Gets or sets the fill brush.
5227
5227
  */
5228
5228
  get shapeFill() {
5229
- return this.i.z9 ? this.i.z9.fill : null;
5229
+ return this.i.aaa ? this.i.aaa.fill : null;
5230
5230
  }
5231
5231
  set shapeFill(v) {
5232
5232
  this.ensureShapeStyle();
5233
- this.i.z9.fill = v;
5233
+ this.i.aaa.fill = v;
5234
5234
  }
5235
5235
  /**
5236
5236
  * Gets or sets the stroke brush.
5237
5237
  */
5238
5238
  get shapeStroke() {
5239
- return this.i.z9 ? this.i.z9.stroke : null;
5239
+ return this.i.aaa ? this.i.aaa.stroke : null;
5240
5240
  }
5241
5241
  set shapeStroke(v) {
5242
5242
  this.ensureShapeStyle();
5243
- this.i.z9.stroke = v;
5243
+ this.i.aaa.stroke = v;
5244
5244
  }
5245
5245
  /**
5246
5246
  * Gets or sets the stroke thickness.
5247
5247
  */
5248
5248
  get shapeStrokeThickness() {
5249
- return this.i.z9 ? this.i.z9.strokeThickness : NaN;
5249
+ return this.i.aaa ? this.i.aaa.strokeThickness : NaN;
5250
5250
  }
5251
5251
  set shapeStrokeThickness(v) {
5252
5252
  this.ensureShapeStyle();
5253
- this.i.z9.strokeThickness = +v;
5254
- this._a("shapeStrokeThickness", this.i.z9.strokeThickness);
5253
+ this.i.aaa.strokeThickness = +v;
5254
+ this._a("shapeStrokeThickness", this.i.aaa.strokeThickness);
5255
5255
  }
5256
5256
  /**
5257
5257
  * Gets or sets the opacity.
5258
5258
  */
5259
5259
  get shapeOpacity() {
5260
- return this.i.z9 ? this.i.z9.opacity : NaN;
5260
+ return this.i.aaa ? this.i.aaa.opacity : NaN;
5261
5261
  }
5262
5262
  set shapeOpacity(v) {
5263
5263
  this.ensureShapeStyle();
5264
- this.i.z9.opacity = +v;
5265
- this._a("shapeOpacity", this.i.z9.opacity);
5264
+ this.i.aaa.opacity = +v;
5265
+ this._a("shapeOpacity", this.i.aaa.opacity);
5266
5266
  }
5267
5267
  ensureShapeStyle() {
5268
- if (this.i.z9) {
5268
+ if (this.i.aaa) {
5269
5269
  return;
5270
5270
  }
5271
- this.i.z9 = new Style();
5271
+ this.i.aaa = new Style();
5272
5272
  }
5273
5273
  /**
5274
5274
  * Gets or sets the marker type for the current series object.
5275
5275
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5276
5276
  */
5277
5277
  get markerType() {
5278
- return this.i.y3;
5278
+ return this.i.y4;
5279
5279
  }
5280
5280
  set markerType(v) {
5281
- this.i.y3 = ensureEnum(MarkerType_$type, v);
5282
- this._a("markerType", enumToString(MarkerType_$type, this.i.y3));
5281
+ this.i.y4 = ensureEnum(MarkerType_$type, v);
5282
+ this._a("markerType", enumToString(MarkerType_$type, this.i.y4));
5283
5283
  }
5284
5284
  /**
5285
5285
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5286
5286
  */
5287
5287
  get markerOutlineMode() {
5288
- return this.i.y2;
5288
+ return this.i.y3;
5289
5289
  }
5290
5290
  set markerOutlineMode(v) {
5291
- this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
5292
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y2));
5291
+ this.i.y3 = ensureEnum(MarkerOutlineMode_$type, v);
5292
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y3));
5293
5293
  }
5294
5294
  /**
5295
5295
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5296
5296
  */
5297
5297
  get markerFillMode() {
5298
- return this.i.y1;
5298
+ return this.i.y2;
5299
5299
  }
5300
5300
  set markerFillMode(v) {
5301
- this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
5302
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y1));
5301
+ this.i.y2 = ensureEnum(MarkerFillMode_$type, v);
5302
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y2));
5303
5303
  }
5304
5304
  /**
5305
5305
  * Gets or sets the MarkerTemplate for the current series object.
5306
5306
  */
5307
5307
  get markerTemplate() {
5308
- return this.i.zp;
5308
+ return this.i.zq;
5309
5309
  }
5310
5310
  set markerTemplate(v) {
5311
- this.i.zp = v;
5311
+ this.i.zq = v;
5312
5312
  }
5313
5313
  /**
5314
5314
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5315
5315
  */
5316
5316
  get markerBrush() {
5317
- return brushToString(this.i.z6);
5317
+ return brushToString(this.i.z7);
5318
5318
  }
5319
5319
  set markerBrush(v) {
5320
- this.i.z6 = stringToBrush(v);
5321
- this._a("markerBrush", brushToString(this.i.z6));
5320
+ this.i.z7 = stringToBrush(v);
5321
+ this._a("markerBrush", brushToString(this.i.z7));
5322
5322
  }
5323
5323
  /**
5324
5324
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5325
5325
  */
5326
5326
  get markerOutline() {
5327
- return brushToString(this.i.z7);
5327
+ return brushToString(this.i.z8);
5328
5328
  }
5329
5329
  set markerOutline(v) {
5330
- this.i.z7 = stringToBrush(v);
5331
- this._a("markerOutline", brushToString(this.i.z7));
5330
+ this.i.z8 = stringToBrush(v);
5331
+ this._a("markerOutline", brushToString(this.i.z8));
5332
5332
  }
5333
5333
  /**
5334
5334
  * Gets or sets thickness of the marker outline
5335
5335
  */
5336
5336
  get markerThickness() {
5337
- return this.i.y6;
5337
+ return this.i.y7;
5338
5338
  }
5339
5339
  set markerThickness(v) {
5340
- this.i.y6 = +v;
5341
- this._a("markerThickness", this.i.y6);
5340
+ this.i.y7 = +v;
5341
+ this._a("markerThickness", this.i.y7);
5342
5342
  }
5343
5343
  /**
5344
5344
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5345
5345
  */
5346
5346
  get markerCollisionAvoidance() {
5347
- return this.i.y0;
5347
+ return this.i.y1;
5348
5348
  }
5349
5349
  set markerCollisionAvoidance(v) {
5350
- this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
5351
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y0));
5350
+ this.i.y1 = ensureEnum(CollisionAvoidanceType_$type, v);
5351
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y1));
5352
5352
  }
5353
5353
  /**
5354
5354
  * Gets the effective marker template for the current series object.
5355
5355
  */
5356
5356
  get actualMarkerTemplate() {
5357
- return this.i.zo;
5357
+ return this.i.zp;
5358
5358
  }
5359
5359
  set actualMarkerTemplate(v) {
5360
- this.i.zo = v;
5360
+ this.i.zp = v;
5361
5361
  }
5362
5362
  /**
5363
5363
  * Gets the effective marker brush for the current series object.
5364
5364
  */
5365
5365
  get actualMarkerBrush() {
5366
- return brushToString(this.i.z4);
5366
+ return brushToString(this.i.z5);
5367
5367
  }
5368
5368
  set actualMarkerBrush(v) {
5369
- this.i.z4 = stringToBrush(v);
5370
- this._a("actualMarkerBrush", brushToString(this.i.z4));
5369
+ this.i.z5 = stringToBrush(v);
5370
+ this._a("actualMarkerBrush", brushToString(this.i.z5));
5371
5371
  }
5372
5372
  /**
5373
5373
  * Gets the effective marker outline for the current series object.
5374
5374
  */
5375
5375
  get actualMarkerOutline() {
5376
- return brushToString(this.i.z5);
5376
+ return brushToString(this.i.z6);
5377
5377
  }
5378
5378
  set actualMarkerOutline(v) {
5379
- this.i.z5 = stringToBrush(v);
5380
- this._a("actualMarkerOutline", brushToString(this.i.z5));
5379
+ this.i.z6 = stringToBrush(v);
5380
+ this._a("actualMarkerOutline", brushToString(this.i.z6));
5381
5381
  }
5382
5382
  get styleShape() {
5383
5383
  return this._styleShape;
@@ -5440,19 +5440,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
5440
5440
  a4() {
5441
5441
  super.a4();
5442
5442
  if (!this.t) {
5443
- this.cy.jy = Defaults.aa;
5443
+ this.cy.jz = Defaults.aa;
5444
5444
  }
5445
5445
  }
5446
5446
  ci() {
5447
5447
  super.ci();
5448
- this.cy.xl.aat = this.cy.y0;
5449
- this.cy.xl.aay = this.cy.y8;
5448
+ this.cy.xm.aau = this.cy.y1;
5449
+ this.cy.xm.aaz = this.cy.y9;
5450
5450
  }
5451
5451
  cz() {
5452
- this.cy.xl.aat = this.cy.y0;
5452
+ this.cy.xm.aau = this.cy.y1;
5453
5453
  }
5454
5454
  c0() {
5455
- this.cy.xl.aay = this.cy.y8;
5455
+ this.cy.xm.aaz = this.cy.y9;
5456
5456
  }
5457
5457
  }
5458
5458
  GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -5463,7 +5463,7 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
5463
5463
  bk() {
5464
5464
  return new GeographicPolylineSeries();
5465
5465
  }
5466
- get_fu() {
5466
+ get_fv() {
5467
5467
  return true;
5468
5468
  }
5469
5469
  constructor() {
@@ -5474,34 +5474,34 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
5474
5474
  ct() {
5475
5475
  return new GeographicPolylineSeriesView(this);
5476
5476
  }
5477
- rh(a) {
5478
- super.rh(a);
5479
- this.y1 = a;
5477
+ ri(a) {
5478
+ super.ri(a);
5479
+ this.y2 = a;
5480
5480
  }
5481
- xk() {
5481
+ xl() {
5482
5482
  let a = new ScatterPolylineSeries();
5483
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
5483
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y6));
5484
5484
  return a;
5485
5485
  }
5486
- y5(a, b) {
5486
+ y6(a, b) {
5487
5487
  if (this.styleShape != null) {
5488
5488
  this.styleShape(this, b);
5489
5489
  }
5490
5490
  }
5491
- rq(a, b, c, d) {
5492
- super.rq(a, b, c, d);
5491
+ rr(a, b, c, d) {
5492
+ super.rr(a, b, c, d);
5493
5493
  switch (b) {
5494
5494
  case GeographicPolylineSeries.$$p[1]:
5495
- this.y1.cz();
5495
+ this.y2.cz();
5496
5496
  break;
5497
5497
  case GeographicPolylineSeries.$$p[0]:
5498
- this.y1.c0();
5498
+ this.y2.c0();
5499
5499
  break;
5500
5500
  }
5501
5501
  }
5502
5502
  }
5503
5503
  GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
5504
- GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
5504
+ GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y9:y7', [Style.$, null], 'ShapeStyleSelector:y1:y8', [StyleSelector.$, null]]);
5505
5505
  return GeographicPolylineSeries;
5506
5506
  })();
5507
5507
 
@@ -5571,55 +5571,55 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
5571
5571
  * Gets whether the current series shows a polyline shape.
5572
5572
  */
5573
5573
  get isPolyline() {
5574
- return this.i.fu;
5574
+ return this.i.fv;
5575
5575
  }
5576
5576
  /**
5577
5577
  * Gets or sets the fill brush.
5578
5578
  */
5579
5579
  get shapeFill() {
5580
- return this.i.y8 ? this.i.y8.fill : null;
5580
+ return this.i.y9 ? this.i.y9.fill : null;
5581
5581
  }
5582
5582
  set shapeFill(v) {
5583
5583
  this.ensureShapeStyle();
5584
- this.i.y8.fill = v;
5584
+ this.i.y9.fill = v;
5585
5585
  }
5586
5586
  /**
5587
5587
  * Gets or sets the stroke brush.
5588
5588
  */
5589
5589
  get shapeStroke() {
5590
- return this.i.y8 ? this.i.y8.stroke : null;
5590
+ return this.i.y9 ? this.i.y9.stroke : null;
5591
5591
  }
5592
5592
  set shapeStroke(v) {
5593
5593
  this.ensureShapeStyle();
5594
- this.i.y8.stroke = v;
5594
+ this.i.y9.stroke = v;
5595
5595
  }
5596
5596
  /**
5597
5597
  * Gets or sets the stroke thickness.
5598
5598
  */
5599
5599
  get shapeStrokeThickness() {
5600
- return this.i.y8 ? this.i.y8.strokeThickness : NaN;
5600
+ return this.i.y9 ? this.i.y9.strokeThickness : NaN;
5601
5601
  }
5602
5602
  set shapeStrokeThickness(v) {
5603
5603
  this.ensureShapeStyle();
5604
- this.i.y8.strokeThickness = +v;
5605
- this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
5604
+ this.i.y9.strokeThickness = +v;
5605
+ this._a("shapeStrokeThickness", this.i.y9.strokeThickness);
5606
5606
  }
5607
5607
  /**
5608
5608
  * Gets or sets the opacity.
5609
5609
  */
5610
5610
  get shapeOpacity() {
5611
- return this.i.y8 ? this.i.y8.opacity : NaN;
5611
+ return this.i.y9 ? this.i.y9.opacity : NaN;
5612
5612
  }
5613
5613
  set shapeOpacity(v) {
5614
5614
  this.ensureShapeStyle();
5615
- this.i.y8.opacity = +v;
5616
- this._a("shapeOpacity", this.i.y8.opacity);
5615
+ this.i.y9.opacity = +v;
5616
+ this._a("shapeOpacity", this.i.y9.opacity);
5617
5617
  }
5618
5618
  ensureShapeStyle() {
5619
- if (this.i.y8) {
5619
+ if (this.i.y9) {
5620
5620
  return;
5621
5621
  }
5622
- this.i.y8 = new Style();
5622
+ this.i.y9 = new Style();
5623
5623
  }
5624
5624
  get styleShape() {
5625
5625
  return this._styleShape;
@@ -5758,49 +5758,49 @@ let TileSeries = /*@__PURE__*/ (() => {
5758
5758
  bk() {
5759
5759
  return new TileSeries();
5760
5760
  }
5761
- get_f6() {
5761
+ get_f7() {
5762
5762
  return true;
5763
5763
  }
5764
5764
  constructor() {
5765
5765
  super();
5766
+ this.aav = null;
5766
5767
  this.aau = null;
5767
- this.aat = null;
5768
5768
  this.imageTilesReady = null;
5769
- this.aax = null;
5770
- this.aay = false;
5769
+ this.aay = null;
5770
+ this.aaz = false;
5771
5771
  this.ab = TileSeries.$;
5772
5772
  }
5773
5773
  ct() {
5774
5774
  return new TileSeriesView(this);
5775
5775
  }
5776
- rh(a) {
5777
- super.rh(a);
5778
- this.aas = a;
5776
+ ri(a) {
5777
+ super.ri(a);
5778
+ this.aat = a;
5779
5779
  }
5780
- get_yv() {
5780
+ get_yw() {
5781
5781
  return false;
5782
5782
  }
5783
- get aaw() {
5784
- return this.aau;
5783
+ get aax() {
5784
+ return this.aav;
5785
5785
  }
5786
- set aaw(a) {
5787
- let b = a != this.aaw;
5786
+ set aax(a) {
5787
+ let b = a != this.aax;
5788
5788
  if (b) {
5789
- let c = this.aaw;
5790
- this.aau = a;
5789
+ let c = this.aax;
5790
+ this.aav = a;
5791
5791
  this.raisePropertyChanged("TileImagery", c, a);
5792
5792
  }
5793
5793
  }
5794
- get aav() {
5795
- return this.aat;
5794
+ get aaw() {
5795
+ return this.aau;
5796
5796
  }
5797
- set aav(a) {
5798
- let b = this.aat;
5799
- this.aat = a;
5800
- this.raisePropertyChanged("ActualTileImagery", b, this.aat);
5797
+ set aaw(a) {
5798
+ let b = this.aau;
5799
+ this.aau = a;
5800
+ this.raisePropertyChanged("ActualTileImagery", b, this.aau);
5801
5801
  }
5802
- rq(a, b, c, d) {
5803
- super.rq(a, b, c, d);
5802
+ rr(a, b, c, d) {
5803
+ super.rr(a, b, c, d);
5804
5804
  let e;
5805
5805
  let f;
5806
5806
  switch (b) {
@@ -5808,141 +5808,141 @@ let TileSeries = /*@__PURE__*/ (() => {
5808
5808
  e = c;
5809
5809
  f = d;
5810
5810
  if (e != null) {
5811
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa1));
5811
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
5812
5812
  }
5813
5813
  if (f != null) {
5814
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa1));
5814
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
5815
5815
  }
5816
- this.aas.dv(e, f);
5817
- this.r8(false);
5818
- this.q0();
5816
+ this.aat.dv(e, f);
5817
+ this.r9(false);
5818
+ this.q1();
5819
5819
  break;
5820
5820
  case "ActualTileImagery":
5821
5821
  e = c;
5822
5822
  f = d;
5823
5823
  if (e != null) {
5824
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa2));
5824
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
5825
5825
  e.deferralHandler = null;
5826
5826
  }
5827
5827
  if (f != null) {
5828
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa2));
5828
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
5829
5829
  f.deferralHandler = this;
5830
5830
  }
5831
- this.aas.du(e, f);
5831
+ this.aat.du(e, f);
5832
5832
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
5833
5833
  f.geographicMap = this.dc;
5834
- this.aa4(this.cw);
5835
- this.aas.dr(this.dc.yr);
5834
+ this.aa5(this.cw);
5835
+ this.aat.dr(this.dc.yr);
5836
5836
  }
5837
- this.q0();
5837
+ this.q1();
5838
5838
  break;
5839
5839
  case "ActualWindowRect":
5840
- this.aas.dr(d);
5840
+ this.aat.dr(d);
5841
5841
  break;
5842
5842
  case "WorldRect":
5843
- this.aas.dy(d);
5843
+ this.aat.dy(d);
5844
5844
  break;
5845
5845
  case "SeriesViewer":
5846
5846
  let g = c;
5847
5847
  let h = d;
5848
- if (g != null && this.aav != null) {
5849
- this.aav.be(null);
5848
+ if (g != null && this.aaw != null) {
5849
+ this.aaw.be(null);
5850
5850
  }
5851
- if (h != null && this.aav != null) {
5852
- this.aav.be(this.cw.ae);
5851
+ if (h != null && this.aaw != null) {
5852
+ this.aaw.be(this.cw.ae);
5853
5853
  }
5854
5854
  break;
5855
5855
  case "ActualBrush":
5856
5856
  case "ActualOutline":
5857
5857
  case "ActualThickness":
5858
- this.q2();
5858
+ this.q3();
5859
5859
  break;
5860
5860
  }
5861
5861
  }
5862
- aa1(a, b) {
5862
+ aa2(a, b) {
5863
5863
  if (b.propertyName == "MultiScaleImage") {
5864
- this.aa4(this.cw);
5864
+ this.aa5(this.cw);
5865
5865
  }
5866
5866
  }
5867
- aa2(a, b) {
5867
+ aa3(a, b) {
5868
5868
  if (this.imageTilesReady != null) {
5869
5869
  this.imageTilesReady(this, new EventArgs());
5870
5870
  }
5871
- if (!this.aay) {
5872
- this.aas.dw();
5871
+ if (!this.aaz) {
5872
+ this.aat.dw();
5873
5873
  }
5874
5874
  }
5875
5875
  register(a, b) {
5876
- this.aax = b;
5876
+ this.aay = b;
5877
5877
  }
5878
5878
  unRegister(a) {
5879
- this.aax = null;
5879
+ this.aay = null;
5880
5880
  }
5881
5881
  deferredRefresh() {
5882
- this.r8(false);
5882
+ this.r9(false);
5883
5883
  }
5884
5884
  deferAction(a) {
5885
- if (this.j8 != null) {
5886
- this.j8.setTimeout(a, 0);
5885
+ if (this.j9 != null) {
5886
+ this.j9.setTimeout(a, 0);
5887
5887
  }
5888
5888
  else {
5889
5889
  window.setTimeout(a, 0);
5890
5890
  }
5891
5891
  }
5892
- s8(a, b) {
5893
- this.aas.dx();
5894
- super.s8(a, b);
5892
+ s9(a, b) {
5893
+ this.aat.dx();
5894
+ super.s9(a, b);
5895
5895
  }
5896
- r9(a) {
5897
- super.r9(a);
5898
- this.aa3(a, this.cw);
5896
+ sa(a) {
5897
+ super.sa(a);
5898
+ this.aa4(a, this.cw);
5899
5899
  }
5900
- aa3(a, b) {
5900
+ aa4(a, b) {
5901
5901
  let c;
5902
5902
  let d;
5903
5903
  let e = b;
5904
5904
  let f = b.getViewInfo(c, d);
5905
5905
  c = f.p0;
5906
5906
  d = f.p1;
5907
- this.aa4(b);
5908
- if (this.aax != null) {
5909
- this.aay = true;
5910
- this.aax(a);
5911
- this.aay = false;
5907
+ this.aa5(b);
5908
+ if (this.aay != null) {
5909
+ this.aaz = true;
5910
+ this.aay(a);
5911
+ this.aaz = false;
5912
5912
  }
5913
5913
  e.dw();
5914
5914
  }
5915
- r7(a, b, c, d, e) {
5916
- super.r7(a, b, c, d, e);
5917
- let f = this.ht.item(d);
5915
+ r8(a, b, c, d, e) {
5916
+ super.r8(a, b, c, d, e);
5917
+ let f = this.hu.item(d);
5918
5918
  f.bd(c);
5919
5919
  if (this.d7(f)) {
5920
5920
  return;
5921
5921
  }
5922
- this.z8(f);
5922
+ this.z9(f);
5923
5923
  }
5924
- aa4(a) {
5924
+ aa5(a) {
5925
5925
  let b;
5926
5926
  let c;
5927
5927
  let d = a.getViewInfo(b, c);
5928
5928
  b = d.p0;
5929
5929
  c = d.p1;
5930
- if (this.aaw != null && this.aaw.ao != null) {
5931
- if (this.aaw != this.aav) {
5932
- this.aav = this.aaw;
5930
+ if (this.aax != null && this.aax.ao != null) {
5931
+ if (this.aax != this.aaw) {
5932
+ this.aaw = this.aax;
5933
5933
  }
5934
- if (this.aav != null && !b.isEmpty) {
5935
- if (this.aav.width != b.width) {
5936
- this.aav.width = b.width;
5934
+ if (this.aaw != null && !b.isEmpty) {
5935
+ if (this.aaw.width != b.width) {
5936
+ this.aaw.width = b.width;
5937
5937
  }
5938
- if (this.aav.height != b.height) {
5939
- this.aav.height = b.height;
5938
+ if (this.aaw.height != b.height) {
5939
+ this.aaw.height = b.height;
5940
5940
  }
5941
5941
  }
5942
5942
  }
5943
5943
  }
5944
- pi(a, b) {
5945
- super.pi(a, b);
5944
+ pj(a, b) {
5945
+ super.pj(a, b);
5946
5946
  b.ds();
5947
5947
  }
5948
5948
  }
@@ -5962,8 +5962,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
5962
5962
  a4() {
5963
5963
  super.a4();
5964
5964
  if (!this.t) {
5965
- this.dn.wf = Defaults.tileSeries_Outline;
5966
- this.dn.vz = Defaults.tileSeries_Brush;
5965
+ this.dn.wg = Defaults.tileSeries_Outline;
5966
+ this.dn.v0 = Defaults.tileSeries_Brush;
5967
5967
  }
5968
5968
  }
5969
5969
  cx(a, b) {
@@ -5990,14 +5990,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
5990
5990
  this.a2();
5991
5991
  }
5992
5992
  dr(a) {
5993
- if (this.dn.aaw != null) {
5994
- this.dn.aaw.windowRect = a;
5993
+ if (this.dn.aax != null) {
5994
+ this.dn.aax.windowRect = a;
5995
5995
  }
5996
5996
  }
5997
5997
  du(a, b) {
5998
5998
  if (this.dq == null) {
5999
- this.dq = this.f.j8.createElement("canvas");
6000
- let c = this.f.j8.get2DCanvasContext(this.dq);
5999
+ this.dq = this.f.j9.createElement("canvas");
6000
+ let c = this.f.j9.get2DCanvasContext(this.dq);
6001
6001
  this.dp = new RenderingContext(new CanvasViewRenderer(), c);
6002
6002
  this.dq.setAttribute("width", this.b9.width.toString());
6003
6003
  this.dq.setAttribute("height", this.b9.height.toString());
@@ -6026,8 +6026,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6026
6026
  this.dq.setAttribute("width", this.b9.width.toString());
6027
6027
  this.dq.setAttribute("height", this.b9.height.toString());
6028
6028
  }
6029
- if (this.dn.aaw != null) {
6030
- this.dn.aaw.bf(this.b9);
6029
+ if (this.dn.aax != null) {
6030
+ this.dn.aax.bf(this.b9);
6031
6031
  }
6032
6032
  }
6033
6033
  bj(a, b) {
@@ -6061,8 +6061,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
6061
6061
  ds() {
6062
6062
  }
6063
6063
  dy(a) {
6064
- if (this.dn.aaw != null) {
6065
- this.dn.aaw.a6();
6064
+ if (this.dn.aax != null) {
6065
+ this.dn.aax.a6();
6066
6066
  }
6067
6067
  }
6068
6068
  }
@@ -6134,20 +6134,20 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
6134
6134
  * Gets whether the current series shows a tile imagery.
6135
6135
  */
6136
6136
  get isTile() {
6137
- return this.i.f6;
6137
+ return this.i.f7;
6138
6138
  }
6139
6139
  /**
6140
6140
  * The MapImagery which is used to provide the tiles for display.
6141
6141
  */
6142
6142
  get tileImagery() {
6143
- const r = this.i.aaw;
6143
+ const r = this.i.aax;
6144
6144
  if (r == null) {
6145
6145
  return null;
6146
6146
  }
6147
6147
  return r.externalObject;
6148
6148
  }
6149
6149
  set tileImagery(v) {
6150
- v == null ? this.i.aaw = null : this.i.aaw = v.i;
6150
+ v == null ? this.i.aax = null : this.i.aax = v.i;
6151
6151
  }
6152
6152
  findByName(name) {
6153
6153
  var baseResult = super.findByName(name);
@@ -6198,59 +6198,59 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
6198
6198
  bk() {
6199
6199
  return new GeographicTileSeries();
6200
6200
  }
6201
- get_f6() {
6201
+ get_f7() {
6202
6202
  return true;
6203
6203
  }
6204
6204
  constructor() {
6205
6205
  super();
6206
+ this.y2 = null;
6206
6207
  this.y1 = null;
6207
- this.y0 = null;
6208
6208
  this.imageTilesReady = null;
6209
6209
  this.ab = GeographicTileSeries.$;
6210
6210
  }
6211
- get y2() {
6212
- return this.y1;
6211
+ get y3() {
6212
+ return this.y2;
6213
6213
  }
6214
- set y2(a) {
6215
- let b = a != this.y2;
6214
+ set y3(a) {
6215
+ let b = a != this.y3;
6216
6216
  if (b) {
6217
- let c = this.y2;
6218
- this.y1 = a;
6217
+ let c = this.y3;
6218
+ this.y2 = a;
6219
6219
  this.raisePropertyChanged("TileImagery", c, a);
6220
6220
  }
6221
6221
  }
6222
- y6() {
6223
- if (this.y2 != null) {
6224
- this.y2.clearTileCache();
6222
+ y7() {
6223
+ if (this.y3 != null) {
6224
+ this.y3.clearTileCache();
6225
6225
  }
6226
6226
  }
6227
- rq(a, b, c, d) {
6228
- super.rq(a, b, c, d);
6227
+ rr(a, b, c, d) {
6228
+ super.rr(a, b, c, d);
6229
6229
  switch (b) {
6230
6230
  case "TileImagery":
6231
- if (this.xl != null) {
6232
- this.xl.aaw = this.y2;
6231
+ if (this.xm != null) {
6232
+ this.xm.aax = this.y3;
6233
6233
  }
6234
6234
  break;
6235
6235
  }
6236
6236
  }
6237
- xq(a, b) {
6238
- super.xq(a, b);
6239
- this.xl.aaw = this.y2;
6240
- if (this.y0 != null) {
6241
- let c = this.y0;
6242
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
6237
+ xr(a, b) {
6238
+ super.xr(a, b);
6239
+ this.xm.aax = this.y3;
6240
+ if (this.y1 != null) {
6241
+ let c = this.y1;
6242
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
6243
6243
  }
6244
- this.y0 = this.xl;
6245
- if (this.y0 != null) {
6246
- let d = this.y0;
6247
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
6244
+ this.y1 = this.xm;
6245
+ if (this.y1 != null) {
6246
+ let d = this.y1;
6247
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
6248
6248
  }
6249
6249
  }
6250
- xk() {
6250
+ xl() {
6251
6251
  return new TileSeries();
6252
6252
  }
6253
- y5(a, b) {
6253
+ y6(a, b) {
6254
6254
  if (this.imageTilesReady != null) {
6255
6255
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
6256
6256
  }
@@ -6319,20 +6319,20 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6319
6319
  * Gets whether the current series shows a tile imagery.
6320
6320
  */
6321
6321
  get isTile() {
6322
- return this.i.f6;
6322
+ return this.i.f7;
6323
6323
  }
6324
6324
  /**
6325
6325
  * The MapImagery which is used to provide the tiles for display.
6326
6326
  */
6327
6327
  get tileImagery() {
6328
- const r = this.i.y2;
6328
+ const r = this.i.y3;
6329
6329
  if (r == null) {
6330
6330
  return null;
6331
6331
  }
6332
6332
  return r.externalObject;
6333
6333
  }
6334
6334
  set tileImagery(v) {
6335
- v == null ? this.i.y2 = null : this.i.y2 = v.i;
6335
+ v == null ? this.i.y3 = null : this.i.y3 = v.i;
6336
6336
  }
6337
6337
  findByName(name) {
6338
6338
  var baseResult = super.findByName(name);
@@ -6349,7 +6349,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
6349
6349
 
6350
6350
  */
6351
6351
  clearTileCache() {
6352
- this.i.y6();
6352
+ this.i.y7();
6353
6353
  }
6354
6354
  /**
6355
6355
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -6448,70 +6448,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6448
6448
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
6449
6449
  */
6450
6450
  get markerType() {
6451
- return this.i.xv;
6451
+ return this.i.xw;
6452
6452
  }
6453
6453
  set markerType(v) {
6454
- this.i.xv = ensureEnum(MarkerType_$type, v);
6455
- this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
6454
+ this.i.xw = ensureEnum(MarkerType_$type, v);
6455
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xw));
6456
6456
  }
6457
6457
  /**
6458
6458
  * Gets or sets thickness of the marker outline
6459
6459
  */
6460
6460
  get markerThickness() {
6461
- return this.i.xw;
6461
+ return this.i.xx;
6462
6462
  }
6463
6463
  set markerThickness(v) {
6464
- this.i.xw = +v;
6465
- this._a("markerThickness", this.i.xw);
6464
+ this.i.xx = +v;
6465
+ this._a("markerThickness", this.i.xx);
6466
6466
  }
6467
6467
  /**
6468
6468
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
6469
6469
  */
6470
6470
  get markerOutlineMode() {
6471
- return this.i.xu;
6471
+ return this.i.xv;
6472
6472
  }
6473
6473
  set markerOutlineMode(v) {
6474
- this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
6475
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
6474
+ this.i.xv = ensureEnum(MarkerOutlineMode_$type, v);
6475
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xv));
6476
6476
  }
6477
6477
  /**
6478
6478
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
6479
6479
  */
6480
6480
  get markerFillMode() {
6481
- return this.i.xt;
6481
+ return this.i.xu;
6482
6482
  }
6483
6483
  set markerFillMode(v) {
6484
- this.i.xt = ensureEnum(MarkerFillMode_$type, v);
6485
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
6484
+ this.i.xu = ensureEnum(MarkerFillMode_$type, v);
6485
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xu));
6486
6486
  }
6487
6487
  /**
6488
6488
  * Gets or sets the MarkerTemplate for the current series object.
6489
6489
  */
6490
6490
  get markerTemplate() {
6491
- return this.i.yb;
6491
+ return this.i.yc;
6492
6492
  }
6493
6493
  set markerTemplate(v) {
6494
- this.i.yb = v;
6494
+ this.i.yc = v;
6495
6495
  }
6496
6496
  /**
6497
6497
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6498
6498
  */
6499
6499
  get markerBrush() {
6500
- return brushToString(this.i.yp);
6500
+ return brushToString(this.i.yq);
6501
6501
  }
6502
6502
  set markerBrush(v) {
6503
- this.i.yp = stringToBrush(v);
6504
- this._a("markerBrush", brushToString(this.i.yp));
6503
+ this.i.yq = stringToBrush(v);
6504
+ this._a("markerBrush", brushToString(this.i.yq));
6505
6505
  }
6506
6506
  /**
6507
6507
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6508
6508
  */
6509
6509
  get markerOutline() {
6510
- return brushToString(this.i.yq);
6510
+ return brushToString(this.i.yr);
6511
6511
  }
6512
6512
  set markerOutline(v) {
6513
- this.i.yq = stringToBrush(v);
6514
- this._a("markerOutline", brushToString(this.i.yq));
6513
+ this.i.yr = stringToBrush(v);
6514
+ this._a("markerOutline", brushToString(this.i.yr));
6515
6515
  }
6516
6516
  /**
6517
6517
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -6519,40 +6519,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6519
6519
  * choose a representative set.
6520
6520
  */
6521
6521
  get maximumMarkers() {
6522
- return this.i.xx;
6522
+ return this.i.xy;
6523
6523
  }
6524
6524
  set maximumMarkers(v) {
6525
- this.i.xx = +v;
6526
- this._a("maximumMarkers", this.i.xx);
6525
+ this.i.xy = +v;
6526
+ this._a("maximumMarkers", this.i.xy);
6527
6527
  }
6528
6528
  /**
6529
6529
  * Gets the effective marker template for the current series object.
6530
6530
  */
6531
6531
  get actualMarkerTemplate() {
6532
- return this.i.ya;
6532
+ return this.i.yb;
6533
6533
  }
6534
6534
  set actualMarkerTemplate(v) {
6535
- this.i.ya = v;
6535
+ this.i.yb = v;
6536
6536
  }
6537
6537
  /**
6538
6538
  * Gets the effective marker brush for the current series object.
6539
6539
  */
6540
6540
  get actualMarkerBrush() {
6541
- return brushToString(this.i.yn);
6541
+ return brushToString(this.i.yo);
6542
6542
  }
6543
6543
  set actualMarkerBrush(v) {
6544
- this.i.yn = stringToBrush(v);
6545
- this._a("actualMarkerBrush", brushToString(this.i.yn));
6544
+ this.i.yo = stringToBrush(v);
6545
+ this._a("actualMarkerBrush", brushToString(this.i.yo));
6546
6546
  }
6547
6547
  /**
6548
6548
  * Gets the effective marker outline for the current series object.
6549
6549
  */
6550
6550
  get actualMarkerOutline() {
6551
- return brushToString(this.i.yo);
6551
+ return brushToString(this.i.yp);
6552
6552
  }
6553
6553
  set actualMarkerOutline(v) {
6554
- this.i.yo = stringToBrush(v);
6555
- this._a("actualMarkerOutline", brushToString(this.i.yo));
6554
+ this.i.yp = stringToBrush(v);
6555
+ this._a("actualMarkerOutline", brushToString(this.i.yp));
6556
6556
  }
6557
6557
  }
6558
6558
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -6569,75 +6569,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
6569
6569
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
6570
6570
  constructor() {
6571
6571
  super();
6572
- let a = this.xl;
6573
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
6574
- }
6575
- th() {
6576
- return this.ya;
6572
+ let a = this.xm;
6573
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ya));
6577
6574
  }
6578
- v5() {
6579
- return this.yn;
6575
+ ti() {
6576
+ return this.yb;
6580
6577
  }
6581
6578
  v6() {
6582
6579
  return this.yo;
6583
6580
  }
6584
- iu() {
6585
- return this.xw;
6581
+ v7() {
6582
+ return this.yp;
6586
6583
  }
6587
- ml() {
6588
- let a = typeCast(MarkerSeries.$, this.xl);
6584
+ iv() {
6585
+ return this.xx;
6586
+ }
6587
+ mm() {
6588
+ let a = typeCast(MarkerSeries.$, this.xm);
6589
6589
  if (a == null) {
6590
6590
  return "Unknown";
6591
6591
  }
6592
- return a.ml();
6592
+ return a.mm();
6593
6593
  }
6594
- x9(a, b) {
6595
- let c = typeCast(MarkerSeries.$, this.xl);
6594
+ ya(a, b) {
6595
+ let c = typeCast(MarkerSeries.$, this.xm);
6596
6596
  if (c == null) {
6597
6597
  return;
6598
6598
  }
6599
6599
  if (b.propertyName == "ActualMarkerTemplate") {
6600
- this.ya = c.yl;
6600
+ this.yb = c.ym;
6601
6601
  }
6602
6602
  else if (b.propertyName == "ActualMarkerOutline") {
6603
- this.yo = c.y3;
6603
+ this.yp = c.y4;
6604
6604
  }
6605
6605
  else if (b.propertyName == "ActualMarkerBrush") {
6606
- this.yn = c.y2;
6606
+ this.yo = c.y3;
6607
6607
  }
6608
6608
  }
6609
- rq(a, b, c, d) {
6610
- super.rq(a, b, c, d);
6609
+ rr(a, b, c, d) {
6610
+ super.rr(a, b, c, d);
6611
6611
  switch (b) {
6612
6612
  case GeographicMarkerSeries.$$p[3]:
6613
- this.xl.y4 = this.yp;
6613
+ this.xm.y5 = this.yq;
6614
6614
  break;
6615
6615
  case GeographicMarkerSeries.$$p[6]:
6616
- this.xl.y5 = this.yq;
6616
+ this.xm.y6 = this.yr;
6617
6617
  break;
6618
6618
  case GeographicMarkerSeries.$$p[5]:
6619
- this.xl.xp = this.xu;
6619
+ this.xm.xq = this.xv;
6620
6620
  break;
6621
6621
  case GeographicMarkerSeries.$$p[4]:
6622
- this.xl.xl = this.xt;
6622
+ this.xm.xm = this.xu;
6623
6623
  break;
6624
6624
  case GeographicMarkerSeries.$$p[9]:
6625
- this.xl.xv = this.xv;
6625
+ this.xm.xw = this.xw;
6626
6626
  break;
6627
6627
  case GeographicMarkerSeries.$$p[7]:
6628
- this.xl.yn = this.yb;
6628
+ this.xm.yo = this.yc;
6629
6629
  break;
6630
6630
  case GeographicMarkerSeries.$$p[8]:
6631
- this.xl.x4 = this.xw;
6631
+ this.xm.x5 = this.xx;
6632
6632
  break;
6633
6633
  case GeographicMarkerSeries.$$p[10]:
6634
- this.xl.aau = this.xx;
6634
+ this.xm.aav = this.xy;
6635
6635
  break;
6636
6636
  }
6637
6637
  }
6638
6638
  }
6639
6639
  GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
6640
- GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
6640
+ GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yo:yd', [Brush.$], 'ActualMarkerOutline:yp:ye', [Brush.$], 'ActualMarkerTemplate:yb:yf', [DataTemplate.$, null], 'MarkerBrush:yq:yg', [Brush.$], 'MarkerFillMode:xu:yh', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xv:yi', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yr:yj', [Brush.$], 'MarkerTemplate:yc:yk', [DataTemplate.$, null], 'MarkerThickness:xx:yl', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:xw:ym', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xy:yn', [1, 400]]);
6641
6641
  return GeographicMarkerSeries;
6642
6642
  })();
6643
6643
 
@@ -6661,49 +6661,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6661
6661
  }
6662
6662
  ci() {
6663
6663
  super.ci();
6664
- let a = this.cu.xl;
6665
- a.abe = this.cu.zk;
6666
- a.abm = this.cu.zi;
6667
- a.xv = this.cu.xv;
6668
- a.yn = this.cu.yb;
6669
- a.x4 = this.cu.xw;
6664
+ let a = this.cu.xm;
6665
+ a.abf = this.cu.zl;
6666
+ a.abn = this.cu.zj;
6667
+ a.xw = this.cu.xw;
6668
+ a.yo = this.cu.yc;
6669
+ a.x5 = this.cu.xx;
6670
+ a.adp = this.cu.y5;
6671
+ a.aef = this.cu.zq;
6672
+ a.ade = this.cu.yx;
6673
+ a.ad5 = this.cu.zh;
6674
+ a.ad0 = this.cu.y9;
6675
+ a.adb = this.cu.yu;
6676
+ a.adn = this.cu.y1;
6670
6677
  a.ado = this.cu.y4;
6671
- a.aee = this.cu.zp;
6672
- a.add = this.cu.yw;
6673
- a.ad4 = this.cu.zg;
6674
- a.adz = this.cu.y8;
6675
- a.ada = this.cu.yt;
6676
- a.adm = this.cu.y0;
6677
- a.adn = this.cu.y3;
6678
+ a.adu = this.cu.y7;
6678
6679
  a.adt = this.cu.y6;
6679
- a.ads = this.cu.y5;
6680
6680
  }
6681
6681
  c3() {
6682
- this.cu.xl.abe = this.cu.zk;
6682
+ this.cu.xm.abf = this.cu.zl;
6683
6683
  }
6684
6684
  c2() {
6685
- this.cu.xl.abm = this.cu.zi;
6685
+ this.cu.xm.abn = this.cu.zj;
6686
6686
  }
6687
6687
  c8() {
6688
- this.cu.xl.xv = this.cu.xv;
6688
+ this.cu.xm.xw = this.cu.xw;
6689
6689
  }
6690
6690
  c6() {
6691
- this.cu.xl.yn = this.cu.yb;
6691
+ this.cu.xm.yo = this.cu.yc;
6692
6692
  }
6693
6693
  c7() {
6694
- this.cu.xl.x4 = this.cu.xw;
6694
+ this.cu.xm.x5 = this.cu.xx;
6695
6695
  }
6696
6696
  c9() {
6697
- this.cu.xl.aau = this.cu.xx;
6697
+ this.cu.xm.aav = this.cu.xy;
6698
6698
  }
6699
6699
  db() {
6700
- this.cu.xl.xAxis = this.cu.dc.zh;
6700
+ this.cu.xm.xAxis = this.cu.dc.zh;
6701
6701
  }
6702
6702
  dc() {
6703
- this.cu.xl.yAxis = this.cu.dc.zj;
6703
+ this.cu.xm.yAxis = this.cu.dc.zj;
6704
6704
  }
6705
6705
  da() {
6706
- let a = this.cu.xl;
6706
+ let a = this.cu.xm;
6707
6707
  if (this.cu.dc == null) {
6708
6708
  a.xAxis = null;
6709
6709
  a.yAxis = null;
@@ -6713,45 +6713,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
6713
6713
  a.yAxis = this.cu.dc.zj;
6714
6714
  }
6715
6715
  c4() {
6716
- this.cu.xl.y4 = this.cu.yp;
6716
+ this.cu.xm.y5 = this.cu.yq;
6717
6717
  }
6718
6718
  c5() {
6719
- this.cu.xl.y5 = this.cu.yq;
6719
+ this.cu.xm.y6 = this.cu.yr;
6720
6720
  }
6721
6721
  dd() {
6722
- this.cu.xl.aee = this.cu.zp;
6722
+ this.cu.xm.aef = this.cu.zq;
6723
6723
  }
6724
6724
  de() {
6725
- this.cu.xl.add = this.cu.yw;
6726
- this.cu.xl.ado = this.cu.y4;
6725
+ this.cu.xm.ade = this.cu.yx;
6726
+ this.cu.xm.adp = this.cu.y5;
6727
6727
  }
6728
6728
  cy() {
6729
- this.cu.xl.ad4 = this.cu.zg;
6729
+ this.cu.xm.ad5 = this.cu.zh;
6730
6730
  }
6731
6731
  cw() {
6732
- this.cu.xl.ada = this.cu.yt;
6733
- this.cu.xl.adm = this.cu.y0;
6734
- this.cu.xl.adn = this.cu.y3;
6735
- this.cu.xl.adt = this.cu.y6;
6736
- this.cu.xl.ads = this.cu.y5;
6732
+ this.cu.xm.adb = this.cu.yu;
6733
+ this.cu.xm.adn = this.cu.y1;
6734
+ this.cu.xm.ado = this.cu.y4;
6735
+ this.cu.xm.adu = this.cu.y7;
6736
+ this.cu.xm.adt = this.cu.y6;
6737
6737
  }
6738
6738
  cv() {
6739
- this.cu.xl.adz = this.cu.y8;
6739
+ this.cu.xm.ad0 = this.cu.y9;
6740
6740
  }
6741
6741
  df() {
6742
- this.cu.xl.ado = this.cu.y4;
6742
+ this.cu.xm.adp = this.cu.y5;
6743
6743
  }
6744
6744
  cx() {
6745
- this.cu.xl.adm = this.cu.y0;
6745
+ this.cu.xm.adn = this.cu.y1;
6746
6746
  }
6747
6747
  c1() {
6748
- this.cu.xl.adn = this.cu.y3;
6748
+ this.cu.xm.ado = this.cu.y4;
6749
6749
  }
6750
6750
  c0() {
6751
- this.cu.xl.adt = this.cu.y6;
6751
+ this.cu.xm.adu = this.cu.y7;
6752
6752
  }
6753
6753
  cz() {
6754
- this.cu.xl.ads = this.cu.y5;
6754
+ this.cu.xm.adt = this.cu.y6;
6755
6755
  }
6756
6756
  }
6757
6757
  GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -6767,9 +6767,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
6767
6767
  }
6768
6768
  constructor() {
6769
6769
  super();
6770
- this.yu = null;
6770
+ this.yv = null;
6771
+ this.y0 = false;
6771
6772
  this.yz = false;
6772
- this.yy = false;
6773
6773
  this.assigningScatterStyle = null;
6774
6774
  this.assigningScatterMarkerStyle = null;
6775
6775
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -6777,112 +6777,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
6777
6777
  ct() {
6778
6778
  return new GeographicProportionalSymbolSeriesView(this);
6779
6779
  }
6780
- rh(a) {
6781
- super.rh(a);
6782
- this.yx = a;
6780
+ ri(a) {
6781
+ super.ri(a);
6782
+ this.yy = a;
6783
6783
  }
6784
- jt() {
6784
+ ju() {
6785
6785
  return 0.7;
6786
6786
  }
6787
- xk() {
6787
+ xl() {
6788
6788
  return new BubbleSeries();
6789
6789
  }
6790
6790
  get_fh() {
6791
6791
  return true;
6792
6792
  }
6793
- rq(a, b, c, d) {
6794
- super.rq(a, b, c, d);
6793
+ rr(a, b, c, d) {
6794
+ super.rr(a, b, c, d);
6795
6795
  switch (b) {
6796
6796
  case "SeriesViewer":
6797
- this.yx.da();
6797
+ this.yy.da();
6798
6798
  break;
6799
6799
  case GeographicProportionalSymbolSeries.$$p[9]:
6800
- this.yx.c3();
6800
+ this.yy.c3();
6801
6801
  break;
6802
6802
  case GeographicProportionalSymbolSeries.$$p[8]:
6803
- this.yx.c2();
6803
+ this.yy.c2();
6804
6804
  break;
6805
6805
  case "XAxis":
6806
- this.yx.db();
6806
+ this.yy.db();
6807
6807
  break;
6808
6808
  case "YAxis":
6809
- this.yx.dc();
6809
+ this.yy.dc();
6810
6810
  break;
6811
6811
  case GeographicProportionalSymbolSeries.$$p[13]:
6812
- this.yx.dd();
6812
+ this.yy.dd();
6813
6813
  break;
6814
6814
  case GeographicProportionalSymbolSeries.$$p[14]:
6815
- this.yx.de();
6815
+ this.yy.de();
6816
6816
  break;
6817
6817
  case GeographicProportionalSymbolSeries.$$p[15]:
6818
- this.yx.df();
6818
+ this.yy.df();
6819
6819
  break;
6820
6820
  case GeographicProportionalSymbolSeries.$$p[7]:
6821
- this.yx.cy();
6821
+ this.yy.cy();
6822
6822
  break;
6823
6823
  case GeographicProportionalSymbolSeries.$$p[0]:
6824
- this.yx.cv();
6824
+ this.yy.cv();
6825
6825
  break;
6826
6826
  case GeographicProportionalSymbolSeries.$$p[1]:
6827
- this.yx.cw();
6827
+ this.yy.cw();
6828
6828
  break;
6829
6829
  case GeographicProportionalSymbolSeries.$$p[2]:
6830
- this.yx.cx();
6830
+ this.yy.cx();
6831
6831
  break;
6832
6832
  case GeographicProportionalSymbolSeries.$$p[12]:
6833
- this.yx.c1();
6833
+ this.yy.c1();
6834
6834
  break;
6835
6835
  case GeographicProportionalSymbolSeries.$$p[11]:
6836
- this.yx.c0();
6836
+ this.yy.c0();
6837
6837
  break;
6838
6838
  case GeographicProportionalSymbolSeries.$$p[10]:
6839
- this.yx.cz();
6839
+ this.yy.cz();
6840
6840
  break;
6841
6841
  case GeographicProportionalSymbolSeries.$$p[4]:
6842
- this.xl.aaa = this.y2;
6843
- this.yz = this.y2;
6844
- if (this.y2) {
6845
- let e = this.xl;
6846
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
6842
+ this.xm.aab = this.y3;
6843
+ this.y0 = this.y3;
6844
+ if (this.y3) {
6845
+ let e = this.xm;
6846
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zv));
6847
6847
  }
6848
6848
  else {
6849
- let f = this.xl;
6850
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
6849
+ let f = this.xm;
6850
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zv));
6851
6851
  }
6852
6852
  break;
6853
6853
  case GeographicProportionalSymbolSeries.$$p[3]:
6854
- this.xl.z9 = this.y1;
6855
- this.yy = this.y1;
6856
- if (this.y2) {
6857
- let g = this.xl;
6858
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
6854
+ this.xm.aaa = this.y2;
6855
+ this.yz = this.y2;
6856
+ if (this.y3) {
6857
+ let g = this.xm;
6858
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zu));
6859
6859
  }
6860
6860
  else {
6861
- let h = this.xl;
6862
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
6861
+ let h = this.xm;
6862
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zu));
6863
6863
  }
6864
6864
  break;
6865
6865
  case GeographicProportionalSymbolSeries.$$p[5]:
6866
- this.xl.zt = this.yv;
6866
+ this.xm.zu = this.yw;
6867
6867
  break;
6868
6868
  case GeographicProportionalSymbolSeries.$$p[6]:
6869
- this.xl.aat = this.y7;
6869
+ this.xm.aau = this.y8;
6870
6870
  break;
6871
6871
  }
6872
6872
  }
6873
- zu(a, b) {
6873
+ zv(a, b) {
6874
6874
  if (this.assigningScatterStyle != null) {
6875
6875
  this.assigningScatterStyle(this, b);
6876
6876
  }
6877
6877
  }
6878
- zt(a, b) {
6878
+ zu(a, b) {
6879
6879
  if (this.assigningScatterMarkerStyle != null) {
6880
6880
  this.assigningScatterMarkerStyle(this, b);
6881
6881
  }
6882
6882
  }
6883
6883
  }
6884
6884
  GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
6885
- GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
6885
+ GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y9:zw', [2], 'FillScale:yu:zx', [BrushScale.$], 'FillScaleUseGlobalValues:y1:zy', [0, false], 'IsCustomScatterMarkerStyleAllowed:y2:zz', [0, false], 'IsCustomScatterStyleAllowed:y3:z0', [0, false], 'ItemSearchMode:yw:z1', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y8:z2', [1, 10000], 'LabelMemberPath:zh:z3', [2], 'LatitudeMemberPath:zj:z4', [2, null], 'LongitudeMemberPath:zl:z5', [2, null], 'MarkerBrushBrightness:y6:z6', [1, NaN], 'MarkerOutlineBrightness:y7:z7', [1, NaN], 'MarkerOutlineUsesFillScale:y4:z8', [0, false], 'RadiusMemberPath:zq:z9', [2, null], 'RadiusScale:yx:aaa', [SizeScale.$], 'RadiusScaleUseGlobalValues:y5:aab', [0, false]]);
6886
6886
  return GeographicProportionalSymbolSeries;
6887
6887
  })();
6888
6888
 
@@ -6960,34 +6960,34 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
6960
6960
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
6961
6961
  */
6962
6962
  get latitudeMemberPath() {
6963
- return this.i.zi;
6963
+ return this.i.zj;
6964
6964
  }
6965
6965
  set latitudeMemberPath(v) {
6966
- this.i.zi = v;
6966
+ this.i.zj = v;
6967
6967
  }
6968
6968
  /**
6969
6969
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
6970
6970
  */
6971
6971
  get longitudeMemberPath() {
6972
- return this.i.zk;
6972
+ return this.i.zl;
6973
6973
  }
6974
6974
  set longitudeMemberPath(v) {
6975
- this.i.zk = v;
6975
+ this.i.zl = v;
6976
6976
  }
6977
6977
  /**
6978
6978
  * Gets or sets the radius mapping property for the current series object.
6979
6979
  */
6980
6980
  get radiusMemberPath() {
6981
- return this.i.zp;
6981
+ return this.i.zq;
6982
6982
  }
6983
6983
  set radiusMemberPath(v) {
6984
- this.i.zp = v;
6984
+ this.i.zq = v;
6985
6985
  }
6986
6986
  /**
6987
6987
  * Gets or sets the radius size scale for the bubbles.
6988
6988
  */
6989
6989
  get radiusScale() {
6990
- const r = this.i.yw;
6990
+ const r = this.i.yx;
6991
6991
  if (r == null) {
6992
6992
  return null;
6993
6993
  }
@@ -7003,31 +7003,31 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7003
7003
  set radiusScale(v) {
7004
7004
  if (v != null && this._stylingContainer && v._styling)
7005
7005
  v._styling(this._stylingContainer, this, this);
7006
- v == null ? this.i.yw = null : this.i.yw = v.i;
7006
+ v == null ? this.i.yx = null : this.i.yx = v.i;
7007
7007
  }
7008
7008
  /**
7009
7009
  * Gets or sets the Label mapping property for the current series object.
7010
7010
  */
7011
7011
  get labelMemberPath() {
7012
- return this.i.zg;
7012
+ return this.i.zh;
7013
7013
  }
7014
7014
  set labelMemberPath(v) {
7015
- this.i.zg = v;
7015
+ this.i.zh = v;
7016
7016
  }
7017
7017
  /**
7018
7018
  * Gets or sets the fill mapping property for the current series object.
7019
7019
  */
7020
7020
  get fillMemberPath() {
7021
- return this.i.y8;
7021
+ return this.i.y9;
7022
7022
  }
7023
7023
  set fillMemberPath(v) {
7024
- this.i.y8 = v;
7024
+ this.i.y9 = v;
7025
7025
  }
7026
7026
  /**
7027
7027
  * Gets or sets the brush scale for the marker brush.
7028
7028
  */
7029
7029
  get fillScale() {
7030
- const r = this.i.yt;
7030
+ const r = this.i.yu;
7031
7031
  if (r == null) {
7032
7032
  return null;
7033
7033
  }
@@ -7043,102 +7043,102 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
7043
7043
  set fillScale(v) {
7044
7044
  if (v != null && this._stylingContainer && v._styling)
7045
7045
  v._styling(this._stylingContainer, this, this);
7046
- v == null ? this.i.yt = null : this.i.yt = v.i;
7046
+ v == null ? this.i.yu = null : this.i.yu = v.i;
7047
7047
  }
7048
7048
  /**
7049
7049
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
7050
7050
  * This setting applies only if multiple series are using the same FillScale.
7051
7051
  */
7052
7052
  get fillScaleUseGlobalValues() {
7053
- return this.i.y0;
7053
+ return this.i.y1;
7054
7054
  }
7055
7055
  set fillScaleUseGlobalValues(v) {
7056
- this.i.y0 = ensureBool(v);
7057
- this._a("fillScaleUseGlobalValues", this.i.y0);
7056
+ this.i.y1 = ensureBool(v);
7057
+ this._a("fillScaleUseGlobalValues", this.i.y1);
7058
7058
  }
7059
7059
  /**
7060
7060
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
7061
7061
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7062
7062
  */
7063
7063
  get markerOutlineUsesFillScale() {
7064
- return this.i.y3;
7064
+ return this.i.y4;
7065
7065
  }
7066
7066
  set markerOutlineUsesFillScale(v) {
7067
- this.i.y3 = ensureBool(v);
7068
- this._a("markerOutlineUsesFillScale", this.i.y3);
7067
+ this.i.y4 = ensureBool(v);
7068
+ this._a("markerOutlineUsesFillScale", this.i.y4);
7069
7069
  }
7070
7070
  /**
7071
7071
  * 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
7072
7072
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7073
7073
  */
7074
7074
  get markerOutlineBrightness() {
7075
- return this.i.y6;
7075
+ return this.i.y7;
7076
7076
  }
7077
7077
  set markerOutlineBrightness(v) {
7078
- this.i.y6 = +v;
7079
- this._a("markerOutlineBrightness", this.i.y6);
7078
+ this.i.y7 = +v;
7079
+ this._a("markerOutlineBrightness", this.i.y7);
7080
7080
  }
7081
7081
  /**
7082
7082
  * 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
7083
7083
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
7084
7084
  */
7085
7085
  get markerBrushBrightness() {
7086
- return this.i.y5;
7086
+ return this.i.y6;
7087
7087
  }
7088
7088
  set markerBrushBrightness(v) {
7089
- this.i.y5 = +v;
7090
- this._a("markerBrushBrightness", this.i.y5);
7089
+ this.i.y6 = +v;
7090
+ this._a("markerBrushBrightness", this.i.y6);
7091
7091
  }
7092
7092
  /**
7093
7093
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
7094
7094
  * This setting applies only if multiple series are using the same RadiusScale.
7095
7095
  */
7096
7096
  get radiusScaleUseGlobalValues() {
7097
- return this.i.y4;
7097
+ return this.i.y5;
7098
7098
  }
7099
7099
  set radiusScaleUseGlobalValues(v) {
7100
- this.i.y4 = ensureBool(v);
7101
- this._a("radiusScaleUseGlobalValues", this.i.y4);
7100
+ this.i.y5 = ensureBool(v);
7101
+ this._a("radiusScaleUseGlobalValues", this.i.y5);
7102
7102
  }
7103
7103
  /**
7104
7104
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7105
7105
  */
7106
7106
  get isCustomScatterStyleAllowed() {
7107
- return this.i.y2;
7107
+ return this.i.y3;
7108
7108
  }
7109
7109
  set isCustomScatterStyleAllowed(v) {
7110
- this.i.y2 = ensureBool(v);
7111
- this._a("isCustomScatterStyleAllowed", this.i.y2);
7110
+ this.i.y3 = ensureBool(v);
7111
+ this._a("isCustomScatterStyleAllowed", this.i.y3);
7112
7112
  }
7113
7113
  /**
7114
7114
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7115
7115
  */
7116
7116
  get isCustomScatterMarkerStyleAllowed() {
7117
- return this.i.y1;
7117
+ return this.i.y2;
7118
7118
  }
7119
7119
  set isCustomScatterMarkerStyleAllowed(v) {
7120
- this.i.y1 = ensureBool(v);
7121
- this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
7120
+ this.i.y2 = ensureBool(v);
7121
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y2);
7122
7122
  }
7123
7123
  /**
7124
7124
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7125
7125
  */
7126
7126
  get itemSearchMode() {
7127
- return this.i.yv;
7127
+ return this.i.yw;
7128
7128
  }
7129
7129
  set itemSearchMode(v) {
7130
- this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
7131
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
7130
+ this.i.yw = ensureEnum(ScatterItemSearchMode_$type, v);
7131
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yw));
7132
7132
  }
7133
7133
  /**
7134
7134
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7135
7135
  */
7136
7136
  get itemSearchThreshold() {
7137
- return this.i.y7;
7137
+ return this.i.y8;
7138
7138
  }
7139
7139
  set itemSearchThreshold(v) {
7140
- this.i.y7 = +v;
7141
- this._a("itemSearchThreshold", this.i.y7);
7140
+ this.i.y8 = +v;
7141
+ this._a("itemSearchThreshold", this.i.y8);
7142
7142
  }
7143
7143
  findByName(name) {
7144
7144
  var baseResult = super.findByName(name);
@@ -7257,40 +7257,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7257
7257
  }
7258
7258
  }
7259
7259
  ci() {
7260
- let a = this.cu.xl;
7260
+ let a = this.cu.xm;
7261
7261
  super.ci();
7262
- a.abe = this.cu.y9;
7263
- a.abm = this.cu.y7;
7264
- a.xv = this.cu.xv;
7265
- a.yn = this.cu.yb;
7266
- a.x4 = this.cu.xw;
7262
+ a.abf = this.cu.za;
7263
+ a.abn = this.cu.y8;
7264
+ a.xw = this.cu.xw;
7265
+ a.yo = this.cu.yc;
7266
+ a.x5 = this.cu.xx;
7267
7267
  }
7268
7268
  cw() {
7269
- this.cu.xl.abe = this.cu.y9;
7269
+ this.cu.xm.abf = this.cu.za;
7270
7270
  }
7271
7271
  cv() {
7272
- this.cu.xl.abm = this.cu.y7;
7272
+ this.cu.xm.abn = this.cu.y8;
7273
7273
  }
7274
7274
  c2() {
7275
- this.cu.xl.xv = this.cu.xv;
7275
+ this.cu.xm.xw = this.cu.xw;
7276
7276
  }
7277
7277
  c0() {
7278
- this.cu.xl.yn = this.cu.yb;
7278
+ this.cu.xm.yo = this.cu.yc;
7279
7279
  }
7280
7280
  c1() {
7281
- this.cu.xl.x4 = this.cu.xw;
7281
+ this.cu.xm.x5 = this.cu.xx;
7282
7282
  }
7283
7283
  c3() {
7284
- this.cu.xl.aau = this.cu.xx;
7284
+ this.cu.xm.aav = this.cu.xy;
7285
7285
  }
7286
7286
  c5() {
7287
- this.cu.xl.xAxis = this.cu.dc.zh;
7287
+ this.cu.xm.xAxis = this.cu.dc.zh;
7288
7288
  }
7289
7289
  c6() {
7290
- this.cu.xl.yAxis = this.cu.dc.zj;
7290
+ this.cu.xm.yAxis = this.cu.dc.zj;
7291
7291
  }
7292
7292
  c4() {
7293
- let a = this.cu.xl;
7293
+ let a = this.cu.xm;
7294
7294
  if (this.cu.dc == null) {
7295
7295
  a.xAxis = null;
7296
7296
  a.yAxis = null;
@@ -7300,13 +7300,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
7300
7300
  a.yAxis = this.cu.dc.zj;
7301
7301
  }
7302
7302
  cy() {
7303
- this.cu.xl.ze = this.cu.yt;
7303
+ this.cu.xm.zf = this.cu.yu;
7304
7304
  }
7305
7305
  cx() {
7306
- this.cu.xl.y4 = this.cu.yp;
7306
+ this.cu.xm.y5 = this.cu.yq;
7307
7307
  }
7308
7308
  cz() {
7309
- this.cu.xl.y5 = this.cu.yq;
7309
+ this.cu.xm.y6 = this.cu.yr;
7310
7310
  }
7311
7311
  }
7312
7312
  GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -7322,9 +7322,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7322
7322
  }
7323
7323
  constructor() {
7324
7324
  super();
7325
- this.yv = null;
7325
+ this.yw = null;
7326
+ this.yz = false;
7326
7327
  this.yy = false;
7327
- this.yx = false;
7328
7328
  this.assigningScatterStyle = null;
7329
7329
  this.assigningScatterMarkerStyle = null;
7330
7330
  this.ab = GeographicSymbolSeries.$;
@@ -7332,85 +7332,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
7332
7332
  ct() {
7333
7333
  return new GeographicSymbolSeriesView(this);
7334
7334
  }
7335
- rh(a) {
7336
- super.rh(a);
7337
- this.yw = a;
7335
+ ri(a) {
7336
+ super.ri(a);
7337
+ this.yx = a;
7338
7338
  }
7339
- jt() {
7339
+ ju() {
7340
7340
  return 0.7;
7341
7341
  }
7342
- xk() {
7342
+ xl() {
7343
7343
  return new ScatterSeries();
7344
7344
  }
7345
7345
  get_fh() {
7346
7346
  return true;
7347
7347
  }
7348
- rq(a, b, c, d) {
7349
- super.rq(a, b, c, d);
7348
+ rr(a, b, c, d) {
7349
+ super.rr(a, b, c, d);
7350
7350
  switch (b) {
7351
7351
  case "SeriesViewer":
7352
- this.yw.c4();
7352
+ this.yx.c4();
7353
7353
  break;
7354
7354
  case GeographicSymbolSeries.$$p[5]:
7355
- this.yw.cw();
7355
+ this.yx.cw();
7356
7356
  break;
7357
7357
  case GeographicSymbolSeries.$$p[4]:
7358
- this.yw.cv();
7358
+ this.yx.cv();
7359
7359
  break;
7360
7360
  case GeographicSymbolSeries.$$p[6]:
7361
- this.yw.cy();
7361
+ this.yx.cy();
7362
7362
  break;
7363
7363
  case "XAxis":
7364
- this.yw.c5();
7364
+ this.yx.c5();
7365
7365
  break;
7366
7366
  case "YAxis":
7367
- this.yw.c6();
7367
+ this.yx.c6();
7368
7368
  break;
7369
7369
  case GeographicSymbolSeries.$$p[1]:
7370
- this.xl.aaa = this.y0;
7371
- this.yy = this.y0;
7372
- if (this.y0) {
7373
- let e = this.xl;
7374
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
7370
+ this.xm.aab = this.y1;
7371
+ this.yz = this.y1;
7372
+ if (this.y1) {
7373
+ let e = this.xm;
7374
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
7375
7375
  }
7376
7376
  else {
7377
- let f = this.xl;
7378
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
7377
+ let f = this.xm;
7378
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
7379
7379
  }
7380
7380
  break;
7381
7381
  case GeographicSymbolSeries.$$p[0]:
7382
- this.xl.z9 = this.yz;
7383
- this.yx = this.yz;
7384
- if (this.y0) {
7385
- let g = this.xl;
7386
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
7382
+ this.xm.aaa = this.y0;
7383
+ this.yy = this.y0;
7384
+ if (this.y1) {
7385
+ let g = this.xm;
7386
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
7387
7387
  }
7388
7388
  else {
7389
- let h = this.xl;
7390
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
7389
+ let h = this.xm;
7390
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
7391
7391
  }
7392
7392
  break;
7393
7393
  case GeographicSymbolSeries.$$p[2]:
7394
- this.xl.zt = this.yu;
7394
+ this.xm.zu = this.yv;
7395
7395
  break;
7396
7396
  case GeographicSymbolSeries.$$p[3]:
7397
- this.xl.aat = this.y2;
7397
+ this.xm.aau = this.y3;
7398
7398
  break;
7399
7399
  }
7400
7400
  }
7401
- ze(a, b) {
7401
+ zf(a, b) {
7402
7402
  if (this.assigningScatterStyle != null) {
7403
7403
  this.assigningScatterStyle(this, b);
7404
7404
  }
7405
7405
  }
7406
- zd(a, b) {
7406
+ ze(a, b) {
7407
7407
  if (this.assigningScatterMarkerStyle != null) {
7408
7408
  this.assigningScatterMarkerStyle(this, b);
7409
7409
  }
7410
7410
  }
7411
7411
  }
7412
7412
  GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
7413
- GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
7413
+ GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
7414
7414
  return GeographicSymbolSeries;
7415
7415
  })();
7416
7416
 
@@ -7488,69 +7488,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
7488
7488
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7489
7489
  */
7490
7490
  get latitudeMemberPath() {
7491
- return this.i.y7;
7491
+ return this.i.y8;
7492
7492
  }
7493
7493
  set latitudeMemberPath(v) {
7494
- this.i.y7 = v;
7494
+ this.i.y8 = v;
7495
7495
  }
7496
7496
  /**
7497
7497
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7498
7498
  */
7499
7499
  get longitudeMemberPath() {
7500
- return this.i.y9;
7500
+ return this.i.za;
7501
7501
  }
7502
7502
  set longitudeMemberPath(v) {
7503
- this.i.y9 = v;
7503
+ this.i.za = v;
7504
7504
  }
7505
7505
  /**
7506
7506
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
7507
7507
  */
7508
7508
  get markerCollisionAvoidance() {
7509
- return this.i.yt;
7509
+ return this.i.yu;
7510
7510
  }
7511
7511
  set markerCollisionAvoidance(v) {
7512
- this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
7513
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yt));
7512
+ this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
7513
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yu));
7514
7514
  }
7515
7515
  /**
7516
7516
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
7517
7517
  */
7518
7518
  get isCustomScatterStyleAllowed() {
7519
- return this.i.y0;
7519
+ return this.i.y1;
7520
7520
  }
7521
7521
  set isCustomScatterStyleAllowed(v) {
7522
- this.i.y0 = ensureBool(v);
7523
- this._a("isCustomScatterStyleAllowed", this.i.y0);
7522
+ this.i.y1 = ensureBool(v);
7523
+ this._a("isCustomScatterStyleAllowed", this.i.y1);
7524
7524
  }
7525
7525
  /**
7526
7526
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
7527
7527
  */
7528
7528
  get isCustomScatterMarkerStyleAllowed() {
7529
- return this.i.yz;
7529
+ return this.i.y0;
7530
7530
  }
7531
7531
  set isCustomScatterMarkerStyleAllowed(v) {
7532
- this.i.yz = ensureBool(v);
7533
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
7532
+ this.i.y0 = ensureBool(v);
7533
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
7534
7534
  }
7535
7535
  /**
7536
7536
  * Gets or sets the mode the series will use to find the closest point to the cursor.
7537
7537
  */
7538
7538
  get itemSearchMode() {
7539
- return this.i.yu;
7539
+ return this.i.yv;
7540
7540
  }
7541
7541
  set itemSearchMode(v) {
7542
- this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
7543
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
7542
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
7543
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
7544
7544
  }
7545
7545
  /**
7546
7546
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
7547
7547
  */
7548
7548
  get itemSearchThreshold() {
7549
- return this.i.y2;
7549
+ return this.i.y3;
7550
7550
  }
7551
7551
  set itemSearchThreshold(v) {
7552
- this.i.y2 = +v;
7553
- this._a("itemSearchThreshold", this.i.y2);
7552
+ this.i.y3 = +v;
7553
+ this._a("itemSearchThreshold", this.i.y3);
7554
7554
  }
7555
7555
  /**
7556
7556
  * Event raised when Assigning Category Style
@@ -7670,56 +7670,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
7670
7670
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
7671
7671
  */
7672
7672
  get longitudeMemberPath() {
7673
- return this.i.xx;
7673
+ return this.i.xy;
7674
7674
  }
7675
7675
  set longitudeMemberPath(v) {
7676
- this.i.xx = v;
7676
+ this.i.xy = v;
7677
7677
  }
7678
7678
  /**
7679
7679
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
7680
7680
  */
7681
7681
  get latitudeMemberPath() {
7682
- return this.i.xv;
7682
+ return this.i.xw;
7683
7683
  }
7684
7684
  set latitudeMemberPath(v) {
7685
- this.i.xv = v;
7685
+ this.i.xw = v;
7686
7686
  }
7687
7687
  /**
7688
7688
  * The source of triangulation data.
7689
7689
  * 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.
7690
7690
  */
7691
7691
  get trianglesSource() {
7692
- return this.i.xu;
7692
+ return this.i.xv;
7693
7693
  }
7694
7694
  set trianglesSource(v) {
7695
- this.i.xu = v;
7695
+ this.i.xv = v;
7696
7696
  }
7697
7697
  /**
7698
7698
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
7699
7699
  */
7700
7700
  get triangleVertexMemberPath1() {
7701
- return this.i.x0;
7701
+ return this.i.x1;
7702
7702
  }
7703
7703
  set triangleVertexMemberPath1(v) {
7704
- this.i.x0 = v;
7704
+ this.i.x1 = v;
7705
7705
  }
7706
7706
  /**
7707
7707
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
7708
7708
  */
7709
7709
  get triangleVertexMemberPath2() {
7710
- return this.i.x2;
7710
+ return this.i.x3;
7711
7711
  }
7712
7712
  set triangleVertexMemberPath2(v) {
7713
- this.i.x2 = v;
7713
+ this.i.x3 = v;
7714
7714
  }
7715
7715
  /**
7716
7716
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
7717
7717
  */
7718
7718
  get triangleVertexMemberPath3() {
7719
- return this.i.x4;
7719
+ return this.i.x5;
7720
7720
  }
7721
7721
  set triangleVertexMemberPath3(v) {
7722
- this.i.x4 = v;
7722
+ this.i.x5 = v;
7723
7723
  }
7724
7724
  }
7725
7725
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -7798,16 +7798,16 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
7798
7798
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
7799
7799
  */
7800
7800
  get colorMemberPath() {
7801
- return this.i.yj;
7801
+ return this.i.yk;
7802
7802
  }
7803
7803
  set colorMemberPath(v) {
7804
- this.i.yj = v;
7804
+ this.i.yk = v;
7805
7805
  }
7806
7806
  /**
7807
7807
  * The ColorScale used to resolve the color values of points in the series.
7808
7808
  */
7809
7809
  get colorScale() {
7810
- const r = this.i.ye;
7810
+ const r = this.i.yf;
7811
7811
  if (r == null) {
7812
7812
  return null;
7813
7813
  }
@@ -7823,13 +7823,13 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
7823
7823
  set colorScale(v) {
7824
7824
  if (v != null && this._stylingContainer && v._styling)
7825
7825
  v._styling(this._stylingContainer, this, this);
7826
- v == null ? this.i.ye = null : this.i.ye = v.i;
7826
+ v == null ? this.i.yf = null : this.i.yf = v.i;
7827
7827
  }
7828
7828
  /**
7829
7829
  * Gets actual color scale that is set on ColorScale property or default ColorScale
7830
7830
  */
7831
7831
  get actualColorScale() {
7832
- const r = this.i.yd;
7832
+ const r = this.i.ye;
7833
7833
  if (r == null) {
7834
7834
  return null;
7835
7835
  }
@@ -7845,7 +7845,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
7845
7845
  set actualColorScale(v) {
7846
7846
  if (v != null && this._stylingContainer && v._styling)
7847
7847
  v._styling(this._stylingContainer, this, this);
7848
- v == null ? this.i.yd = null : this.i.yd = v.i;
7848
+ v == null ? this.i.ye = null : this.i.ye = v.i;
7849
7849
  }
7850
7850
  findByName(name) {
7851
7851
  var baseResult = super.findByName(name);
@@ -7876,7 +7876,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
7876
7876
 
7877
7877
  */
7878
7878
  updateActualColorScale() {
7879
- this.i.yo();
7879
+ this.i.yp();
7880
7880
  }
7881
7881
  /**
7882
7882
  * Raised when the status of an ongoing Triangulation has changed.
@@ -7941,71 +7941,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
7941
7941
  }
7942
7942
  ci() {
7943
7943
  super.ci();
7944
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
7945
- a.zu = this.cu.ya;
7946
- a.z2 = this.cu.x8;
7944
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
7945
+ a.zv = this.cu.yb;
7946
+ a.z3 = this.cu.x9;
7947
+ a.x8 = this.cu.xy;
7947
7948
  a.x7 = this.cu.xx;
7948
- a.x6 = this.cu.xw;
7949
- a.ge = this.cu.xv;
7949
+ a.gf = this.cu.xw;
7950
+ a.y3 = this.cu.x0;
7950
7951
  a.y2 = this.cu.xz;
7951
- a.y1 = this.cu.xy;
7952
+ a.aa1 = this.cu.yu;
7952
7953
  a.aa0 = this.cu.yt;
7953
- a.aaz = this.cu.ys;
7954
- a.ze = this.cu.x2;
7954
+ a.zf = this.cu.x3;
7955
7955
  }
7956
7956
  c0() {
7957
- this.cu.xl.zu = this.cu.ya;
7957
+ this.cu.xm.zv = this.cu.yb;
7958
7958
  }
7959
7959
  cz() {
7960
- this.cu.xl.z2 = this.cu.x8;
7960
+ this.cu.xm.z3 = this.cu.x9;
7961
7961
  }
7962
7962
  c5() {
7963
- this.cu.xl.x7 = this.cu.xx;
7963
+ this.cu.xm.x8 = this.cu.xy;
7964
7964
  }
7965
7965
  c3() {
7966
- this.cu.xl.x6 = this.cu.xw;
7966
+ this.cu.xm.x7 = this.cu.xx;
7967
7967
  }
7968
7968
  c1() {
7969
- this.cu.xl.ge = this.cu.xv;
7969
+ this.cu.xm.gf = this.cu.xw;
7970
7970
  }
7971
7971
  cy() {
7972
- this.cu.xl.y2 = this.cu.xz;
7972
+ this.cu.xm.y3 = this.cu.x0;
7973
7973
  }
7974
7974
  cw() {
7975
- this.cu.xl.y1 = this.cu.xy;
7975
+ this.cu.xm.y2 = this.cu.xz;
7976
7976
  }
7977
7977
  c4() {
7978
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
7978
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
7979
7979
  if (this.cu.dc == null) {
7980
- a.xq = null;
7981
- a.xs = null;
7980
+ a.xr = null;
7981
+ a.xt = null;
7982
7982
  return;
7983
7983
  }
7984
- a.xq = this.cu.dc.zh;
7985
- a.xs = this.cu.dc.zj;
7984
+ a.xr = this.cu.dc.zh;
7985
+ a.xt = this.cu.dc.zj;
7986
7986
  }
7987
7987
  c6() {
7988
- this.cu.xl.xq = this.cu.dc.zh;
7988
+ this.cu.xm.xr = this.cu.dc.zh;
7989
7989
  }
7990
7990
  c7() {
7991
- this.cu.xl.xs = this.cu.dc.zj;
7991
+ this.cu.xm.xt = this.cu.dc.zj;
7992
7992
  }
7993
7993
  cx() {
7994
- this.cu.xl.aa0 = this.cu.yt;
7994
+ this.cu.xm.aa1 = this.cu.yu;
7995
7995
  }
7996
7996
  cv() {
7997
- this.cu.xl.aaz = this.cu.ys;
7997
+ this.cu.xm.aa0 = this.cu.yt;
7998
7998
  }
7999
7999
  c2() {
8000
- this.cu.xl.ze = this.cu.x2;
8000
+ this.cu.xm.zf = this.cu.x3;
8001
8001
  }
8002
8002
  a4() {
8003
8003
  super.a4();
8004
8004
  if (!this.t) {
8005
- this.cu.yt = Defaults.bf;
8006
- this.cu.ys = Defaults.be;
8007
- this.cu.vz = Defaults.ba;
8008
- this.cu.wf = Defaults.a9;
8005
+ this.cu.yu = Defaults.bf;
8006
+ this.cu.yt = Defaults.be;
8007
+ this.cu.v0 = Defaults.ba;
8008
+ this.cu.wg = Defaults.a9;
8009
8009
  }
8010
8010
  }
8011
8011
  }
@@ -8017,112 +8017,112 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
8017
8017
  bk() {
8018
8018
  return new GeographicHighDensityScatterSeries();
8019
8019
  }
8020
- js() {
8021
- if (!isNaN_(this.jr)) {
8022
- return super.js();
8020
+ jt() {
8021
+ if (!isNaN_(this.js)) {
8022
+ return super.jt();
8023
8023
  }
8024
8024
  return Defaults.ad;
8025
8025
  }
8026
- get_fr() {
8026
+ get_fs() {
8027
8027
  return true;
8028
8028
  }
8029
8029
  constructor() {
8030
8030
  super();
8031
- this.xt = null;
8031
+ this.xu = null;
8032
8032
  this.progressiveLoadStatusChanged = null;
8033
- this.x1 = 0;
8033
+ this.x2 = 0;
8034
8034
  this.ab = GeographicHighDensityScatterSeries.$;
8035
8035
  }
8036
8036
  ct() {
8037
8037
  return new GeographicHighDensityScatterSeriesView(this);
8038
8038
  }
8039
- rh(a) {
8040
- super.rh(a);
8041
- this.xu = a;
8042
- }
8043
- xk() {
8044
- this.xt = new HighDensityScatterSeries();
8045
- return this.xt;
8039
+ ri(a) {
8040
+ super.ri(a);
8041
+ this.xv = a;
8046
8042
  }
8047
- get x3() {
8048
- return this.x1;
8043
+ xl() {
8044
+ this.xu = new HighDensityScatterSeries();
8045
+ return this.xu;
8049
8046
  }
8050
- set x3(a) {
8051
- let b = this.x1;
8052
- this.x1 = a;
8053
- this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
8047
+ get x4() {
8048
+ return this.x2;
8054
8049
  }
8055
- xq(a, b) {
8056
- super.xq(a, b);
8057
- let c = this.xl;
8058
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
8059
- let d = this.xl;
8060
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
8050
+ set x4(a) {
8051
+ let b = this.x2;
8052
+ this.x2 = a;
8053
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
8061
8054
  }
8062
- yh(a, b) {
8063
- this.x3 = b.currentStatus;
8055
+ xr(a, b) {
8056
+ super.xr(a, b);
8057
+ let c = this.xm;
8058
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
8059
+ let d = this.xm;
8060
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
8061
+ }
8062
+ yi(a, b) {
8063
+ this.x4 = b.currentStatus;
8064
8064
  if (this.progressiveLoadStatusChanged != null) {
8065
8065
  this.progressiveLoadStatusChanged(this, b);
8066
8066
  }
8067
8067
  }
8068
- yg(a, b) {
8069
- if (this.xt == null) {
8068
+ yh(a, b) {
8069
+ if (this.xu == null) {
8070
8070
  return;
8071
8071
  }
8072
8072
  }
8073
- rq(a, b, c, d) {
8074
- super.rq(a, b, c, d);
8073
+ rr(a, b, c, d) {
8074
+ super.rr(a, b, c, d);
8075
8075
  switch (b) {
8076
8076
  case "SeriesViewer":
8077
- this.xu.c4();
8077
+ this.xv.c4();
8078
8078
  break;
8079
8079
  case GeographicHighDensityScatterSeries.$$p[5]:
8080
- this.xu.c0();
8080
+ this.xv.c0();
8081
8081
  break;
8082
8082
  case GeographicHighDensityScatterSeries.$$p[4]:
8083
- this.xu.cz();
8083
+ this.xv.cz();
8084
8084
  break;
8085
8085
  case GeographicHighDensityScatterSeries.$$p[9]:
8086
- this.xu.c5();
8086
+ this.xv.c5();
8087
8087
  break;
8088
8088
  case GeographicHighDensityScatterSeries.$$p[8]:
8089
- this.xu.c3();
8089
+ this.xv.c3();
8090
8090
  break;
8091
8091
  case GeographicHighDensityScatterSeries.$$p[6]:
8092
- this.xu.c1();
8092
+ this.xv.c1();
8093
8093
  break;
8094
8094
  case "XAxis":
8095
- this.xu.c6();
8095
+ this.xv.c6();
8096
8096
  break;
8097
8097
  case "YAxis":
8098
- this.xu.c7();
8098
+ this.xv.c7();
8099
8099
  break;
8100
8100
  case GeographicHighDensityScatterSeries.$$p[3]:
8101
- this.xu.cy();
8101
+ this.xv.cy();
8102
8102
  break;
8103
8103
  case GeographicHighDensityScatterSeries.$$p[1]:
8104
- this.xu.cw();
8104
+ this.xv.cw();
8105
8105
  break;
8106
8106
  case GeographicHighDensityScatterSeries.$$p[2]:
8107
- this.xu.cx();
8107
+ this.xv.cx();
8108
8108
  break;
8109
8109
  case GeographicHighDensityScatterSeries.$$p[0]:
8110
- this.xu.cv();
8110
+ this.xv.cv();
8111
8111
  break;
8112
8112
  case GeographicHighDensityScatterSeries.$$p[7]:
8113
- this.xu.c2();
8113
+ this.xv.c2();
8114
8114
  break;
8115
8115
  }
8116
8116
  }
8117
- get_hd() {
8117
+ get_he() {
8118
8118
  return true;
8119
8119
  }
8120
- set_hd(a) {
8121
- super.set_hd(a);
8120
+ set_he(a) {
8121
+ super.set_he(a);
8122
8122
  }
8123
8123
  }
8124
8124
  GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
8125
- GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
8125
+ GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
8126
8126
  return GeographicHighDensityScatterSeries;
8127
8127
  })();
8128
8128
 
@@ -8192,115 +8192,115 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
8192
8192
  * Gets whether the current series shows pixels.
8193
8193
  */
8194
8194
  get isPixel() {
8195
- return this.i.fr;
8195
+ return this.i.fs;
8196
8196
  }
8197
8197
  /**
8198
8198
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8199
8199
  */
8200
8200
  get latitudeMemberPath() {
8201
- return this.i.x8;
8201
+ return this.i.x9;
8202
8202
  }
8203
8203
  set latitudeMemberPath(v) {
8204
- this.i.x8 = v;
8204
+ this.i.x9 = v;
8205
8205
  }
8206
8206
  /**
8207
8207
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8208
8208
  */
8209
8209
  get longitudeMemberPath() {
8210
- return this.i.ya;
8210
+ return this.i.yb;
8211
8211
  }
8212
8212
  set longitudeMemberPath(v) {
8213
- this.i.ya = v;
8213
+ this.i.yb = v;
8214
8214
  }
8215
8215
  /**
8216
8216
  * Gets or sets the whether to use use brute force mode.
8217
8217
  */
8218
8218
  get useBruteForce() {
8219
- return this.i.xx;
8219
+ return this.i.xy;
8220
8220
  }
8221
8221
  set useBruteForce(v) {
8222
- this.i.xx = ensureBool(v);
8223
- this._a("useBruteForce", this.i.xx);
8222
+ this.i.xy = ensureBool(v);
8223
+ this._a("useBruteForce", this.i.xy);
8224
8224
  }
8225
8225
  /**
8226
8226
  * Gets or sets the whether to progressively load the data into the chart.
8227
8227
  */
8228
8228
  get progressiveLoad() {
8229
- return this.i.xw;
8229
+ return this.i.xx;
8230
8230
  }
8231
8231
  set progressiveLoad(v) {
8232
- this.i.xw = ensureBool(v);
8233
- this._a("progressiveLoad", this.i.xw);
8232
+ this.i.xx = ensureBool(v);
8233
+ this._a("progressiveLoad", this.i.xx);
8234
8234
  }
8235
8235
  /**
8236
8236
  * Gets or sets the whether the chart reacts to mouse move events.
8237
8237
  */
8238
8238
  get mouseOverEnabled() {
8239
- return this.i.xv;
8239
+ return this.i.xw;
8240
8240
  }
8241
8241
  set mouseOverEnabled(v) {
8242
- this.i.xv = ensureBool(v);
8243
- this._a("mouseOverEnabled", this.i.xv);
8242
+ this.i.xw = ensureBool(v);
8243
+ this._a("mouseOverEnabled", this.i.xw);
8244
8244
  }
8245
8245
  /**
8246
8246
  * Gets or sets the density value that maps to the minimum heat color.
8247
8247
  */
8248
8248
  get heatMinimum() {
8249
- return this.i.xz;
8249
+ return this.i.x0;
8250
8250
  }
8251
8251
  set heatMinimum(v) {
8252
- this.i.xz = +v;
8253
- this._a("heatMinimum", this.i.xz);
8252
+ this.i.x0 = +v;
8253
+ this._a("heatMinimum", this.i.x0);
8254
8254
  }
8255
8255
  /**
8256
8256
  * Gets or sets the value that maps to the maximum heat color.
8257
8257
  */
8258
8258
  get heatMaximum() {
8259
- return this.i.xy;
8259
+ return this.i.xz;
8260
8260
  }
8261
8261
  set heatMaximum(v) {
8262
- this.i.xy = +v;
8263
- this._a("heatMaximum", this.i.xy);
8262
+ this.i.xz = +v;
8263
+ this._a("heatMaximum", this.i.xz);
8264
8264
  }
8265
8265
  /**
8266
8266
  * Gets or sets the color to use for the minimum end of the scale.
8267
8267
  */
8268
8268
  get heatMinimumColor() {
8269
- return colorToString(this.i.yt);
8269
+ return colorToString(this.i.yu);
8270
8270
  }
8271
8271
  set heatMinimumColor(v) {
8272
- this.i.yt = stringToColor(v);
8273
- this._a("heatMinimumColor", colorToString(this.i.yt));
8272
+ this.i.yu = stringToColor(v);
8273
+ this._a("heatMinimumColor", colorToString(this.i.yu));
8274
8274
  }
8275
8275
  /**
8276
8276
  * Gets or sets the color to use for the maximum end of the scale.
8277
8277
  */
8278
8278
  get heatMaximumColor() {
8279
- return colorToString(this.i.ys);
8279
+ return colorToString(this.i.yt);
8280
8280
  }
8281
8281
  set heatMaximumColor(v) {
8282
- this.i.ys = stringToColor(v);
8283
- this._a("heatMaximumColor", colorToString(this.i.ys));
8282
+ this.i.yt = stringToColor(v);
8283
+ this._a("heatMaximumColor", colorToString(this.i.yt));
8284
8284
  }
8285
8285
  /**
8286
8286
  * Gets or sets the the pixel extent of the square data points that are rendered.
8287
8287
  */
8288
8288
  get pointExtent() {
8289
- return this.i.x2;
8289
+ return this.i.x3;
8290
8290
  }
8291
8291
  set pointExtent(v) {
8292
- this.i.x2 = +v;
8293
- this._a("pointExtent", this.i.x2);
8292
+ this.i.x3 = +v;
8293
+ this._a("pointExtent", this.i.x3);
8294
8294
  }
8295
8295
  /**
8296
8296
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
8297
8297
  */
8298
8298
  get progressiveStatus() {
8299
- return this.i.x3;
8299
+ return this.i.x4;
8300
8300
  }
8301
8301
  set progressiveStatus(v) {
8302
- this.i.x3 = +v;
8303
- this._a("progressiveStatus", this.i.x3);
8302
+ this.i.x4 = +v;
8303
+ this._a("progressiveStatus", this.i.x4);
8304
8304
  }
8305
8305
  /**
8306
8306
  * Raised when the progressive loading state of the series has changed.
@@ -8380,24 +8380,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
8380
8380
  a4() {
8381
8381
  super.a4();
8382
8382
  if (!this.t) {
8383
- this.c2.jy = Defaults.z;
8383
+ this.c2.jz = Defaults.z;
8384
8384
  }
8385
8385
  }
8386
8386
  ci() {
8387
8387
  super.ci();
8388
- if (this.c2.xl != null) {
8389
- this.c2.yd.zg = this.c2.yg;
8390
- this.c2.yd.zq = this.c2.yk;
8388
+ if (this.c2.xm != null) {
8389
+ this.c2.ye.zh = this.c2.yh;
8390
+ this.c2.ye.zr = this.c2.yl;
8391
8391
  }
8392
8392
  }
8393
8393
  c3() {
8394
- if (this.c2.yd != null) {
8395
- this.c2.yd.zg = this.c2.yg;
8394
+ if (this.c2.ye != null) {
8395
+ this.c2.ye.zh = this.c2.yh;
8396
8396
  }
8397
8397
  }
8398
8398
  c4() {
8399
- if (this.c2.yd != null) {
8400
- this.c2.yd.zq = this.c2.yk;
8399
+ if (this.c2.ye != null) {
8400
+ this.c2.ye.zr = this.c2.yl;
8401
8401
  }
8402
8402
  }
8403
8403
  }
@@ -8409,7 +8409,7 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
8409
8409
  bk() {
8410
8410
  return new GeographicContourLineSeries();
8411
8411
  }
8412
- get_fm() {
8412
+ get_fn() {
8413
8413
  return true;
8414
8414
  }
8415
8415
  constructor() {
@@ -8417,70 +8417,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
8417
8417
  this.triangulationStatusChanged = null;
8418
8418
  this.ab = GeographicContourLineSeries.$;
8419
8419
  }
8420
- xq(a, b) {
8421
- super.xq(a, b);
8420
+ xr(a, b) {
8421
+ super.xr(a, b);
8422
8422
  }
8423
- xk() {
8424
- this.yd = new ScatterContourSeries();
8425
- let a = this.yd;
8426
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
8427
- let b = this.yd;
8428
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
8429
- return this.yd;
8423
+ xl() {
8424
+ this.ye = new ScatterContourSeries();
8425
+ let a = this.ye;
8426
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
8427
+ let b = this.ye;
8428
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
8429
+ return this.ye;
8430
8430
  }
8431
- yn(a, b) {
8431
+ yo(a, b) {
8432
8432
  if (this.triangulationStatusChanged != null) {
8433
8433
  this.triangulationStatusChanged(this, b);
8434
8434
  }
8435
8435
  }
8436
- yo(a, b) {
8437
- let c = typeCast(ScatterContourSeries.$, this.xl);
8436
+ yp(a, b) {
8437
+ let c = typeCast(ScatterContourSeries.$, this.xm);
8438
8438
  if (c == null) {
8439
8439
  return;
8440
8440
  }
8441
8441
  if (b.propertyName == "ActualFillScale") {
8442
- this.yf = c.zf;
8442
+ this.yg = c.zg;
8443
8443
  }
8444
8444
  }
8445
- sz() {
8446
- super.sz();
8445
+ s0() {
8446
+ super.s0();
8447
8447
  }
8448
8448
  ct() {
8449
8449
  return new GeographicContourLineSeriesView(this);
8450
8450
  }
8451
- rh(a) {
8452
- super.rh(a);
8453
- this.yh = a;
8451
+ ri(a) {
8452
+ super.ri(a);
8453
+ this.yi = a;
8454
8454
  }
8455
- rq(a, b, c, d) {
8456
- super.rq(a, b, c, d);
8455
+ rr(a, b, c, d) {
8456
+ super.rr(a, b, c, d);
8457
8457
  switch (b) {
8458
8458
  case GeographicContourLineSeries.$$p[1]:
8459
- this.yh.c3();
8459
+ this.yi.c3();
8460
8460
  break;
8461
8461
  case GeographicContourLineSeries.$$p[2]:
8462
- this.yh.c4();
8462
+ this.yi.c4();
8463
8463
  break;
8464
8464
  case GeographicContourLineSeries.$$p[3]:
8465
- this.yd.zd = this.yc;
8465
+ this.ye.ze = this.yd;
8466
8466
  break;
8467
8467
  case "DashArray":
8468
- this.yd.wm = this.wm;
8468
+ this.ye.wn = this.wn;
8469
8469
  break;
8470
8470
  case "DashCap":
8471
- this.yd.wn = this.wn;
8471
+ this.ye.wo = this.wo;
8472
8472
  break;
8473
8473
  case "MiterLimit":
8474
- this.yd.jp = this.jp;
8474
+ this.ye.jq = this.jq;
8475
8475
  break;
8476
8476
  case "LineJoin":
8477
- this.yd.wp = this.wp;
8477
+ this.ye.wq = this.wq;
8478
8478
  break;
8479
8479
  }
8480
8480
  }
8481
8481
  }
8482
8482
  GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
8483
- GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
8483
+ GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [ValueBrushScale.$, null], 'FillScale:yh:yr', [ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [ContourValueResolver.$, null]]);
8484
8484
  return GeographicContourLineSeries;
8485
8485
  })();
8486
8486
 
@@ -8550,22 +8550,22 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8550
8550
  * Gets whether the current series shows a line contour shape.
8551
8551
  */
8552
8552
  get isLineContour() {
8553
- return this.i.fm;
8553
+ return this.i.fn;
8554
8554
  }
8555
8555
  /**
8556
8556
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
8557
8557
  */
8558
8558
  get valueMemberPath() {
8559
- return this.i.yk;
8559
+ return this.i.yl;
8560
8560
  }
8561
8561
  set valueMemberPath(v) {
8562
- this.i.yk = v;
8562
+ this.i.yl = v;
8563
8563
  }
8564
8564
  /**
8565
8565
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
8566
8566
  */
8567
8567
  get fillScale() {
8568
- const r = this.i.yg;
8568
+ const r = this.i.yh;
8569
8569
  if (r == null) {
8570
8570
  return null;
8571
8571
  }
@@ -8581,13 +8581,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8581
8581
  set fillScale(v) {
8582
8582
  if (v != null && this._stylingContainer && v._styling)
8583
8583
  v._styling(this._stylingContainer, this, this);
8584
- v == null ? this.i.yg = null : this.i.yg = v.i;
8584
+ v == null ? this.i.yh = null : this.i.yh = v.i;
8585
8585
  }
8586
8586
  /**
8587
8587
  * Gets actual fill scale that is set on the FillScale property or default FillScale
8588
8588
  */
8589
8589
  get actualFillScale() {
8590
- const r = this.i.yf;
8590
+ const r = this.i.yg;
8591
8591
  if (r == null) {
8592
8592
  return null;
8593
8593
  }
@@ -8603,13 +8603,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8603
8603
  set actualFillScale(v) {
8604
8604
  if (v != null && this._stylingContainer && v._styling)
8605
8605
  v._styling(this._stylingContainer, this, this);
8606
- v == null ? this.i.yf = null : this.i.yf = v.i;
8606
+ v == null ? this.i.yg = null : this.i.yg = v.i;
8607
8607
  }
8608
8608
  /**
8609
8609
  * The ContourValueResolver used to determine the numeric values of contours.
8610
8610
  */
8611
8611
  get valueResolver() {
8612
- const r = this.i.yc;
8612
+ const r = this.i.yd;
8613
8613
  if (r == null) {
8614
8614
  return null;
8615
8615
  }
@@ -8625,7 +8625,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
8625
8625
  set valueResolver(v) {
8626
8626
  if (v != null && this._stylingContainer && v._styling)
8627
8627
  v._styling(this._stylingContainer, this, this);
8628
- v == null ? this.i.yc = null : this.i.yc = v.i;
8628
+ v == null ? this.i.yd = null : this.i.yd = v.i;
8629
8629
  }
8630
8630
  findByName(name) {
8631
8631
  var baseResult = super.findByName(name);