igniteui-webcomponents-maps 5.0.0-beta.3 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +972 -972
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +13 -13
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -13
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +981 -981
- package/fesm5/igniteui-webcomponents-maps.js +972 -972
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +3 -3
|
@@ -432,329 +432,329 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
432
432
|
*/
|
|
433
433
|
let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
434
434
|
class GeographicMapSeriesHost extends Series {
|
|
435
|
-
|
|
436
|
-
super.
|
|
437
|
-
if (this.
|
|
438
|
-
this.
|
|
435
|
+
qc() {
|
|
436
|
+
super.qc();
|
|
437
|
+
if (this.ws != null) {
|
|
438
|
+
this.ws.qc();
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
constructor() {
|
|
442
442
|
super();
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
443
|
+
this.wq = null;
|
|
444
|
+
this.ws = this.wr();
|
|
445
445
|
}
|
|
446
446
|
get_fa() {
|
|
447
447
|
return true;
|
|
448
448
|
}
|
|
449
449
|
ko(a, b) {
|
|
450
|
-
let c = this.
|
|
450
|
+
let c = this.nb(b);
|
|
451
451
|
if (c == "LatitudeMemberPath") {
|
|
452
452
|
c = "YMemberPath";
|
|
453
453
|
}
|
|
454
454
|
if (c == "LongitudeMemberPath") {
|
|
455
455
|
c = "XMemberPath";
|
|
456
456
|
}
|
|
457
|
-
return this.
|
|
457
|
+
return this.ws.ko(a, c);
|
|
458
458
|
}
|
|
459
|
-
|
|
460
|
-
let b = this.
|
|
459
|
+
mb(a) {
|
|
460
|
+
let b = this.nb(a);
|
|
461
461
|
if (b == "LatitudeMemberPath") {
|
|
462
462
|
b = "YMemberPath";
|
|
463
463
|
}
|
|
464
464
|
if (b == "LongitudeMemberPath") {
|
|
465
465
|
b = "XMemberPath";
|
|
466
466
|
}
|
|
467
|
-
return this.
|
|
467
|
+
return this.ws.mb(b);
|
|
468
468
|
}
|
|
469
469
|
get_kg() {
|
|
470
|
-
return this.
|
|
470
|
+
return this.ky(this.ws);
|
|
471
471
|
}
|
|
472
472
|
set_kg(a) {
|
|
473
|
-
this.
|
|
473
|
+
this.ox(this.ws, a);
|
|
474
474
|
}
|
|
475
475
|
d9(a, b, c, d) {
|
|
476
|
-
return this.
|
|
476
|
+
return this.ws.d9(a, b, c, d);
|
|
477
477
|
}
|
|
478
478
|
ai() {
|
|
479
|
-
return this.
|
|
479
|
+
return this.ws.ai();
|
|
480
480
|
}
|
|
481
481
|
bm() {
|
|
482
|
-
return this.
|
|
482
|
+
return this.ws;
|
|
483
483
|
}
|
|
484
|
-
get
|
|
485
|
-
return this.
|
|
484
|
+
get ws() {
|
|
485
|
+
return this.wq;
|
|
486
486
|
}
|
|
487
|
-
set
|
|
488
|
-
let b = this.
|
|
487
|
+
set ws(a) {
|
|
488
|
+
let b = this.ws != a;
|
|
489
489
|
if (b) {
|
|
490
|
-
this.
|
|
491
|
-
this.
|
|
490
|
+
this.wq = a;
|
|
491
|
+
this.wx();
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
get_hasMarkers() {
|
|
495
|
-
return this.
|
|
495
|
+
return this.ws.hasMarkers;
|
|
496
496
|
}
|
|
497
|
-
|
|
498
|
-
if (this.
|
|
499
|
-
let hostedSeries_ = this.
|
|
497
|
+
wx() {
|
|
498
|
+
if (this.wq != null) {
|
|
499
|
+
let hostedSeries_ = this.wq;
|
|
500
500
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
501
501
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
502
502
|
}
|
|
503
|
-
this.
|
|
504
|
-
this.
|
|
503
|
+
this.pd(this.ws);
|
|
504
|
+
this.wt.b5();
|
|
505
505
|
}
|
|
506
506
|
de(a, b, c) {
|
|
507
|
-
return this.dg(this.
|
|
507
|
+
return this.dg(this.ws, a, b, c);
|
|
508
508
|
}
|
|
509
509
|
df(a, b, c) {
|
|
510
|
-
return this.dh(this.
|
|
510
|
+
return this.dh(this.ws, a, b, c);
|
|
511
511
|
}
|
|
512
512
|
kl(a) {
|
|
513
|
-
return this.
|
|
513
|
+
return this.ku(this.ws, a);
|
|
514
514
|
}
|
|
515
515
|
j8(a, b) {
|
|
516
|
-
return this.
|
|
516
|
+
return this.ws.j8(a, b);
|
|
517
517
|
}
|
|
518
518
|
j6(a, b) {
|
|
519
|
-
return this.
|
|
519
|
+
return this.ws.j6(a, b);
|
|
520
520
|
}
|
|
521
521
|
i3(a, b, c) {
|
|
522
|
-
return this.
|
|
522
|
+
return this.ws.i3(a, b, c);
|
|
523
523
|
}
|
|
524
|
-
|
|
525
|
-
return this.
|
|
524
|
+
v6(a, b, c) {
|
|
525
|
+
return this.ws.v6(a, b, c);
|
|
526
526
|
}
|
|
527
|
-
|
|
528
|
-
return this.
|
|
527
|
+
wh(a) {
|
|
528
|
+
return this.ws.wh(a);
|
|
529
529
|
}
|
|
530
530
|
an(a) {
|
|
531
|
-
return this.
|
|
531
|
+
return this.ws.an(a);
|
|
532
532
|
}
|
|
533
|
-
|
|
534
|
-
return this.
|
|
533
|
+
wi(a) {
|
|
534
|
+
return this.ws.wi(a);
|
|
535
535
|
}
|
|
536
536
|
ao(a) {
|
|
537
|
-
return this.
|
|
538
|
-
}
|
|
539
|
-
wi(a) {
|
|
540
|
-
return this.wr.wi(a);
|
|
537
|
+
return this.ws.ao(a);
|
|
541
538
|
}
|
|
542
539
|
wj(a) {
|
|
543
|
-
return this.
|
|
540
|
+
return this.ws.wj(a);
|
|
541
|
+
}
|
|
542
|
+
wk(a) {
|
|
543
|
+
return this.ws.wk(a);
|
|
544
544
|
}
|
|
545
545
|
iz(a, b, c) {
|
|
546
|
-
return this.
|
|
546
|
+
return this.ws.iz(a, b, c);
|
|
547
547
|
}
|
|
548
|
-
|
|
549
|
-
return this.
|
|
548
|
+
v2(a, b, c) {
|
|
549
|
+
return this.ws.v2(a, b, c);
|
|
550
550
|
}
|
|
551
551
|
i1(a, b, c) {
|
|
552
552
|
return this.i3(a, b, c);
|
|
553
553
|
}
|
|
554
|
-
|
|
555
|
-
return this.
|
|
554
|
+
v4(a, b, c) {
|
|
555
|
+
return this.ws.v4(a, b, c);
|
|
556
556
|
}
|
|
557
|
-
|
|
558
|
-
return this.
|
|
557
|
+
v7(a, b, c) {
|
|
558
|
+
return this.ws.v7(a, b, c);
|
|
559
559
|
}
|
|
560
560
|
i4(a, b, c) {
|
|
561
|
-
return this.
|
|
561
|
+
return this.ws.i4(a, b, c);
|
|
562
562
|
}
|
|
563
|
-
|
|
564
|
-
return this.
|
|
563
|
+
v3(a, b, c) {
|
|
564
|
+
return this.ws.v3(a, b, c);
|
|
565
565
|
}
|
|
566
566
|
i0(a, b, c) {
|
|
567
|
-
return this.
|
|
567
|
+
return this.ws.i0(a, b, c);
|
|
568
568
|
}
|
|
569
|
-
|
|
570
|
-
return this.
|
|
569
|
+
v5(a, b, c) {
|
|
570
|
+
return this.ws.v5(a, b, c);
|
|
571
571
|
}
|
|
572
572
|
i2(a, b, c) {
|
|
573
|
-
return this.
|
|
573
|
+
return this.ws.i2(a, b, c);
|
|
574
574
|
}
|
|
575
575
|
j2(a) {
|
|
576
|
-
return this.
|
|
576
|
+
return this.ws.j2(a);
|
|
577
577
|
}
|
|
578
578
|
iu() {
|
|
579
|
-
return this.
|
|
579
|
+
return this.ws.iu();
|
|
580
580
|
}
|
|
581
581
|
iq(a) {
|
|
582
|
-
return this.
|
|
582
|
+
return this.ws.iq(a);
|
|
583
583
|
}
|
|
584
584
|
km(a) {
|
|
585
|
-
return this.
|
|
585
|
+
return this.ws.km(a);
|
|
586
586
|
}
|
|
587
587
|
cq() {
|
|
588
588
|
return new HostSeriesView(this);
|
|
589
589
|
}
|
|
590
|
-
|
|
591
|
-
super.
|
|
592
|
-
this.
|
|
590
|
+
qx(a) {
|
|
591
|
+
super.qx(a);
|
|
592
|
+
this.wt = typeCast(HostSeriesView.$, a);
|
|
593
593
|
}
|
|
594
|
-
get
|
|
595
|
-
return this.c(GeographicMapSeriesHost.
|
|
594
|
+
get wu() {
|
|
595
|
+
return this.c(GeographicMapSeriesHost.wz);
|
|
596
596
|
}
|
|
597
|
-
set
|
|
598
|
-
this.h(GeographicMapSeriesHost.
|
|
597
|
+
set wu(a) {
|
|
598
|
+
this.h(GeographicMapSeriesHost.wz, a);
|
|
599
599
|
}
|
|
600
|
-
|
|
601
|
-
super.
|
|
600
|
+
q5(a, b, c, d) {
|
|
601
|
+
super.q5(a, b, c, d);
|
|
602
602
|
switch (b) {
|
|
603
603
|
case "SeriesViewer":
|
|
604
|
-
this.
|
|
604
|
+
this.ws.c9 = this.c9;
|
|
605
605
|
if (c != null) {
|
|
606
|
-
c.qq(this.
|
|
606
|
+
c.qq(this.ws);
|
|
607
607
|
}
|
|
608
608
|
if (d != null) {
|
|
609
|
-
this.c9.mw(this.
|
|
609
|
+
this.c9.mw(this.ws);
|
|
610
610
|
}
|
|
611
|
-
this.
|
|
612
|
-
this.
|
|
613
|
-
this.
|
|
614
|
-
this.ke = this.
|
|
611
|
+
this.ws.q8(this.wl);
|
|
612
|
+
this.ws.index = this.index;
|
|
613
|
+
this.pw(this.ws);
|
|
614
|
+
this.ke = this.ws.ke;
|
|
615
615
|
let e = typeCast(SeriesViewer.$, c);
|
|
616
616
|
if (e != null) {
|
|
617
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
617
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
|
|
618
618
|
}
|
|
619
619
|
if (this.c9 != null) {
|
|
620
620
|
let f = this.c9;
|
|
621
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
621
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
|
|
622
622
|
}
|
|
623
|
-
this.
|
|
623
|
+
this.ww();
|
|
624
624
|
break;
|
|
625
625
|
case "SyncLink":
|
|
626
|
-
this.
|
|
626
|
+
this.ws.c1 = this.c1;
|
|
627
627
|
break;
|
|
628
628
|
case "VisibleFromScale":
|
|
629
|
-
this.
|
|
629
|
+
this.ww();
|
|
630
630
|
break;
|
|
631
631
|
case "Index":
|
|
632
|
-
this.
|
|
632
|
+
this.ws.index = this.index;
|
|
633
633
|
break;
|
|
634
634
|
case "ItemsSource":
|
|
635
|
-
this.
|
|
635
|
+
this.wt.b6();
|
|
636
636
|
break;
|
|
637
637
|
case "Resolution":
|
|
638
|
-
this.
|
|
638
|
+
this.wt.cd();
|
|
639
639
|
break;
|
|
640
640
|
case "TransitionDuration":
|
|
641
|
-
this.
|
|
641
|
+
this.wt.cg();
|
|
642
642
|
break;
|
|
643
643
|
case "Opacity":
|
|
644
|
-
this.
|
|
644
|
+
this.wt.ca();
|
|
645
645
|
break;
|
|
646
646
|
case "Visibility":
|
|
647
|
-
let hs_ = this.
|
|
647
|
+
let hs_ = this.ws;
|
|
648
648
|
let v_ = this._visibility;
|
|
649
649
|
hs_.visibility = v_;
|
|
650
650
|
break;
|
|
651
651
|
case "MouseOverEnabled":
|
|
652
|
-
this.
|
|
652
|
+
this.ws.f6 = this.f6;
|
|
653
653
|
break;
|
|
654
654
|
case "ExpectFunctions":
|
|
655
|
-
this.
|
|
655
|
+
this.ws.expectFunctions = this.expectFunctions;
|
|
656
656
|
break;
|
|
657
657
|
case "Thickness":
|
|
658
|
-
this.
|
|
658
|
+
this.wt.cf();
|
|
659
659
|
break;
|
|
660
660
|
case "Brush":
|
|
661
|
-
this.
|
|
661
|
+
this.wt.b4();
|
|
662
662
|
break;
|
|
663
663
|
case "Outline":
|
|
664
|
-
this.
|
|
664
|
+
this.wt.cc();
|
|
665
665
|
break;
|
|
666
666
|
case "ActualBrush":
|
|
667
|
-
this.
|
|
667
|
+
this.wt.b1();
|
|
668
668
|
break;
|
|
669
669
|
case "ActualOutline":
|
|
670
|
-
this.
|
|
670
|
+
this.wt.b2();
|
|
671
671
|
break;
|
|
672
672
|
case "MarkerFillOpacity":
|
|
673
673
|
if (!isNaN_(this.je)) {
|
|
674
|
-
this.
|
|
674
|
+
this.wt.b9();
|
|
675
675
|
}
|
|
676
676
|
break;
|
|
677
677
|
case "AreaFillOpacity":
|
|
678
678
|
if (!isNaN_(this.ii)) {
|
|
679
|
-
this.
|
|
679
|
+
this.wt.b3();
|
|
680
680
|
}
|
|
681
681
|
break;
|
|
682
682
|
case "OutlineMode":
|
|
683
|
-
this.
|
|
683
|
+
this.wt.cb();
|
|
684
684
|
break;
|
|
685
685
|
case "ShowDefaultTooltip":
|
|
686
|
-
this.
|
|
686
|
+
this.wt.ce();
|
|
687
687
|
break;
|
|
688
688
|
case "Title":
|
|
689
|
-
this.
|
|
689
|
+
this.ws.title = this.title;
|
|
690
690
|
break;
|
|
691
691
|
case "LegendItemBadgeMode":
|
|
692
|
-
this.
|
|
692
|
+
this.wt.b7();
|
|
693
693
|
break;
|
|
694
694
|
case "LegendItemBadgeShape":
|
|
695
|
-
this.
|
|
695
|
+
this.wt.b8();
|
|
696
696
|
break;
|
|
697
697
|
case "Legend":
|
|
698
|
-
this.
|
|
698
|
+
this.ws.legend = this.legend;
|
|
699
699
|
this.ct.av();
|
|
700
700
|
break;
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
|
-
|
|
704
|
-
if (this.c9 == null || this.
|
|
703
|
+
ww() {
|
|
704
|
+
if (this.c9 == null || this.ws == null) {
|
|
705
705
|
return;
|
|
706
706
|
}
|
|
707
|
-
if (!isNaN_(this.
|
|
708
|
-
if (this.c9.vl.width > this.
|
|
709
|
-
let hs_ = this.
|
|
707
|
+
if (!isNaN_(this.wu)) {
|
|
708
|
+
if (this.c9.vl.width > this.wu) {
|
|
709
|
+
let hs_ = this.ws;
|
|
710
710
|
let v_ = 1;
|
|
711
711
|
hs_.visibility = v_;
|
|
712
712
|
}
|
|
713
713
|
else {
|
|
714
|
-
let hs2_ = this.
|
|
714
|
+
let hs2_ = this.ws;
|
|
715
715
|
let v2_ = 0;
|
|
716
716
|
hs2_.visibility = v2_;
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
|
-
|
|
721
|
-
this.
|
|
720
|
+
wy(a, b) {
|
|
721
|
+
this.ww();
|
|
722
722
|
}
|
|
723
|
-
|
|
724
|
-
super.
|
|
725
|
-
if (this.
|
|
726
|
-
this.
|
|
723
|
+
rn(a) {
|
|
724
|
+
super.rn(a);
|
|
725
|
+
if (this.ws != null) {
|
|
726
|
+
this.ws.rn(a);
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
|
-
|
|
730
|
-
if (this.
|
|
731
|
-
this.
|
|
729
|
+
rm(a, b, c, d, e) {
|
|
730
|
+
if (this.ws != null) {
|
|
731
|
+
this.ws.rm(a, b, c, d, e);
|
|
732
732
|
}
|
|
733
733
|
}
|
|
734
734
|
a1(a, b) {
|
|
735
|
-
return this.
|
|
735
|
+
return this.ws.a1(a, b);
|
|
736
736
|
}
|
|
737
|
-
|
|
738
|
-
super.
|
|
739
|
-
this.
|
|
737
|
+
r6() {
|
|
738
|
+
super.r6();
|
|
739
|
+
this.ws.r6();
|
|
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.
|
|
746
|
+
this.ws.coercionMethods = a;
|
|
747
747
|
}
|
|
748
|
-
|
|
749
|
-
super.
|
|
750
|
-
if (this.
|
|
751
|
-
let b = this.
|
|
752
|
-
this.
|
|
748
|
+
pv(a) {
|
|
749
|
+
super.pv(a);
|
|
750
|
+
if (this.ws != null) {
|
|
751
|
+
let b = this.ws.kk();
|
|
752
|
+
this.o6(a, b);
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
756
|
GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
757
|
-
GeographicMapSeriesHost.
|
|
757
|
+
GeographicMapSeriesHost.wz = /*@__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
|
}));
|
|
@@ -775,66 +775,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
775
775
|
}
|
|
776
776
|
b5() {
|
|
777
777
|
this.b0.legendItemVisibility = 1;
|
|
778
|
-
this.b0.
|
|
779
|
-
this.b0.
|
|
780
|
-
this.b0.
|
|
781
|
-
this.b0.
|
|
782
|
-
this.b0.
|
|
783
|
-
this.b0.
|
|
784
|
-
this.b0.
|
|
785
|
-
this.b0.
|
|
786
|
-
this.b0.
|
|
787
|
-
this.b0.
|
|
788
|
-
this.b0.
|
|
789
|
-
this.b0.
|
|
790
|
-
this.b0.
|
|
791
|
-
this.b0.
|
|
792
|
-
this.b0.
|
|
778
|
+
this.b0.ws.legendItemVisibility = 0;
|
|
779
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
780
|
+
this.b0.ws.index = this.b0.index;
|
|
781
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
782
|
+
this.b0.ws.vp = this.b0.u9;
|
|
783
|
+
this.b0.ws.cg = this.b0.cg;
|
|
784
|
+
this.b0.ws.jh = this.b0.jh;
|
|
785
|
+
this.b0.ws.kb = this.b0.kb;
|
|
786
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
787
|
+
this.b0.ws.jn = this.b0.jn;
|
|
788
|
+
this.b0.ws.ii = this.b0.ii;
|
|
789
|
+
this.b0.ws.je = this.b0.je;
|
|
790
|
+
this.b0.ws.gn = this.b0.gn;
|
|
791
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
792
|
+
this.b0.ws.bc = this.b0.bc;
|
|
793
793
|
}
|
|
794
794
|
b6() {
|
|
795
|
-
this.b0.
|
|
795
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
796
796
|
}
|
|
797
797
|
cd() {
|
|
798
|
-
this.b0.
|
|
798
|
+
this.b0.ws.jh = this.b0.jh;
|
|
799
799
|
}
|
|
800
800
|
cg() {
|
|
801
|
-
this.b0.
|
|
801
|
+
this.b0.ws.kb = this.b0.kb;
|
|
802
802
|
}
|
|
803
803
|
ca() {
|
|
804
|
-
this.b0.
|
|
804
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
805
805
|
}
|
|
806
806
|
cf() {
|
|
807
|
-
this.b0.
|
|
807
|
+
this.b0.ws.jn = this.b0.jn;
|
|
808
808
|
}
|
|
809
809
|
b4() {
|
|
810
|
-
this.b0.
|
|
810
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
811
811
|
}
|
|
812
812
|
cc() {
|
|
813
|
-
this.b0.
|
|
813
|
+
this.b0.ws.vp = this.b0.vp;
|
|
814
814
|
}
|
|
815
815
|
b1() {
|
|
816
|
-
this.b0.
|
|
816
|
+
this.b0.ws.u9 = this.b0.u3;
|
|
817
817
|
}
|
|
818
818
|
b2() {
|
|
819
|
-
this.b0.
|
|
819
|
+
this.b0.ws.vp = this.b0.u7;
|
|
820
820
|
}
|
|
821
821
|
b7() {
|
|
822
|
-
this.b0.
|
|
822
|
+
this.b0.ws.bc = this.b0.bc;
|
|
823
823
|
}
|
|
824
824
|
b8() {
|
|
825
|
-
this.b0.
|
|
825
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
826
826
|
}
|
|
827
827
|
b3() {
|
|
828
|
-
this.b0.
|
|
828
|
+
this.b0.ws.ii = this.b0.ii;
|
|
829
829
|
}
|
|
830
830
|
b9() {
|
|
831
|
-
this.b0.
|
|
831
|
+
this.b0.ws.je = this.b0.je;
|
|
832
832
|
}
|
|
833
833
|
cb() {
|
|
834
|
-
this.b0.
|
|
834
|
+
this.b0.ws.cg = this.b0.cg;
|
|
835
835
|
}
|
|
836
836
|
ce() {
|
|
837
|
-
this.b0.
|
|
837
|
+
this.b0.ws.gn = this.b0.gn;
|
|
838
838
|
}
|
|
839
839
|
}
|
|
840
840
|
HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -1138,7 +1138,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1138
1138
|
xk() {
|
|
1139
1139
|
this.wk.ee();
|
|
1140
1140
|
for (let a of fromEnum(this.series)) {
|
|
1141
|
-
a.
|
|
1141
|
+
a.r6();
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
1144
|
xn() {
|
|
@@ -1534,7 +1534,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1534
1534
|
break;
|
|
1535
1535
|
case "ActualWorldRect":
|
|
1536
1536
|
for (let g of fromEnum(this.series)) {
|
|
1537
|
-
g.
|
|
1537
|
+
g.rn(false);
|
|
1538
1538
|
}
|
|
1539
1539
|
break;
|
|
1540
1540
|
case XamGeographicMap.$$p[5]:
|
|
@@ -1565,7 +1565,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1565
1565
|
break;
|
|
1566
1566
|
case "MarkerAutomaticBehavior":
|
|
1567
1567
|
for (let i of fromEnum(this.series)) {
|
|
1568
|
-
i.
|
|
1568
|
+
i.qc();
|
|
1569
1569
|
}
|
|
1570
1570
|
break;
|
|
1571
1571
|
}
|
|
@@ -1607,7 +1607,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1607
1607
|
let c = b;
|
|
1608
1608
|
let d = a;
|
|
1609
1609
|
d.itemsSource = c.triangulationSource.points;
|
|
1610
|
-
d.
|
|
1610
|
+
d.w1 = c.triangulationSource.triangles;
|
|
1611
1611
|
}
|
|
1612
1612
|
else {
|
|
1613
1613
|
super.qz(a, b);
|
|
@@ -1916,41 +1916,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1916
1916
|
}
|
|
1917
1917
|
b5() {
|
|
1918
1918
|
super.b5();
|
|
1919
|
-
let a = this.ch.
|
|
1920
|
-
a.
|
|
1921
|
-
a.
|
|
1922
|
-
a.trianglesSource = this.ch.
|
|
1923
|
-
a.
|
|
1924
|
-
a.
|
|
1925
|
-
a.
|
|
1919
|
+
let a = this.ch.ws;
|
|
1920
|
+
a.xs = this.ch.w4;
|
|
1921
|
+
a.x0 = this.ch.w2;
|
|
1922
|
+
a.trianglesSource = this.ch.w1;
|
|
1923
|
+
a.xg = this.ch.w7;
|
|
1924
|
+
a.xi = this.ch.w9;
|
|
1925
|
+
a.xk = this.ch.xb;
|
|
1926
1926
|
}
|
|
1927
1927
|
ck() {
|
|
1928
|
-
let a = this.ch.
|
|
1928
|
+
let a = this.ch.ws;
|
|
1929
1929
|
if (this.ch.c9 == null) {
|
|
1930
|
-
a.wp = null;
|
|
1931
1930
|
a.wq = null;
|
|
1931
|
+
a.wr = null;
|
|
1932
1932
|
return;
|
|
1933
1933
|
}
|
|
1934
|
-
a.
|
|
1935
|
-
a.
|
|
1934
|
+
a.wq = this.ch.c9.v8;
|
|
1935
|
+
a.wr = this.ch.c9.wa;
|
|
1936
1936
|
}
|
|
1937
1937
|
cj() {
|
|
1938
|
-
this.ch.
|
|
1938
|
+
this.ch.ws.xs = this.ch.w4;
|
|
1939
1939
|
}
|
|
1940
1940
|
ci() {
|
|
1941
|
-
this.ch.
|
|
1941
|
+
this.ch.ws.x0 = this.ch.w2;
|
|
1942
1942
|
}
|
|
1943
1943
|
cl() {
|
|
1944
|
-
this.ch.
|
|
1944
|
+
this.ch.ws.trianglesSource = this.ch.w1;
|
|
1945
1945
|
}
|
|
1946
1946
|
cm() {
|
|
1947
|
-
this.ch.
|
|
1947
|
+
this.ch.ws.xg = this.ch.w7;
|
|
1948
1948
|
}
|
|
1949
1949
|
cn() {
|
|
1950
|
-
this.ch.
|
|
1950
|
+
this.ch.ws.xi = this.ch.w9;
|
|
1951
1951
|
}
|
|
1952
1952
|
co() {
|
|
1953
|
-
this.ch.
|
|
1953
|
+
this.ch.ws.xk = this.ch.xb;
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
1956
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1973,19 +1973,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1973
1973
|
}
|
|
1974
1974
|
b5() {
|
|
1975
1975
|
super.b5();
|
|
1976
|
-
if (this.cp.
|
|
1977
|
-
this.cp.
|
|
1978
|
-
this.cp.
|
|
1976
|
+
if (this.cp.xm != null) {
|
|
1977
|
+
this.cp.xm.yz = this.cp.xq;
|
|
1978
|
+
this.cp.xm.yn = this.cp.xl;
|
|
1979
1979
|
}
|
|
1980
1980
|
}
|
|
1981
1981
|
cq() {
|
|
1982
|
-
if (this.cp.
|
|
1983
|
-
this.cp.
|
|
1982
|
+
if (this.cp.xm != null) {
|
|
1983
|
+
this.cp.xm.yz = this.cp.xq;
|
|
1984
1984
|
}
|
|
1985
1985
|
}
|
|
1986
1986
|
cr() {
|
|
1987
|
-
if (this.cp.
|
|
1988
|
-
this.cp.
|
|
1987
|
+
if (this.cp.xm != null) {
|
|
1988
|
+
this.cp.xm.yn = this.cp.xl;
|
|
1989
1989
|
}
|
|
1990
1990
|
}
|
|
1991
1991
|
}
|
|
@@ -2183,39 +2183,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
2183
2183
|
cq() {
|
|
2184
2184
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2185
2185
|
}
|
|
2186
|
-
|
|
2187
|
-
super.
|
|
2188
|
-
this.
|
|
2186
|
+
qx(a) {
|
|
2187
|
+
super.qx(a);
|
|
2188
|
+
this.w0 = a;
|
|
2189
2189
|
}
|
|
2190
|
-
|
|
2191
|
-
super.
|
|
2190
|
+
q5(a, b, c, d) {
|
|
2191
|
+
super.q5(a, b, c, d);
|
|
2192
2192
|
switch (b) {
|
|
2193
2193
|
case "SeriesViewer":
|
|
2194
|
-
this.
|
|
2194
|
+
this.w0.ck();
|
|
2195
2195
|
break;
|
|
2196
2196
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2197
|
-
this.
|
|
2197
|
+
this.w0.cj();
|
|
2198
2198
|
break;
|
|
2199
2199
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2200
|
-
this.
|
|
2200
|
+
this.w0.ci();
|
|
2201
2201
|
break;
|
|
2202
2202
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2203
|
-
this.
|
|
2203
|
+
this.w0.cl();
|
|
2204
2204
|
break;
|
|
2205
2205
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2206
|
-
this.
|
|
2206
|
+
this.w0.cm();
|
|
2207
2207
|
break;
|
|
2208
2208
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2209
|
-
this.
|
|
2209
|
+
this.w0.cn();
|
|
2210
2210
|
break;
|
|
2211
2211
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2212
|
-
this.
|
|
2212
|
+
this.w0.co();
|
|
2213
2213
|
break;
|
|
2214
2214
|
}
|
|
2215
2215
|
}
|
|
2216
2216
|
}
|
|
2217
2217
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2218
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2218
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w2:xd', [2, "pointY"], 'LongitudeMemberPath:w4:xe', [2, "pointX"], 'TriangleVertexMemberPath1:w7:xg', [2, "v1"], 'TriangleVertexMemberPath2:w9:xh', [2, "v2"], 'TriangleVertexMemberPath3:xb:xi', [2, "v3"], 'TrianglesSource:w1:xf', [IEnumerable_$type, null]]);
|
|
2219
2219
|
return GeographicXYTriangulatingSeries;
|
|
2220
2220
|
})();
|
|
2221
2221
|
/**
|
|
@@ -2231,53 +2231,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2231
2231
|
}
|
|
2232
2232
|
constructor() {
|
|
2233
2233
|
super();
|
|
2234
|
-
this.
|
|
2234
|
+
this.xj = null;
|
|
2235
2235
|
this.triangulationStatusChanged = null;
|
|
2236
2236
|
this.ab = GeographicScatterAreaSeries.$;
|
|
2237
2237
|
}
|
|
2238
|
-
get
|
|
2239
|
-
return this.
|
|
2238
|
+
get xl() {
|
|
2239
|
+
return this.xj;
|
|
2240
2240
|
}
|
|
2241
|
-
set
|
|
2242
|
-
let b = this.
|
|
2241
|
+
set xl(a) {
|
|
2242
|
+
let b = this.xj != a;
|
|
2243
2243
|
if (b) {
|
|
2244
|
-
let c = this.
|
|
2245
|
-
if (this.
|
|
2246
|
-
let d = this.
|
|
2247
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2244
|
+
let c = this.xj;
|
|
2245
|
+
if (this.xj != null) {
|
|
2246
|
+
let d = this.xj;
|
|
2247
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xt));
|
|
2248
2248
|
}
|
|
2249
|
-
this.
|
|
2250
|
-
if (this.
|
|
2251
|
-
let e = this.
|
|
2252
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2249
|
+
this.xj = a;
|
|
2250
|
+
if (this.xj != null) {
|
|
2251
|
+
let e = this.xj;
|
|
2252
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xt));
|
|
2253
2253
|
}
|
|
2254
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2255
|
-
if (this.
|
|
2256
|
-
this.
|
|
2254
|
+
this.raisePropertyChanged("ColorScale", c, this.xj);
|
|
2255
|
+
if (this.xm != null) {
|
|
2256
|
+
this.xm.yn = a;
|
|
2257
2257
|
}
|
|
2258
2258
|
}
|
|
2259
2259
|
}
|
|
2260
|
-
|
|
2261
|
-
this.
|
|
2262
|
-
this.
|
|
2263
|
-
this.
|
|
2260
|
+
xt(a, b) {
|
|
2261
|
+
this.xo.cr();
|
|
2262
|
+
this.xv();
|
|
2263
|
+
this.rn(false);
|
|
2264
2264
|
}
|
|
2265
|
-
|
|
2266
|
-
if (this.
|
|
2267
|
-
this.
|
|
2265
|
+
xv() {
|
|
2266
|
+
if (this.xm != null) {
|
|
2267
|
+
this.xk = this.xm.ym;
|
|
2268
2268
|
}
|
|
2269
2269
|
}
|
|
2270
|
-
|
|
2271
|
-
super.
|
|
2272
|
-
this.
|
|
2270
|
+
sb() {
|
|
2271
|
+
super.sb();
|
|
2272
|
+
this.xv();
|
|
2273
2273
|
}
|
|
2274
|
-
|
|
2275
|
-
this.
|
|
2276
|
-
let a = this.
|
|
2277
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2278
|
-
return this.
|
|
2274
|
+
wr() {
|
|
2275
|
+
this.xm = new ScatterAreaSeries();
|
|
2276
|
+
let a = this.xm;
|
|
2277
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xu));
|
|
2278
|
+
return this.xm;
|
|
2279
2279
|
}
|
|
2280
|
-
|
|
2280
|
+
xu(a, b) {
|
|
2281
2281
|
if (this.triangulationStatusChanged != null) {
|
|
2282
2282
|
this.triangulationStatusChanged(this, b);
|
|
2283
2283
|
}
|
|
@@ -2285,19 +2285,19 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2285
2285
|
cq() {
|
|
2286
2286
|
return new GeographicScatterAreaSeriesView(this);
|
|
2287
2287
|
}
|
|
2288
|
-
|
|
2289
|
-
super.
|
|
2290
|
-
this.
|
|
2288
|
+
qx(a) {
|
|
2289
|
+
super.qx(a);
|
|
2290
|
+
this.xo = a;
|
|
2291
2291
|
}
|
|
2292
|
-
|
|
2293
|
-
super.
|
|
2292
|
+
q5(a, b, c, d) {
|
|
2293
|
+
super.q5(a, b, c, d);
|
|
2294
2294
|
switch (b) {
|
|
2295
2295
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2296
|
-
this.
|
|
2296
|
+
this.xo.cq();
|
|
2297
2297
|
break;
|
|
2298
2298
|
case "ColorScale":
|
|
2299
|
-
this.
|
|
2300
|
-
this.
|
|
2299
|
+
this.xo.cr();
|
|
2300
|
+
this.xv();
|
|
2301
2301
|
break;
|
|
2302
2302
|
}
|
|
2303
2303
|
}
|
|
@@ -2309,7 +2309,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2309
2309
|
}
|
|
2310
2310
|
}
|
|
2311
2311
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2312
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2312
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xk:xw', [ColorScale.$, null], 'ColorMemberPath:xq:xx', [2, "value"]]);
|
|
2313
2313
|
return GeographicScatterAreaSeries;
|
|
2314
2314
|
})();
|
|
2315
2315
|
|
|
@@ -4395,11 +4395,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4395
4395
|
* 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%.
|
|
4396
4396
|
*/
|
|
4397
4397
|
get visibleFromScale() {
|
|
4398
|
-
return this.i.
|
|
4398
|
+
return this.i.wu;
|
|
4399
4399
|
}
|
|
4400
4400
|
set visibleFromScale(v) {
|
|
4401
|
-
this.i.
|
|
4402
|
-
this._a("visibleFromScale", this.i.
|
|
4401
|
+
this.i.wu = +v;
|
|
4402
|
+
this._a("visibleFromScale", this.i.wu);
|
|
4403
4403
|
}
|
|
4404
4404
|
/**
|
|
4405
4405
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -4417,7 +4417,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4417
4417
|
|
|
4418
4418
|
*/
|
|
4419
4419
|
notifyIndexedPropertiesChanged() {
|
|
4420
|
-
this.i.
|
|
4420
|
+
this.i.qc();
|
|
4421
4421
|
}
|
|
4422
4422
|
getItemValue(item, memberPathName) {
|
|
4423
4423
|
let iv = this.i.ko(item, memberPathName);
|
|
@@ -4429,7 +4429,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4429
4429
|
* @param memberPathName * The property name of a valid member path for the series
|
|
4430
4430
|
*/
|
|
4431
4431
|
getMemberPathValue(memberPathName) {
|
|
4432
|
-
let iv = this.i.
|
|
4432
|
+
let iv = this.i.mb(memberPathName);
|
|
4433
4433
|
return (iv);
|
|
4434
4434
|
}
|
|
4435
4435
|
/**
|
|
@@ -4454,7 +4454,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4454
4454
|
return (iv);
|
|
4455
4455
|
}
|
|
4456
4456
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4457
|
-
let iv = this.i.
|
|
4457
|
+
let iv = this.i.v6(toPoint(world), useInterpolation, skipUnknowns);
|
|
4458
4458
|
return fromPoint(iv);
|
|
4459
4459
|
}
|
|
4460
4460
|
/**
|
|
@@ -4463,7 +4463,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4463
4463
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4464
4464
|
*/
|
|
4465
4465
|
getSeriesValueBoundingBox(world) {
|
|
4466
|
-
let iv = this.i.
|
|
4466
|
+
let iv = this.i.wh(toPoint(world));
|
|
4467
4467
|
return fromRect(iv);
|
|
4468
4468
|
}
|
|
4469
4469
|
/**
|
|
@@ -4472,7 +4472,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4472
4472
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4473
4473
|
*/
|
|
4474
4474
|
getSeriesValueMarkerBoundingBox(world) {
|
|
4475
|
-
let iv = this.i.
|
|
4475
|
+
let iv = this.i.wj(toPoint(world));
|
|
4476
4476
|
return fromRect(iv);
|
|
4477
4477
|
}
|
|
4478
4478
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -4480,7 +4480,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4480
4480
|
return (iv);
|
|
4481
4481
|
}
|
|
4482
4482
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4483
|
-
let iv = this.i.
|
|
4483
|
+
let iv = this.i.v2(toPoint(world), useInterpolation, skipUnknowns);
|
|
4484
4484
|
return fromPoint(iv);
|
|
4485
4485
|
}
|
|
4486
4486
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -4488,11 +4488,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4488
4488
|
return (iv);
|
|
4489
4489
|
}
|
|
4490
4490
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4491
|
-
let iv = this.i.
|
|
4491
|
+
let iv = this.i.v4(toPoint(world), useInterpolation, skipUnknowns);
|
|
4492
4492
|
return fromPoint(iv);
|
|
4493
4493
|
}
|
|
4494
4494
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4495
|
-
let iv = this.i.
|
|
4495
|
+
let iv = this.i.v7(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4496
4496
|
return fromPoint(iv);
|
|
4497
4497
|
}
|
|
4498
4498
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
@@ -4513,14 +4513,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4513
4513
|
* @param animate * True if the change should be animated.
|
|
4514
4514
|
*/
|
|
4515
4515
|
renderSeries(animate) {
|
|
4516
|
-
this.i.
|
|
4516
|
+
this.i.rn(animate);
|
|
4517
4517
|
}
|
|
4518
4518
|
/**
|
|
4519
4519
|
* Called when this series' Style is updated.
|
|
4520
4520
|
|
|
4521
4521
|
*/
|
|
4522
4522
|
styleUpdated() {
|
|
4523
|
-
this.i.
|
|
4523
|
+
this.i.r6();
|
|
4524
4524
|
}
|
|
4525
4525
|
}
|
|
4526
4526
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -4641,66 +4641,66 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4641
4641
|
* 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.
|
|
4642
4642
|
*/
|
|
4643
4643
|
get shapeMemberPath() {
|
|
4644
|
-
return this.i.
|
|
4644
|
+
return this.i.xl;
|
|
4645
4645
|
}
|
|
4646
4646
|
set shapeMemberPath(v) {
|
|
4647
|
-
this.i.
|
|
4647
|
+
this.i.xl = v;
|
|
4648
4648
|
}
|
|
4649
4649
|
/**
|
|
4650
4650
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
4651
4651
|
*/
|
|
4652
4652
|
get isCustomShapeStyleAllowed() {
|
|
4653
|
-
return this.i.
|
|
4653
|
+
return this.i.xa;
|
|
4654
4654
|
}
|
|
4655
4655
|
set isCustomShapeStyleAllowed(v) {
|
|
4656
|
-
this.i.
|
|
4657
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
4656
|
+
this.i.xa = ensureBool(v);
|
|
4657
|
+
this._a("isCustomShapeStyleAllowed", this.i.xa);
|
|
4658
4658
|
}
|
|
4659
4659
|
/**
|
|
4660
4660
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
4661
4661
|
*/
|
|
4662
4662
|
get isCustomShapeMarkerStyleAllowed() {
|
|
4663
|
-
return this.i.
|
|
4663
|
+
return this.i.w9;
|
|
4664
4664
|
}
|
|
4665
4665
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
4666
|
-
this.i.
|
|
4667
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
4666
|
+
this.i.w9 = ensureBool(v);
|
|
4667
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.w9);
|
|
4668
4668
|
}
|
|
4669
4669
|
/**
|
|
4670
4670
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
4671
4671
|
*/
|
|
4672
4672
|
get itemSearchMode() {
|
|
4673
|
-
return this.i.
|
|
4673
|
+
return this.i.w2;
|
|
4674
4674
|
}
|
|
4675
4675
|
set itemSearchMode(v) {
|
|
4676
|
-
this.i.
|
|
4677
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
4676
|
+
this.i.w2 = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
4677
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w2));
|
|
4678
4678
|
}
|
|
4679
4679
|
/**
|
|
4680
4680
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
4681
4681
|
*/
|
|
4682
4682
|
get itemSearchThreshold() {
|
|
4683
|
-
return this.i.
|
|
4683
|
+
return this.i.xd;
|
|
4684
4684
|
}
|
|
4685
4685
|
set itemSearchThreshold(v) {
|
|
4686
|
-
this.i.
|
|
4687
|
-
this._a("itemSearchThreshold", this.i.
|
|
4686
|
+
this.i.xd = +v;
|
|
4687
|
+
this._a("itemSearchThreshold", this.i.xd);
|
|
4688
4688
|
}
|
|
4689
4689
|
/**
|
|
4690
4690
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
4691
4691
|
*/
|
|
4692
4692
|
get itemSearchPointsThreshold() {
|
|
4693
|
-
return this.i.
|
|
4693
|
+
return this.i.xc;
|
|
4694
4694
|
}
|
|
4695
4695
|
set itemSearchPointsThreshold(v) {
|
|
4696
|
-
this.i.
|
|
4697
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
4696
|
+
this.i.xc = +v;
|
|
4697
|
+
this._a("itemSearchPointsThreshold", this.i.xc);
|
|
4698
4698
|
}
|
|
4699
4699
|
/**
|
|
4700
4700
|
* Set a shapefile datasource to use with the series.
|
|
4701
4701
|
*/
|
|
4702
4702
|
get shapefileDataSource() {
|
|
4703
|
-
const r = this.i.
|
|
4703
|
+
const r = this.i.w5;
|
|
4704
4704
|
if (r == null) {
|
|
4705
4705
|
return null;
|
|
4706
4706
|
}
|
|
@@ -4719,18 +4719,18 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4719
4719
|
return r.externalObject;
|
|
4720
4720
|
}
|
|
4721
4721
|
set shapefileDataSource(v) {
|
|
4722
|
-
v == null ? this.i.
|
|
4722
|
+
v == null ? this.i.w5 = null : this.i.w5 = v.i;
|
|
4723
4723
|
}
|
|
4724
4724
|
/**
|
|
4725
4725
|
* 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.
|
|
4726
4726
|
* 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.
|
|
4727
4727
|
*/
|
|
4728
4728
|
get shapeFilterResolution() {
|
|
4729
|
-
return this.i.
|
|
4729
|
+
return this.i.xb;
|
|
4730
4730
|
}
|
|
4731
4731
|
set shapeFilterResolution(v) {
|
|
4732
|
-
this.i.
|
|
4733
|
-
this._a("shapeFilterResolution", this.i.
|
|
4732
|
+
this.i.xb = +v;
|
|
4733
|
+
this._a("shapeFilterResolution", this.i.xb);
|
|
4734
4734
|
}
|
|
4735
4735
|
findByName(name) {
|
|
4736
4736
|
var baseResult = super.findByName(name);
|
|
@@ -4812,19 +4812,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4812
4812
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
4813
4813
|
constructor() {
|
|
4814
4814
|
super(...arguments);
|
|
4815
|
+
this.w8 = false;
|
|
4815
4816
|
this.w7 = false;
|
|
4816
|
-
this.w6 = false;
|
|
4817
4817
|
this.assigningShapeStyle = null;
|
|
4818
4818
|
this.assigningShapeMarkerStyle = null;
|
|
4819
|
-
this.
|
|
4820
|
-
this.
|
|
4819
|
+
this.w4 = null;
|
|
4820
|
+
this.w6 = false;
|
|
4821
4821
|
}
|
|
4822
4822
|
cq() {
|
|
4823
4823
|
return new GeographicShapeSeriesBaseView(this);
|
|
4824
4824
|
}
|
|
4825
|
-
|
|
4826
|
-
super.
|
|
4827
|
-
this.
|
|
4825
|
+
qx(a) {
|
|
4826
|
+
super.qx(a);
|
|
4827
|
+
this.w3 = a;
|
|
4828
4828
|
}
|
|
4829
4829
|
get_fc() {
|
|
4830
4830
|
return true;
|
|
@@ -4832,96 +4832,96 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4832
4832
|
get_eb() {
|
|
4833
4833
|
return true;
|
|
4834
4834
|
}
|
|
4835
|
-
|
|
4836
|
-
super.
|
|
4835
|
+
q5(a, b, c, d) {
|
|
4836
|
+
super.q5(a, b, c, d);
|
|
4837
4837
|
switch (b) {
|
|
4838
4838
|
case "SeriesViewer":
|
|
4839
|
-
this.
|
|
4839
|
+
this.w3.ci();
|
|
4840
4840
|
break;
|
|
4841
4841
|
case "ShapeMemberPath":
|
|
4842
|
-
this.
|
|
4842
|
+
this.w3.ck();
|
|
4843
4843
|
break;
|
|
4844
4844
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
4845
|
-
this.
|
|
4845
|
+
this.w3.cj();
|
|
4846
4846
|
break;
|
|
4847
4847
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
4848
|
-
this.
|
|
4849
|
-
this.
|
|
4850
|
-
if (this.
|
|
4851
|
-
let e = this.
|
|
4852
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
4848
|
+
this.ws.xr = this.xa;
|
|
4849
|
+
this.w8 = this.xa;
|
|
4850
|
+
if (this.xa) {
|
|
4851
|
+
let e = this.ws;
|
|
4852
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.xo));
|
|
4853
4853
|
}
|
|
4854
4854
|
else {
|
|
4855
|
-
let f = this.
|
|
4856
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
4855
|
+
let f = this.ws;
|
|
4856
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.xo));
|
|
4857
4857
|
}
|
|
4858
4858
|
break;
|
|
4859
4859
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
4860
|
-
this.
|
|
4861
|
-
this.
|
|
4862
|
-
if (this.
|
|
4863
|
-
let g = this.
|
|
4864
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
4860
|
+
this.ws.xq = this.w9;
|
|
4861
|
+
this.w7 = this.w9;
|
|
4862
|
+
if (this.xa) {
|
|
4863
|
+
let g = this.ws;
|
|
4864
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xn));
|
|
4865
4865
|
}
|
|
4866
4866
|
else {
|
|
4867
|
-
let h = this.
|
|
4868
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
4867
|
+
let h = this.ws;
|
|
4868
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xn));
|
|
4869
4869
|
}
|
|
4870
4870
|
break;
|
|
4871
4871
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
4872
|
-
this.
|
|
4872
|
+
this.ws.w8 = this.w2;
|
|
4873
4873
|
break;
|
|
4874
4874
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
4875
|
-
this.
|
|
4875
|
+
this.ws.x8 = this.xc;
|
|
4876
4876
|
break;
|
|
4877
4877
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
4878
|
-
this.
|
|
4878
|
+
this.ws.x9 = this.xd;
|
|
4879
4879
|
break;
|
|
4880
4880
|
case "ShapefileDataSource":
|
|
4881
4881
|
if (c != null) {
|
|
4882
4882
|
let i = c;
|
|
4883
|
-
if (this.
|
|
4884
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
4883
|
+
if (this.w6) {
|
|
4884
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.xp));
|
|
4885
4885
|
}
|
|
4886
4886
|
}
|
|
4887
4887
|
if (d != null) {
|
|
4888
4888
|
let j = d;
|
|
4889
4889
|
if (j.count > 0) {
|
|
4890
|
-
this.
|
|
4890
|
+
this.xq();
|
|
4891
4891
|
break;
|
|
4892
4892
|
}
|
|
4893
|
-
this.
|
|
4894
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
4893
|
+
this.w6 = true;
|
|
4894
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.xp));
|
|
4895
4895
|
}
|
|
4896
4896
|
break;
|
|
4897
4897
|
}
|
|
4898
4898
|
}
|
|
4899
|
-
|
|
4899
|
+
xo(a, b) {
|
|
4900
4900
|
if (this.assigningShapeStyle != null) {
|
|
4901
4901
|
this.assigningShapeStyle(this, b);
|
|
4902
4902
|
}
|
|
4903
4903
|
}
|
|
4904
|
-
|
|
4904
|
+
xn(a, b) {
|
|
4905
4905
|
if (this.assigningShapeMarkerStyle != null) {
|
|
4906
4906
|
this.assigningShapeMarkerStyle(this, b);
|
|
4907
4907
|
}
|
|
4908
4908
|
}
|
|
4909
|
-
|
|
4910
|
-
this.
|
|
4909
|
+
xp(a, b) {
|
|
4910
|
+
this.xq();
|
|
4911
4911
|
}
|
|
4912
|
-
|
|
4913
|
-
let sds_ = this.
|
|
4912
|
+
xq() {
|
|
4913
|
+
let sds_ = this.w5;
|
|
4914
4914
|
let ext_ = sds_.externalObject;
|
|
4915
4915
|
this.itemsSource = (ext_.getPointData());
|
|
4916
4916
|
}
|
|
4917
|
-
get
|
|
4918
|
-
return this.
|
|
4917
|
+
get w5() {
|
|
4918
|
+
return this.w4;
|
|
4919
4919
|
}
|
|
4920
|
-
set
|
|
4921
|
-
let b = this.
|
|
4922
|
-
this.
|
|
4923
|
-
if (b != this.
|
|
4924
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
4920
|
+
set w5(a) {
|
|
4921
|
+
let b = this.w4;
|
|
4922
|
+
this.w4 = a;
|
|
4923
|
+
if (b != this.w4) {
|
|
4924
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.w4);
|
|
4925
4925
|
}
|
|
4926
4926
|
}
|
|
4927
4927
|
get_g5() {
|
|
@@ -4932,7 +4932,7 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4932
4932
|
}
|
|
4933
4933
|
}
|
|
4934
4934
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
4935
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
4935
|
+
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:w9:xr', [0, false], 'IsCustomShapeStyleAllowed:xa:xs', [0, false], 'ItemSearchMode:w2:xt', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xc:xu', [1, 10000], 'ItemSearchThreshold:xd:xv', [1, 10000], 'ShapeFilterResolution:xb:xw', [1, 2], 'ShapeMemberPath:xl:xx', [2, "points"]]);
|
|
4936
4936
|
return GeographicShapeSeriesBase;
|
|
4937
4937
|
})();
|
|
4938
4938
|
/**
|
|
@@ -4947,23 +4947,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
4947
4947
|
}
|
|
4948
4948
|
b5() {
|
|
4949
4949
|
super.b5();
|
|
4950
|
-
this.ch.
|
|
4950
|
+
this.ch.ws.yl = this.ch.xl;
|
|
4951
4951
|
}
|
|
4952
4952
|
ci() {
|
|
4953
|
-
let a = this.ch.
|
|
4953
|
+
let a = this.ch.ws;
|
|
4954
4954
|
if (this.ch.c9 == null) {
|
|
4955
|
-
a.
|
|
4956
|
-
a.
|
|
4955
|
+
a.w2 = null;
|
|
4956
|
+
a.w4 = null;
|
|
4957
4957
|
return;
|
|
4958
4958
|
}
|
|
4959
|
-
a.
|
|
4960
|
-
a.
|
|
4959
|
+
a.w2 = this.ch.c9.v8;
|
|
4960
|
+
a.w4 = this.ch.c9.wa;
|
|
4961
4961
|
}
|
|
4962
4962
|
ck() {
|
|
4963
|
-
this.ch.
|
|
4963
|
+
this.ch.ws.yl = this.ch.xl;
|
|
4964
4964
|
}
|
|
4965
4965
|
cj() {
|
|
4966
|
-
this.ch.
|
|
4966
|
+
this.ch.ws.x5 = this.ch.xb;
|
|
4967
4967
|
}
|
|
4968
4968
|
}
|
|
4969
4969
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -5000,53 +5000,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5000
5000
|
this.cl = null;
|
|
5001
5001
|
this.cl = a;
|
|
5002
5002
|
if (!this.q) {
|
|
5003
|
-
this.cl.
|
|
5003
|
+
this.cl.xl = "points";
|
|
5004
5004
|
}
|
|
5005
5005
|
}
|
|
5006
5006
|
au() {
|
|
5007
5007
|
super.au();
|
|
5008
5008
|
if (!this.q) {
|
|
5009
|
-
this.cl.
|
|
5009
|
+
this.cl.y5 = Defaults.aj;
|
|
5010
5010
|
this.cl.jn = Defaults.p;
|
|
5011
|
-
this.cl.
|
|
5012
|
-
this.cl.
|
|
5013
|
-
this.cl.
|
|
5011
|
+
this.cl.x4 = Defaults.o;
|
|
5012
|
+
this.cl.x1 = Defaults.d;
|
|
5013
|
+
this.cl.xz = Defaults.a;
|
|
5014
5014
|
}
|
|
5015
5015
|
}
|
|
5016
5016
|
b5() {
|
|
5017
5017
|
super.b5();
|
|
5018
|
-
this.cl.
|
|
5019
|
-
this.cl.
|
|
5020
|
-
this.cl.
|
|
5021
|
-
this.cl.
|
|
5022
|
-
this.cl.
|
|
5018
|
+
this.cl.ws.aa3 = this.cl.y7;
|
|
5019
|
+
this.cl.ws.zw = this.cl.x2;
|
|
5020
|
+
this.cl.ws.aai = this.cl.yn;
|
|
5021
|
+
this.cl.ws.zz = this.cl.x4;
|
|
5022
|
+
this.cl.ws.zi = this.cl.xy;
|
|
5023
5023
|
}
|
|
5024
5024
|
cq() {
|
|
5025
|
-
this.cl.
|
|
5025
|
+
this.cl.ws.aai = this.cl.yn;
|
|
5026
5026
|
}
|
|
5027
5027
|
cs() {
|
|
5028
|
-
this.cl.
|
|
5028
|
+
this.cl.ws.zz = this.cl.x4;
|
|
5029
5029
|
}
|
|
5030
5030
|
cn() {
|
|
5031
|
-
this.cl.
|
|
5031
|
+
this.cl.ws.zi = this.cl.xy;
|
|
5032
5032
|
}
|
|
5033
5033
|
cr() {
|
|
5034
|
-
this.cl.
|
|
5034
|
+
this.cl.ws.zr = this.cl.x1;
|
|
5035
5035
|
}
|
|
5036
5036
|
cm() {
|
|
5037
|
-
this.cl.
|
|
5037
|
+
this.cl.ws.aaz = this.cl.y4;
|
|
5038
5038
|
}
|
|
5039
5039
|
co() {
|
|
5040
|
-
this.cl.
|
|
5040
|
+
this.cl.ws.aa0 = this.cl.y5;
|
|
5041
5041
|
}
|
|
5042
5042
|
cp() {
|
|
5043
|
-
this.cl.
|
|
5043
|
+
this.cl.ws.aa2 = this.cl.y6;
|
|
5044
5044
|
}
|
|
5045
5045
|
ct() {
|
|
5046
|
-
this.cl.
|
|
5046
|
+
this.cl.ws.zw = this.cl.x2;
|
|
5047
5047
|
}
|
|
5048
5048
|
cu() {
|
|
5049
|
-
this.cl.
|
|
5049
|
+
this.cl.ws.aa3 = this.cl.y7;
|
|
5050
5050
|
}
|
|
5051
5051
|
}
|
|
5052
5052
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5071,81 +5071,81 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5071
5071
|
cq() {
|
|
5072
5072
|
return new GeographicShapeSeriesView(this);
|
|
5073
5073
|
}
|
|
5074
|
-
|
|
5075
|
-
super.
|
|
5076
|
-
this.
|
|
5074
|
+
qx(a) {
|
|
5075
|
+
super.qx(a);
|
|
5076
|
+
this.x3 = a;
|
|
5077
5077
|
}
|
|
5078
|
-
|
|
5078
|
+
wr() {
|
|
5079
5079
|
let a = new ScatterPolygonSeries();
|
|
5080
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5081
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5080
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yk));
|
|
5081
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yl));
|
|
5082
5082
|
return a;
|
|
5083
5083
|
}
|
|
5084
|
-
|
|
5084
|
+
yk(a, b) {
|
|
5085
5085
|
if (this.styleShape != null) {
|
|
5086
5086
|
this.styleShape(this, b);
|
|
5087
5087
|
}
|
|
5088
5088
|
}
|
|
5089
|
-
|
|
5090
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
5089
|
+
yl(a, b) {
|
|
5090
|
+
let c = typeCast(ScatterPolygonSeries.$, this.ws);
|
|
5091
5091
|
if (c == null) {
|
|
5092
5092
|
return;
|
|
5093
5093
|
}
|
|
5094
5094
|
}
|
|
5095
5095
|
il() {
|
|
5096
|
-
return this.
|
|
5097
|
-
}
|
|
5098
|
-
ve() {
|
|
5099
|
-
return this.y1;
|
|
5096
|
+
return this.x4;
|
|
5100
5097
|
}
|
|
5101
5098
|
vf() {
|
|
5102
5099
|
return this.y2;
|
|
5103
5100
|
}
|
|
5104
|
-
|
|
5105
|
-
return this.
|
|
5101
|
+
vg() {
|
|
5102
|
+
return this.y3;
|
|
5106
5103
|
}
|
|
5107
|
-
|
|
5108
|
-
|
|
5104
|
+
st() {
|
|
5105
|
+
return this.ym;
|
|
5106
|
+
}
|
|
5107
|
+
l8() {
|
|
5108
|
+
let a = typeCast(ScatterPolygonSeries.$, this.ws);
|
|
5109
5109
|
if (a == null) {
|
|
5110
5110
|
return "Unknown";
|
|
5111
5111
|
}
|
|
5112
|
-
return a.
|
|
5112
|
+
return a.l8();
|
|
5113
5113
|
}
|
|
5114
|
-
|
|
5115
|
-
super.
|
|
5114
|
+
q5(a, b, c, d) {
|
|
5115
|
+
super.q5(a, b, c, d);
|
|
5116
5116
|
switch (b) {
|
|
5117
5117
|
case GeographicShapeSeries.$$p[6]:
|
|
5118
|
-
this.
|
|
5118
|
+
this.ws.zp = this.x0;
|
|
5119
5119
|
break;
|
|
5120
5120
|
case GeographicShapeSeries.$$p[5]:
|
|
5121
|
-
this.
|
|
5121
|
+
this.ws.zl = this.xz;
|
|
5122
5122
|
break;
|
|
5123
5123
|
case GeographicShapeSeries.$$p[9]:
|
|
5124
|
-
this.
|
|
5124
|
+
this.x3.cq();
|
|
5125
5125
|
break;
|
|
5126
5126
|
case GeographicShapeSeries.$$p[10]:
|
|
5127
|
-
this.
|
|
5127
|
+
this.x3.cs();
|
|
5128
5128
|
break;
|
|
5129
5129
|
case GeographicShapeSeries.$$p[4]:
|
|
5130
|
-
this.
|
|
5130
|
+
this.x3.cn();
|
|
5131
5131
|
break;
|
|
5132
5132
|
case GeographicShapeSeries.$$p[11]:
|
|
5133
|
-
this.
|
|
5133
|
+
this.x3.cr();
|
|
5134
5134
|
break;
|
|
5135
5135
|
case GeographicShapeSeries.$$p[3]:
|
|
5136
|
-
this.
|
|
5136
|
+
this.x3.cm();
|
|
5137
5137
|
break;
|
|
5138
5138
|
case GeographicShapeSeries.$$p[7]:
|
|
5139
|
-
this.
|
|
5139
|
+
this.x3.co();
|
|
5140
5140
|
break;
|
|
5141
5141
|
case GeographicShapeSeries.$$p[8]:
|
|
5142
|
-
this.
|
|
5142
|
+
this.x3.cp();
|
|
5143
5143
|
break;
|
|
5144
5144
|
case GeographicShapeSeries.$$p[13]:
|
|
5145
|
-
this.
|
|
5145
|
+
this.x3.ct();
|
|
5146
5146
|
break;
|
|
5147
5147
|
case GeographicShapeSeries.$$p[12]:
|
|
5148
|
-
this.
|
|
5148
|
+
this.x3.cu();
|
|
5149
5149
|
break;
|
|
5150
5150
|
}
|
|
5151
5151
|
}
|
|
@@ -5154,7 +5154,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5154
5154
|
}
|
|
5155
5155
|
}
|
|
5156
5156
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5157
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5157
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y2:yo', [Brush.$], 'ActualMarkerOutline:y3:yp', [Brush.$], 'ActualMarkerTemplate:ym:yq', [DataTemplate.$, null], 'MarkerBrush:y4:yr', [Brush.$], 'MarkerCollisionAvoidance:xy:ys', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:xz:yt', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:x0:yu', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:y5:yv', [Brush.$], 'MarkerStyle:y6:yw', [Style.$], 'MarkerTemplate:yn:yx', [DataTemplate.$, null], 'MarkerThickness:x4:yy', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:x1:yz', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:y7:y0', [Style.$, null], 'ShapeStyleSelector:x2:y1', [StyleSelector.$, null]]);
|
|
5158
5158
|
return GeographicShapeSeries;
|
|
5159
5159
|
})();
|
|
5160
5160
|
|
|
@@ -5233,158 +5233,158 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5233
5233
|
* Gets or sets the fill brush.
|
|
5234
5234
|
*/
|
|
5235
5235
|
get shapeFill() {
|
|
5236
|
-
return this.i.
|
|
5236
|
+
return this.i.y7 ? this.i.y7.fill : null;
|
|
5237
5237
|
}
|
|
5238
5238
|
set shapeFill(v) {
|
|
5239
5239
|
this.ensureShapeStyle();
|
|
5240
|
-
this.i.
|
|
5240
|
+
this.i.y7.fill = v;
|
|
5241
5241
|
}
|
|
5242
5242
|
/**
|
|
5243
5243
|
* Gets or sets the stroke brush.
|
|
5244
5244
|
*/
|
|
5245
5245
|
get shapeStroke() {
|
|
5246
|
-
return this.i.
|
|
5246
|
+
return this.i.y7 ? this.i.y7.stroke : null;
|
|
5247
5247
|
}
|
|
5248
5248
|
set shapeStroke(v) {
|
|
5249
5249
|
this.ensureShapeStyle();
|
|
5250
|
-
this.i.
|
|
5250
|
+
this.i.y7.stroke = v;
|
|
5251
5251
|
}
|
|
5252
5252
|
/**
|
|
5253
5253
|
* Gets or sets the stroke thickness.
|
|
5254
5254
|
*/
|
|
5255
5255
|
get shapeStrokeThickness() {
|
|
5256
|
-
return this.i.
|
|
5256
|
+
return this.i.y7 ? this.i.y7.strokeThickness : NaN;
|
|
5257
5257
|
}
|
|
5258
5258
|
set shapeStrokeThickness(v) {
|
|
5259
5259
|
this.ensureShapeStyle();
|
|
5260
|
-
this.i.
|
|
5261
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5260
|
+
this.i.y7.strokeThickness = +v;
|
|
5261
|
+
this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
|
|
5262
5262
|
}
|
|
5263
5263
|
/**
|
|
5264
5264
|
* Gets or sets the opacity.
|
|
5265
5265
|
*/
|
|
5266
5266
|
get shapeOpacity() {
|
|
5267
|
-
return this.i.
|
|
5267
|
+
return this.i.y7 ? this.i.y7.opacity : NaN;
|
|
5268
5268
|
}
|
|
5269
5269
|
set shapeOpacity(v) {
|
|
5270
5270
|
this.ensureShapeStyle();
|
|
5271
|
-
this.i.
|
|
5272
|
-
this._a("shapeOpacity", this.i.
|
|
5271
|
+
this.i.y7.opacity = +v;
|
|
5272
|
+
this._a("shapeOpacity", this.i.y7.opacity);
|
|
5273
5273
|
}
|
|
5274
5274
|
ensureShapeStyle() {
|
|
5275
|
-
if (this.i.
|
|
5275
|
+
if (this.i.y7) {
|
|
5276
5276
|
return;
|
|
5277
5277
|
}
|
|
5278
|
-
this.i.
|
|
5278
|
+
this.i.y7 = new Style();
|
|
5279
5279
|
}
|
|
5280
5280
|
/**
|
|
5281
5281
|
* Gets or sets the marker type for the current series object.
|
|
5282
5282
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5283
5283
|
*/
|
|
5284
5284
|
get markerType() {
|
|
5285
|
-
return this.i.
|
|
5285
|
+
return this.i.x1;
|
|
5286
5286
|
}
|
|
5287
5287
|
set markerType(v) {
|
|
5288
|
-
this.i.
|
|
5289
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
5288
|
+
this.i.x1 = ensureEnum(MarkerType_$type, v);
|
|
5289
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.x1));
|
|
5290
5290
|
}
|
|
5291
5291
|
/**
|
|
5292
5292
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5293
5293
|
*/
|
|
5294
5294
|
get markerOutlineMode() {
|
|
5295
|
-
return this.i.
|
|
5295
|
+
return this.i.x0;
|
|
5296
5296
|
}
|
|
5297
5297
|
set markerOutlineMode(v) {
|
|
5298
|
-
this.i.
|
|
5299
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
5298
|
+
this.i.x0 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5299
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x0));
|
|
5300
5300
|
}
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5303
5303
|
*/
|
|
5304
5304
|
get markerFillMode() {
|
|
5305
|
-
return this.i.
|
|
5305
|
+
return this.i.xz;
|
|
5306
5306
|
}
|
|
5307
5307
|
set markerFillMode(v) {
|
|
5308
|
-
this.i.
|
|
5309
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
5308
|
+
this.i.xz = ensureEnum(MarkerFillMode_$type, v);
|
|
5309
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xz));
|
|
5310
5310
|
}
|
|
5311
5311
|
/**
|
|
5312
5312
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5313
5313
|
*/
|
|
5314
5314
|
get markerTemplate() {
|
|
5315
|
-
return this.i.
|
|
5315
|
+
return this.i.yn;
|
|
5316
5316
|
}
|
|
5317
5317
|
set markerTemplate(v) {
|
|
5318
|
-
this.i.
|
|
5318
|
+
this.i.yn = v;
|
|
5319
5319
|
}
|
|
5320
5320
|
/**
|
|
5321
5321
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5322
5322
|
*/
|
|
5323
5323
|
get markerBrush() {
|
|
5324
|
-
return brushToString(this.i.
|
|
5324
|
+
return brushToString(this.i.y4);
|
|
5325
5325
|
}
|
|
5326
5326
|
set markerBrush(v) {
|
|
5327
|
-
this.i.
|
|
5328
|
-
this._a("markerBrush", brushToString(this.i.
|
|
5327
|
+
this.i.y4 = stringToBrush(v);
|
|
5328
|
+
this._a("markerBrush", brushToString(this.i.y4));
|
|
5329
5329
|
}
|
|
5330
5330
|
/**
|
|
5331
5331
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5332
5332
|
*/
|
|
5333
5333
|
get markerOutline() {
|
|
5334
|
-
return brushToString(this.i.
|
|
5334
|
+
return brushToString(this.i.y5);
|
|
5335
5335
|
}
|
|
5336
5336
|
set markerOutline(v) {
|
|
5337
|
-
this.i.
|
|
5338
|
-
this._a("markerOutline", brushToString(this.i.
|
|
5337
|
+
this.i.y5 = stringToBrush(v);
|
|
5338
|
+
this._a("markerOutline", brushToString(this.i.y5));
|
|
5339
5339
|
}
|
|
5340
5340
|
/**
|
|
5341
5341
|
* Gets or sets thickness of the marker outline
|
|
5342
5342
|
*/
|
|
5343
5343
|
get markerThickness() {
|
|
5344
|
-
return this.i.
|
|
5344
|
+
return this.i.x4;
|
|
5345
5345
|
}
|
|
5346
5346
|
set markerThickness(v) {
|
|
5347
|
-
this.i.
|
|
5348
|
-
this._a("markerThickness", this.i.
|
|
5347
|
+
this.i.x4 = +v;
|
|
5348
|
+
this._a("markerThickness", this.i.x4);
|
|
5349
5349
|
}
|
|
5350
5350
|
/**
|
|
5351
5351
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5352
5352
|
*/
|
|
5353
5353
|
get markerCollisionAvoidance() {
|
|
5354
|
-
return this.i.
|
|
5354
|
+
return this.i.xy;
|
|
5355
5355
|
}
|
|
5356
5356
|
set markerCollisionAvoidance(v) {
|
|
5357
|
-
this.i.
|
|
5358
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
5357
|
+
this.i.xy = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5358
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xy));
|
|
5359
5359
|
}
|
|
5360
5360
|
/**
|
|
5361
5361
|
* Gets the effective marker template for the current series object.
|
|
5362
5362
|
*/
|
|
5363
5363
|
get actualMarkerTemplate() {
|
|
5364
|
-
return this.i.
|
|
5364
|
+
return this.i.ym;
|
|
5365
5365
|
}
|
|
5366
5366
|
set actualMarkerTemplate(v) {
|
|
5367
|
-
this.i.
|
|
5367
|
+
this.i.ym = v;
|
|
5368
5368
|
}
|
|
5369
5369
|
/**
|
|
5370
5370
|
* Gets the effective marker brush for the current series object.
|
|
5371
5371
|
*/
|
|
5372
5372
|
get actualMarkerBrush() {
|
|
5373
|
-
return brushToString(this.i.
|
|
5373
|
+
return brushToString(this.i.y2);
|
|
5374
5374
|
}
|
|
5375
5375
|
set actualMarkerBrush(v) {
|
|
5376
|
-
this.i.
|
|
5377
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
5376
|
+
this.i.y2 = stringToBrush(v);
|
|
5377
|
+
this._a("actualMarkerBrush", brushToString(this.i.y2));
|
|
5378
5378
|
}
|
|
5379
5379
|
/**
|
|
5380
5380
|
* Gets the effective marker outline for the current series object.
|
|
5381
5381
|
*/
|
|
5382
5382
|
get actualMarkerOutline() {
|
|
5383
|
-
return brushToString(this.i.
|
|
5383
|
+
return brushToString(this.i.y3);
|
|
5384
5384
|
}
|
|
5385
5385
|
set actualMarkerOutline(v) {
|
|
5386
|
-
this.i.
|
|
5387
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
5386
|
+
this.i.y3 = stringToBrush(v);
|
|
5387
|
+
this._a("actualMarkerOutline", brushToString(this.i.y3));
|
|
5388
5388
|
}
|
|
5389
5389
|
get styleShape() {
|
|
5390
5390
|
return this._styleShape;
|
|
@@ -5455,14 +5455,14 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5455
5455
|
}
|
|
5456
5456
|
b5() {
|
|
5457
5457
|
super.b5();
|
|
5458
|
-
this.cl.
|
|
5459
|
-
this.cl.
|
|
5458
|
+
this.cl.ws.zi = this.cl.xy;
|
|
5459
|
+
this.cl.ws.zn = this.cl.x6;
|
|
5460
5460
|
}
|
|
5461
5461
|
cm() {
|
|
5462
|
-
this.cl.
|
|
5462
|
+
this.cl.ws.zi = this.cl.xy;
|
|
5463
5463
|
}
|
|
5464
5464
|
cn() {
|
|
5465
|
-
this.cl.
|
|
5465
|
+
this.cl.ws.zn = this.cl.x6;
|
|
5466
5466
|
}
|
|
5467
5467
|
}
|
|
5468
5468
|
GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5487,34 +5487,34 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5487
5487
|
cq() {
|
|
5488
5488
|
return new GeographicPolylineSeriesView(this);
|
|
5489
5489
|
}
|
|
5490
|
-
|
|
5491
|
-
super.
|
|
5492
|
-
this.
|
|
5490
|
+
qx(a) {
|
|
5491
|
+
super.qx(a);
|
|
5492
|
+
this.xz = a;
|
|
5493
5493
|
}
|
|
5494
|
-
|
|
5494
|
+
wr() {
|
|
5495
5495
|
let a = new ScatterPolylineSeries();
|
|
5496
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5496
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.x3));
|
|
5497
5497
|
return a;
|
|
5498
5498
|
}
|
|
5499
|
-
|
|
5499
|
+
x3(a, b) {
|
|
5500
5500
|
if (this.styleShape != null) {
|
|
5501
5501
|
this.styleShape(this, b);
|
|
5502
5502
|
}
|
|
5503
5503
|
}
|
|
5504
|
-
|
|
5505
|
-
super.
|
|
5504
|
+
q5(a, b, c, d) {
|
|
5505
|
+
super.q5(a, b, c, d);
|
|
5506
5506
|
switch (b) {
|
|
5507
5507
|
case GeographicPolylineSeries.$$p[1]:
|
|
5508
|
-
this.
|
|
5508
|
+
this.xz.cm();
|
|
5509
5509
|
break;
|
|
5510
5510
|
case GeographicPolylineSeries.$$p[0]:
|
|
5511
|
-
this.
|
|
5511
|
+
this.xz.cn();
|
|
5512
5512
|
break;
|
|
5513
5513
|
}
|
|
5514
5514
|
}
|
|
5515
5515
|
}
|
|
5516
5516
|
GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
5517
|
-
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
5517
|
+
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:x6:x4', [Style.$, null], 'ShapeStyleSelector:xy:x5', [StyleSelector.$, null]]);
|
|
5518
5518
|
return GeographicPolylineSeries;
|
|
5519
5519
|
})();
|
|
5520
5520
|
|
|
@@ -5593,49 +5593,49 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5593
5593
|
* Gets or sets the fill brush.
|
|
5594
5594
|
*/
|
|
5595
5595
|
get shapeFill() {
|
|
5596
|
-
return this.i.
|
|
5596
|
+
return this.i.x6 ? this.i.x6.fill : null;
|
|
5597
5597
|
}
|
|
5598
5598
|
set shapeFill(v) {
|
|
5599
5599
|
this.ensureShapeStyle();
|
|
5600
|
-
this.i.
|
|
5600
|
+
this.i.x6.fill = v;
|
|
5601
5601
|
}
|
|
5602
5602
|
/**
|
|
5603
5603
|
* Gets or sets the stroke brush.
|
|
5604
5604
|
*/
|
|
5605
5605
|
get shapeStroke() {
|
|
5606
|
-
return this.i.
|
|
5606
|
+
return this.i.x6 ? this.i.x6.stroke : null;
|
|
5607
5607
|
}
|
|
5608
5608
|
set shapeStroke(v) {
|
|
5609
5609
|
this.ensureShapeStyle();
|
|
5610
|
-
this.i.
|
|
5610
|
+
this.i.x6.stroke = v;
|
|
5611
5611
|
}
|
|
5612
5612
|
/**
|
|
5613
5613
|
* Gets or sets the stroke thickness.
|
|
5614
5614
|
*/
|
|
5615
5615
|
get shapeStrokeThickness() {
|
|
5616
|
-
return this.i.
|
|
5616
|
+
return this.i.x6 ? this.i.x6.strokeThickness : NaN;
|
|
5617
5617
|
}
|
|
5618
5618
|
set shapeStrokeThickness(v) {
|
|
5619
5619
|
this.ensureShapeStyle();
|
|
5620
|
-
this.i.
|
|
5621
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5620
|
+
this.i.x6.strokeThickness = +v;
|
|
5621
|
+
this._a("shapeStrokeThickness", this.i.x6.strokeThickness);
|
|
5622
5622
|
}
|
|
5623
5623
|
/**
|
|
5624
5624
|
* Gets or sets the opacity.
|
|
5625
5625
|
*/
|
|
5626
5626
|
get shapeOpacity() {
|
|
5627
|
-
return this.i.
|
|
5627
|
+
return this.i.x6 ? this.i.x6.opacity : NaN;
|
|
5628
5628
|
}
|
|
5629
5629
|
set shapeOpacity(v) {
|
|
5630
5630
|
this.ensureShapeStyle();
|
|
5631
|
-
this.i.
|
|
5632
|
-
this._a("shapeOpacity", this.i.
|
|
5631
|
+
this.i.x6.opacity = +v;
|
|
5632
|
+
this._a("shapeOpacity", this.i.x6.opacity);
|
|
5633
5633
|
}
|
|
5634
5634
|
ensureShapeStyle() {
|
|
5635
|
-
if (this.i.
|
|
5635
|
+
if (this.i.x6) {
|
|
5636
5636
|
return;
|
|
5637
5637
|
}
|
|
5638
|
-
this.i.
|
|
5638
|
+
this.i.x6 = new Style();
|
|
5639
5639
|
}
|
|
5640
5640
|
get styleShape() {
|
|
5641
5641
|
return this._styleShape;
|
|
@@ -5785,44 +5785,44 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5785
5785
|
}
|
|
5786
5786
|
constructor() {
|
|
5787
5787
|
super();
|
|
5788
|
+
this.zj = null;
|
|
5788
5789
|
this.zi = null;
|
|
5789
|
-
this.zh = null;
|
|
5790
5790
|
this.imageTilesReady = null;
|
|
5791
|
-
this.
|
|
5792
|
-
this.
|
|
5791
|
+
this.zm = null;
|
|
5792
|
+
this.zn = false;
|
|
5793
5793
|
this.ab = TileSeries.$;
|
|
5794
5794
|
}
|
|
5795
5795
|
cq() {
|
|
5796
5796
|
return new TileSeriesView(this);
|
|
5797
5797
|
}
|
|
5798
|
-
|
|
5799
|
-
super.
|
|
5800
|
-
this.
|
|
5798
|
+
qx(a) {
|
|
5799
|
+
super.qx(a);
|
|
5800
|
+
this.zh = a;
|
|
5801
5801
|
}
|
|
5802
|
-
|
|
5802
|
+
get_xt() {
|
|
5803
5803
|
return false;
|
|
5804
5804
|
}
|
|
5805
|
-
get
|
|
5806
|
-
return this.
|
|
5805
|
+
get zl() {
|
|
5806
|
+
return this.zj;
|
|
5807
5807
|
}
|
|
5808
|
-
set
|
|
5809
|
-
let b = a != this.
|
|
5808
|
+
set zl(a) {
|
|
5809
|
+
let b = a != this.zl;
|
|
5810
5810
|
if (b) {
|
|
5811
|
-
let c = this.
|
|
5812
|
-
this.
|
|
5811
|
+
let c = this.zl;
|
|
5812
|
+
this.zj = a;
|
|
5813
5813
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
5814
5814
|
}
|
|
5815
5815
|
}
|
|
5816
|
-
get
|
|
5817
|
-
return this.
|
|
5816
|
+
get zk() {
|
|
5817
|
+
return this.zi;
|
|
5818
5818
|
}
|
|
5819
|
-
set
|
|
5820
|
-
let b = this.
|
|
5821
|
-
this.
|
|
5822
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
5819
|
+
set zk(a) {
|
|
5820
|
+
let b = this.zi;
|
|
5821
|
+
this.zi = a;
|
|
5822
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.zi);
|
|
5823
5823
|
}
|
|
5824
|
-
|
|
5825
|
-
super.
|
|
5824
|
+
q5(a, b, c, d) {
|
|
5825
|
+
super.q5(a, b, c, d);
|
|
5826
5826
|
let e;
|
|
5827
5827
|
let f;
|
|
5828
5828
|
switch (b) {
|
|
@@ -5830,78 +5830,78 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5830
5830
|
e = c;
|
|
5831
5831
|
f = d;
|
|
5832
5832
|
if (e != null) {
|
|
5833
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
5833
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zq));
|
|
5834
5834
|
}
|
|
5835
5835
|
if (f != null) {
|
|
5836
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
5836
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zq));
|
|
5837
5837
|
}
|
|
5838
|
-
this.
|
|
5839
|
-
this.
|
|
5840
|
-
this.
|
|
5838
|
+
this.zh.dh(e, f);
|
|
5839
|
+
this.rn(false);
|
|
5840
|
+
this.qh();
|
|
5841
5841
|
break;
|
|
5842
5842
|
case "ActualTileImagery":
|
|
5843
5843
|
e = c;
|
|
5844
5844
|
f = d;
|
|
5845
5845
|
if (e != null) {
|
|
5846
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
5846
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zr));
|
|
5847
5847
|
e.deferralHandler = null;
|
|
5848
5848
|
}
|
|
5849
5849
|
if (f != null) {
|
|
5850
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
5850
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zr));
|
|
5851
5851
|
f.deferralHandler = this;
|
|
5852
5852
|
}
|
|
5853
|
-
this.
|
|
5853
|
+
this.zh.dg(e, f);
|
|
5854
5854
|
if (f != null && typeCast(XamGeographicMap.$, this.c9) !== null) {
|
|
5855
5855
|
f.geographicMap = this.c9;
|
|
5856
|
-
this.
|
|
5857
|
-
this.
|
|
5856
|
+
this.zt(this.ct);
|
|
5857
|
+
this.zh.dd(this.c9.vl);
|
|
5858
5858
|
}
|
|
5859
|
-
this.
|
|
5859
|
+
this.qh();
|
|
5860
5860
|
break;
|
|
5861
5861
|
case "ActualWindowRect":
|
|
5862
|
-
this.
|
|
5862
|
+
this.zh.dd(d);
|
|
5863
5863
|
break;
|
|
5864
5864
|
case "WorldRect":
|
|
5865
|
-
this.
|
|
5865
|
+
this.zh.dk(d);
|
|
5866
5866
|
break;
|
|
5867
5867
|
case "SeriesViewer":
|
|
5868
5868
|
let g = c;
|
|
5869
5869
|
let h = d;
|
|
5870
|
-
if (g != null && this.
|
|
5871
|
-
this.
|
|
5870
|
+
if (g != null && this.zk != null) {
|
|
5871
|
+
this.zk.be(null);
|
|
5872
5872
|
}
|
|
5873
|
-
if (h != null && this.
|
|
5874
|
-
this.
|
|
5873
|
+
if (h != null && this.zk != null) {
|
|
5874
|
+
this.zk.be(this.ct.w);
|
|
5875
5875
|
}
|
|
5876
5876
|
break;
|
|
5877
5877
|
case "ActualBrush":
|
|
5878
5878
|
case "ActualOutline":
|
|
5879
5879
|
case "ActualThickness":
|
|
5880
|
-
this.
|
|
5880
|
+
this.qj();
|
|
5881
5881
|
break;
|
|
5882
5882
|
}
|
|
5883
5883
|
}
|
|
5884
|
-
|
|
5884
|
+
zq(a, b) {
|
|
5885
5885
|
if (b.propertyName == "MultiScaleImage") {
|
|
5886
|
-
this.
|
|
5886
|
+
this.zt(this.ct);
|
|
5887
5887
|
}
|
|
5888
5888
|
}
|
|
5889
|
-
|
|
5889
|
+
zr(a, b) {
|
|
5890
5890
|
if (this.imageTilesReady != null) {
|
|
5891
5891
|
this.imageTilesReady(this, new EventArgs());
|
|
5892
5892
|
}
|
|
5893
|
-
if (!this.
|
|
5894
|
-
this.
|
|
5893
|
+
if (!this.zn) {
|
|
5894
|
+
this.zh.di();
|
|
5895
5895
|
}
|
|
5896
5896
|
}
|
|
5897
5897
|
register(a, b) {
|
|
5898
|
-
this.
|
|
5898
|
+
this.zm = b;
|
|
5899
5899
|
}
|
|
5900
5900
|
unRegister(a) {
|
|
5901
|
-
this.
|
|
5901
|
+
this.zm = null;
|
|
5902
5902
|
}
|
|
5903
5903
|
deferredRefresh() {
|
|
5904
|
-
this.
|
|
5904
|
+
this.rn(false);
|
|
5905
5905
|
}
|
|
5906
5906
|
deferAction(a) {
|
|
5907
5907
|
if (this.jx != null) {
|
|
@@ -5911,60 +5911,60 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5911
5911
|
window.setTimeout(a, 0);
|
|
5912
5912
|
}
|
|
5913
5913
|
}
|
|
5914
|
-
|
|
5915
|
-
this.
|
|
5916
|
-
super.
|
|
5914
|
+
sk(a, b) {
|
|
5915
|
+
this.zh.dj();
|
|
5916
|
+
super.sk(a, b);
|
|
5917
5917
|
}
|
|
5918
|
-
|
|
5919
|
-
super.
|
|
5920
|
-
this.
|
|
5918
|
+
ro(a) {
|
|
5919
|
+
super.ro(a);
|
|
5920
|
+
this.zs(a, this.ct);
|
|
5921
5921
|
}
|
|
5922
|
-
|
|
5922
|
+
zs(a, b) {
|
|
5923
5923
|
let c;
|
|
5924
5924
|
let d;
|
|
5925
5925
|
let e = b;
|
|
5926
5926
|
let f = b.getViewInfo(c, d);
|
|
5927
5927
|
c = f.p0;
|
|
5928
5928
|
d = f.p1;
|
|
5929
|
-
this.
|
|
5930
|
-
if (this.
|
|
5931
|
-
this.
|
|
5932
|
-
this.
|
|
5933
|
-
this.
|
|
5929
|
+
this.zt(b);
|
|
5930
|
+
if (this.zm != null) {
|
|
5931
|
+
this.zn = true;
|
|
5932
|
+
this.zm(a);
|
|
5933
|
+
this.zn = false;
|
|
5934
5934
|
}
|
|
5935
5935
|
e.di();
|
|
5936
5936
|
}
|
|
5937
|
-
|
|
5938
|
-
super.
|
|
5937
|
+
rm(a, b, c, d, e) {
|
|
5938
|
+
super.rm(a, b, c, d, e);
|
|
5939
5939
|
let f = this.hl.item(d);
|
|
5940
5940
|
f.a3(c);
|
|
5941
5941
|
if (this.d3(f)) {
|
|
5942
5942
|
return;
|
|
5943
5943
|
}
|
|
5944
|
-
this.
|
|
5944
|
+
this.y0(f);
|
|
5945
5945
|
}
|
|
5946
|
-
|
|
5946
|
+
zt(a) {
|
|
5947
5947
|
let b;
|
|
5948
5948
|
let c;
|
|
5949
5949
|
let d = a.getViewInfo(b, c);
|
|
5950
5950
|
b = d.p0;
|
|
5951
5951
|
c = d.p1;
|
|
5952
|
-
if (this.
|
|
5953
|
-
if (this.
|
|
5954
|
-
this.
|
|
5952
|
+
if (this.zl != null && this.zl.ao != null) {
|
|
5953
|
+
if (this.zl != this.zk) {
|
|
5954
|
+
this.zk = this.zl;
|
|
5955
5955
|
}
|
|
5956
|
-
if (this.
|
|
5957
|
-
if (this.
|
|
5958
|
-
this.
|
|
5956
|
+
if (this.zk != null && !b.isEmpty) {
|
|
5957
|
+
if (this.zk.width != b.width) {
|
|
5958
|
+
this.zk.width = b.width;
|
|
5959
5959
|
}
|
|
5960
|
-
if (this.
|
|
5961
|
-
this.
|
|
5960
|
+
if (this.zk.height != b.height) {
|
|
5961
|
+
this.zk.height = b.height;
|
|
5962
5962
|
}
|
|
5963
5963
|
}
|
|
5964
5964
|
}
|
|
5965
5965
|
}
|
|
5966
|
-
|
|
5967
|
-
super.
|
|
5966
|
+
o3(a, b) {
|
|
5967
|
+
super.o3(a, b);
|
|
5968
5968
|
b.de();
|
|
5969
5969
|
}
|
|
5970
5970
|
}
|
|
@@ -5987,8 +5987,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
5987
5987
|
au() {
|
|
5988
5988
|
super.au();
|
|
5989
5989
|
if (!this.q) {
|
|
5990
|
-
this.da.
|
|
5991
|
-
this.da.
|
|
5990
|
+
this.da.vp = Defaults.ao;
|
|
5991
|
+
this.da.u9 = Defaults.an;
|
|
5992
5992
|
}
|
|
5993
5993
|
}
|
|
5994
5994
|
ck(a, b) {
|
|
@@ -6015,8 +6015,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6015
6015
|
this.as();
|
|
6016
6016
|
}
|
|
6017
6017
|
dd(a) {
|
|
6018
|
-
if (this.da.
|
|
6019
|
-
this.da.
|
|
6018
|
+
if (this.da.zl != null) {
|
|
6019
|
+
this.da.zl.windowRect = a;
|
|
6020
6020
|
}
|
|
6021
6021
|
}
|
|
6022
6022
|
dg(a, b) {
|
|
@@ -6051,8 +6051,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6051
6051
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6052
6052
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6053
6053
|
}
|
|
6054
|
-
if (this.da.
|
|
6055
|
-
this.da.
|
|
6054
|
+
if (this.da.zl != null) {
|
|
6055
|
+
this.da.zl.bf(this.bx);
|
|
6056
6056
|
}
|
|
6057
6057
|
}
|
|
6058
6058
|
a8(a, b) {
|
|
@@ -6086,8 +6086,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6086
6086
|
de() {
|
|
6087
6087
|
}
|
|
6088
6088
|
dk(a) {
|
|
6089
|
-
if (this.da.
|
|
6090
|
-
this.da.
|
|
6089
|
+
if (this.da.zl != null) {
|
|
6090
|
+
this.da.zl.a6();
|
|
6091
6091
|
}
|
|
6092
6092
|
}
|
|
6093
6093
|
}
|
|
@@ -6168,14 +6168,14 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6168
6168
|
* The MapImagery which is used to provide the tiles for display.
|
|
6169
6169
|
*/
|
|
6170
6170
|
get tileImagery() {
|
|
6171
|
-
const r = this.i.
|
|
6171
|
+
const r = this.i.zl;
|
|
6172
6172
|
if (r == null) {
|
|
6173
6173
|
return null;
|
|
6174
6174
|
}
|
|
6175
6175
|
return r.externalObject;
|
|
6176
6176
|
}
|
|
6177
6177
|
set tileImagery(v) {
|
|
6178
|
-
v == null ? this.i.
|
|
6178
|
+
v == null ? this.i.zl = null : this.i.zl = v.i;
|
|
6179
6179
|
}
|
|
6180
6180
|
findByName(name) {
|
|
6181
6181
|
var baseResult = super.findByName(name);
|
|
@@ -6234,54 +6234,54 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
6234
6234
|
}
|
|
6235
6235
|
constructor() {
|
|
6236
6236
|
super();
|
|
6237
|
+
this.xz = null;
|
|
6237
6238
|
this.xy = null;
|
|
6238
|
-
this.xx = null;
|
|
6239
6239
|
this.imageTilesReady = null;
|
|
6240
6240
|
this.ab = GeographicTileSeries.$;
|
|
6241
6241
|
}
|
|
6242
|
-
get
|
|
6243
|
-
return this.
|
|
6242
|
+
get x0() {
|
|
6243
|
+
return this.xz;
|
|
6244
6244
|
}
|
|
6245
|
-
set
|
|
6246
|
-
let b = a != this.
|
|
6245
|
+
set x0(a) {
|
|
6246
|
+
let b = a != this.x0;
|
|
6247
6247
|
if (b) {
|
|
6248
|
-
let c = this.
|
|
6249
|
-
this.
|
|
6248
|
+
let c = this.x0;
|
|
6249
|
+
this.xz = a;
|
|
6250
6250
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6251
6251
|
}
|
|
6252
6252
|
}
|
|
6253
|
-
|
|
6254
|
-
if (this.
|
|
6255
|
-
this.
|
|
6253
|
+
x4() {
|
|
6254
|
+
if (this.x0 != null) {
|
|
6255
|
+
this.x0.clearTileCache();
|
|
6256
6256
|
}
|
|
6257
6257
|
}
|
|
6258
|
-
|
|
6259
|
-
super.
|
|
6258
|
+
q5(a, b, c, d) {
|
|
6259
|
+
super.q5(a, b, c, d);
|
|
6260
6260
|
switch (b) {
|
|
6261
6261
|
case "TileImagery":
|
|
6262
|
-
if (this.
|
|
6263
|
-
this.
|
|
6262
|
+
if (this.ws != null) {
|
|
6263
|
+
this.ws.zl = this.x0;
|
|
6264
6264
|
}
|
|
6265
6265
|
break;
|
|
6266
6266
|
}
|
|
6267
6267
|
}
|
|
6268
|
-
|
|
6269
|
-
super.
|
|
6270
|
-
this.
|
|
6271
|
-
if (this.
|
|
6272
|
-
let a = this.
|
|
6273
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
6268
|
+
wx() {
|
|
6269
|
+
super.wx();
|
|
6270
|
+
this.ws.zl = this.x0;
|
|
6271
|
+
if (this.xy != null) {
|
|
6272
|
+
let a = this.xy;
|
|
6273
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x3));
|
|
6274
6274
|
}
|
|
6275
|
-
this.
|
|
6276
|
-
if (this.
|
|
6277
|
-
let b = this.
|
|
6278
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
6275
|
+
this.xy = this.ws;
|
|
6276
|
+
if (this.xy != null) {
|
|
6277
|
+
let b = this.xy;
|
|
6278
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x3));
|
|
6279
6279
|
}
|
|
6280
6280
|
}
|
|
6281
|
-
|
|
6281
|
+
wr() {
|
|
6282
6282
|
return new TileSeries();
|
|
6283
6283
|
}
|
|
6284
|
-
|
|
6284
|
+
x3(a, b) {
|
|
6285
6285
|
if (this.imageTilesReady != null) {
|
|
6286
6286
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6287
6287
|
}
|
|
@@ -6359,14 +6359,14 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6359
6359
|
* The MapImagery which is used to provide the tiles for display.
|
|
6360
6360
|
*/
|
|
6361
6361
|
get tileImagery() {
|
|
6362
|
-
const r = this.i.
|
|
6362
|
+
const r = this.i.x0;
|
|
6363
6363
|
if (r == null) {
|
|
6364
6364
|
return null;
|
|
6365
6365
|
}
|
|
6366
6366
|
return r.externalObject;
|
|
6367
6367
|
}
|
|
6368
6368
|
set tileImagery(v) {
|
|
6369
|
-
v == null ? this.i.
|
|
6369
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
6370
6370
|
}
|
|
6371
6371
|
findByName(name) {
|
|
6372
6372
|
var baseResult = super.findByName(name);
|
|
@@ -6383,7 +6383,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6383
6383
|
|
|
6384
6384
|
*/
|
|
6385
6385
|
clearTileCache() {
|
|
6386
|
-
this.i.
|
|
6386
|
+
this.i.x4();
|
|
6387
6387
|
}
|
|
6388
6388
|
/**
|
|
6389
6389
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -6485,70 +6485,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6485
6485
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
6486
6486
|
*/
|
|
6487
6487
|
get markerType() {
|
|
6488
|
-
return this.i.
|
|
6488
|
+
return this.i.w2;
|
|
6489
6489
|
}
|
|
6490
6490
|
set markerType(v) {
|
|
6491
|
-
this.i.
|
|
6492
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
6491
|
+
this.i.w2 = ensureEnum(MarkerType_$type, v);
|
|
6492
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.w2));
|
|
6493
6493
|
}
|
|
6494
6494
|
/**
|
|
6495
6495
|
* Gets or sets thickness of the marker outline
|
|
6496
6496
|
*/
|
|
6497
6497
|
get markerThickness() {
|
|
6498
|
-
return this.i.
|
|
6498
|
+
return this.i.w3;
|
|
6499
6499
|
}
|
|
6500
6500
|
set markerThickness(v) {
|
|
6501
|
-
this.i.
|
|
6502
|
-
this._a("markerThickness", this.i.
|
|
6501
|
+
this.i.w3 = +v;
|
|
6502
|
+
this._a("markerThickness", this.i.w3);
|
|
6503
6503
|
}
|
|
6504
6504
|
/**
|
|
6505
6505
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6506
6506
|
*/
|
|
6507
6507
|
get markerOutlineMode() {
|
|
6508
|
-
return this.i.
|
|
6508
|
+
return this.i.w1;
|
|
6509
6509
|
}
|
|
6510
6510
|
set markerOutlineMode(v) {
|
|
6511
|
-
this.i.
|
|
6512
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
6511
|
+
this.i.w1 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
6512
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.w1));
|
|
6513
6513
|
}
|
|
6514
6514
|
/**
|
|
6515
6515
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
6516
6516
|
*/
|
|
6517
6517
|
get markerFillMode() {
|
|
6518
|
-
return this.i.
|
|
6518
|
+
return this.i.w0;
|
|
6519
6519
|
}
|
|
6520
6520
|
set markerFillMode(v) {
|
|
6521
|
-
this.i.
|
|
6522
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
6521
|
+
this.i.w0 = ensureEnum(MarkerFillMode_$type, v);
|
|
6522
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.w0));
|
|
6523
6523
|
}
|
|
6524
6524
|
/**
|
|
6525
6525
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6526
6526
|
*/
|
|
6527
6527
|
get markerTemplate() {
|
|
6528
|
-
return this.i.
|
|
6528
|
+
return this.i.xi;
|
|
6529
6529
|
}
|
|
6530
6530
|
set markerTemplate(v) {
|
|
6531
|
-
this.i.
|
|
6531
|
+
this.i.xi = v;
|
|
6532
6532
|
}
|
|
6533
6533
|
/**
|
|
6534
6534
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6535
6535
|
*/
|
|
6536
6536
|
get markerBrush() {
|
|
6537
|
-
return brushToString(this.i.
|
|
6537
|
+
return brushToString(this.i.xw);
|
|
6538
6538
|
}
|
|
6539
6539
|
set markerBrush(v) {
|
|
6540
|
-
this.i.
|
|
6541
|
-
this._a("markerBrush", brushToString(this.i.
|
|
6540
|
+
this.i.xw = stringToBrush(v);
|
|
6541
|
+
this._a("markerBrush", brushToString(this.i.xw));
|
|
6542
6542
|
}
|
|
6543
6543
|
/**
|
|
6544
6544
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6545
6545
|
*/
|
|
6546
6546
|
get markerOutline() {
|
|
6547
|
-
return brushToString(this.i.
|
|
6547
|
+
return brushToString(this.i.xx);
|
|
6548
6548
|
}
|
|
6549
6549
|
set markerOutline(v) {
|
|
6550
|
-
this.i.
|
|
6551
|
-
this._a("markerOutline", brushToString(this.i.
|
|
6550
|
+
this.i.xx = stringToBrush(v);
|
|
6551
|
+
this._a("markerOutline", brushToString(this.i.xx));
|
|
6552
6552
|
}
|
|
6553
6553
|
/**
|
|
6554
6554
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -6556,40 +6556,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6556
6556
|
* choose a representative set.
|
|
6557
6557
|
*/
|
|
6558
6558
|
get maximumMarkers() {
|
|
6559
|
-
return this.i.
|
|
6559
|
+
return this.i.w4;
|
|
6560
6560
|
}
|
|
6561
6561
|
set maximumMarkers(v) {
|
|
6562
|
-
this.i.
|
|
6563
|
-
this._a("maximumMarkers", this.i.
|
|
6562
|
+
this.i.w4 = +v;
|
|
6563
|
+
this._a("maximumMarkers", this.i.w4);
|
|
6564
6564
|
}
|
|
6565
6565
|
/**
|
|
6566
6566
|
* Gets the effective marker template for the current series object.
|
|
6567
6567
|
*/
|
|
6568
6568
|
get actualMarkerTemplate() {
|
|
6569
|
-
return this.i.
|
|
6569
|
+
return this.i.xh;
|
|
6570
6570
|
}
|
|
6571
6571
|
set actualMarkerTemplate(v) {
|
|
6572
|
-
this.i.
|
|
6572
|
+
this.i.xh = v;
|
|
6573
6573
|
}
|
|
6574
6574
|
/**
|
|
6575
6575
|
* Gets the effective marker brush for the current series object.
|
|
6576
6576
|
*/
|
|
6577
6577
|
get actualMarkerBrush() {
|
|
6578
|
-
return brushToString(this.i.
|
|
6578
|
+
return brushToString(this.i.xu);
|
|
6579
6579
|
}
|
|
6580
6580
|
set actualMarkerBrush(v) {
|
|
6581
|
-
this.i.
|
|
6582
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
6581
|
+
this.i.xu = stringToBrush(v);
|
|
6582
|
+
this._a("actualMarkerBrush", brushToString(this.i.xu));
|
|
6583
6583
|
}
|
|
6584
6584
|
/**
|
|
6585
6585
|
* Gets the effective marker outline for the current series object.
|
|
6586
6586
|
*/
|
|
6587
6587
|
get actualMarkerOutline() {
|
|
6588
|
-
return brushToString(this.i.
|
|
6588
|
+
return brushToString(this.i.xv);
|
|
6589
6589
|
}
|
|
6590
6590
|
set actualMarkerOutline(v) {
|
|
6591
|
-
this.i.
|
|
6592
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
6591
|
+
this.i.xv = stringToBrush(v);
|
|
6592
|
+
this._a("actualMarkerOutline", brushToString(this.i.xv));
|
|
6593
6593
|
}
|
|
6594
6594
|
}
|
|
6595
6595
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -6609,75 +6609,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6609
6609
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
6610
6610
|
constructor() {
|
|
6611
6611
|
super();
|
|
6612
|
-
let a = this.
|
|
6613
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
6612
|
+
let a = this.ws;
|
|
6613
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xg));
|
|
6614
6614
|
}
|
|
6615
|
-
|
|
6616
|
-
return this.
|
|
6617
|
-
}
|
|
6618
|
-
ve() {
|
|
6619
|
-
return this.xt;
|
|
6615
|
+
st() {
|
|
6616
|
+
return this.xh;
|
|
6620
6617
|
}
|
|
6621
6618
|
vf() {
|
|
6622
6619
|
return this.xu;
|
|
6623
6620
|
}
|
|
6621
|
+
vg() {
|
|
6622
|
+
return this.xv;
|
|
6623
|
+
}
|
|
6624
6624
|
il() {
|
|
6625
|
-
return this.
|
|
6625
|
+
return this.w3;
|
|
6626
6626
|
}
|
|
6627
|
-
|
|
6628
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
6627
|
+
l8() {
|
|
6628
|
+
let a = typeCast(MarkerSeries.$, this.ws);
|
|
6629
6629
|
if (a == null) {
|
|
6630
6630
|
return "Unknown";
|
|
6631
6631
|
}
|
|
6632
|
-
return a.
|
|
6632
|
+
return a.l8();
|
|
6633
6633
|
}
|
|
6634
|
-
|
|
6635
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
6634
|
+
xg(a, b) {
|
|
6635
|
+
let c = typeCast(MarkerSeries.$, this.ws);
|
|
6636
6636
|
if (c == null) {
|
|
6637
6637
|
return;
|
|
6638
6638
|
}
|
|
6639
6639
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6640
|
-
this.
|
|
6640
|
+
this.xh = c.xs;
|
|
6641
6641
|
}
|
|
6642
6642
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6643
|
-
this.
|
|
6643
|
+
this.xv = c.ya;
|
|
6644
6644
|
}
|
|
6645
6645
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6646
|
-
this.
|
|
6646
|
+
this.xu = c.x9;
|
|
6647
6647
|
}
|
|
6648
6648
|
}
|
|
6649
|
-
|
|
6650
|
-
super.
|
|
6649
|
+
q5(a, b, c, d) {
|
|
6650
|
+
super.q5(a, b, c, d);
|
|
6651
6651
|
switch (b) {
|
|
6652
6652
|
case GeographicMarkerSeries.$$p[3]:
|
|
6653
|
-
this.
|
|
6653
|
+
this.ws.yb = this.xw;
|
|
6654
6654
|
break;
|
|
6655
6655
|
case GeographicMarkerSeries.$$p[6]:
|
|
6656
|
-
this.
|
|
6656
|
+
this.ws.yc = this.xx;
|
|
6657
6657
|
break;
|
|
6658
6658
|
case GeographicMarkerSeries.$$p[5]:
|
|
6659
|
-
this.
|
|
6659
|
+
this.ws.ww = this.w1;
|
|
6660
6660
|
break;
|
|
6661
6661
|
case GeographicMarkerSeries.$$p[4]:
|
|
6662
|
-
this.
|
|
6662
|
+
this.ws.ws = this.w0;
|
|
6663
6663
|
break;
|
|
6664
6664
|
case GeographicMarkerSeries.$$p[9]:
|
|
6665
|
-
this.
|
|
6665
|
+
this.ws.w2 = this.w2;
|
|
6666
6666
|
break;
|
|
6667
6667
|
case GeographicMarkerSeries.$$p[7]:
|
|
6668
|
-
this.
|
|
6668
|
+
this.ws.xu = this.xi;
|
|
6669
6669
|
break;
|
|
6670
6670
|
case GeographicMarkerSeries.$$p[8]:
|
|
6671
|
-
this.
|
|
6671
|
+
this.ws.xb = this.w3;
|
|
6672
6672
|
break;
|
|
6673
6673
|
case GeographicMarkerSeries.$$p[10]:
|
|
6674
|
-
this.
|
|
6674
|
+
this.ws.z1 = this.w4;
|
|
6675
6675
|
break;
|
|
6676
6676
|
}
|
|
6677
6677
|
}
|
|
6678
6678
|
}
|
|
6679
6679
|
GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
6680
|
-
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
6680
|
+
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xu:xj', [Brush.$], 'ActualMarkerOutline:xv:xk', [Brush.$], 'ActualMarkerTemplate:xh:xl', [DataTemplate.$, null], 'MarkerBrush:xw:xm', [Brush.$], 'MarkerFillMode:w0:xn', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w1:xo', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xx:xp', [Brush.$], 'MarkerTemplate:xi:xq', [DataTemplate.$, null], 'MarkerThickness:w3:xr', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:w2:xs', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w4:xt', [1, 400]]);
|
|
6681
6681
|
return GeographicMarkerSeries;
|
|
6682
6682
|
})();
|
|
6683
6683
|
|
|
@@ -6704,49 +6704,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6704
6704
|
}
|
|
6705
6705
|
b5() {
|
|
6706
6706
|
super.b5();
|
|
6707
|
-
let a = this.ch.
|
|
6708
|
-
a.
|
|
6709
|
-
a.
|
|
6710
|
-
a.
|
|
6711
|
-
a.
|
|
6712
|
-
a.
|
|
6707
|
+
let a = this.ch.ws;
|
|
6708
|
+
a.aal = this.ch.yr;
|
|
6709
|
+
a.aat = this.ch.yp;
|
|
6710
|
+
a.w2 = this.ch.w2;
|
|
6711
|
+
a.xu = this.ch.xi;
|
|
6712
|
+
a.xb = this.ch.w3;
|
|
6713
|
+
a.act = this.ch.yb;
|
|
6714
|
+
a.adj = this.ch.yw;
|
|
6715
|
+
a.acj = this.ch.x3;
|
|
6716
|
+
a.ac9 = this.ch.yn;
|
|
6717
|
+
a.ac4 = this.ch.yf;
|
|
6718
|
+
a.acg = this.ch.x0;
|
|
6719
|
+
a.acr = this.ch.x7;
|
|
6713
6720
|
a.acs = this.ch.ya;
|
|
6714
|
-
a.
|
|
6715
|
-
a.aci = this.ch.x2;
|
|
6716
|
-
a.ac8 = this.ch.ym;
|
|
6717
|
-
a.ac3 = this.ch.ye;
|
|
6718
|
-
a.acf = this.ch.xz;
|
|
6719
|
-
a.acq = this.ch.x6;
|
|
6720
|
-
a.acr = this.ch.x9;
|
|
6721
|
+
a.acy = this.ch.yd;
|
|
6721
6722
|
a.acx = this.ch.yc;
|
|
6722
|
-
a.acw = this.ch.yb;
|
|
6723
6723
|
}
|
|
6724
6724
|
cq() {
|
|
6725
|
-
this.ch.
|
|
6725
|
+
this.ch.ws.aal = this.ch.yr;
|
|
6726
6726
|
}
|
|
6727
6727
|
cp() {
|
|
6728
|
-
this.ch.
|
|
6728
|
+
this.ch.ws.aat = this.ch.yp;
|
|
6729
6729
|
}
|
|
6730
6730
|
cv() {
|
|
6731
|
-
this.ch.
|
|
6731
|
+
this.ch.ws.w2 = this.ch.w2;
|
|
6732
6732
|
}
|
|
6733
6733
|
ct() {
|
|
6734
|
-
this.ch.
|
|
6734
|
+
this.ch.ws.xu = this.ch.xi;
|
|
6735
6735
|
}
|
|
6736
6736
|
cu() {
|
|
6737
|
-
this.ch.
|
|
6737
|
+
this.ch.ws.xb = this.ch.w3;
|
|
6738
6738
|
}
|
|
6739
6739
|
cw() {
|
|
6740
|
-
this.ch.
|
|
6740
|
+
this.ch.ws.z1 = this.ch.w4;
|
|
6741
6741
|
}
|
|
6742
6742
|
cy() {
|
|
6743
|
-
this.ch.
|
|
6743
|
+
this.ch.ws.xAxis = this.ch.c9.v8;
|
|
6744
6744
|
}
|
|
6745
6745
|
cz() {
|
|
6746
|
-
this.ch.
|
|
6746
|
+
this.ch.ws.yAxis = this.ch.c9.wa;
|
|
6747
6747
|
}
|
|
6748
6748
|
cx() {
|
|
6749
|
-
let a = this.ch.
|
|
6749
|
+
let a = this.ch.ws;
|
|
6750
6750
|
if (this.ch.c9 == null) {
|
|
6751
6751
|
a.xAxis = null;
|
|
6752
6752
|
a.yAxis = null;
|
|
@@ -6756,45 +6756,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6756
6756
|
a.yAxis = this.ch.c9.wa;
|
|
6757
6757
|
}
|
|
6758
6758
|
cr() {
|
|
6759
|
-
this.ch.
|
|
6759
|
+
this.ch.ws.yb = this.ch.xw;
|
|
6760
6760
|
}
|
|
6761
6761
|
cs() {
|
|
6762
|
-
this.ch.
|
|
6762
|
+
this.ch.ws.yc = this.ch.xx;
|
|
6763
6763
|
}
|
|
6764
6764
|
c0() {
|
|
6765
|
-
this.ch.
|
|
6765
|
+
this.ch.ws.adj = this.ch.yw;
|
|
6766
6766
|
}
|
|
6767
6767
|
c1() {
|
|
6768
|
-
this.ch.
|
|
6769
|
-
this.ch.
|
|
6768
|
+
this.ch.ws.acj = this.ch.x3;
|
|
6769
|
+
this.ch.ws.act = this.ch.yb;
|
|
6770
6770
|
}
|
|
6771
6771
|
cl() {
|
|
6772
|
-
this.ch.
|
|
6772
|
+
this.ch.ws.ac9 = this.ch.yn;
|
|
6773
6773
|
}
|
|
6774
6774
|
cj() {
|
|
6775
|
-
this.ch.
|
|
6776
|
-
this.ch.
|
|
6777
|
-
this.ch.
|
|
6778
|
-
this.ch.
|
|
6779
|
-
this.ch.
|
|
6775
|
+
this.ch.ws.acg = this.ch.x0;
|
|
6776
|
+
this.ch.ws.acr = this.ch.x7;
|
|
6777
|
+
this.ch.ws.acs = this.ch.ya;
|
|
6778
|
+
this.ch.ws.acy = this.ch.yd;
|
|
6779
|
+
this.ch.ws.acx = this.ch.yc;
|
|
6780
6780
|
}
|
|
6781
6781
|
ci() {
|
|
6782
|
-
this.ch.
|
|
6782
|
+
this.ch.ws.ac4 = this.ch.yf;
|
|
6783
6783
|
}
|
|
6784
6784
|
c2() {
|
|
6785
|
-
this.ch.
|
|
6785
|
+
this.ch.ws.act = this.ch.yb;
|
|
6786
6786
|
}
|
|
6787
6787
|
ck() {
|
|
6788
|
-
this.ch.
|
|
6788
|
+
this.ch.ws.acr = this.ch.x7;
|
|
6789
6789
|
}
|
|
6790
6790
|
co() {
|
|
6791
|
-
this.ch.
|
|
6791
|
+
this.ch.ws.acs = this.ch.ya;
|
|
6792
6792
|
}
|
|
6793
6793
|
cn() {
|
|
6794
|
-
this.ch.
|
|
6794
|
+
this.ch.ws.acy = this.ch.yd;
|
|
6795
6795
|
}
|
|
6796
6796
|
cm() {
|
|
6797
|
-
this.ch.
|
|
6797
|
+
this.ch.ws.acx = this.ch.yc;
|
|
6798
6798
|
}
|
|
6799
6799
|
}
|
|
6800
6800
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -6813,9 +6813,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6813
6813
|
}
|
|
6814
6814
|
constructor() {
|
|
6815
6815
|
super();
|
|
6816
|
-
this.
|
|
6816
|
+
this.x1 = null;
|
|
6817
|
+
this.x6 = false;
|
|
6817
6818
|
this.x5 = false;
|
|
6818
|
-
this.x4 = false;
|
|
6819
6819
|
this.assigningScatterStyle = null;
|
|
6820
6820
|
this.assigningScatterMarkerStyle = null;
|
|
6821
6821
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -6823,112 +6823,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6823
6823
|
cq() {
|
|
6824
6824
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
6825
6825
|
}
|
|
6826
|
-
|
|
6827
|
-
super.
|
|
6828
|
-
this.
|
|
6826
|
+
qx(a) {
|
|
6827
|
+
super.qx(a);
|
|
6828
|
+
this.x4 = a;
|
|
6829
6829
|
}
|
|
6830
6830
|
jj() {
|
|
6831
6831
|
return 0.7;
|
|
6832
6832
|
}
|
|
6833
|
-
|
|
6833
|
+
wr() {
|
|
6834
6834
|
return new BubbleSeries();
|
|
6835
6835
|
}
|
|
6836
6836
|
get_fc() {
|
|
6837
6837
|
return true;
|
|
6838
6838
|
}
|
|
6839
|
-
|
|
6840
|
-
super.
|
|
6839
|
+
q5(a, b, c, d) {
|
|
6840
|
+
super.q5(a, b, c, d);
|
|
6841
6841
|
switch (b) {
|
|
6842
6842
|
case "SeriesViewer":
|
|
6843
|
-
this.
|
|
6843
|
+
this.x4.cx();
|
|
6844
6844
|
break;
|
|
6845
6845
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
6846
|
-
this.
|
|
6846
|
+
this.x4.cq();
|
|
6847
6847
|
break;
|
|
6848
6848
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
6849
|
-
this.
|
|
6849
|
+
this.x4.cp();
|
|
6850
6850
|
break;
|
|
6851
6851
|
case "XAxis":
|
|
6852
|
-
this.
|
|
6852
|
+
this.x4.cy();
|
|
6853
6853
|
break;
|
|
6854
6854
|
case "YAxis":
|
|
6855
|
-
this.
|
|
6855
|
+
this.x4.cz();
|
|
6856
6856
|
break;
|
|
6857
6857
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
6858
|
-
this.
|
|
6858
|
+
this.x4.c0();
|
|
6859
6859
|
break;
|
|
6860
6860
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
6861
|
-
this.
|
|
6861
|
+
this.x4.c1();
|
|
6862
6862
|
break;
|
|
6863
6863
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
6864
|
-
this.
|
|
6864
|
+
this.x4.c2();
|
|
6865
6865
|
break;
|
|
6866
6866
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
6867
|
-
this.
|
|
6867
|
+
this.x4.cl();
|
|
6868
6868
|
break;
|
|
6869
6869
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
6870
|
-
this.
|
|
6870
|
+
this.x4.ci();
|
|
6871
6871
|
break;
|
|
6872
6872
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
6873
|
-
this.
|
|
6873
|
+
this.x4.cj();
|
|
6874
6874
|
break;
|
|
6875
6875
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
6876
|
-
this.
|
|
6876
|
+
this.x4.ck();
|
|
6877
6877
|
break;
|
|
6878
6878
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
6879
|
-
this.
|
|
6879
|
+
this.x4.co();
|
|
6880
6880
|
break;
|
|
6881
6881
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
6882
|
-
this.
|
|
6882
|
+
this.x4.cn();
|
|
6883
6883
|
break;
|
|
6884
6884
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
6885
|
-
this.
|
|
6885
|
+
this.x4.cm();
|
|
6886
6886
|
break;
|
|
6887
6887
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
6888
|
-
this.
|
|
6889
|
-
this.
|
|
6890
|
-
if (this.
|
|
6891
|
-
let e = this.
|
|
6892
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
6888
|
+
this.ws.zh = this.x9;
|
|
6889
|
+
this.x6 = this.x9;
|
|
6890
|
+
if (this.x9) {
|
|
6891
|
+
let e = this.ws;
|
|
6892
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y1));
|
|
6893
6893
|
}
|
|
6894
6894
|
else {
|
|
6895
|
-
let f = this.
|
|
6896
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
6895
|
+
let f = this.ws;
|
|
6896
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y1));
|
|
6897
6897
|
}
|
|
6898
6898
|
break;
|
|
6899
6899
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
6900
|
-
this.
|
|
6901
|
-
this.
|
|
6902
|
-
if (this.
|
|
6903
|
-
let g = this.
|
|
6904
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
6900
|
+
this.ws.zg = this.x8;
|
|
6901
|
+
this.x5 = this.x8;
|
|
6902
|
+
if (this.x9) {
|
|
6903
|
+
let g = this.ws;
|
|
6904
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y0));
|
|
6905
6905
|
}
|
|
6906
6906
|
else {
|
|
6907
|
-
let h = this.
|
|
6908
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
6907
|
+
let h = this.ws;
|
|
6908
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y0));
|
|
6909
6909
|
}
|
|
6910
6910
|
break;
|
|
6911
6911
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
6912
|
-
this.
|
|
6912
|
+
this.ws.y0 = this.x2;
|
|
6913
6913
|
break;
|
|
6914
6914
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
6915
|
-
this.
|
|
6915
|
+
this.ws.z0 = this.ye;
|
|
6916
6916
|
break;
|
|
6917
6917
|
}
|
|
6918
6918
|
}
|
|
6919
|
-
|
|
6919
|
+
y1(a, b) {
|
|
6920
6920
|
if (this.assigningScatterStyle != null) {
|
|
6921
6921
|
this.assigningScatterStyle(this, b);
|
|
6922
6922
|
}
|
|
6923
6923
|
}
|
|
6924
|
-
|
|
6924
|
+
y0(a, b) {
|
|
6925
6925
|
if (this.assigningScatterMarkerStyle != null) {
|
|
6926
6926
|
this.assigningScatterMarkerStyle(this, b);
|
|
6927
6927
|
}
|
|
6928
6928
|
}
|
|
6929
6929
|
}
|
|
6930
6930
|
GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
6931
|
-
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
6931
|
+
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yf:y2', [2], 'FillScale:x0:y3', [BrushScale.$], 'FillScaleUseGlobalValues:x7:y4', [0, false], 'IsCustomScatterMarkerStyleAllowed:x8:y5', [0, false], 'IsCustomScatterStyleAllowed:x9:y6', [0, false], 'ItemSearchMode:x2:y7', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ye:y8', [1, 10000], 'LabelMemberPath:yn:y9', [2], 'LatitudeMemberPath:yp:za', [2, null], 'LongitudeMemberPath:yr:zb', [2, null], 'MarkerBrushBrightness:yc:zc', [1, NaN], 'MarkerOutlineBrightness:yd:zd', [1, NaN], 'MarkerOutlineUsesFillScale:ya:ze', [0, false], 'RadiusMemberPath:yw:zf', [2, null], 'RadiusScale:x3:zg', [SizeScale.$], 'RadiusScaleUseGlobalValues:yb:zh', [0, false]]);
|
|
6932
6932
|
return GeographicProportionalSymbolSeries;
|
|
6933
6933
|
})();
|
|
6934
6934
|
|
|
@@ -7010,34 +7010,34 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7010
7010
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7011
7011
|
*/
|
|
7012
7012
|
get latitudeMemberPath() {
|
|
7013
|
-
return this.i.
|
|
7013
|
+
return this.i.yp;
|
|
7014
7014
|
}
|
|
7015
7015
|
set latitudeMemberPath(v) {
|
|
7016
|
-
this.i.
|
|
7016
|
+
this.i.yp = v;
|
|
7017
7017
|
}
|
|
7018
7018
|
/**
|
|
7019
7019
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7020
7020
|
*/
|
|
7021
7021
|
get longitudeMemberPath() {
|
|
7022
|
-
return this.i.
|
|
7022
|
+
return this.i.yr;
|
|
7023
7023
|
}
|
|
7024
7024
|
set longitudeMemberPath(v) {
|
|
7025
|
-
this.i.
|
|
7025
|
+
this.i.yr = v;
|
|
7026
7026
|
}
|
|
7027
7027
|
/**
|
|
7028
7028
|
* Gets or sets the radius mapping property for the current series object.
|
|
7029
7029
|
*/
|
|
7030
7030
|
get radiusMemberPath() {
|
|
7031
|
-
return this.i.
|
|
7031
|
+
return this.i.yw;
|
|
7032
7032
|
}
|
|
7033
7033
|
set radiusMemberPath(v) {
|
|
7034
|
-
this.i.
|
|
7034
|
+
this.i.yw = v;
|
|
7035
7035
|
}
|
|
7036
7036
|
/**
|
|
7037
7037
|
* Gets or sets the radius size scale for the bubbles.
|
|
7038
7038
|
*/
|
|
7039
7039
|
get radiusScale() {
|
|
7040
|
-
const r = this.i.
|
|
7040
|
+
const r = this.i.x3;
|
|
7041
7041
|
if (r == null) {
|
|
7042
7042
|
return null;
|
|
7043
7043
|
}
|
|
@@ -7053,31 +7053,31 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7053
7053
|
set radiusScale(v) {
|
|
7054
7054
|
if (v != null && this._stylingContainer && v._styling)
|
|
7055
7055
|
v._styling(this._stylingContainer, this, this);
|
|
7056
|
-
v == null ? this.i.
|
|
7056
|
+
v == null ? this.i.x3 = null : this.i.x3 = v.i;
|
|
7057
7057
|
}
|
|
7058
7058
|
/**
|
|
7059
7059
|
* Gets or sets the Label mapping property for the current series object.
|
|
7060
7060
|
*/
|
|
7061
7061
|
get labelMemberPath() {
|
|
7062
|
-
return this.i.
|
|
7062
|
+
return this.i.yn;
|
|
7063
7063
|
}
|
|
7064
7064
|
set labelMemberPath(v) {
|
|
7065
|
-
this.i.
|
|
7065
|
+
this.i.yn = v;
|
|
7066
7066
|
}
|
|
7067
7067
|
/**
|
|
7068
7068
|
* Gets or sets the fill mapping property for the current series object.
|
|
7069
7069
|
*/
|
|
7070
7070
|
get fillMemberPath() {
|
|
7071
|
-
return this.i.
|
|
7071
|
+
return this.i.yf;
|
|
7072
7072
|
}
|
|
7073
7073
|
set fillMemberPath(v) {
|
|
7074
|
-
this.i.
|
|
7074
|
+
this.i.yf = v;
|
|
7075
7075
|
}
|
|
7076
7076
|
/**
|
|
7077
7077
|
* Gets or sets the brush scale for the marker brush.
|
|
7078
7078
|
*/
|
|
7079
7079
|
get fillScale() {
|
|
7080
|
-
const r = this.i.
|
|
7080
|
+
const r = this.i.x0;
|
|
7081
7081
|
if (r == null) {
|
|
7082
7082
|
return null;
|
|
7083
7083
|
}
|
|
@@ -7093,102 +7093,102 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7093
7093
|
set fillScale(v) {
|
|
7094
7094
|
if (v != null && this._stylingContainer && v._styling)
|
|
7095
7095
|
v._styling(this._stylingContainer, this, this);
|
|
7096
|
-
v == null ? this.i.
|
|
7096
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
7097
7097
|
}
|
|
7098
7098
|
/**
|
|
7099
7099
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
7100
7100
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7101
7101
|
*/
|
|
7102
7102
|
get fillScaleUseGlobalValues() {
|
|
7103
|
-
return this.i.
|
|
7103
|
+
return this.i.x7;
|
|
7104
7104
|
}
|
|
7105
7105
|
set fillScaleUseGlobalValues(v) {
|
|
7106
|
-
this.i.
|
|
7107
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
7106
|
+
this.i.x7 = ensureBool(v);
|
|
7107
|
+
this._a("fillScaleUseGlobalValues", this.i.x7);
|
|
7108
7108
|
}
|
|
7109
7109
|
/**
|
|
7110
7110
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
7111
7111
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7112
7112
|
*/
|
|
7113
7113
|
get markerOutlineUsesFillScale() {
|
|
7114
|
-
return this.i.
|
|
7114
|
+
return this.i.ya;
|
|
7115
7115
|
}
|
|
7116
7116
|
set markerOutlineUsesFillScale(v) {
|
|
7117
|
-
this.i.
|
|
7118
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
7117
|
+
this.i.ya = ensureBool(v);
|
|
7118
|
+
this._a("markerOutlineUsesFillScale", this.i.ya);
|
|
7119
7119
|
}
|
|
7120
7120
|
/**
|
|
7121
7121
|
* 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
|
|
7122
7122
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7123
7123
|
*/
|
|
7124
7124
|
get markerOutlineBrightness() {
|
|
7125
|
-
return this.i.
|
|
7125
|
+
return this.i.yd;
|
|
7126
7126
|
}
|
|
7127
7127
|
set markerOutlineBrightness(v) {
|
|
7128
|
-
this.i.
|
|
7129
|
-
this._a("markerOutlineBrightness", this.i.
|
|
7128
|
+
this.i.yd = +v;
|
|
7129
|
+
this._a("markerOutlineBrightness", this.i.yd);
|
|
7130
7130
|
}
|
|
7131
7131
|
/**
|
|
7132
7132
|
* 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
|
|
7133
7133
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7134
7134
|
*/
|
|
7135
7135
|
get markerBrushBrightness() {
|
|
7136
|
-
return this.i.
|
|
7136
|
+
return this.i.yc;
|
|
7137
7137
|
}
|
|
7138
7138
|
set markerBrushBrightness(v) {
|
|
7139
|
-
this.i.
|
|
7140
|
-
this._a("markerBrushBrightness", this.i.
|
|
7139
|
+
this.i.yc = +v;
|
|
7140
|
+
this._a("markerBrushBrightness", this.i.yc);
|
|
7141
7141
|
}
|
|
7142
7142
|
/**
|
|
7143
7143
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
7144
7144
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7145
7145
|
*/
|
|
7146
7146
|
get radiusScaleUseGlobalValues() {
|
|
7147
|
-
return this.i.
|
|
7147
|
+
return this.i.yb;
|
|
7148
7148
|
}
|
|
7149
7149
|
set radiusScaleUseGlobalValues(v) {
|
|
7150
|
-
this.i.
|
|
7151
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
7150
|
+
this.i.yb = ensureBool(v);
|
|
7151
|
+
this._a("radiusScaleUseGlobalValues", this.i.yb);
|
|
7152
7152
|
}
|
|
7153
7153
|
/**
|
|
7154
7154
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7155
7155
|
*/
|
|
7156
7156
|
get isCustomScatterStyleAllowed() {
|
|
7157
|
-
return this.i.
|
|
7157
|
+
return this.i.x9;
|
|
7158
7158
|
}
|
|
7159
7159
|
set isCustomScatterStyleAllowed(v) {
|
|
7160
|
-
this.i.
|
|
7161
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7160
|
+
this.i.x9 = ensureBool(v);
|
|
7161
|
+
this._a("isCustomScatterStyleAllowed", this.i.x9);
|
|
7162
7162
|
}
|
|
7163
7163
|
/**
|
|
7164
7164
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7165
7165
|
*/
|
|
7166
7166
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7167
|
-
return this.i.
|
|
7167
|
+
return this.i.x8;
|
|
7168
7168
|
}
|
|
7169
7169
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7170
|
-
this.i.
|
|
7171
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7170
|
+
this.i.x8 = ensureBool(v);
|
|
7171
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.x8);
|
|
7172
7172
|
}
|
|
7173
7173
|
/**
|
|
7174
7174
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7175
7175
|
*/
|
|
7176
7176
|
get itemSearchMode() {
|
|
7177
|
-
return this.i.
|
|
7177
|
+
return this.i.x2;
|
|
7178
7178
|
}
|
|
7179
7179
|
set itemSearchMode(v) {
|
|
7180
|
-
this.i.
|
|
7181
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7180
|
+
this.i.x2 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7181
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x2));
|
|
7182
7182
|
}
|
|
7183
7183
|
/**
|
|
7184
7184
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7185
7185
|
*/
|
|
7186
7186
|
get itemSearchThreshold() {
|
|
7187
|
-
return this.i.
|
|
7187
|
+
return this.i.ye;
|
|
7188
7188
|
}
|
|
7189
7189
|
set itemSearchThreshold(v) {
|
|
7190
|
-
this.i.
|
|
7191
|
-
this._a("itemSearchThreshold", this.i.
|
|
7190
|
+
this.i.ye = +v;
|
|
7191
|
+
this._a("itemSearchThreshold", this.i.ye);
|
|
7192
7192
|
}
|
|
7193
7193
|
findByName(name) {
|
|
7194
7194
|
var baseResult = super.findByName(name);
|
|
@@ -7310,40 +7310,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7310
7310
|
}
|
|
7311
7311
|
}
|
|
7312
7312
|
b5() {
|
|
7313
|
-
let a = this.ch.
|
|
7313
|
+
let a = this.ch.ws;
|
|
7314
7314
|
super.b5();
|
|
7315
|
-
a.
|
|
7316
|
-
a.
|
|
7317
|
-
a.
|
|
7318
|
-
a.
|
|
7319
|
-
a.
|
|
7315
|
+
a.aal = this.ch.yg;
|
|
7316
|
+
a.aat = this.ch.ye;
|
|
7317
|
+
a.w2 = this.ch.w2;
|
|
7318
|
+
a.xu = this.ch.xi;
|
|
7319
|
+
a.xb = this.ch.w3;
|
|
7320
7320
|
}
|
|
7321
7321
|
cj() {
|
|
7322
|
-
this.ch.
|
|
7322
|
+
this.ch.ws.aal = this.ch.yg;
|
|
7323
7323
|
}
|
|
7324
7324
|
ci() {
|
|
7325
|
-
this.ch.
|
|
7325
|
+
this.ch.ws.aat = this.ch.ye;
|
|
7326
7326
|
}
|
|
7327
7327
|
cp() {
|
|
7328
|
-
this.ch.
|
|
7328
|
+
this.ch.ws.w2 = this.ch.w2;
|
|
7329
7329
|
}
|
|
7330
7330
|
cn() {
|
|
7331
|
-
this.ch.
|
|
7331
|
+
this.ch.ws.xu = this.ch.xi;
|
|
7332
7332
|
}
|
|
7333
7333
|
co() {
|
|
7334
|
-
this.ch.
|
|
7334
|
+
this.ch.ws.xb = this.ch.w3;
|
|
7335
7335
|
}
|
|
7336
7336
|
cq() {
|
|
7337
|
-
this.ch.
|
|
7337
|
+
this.ch.ws.z1 = this.ch.w4;
|
|
7338
7338
|
}
|
|
7339
7339
|
cs() {
|
|
7340
|
-
this.ch.
|
|
7340
|
+
this.ch.ws.xAxis = this.ch.c9.v8;
|
|
7341
7341
|
}
|
|
7342
7342
|
ct() {
|
|
7343
|
-
this.ch.
|
|
7343
|
+
this.ch.ws.yAxis = this.ch.c9.wa;
|
|
7344
7344
|
}
|
|
7345
7345
|
cr() {
|
|
7346
|
-
let a = this.ch.
|
|
7346
|
+
let a = this.ch.ws;
|
|
7347
7347
|
if (this.ch.c9 == null) {
|
|
7348
7348
|
a.xAxis = null;
|
|
7349
7349
|
a.yAxis = null;
|
|
@@ -7353,13 +7353,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7353
7353
|
a.yAxis = this.ch.c9.wa;
|
|
7354
7354
|
}
|
|
7355
7355
|
cl() {
|
|
7356
|
-
this.ch.
|
|
7356
|
+
this.ch.ws.yl = this.ch.x0;
|
|
7357
7357
|
}
|
|
7358
7358
|
ck() {
|
|
7359
|
-
this.ch.
|
|
7359
|
+
this.ch.ws.yb = this.ch.xw;
|
|
7360
7360
|
}
|
|
7361
7361
|
cm() {
|
|
7362
|
-
this.ch.
|
|
7362
|
+
this.ch.ws.yc = this.ch.xx;
|
|
7363
7363
|
}
|
|
7364
7364
|
}
|
|
7365
7365
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7378,9 +7378,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7378
7378
|
}
|
|
7379
7379
|
constructor() {
|
|
7380
7380
|
super();
|
|
7381
|
-
this.
|
|
7381
|
+
this.x2 = null;
|
|
7382
|
+
this.x5 = false;
|
|
7382
7383
|
this.x4 = false;
|
|
7383
|
-
this.x3 = false;
|
|
7384
7384
|
this.assigningScatterStyle = null;
|
|
7385
7385
|
this.assigningScatterMarkerStyle = null;
|
|
7386
7386
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -7388,85 +7388,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7388
7388
|
cq() {
|
|
7389
7389
|
return new GeographicSymbolSeriesView(this);
|
|
7390
7390
|
}
|
|
7391
|
-
|
|
7392
|
-
super.
|
|
7393
|
-
this.
|
|
7391
|
+
qx(a) {
|
|
7392
|
+
super.qx(a);
|
|
7393
|
+
this.x3 = a;
|
|
7394
7394
|
}
|
|
7395
7395
|
jj() {
|
|
7396
7396
|
return 0.7;
|
|
7397
7397
|
}
|
|
7398
|
-
|
|
7398
|
+
wr() {
|
|
7399
7399
|
return new ScatterSeries();
|
|
7400
7400
|
}
|
|
7401
7401
|
get_fc() {
|
|
7402
7402
|
return true;
|
|
7403
7403
|
}
|
|
7404
|
-
|
|
7405
|
-
super.
|
|
7404
|
+
q5(a, b, c, d) {
|
|
7405
|
+
super.q5(a, b, c, d);
|
|
7406
7406
|
switch (b) {
|
|
7407
7407
|
case "SeriesViewer":
|
|
7408
|
-
this.
|
|
7408
|
+
this.x3.cr();
|
|
7409
7409
|
break;
|
|
7410
7410
|
case GeographicSymbolSeries.$$p[5]:
|
|
7411
|
-
this.
|
|
7411
|
+
this.x3.cj();
|
|
7412
7412
|
break;
|
|
7413
7413
|
case GeographicSymbolSeries.$$p[4]:
|
|
7414
|
-
this.
|
|
7414
|
+
this.x3.ci();
|
|
7415
7415
|
break;
|
|
7416
7416
|
case GeographicSymbolSeries.$$p[6]:
|
|
7417
|
-
this.
|
|
7417
|
+
this.x3.cl();
|
|
7418
7418
|
break;
|
|
7419
7419
|
case "XAxis":
|
|
7420
|
-
this.
|
|
7420
|
+
this.x3.cs();
|
|
7421
7421
|
break;
|
|
7422
7422
|
case "YAxis":
|
|
7423
|
-
this.
|
|
7423
|
+
this.x3.ct();
|
|
7424
7424
|
break;
|
|
7425
7425
|
case GeographicSymbolSeries.$$p[1]:
|
|
7426
|
-
this.
|
|
7427
|
-
this.
|
|
7428
|
-
if (this.
|
|
7429
|
-
let e = this.
|
|
7430
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7426
|
+
this.ws.zh = this.x7;
|
|
7427
|
+
this.x5 = this.x7;
|
|
7428
|
+
if (this.x7) {
|
|
7429
|
+
let e = this.ws;
|
|
7430
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yl));
|
|
7431
7431
|
}
|
|
7432
7432
|
else {
|
|
7433
|
-
let f = this.
|
|
7434
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7433
|
+
let f = this.ws;
|
|
7434
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yl));
|
|
7435
7435
|
}
|
|
7436
7436
|
break;
|
|
7437
7437
|
case GeographicSymbolSeries.$$p[0]:
|
|
7438
|
-
this.
|
|
7439
|
-
this.
|
|
7440
|
-
if (this.
|
|
7441
|
-
let g = this.
|
|
7442
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7438
|
+
this.ws.zg = this.x6;
|
|
7439
|
+
this.x4 = this.x6;
|
|
7440
|
+
if (this.x7) {
|
|
7441
|
+
let g = this.ws;
|
|
7442
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yk));
|
|
7443
7443
|
}
|
|
7444
7444
|
else {
|
|
7445
|
-
let h = this.
|
|
7446
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7445
|
+
let h = this.ws;
|
|
7446
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yk));
|
|
7447
7447
|
}
|
|
7448
7448
|
break;
|
|
7449
7449
|
case GeographicSymbolSeries.$$p[2]:
|
|
7450
|
-
this.
|
|
7450
|
+
this.ws.y0 = this.x1;
|
|
7451
7451
|
break;
|
|
7452
7452
|
case GeographicSymbolSeries.$$p[3]:
|
|
7453
|
-
this.
|
|
7453
|
+
this.ws.z0 = this.x9;
|
|
7454
7454
|
break;
|
|
7455
7455
|
}
|
|
7456
7456
|
}
|
|
7457
|
-
|
|
7457
|
+
yl(a, b) {
|
|
7458
7458
|
if (this.assigningScatterStyle != null) {
|
|
7459
7459
|
this.assigningScatterStyle(this, b);
|
|
7460
7460
|
}
|
|
7461
7461
|
}
|
|
7462
|
-
|
|
7462
|
+
yk(a, b) {
|
|
7463
7463
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7464
7464
|
this.assigningScatterMarkerStyle(this, b);
|
|
7465
7465
|
}
|
|
7466
7466
|
}
|
|
7467
7467
|
}
|
|
7468
7468
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
7469
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
7469
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:x6:ym', [0, false], 'IsCustomScatterStyleAllowed:x7:yn', [0, false], 'ItemSearchMode:x1:yo', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:x9:yp', [1, 10000], 'LatitudeMemberPath:ye:yq', [2, null], 'LongitudeMemberPath:yg:yr', [2, null], 'MarkerCollisionAvoidance:x0:ys', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:x8:yt', [0, false]]);
|
|
7470
7470
|
return GeographicSymbolSeries;
|
|
7471
7471
|
})();
|
|
7472
7472
|
|
|
@@ -7548,69 +7548,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7548
7548
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7549
7549
|
*/
|
|
7550
7550
|
get latitudeMemberPath() {
|
|
7551
|
-
return this.i.
|
|
7551
|
+
return this.i.ye;
|
|
7552
7552
|
}
|
|
7553
7553
|
set latitudeMemberPath(v) {
|
|
7554
|
-
this.i.
|
|
7554
|
+
this.i.ye = v;
|
|
7555
7555
|
}
|
|
7556
7556
|
/**
|
|
7557
7557
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7558
7558
|
*/
|
|
7559
7559
|
get longitudeMemberPath() {
|
|
7560
|
-
return this.i.
|
|
7560
|
+
return this.i.yg;
|
|
7561
7561
|
}
|
|
7562
7562
|
set longitudeMemberPath(v) {
|
|
7563
|
-
this.i.
|
|
7563
|
+
this.i.yg = v;
|
|
7564
7564
|
}
|
|
7565
7565
|
/**
|
|
7566
7566
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
7567
7567
|
*/
|
|
7568
7568
|
get markerCollisionAvoidance() {
|
|
7569
|
-
return this.i.
|
|
7569
|
+
return this.i.x0;
|
|
7570
7570
|
}
|
|
7571
7571
|
set markerCollisionAvoidance(v) {
|
|
7572
|
-
this.i.
|
|
7573
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
7572
|
+
this.i.x0 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
7573
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x0));
|
|
7574
7574
|
}
|
|
7575
7575
|
/**
|
|
7576
7576
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7577
7577
|
*/
|
|
7578
7578
|
get isCustomScatterStyleAllowed() {
|
|
7579
|
-
return this.i.
|
|
7579
|
+
return this.i.x7;
|
|
7580
7580
|
}
|
|
7581
7581
|
set isCustomScatterStyleAllowed(v) {
|
|
7582
|
-
this.i.
|
|
7583
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7582
|
+
this.i.x7 = ensureBool(v);
|
|
7583
|
+
this._a("isCustomScatterStyleAllowed", this.i.x7);
|
|
7584
7584
|
}
|
|
7585
7585
|
/**
|
|
7586
7586
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7587
7587
|
*/
|
|
7588
7588
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7589
|
-
return this.i.
|
|
7589
|
+
return this.i.x6;
|
|
7590
7590
|
}
|
|
7591
7591
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7592
|
-
this.i.
|
|
7593
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7592
|
+
this.i.x6 = ensureBool(v);
|
|
7593
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.x6);
|
|
7594
7594
|
}
|
|
7595
7595
|
/**
|
|
7596
7596
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7597
7597
|
*/
|
|
7598
7598
|
get itemSearchMode() {
|
|
7599
|
-
return this.i.
|
|
7599
|
+
return this.i.x1;
|
|
7600
7600
|
}
|
|
7601
7601
|
set itemSearchMode(v) {
|
|
7602
|
-
this.i.
|
|
7603
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7602
|
+
this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7603
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x1));
|
|
7604
7604
|
}
|
|
7605
7605
|
/**
|
|
7606
7606
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7607
7607
|
*/
|
|
7608
7608
|
get itemSearchThreshold() {
|
|
7609
|
-
return this.i.
|
|
7609
|
+
return this.i.x9;
|
|
7610
7610
|
}
|
|
7611
7611
|
set itemSearchThreshold(v) {
|
|
7612
|
-
this.i.
|
|
7613
|
-
this._a("itemSearchThreshold", this.i.
|
|
7612
|
+
this.i.x9 = +v;
|
|
7613
|
+
this._a("itemSearchThreshold", this.i.x9);
|
|
7614
7614
|
}
|
|
7615
7615
|
/**
|
|
7616
7616
|
* Event raised when Assigning Category Style
|
|
@@ -7733,56 +7733,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7733
7733
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
7734
7734
|
*/
|
|
7735
7735
|
get longitudeMemberPath() {
|
|
7736
|
-
return this.i.
|
|
7736
|
+
return this.i.w4;
|
|
7737
7737
|
}
|
|
7738
7738
|
set longitudeMemberPath(v) {
|
|
7739
|
-
this.i.
|
|
7739
|
+
this.i.w4 = v;
|
|
7740
7740
|
}
|
|
7741
7741
|
/**
|
|
7742
7742
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
7743
7743
|
*/
|
|
7744
7744
|
get latitudeMemberPath() {
|
|
7745
|
-
return this.i.
|
|
7745
|
+
return this.i.w2;
|
|
7746
7746
|
}
|
|
7747
7747
|
set latitudeMemberPath(v) {
|
|
7748
|
-
this.i.
|
|
7748
|
+
this.i.w2 = v;
|
|
7749
7749
|
}
|
|
7750
7750
|
/**
|
|
7751
7751
|
* The source of triangulation data.
|
|
7752
7752
|
* 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.
|
|
7753
7753
|
*/
|
|
7754
7754
|
get trianglesSource() {
|
|
7755
|
-
return this.i.
|
|
7755
|
+
return this.i.w1;
|
|
7756
7756
|
}
|
|
7757
7757
|
set trianglesSource(v) {
|
|
7758
|
-
this.i.
|
|
7758
|
+
this.i.w1 = v;
|
|
7759
7759
|
}
|
|
7760
7760
|
/**
|
|
7761
7761
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
7762
7762
|
*/
|
|
7763
7763
|
get triangleVertexMemberPath1() {
|
|
7764
|
-
return this.i.
|
|
7764
|
+
return this.i.w7;
|
|
7765
7765
|
}
|
|
7766
7766
|
set triangleVertexMemberPath1(v) {
|
|
7767
|
-
this.i.
|
|
7767
|
+
this.i.w7 = v;
|
|
7768
7768
|
}
|
|
7769
7769
|
/**
|
|
7770
7770
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
7771
7771
|
*/
|
|
7772
7772
|
get triangleVertexMemberPath2() {
|
|
7773
|
-
return this.i.
|
|
7773
|
+
return this.i.w9;
|
|
7774
7774
|
}
|
|
7775
7775
|
set triangleVertexMemberPath2(v) {
|
|
7776
|
-
this.i.
|
|
7776
|
+
this.i.w9 = v;
|
|
7777
7777
|
}
|
|
7778
7778
|
/**
|
|
7779
7779
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
7780
7780
|
*/
|
|
7781
7781
|
get triangleVertexMemberPath3() {
|
|
7782
|
-
return this.i.
|
|
7782
|
+
return this.i.xb;
|
|
7783
7783
|
}
|
|
7784
7784
|
set triangleVertexMemberPath3(v) {
|
|
7785
|
-
this.i.
|
|
7785
|
+
this.i.xb = v;
|
|
7786
7786
|
}
|
|
7787
7787
|
}
|
|
7788
7788
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -7864,16 +7864,16 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7864
7864
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
7865
7865
|
*/
|
|
7866
7866
|
get colorMemberPath() {
|
|
7867
|
-
return this.i.
|
|
7867
|
+
return this.i.xq;
|
|
7868
7868
|
}
|
|
7869
7869
|
set colorMemberPath(v) {
|
|
7870
|
-
this.i.
|
|
7870
|
+
this.i.xq = v;
|
|
7871
7871
|
}
|
|
7872
7872
|
/**
|
|
7873
7873
|
* The ColorScale used to resolve the color values of points in the series.
|
|
7874
7874
|
*/
|
|
7875
7875
|
get colorScale() {
|
|
7876
|
-
const r = this.i.
|
|
7876
|
+
const r = this.i.xl;
|
|
7877
7877
|
if (r == null) {
|
|
7878
7878
|
return null;
|
|
7879
7879
|
}
|
|
@@ -7889,13 +7889,13 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7889
7889
|
set colorScale(v) {
|
|
7890
7890
|
if (v != null && this._stylingContainer && v._styling)
|
|
7891
7891
|
v._styling(this._stylingContainer, this, this);
|
|
7892
|
-
v == null ? this.i.
|
|
7892
|
+
v == null ? this.i.xl = null : this.i.xl = v.i;
|
|
7893
7893
|
}
|
|
7894
7894
|
/**
|
|
7895
7895
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
7896
7896
|
*/
|
|
7897
7897
|
get actualColorScale() {
|
|
7898
|
-
const r = this.i.
|
|
7898
|
+
const r = this.i.xk;
|
|
7899
7899
|
if (r == null) {
|
|
7900
7900
|
return null;
|
|
7901
7901
|
}
|
|
@@ -7911,7 +7911,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7911
7911
|
set actualColorScale(v) {
|
|
7912
7912
|
if (v != null && this._stylingContainer && v._styling)
|
|
7913
7913
|
v._styling(this._stylingContainer, this, this);
|
|
7914
|
-
v == null ? this.i.
|
|
7914
|
+
v == null ? this.i.xk = null : this.i.xk = v.i;
|
|
7915
7915
|
}
|
|
7916
7916
|
findByName(name) {
|
|
7917
7917
|
var baseResult = super.findByName(name);
|
|
@@ -7942,7 +7942,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7942
7942
|
|
|
7943
7943
|
*/
|
|
7944
7944
|
updateActualColorScale() {
|
|
7945
|
-
this.i.
|
|
7945
|
+
this.i.xv();
|
|
7946
7946
|
}
|
|
7947
7947
|
/**
|
|
7948
7948
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -8010,71 +8010,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8010
8010
|
}
|
|
8011
8011
|
b5() {
|
|
8012
8012
|
super.b5();
|
|
8013
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8014
|
-
a.
|
|
8015
|
-
a.
|
|
8013
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.ws);
|
|
8014
|
+
a.y0 = this.ch.xh;
|
|
8015
|
+
a.y8 = this.ch.xf;
|
|
8016
|
+
a.xd = this.ch.w4;
|
|
8016
8017
|
a.xc = this.ch.w3;
|
|
8017
|
-
a.
|
|
8018
|
-
a.
|
|
8018
|
+
a.f6 = this.ch.w2;
|
|
8019
|
+
a.x8 = this.ch.w6;
|
|
8019
8020
|
a.x7 = this.ch.w5;
|
|
8020
|
-
a.
|
|
8021
|
+
a.z6 = this.ch.x0;
|
|
8021
8022
|
a.z5 = this.ch.xz;
|
|
8022
|
-
a.
|
|
8023
|
-
a.yj = this.ch.w8;
|
|
8023
|
+
a.yk = this.ch.w9;
|
|
8024
8024
|
}
|
|
8025
8025
|
cn() {
|
|
8026
|
-
this.ch.
|
|
8026
|
+
this.ch.ws.y0 = this.ch.xh;
|
|
8027
8027
|
}
|
|
8028
8028
|
cm() {
|
|
8029
|
-
this.ch.
|
|
8029
|
+
this.ch.ws.y8 = this.ch.xf;
|
|
8030
8030
|
}
|
|
8031
8031
|
cs() {
|
|
8032
|
-
this.ch.
|
|
8032
|
+
this.ch.ws.xd = this.ch.w4;
|
|
8033
8033
|
}
|
|
8034
8034
|
cq() {
|
|
8035
|
-
this.ch.
|
|
8035
|
+
this.ch.ws.xc = this.ch.w3;
|
|
8036
8036
|
}
|
|
8037
8037
|
co() {
|
|
8038
|
-
this.ch.
|
|
8038
|
+
this.ch.ws.f6 = this.ch.w2;
|
|
8039
8039
|
}
|
|
8040
8040
|
cl() {
|
|
8041
|
-
this.ch.
|
|
8041
|
+
this.ch.ws.x8 = this.ch.w6;
|
|
8042
8042
|
}
|
|
8043
8043
|
cj() {
|
|
8044
|
-
this.ch.
|
|
8044
|
+
this.ch.ws.x7 = this.ch.w5;
|
|
8045
8045
|
}
|
|
8046
8046
|
cr() {
|
|
8047
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8047
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.ws);
|
|
8048
8048
|
if (this.ch.c9 == null) {
|
|
8049
|
-
a.
|
|
8050
|
-
a.
|
|
8049
|
+
a.wx = null;
|
|
8050
|
+
a.wz = null;
|
|
8051
8051
|
return;
|
|
8052
8052
|
}
|
|
8053
|
-
a.
|
|
8054
|
-
a.
|
|
8053
|
+
a.wx = this.ch.c9.v8;
|
|
8054
|
+
a.wz = this.ch.c9.wa;
|
|
8055
8055
|
}
|
|
8056
8056
|
ct() {
|
|
8057
|
-
this.ch.
|
|
8057
|
+
this.ch.ws.wx = this.ch.c9.v8;
|
|
8058
8058
|
}
|
|
8059
8059
|
cu() {
|
|
8060
|
-
this.ch.
|
|
8060
|
+
this.ch.ws.wz = this.ch.c9.wa;
|
|
8061
8061
|
}
|
|
8062
8062
|
ck() {
|
|
8063
|
-
this.ch.
|
|
8063
|
+
this.ch.ws.z6 = this.ch.x0;
|
|
8064
8064
|
}
|
|
8065
8065
|
ci() {
|
|
8066
|
-
this.ch.
|
|
8066
|
+
this.ch.ws.z5 = this.ch.xz;
|
|
8067
8067
|
}
|
|
8068
8068
|
cp() {
|
|
8069
|
-
this.ch.
|
|
8069
|
+
this.ch.ws.yk = this.ch.w9;
|
|
8070
8070
|
}
|
|
8071
8071
|
au() {
|
|
8072
8072
|
super.au();
|
|
8073
8073
|
if (!this.q) {
|
|
8074
|
-
this.ch.
|
|
8075
|
-
this.ch.
|
|
8076
|
-
this.ch.
|
|
8077
|
-
this.ch.
|
|
8074
|
+
this.ch.x0 = Defaults.aq;
|
|
8075
|
+
this.ch.xz = Defaults.ap;
|
|
8076
|
+
this.ch.u9 = Defaults.al;
|
|
8077
|
+
this.ch.vp = Defaults.ak;
|
|
8078
8078
|
}
|
|
8079
8079
|
}
|
|
8080
8080
|
}
|
|
@@ -8100,89 +8100,89 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8100
8100
|
}
|
|
8101
8101
|
constructor() {
|
|
8102
8102
|
super();
|
|
8103
|
-
this.
|
|
8103
|
+
this.w0 = null;
|
|
8104
8104
|
this.progressiveLoadStatusChanged = null;
|
|
8105
|
-
this.
|
|
8105
|
+
this.w8 = 0;
|
|
8106
8106
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8107
8107
|
}
|
|
8108
8108
|
cq() {
|
|
8109
8109
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8110
8110
|
}
|
|
8111
|
-
|
|
8112
|
-
super.
|
|
8113
|
-
this.
|
|
8111
|
+
qx(a) {
|
|
8112
|
+
super.qx(a);
|
|
8113
|
+
this.w1 = a;
|
|
8114
8114
|
}
|
|
8115
|
-
|
|
8116
|
-
this.
|
|
8117
|
-
return this.
|
|
8115
|
+
wr() {
|
|
8116
|
+
this.w0 = new HighDensityScatterSeries();
|
|
8117
|
+
return this.w0;
|
|
8118
8118
|
}
|
|
8119
|
-
get
|
|
8120
|
-
return this.
|
|
8119
|
+
get xa() {
|
|
8120
|
+
return this.w8;
|
|
8121
8121
|
}
|
|
8122
|
-
set
|
|
8123
|
-
let b = this.
|
|
8124
|
-
this.
|
|
8125
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
8122
|
+
set xa(a) {
|
|
8123
|
+
let b = this.w8;
|
|
8124
|
+
this.w8 = a;
|
|
8125
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.w8);
|
|
8126
8126
|
}
|
|
8127
|
-
|
|
8128
|
-
super.
|
|
8129
|
-
let a = this.
|
|
8130
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
8131
|
-
let b = this.
|
|
8132
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8127
|
+
wx() {
|
|
8128
|
+
super.wx();
|
|
8129
|
+
let a = this.ws;
|
|
8130
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.xo));
|
|
8131
|
+
let b = this.ws;
|
|
8132
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xn));
|
|
8133
8133
|
}
|
|
8134
|
-
|
|
8135
|
-
this.
|
|
8134
|
+
xo(a, b) {
|
|
8135
|
+
this.xa = b.currentStatus;
|
|
8136
8136
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8137
8137
|
this.progressiveLoadStatusChanged(this, b);
|
|
8138
8138
|
}
|
|
8139
8139
|
}
|
|
8140
|
-
|
|
8141
|
-
if (this.
|
|
8140
|
+
xn(a, b) {
|
|
8141
|
+
if (this.w0 == null) {
|
|
8142
8142
|
return;
|
|
8143
8143
|
}
|
|
8144
8144
|
}
|
|
8145
|
-
|
|
8146
|
-
super.
|
|
8145
|
+
q5(a, b, c, d) {
|
|
8146
|
+
super.q5(a, b, c, d);
|
|
8147
8147
|
switch (b) {
|
|
8148
8148
|
case "SeriesViewer":
|
|
8149
|
-
this.
|
|
8149
|
+
this.w1.cr();
|
|
8150
8150
|
break;
|
|
8151
8151
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8152
|
-
this.
|
|
8152
|
+
this.w1.cn();
|
|
8153
8153
|
break;
|
|
8154
8154
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8155
|
-
this.
|
|
8155
|
+
this.w1.cm();
|
|
8156
8156
|
break;
|
|
8157
8157
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8158
|
-
this.
|
|
8158
|
+
this.w1.cs();
|
|
8159
8159
|
break;
|
|
8160
8160
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8161
|
-
this.
|
|
8161
|
+
this.w1.cq();
|
|
8162
8162
|
break;
|
|
8163
8163
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8164
|
-
this.
|
|
8164
|
+
this.w1.co();
|
|
8165
8165
|
break;
|
|
8166
8166
|
case "XAxis":
|
|
8167
|
-
this.
|
|
8167
|
+
this.w1.ct();
|
|
8168
8168
|
break;
|
|
8169
8169
|
case "YAxis":
|
|
8170
|
-
this.
|
|
8170
|
+
this.w1.cu();
|
|
8171
8171
|
break;
|
|
8172
8172
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8173
|
-
this.
|
|
8173
|
+
this.w1.cl();
|
|
8174
8174
|
break;
|
|
8175
8175
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8176
|
-
this.
|
|
8176
|
+
this.w1.cj();
|
|
8177
8177
|
break;
|
|
8178
8178
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8179
|
-
this.
|
|
8179
|
+
this.w1.ck();
|
|
8180
8180
|
break;
|
|
8181
8181
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8182
|
-
this.
|
|
8182
|
+
this.w1.ci();
|
|
8183
8183
|
break;
|
|
8184
8184
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8185
|
-
this.
|
|
8185
|
+
this.w1.cp();
|
|
8186
8186
|
break;
|
|
8187
8187
|
}
|
|
8188
8188
|
}
|
|
@@ -8194,7 +8194,7 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8194
8194
|
}
|
|
8195
8195
|
}
|
|
8196
8196
|
GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8197
|
-
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8197
|
+
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:xz:xp', [Color.$, Defaults.ap], 'HeatMaximum:w5:xq', [1, 50], 'HeatMinimumColor:x0:xr', [Color.$, Defaults.aq], 'HeatMinimum:w6:xs', [1, 0], 'LatitudeMemberPath:xf:xt', [2, null], 'LongitudeMemberPath:xh:xu', [2, null], 'MouseOverEnabled:w2:xv', [0, false], 'PointExtent:w9:xw', [1, 1], 'ProgressiveLoad:w3:xx', [0, true], 'UseBruteForce:w4:xy', [0, false]]);
|
|
8198
8198
|
return GeographicHighDensityScatterSeries;
|
|
8199
8199
|
})();
|
|
8200
8200
|
|
|
@@ -8274,109 +8274,109 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8274
8274
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8275
8275
|
*/
|
|
8276
8276
|
get latitudeMemberPath() {
|
|
8277
|
-
return this.i.
|
|
8277
|
+
return this.i.xf;
|
|
8278
8278
|
}
|
|
8279
8279
|
set latitudeMemberPath(v) {
|
|
8280
|
-
this.i.
|
|
8280
|
+
this.i.xf = v;
|
|
8281
8281
|
}
|
|
8282
8282
|
/**
|
|
8283
8283
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8284
8284
|
*/
|
|
8285
8285
|
get longitudeMemberPath() {
|
|
8286
|
-
return this.i.
|
|
8286
|
+
return this.i.xh;
|
|
8287
8287
|
}
|
|
8288
8288
|
set longitudeMemberPath(v) {
|
|
8289
|
-
this.i.
|
|
8289
|
+
this.i.xh = v;
|
|
8290
8290
|
}
|
|
8291
8291
|
/**
|
|
8292
8292
|
* Gets or sets the whether to use use brute force mode.
|
|
8293
8293
|
*/
|
|
8294
8294
|
get useBruteForce() {
|
|
8295
|
-
return this.i.
|
|
8295
|
+
return this.i.w4;
|
|
8296
8296
|
}
|
|
8297
8297
|
set useBruteForce(v) {
|
|
8298
|
-
this.i.
|
|
8299
|
-
this._a("useBruteForce", this.i.
|
|
8298
|
+
this.i.w4 = ensureBool(v);
|
|
8299
|
+
this._a("useBruteForce", this.i.w4);
|
|
8300
8300
|
}
|
|
8301
8301
|
/**
|
|
8302
8302
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
8303
8303
|
*/
|
|
8304
8304
|
get progressiveLoad() {
|
|
8305
|
-
return this.i.
|
|
8305
|
+
return this.i.w3;
|
|
8306
8306
|
}
|
|
8307
8307
|
set progressiveLoad(v) {
|
|
8308
|
-
this.i.
|
|
8309
|
-
this._a("progressiveLoad", this.i.
|
|
8308
|
+
this.i.w3 = ensureBool(v);
|
|
8309
|
+
this._a("progressiveLoad", this.i.w3);
|
|
8310
8310
|
}
|
|
8311
8311
|
/**
|
|
8312
8312
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
8313
8313
|
*/
|
|
8314
8314
|
get mouseOverEnabled() {
|
|
8315
|
-
return this.i.
|
|
8315
|
+
return this.i.w2;
|
|
8316
8316
|
}
|
|
8317
8317
|
set mouseOverEnabled(v) {
|
|
8318
|
-
this.i.
|
|
8319
|
-
this._a("mouseOverEnabled", this.i.
|
|
8318
|
+
this.i.w2 = ensureBool(v);
|
|
8319
|
+
this._a("mouseOverEnabled", this.i.w2);
|
|
8320
8320
|
}
|
|
8321
8321
|
/**
|
|
8322
8322
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
8323
8323
|
*/
|
|
8324
8324
|
get heatMinimum() {
|
|
8325
|
-
return this.i.
|
|
8325
|
+
return this.i.w6;
|
|
8326
8326
|
}
|
|
8327
8327
|
set heatMinimum(v) {
|
|
8328
|
-
this.i.
|
|
8329
|
-
this._a("heatMinimum", this.i.
|
|
8328
|
+
this.i.w6 = +v;
|
|
8329
|
+
this._a("heatMinimum", this.i.w6);
|
|
8330
8330
|
}
|
|
8331
8331
|
/**
|
|
8332
8332
|
* Gets or sets the value that maps to the maximum heat color.
|
|
8333
8333
|
*/
|
|
8334
8334
|
get heatMaximum() {
|
|
8335
|
-
return this.i.
|
|
8335
|
+
return this.i.w5;
|
|
8336
8336
|
}
|
|
8337
8337
|
set heatMaximum(v) {
|
|
8338
|
-
this.i.
|
|
8339
|
-
this._a("heatMaximum", this.i.
|
|
8338
|
+
this.i.w5 = +v;
|
|
8339
|
+
this._a("heatMaximum", this.i.w5);
|
|
8340
8340
|
}
|
|
8341
8341
|
/**
|
|
8342
8342
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
8343
8343
|
*/
|
|
8344
8344
|
get heatMinimumColor() {
|
|
8345
|
-
return colorToString(this.i.
|
|
8345
|
+
return colorToString(this.i.x0);
|
|
8346
8346
|
}
|
|
8347
8347
|
set heatMinimumColor(v) {
|
|
8348
|
-
this.i.
|
|
8349
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
8348
|
+
this.i.x0 = stringToColor(v);
|
|
8349
|
+
this._a("heatMinimumColor", colorToString(this.i.x0));
|
|
8350
8350
|
}
|
|
8351
8351
|
/**
|
|
8352
8352
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
8353
8353
|
*/
|
|
8354
8354
|
get heatMaximumColor() {
|
|
8355
|
-
return colorToString(this.i.
|
|
8355
|
+
return colorToString(this.i.xz);
|
|
8356
8356
|
}
|
|
8357
8357
|
set heatMaximumColor(v) {
|
|
8358
|
-
this.i.
|
|
8359
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
8358
|
+
this.i.xz = stringToColor(v);
|
|
8359
|
+
this._a("heatMaximumColor", colorToString(this.i.xz));
|
|
8360
8360
|
}
|
|
8361
8361
|
/**
|
|
8362
8362
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
8363
8363
|
*/
|
|
8364
8364
|
get pointExtent() {
|
|
8365
|
-
return this.i.
|
|
8365
|
+
return this.i.w9;
|
|
8366
8366
|
}
|
|
8367
8367
|
set pointExtent(v) {
|
|
8368
|
-
this.i.
|
|
8369
|
-
this._a("pointExtent", this.i.
|
|
8368
|
+
this.i.w9 = +v;
|
|
8369
|
+
this._a("pointExtent", this.i.w9);
|
|
8370
8370
|
}
|
|
8371
8371
|
/**
|
|
8372
8372
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
8373
8373
|
*/
|
|
8374
8374
|
get progressiveStatus() {
|
|
8375
|
-
return this.i.
|
|
8375
|
+
return this.i.xa;
|
|
8376
8376
|
}
|
|
8377
8377
|
set progressiveStatus(v) {
|
|
8378
|
-
this.i.
|
|
8379
|
-
this._a("progressiveStatus", this.i.
|
|
8378
|
+
this.i.xa = +v;
|
|
8379
|
+
this._a("progressiveStatus", this.i.xa);
|
|
8380
8380
|
}
|
|
8381
8381
|
/**
|
|
8382
8382
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -8464,19 +8464,19 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8464
8464
|
}
|
|
8465
8465
|
b5() {
|
|
8466
8466
|
super.b5();
|
|
8467
|
-
if (this.cp.
|
|
8468
|
-
this.cp.
|
|
8469
|
-
this.cp.
|
|
8467
|
+
if (this.cp.ws != null) {
|
|
8468
|
+
this.cp.xk.yn = this.cp.xn;
|
|
8469
|
+
this.cp.xk.yx = this.cp.xr;
|
|
8470
8470
|
}
|
|
8471
8471
|
}
|
|
8472
8472
|
cq() {
|
|
8473
|
-
if (this.cp.
|
|
8474
|
-
this.cp.
|
|
8473
|
+
if (this.cp.xk != null) {
|
|
8474
|
+
this.cp.xk.yn = this.cp.xn;
|
|
8475
8475
|
}
|
|
8476
8476
|
}
|
|
8477
8477
|
cr() {
|
|
8478
|
-
if (this.cp.
|
|
8479
|
-
this.cp.
|
|
8478
|
+
if (this.cp.xk != null) {
|
|
8479
|
+
this.cp.xk.yx = this.cp.xr;
|
|
8480
8480
|
}
|
|
8481
8481
|
}
|
|
8482
8482
|
}
|
|
@@ -8499,70 +8499,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8499
8499
|
this.triangulationStatusChanged = null;
|
|
8500
8500
|
this.ab = GeographicContourLineSeries.$;
|
|
8501
8501
|
}
|
|
8502
|
-
|
|
8503
|
-
super.
|
|
8504
|
-
}
|
|
8505
|
-
wq() {
|
|
8506
|
-
this.xj = new ScatterContourSeries();
|
|
8507
|
-
let a = this.xj;
|
|
8508
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xt));
|
|
8509
|
-
let b = this.xj;
|
|
8510
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xu));
|
|
8511
|
-
return this.xj;
|
|
8502
|
+
wx() {
|
|
8503
|
+
super.wx();
|
|
8512
8504
|
}
|
|
8513
|
-
|
|
8505
|
+
wr() {
|
|
8506
|
+
this.xk = new ScatterContourSeries();
|
|
8507
|
+
let a = this.xk;
|
|
8508
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xu));
|
|
8509
|
+
let b = this.xk;
|
|
8510
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xv));
|
|
8511
|
+
return this.xk;
|
|
8512
|
+
}
|
|
8513
|
+
xu(a, b) {
|
|
8514
8514
|
if (this.triangulationStatusChanged != null) {
|
|
8515
8515
|
this.triangulationStatusChanged(this, b);
|
|
8516
8516
|
}
|
|
8517
8517
|
}
|
|
8518
|
-
|
|
8519
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
8518
|
+
xv(a, b) {
|
|
8519
|
+
let c = typeCast(ScatterContourSeries.$, this.ws);
|
|
8520
8520
|
if (c == null) {
|
|
8521
8521
|
return;
|
|
8522
8522
|
}
|
|
8523
8523
|
if (b.propertyName == "ActualFillScale") {
|
|
8524
|
-
this.
|
|
8524
|
+
this.xm = c.ym;
|
|
8525
8525
|
}
|
|
8526
8526
|
}
|
|
8527
|
-
|
|
8528
|
-
super.
|
|
8527
|
+
sb() {
|
|
8528
|
+
super.sb();
|
|
8529
8529
|
}
|
|
8530
8530
|
cq() {
|
|
8531
8531
|
return new GeographicContourLineSeriesView(this);
|
|
8532
8532
|
}
|
|
8533
|
-
|
|
8534
|
-
super.
|
|
8535
|
-
this.
|
|
8533
|
+
qx(a) {
|
|
8534
|
+
super.qx(a);
|
|
8535
|
+
this.xo = a;
|
|
8536
8536
|
}
|
|
8537
|
-
|
|
8538
|
-
super.
|
|
8537
|
+
q5(a, b, c, d) {
|
|
8538
|
+
super.q5(a, b, c, d);
|
|
8539
8539
|
switch (b) {
|
|
8540
8540
|
case GeographicContourLineSeries.$$p[1]:
|
|
8541
|
-
this.
|
|
8541
|
+
this.xo.cq();
|
|
8542
8542
|
break;
|
|
8543
8543
|
case GeographicContourLineSeries.$$p[2]:
|
|
8544
|
-
this.
|
|
8544
|
+
this.xo.cr();
|
|
8545
8545
|
break;
|
|
8546
8546
|
case GeographicContourLineSeries.$$p[3]:
|
|
8547
|
-
this.
|
|
8547
|
+
this.xk.yk = this.xj;
|
|
8548
8548
|
break;
|
|
8549
8549
|
case "DashArray":
|
|
8550
|
-
this.
|
|
8550
|
+
this.xk.vw = this.vw;
|
|
8551
8551
|
break;
|
|
8552
8552
|
case "DashCap":
|
|
8553
|
-
this.
|
|
8553
|
+
this.xk.vx = this.vx;
|
|
8554
8554
|
break;
|
|
8555
8555
|
case "MiterLimit":
|
|
8556
|
-
this.
|
|
8556
|
+
this.xk.jf = this.jf;
|
|
8557
8557
|
break;
|
|
8558
8558
|
case "LineJoin":
|
|
8559
|
-
this.
|
|
8559
|
+
this.xk.vz = this.vz;
|
|
8560
8560
|
break;
|
|
8561
8561
|
}
|
|
8562
8562
|
}
|
|
8563
8563
|
}
|
|
8564
8564
|
GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
8565
|
-
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
8565
|
+
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xm:xw', [ValueBrushScale.$, null], 'FillScale:xn:xx', [ValueBrushScale.$, null], 'ValueMemberPath:xr:xy', [2, "value"], 'ValueResolver:xj:xz', [ContourValueResolver.$, null]]);
|
|
8566
8566
|
return GeographicContourLineSeries;
|
|
8567
8567
|
})();
|
|
8568
8568
|
|
|
@@ -8641,16 +8641,16 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8641
8641
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
8642
8642
|
*/
|
|
8643
8643
|
get valueMemberPath() {
|
|
8644
|
-
return this.i.
|
|
8644
|
+
return this.i.xr;
|
|
8645
8645
|
}
|
|
8646
8646
|
set valueMemberPath(v) {
|
|
8647
|
-
this.i.
|
|
8647
|
+
this.i.xr = v;
|
|
8648
8648
|
}
|
|
8649
8649
|
/**
|
|
8650
8650
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8651
8651
|
*/
|
|
8652
8652
|
get fillScale() {
|
|
8653
|
-
const r = this.i.
|
|
8653
|
+
const r = this.i.xn;
|
|
8654
8654
|
if (r == null) {
|
|
8655
8655
|
return null;
|
|
8656
8656
|
}
|
|
@@ -8666,13 +8666,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8666
8666
|
set fillScale(v) {
|
|
8667
8667
|
if (v != null && this._stylingContainer && v._styling)
|
|
8668
8668
|
v._styling(this._stylingContainer, this, this);
|
|
8669
|
-
v == null ? this.i.
|
|
8669
|
+
v == null ? this.i.xn = null : this.i.xn = v.i;
|
|
8670
8670
|
}
|
|
8671
8671
|
/**
|
|
8672
8672
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8673
8673
|
*/
|
|
8674
8674
|
get actualFillScale() {
|
|
8675
|
-
const r = this.i.
|
|
8675
|
+
const r = this.i.xm;
|
|
8676
8676
|
if (r == null) {
|
|
8677
8677
|
return null;
|
|
8678
8678
|
}
|
|
@@ -8688,13 +8688,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8688
8688
|
set actualFillScale(v) {
|
|
8689
8689
|
if (v != null && this._stylingContainer && v._styling)
|
|
8690
8690
|
v._styling(this._stylingContainer, this, this);
|
|
8691
|
-
v == null ? this.i.
|
|
8691
|
+
v == null ? this.i.xm = null : this.i.xm = v.i;
|
|
8692
8692
|
}
|
|
8693
8693
|
/**
|
|
8694
8694
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8695
8695
|
*/
|
|
8696
8696
|
get valueResolver() {
|
|
8697
|
-
const r = this.i.
|
|
8697
|
+
const r = this.i.xj;
|
|
8698
8698
|
if (r == null) {
|
|
8699
8699
|
return null;
|
|
8700
8700
|
}
|
|
@@ -8710,7 +8710,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8710
8710
|
set valueResolver(v) {
|
|
8711
8711
|
if (v != null && this._stylingContainer && v._styling)
|
|
8712
8712
|
v._styling(this._stylingContainer, this, this);
|
|
8713
|
-
v == null ? this.i.
|
|
8713
|
+
v == null ? this.i.xj = null : this.i.xj = v.i;
|
|
8714
8714
|
}
|
|
8715
8715
|
findByName(name) {
|
|
8716
8716
|
var baseResult = super.findByName(name);
|