igniteui-webcomponents-maps 4.7.0 → 4.7.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 +1098 -1071
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1107 -1080
- package/fesm5/igniteui-webcomponents-maps.js +1098 -1071
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +3 -3
|
@@ -432,313 +432,313 @@ 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
|
+
oh() {
|
|
436
|
+
super.oh();
|
|
437
|
+
if (this.t4 != null) {
|
|
438
|
+
this.t4.oh();
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
constructor() {
|
|
442
442
|
super();
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
443
|
+
this.t2 = null;
|
|
444
|
+
this.t4 = this.t3();
|
|
445
445
|
}
|
|
446
|
-
|
|
446
|
+
get_er() {
|
|
447
447
|
return true;
|
|
448
448
|
}
|
|
449
|
-
|
|
450
|
-
let c = this.
|
|
449
|
+
jv(a, b) {
|
|
450
|
+
let c = this.lw(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.t4.jv(a, b);
|
|
458
458
|
}
|
|
459
|
-
|
|
460
|
-
return this.
|
|
459
|
+
dt(a, b, c, d) {
|
|
460
|
+
return this.t4.dt(a, b, c, d);
|
|
461
461
|
}
|
|
462
462
|
ag() {
|
|
463
|
-
return this.
|
|
463
|
+
return this.t4.ag();
|
|
464
464
|
}
|
|
465
|
-
|
|
466
|
-
return this.
|
|
465
|
+
bk() {
|
|
466
|
+
return this.t4;
|
|
467
467
|
}
|
|
468
|
-
get
|
|
469
|
-
return this.
|
|
468
|
+
get t4() {
|
|
469
|
+
return this.t2;
|
|
470
470
|
}
|
|
471
|
-
set
|
|
472
|
-
let b = this.
|
|
471
|
+
set t4(a) {
|
|
472
|
+
let b = this.t4 != a;
|
|
473
473
|
if (b) {
|
|
474
|
-
this.
|
|
475
|
-
this.
|
|
474
|
+
this.t2 = a;
|
|
475
|
+
this.t9();
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
get_hasMarkers() {
|
|
479
|
-
return this.
|
|
479
|
+
return this.t4.hasMarkers;
|
|
480
480
|
}
|
|
481
|
-
|
|
482
|
-
if (this.
|
|
483
|
-
let hostedSeries_ = this.
|
|
481
|
+
t9() {
|
|
482
|
+
if (this.t2 != null) {
|
|
483
|
+
let hostedSeries_ = this.t2;
|
|
484
484
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
485
485
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
486
486
|
}
|
|
487
|
-
this.
|
|
488
|
-
this.
|
|
487
|
+
this.ns(this.t4);
|
|
488
|
+
this.t5.b5();
|
|
489
489
|
}
|
|
490
490
|
ax(a, b, c) {
|
|
491
|
-
return this.az(this.
|
|
491
|
+
return this.az(this.t4, a, b, c);
|
|
492
492
|
}
|
|
493
493
|
ay(a, b, c) {
|
|
494
|
-
return this.a0(this.
|
|
494
|
+
return this.a0(this.t4, a, b, c);
|
|
495
495
|
}
|
|
496
|
-
|
|
497
|
-
return this.
|
|
496
|
+
js(a) {
|
|
497
|
+
return this.jy(this.t4, a);
|
|
498
498
|
}
|
|
499
|
-
|
|
500
|
-
return this.
|
|
499
|
+
jg(a, b) {
|
|
500
|
+
return this.t4.jg(a, b);
|
|
501
501
|
}
|
|
502
|
-
|
|
503
|
-
return this.
|
|
502
|
+
je(a, b) {
|
|
503
|
+
return this.t4.je(a, b);
|
|
504
504
|
}
|
|
505
|
-
|
|
506
|
-
return this.
|
|
505
|
+
ia(a, b, c) {
|
|
506
|
+
return this.t4.ia(a, b, c);
|
|
507
507
|
}
|
|
508
|
-
|
|
509
|
-
return this.
|
|
508
|
+
ti(a, b, c) {
|
|
509
|
+
return this.t4.ti(a, b, c);
|
|
510
510
|
}
|
|
511
|
-
|
|
512
|
-
return this.
|
|
511
|
+
tt(a) {
|
|
512
|
+
return this.t4.tt(a);
|
|
513
513
|
}
|
|
514
514
|
ak(a) {
|
|
515
|
-
return this.
|
|
515
|
+
return this.t4.ak(a);
|
|
516
516
|
}
|
|
517
|
-
|
|
518
|
-
return this.
|
|
517
|
+
tu(a) {
|
|
518
|
+
return this.t4.tu(a);
|
|
519
519
|
}
|
|
520
520
|
al(a) {
|
|
521
|
-
return this.
|
|
522
|
-
}
|
|
523
|
-
tu(a) {
|
|
524
|
-
return this.t3.tu(a);
|
|
521
|
+
return this.t4.al(a);
|
|
525
522
|
}
|
|
526
523
|
tv(a) {
|
|
527
|
-
return this.
|
|
524
|
+
return this.t4.tv(a);
|
|
528
525
|
}
|
|
529
|
-
|
|
530
|
-
return this.
|
|
526
|
+
tw(a) {
|
|
527
|
+
return this.t4.tw(a);
|
|
531
528
|
}
|
|
532
|
-
|
|
533
|
-
return this.
|
|
529
|
+
h6(a, b, c) {
|
|
530
|
+
return this.t4.h6(a, b, c);
|
|
534
531
|
}
|
|
535
|
-
|
|
536
|
-
return this.
|
|
532
|
+
te(a, b, c) {
|
|
533
|
+
return this.t4.te(a, b, c);
|
|
537
534
|
}
|
|
538
|
-
|
|
539
|
-
return this.
|
|
535
|
+
h8(a, b, c) {
|
|
536
|
+
return this.ia(a, b, c);
|
|
540
537
|
}
|
|
541
|
-
|
|
542
|
-
return this.
|
|
538
|
+
tg(a, b, c) {
|
|
539
|
+
return this.t4.tg(a, b, c);
|
|
543
540
|
}
|
|
544
|
-
|
|
545
|
-
return this.
|
|
541
|
+
tj(a, b, c) {
|
|
542
|
+
return this.t4.tj(a, b, c);
|
|
546
543
|
}
|
|
547
|
-
|
|
548
|
-
return this.
|
|
544
|
+
ib(a, b, c) {
|
|
545
|
+
return this.t4.ib(a, b, c);
|
|
549
546
|
}
|
|
550
|
-
|
|
551
|
-
return this.
|
|
547
|
+
tf(a, b, c) {
|
|
548
|
+
return this.t4.tf(a, b, c);
|
|
552
549
|
}
|
|
553
|
-
|
|
554
|
-
return this.
|
|
550
|
+
h7(a, b, c) {
|
|
551
|
+
return this.t4.h7(a, b, c);
|
|
555
552
|
}
|
|
556
|
-
|
|
557
|
-
return this.
|
|
553
|
+
th(a, b, c) {
|
|
554
|
+
return this.t4.th(a, b, c);
|
|
555
|
+
}
|
|
556
|
+
h9(a, b, c) {
|
|
557
|
+
return this.t4.h9(a, b, c);
|
|
558
558
|
}
|
|
559
|
-
|
|
560
|
-
return this.
|
|
559
|
+
ja(a) {
|
|
560
|
+
return this.t4.ja(a);
|
|
561
561
|
}
|
|
562
|
-
|
|
563
|
-
return this.
|
|
562
|
+
h1() {
|
|
563
|
+
return this.t4.h1();
|
|
564
564
|
}
|
|
565
|
-
|
|
566
|
-
return this.
|
|
565
|
+
hx(a) {
|
|
566
|
+
return this.t4.hx(a);
|
|
567
567
|
}
|
|
568
|
-
|
|
569
|
-
return this.
|
|
568
|
+
jt(a) {
|
|
569
|
+
return this.t4.jt(a);
|
|
570
570
|
}
|
|
571
|
-
|
|
571
|
+
ch() {
|
|
572
572
|
return new HostSeriesView(this);
|
|
573
573
|
}
|
|
574
|
-
|
|
575
|
-
super.
|
|
576
|
-
this.
|
|
574
|
+
o1(a) {
|
|
575
|
+
super.o1(a);
|
|
576
|
+
this.t5 = typeCast(HostSeriesView.$, a);
|
|
577
577
|
}
|
|
578
|
-
get
|
|
579
|
-
return this.c(GeographicMapSeriesHost.
|
|
578
|
+
get t6() {
|
|
579
|
+
return this.c(GeographicMapSeriesHost.ub);
|
|
580
580
|
}
|
|
581
|
-
set
|
|
582
|
-
this.h(GeographicMapSeriesHost.
|
|
581
|
+
set t6(a) {
|
|
582
|
+
this.h(GeographicMapSeriesHost.ub, a);
|
|
583
583
|
}
|
|
584
|
-
|
|
585
|
-
super.
|
|
584
|
+
o9(a, b, c, d) {
|
|
585
|
+
super.o9(a, b, c, d);
|
|
586
586
|
switch (b) {
|
|
587
587
|
case "SeriesViewer":
|
|
588
|
-
this.
|
|
588
|
+
this.t4.cz = this.cz;
|
|
589
589
|
if (c != null) {
|
|
590
|
-
c.o2(this.
|
|
590
|
+
c.o2(this.t4);
|
|
591
591
|
}
|
|
592
592
|
if (d != null) {
|
|
593
|
-
this.
|
|
593
|
+
this.cz.lr(this.t4);
|
|
594
594
|
}
|
|
595
|
-
this.
|
|
596
|
-
this.
|
|
597
|
-
this.
|
|
598
|
-
this.
|
|
595
|
+
this.t4.pc(this.tx);
|
|
596
|
+
this.t4.index = this.index;
|
|
597
|
+
this.n3(this.t4);
|
|
598
|
+
this.jm = this.t4.jm;
|
|
599
599
|
let e = typeCast(SeriesViewer.$, c);
|
|
600
600
|
if (e != null) {
|
|
601
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
601
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
602
602
|
}
|
|
603
|
-
if (this.
|
|
604
|
-
let f = this.
|
|
605
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
603
|
+
if (this.cz != null) {
|
|
604
|
+
let f = this.cz;
|
|
605
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
606
606
|
}
|
|
607
|
-
this.
|
|
607
|
+
this.t8();
|
|
608
608
|
break;
|
|
609
609
|
case "SyncLink":
|
|
610
|
-
this.
|
|
610
|
+
this.t4.cs = this.cs;
|
|
611
611
|
break;
|
|
612
612
|
case "VisibleFromScale":
|
|
613
|
-
this.
|
|
613
|
+
this.t8();
|
|
614
614
|
break;
|
|
615
615
|
case "Index":
|
|
616
|
-
this.
|
|
616
|
+
this.t4.index = this.index;
|
|
617
617
|
break;
|
|
618
618
|
case "ItemsSource":
|
|
619
|
-
this.
|
|
619
|
+
this.t5.b6();
|
|
620
620
|
break;
|
|
621
621
|
case "Resolution":
|
|
622
|
-
this.
|
|
622
|
+
this.t5.cd();
|
|
623
623
|
break;
|
|
624
624
|
case "TransitionDuration":
|
|
625
|
-
this.
|
|
625
|
+
this.t5.cg();
|
|
626
626
|
break;
|
|
627
627
|
case "Opacity":
|
|
628
|
-
this.
|
|
628
|
+
this.t5.ca();
|
|
629
629
|
break;
|
|
630
630
|
case "Visibility":
|
|
631
|
-
let hs_ = this.
|
|
631
|
+
let hs_ = this.t4;
|
|
632
632
|
let v_ = this._visibility;
|
|
633
633
|
hs_.visibility = v_;
|
|
634
634
|
break;
|
|
635
635
|
case "MouseOverEnabled":
|
|
636
|
-
this.
|
|
636
|
+
this.t4.fl = this.fl;
|
|
637
637
|
break;
|
|
638
638
|
case "ExpectFunctions":
|
|
639
|
-
this.
|
|
639
|
+
this.t4.expectFunctions = this.expectFunctions;
|
|
640
640
|
break;
|
|
641
641
|
case "Thickness":
|
|
642
|
-
this.
|
|
642
|
+
this.t5.cf();
|
|
643
643
|
break;
|
|
644
644
|
case "Brush":
|
|
645
|
-
this.
|
|
645
|
+
this.t5.b4();
|
|
646
646
|
break;
|
|
647
647
|
case "Outline":
|
|
648
|
-
this.
|
|
648
|
+
this.t5.cc();
|
|
649
649
|
break;
|
|
650
650
|
case "ActualBrush":
|
|
651
|
-
this.
|
|
651
|
+
this.t5.b1();
|
|
652
652
|
break;
|
|
653
653
|
case "ActualOutline":
|
|
654
|
-
this.
|
|
654
|
+
this.t5.b2();
|
|
655
655
|
break;
|
|
656
656
|
case "MarkerFillOpacity":
|
|
657
|
-
if (!isNaN_(this.
|
|
658
|
-
this.
|
|
657
|
+
if (!isNaN_(this.il)) {
|
|
658
|
+
this.t5.b9();
|
|
659
659
|
}
|
|
660
660
|
break;
|
|
661
661
|
case "AreaFillOpacity":
|
|
662
|
-
if (!isNaN_(this.
|
|
663
|
-
this.
|
|
662
|
+
if (!isNaN_(this.hq)) {
|
|
663
|
+
this.t5.b3();
|
|
664
664
|
}
|
|
665
665
|
break;
|
|
666
666
|
case "OutlineMode":
|
|
667
|
-
this.
|
|
667
|
+
this.t5.cb();
|
|
668
668
|
break;
|
|
669
669
|
case "ShowDefaultTooltip":
|
|
670
|
-
this.
|
|
670
|
+
this.t5.ce();
|
|
671
671
|
break;
|
|
672
672
|
case "Title":
|
|
673
|
-
this.
|
|
673
|
+
this.t4.title = this.title;
|
|
674
674
|
break;
|
|
675
675
|
case "LegendItemBadgeMode":
|
|
676
|
-
this.
|
|
676
|
+
this.t5.b7();
|
|
677
677
|
break;
|
|
678
678
|
case "LegendItemBadgeShape":
|
|
679
|
-
this.
|
|
679
|
+
this.t5.b8();
|
|
680
680
|
break;
|
|
681
681
|
case "Legend":
|
|
682
|
-
this.
|
|
683
|
-
this.
|
|
682
|
+
this.t4.legend = this.legend;
|
|
683
|
+
this.ck.av();
|
|
684
684
|
break;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
|
|
688
|
-
if (this.
|
|
687
|
+
t8() {
|
|
688
|
+
if (this.cz == null || this.t4 == null) {
|
|
689
689
|
return;
|
|
690
690
|
}
|
|
691
|
-
if (!isNaN_(this.
|
|
692
|
-
if (this.
|
|
693
|
-
let hs_ = this.
|
|
691
|
+
if (!isNaN_(this.t6)) {
|
|
692
|
+
if (this.cz.tn.width > this.t6) {
|
|
693
|
+
let hs_ = this.t4;
|
|
694
694
|
let v_ = 1;
|
|
695
695
|
hs_.visibility = v_;
|
|
696
696
|
}
|
|
697
697
|
else {
|
|
698
|
-
let hs2_ = this.
|
|
698
|
+
let hs2_ = this.t4;
|
|
699
699
|
let v2_ = 0;
|
|
700
700
|
hs2_.visibility = v2_;
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
|
-
|
|
705
|
-
this.
|
|
704
|
+
ua(a, b) {
|
|
705
|
+
this.t8();
|
|
706
706
|
}
|
|
707
|
-
|
|
708
|
-
super.
|
|
709
|
-
if (this.
|
|
710
|
-
this.
|
|
707
|
+
pq(a) {
|
|
708
|
+
super.pq(a);
|
|
709
|
+
if (this.t4 != null) {
|
|
710
|
+
this.t4.pq(a);
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
|
-
|
|
714
|
-
if (this.
|
|
715
|
-
this.
|
|
713
|
+
pp(a, b, c, d, e) {
|
|
714
|
+
if (this.t4 != null) {
|
|
715
|
+
this.t4.pp(a, b, c, d, e);
|
|
716
716
|
}
|
|
717
717
|
}
|
|
718
718
|
au(a, b) {
|
|
719
|
-
return this.
|
|
719
|
+
return this.t4.au(a, b);
|
|
720
720
|
}
|
|
721
|
-
|
|
722
|
-
super.
|
|
723
|
-
this.
|
|
721
|
+
p9() {
|
|
722
|
+
super.p9();
|
|
723
|
+
this.t4.p9();
|
|
724
724
|
}
|
|
725
725
|
get_coercionMethods() {
|
|
726
726
|
return this._coercionMethods;
|
|
727
727
|
}
|
|
728
728
|
set_coercionMethods(a) {
|
|
729
729
|
this._coercionMethods = a;
|
|
730
|
-
this.
|
|
730
|
+
this.t4.coercionMethods = a;
|
|
731
731
|
}
|
|
732
|
-
|
|
733
|
-
super.
|
|
734
|
-
if (this.
|
|
735
|
-
let b = this.
|
|
736
|
-
this.
|
|
732
|
+
n2(a) {
|
|
733
|
+
super.n2(a);
|
|
734
|
+
if (this.t4 != null) {
|
|
735
|
+
let b = this.t4.jr();
|
|
736
|
+
this.nn(a, b);
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
740
|
GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
741
|
-
GeographicMapSeriesHost.
|
|
741
|
+
GeographicMapSeriesHost.ub = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
|
|
742
742
|
let c = a;
|
|
743
743
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
744
744
|
}));
|
|
@@ -758,67 +758,67 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
758
758
|
super.at(a, b);
|
|
759
759
|
}
|
|
760
760
|
b5() {
|
|
761
|
-
this.b0.
|
|
762
|
-
this.b0.
|
|
763
|
-
this.b0.
|
|
764
|
-
this.b0.
|
|
765
|
-
this.b0.
|
|
766
|
-
this.b0.
|
|
767
|
-
this.b0.
|
|
768
|
-
this.b0.
|
|
769
|
-
this.b0.
|
|
770
|
-
this.b0.
|
|
771
|
-
this.b0.
|
|
772
|
-
this.b0.
|
|
773
|
-
this.b0.
|
|
774
|
-
this.b0.
|
|
775
|
-
this.b0.
|
|
776
|
-
this.b0.
|
|
761
|
+
this.b0.t1 = 1;
|
|
762
|
+
this.b0.t4.t1 = 0;
|
|
763
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
764
|
+
this.b0.t4.index = this.b0.index;
|
|
765
|
+
this.b0.t4.sx = this.b0.sx;
|
|
766
|
+
this.b0.t4.s3 = this.b0.sx;
|
|
767
|
+
this.b0.t4.cd = this.b0.cd;
|
|
768
|
+
this.b0.t4.ip = this.b0.ip;
|
|
769
|
+
this.b0.t4.jj = this.b0.jj;
|
|
770
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
771
|
+
this.b0.t4.iv = this.b0.iv;
|
|
772
|
+
this.b0.t4.hq = this.b0.hq;
|
|
773
|
+
this.b0.t4.il = this.b0.il;
|
|
774
|
+
this.b0.t4.fz = this.b0.fz;
|
|
775
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
776
|
+
this.b0.t4.ba = this.b0.ba;
|
|
777
777
|
}
|
|
778
778
|
b6() {
|
|
779
|
-
this.b0.
|
|
779
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
780
780
|
}
|
|
781
781
|
cd() {
|
|
782
|
-
this.b0.
|
|
782
|
+
this.b0.t4.ip = this.b0.ip;
|
|
783
783
|
}
|
|
784
784
|
cg() {
|
|
785
|
-
this.b0.
|
|
785
|
+
this.b0.t4.jj = this.b0.jj;
|
|
786
786
|
}
|
|
787
787
|
ca() {
|
|
788
|
-
this.b0.
|
|
788
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
789
789
|
}
|
|
790
790
|
cf() {
|
|
791
|
-
this.b0.
|
|
791
|
+
this.b0.t4.iv = this.b0.iv;
|
|
792
792
|
}
|
|
793
793
|
b4() {
|
|
794
|
-
this.b0.
|
|
794
|
+
this.b0.t4.sx = this.b0.sx;
|
|
795
795
|
}
|
|
796
796
|
cc() {
|
|
797
|
-
this.b0.
|
|
797
|
+
this.b0.t4.s3 = this.b0.s3;
|
|
798
798
|
}
|
|
799
799
|
b1() {
|
|
800
|
-
this.b0.
|
|
800
|
+
this.b0.t4.sx = this.b0.st;
|
|
801
801
|
}
|
|
802
802
|
b2() {
|
|
803
|
-
this.b0.
|
|
803
|
+
this.b0.t4.s3 = this.b0.sw;
|
|
804
804
|
}
|
|
805
805
|
b7() {
|
|
806
|
-
this.b0.
|
|
806
|
+
this.b0.t4.ba = this.b0.ba;
|
|
807
807
|
}
|
|
808
808
|
b8() {
|
|
809
|
-
this.b0.
|
|
809
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
810
810
|
}
|
|
811
811
|
b3() {
|
|
812
|
-
this.b0.
|
|
812
|
+
this.b0.t4.hq = this.b0.hq;
|
|
813
813
|
}
|
|
814
814
|
b9() {
|
|
815
|
-
this.b0.
|
|
815
|
+
this.b0.t4.il = this.b0.il;
|
|
816
816
|
}
|
|
817
817
|
cb() {
|
|
818
|
-
this.b0.
|
|
818
|
+
this.b0.t4.cd = this.b0.cd;
|
|
819
819
|
}
|
|
820
820
|
ce() {
|
|
821
|
-
this.b0.
|
|
821
|
+
this.b0.t4.fz = this.b0.fz;
|
|
822
822
|
}
|
|
823
823
|
}
|
|
824
824
|
HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -1122,7 +1122,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1122
1122
|
vm() {
|
|
1123
1123
|
this.um.ee();
|
|
1124
1124
|
for (let a of fromEnum(this.series)) {
|
|
1125
|
-
a.
|
|
1125
|
+
a.p9();
|
|
1126
1126
|
}
|
|
1127
1127
|
}
|
|
1128
1128
|
vp() {
|
|
@@ -1518,7 +1518,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1518
1518
|
break;
|
|
1519
1519
|
case "ActualWorldRect":
|
|
1520
1520
|
for (let g of fromEnum(this.series)) {
|
|
1521
|
-
g.
|
|
1521
|
+
g.pq(false);
|
|
1522
1522
|
}
|
|
1523
1523
|
break;
|
|
1524
1524
|
case XamGeographicMap.$$p[5]:
|
|
@@ -1549,7 +1549,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1549
1549
|
break;
|
|
1550
1550
|
case "MarkerAutomaticBehavior":
|
|
1551
1551
|
for (let i of fromEnum(this.series)) {
|
|
1552
|
-
i.
|
|
1552
|
+
i.oh();
|
|
1553
1553
|
}
|
|
1554
1554
|
break;
|
|
1555
1555
|
}
|
|
@@ -1591,7 +1591,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1591
1591
|
let c = b;
|
|
1592
1592
|
let d = a;
|
|
1593
1593
|
d.itemsSource = c.triangulationSource.points;
|
|
1594
|
-
d.
|
|
1594
|
+
d.ud = c.triangulationSource.triangles;
|
|
1595
1595
|
}
|
|
1596
1596
|
else {
|
|
1597
1597
|
super.o9(a, b);
|
|
@@ -1624,7 +1624,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1624
1624
|
a.axes.add1(b);
|
|
1625
1625
|
a.axes.add1(c);
|
|
1626
1626
|
for (let d = 0; d < this.series.count; d++) {
|
|
1627
|
-
let e = this.series._inner[d].
|
|
1627
|
+
let e = this.series._inner[d].jr();
|
|
1628
1628
|
a.series.add1(e);
|
|
1629
1629
|
}
|
|
1630
1630
|
a.name = this.name;
|
|
@@ -1900,41 +1900,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
b5() {
|
|
1902
1902
|
super.b5();
|
|
1903
|
-
let a = this.ch.
|
|
1904
|
-
a.
|
|
1905
|
-
a.
|
|
1906
|
-
a.trianglesSource = this.ch.
|
|
1907
|
-
a.
|
|
1908
|
-
a.
|
|
1909
|
-
a.
|
|
1903
|
+
let a = this.ch.t4;
|
|
1904
|
+
a.u4 = this.ch.ug;
|
|
1905
|
+
a.vc = this.ch.ue;
|
|
1906
|
+
a.trianglesSource = this.ch.ud;
|
|
1907
|
+
a.us = this.ch.uj;
|
|
1908
|
+
a.uu = this.ch.ul;
|
|
1909
|
+
a.uw = this.ch.un;
|
|
1910
1910
|
}
|
|
1911
1911
|
ck() {
|
|
1912
|
-
let a = this.ch.
|
|
1913
|
-
if (this.ch.
|
|
1914
|
-
a.t1 = null;
|
|
1912
|
+
let a = this.ch.t4;
|
|
1913
|
+
if (this.ch.cz == null) {
|
|
1915
1914
|
a.t2 = null;
|
|
1915
|
+
a.t3 = null;
|
|
1916
1916
|
return;
|
|
1917
1917
|
}
|
|
1918
|
-
a.
|
|
1919
|
-
a.
|
|
1918
|
+
a.t2 = this.ch.cz.ua;
|
|
1919
|
+
a.t3 = this.ch.cz.uc;
|
|
1920
1920
|
}
|
|
1921
1921
|
cj() {
|
|
1922
|
-
this.ch.
|
|
1922
|
+
this.ch.t4.u4 = this.ch.ug;
|
|
1923
1923
|
}
|
|
1924
1924
|
ci() {
|
|
1925
|
-
this.ch.
|
|
1925
|
+
this.ch.t4.vc = this.ch.ue;
|
|
1926
1926
|
}
|
|
1927
1927
|
cl() {
|
|
1928
|
-
this.ch.
|
|
1928
|
+
this.ch.t4.trianglesSource = this.ch.ud;
|
|
1929
1929
|
}
|
|
1930
1930
|
cm() {
|
|
1931
|
-
this.ch.
|
|
1931
|
+
this.ch.t4.us = this.ch.uj;
|
|
1932
1932
|
}
|
|
1933
1933
|
cn() {
|
|
1934
|
-
this.ch.
|
|
1934
|
+
this.ch.t4.uu = this.ch.ul;
|
|
1935
1935
|
}
|
|
1936
1936
|
co() {
|
|
1937
|
-
this.ch.
|
|
1937
|
+
this.ch.t4.uw = this.ch.un;
|
|
1938
1938
|
}
|
|
1939
1939
|
}
|
|
1940
1940
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1957,19 +1957,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1957
1957
|
}
|
|
1958
1958
|
b5() {
|
|
1959
1959
|
super.b5();
|
|
1960
|
-
if (this.cp.
|
|
1961
|
-
this.cp.
|
|
1962
|
-
this.cp.
|
|
1960
|
+
if (this.cp.uy != null) {
|
|
1961
|
+
this.cp.uy.wb = this.cp.u2;
|
|
1962
|
+
this.cp.uy.vz = this.cp.ux;
|
|
1963
1963
|
}
|
|
1964
1964
|
}
|
|
1965
1965
|
cq() {
|
|
1966
|
-
if (this.cp.
|
|
1967
|
-
this.cp.
|
|
1966
|
+
if (this.cp.uy != null) {
|
|
1967
|
+
this.cp.uy.wb = this.cp.u2;
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
cr() {
|
|
1971
|
-
if (this.cp.
|
|
1972
|
-
this.cp.
|
|
1971
|
+
if (this.cp.uy != null) {
|
|
1972
|
+
this.cp.uy.vz = this.cp.ux;
|
|
1973
1973
|
}
|
|
1974
1974
|
}
|
|
1975
1975
|
}
|
|
@@ -2164,42 +2164,42 @@ let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
2164
2164
|
*/
|
|
2165
2165
|
let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
2166
2166
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
2167
|
-
|
|
2167
|
+
ch() {
|
|
2168
2168
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2169
2169
|
}
|
|
2170
|
-
|
|
2171
|
-
super.
|
|
2172
|
-
this.
|
|
2170
|
+
o1(a) {
|
|
2171
|
+
super.o1(a);
|
|
2172
|
+
this.uc = a;
|
|
2173
2173
|
}
|
|
2174
|
-
|
|
2175
|
-
super.
|
|
2174
|
+
o9(a, b, c, d) {
|
|
2175
|
+
super.o9(a, b, c, d);
|
|
2176
2176
|
switch (b) {
|
|
2177
2177
|
case "SeriesViewer":
|
|
2178
|
-
this.
|
|
2178
|
+
this.uc.ck();
|
|
2179
2179
|
break;
|
|
2180
2180
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2181
|
-
this.
|
|
2181
|
+
this.uc.cj();
|
|
2182
2182
|
break;
|
|
2183
2183
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2184
|
-
this.
|
|
2184
|
+
this.uc.ci();
|
|
2185
2185
|
break;
|
|
2186
2186
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2187
|
-
this.
|
|
2187
|
+
this.uc.cl();
|
|
2188
2188
|
break;
|
|
2189
2189
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2190
|
-
this.
|
|
2190
|
+
this.uc.cm();
|
|
2191
2191
|
break;
|
|
2192
2192
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2193
|
-
this.
|
|
2193
|
+
this.uc.cn();
|
|
2194
2194
|
break;
|
|
2195
2195
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2196
|
-
this.
|
|
2196
|
+
this.uc.co();
|
|
2197
2197
|
break;
|
|
2198
2198
|
}
|
|
2199
2199
|
}
|
|
2200
2200
|
}
|
|
2201
2201
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2202
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2202
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TrianglesSource:ud:ur', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"]]);
|
|
2203
2203
|
return GeographicXYTriangulatingSeries;
|
|
2204
2204
|
})();
|
|
2205
2205
|
/**
|
|
@@ -2207,90 +2207,93 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
2207
2207
|
*/
|
|
2208
2208
|
let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
2209
2209
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
2210
|
-
|
|
2210
|
+
bg() {
|
|
2211
|
+
return new GeographicScatterAreaSeries();
|
|
2212
|
+
}
|
|
2213
|
+
get_d9() {
|
|
2211
2214
|
return true;
|
|
2212
2215
|
}
|
|
2213
2216
|
constructor() {
|
|
2214
2217
|
super();
|
|
2215
|
-
this.
|
|
2218
|
+
this.uv = null;
|
|
2216
2219
|
this.triangulationStatusChanged = null;
|
|
2217
2220
|
this.ab = GeographicScatterAreaSeries.$;
|
|
2218
2221
|
}
|
|
2219
|
-
get
|
|
2220
|
-
return this.
|
|
2222
|
+
get ux() {
|
|
2223
|
+
return this.uv;
|
|
2221
2224
|
}
|
|
2222
|
-
set
|
|
2223
|
-
let b = this.
|
|
2225
|
+
set ux(a) {
|
|
2226
|
+
let b = this.uv != a;
|
|
2224
2227
|
if (b) {
|
|
2225
|
-
let c = this.
|
|
2226
|
-
if (this.
|
|
2227
|
-
let d = this.
|
|
2228
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2228
|
+
let c = this.uv;
|
|
2229
|
+
if (this.uv != null) {
|
|
2230
|
+
let d = this.uv;
|
|
2231
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u5));
|
|
2229
2232
|
}
|
|
2230
|
-
this.
|
|
2231
|
-
if (this.
|
|
2232
|
-
let e = this.
|
|
2233
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2233
|
+
this.uv = a;
|
|
2234
|
+
if (this.uv != null) {
|
|
2235
|
+
let e = this.uv;
|
|
2236
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u5));
|
|
2234
2237
|
}
|
|
2235
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2236
|
-
if (this.
|
|
2237
|
-
this.
|
|
2238
|
+
this.raisePropertyChanged("ColorScale", c, this.uv);
|
|
2239
|
+
if (this.uy != null) {
|
|
2240
|
+
this.uy.vz = a;
|
|
2238
2241
|
}
|
|
2239
2242
|
}
|
|
2240
2243
|
}
|
|
2241
|
-
|
|
2242
|
-
this.
|
|
2243
|
-
this.
|
|
2244
|
-
this.
|
|
2244
|
+
u5(a, b) {
|
|
2245
|
+
this.u0.cr();
|
|
2246
|
+
this.u7();
|
|
2247
|
+
this.pq(false);
|
|
2245
2248
|
}
|
|
2246
|
-
|
|
2247
|
-
if (this.
|
|
2248
|
-
this.
|
|
2249
|
+
u7() {
|
|
2250
|
+
if (this.uy != null) {
|
|
2251
|
+
this.uw = this.uy.vy;
|
|
2249
2252
|
}
|
|
2250
2253
|
}
|
|
2251
|
-
|
|
2252
|
-
super.
|
|
2253
|
-
this.
|
|
2254
|
+
qe() {
|
|
2255
|
+
super.qe();
|
|
2256
|
+
this.u7();
|
|
2254
2257
|
}
|
|
2255
|
-
|
|
2256
|
-
this.
|
|
2257
|
-
let a = this.
|
|
2258
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2259
|
-
return this.
|
|
2258
|
+
t3() {
|
|
2259
|
+
this.uy = new ScatterAreaSeries();
|
|
2260
|
+
let a = this.uy;
|
|
2261
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
2262
|
+
return this.uy;
|
|
2260
2263
|
}
|
|
2261
|
-
|
|
2264
|
+
u6(a, b) {
|
|
2262
2265
|
if (this.triangulationStatusChanged != null) {
|
|
2263
2266
|
this.triangulationStatusChanged(this, b);
|
|
2264
2267
|
}
|
|
2265
2268
|
}
|
|
2266
|
-
|
|
2269
|
+
ch() {
|
|
2267
2270
|
return new GeographicScatterAreaSeriesView(this);
|
|
2268
2271
|
}
|
|
2269
|
-
|
|
2270
|
-
super.
|
|
2271
|
-
this.
|
|
2272
|
+
o1(a) {
|
|
2273
|
+
super.o1(a);
|
|
2274
|
+
this.u0 = a;
|
|
2272
2275
|
}
|
|
2273
|
-
|
|
2274
|
-
super.
|
|
2276
|
+
o9(a, b, c, d) {
|
|
2277
|
+
super.o9(a, b, c, d);
|
|
2275
2278
|
switch (b) {
|
|
2276
2279
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2277
|
-
this.
|
|
2280
|
+
this.u0.cq();
|
|
2278
2281
|
break;
|
|
2279
2282
|
case "ColorScale":
|
|
2280
|
-
this.
|
|
2281
|
-
this.
|
|
2283
|
+
this.u0.cr();
|
|
2284
|
+
this.u7();
|
|
2282
2285
|
break;
|
|
2283
2286
|
}
|
|
2284
2287
|
}
|
|
2285
|
-
|
|
2288
|
+
get_gg() {
|
|
2286
2289
|
return true;
|
|
2287
2290
|
}
|
|
2288
|
-
|
|
2289
|
-
super.
|
|
2291
|
+
set_gg(a) {
|
|
2292
|
+
super.set_gg(a);
|
|
2290
2293
|
}
|
|
2291
2294
|
}
|
|
2292
2295
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2293
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2296
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uw:u8', [ColorScale.$, null], 'ColorMemberPath:u2:u9', [2, "value"]]);
|
|
2294
2297
|
return GeographicScatterAreaSeries;
|
|
2295
2298
|
})();
|
|
2296
2299
|
|
|
@@ -4363,7 +4366,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4363
4366
|
* Checks if this control is geographic coordinate system
|
|
4364
4367
|
*/
|
|
4365
4368
|
get isGeographic() {
|
|
4366
|
-
return this.i.
|
|
4369
|
+
return this.i.er;
|
|
4367
4370
|
}
|
|
4368
4371
|
/**
|
|
4369
4372
|
* Gets whether this series supports markers
|
|
@@ -4376,11 +4379,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4376
4379
|
* 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%.
|
|
4377
4380
|
*/
|
|
4378
4381
|
get visibleFromScale() {
|
|
4379
|
-
return this.i.
|
|
4382
|
+
return this.i.t6;
|
|
4380
4383
|
}
|
|
4381
4384
|
set visibleFromScale(v) {
|
|
4382
|
-
this.i.
|
|
4383
|
-
this._a("visibleFromScale", this.i.
|
|
4385
|
+
this.i.t6 = +v;
|
|
4386
|
+
this._a("visibleFromScale", this.i.t6);
|
|
4384
4387
|
}
|
|
4385
4388
|
/**
|
|
4386
4389
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -4398,10 +4401,10 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4398
4401
|
|
|
4399
4402
|
*/
|
|
4400
4403
|
notifyIndexedPropertiesChanged() {
|
|
4401
|
-
this.i.
|
|
4404
|
+
this.i.oh();
|
|
4402
4405
|
}
|
|
4403
4406
|
getItemValue(item, memberPathName) {
|
|
4404
|
-
let iv = this.i.
|
|
4407
|
+
let iv = this.i.jv(item, memberPathName);
|
|
4405
4408
|
return (iv);
|
|
4406
4409
|
}
|
|
4407
4410
|
/**
|
|
@@ -4410,23 +4413,23 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4410
4413
|
* @param world * The world coordinates to use.
|
|
4411
4414
|
*/
|
|
4412
4415
|
getItem(world) {
|
|
4413
|
-
let iv = this.i.
|
|
4416
|
+
let iv = this.i.js(toPoint(world));
|
|
4414
4417
|
return (iv);
|
|
4415
4418
|
}
|
|
4416
4419
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
4417
|
-
let iv = this.i.
|
|
4420
|
+
let iv = this.i.jg(toPoint(world), skipUnknowns);
|
|
4418
4421
|
return (iv);
|
|
4419
4422
|
}
|
|
4420
4423
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
4421
|
-
let iv = this.i.
|
|
4424
|
+
let iv = this.i.je(toPoint(world), skipUnknowns);
|
|
4422
4425
|
return (iv);
|
|
4423
4426
|
}
|
|
4424
4427
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
4425
|
-
let iv = this.i.
|
|
4428
|
+
let iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
|
|
4426
4429
|
return (iv);
|
|
4427
4430
|
}
|
|
4428
4431
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4429
|
-
let iv = this.i.
|
|
4432
|
+
let iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
|
|
4430
4433
|
return fromPoint(iv);
|
|
4431
4434
|
}
|
|
4432
4435
|
/**
|
|
@@ -4435,7 +4438,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4435
4438
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4436
4439
|
*/
|
|
4437
4440
|
getSeriesValueBoundingBox(world) {
|
|
4438
|
-
let iv = this.i.
|
|
4441
|
+
let iv = this.i.tt(toPoint(world));
|
|
4439
4442
|
return fromRect(iv);
|
|
4440
4443
|
}
|
|
4441
4444
|
/**
|
|
@@ -4444,31 +4447,31 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4444
4447
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4445
4448
|
*/
|
|
4446
4449
|
getSeriesValueMarkerBoundingBox(world) {
|
|
4447
|
-
let iv = this.i.
|
|
4450
|
+
let iv = this.i.tv(toPoint(world));
|
|
4448
4451
|
return fromRect(iv);
|
|
4449
4452
|
}
|
|
4450
4453
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
4451
|
-
let iv = this.i.
|
|
4454
|
+
let iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
|
|
4452
4455
|
return (iv);
|
|
4453
4456
|
}
|
|
4454
4457
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4455
|
-
let iv = this.i.
|
|
4458
|
+
let iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
|
|
4456
4459
|
return fromPoint(iv);
|
|
4457
4460
|
}
|
|
4458
4461
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
4459
|
-
let iv = this.i.
|
|
4462
|
+
let iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
|
|
4460
4463
|
return (iv);
|
|
4461
4464
|
}
|
|
4462
4465
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4463
|
-
let iv = this.i.
|
|
4466
|
+
let iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
|
|
4464
4467
|
return fromPoint(iv);
|
|
4465
4468
|
}
|
|
4466
4469
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4467
|
-
let iv = this.i.
|
|
4470
|
+
let iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4468
4471
|
return fromPoint(iv);
|
|
4469
4472
|
}
|
|
4470
4473
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4471
|
-
let iv = this.i.
|
|
4474
|
+
let iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4472
4475
|
return (iv);
|
|
4473
4476
|
}
|
|
4474
4477
|
/**
|
|
@@ -4476,7 +4479,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4476
4479
|
|
|
4477
4480
|
*/
|
|
4478
4481
|
getItemSpan() {
|
|
4479
|
-
let iv = this.i.
|
|
4482
|
+
let iv = this.i.h1();
|
|
4480
4483
|
return (iv);
|
|
4481
4484
|
}
|
|
4482
4485
|
/**
|
|
@@ -4485,14 +4488,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4485
4488
|
* @param animate * True if the change should be animated.
|
|
4486
4489
|
*/
|
|
4487
4490
|
renderSeries(animate) {
|
|
4488
|
-
this.i.
|
|
4491
|
+
this.i.pq(animate);
|
|
4489
4492
|
}
|
|
4490
4493
|
/**
|
|
4491
4494
|
* Called when this series' Style is updated.
|
|
4492
4495
|
|
|
4493
4496
|
*/
|
|
4494
4497
|
styleUpdated() {
|
|
4495
|
-
this.i.
|
|
4498
|
+
this.i.p9();
|
|
4496
4499
|
}
|
|
4497
4500
|
}
|
|
4498
4501
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -4613,66 +4616,66 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4613
4616
|
* 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.
|
|
4614
4617
|
*/
|
|
4615
4618
|
get shapeMemberPath() {
|
|
4616
|
-
return this.i.
|
|
4619
|
+
return this.i.ux;
|
|
4617
4620
|
}
|
|
4618
4621
|
set shapeMemberPath(v) {
|
|
4619
|
-
this.i.
|
|
4622
|
+
this.i.ux = v;
|
|
4620
4623
|
}
|
|
4621
4624
|
/**
|
|
4622
4625
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
4623
4626
|
*/
|
|
4624
4627
|
get isCustomShapeStyleAllowed() {
|
|
4625
|
-
return this.i.
|
|
4628
|
+
return this.i.um;
|
|
4626
4629
|
}
|
|
4627
4630
|
set isCustomShapeStyleAllowed(v) {
|
|
4628
|
-
this.i.
|
|
4629
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
4631
|
+
this.i.um = ensureBool(v);
|
|
4632
|
+
this._a("isCustomShapeStyleAllowed", this.i.um);
|
|
4630
4633
|
}
|
|
4631
4634
|
/**
|
|
4632
4635
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
4633
4636
|
*/
|
|
4634
4637
|
get isCustomShapeMarkerStyleAllowed() {
|
|
4635
|
-
return this.i.
|
|
4638
|
+
return this.i.ul;
|
|
4636
4639
|
}
|
|
4637
4640
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
4638
|
-
this.i.
|
|
4639
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
4641
|
+
this.i.ul = ensureBool(v);
|
|
4642
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.ul);
|
|
4640
4643
|
}
|
|
4641
4644
|
/**
|
|
4642
4645
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
4643
4646
|
*/
|
|
4644
4647
|
get itemSearchMode() {
|
|
4645
|
-
return this.i.
|
|
4648
|
+
return this.i.ue;
|
|
4646
4649
|
}
|
|
4647
4650
|
set itemSearchMode(v) {
|
|
4648
|
-
this.i.
|
|
4649
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
4651
|
+
this.i.ue = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
4652
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.ue));
|
|
4650
4653
|
}
|
|
4651
4654
|
/**
|
|
4652
4655
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
4653
4656
|
*/
|
|
4654
4657
|
get itemSearchThreshold() {
|
|
4655
|
-
return this.i.
|
|
4658
|
+
return this.i.up;
|
|
4656
4659
|
}
|
|
4657
4660
|
set itemSearchThreshold(v) {
|
|
4658
|
-
this.i.
|
|
4659
|
-
this._a("itemSearchThreshold", this.i.
|
|
4661
|
+
this.i.up = +v;
|
|
4662
|
+
this._a("itemSearchThreshold", this.i.up);
|
|
4660
4663
|
}
|
|
4661
4664
|
/**
|
|
4662
4665
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
4663
4666
|
*/
|
|
4664
4667
|
get itemSearchPointsThreshold() {
|
|
4665
|
-
return this.i.
|
|
4668
|
+
return this.i.uo;
|
|
4666
4669
|
}
|
|
4667
4670
|
set itemSearchPointsThreshold(v) {
|
|
4668
|
-
this.i.
|
|
4669
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
4671
|
+
this.i.uo = +v;
|
|
4672
|
+
this._a("itemSearchPointsThreshold", this.i.uo);
|
|
4670
4673
|
}
|
|
4671
4674
|
/**
|
|
4672
4675
|
* Set a shapefile datasource to use with the series.
|
|
4673
4676
|
*/
|
|
4674
4677
|
get shapefileDataSource() {
|
|
4675
|
-
const r = this.i.
|
|
4678
|
+
const r = this.i.uh;
|
|
4676
4679
|
if (r == null) {
|
|
4677
4680
|
return null;
|
|
4678
4681
|
}
|
|
@@ -4691,18 +4694,18 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4691
4694
|
return r.externalObject;
|
|
4692
4695
|
}
|
|
4693
4696
|
set shapefileDataSource(v) {
|
|
4694
|
-
v == null ? this.i.
|
|
4697
|
+
v == null ? this.i.uh = null : this.i.uh = v.i;
|
|
4695
4698
|
}
|
|
4696
4699
|
/**
|
|
4697
4700
|
* 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.
|
|
4698
4701
|
* 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.
|
|
4699
4702
|
*/
|
|
4700
4703
|
get shapeFilterResolution() {
|
|
4701
|
-
return this.i.
|
|
4704
|
+
return this.i.un;
|
|
4702
4705
|
}
|
|
4703
4706
|
set shapeFilterResolution(v) {
|
|
4704
|
-
this.i.
|
|
4705
|
-
this._a("shapeFilterResolution", this.i.
|
|
4707
|
+
this.i.un = +v;
|
|
4708
|
+
this._a("shapeFilterResolution", this.i.un);
|
|
4706
4709
|
}
|
|
4707
4710
|
findByName(name) {
|
|
4708
4711
|
var baseResult = super.findByName(name);
|
|
@@ -4784,127 +4787,127 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4784
4787
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
4785
4788
|
constructor() {
|
|
4786
4789
|
super(...arguments);
|
|
4790
|
+
this.uk = false;
|
|
4787
4791
|
this.uj = false;
|
|
4788
|
-
this.ui = false;
|
|
4789
4792
|
this.assigningShapeStyle = null;
|
|
4790
4793
|
this.assigningShapeMarkerStyle = null;
|
|
4791
|
-
this.
|
|
4792
|
-
this.
|
|
4794
|
+
this.ug = null;
|
|
4795
|
+
this.ui = false;
|
|
4793
4796
|
}
|
|
4794
|
-
|
|
4797
|
+
ch() {
|
|
4795
4798
|
return new GeographicShapeSeriesBaseView(this);
|
|
4796
4799
|
}
|
|
4797
|
-
|
|
4798
|
-
super.
|
|
4799
|
-
this.
|
|
4800
|
+
o1(a) {
|
|
4801
|
+
super.o1(a);
|
|
4802
|
+
this.uf = a;
|
|
4800
4803
|
}
|
|
4801
|
-
|
|
4804
|
+
get_et() {
|
|
4802
4805
|
return true;
|
|
4803
4806
|
}
|
|
4804
|
-
|
|
4807
|
+
get_dv() {
|
|
4805
4808
|
return true;
|
|
4806
4809
|
}
|
|
4807
|
-
|
|
4808
|
-
super.
|
|
4810
|
+
o9(a, b, c, d) {
|
|
4811
|
+
super.o9(a, b, c, d);
|
|
4809
4812
|
switch (b) {
|
|
4810
4813
|
case "SeriesViewer":
|
|
4811
|
-
this.
|
|
4814
|
+
this.uf.ci();
|
|
4812
4815
|
break;
|
|
4813
4816
|
case "ShapeMemberPath":
|
|
4814
|
-
this.
|
|
4817
|
+
this.uf.ck();
|
|
4815
4818
|
break;
|
|
4816
4819
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
4817
|
-
this.
|
|
4820
|
+
this.uf.cj();
|
|
4818
4821
|
break;
|
|
4819
4822
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
4820
|
-
this.
|
|
4821
|
-
this.
|
|
4822
|
-
if (this.
|
|
4823
|
-
let e = this.
|
|
4824
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
4823
|
+
this.t4.u3 = this.um;
|
|
4824
|
+
this.uk = this.um;
|
|
4825
|
+
if (this.um) {
|
|
4826
|
+
let e = this.t4;
|
|
4827
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
|
|
4825
4828
|
}
|
|
4826
4829
|
else {
|
|
4827
|
-
let f = this.
|
|
4828
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
4830
|
+
let f = this.t4;
|
|
4831
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
|
|
4829
4832
|
}
|
|
4830
4833
|
break;
|
|
4831
4834
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
4832
|
-
this.
|
|
4833
|
-
this.
|
|
4834
|
-
if (this.
|
|
4835
|
-
let g = this.
|
|
4836
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
4835
|
+
this.t4.u2 = this.ul;
|
|
4836
|
+
this.uj = this.ul;
|
|
4837
|
+
if (this.um) {
|
|
4838
|
+
let g = this.t4;
|
|
4839
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
4837
4840
|
}
|
|
4838
4841
|
else {
|
|
4839
|
-
let h = this.
|
|
4840
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
4842
|
+
let h = this.t4;
|
|
4843
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
4841
4844
|
}
|
|
4842
4845
|
break;
|
|
4843
4846
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
4844
|
-
this.
|
|
4847
|
+
this.t4.up = this.ue;
|
|
4845
4848
|
break;
|
|
4846
4849
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
4847
|
-
this.
|
|
4850
|
+
this.t4.vk = this.uo;
|
|
4848
4851
|
break;
|
|
4849
4852
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
4850
|
-
this.
|
|
4853
|
+
this.t4.vl = this.up;
|
|
4851
4854
|
break;
|
|
4852
4855
|
case "ShapefileDataSource":
|
|
4853
4856
|
if (c != null) {
|
|
4854
4857
|
let i = c;
|
|
4855
|
-
if (this.
|
|
4856
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
4858
|
+
if (this.ui) {
|
|
4859
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
|
|
4857
4860
|
}
|
|
4858
4861
|
}
|
|
4859
4862
|
if (d != null) {
|
|
4860
4863
|
let j = d;
|
|
4861
4864
|
if (j.count > 0) {
|
|
4862
|
-
this.
|
|
4865
|
+
this.u2();
|
|
4863
4866
|
break;
|
|
4864
4867
|
}
|
|
4865
|
-
this.
|
|
4866
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
4868
|
+
this.ui = true;
|
|
4869
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
|
|
4867
4870
|
}
|
|
4868
4871
|
break;
|
|
4869
4872
|
}
|
|
4870
4873
|
}
|
|
4871
|
-
|
|
4874
|
+
u0(a, b) {
|
|
4872
4875
|
if (this.assigningShapeStyle != null) {
|
|
4873
4876
|
this.assigningShapeStyle(this, b);
|
|
4874
4877
|
}
|
|
4875
4878
|
}
|
|
4876
|
-
|
|
4879
|
+
uz(a, b) {
|
|
4877
4880
|
if (this.assigningShapeMarkerStyle != null) {
|
|
4878
4881
|
this.assigningShapeMarkerStyle(this, b);
|
|
4879
4882
|
}
|
|
4880
4883
|
}
|
|
4881
|
-
|
|
4882
|
-
this.
|
|
4884
|
+
u1(a, b) {
|
|
4885
|
+
this.u2();
|
|
4883
4886
|
}
|
|
4884
|
-
|
|
4885
|
-
let sds_ = this.
|
|
4887
|
+
u2() {
|
|
4888
|
+
let sds_ = this.uh;
|
|
4886
4889
|
let ext_ = sds_.externalObject;
|
|
4887
4890
|
this.itemsSource = (ext_.getPointData());
|
|
4888
4891
|
}
|
|
4889
|
-
get
|
|
4890
|
-
return this.
|
|
4892
|
+
get uh() {
|
|
4893
|
+
return this.ug;
|
|
4891
4894
|
}
|
|
4892
|
-
set
|
|
4893
|
-
let b = this.
|
|
4894
|
-
this.
|
|
4895
|
-
if (b != this.
|
|
4896
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
4895
|
+
set uh(a) {
|
|
4896
|
+
let b = this.ug;
|
|
4897
|
+
this.ug = a;
|
|
4898
|
+
if (b != this.ug) {
|
|
4899
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
|
|
4897
4900
|
}
|
|
4898
4901
|
}
|
|
4899
|
-
|
|
4902
|
+
get_gg() {
|
|
4900
4903
|
return true;
|
|
4901
4904
|
}
|
|
4902
|
-
|
|
4903
|
-
super.
|
|
4905
|
+
set_gg(a) {
|
|
4906
|
+
super.set_gg(a);
|
|
4904
4907
|
}
|
|
4905
4908
|
}
|
|
4906
4909
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
4907
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
4910
|
+
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
|
|
4908
4911
|
return GeographicShapeSeriesBase;
|
|
4909
4912
|
})();
|
|
4910
4913
|
/**
|
|
@@ -4919,23 +4922,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
4919
4922
|
}
|
|
4920
4923
|
b5() {
|
|
4921
4924
|
super.b5();
|
|
4922
|
-
this.ch.
|
|
4925
|
+
this.ch.t4.vx = this.ch.ux;
|
|
4923
4926
|
}
|
|
4924
4927
|
ci() {
|
|
4925
|
-
let a = this.ch.
|
|
4926
|
-
if (this.ch.
|
|
4927
|
-
a.
|
|
4928
|
-
a.
|
|
4928
|
+
let a = this.ch.t4;
|
|
4929
|
+
if (this.ch.cz == null) {
|
|
4930
|
+
a.uj = null;
|
|
4931
|
+
a.ul = null;
|
|
4929
4932
|
return;
|
|
4930
4933
|
}
|
|
4931
|
-
a.
|
|
4932
|
-
a.
|
|
4934
|
+
a.uj = this.ch.cz.ua;
|
|
4935
|
+
a.ul = this.ch.cz.uc;
|
|
4933
4936
|
}
|
|
4934
4937
|
ck() {
|
|
4935
|
-
this.ch.
|
|
4938
|
+
this.ch.t4.vx = this.ch.ux;
|
|
4936
4939
|
}
|
|
4937
4940
|
cj() {
|
|
4938
|
-
this.ch.
|
|
4941
|
+
this.ch.t4.vh = this.ch.un;
|
|
4939
4942
|
}
|
|
4940
4943
|
}
|
|
4941
4944
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -4972,53 +4975,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
4972
4975
|
this.cl = null;
|
|
4973
4976
|
this.cl = a;
|
|
4974
4977
|
if (!this.q) {
|
|
4975
|
-
this.cl.
|
|
4978
|
+
this.cl.ux = "points";
|
|
4976
4979
|
}
|
|
4977
4980
|
}
|
|
4978
4981
|
au() {
|
|
4979
4982
|
super.au();
|
|
4980
4983
|
if (!this.q) {
|
|
4981
|
-
this.cl.
|
|
4982
|
-
this.cl.
|
|
4983
|
-
this.cl.
|
|
4984
|
-
this.cl.
|
|
4985
|
-
this.cl.
|
|
4984
|
+
this.cl.wh = Defaults.aj;
|
|
4985
|
+
this.cl.iv = Defaults.p;
|
|
4986
|
+
this.cl.vg = Defaults.o;
|
|
4987
|
+
this.cl.vd = Defaults.d;
|
|
4988
|
+
this.cl.vb = Defaults.a;
|
|
4986
4989
|
}
|
|
4987
4990
|
}
|
|
4988
4991
|
b5() {
|
|
4989
4992
|
super.b5();
|
|
4990
|
-
this.cl.
|
|
4991
|
-
this.cl.
|
|
4992
|
-
this.cl.
|
|
4993
|
-
this.cl.
|
|
4994
|
-
this.cl.
|
|
4993
|
+
this.cl.t4.yf = this.cl.wj;
|
|
4994
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
4995
|
+
this.cl.t4.xu = this.cl.vz;
|
|
4996
|
+
this.cl.t4.xb = this.cl.vg;
|
|
4997
|
+
this.cl.t4.wu = this.cl.va;
|
|
4995
4998
|
}
|
|
4996
4999
|
cq() {
|
|
4997
|
-
this.cl.
|
|
5000
|
+
this.cl.t4.xu = this.cl.vz;
|
|
4998
5001
|
}
|
|
4999
5002
|
cs() {
|
|
5000
|
-
this.cl.
|
|
5003
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5001
5004
|
}
|
|
5002
5005
|
cn() {
|
|
5003
|
-
this.cl.
|
|
5006
|
+
this.cl.t4.wu = this.cl.va;
|
|
5004
5007
|
}
|
|
5005
5008
|
cr() {
|
|
5006
|
-
this.cl.
|
|
5009
|
+
this.cl.t4.w3 = this.cl.vd;
|
|
5007
5010
|
}
|
|
5008
5011
|
cm() {
|
|
5009
|
-
this.cl.
|
|
5012
|
+
this.cl.t4.yb = this.cl.wg;
|
|
5010
5013
|
}
|
|
5011
5014
|
co() {
|
|
5012
|
-
this.cl.
|
|
5015
|
+
this.cl.t4.yc = this.cl.wh;
|
|
5013
5016
|
}
|
|
5014
5017
|
cp() {
|
|
5015
|
-
this.cl.
|
|
5018
|
+
this.cl.t4.ye = this.cl.wi;
|
|
5016
5019
|
}
|
|
5017
5020
|
ct() {
|
|
5018
|
-
this.cl.
|
|
5021
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5019
5022
|
}
|
|
5020
5023
|
cu() {
|
|
5021
|
-
this.cl.
|
|
5024
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5022
5025
|
}
|
|
5023
5026
|
}
|
|
5024
5027
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5029,7 +5032,10 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5029
5032
|
*/
|
|
5030
5033
|
let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
5031
5034
|
class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
5032
|
-
|
|
5035
|
+
bg() {
|
|
5036
|
+
return new GeographicShapeSeries();
|
|
5037
|
+
}
|
|
5038
|
+
get_e4() {
|
|
5033
5039
|
return true;
|
|
5034
5040
|
}
|
|
5035
5041
|
constructor() {
|
|
@@ -5037,93 +5043,93 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5037
5043
|
this.styleShape = null;
|
|
5038
5044
|
this.ab = GeographicShapeSeries.$;
|
|
5039
5045
|
}
|
|
5040
|
-
|
|
5046
|
+
ch() {
|
|
5041
5047
|
return new GeographicShapeSeriesView(this);
|
|
5042
5048
|
}
|
|
5043
|
-
|
|
5044
|
-
super.
|
|
5045
|
-
this.
|
|
5049
|
+
o1(a) {
|
|
5050
|
+
super.o1(a);
|
|
5051
|
+
this.vf = a;
|
|
5046
5052
|
}
|
|
5047
|
-
|
|
5053
|
+
t3() {
|
|
5048
5054
|
let a = new ScatterPolygonSeries();
|
|
5049
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5050
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5055
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
|
|
5056
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
|
|
5051
5057
|
return a;
|
|
5052
5058
|
}
|
|
5053
|
-
|
|
5059
|
+
vw(a, b) {
|
|
5054
5060
|
if (this.styleShape != null) {
|
|
5055
5061
|
this.styleShape(this, b);
|
|
5056
5062
|
}
|
|
5057
5063
|
}
|
|
5058
|
-
|
|
5059
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
5064
|
+
vx(a, b) {
|
|
5065
|
+
let c = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
5060
5066
|
if (c == null) {
|
|
5061
5067
|
return;
|
|
5062
5068
|
}
|
|
5063
5069
|
}
|
|
5064
|
-
|
|
5065
|
-
return this.
|
|
5066
|
-
}
|
|
5067
|
-
sz() {
|
|
5068
|
-
return this.wd;
|
|
5070
|
+
ht() {
|
|
5071
|
+
return this.vg;
|
|
5069
5072
|
}
|
|
5070
5073
|
s0() {
|
|
5071
5074
|
return this.we;
|
|
5072
5075
|
}
|
|
5073
|
-
|
|
5074
|
-
return this.
|
|
5076
|
+
s1() {
|
|
5077
|
+
return this.wf;
|
|
5078
|
+
}
|
|
5079
|
+
qw() {
|
|
5080
|
+
return this.vy;
|
|
5075
5081
|
}
|
|
5076
|
-
|
|
5077
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
5082
|
+
ky() {
|
|
5083
|
+
let a = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
5078
5084
|
if (a == null) {
|
|
5079
5085
|
return "Unknown";
|
|
5080
5086
|
}
|
|
5081
|
-
return a.
|
|
5087
|
+
return a.ky();
|
|
5082
5088
|
}
|
|
5083
|
-
|
|
5084
|
-
super.
|
|
5089
|
+
o9(a, b, c, d) {
|
|
5090
|
+
super.o9(a, b, c, d);
|
|
5085
5091
|
switch (b) {
|
|
5086
5092
|
case GeographicShapeSeries.$$p[6]:
|
|
5087
|
-
this.
|
|
5093
|
+
this.t4.w1 = this.vc;
|
|
5088
5094
|
break;
|
|
5089
5095
|
case GeographicShapeSeries.$$p[5]:
|
|
5090
|
-
this.
|
|
5096
|
+
this.t4.wx = this.vb;
|
|
5091
5097
|
break;
|
|
5092
5098
|
case GeographicShapeSeries.$$p[9]:
|
|
5093
|
-
this.
|
|
5099
|
+
this.vf.cq();
|
|
5094
5100
|
break;
|
|
5095
5101
|
case GeographicShapeSeries.$$p[10]:
|
|
5096
|
-
this.
|
|
5102
|
+
this.vf.cs();
|
|
5097
5103
|
break;
|
|
5098
5104
|
case GeographicShapeSeries.$$p[4]:
|
|
5099
|
-
this.
|
|
5105
|
+
this.vf.cn();
|
|
5100
5106
|
break;
|
|
5101
5107
|
case GeographicShapeSeries.$$p[11]:
|
|
5102
|
-
this.
|
|
5108
|
+
this.vf.cr();
|
|
5103
5109
|
break;
|
|
5104
5110
|
case GeographicShapeSeries.$$p[3]:
|
|
5105
|
-
this.
|
|
5111
|
+
this.vf.cm();
|
|
5106
5112
|
break;
|
|
5107
5113
|
case GeographicShapeSeries.$$p[7]:
|
|
5108
|
-
this.
|
|
5114
|
+
this.vf.co();
|
|
5109
5115
|
break;
|
|
5110
5116
|
case GeographicShapeSeries.$$p[8]:
|
|
5111
|
-
this.
|
|
5117
|
+
this.vf.cp();
|
|
5112
5118
|
break;
|
|
5113
5119
|
case GeographicShapeSeries.$$p[13]:
|
|
5114
|
-
this.
|
|
5120
|
+
this.vf.ct();
|
|
5115
5121
|
break;
|
|
5116
5122
|
case GeographicShapeSeries.$$p[12]:
|
|
5117
|
-
this.
|
|
5123
|
+
this.vf.cu();
|
|
5118
5124
|
break;
|
|
5119
5125
|
}
|
|
5120
5126
|
}
|
|
5121
|
-
|
|
5127
|
+
ir() {
|
|
5122
5128
|
return 0.7;
|
|
5123
5129
|
}
|
|
5124
5130
|
}
|
|
5125
5131
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5126
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5132
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
|
|
5127
5133
|
return GeographicShapeSeries;
|
|
5128
5134
|
})();
|
|
5129
5135
|
|
|
@@ -5196,164 +5202,164 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5196
5202
|
* Gets whether the current series shows a polygon shape.
|
|
5197
5203
|
*/
|
|
5198
5204
|
get isPolygon() {
|
|
5199
|
-
return this.i.
|
|
5205
|
+
return this.i.e4;
|
|
5200
5206
|
}
|
|
5201
5207
|
/**
|
|
5202
5208
|
* Gets or sets the fill brush.
|
|
5203
5209
|
*/
|
|
5204
5210
|
get shapeFill() {
|
|
5205
|
-
return this.i.
|
|
5211
|
+
return this.i.wj ? this.i.wj.fill : null;
|
|
5206
5212
|
}
|
|
5207
5213
|
set shapeFill(v) {
|
|
5208
5214
|
this.ensureShapeStyle();
|
|
5209
|
-
this.i.
|
|
5215
|
+
this.i.wj.fill = v;
|
|
5210
5216
|
}
|
|
5211
5217
|
/**
|
|
5212
5218
|
* Gets or sets the stroke brush.
|
|
5213
5219
|
*/
|
|
5214
5220
|
get shapeStroke() {
|
|
5215
|
-
return this.i.
|
|
5221
|
+
return this.i.wj ? this.i.wj.stroke : null;
|
|
5216
5222
|
}
|
|
5217
5223
|
set shapeStroke(v) {
|
|
5218
5224
|
this.ensureShapeStyle();
|
|
5219
|
-
this.i.
|
|
5225
|
+
this.i.wj.stroke = v;
|
|
5220
5226
|
}
|
|
5221
5227
|
/**
|
|
5222
5228
|
* Gets or sets the stroke thickness.
|
|
5223
5229
|
*/
|
|
5224
5230
|
get shapeStrokeThickness() {
|
|
5225
|
-
return this.i.
|
|
5231
|
+
return this.i.wj ? this.i.wj.strokeThickness : NaN;
|
|
5226
5232
|
}
|
|
5227
5233
|
set shapeStrokeThickness(v) {
|
|
5228
5234
|
this.ensureShapeStyle();
|
|
5229
|
-
this.i.
|
|
5230
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5235
|
+
this.i.wj.strokeThickness = +v;
|
|
5236
|
+
this._a("shapeStrokeThickness", this.i.wj.strokeThickness);
|
|
5231
5237
|
}
|
|
5232
5238
|
/**
|
|
5233
5239
|
* Gets or sets the opacity.
|
|
5234
5240
|
*/
|
|
5235
5241
|
get shapeOpacity() {
|
|
5236
|
-
return this.i.
|
|
5242
|
+
return this.i.wj ? this.i.wj.opacity : NaN;
|
|
5237
5243
|
}
|
|
5238
5244
|
set shapeOpacity(v) {
|
|
5239
5245
|
this.ensureShapeStyle();
|
|
5240
|
-
this.i.
|
|
5241
|
-
this._a("shapeOpacity", this.i.
|
|
5246
|
+
this.i.wj.opacity = +v;
|
|
5247
|
+
this._a("shapeOpacity", this.i.wj.opacity);
|
|
5242
5248
|
}
|
|
5243
5249
|
ensureShapeStyle() {
|
|
5244
|
-
if (this.i.
|
|
5250
|
+
if (this.i.wj) {
|
|
5245
5251
|
return;
|
|
5246
5252
|
}
|
|
5247
|
-
this.i.
|
|
5253
|
+
this.i.wj = new Style();
|
|
5248
5254
|
}
|
|
5249
5255
|
/**
|
|
5250
5256
|
* Gets or sets the marker type for the current series object.
|
|
5251
5257
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5252
5258
|
*/
|
|
5253
5259
|
get markerType() {
|
|
5254
|
-
return this.i.
|
|
5260
|
+
return this.i.vd;
|
|
5255
5261
|
}
|
|
5256
5262
|
set markerType(v) {
|
|
5257
|
-
this.i.
|
|
5258
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
5263
|
+
this.i.vd = ensureEnum(MarkerType_$type, v);
|
|
5264
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.vd));
|
|
5259
5265
|
}
|
|
5260
5266
|
/**
|
|
5261
5267
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5262
5268
|
*/
|
|
5263
5269
|
get markerOutlineMode() {
|
|
5264
|
-
return this.i.
|
|
5270
|
+
return this.i.vc;
|
|
5265
5271
|
}
|
|
5266
5272
|
set markerOutlineMode(v) {
|
|
5267
|
-
this.i.
|
|
5268
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
5273
|
+
this.i.vc = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5274
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.vc));
|
|
5269
5275
|
}
|
|
5270
5276
|
/**
|
|
5271
5277
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5272
5278
|
*/
|
|
5273
5279
|
get markerFillMode() {
|
|
5274
|
-
return this.i.
|
|
5280
|
+
return this.i.vb;
|
|
5275
5281
|
}
|
|
5276
5282
|
set markerFillMode(v) {
|
|
5277
|
-
this.i.
|
|
5278
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
5283
|
+
this.i.vb = ensureEnum(MarkerFillMode_$type, v);
|
|
5284
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.vb));
|
|
5279
5285
|
}
|
|
5280
5286
|
/**
|
|
5281
5287
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5282
5288
|
*/
|
|
5283
5289
|
get markerTemplate() {
|
|
5284
|
-
return this.i.
|
|
5290
|
+
return this.i.vz;
|
|
5285
5291
|
}
|
|
5286
5292
|
set markerTemplate(v) {
|
|
5287
|
-
this.i.
|
|
5293
|
+
this.i.vz = v;
|
|
5288
5294
|
}
|
|
5289
5295
|
/**
|
|
5290
5296
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5291
5297
|
*/
|
|
5292
5298
|
get markerBrush() {
|
|
5293
|
-
return brushToString(this.i.
|
|
5299
|
+
return brushToString(this.i.wg);
|
|
5294
5300
|
}
|
|
5295
5301
|
set markerBrush(v) {
|
|
5296
|
-
this.i.
|
|
5297
|
-
this._a("markerBrush", brushToString(this.i.
|
|
5302
|
+
this.i.wg = stringToBrush(v);
|
|
5303
|
+
this._a("markerBrush", brushToString(this.i.wg));
|
|
5298
5304
|
}
|
|
5299
5305
|
/**
|
|
5300
5306
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5301
5307
|
*/
|
|
5302
5308
|
get markerOutline() {
|
|
5303
|
-
return brushToString(this.i.
|
|
5309
|
+
return brushToString(this.i.wh);
|
|
5304
5310
|
}
|
|
5305
5311
|
set markerOutline(v) {
|
|
5306
|
-
this.i.
|
|
5307
|
-
this._a("markerOutline", brushToString(this.i.
|
|
5312
|
+
this.i.wh = stringToBrush(v);
|
|
5313
|
+
this._a("markerOutline", brushToString(this.i.wh));
|
|
5308
5314
|
}
|
|
5309
5315
|
/**
|
|
5310
5316
|
* Gets or sets thickness of the marker outline
|
|
5311
5317
|
*/
|
|
5312
5318
|
get markerThickness() {
|
|
5313
|
-
return this.i.
|
|
5319
|
+
return this.i.vg;
|
|
5314
5320
|
}
|
|
5315
5321
|
set markerThickness(v) {
|
|
5316
|
-
this.i.
|
|
5317
|
-
this._a("markerThickness", this.i.
|
|
5322
|
+
this.i.vg = +v;
|
|
5323
|
+
this._a("markerThickness", this.i.vg);
|
|
5318
5324
|
}
|
|
5319
5325
|
/**
|
|
5320
5326
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5321
5327
|
*/
|
|
5322
5328
|
get markerCollisionAvoidance() {
|
|
5323
|
-
return this.i.
|
|
5329
|
+
return this.i.va;
|
|
5324
5330
|
}
|
|
5325
5331
|
set markerCollisionAvoidance(v) {
|
|
5326
|
-
this.i.
|
|
5327
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
5332
|
+
this.i.va = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5333
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.va));
|
|
5328
5334
|
}
|
|
5329
5335
|
/**
|
|
5330
5336
|
* Gets the effective marker template for the current series object.
|
|
5331
5337
|
*/
|
|
5332
5338
|
get actualMarkerTemplate() {
|
|
5333
|
-
return this.i.
|
|
5339
|
+
return this.i.vy;
|
|
5334
5340
|
}
|
|
5335
5341
|
set actualMarkerTemplate(v) {
|
|
5336
|
-
this.i.
|
|
5342
|
+
this.i.vy = v;
|
|
5337
5343
|
}
|
|
5338
5344
|
/**
|
|
5339
5345
|
* Gets the effective marker brush for the current series object.
|
|
5340
5346
|
*/
|
|
5341
5347
|
get actualMarkerBrush() {
|
|
5342
|
-
return brushToString(this.i.
|
|
5348
|
+
return brushToString(this.i.we);
|
|
5343
5349
|
}
|
|
5344
5350
|
set actualMarkerBrush(v) {
|
|
5345
|
-
this.i.
|
|
5346
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
5351
|
+
this.i.we = stringToBrush(v);
|
|
5352
|
+
this._a("actualMarkerBrush", brushToString(this.i.we));
|
|
5347
5353
|
}
|
|
5348
5354
|
/**
|
|
5349
5355
|
* Gets the effective marker outline for the current series object.
|
|
5350
5356
|
*/
|
|
5351
5357
|
get actualMarkerOutline() {
|
|
5352
|
-
return brushToString(this.i.
|
|
5358
|
+
return brushToString(this.i.wf);
|
|
5353
5359
|
}
|
|
5354
5360
|
set actualMarkerOutline(v) {
|
|
5355
|
-
this.i.
|
|
5356
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
5361
|
+
this.i.wf = stringToBrush(v);
|
|
5362
|
+
this._a("actualMarkerOutline", brushToString(this.i.wf));
|
|
5357
5363
|
}
|
|
5358
5364
|
get styleShape() {
|
|
5359
5365
|
return this._styleShape;
|
|
@@ -5419,19 +5425,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5419
5425
|
au() {
|
|
5420
5426
|
super.au();
|
|
5421
5427
|
if (!this.q) {
|
|
5422
|
-
this.cl.
|
|
5428
|
+
this.cl.iv = Defaults.n;
|
|
5423
5429
|
}
|
|
5424
5430
|
}
|
|
5425
5431
|
b5() {
|
|
5426
5432
|
super.b5();
|
|
5427
|
-
this.cl.
|
|
5428
|
-
this.cl.
|
|
5433
|
+
this.cl.t4.wu = this.cl.va;
|
|
5434
|
+
this.cl.t4.wz = this.cl.vi;
|
|
5429
5435
|
}
|
|
5430
5436
|
cm() {
|
|
5431
|
-
this.cl.
|
|
5437
|
+
this.cl.t4.wu = this.cl.va;
|
|
5432
5438
|
}
|
|
5433
5439
|
cn() {
|
|
5434
|
-
this.cl.
|
|
5440
|
+
this.cl.t4.wz = this.cl.vi;
|
|
5435
5441
|
}
|
|
5436
5442
|
}
|
|
5437
5443
|
GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5442,7 +5448,10 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5442
5448
|
*/
|
|
5443
5449
|
let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
5444
5450
|
class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
5445
|
-
|
|
5451
|
+
bg() {
|
|
5452
|
+
return new GeographicPolylineSeries();
|
|
5453
|
+
}
|
|
5454
|
+
get_e5() {
|
|
5446
5455
|
return true;
|
|
5447
5456
|
}
|
|
5448
5457
|
constructor() {
|
|
@@ -5450,37 +5459,37 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5450
5459
|
this.styleShape = null;
|
|
5451
5460
|
this.ab = GeographicPolylineSeries.$;
|
|
5452
5461
|
}
|
|
5453
|
-
|
|
5462
|
+
ch() {
|
|
5454
5463
|
return new GeographicPolylineSeriesView(this);
|
|
5455
5464
|
}
|
|
5456
|
-
|
|
5457
|
-
super.
|
|
5458
|
-
this.
|
|
5465
|
+
o1(a) {
|
|
5466
|
+
super.o1(a);
|
|
5467
|
+
this.vb = a;
|
|
5459
5468
|
}
|
|
5460
|
-
|
|
5469
|
+
t3() {
|
|
5461
5470
|
let a = new ScatterPolylineSeries();
|
|
5462
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5471
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vf));
|
|
5463
5472
|
return a;
|
|
5464
5473
|
}
|
|
5465
|
-
|
|
5474
|
+
vf(a, b) {
|
|
5466
5475
|
if (this.styleShape != null) {
|
|
5467
5476
|
this.styleShape(this, b);
|
|
5468
5477
|
}
|
|
5469
5478
|
}
|
|
5470
|
-
|
|
5471
|
-
super.
|
|
5479
|
+
o9(a, b, c, d) {
|
|
5480
|
+
super.o9(a, b, c, d);
|
|
5472
5481
|
switch (b) {
|
|
5473
5482
|
case GeographicPolylineSeries.$$p[1]:
|
|
5474
|
-
this.
|
|
5483
|
+
this.vb.cm();
|
|
5475
5484
|
break;
|
|
5476
5485
|
case GeographicPolylineSeries.$$p[0]:
|
|
5477
|
-
this.
|
|
5486
|
+
this.vb.cn();
|
|
5478
5487
|
break;
|
|
5479
5488
|
}
|
|
5480
5489
|
}
|
|
5481
5490
|
}
|
|
5482
5491
|
GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
5483
|
-
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
5492
|
+
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [Style.$, null], 'ShapeStyleSelector:va:vh', [StyleSelector.$, null]]);
|
|
5484
5493
|
return GeographicPolylineSeries;
|
|
5485
5494
|
})();
|
|
5486
5495
|
|
|
@@ -5553,55 +5562,55 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5553
5562
|
* Gets whether the current series shows a polyline shape.
|
|
5554
5563
|
*/
|
|
5555
5564
|
get isPolyline() {
|
|
5556
|
-
return this.i.
|
|
5565
|
+
return this.i.e5;
|
|
5557
5566
|
}
|
|
5558
5567
|
/**
|
|
5559
5568
|
* Gets or sets the fill brush.
|
|
5560
5569
|
*/
|
|
5561
5570
|
get shapeFill() {
|
|
5562
|
-
return this.i.
|
|
5571
|
+
return this.i.vi ? this.i.vi.fill : null;
|
|
5563
5572
|
}
|
|
5564
5573
|
set shapeFill(v) {
|
|
5565
5574
|
this.ensureShapeStyle();
|
|
5566
|
-
this.i.
|
|
5575
|
+
this.i.vi.fill = v;
|
|
5567
5576
|
}
|
|
5568
5577
|
/**
|
|
5569
5578
|
* Gets or sets the stroke brush.
|
|
5570
5579
|
*/
|
|
5571
5580
|
get shapeStroke() {
|
|
5572
|
-
return this.i.
|
|
5581
|
+
return this.i.vi ? this.i.vi.stroke : null;
|
|
5573
5582
|
}
|
|
5574
5583
|
set shapeStroke(v) {
|
|
5575
5584
|
this.ensureShapeStyle();
|
|
5576
|
-
this.i.
|
|
5585
|
+
this.i.vi.stroke = v;
|
|
5577
5586
|
}
|
|
5578
5587
|
/**
|
|
5579
5588
|
* Gets or sets the stroke thickness.
|
|
5580
5589
|
*/
|
|
5581
5590
|
get shapeStrokeThickness() {
|
|
5582
|
-
return this.i.
|
|
5591
|
+
return this.i.vi ? this.i.vi.strokeThickness : NaN;
|
|
5583
5592
|
}
|
|
5584
5593
|
set shapeStrokeThickness(v) {
|
|
5585
5594
|
this.ensureShapeStyle();
|
|
5586
|
-
this.i.
|
|
5587
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5595
|
+
this.i.vi.strokeThickness = +v;
|
|
5596
|
+
this._a("shapeStrokeThickness", this.i.vi.strokeThickness);
|
|
5588
5597
|
}
|
|
5589
5598
|
/**
|
|
5590
5599
|
* Gets or sets the opacity.
|
|
5591
5600
|
*/
|
|
5592
5601
|
get shapeOpacity() {
|
|
5593
|
-
return this.i.
|
|
5602
|
+
return this.i.vi ? this.i.vi.opacity : NaN;
|
|
5594
5603
|
}
|
|
5595
5604
|
set shapeOpacity(v) {
|
|
5596
5605
|
this.ensureShapeStyle();
|
|
5597
|
-
this.i.
|
|
5598
|
-
this._a("shapeOpacity", this.i.
|
|
5606
|
+
this.i.vi.opacity = +v;
|
|
5607
|
+
this._a("shapeOpacity", this.i.vi.opacity);
|
|
5599
5608
|
}
|
|
5600
5609
|
ensureShapeStyle() {
|
|
5601
|
-
if (this.i.
|
|
5610
|
+
if (this.i.vi) {
|
|
5602
5611
|
return;
|
|
5603
5612
|
}
|
|
5604
|
-
this.i.
|
|
5613
|
+
this.i.vi = new Style();
|
|
5605
5614
|
}
|
|
5606
5615
|
get styleShape() {
|
|
5607
5616
|
return this._styleShape;
|
|
@@ -5743,49 +5752,52 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
5743
5752
|
*/
|
|
5744
5753
|
let TileSeries = /*@__PURE__*/ (() => {
|
|
5745
5754
|
class TileSeries extends ShapeSeriesBase {
|
|
5746
|
-
|
|
5755
|
+
bg() {
|
|
5756
|
+
return new TileSeries();
|
|
5757
|
+
}
|
|
5758
|
+
get_fh() {
|
|
5747
5759
|
return true;
|
|
5748
5760
|
}
|
|
5749
5761
|
constructor() {
|
|
5750
5762
|
super();
|
|
5763
|
+
this.wv = null;
|
|
5751
5764
|
this.wu = null;
|
|
5752
|
-
this.wt = null;
|
|
5753
5765
|
this.imageTilesReady = null;
|
|
5754
|
-
this.
|
|
5755
|
-
this.
|
|
5766
|
+
this.wy = null;
|
|
5767
|
+
this.wz = false;
|
|
5756
5768
|
this.ab = TileSeries.$;
|
|
5757
5769
|
}
|
|
5758
|
-
|
|
5770
|
+
ch() {
|
|
5759
5771
|
return new TileSeriesView(this);
|
|
5760
5772
|
}
|
|
5761
|
-
|
|
5762
|
-
super.
|
|
5763
|
-
this.
|
|
5773
|
+
o1(a) {
|
|
5774
|
+
super.o1(a);
|
|
5775
|
+
this.wt = a;
|
|
5764
5776
|
}
|
|
5765
|
-
|
|
5777
|
+
get_u5() {
|
|
5766
5778
|
return false;
|
|
5767
5779
|
}
|
|
5768
|
-
get
|
|
5769
|
-
return this.
|
|
5780
|
+
get wx() {
|
|
5781
|
+
return this.wv;
|
|
5770
5782
|
}
|
|
5771
|
-
set
|
|
5772
|
-
let b = a != this.
|
|
5783
|
+
set wx(a) {
|
|
5784
|
+
let b = a != this.wx;
|
|
5773
5785
|
if (b) {
|
|
5774
|
-
let c = this.
|
|
5775
|
-
this.
|
|
5786
|
+
let c = this.wx;
|
|
5787
|
+
this.wv = a;
|
|
5776
5788
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
5777
5789
|
}
|
|
5778
5790
|
}
|
|
5779
|
-
get
|
|
5780
|
-
return this.
|
|
5791
|
+
get ww() {
|
|
5792
|
+
return this.wu;
|
|
5781
5793
|
}
|
|
5782
|
-
set
|
|
5783
|
-
let b = this.
|
|
5784
|
-
this.
|
|
5785
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
5794
|
+
set ww(a) {
|
|
5795
|
+
let b = this.wu;
|
|
5796
|
+
this.wu = a;
|
|
5797
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wu);
|
|
5786
5798
|
}
|
|
5787
|
-
|
|
5788
|
-
super.
|
|
5799
|
+
o9(a, b, c, d) {
|
|
5800
|
+
super.o9(a, b, c, d);
|
|
5789
5801
|
let e;
|
|
5790
5802
|
let f;
|
|
5791
5803
|
switch (b) {
|
|
@@ -5793,141 +5805,141 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5793
5805
|
e = c;
|
|
5794
5806
|
f = d;
|
|
5795
5807
|
if (e != null) {
|
|
5796
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
5808
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w2));
|
|
5797
5809
|
}
|
|
5798
5810
|
if (f != null) {
|
|
5799
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
5811
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
|
|
5800
5812
|
}
|
|
5801
|
-
this.
|
|
5802
|
-
this.
|
|
5803
|
-
this.
|
|
5813
|
+
this.wt.dh(e, f);
|
|
5814
|
+
this.pq(false);
|
|
5815
|
+
this.om();
|
|
5804
5816
|
break;
|
|
5805
5817
|
case "ActualTileImagery":
|
|
5806
5818
|
e = c;
|
|
5807
5819
|
f = d;
|
|
5808
5820
|
if (e != null) {
|
|
5809
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
5821
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w3));
|
|
5810
5822
|
e.deferralHandler = null;
|
|
5811
5823
|
}
|
|
5812
5824
|
if (f != null) {
|
|
5813
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
5825
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
|
|
5814
5826
|
f.deferralHandler = this;
|
|
5815
5827
|
}
|
|
5816
|
-
this.
|
|
5817
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
5818
|
-
f.geographicMap = this.
|
|
5819
|
-
this.
|
|
5820
|
-
this.
|
|
5828
|
+
this.wt.dg(e, f);
|
|
5829
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
|
|
5830
|
+
f.geographicMap = this.cz;
|
|
5831
|
+
this.w5(this.ck);
|
|
5832
|
+
this.wt.dd(this.cz.tn);
|
|
5821
5833
|
}
|
|
5822
|
-
this.
|
|
5834
|
+
this.om();
|
|
5823
5835
|
break;
|
|
5824
5836
|
case "ActualWindowRect":
|
|
5825
|
-
this.
|
|
5837
|
+
this.wt.dd(d);
|
|
5826
5838
|
break;
|
|
5827
5839
|
case "WorldRect":
|
|
5828
|
-
this.
|
|
5840
|
+
this.wt.dk(d);
|
|
5829
5841
|
break;
|
|
5830
5842
|
case "SeriesViewer":
|
|
5831
5843
|
let g = c;
|
|
5832
5844
|
let h = d;
|
|
5833
|
-
if (g != null && this.
|
|
5834
|
-
this.
|
|
5845
|
+
if (g != null && this.ww != null) {
|
|
5846
|
+
this.ww.be(null);
|
|
5835
5847
|
}
|
|
5836
|
-
if (h != null && this.
|
|
5837
|
-
this.
|
|
5848
|
+
if (h != null && this.ww != null) {
|
|
5849
|
+
this.ww.be(this.ck.w);
|
|
5838
5850
|
}
|
|
5839
5851
|
break;
|
|
5840
5852
|
case "ActualBrush":
|
|
5841
5853
|
case "ActualOutline":
|
|
5842
5854
|
case "ActualThickness":
|
|
5843
|
-
this.
|
|
5855
|
+
this.oo();
|
|
5844
5856
|
break;
|
|
5845
5857
|
}
|
|
5846
5858
|
}
|
|
5847
|
-
|
|
5859
|
+
w2(a, b) {
|
|
5848
5860
|
if (b.propertyName == "MultiScaleImage") {
|
|
5849
|
-
this.
|
|
5861
|
+
this.w5(this.ck);
|
|
5850
5862
|
}
|
|
5851
5863
|
}
|
|
5852
|
-
|
|
5864
|
+
w3(a, b) {
|
|
5853
5865
|
if (this.imageTilesReady != null) {
|
|
5854
5866
|
this.imageTilesReady(this, new EventArgs());
|
|
5855
5867
|
}
|
|
5856
|
-
if (!this.
|
|
5857
|
-
this.
|
|
5868
|
+
if (!this.wz) {
|
|
5869
|
+
this.wt.di();
|
|
5858
5870
|
}
|
|
5859
5871
|
}
|
|
5860
5872
|
register(a, b) {
|
|
5861
|
-
this.
|
|
5873
|
+
this.wy = b;
|
|
5862
5874
|
}
|
|
5863
5875
|
unRegister(a) {
|
|
5864
|
-
this.
|
|
5876
|
+
this.wy = null;
|
|
5865
5877
|
}
|
|
5866
5878
|
deferredRefresh() {
|
|
5867
|
-
this.
|
|
5879
|
+
this.pq(false);
|
|
5868
5880
|
}
|
|
5869
5881
|
deferAction(a) {
|
|
5870
|
-
if (this.
|
|
5871
|
-
this.
|
|
5882
|
+
if (this.i5 != null) {
|
|
5883
|
+
this.i5.setTimeout(a, 0);
|
|
5872
5884
|
}
|
|
5873
5885
|
else {
|
|
5874
5886
|
window.setTimeout(a, 0);
|
|
5875
5887
|
}
|
|
5876
5888
|
}
|
|
5877
|
-
|
|
5878
|
-
this.
|
|
5879
|
-
super.
|
|
5889
|
+
qn(a, b) {
|
|
5890
|
+
this.wt.dj();
|
|
5891
|
+
super.qn(a, b);
|
|
5880
5892
|
}
|
|
5881
|
-
|
|
5882
|
-
super.
|
|
5883
|
-
this.
|
|
5893
|
+
pr(a) {
|
|
5894
|
+
super.pr(a);
|
|
5895
|
+
this.w4(a, this.ck);
|
|
5884
5896
|
}
|
|
5885
|
-
|
|
5897
|
+
w4(a, b) {
|
|
5886
5898
|
let c;
|
|
5887
5899
|
let d;
|
|
5888
5900
|
let e = b;
|
|
5889
5901
|
let f = b.getViewInfo(c, d);
|
|
5890
5902
|
c = f.p0;
|
|
5891
5903
|
d = f.p1;
|
|
5892
|
-
this.
|
|
5893
|
-
if (this.
|
|
5894
|
-
this.
|
|
5895
|
-
this.
|
|
5896
|
-
this.
|
|
5904
|
+
this.w5(b);
|
|
5905
|
+
if (this.wy != null) {
|
|
5906
|
+
this.wz = true;
|
|
5907
|
+
this.wy(a);
|
|
5908
|
+
this.wz = false;
|
|
5897
5909
|
}
|
|
5898
5910
|
e.di();
|
|
5899
5911
|
}
|
|
5900
|
-
|
|
5901
|
-
super.
|
|
5902
|
-
let f = this.
|
|
5912
|
+
pp(a, b, c, d, e) {
|
|
5913
|
+
super.pp(a, b, c, d, e);
|
|
5914
|
+
let f = this.gv.item(d);
|
|
5903
5915
|
f.a3(c);
|
|
5904
|
-
if (this.
|
|
5916
|
+
if (this.dm(f)) {
|
|
5905
5917
|
return;
|
|
5906
5918
|
}
|
|
5907
|
-
this.
|
|
5919
|
+
this.wc(f);
|
|
5908
5920
|
}
|
|
5909
|
-
|
|
5921
|
+
w5(a) {
|
|
5910
5922
|
let b;
|
|
5911
5923
|
let c;
|
|
5912
5924
|
let d = a.getViewInfo(b, c);
|
|
5913
5925
|
b = d.p0;
|
|
5914
5926
|
c = d.p1;
|
|
5915
|
-
if (this.
|
|
5916
|
-
if (this.
|
|
5917
|
-
this.
|
|
5927
|
+
if (this.wx != null && this.wx.ao != null) {
|
|
5928
|
+
if (this.wx != this.ww) {
|
|
5929
|
+
this.ww = this.wx;
|
|
5918
5930
|
}
|
|
5919
|
-
if (this.
|
|
5920
|
-
if (this.
|
|
5921
|
-
this.
|
|
5931
|
+
if (this.ww != null && !b.isEmpty) {
|
|
5932
|
+
if (this.ww.width != b.width) {
|
|
5933
|
+
this.ww.width = b.width;
|
|
5922
5934
|
}
|
|
5923
|
-
if (this.
|
|
5924
|
-
this.
|
|
5935
|
+
if (this.ww.height != b.height) {
|
|
5936
|
+
this.ww.height = b.height;
|
|
5925
5937
|
}
|
|
5926
5938
|
}
|
|
5927
5939
|
}
|
|
5928
5940
|
}
|
|
5929
|
-
|
|
5930
|
-
super.
|
|
5941
|
+
nk(a, b) {
|
|
5942
|
+
super.nk(a, b);
|
|
5931
5943
|
b.de();
|
|
5932
5944
|
}
|
|
5933
5945
|
}
|
|
@@ -5950,8 +5962,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
5950
5962
|
au() {
|
|
5951
5963
|
super.au();
|
|
5952
5964
|
if (!this.q) {
|
|
5953
|
-
this.da.
|
|
5954
|
-
this.da.
|
|
5965
|
+
this.da.s3 = Defaults.ao;
|
|
5966
|
+
this.da.sx = Defaults.an;
|
|
5955
5967
|
}
|
|
5956
5968
|
}
|
|
5957
5969
|
ck(a, b) {
|
|
@@ -5978,14 +5990,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
5978
5990
|
this.as();
|
|
5979
5991
|
}
|
|
5980
5992
|
dd(a) {
|
|
5981
|
-
if (this.da.
|
|
5982
|
-
this.da.
|
|
5993
|
+
if (this.da.wx != null) {
|
|
5994
|
+
this.da.wx.windowRect = a;
|
|
5983
5995
|
}
|
|
5984
5996
|
}
|
|
5985
5997
|
dg(a, b) {
|
|
5986
5998
|
if (this.dc == null) {
|
|
5987
|
-
this.dc = this.e.
|
|
5988
|
-
let c = this.e.
|
|
5999
|
+
this.dc = this.e.i5.createElement("canvas");
|
|
6000
|
+
let c = this.e.i5.get2DCanvasContext(this.dc);
|
|
5989
6001
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
5990
6002
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
5991
6003
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -6014,8 +6026,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6014
6026
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6015
6027
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6016
6028
|
}
|
|
6017
|
-
if (this.da.
|
|
6018
|
-
this.da.
|
|
6029
|
+
if (this.da.wx != null) {
|
|
6030
|
+
this.da.wx.bf(this.bx);
|
|
6019
6031
|
}
|
|
6020
6032
|
}
|
|
6021
6033
|
a8(a, b) {
|
|
@@ -6049,8 +6061,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6049
6061
|
de() {
|
|
6050
6062
|
}
|
|
6051
6063
|
dk(a) {
|
|
6052
|
-
if (this.da.
|
|
6053
|
-
this.da.
|
|
6064
|
+
if (this.da.wx != null) {
|
|
6065
|
+
this.da.wx.a6();
|
|
6054
6066
|
}
|
|
6055
6067
|
}
|
|
6056
6068
|
}
|
|
@@ -6125,20 +6137,20 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6125
6137
|
* Gets whether the current series shows a tile imagery.
|
|
6126
6138
|
*/
|
|
6127
6139
|
get isTile() {
|
|
6128
|
-
return this.i.
|
|
6140
|
+
return this.i.fh;
|
|
6129
6141
|
}
|
|
6130
6142
|
/**
|
|
6131
6143
|
* The MapImagery which is used to provide the tiles for display.
|
|
6132
6144
|
*/
|
|
6133
6145
|
get tileImagery() {
|
|
6134
|
-
const r = this.i.
|
|
6146
|
+
const r = this.i.wx;
|
|
6135
6147
|
if (r == null) {
|
|
6136
6148
|
return null;
|
|
6137
6149
|
}
|
|
6138
6150
|
return r.externalObject;
|
|
6139
6151
|
}
|
|
6140
6152
|
set tileImagery(v) {
|
|
6141
|
-
v == null ? this.i.
|
|
6153
|
+
v == null ? this.i.wx = null : this.i.wx = v.i;
|
|
6142
6154
|
}
|
|
6143
6155
|
findByName(name) {
|
|
6144
6156
|
var baseResult = super.findByName(name);
|
|
@@ -6189,59 +6201,62 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6189
6201
|
*/
|
|
6190
6202
|
let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
6191
6203
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
6192
|
-
|
|
6204
|
+
bg() {
|
|
6205
|
+
return new GeographicTileSeries();
|
|
6206
|
+
}
|
|
6207
|
+
get_fh() {
|
|
6193
6208
|
return true;
|
|
6194
6209
|
}
|
|
6195
6210
|
constructor() {
|
|
6196
6211
|
super();
|
|
6212
|
+
this.vb = null;
|
|
6197
6213
|
this.va = null;
|
|
6198
|
-
this.u9 = null;
|
|
6199
6214
|
this.imageTilesReady = null;
|
|
6200
6215
|
this.ab = GeographicTileSeries.$;
|
|
6201
6216
|
}
|
|
6202
|
-
get
|
|
6203
|
-
return this.
|
|
6217
|
+
get vc() {
|
|
6218
|
+
return this.vb;
|
|
6204
6219
|
}
|
|
6205
|
-
set
|
|
6206
|
-
let b = a != this.
|
|
6220
|
+
set vc(a) {
|
|
6221
|
+
let b = a != this.vc;
|
|
6207
6222
|
if (b) {
|
|
6208
|
-
let c = this.
|
|
6209
|
-
this.
|
|
6223
|
+
let c = this.vc;
|
|
6224
|
+
this.vb = a;
|
|
6210
6225
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6211
6226
|
}
|
|
6212
6227
|
}
|
|
6213
|
-
|
|
6214
|
-
if (this.
|
|
6215
|
-
this.
|
|
6228
|
+
vg() {
|
|
6229
|
+
if (this.vc != null) {
|
|
6230
|
+
this.vc.clearTileCache();
|
|
6216
6231
|
}
|
|
6217
6232
|
}
|
|
6218
|
-
|
|
6219
|
-
super.
|
|
6233
|
+
o9(a, b, c, d) {
|
|
6234
|
+
super.o9(a, b, c, d);
|
|
6220
6235
|
switch (b) {
|
|
6221
6236
|
case "TileImagery":
|
|
6222
|
-
if (this.
|
|
6223
|
-
this.
|
|
6237
|
+
if (this.t4 != null) {
|
|
6238
|
+
this.t4.wx = this.vc;
|
|
6224
6239
|
}
|
|
6225
6240
|
break;
|
|
6226
6241
|
}
|
|
6227
6242
|
}
|
|
6228
|
-
|
|
6229
|
-
super.
|
|
6230
|
-
this.
|
|
6231
|
-
if (this.
|
|
6232
|
-
let a = this.
|
|
6233
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
6243
|
+
t9() {
|
|
6244
|
+
super.t9();
|
|
6245
|
+
this.t4.wx = this.vc;
|
|
6246
|
+
if (this.va != null) {
|
|
6247
|
+
let a = this.va;
|
|
6248
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
|
|
6234
6249
|
}
|
|
6235
|
-
this.
|
|
6236
|
-
if (this.
|
|
6237
|
-
let b = this.
|
|
6238
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
6250
|
+
this.va = this.t4;
|
|
6251
|
+
if (this.va != null) {
|
|
6252
|
+
let b = this.va;
|
|
6253
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
|
|
6239
6254
|
}
|
|
6240
6255
|
}
|
|
6241
|
-
|
|
6256
|
+
t3() {
|
|
6242
6257
|
return new TileSeries();
|
|
6243
6258
|
}
|
|
6244
|
-
|
|
6259
|
+
vf(a, b) {
|
|
6245
6260
|
if (this.imageTilesReady != null) {
|
|
6246
6261
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6247
6262
|
}
|
|
@@ -6313,20 +6328,20 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6313
6328
|
* Gets whether the current series shows a tile imagery.
|
|
6314
6329
|
*/
|
|
6315
6330
|
get isTile() {
|
|
6316
|
-
return this.i.
|
|
6331
|
+
return this.i.fh;
|
|
6317
6332
|
}
|
|
6318
6333
|
/**
|
|
6319
6334
|
* The MapImagery which is used to provide the tiles for display.
|
|
6320
6335
|
*/
|
|
6321
6336
|
get tileImagery() {
|
|
6322
|
-
const r = this.i.
|
|
6337
|
+
const r = this.i.vc;
|
|
6323
6338
|
if (r == null) {
|
|
6324
6339
|
return null;
|
|
6325
6340
|
}
|
|
6326
6341
|
return r.externalObject;
|
|
6327
6342
|
}
|
|
6328
6343
|
set tileImagery(v) {
|
|
6329
|
-
v == null ? this.i.
|
|
6344
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
6330
6345
|
}
|
|
6331
6346
|
findByName(name) {
|
|
6332
6347
|
var baseResult = super.findByName(name);
|
|
@@ -6343,7 +6358,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6343
6358
|
|
|
6344
6359
|
*/
|
|
6345
6360
|
clearTileCache() {
|
|
6346
|
-
this.i.
|
|
6361
|
+
this.i.vg();
|
|
6347
6362
|
}
|
|
6348
6363
|
/**
|
|
6349
6364
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -6445,70 +6460,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6445
6460
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
6446
6461
|
*/
|
|
6447
6462
|
get markerType() {
|
|
6448
|
-
return this.i.
|
|
6463
|
+
return this.i.ue;
|
|
6449
6464
|
}
|
|
6450
6465
|
set markerType(v) {
|
|
6451
|
-
this.i.
|
|
6452
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
6466
|
+
this.i.ue = ensureEnum(MarkerType_$type, v);
|
|
6467
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.ue));
|
|
6453
6468
|
}
|
|
6454
6469
|
/**
|
|
6455
6470
|
* Gets or sets thickness of the marker outline
|
|
6456
6471
|
*/
|
|
6457
6472
|
get markerThickness() {
|
|
6458
|
-
return this.i.
|
|
6473
|
+
return this.i.uf;
|
|
6459
6474
|
}
|
|
6460
6475
|
set markerThickness(v) {
|
|
6461
|
-
this.i.
|
|
6462
|
-
this._a("markerThickness", this.i.
|
|
6476
|
+
this.i.uf = +v;
|
|
6477
|
+
this._a("markerThickness", this.i.uf);
|
|
6463
6478
|
}
|
|
6464
6479
|
/**
|
|
6465
6480
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6466
6481
|
*/
|
|
6467
6482
|
get markerOutlineMode() {
|
|
6468
|
-
return this.i.
|
|
6483
|
+
return this.i.ud;
|
|
6469
6484
|
}
|
|
6470
6485
|
set markerOutlineMode(v) {
|
|
6471
|
-
this.i.
|
|
6472
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
6486
|
+
this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
|
|
6487
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ud));
|
|
6473
6488
|
}
|
|
6474
6489
|
/**
|
|
6475
6490
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
6476
6491
|
*/
|
|
6477
6492
|
get markerFillMode() {
|
|
6478
|
-
return this.i.
|
|
6493
|
+
return this.i.uc;
|
|
6479
6494
|
}
|
|
6480
6495
|
set markerFillMode(v) {
|
|
6481
|
-
this.i.
|
|
6482
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
6496
|
+
this.i.uc = ensureEnum(MarkerFillMode_$type, v);
|
|
6497
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.uc));
|
|
6483
6498
|
}
|
|
6484
6499
|
/**
|
|
6485
6500
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6486
6501
|
*/
|
|
6487
6502
|
get markerTemplate() {
|
|
6488
|
-
return this.i.
|
|
6503
|
+
return this.i.uu;
|
|
6489
6504
|
}
|
|
6490
6505
|
set markerTemplate(v) {
|
|
6491
|
-
this.i.
|
|
6506
|
+
this.i.uu = v;
|
|
6492
6507
|
}
|
|
6493
6508
|
/**
|
|
6494
6509
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6495
6510
|
*/
|
|
6496
6511
|
get markerBrush() {
|
|
6497
|
-
return brushToString(this.i.
|
|
6512
|
+
return brushToString(this.i.u8);
|
|
6498
6513
|
}
|
|
6499
6514
|
set markerBrush(v) {
|
|
6500
|
-
this.i.
|
|
6501
|
-
this._a("markerBrush", brushToString(this.i.
|
|
6515
|
+
this.i.u8 = stringToBrush(v);
|
|
6516
|
+
this._a("markerBrush", brushToString(this.i.u8));
|
|
6502
6517
|
}
|
|
6503
6518
|
/**
|
|
6504
6519
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6505
6520
|
*/
|
|
6506
6521
|
get markerOutline() {
|
|
6507
|
-
return brushToString(this.i.
|
|
6522
|
+
return brushToString(this.i.u9);
|
|
6508
6523
|
}
|
|
6509
6524
|
set markerOutline(v) {
|
|
6510
|
-
this.i.
|
|
6511
|
-
this._a("markerOutline", brushToString(this.i.
|
|
6525
|
+
this.i.u9 = stringToBrush(v);
|
|
6526
|
+
this._a("markerOutline", brushToString(this.i.u9));
|
|
6512
6527
|
}
|
|
6513
6528
|
/**
|
|
6514
6529
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -6516,40 +6531,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6516
6531
|
* choose a representative set.
|
|
6517
6532
|
*/
|
|
6518
6533
|
get maximumMarkers() {
|
|
6519
|
-
return this.i.
|
|
6534
|
+
return this.i.ug;
|
|
6520
6535
|
}
|
|
6521
6536
|
set maximumMarkers(v) {
|
|
6522
|
-
this.i.
|
|
6523
|
-
this._a("maximumMarkers", this.i.
|
|
6537
|
+
this.i.ug = +v;
|
|
6538
|
+
this._a("maximumMarkers", this.i.ug);
|
|
6524
6539
|
}
|
|
6525
6540
|
/**
|
|
6526
6541
|
* Gets the effective marker template for the current series object.
|
|
6527
6542
|
*/
|
|
6528
6543
|
get actualMarkerTemplate() {
|
|
6529
|
-
return this.i.
|
|
6544
|
+
return this.i.ut;
|
|
6530
6545
|
}
|
|
6531
6546
|
set actualMarkerTemplate(v) {
|
|
6532
|
-
this.i.
|
|
6547
|
+
this.i.ut = v;
|
|
6533
6548
|
}
|
|
6534
6549
|
/**
|
|
6535
6550
|
* Gets the effective marker brush for the current series object.
|
|
6536
6551
|
*/
|
|
6537
6552
|
get actualMarkerBrush() {
|
|
6538
|
-
return brushToString(this.i.
|
|
6553
|
+
return brushToString(this.i.u6);
|
|
6539
6554
|
}
|
|
6540
6555
|
set actualMarkerBrush(v) {
|
|
6541
|
-
this.i.
|
|
6542
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
6556
|
+
this.i.u6 = stringToBrush(v);
|
|
6557
|
+
this._a("actualMarkerBrush", brushToString(this.i.u6));
|
|
6543
6558
|
}
|
|
6544
6559
|
/**
|
|
6545
6560
|
* Gets the effective marker outline for the current series object.
|
|
6546
6561
|
*/
|
|
6547
6562
|
get actualMarkerOutline() {
|
|
6548
|
-
return brushToString(this.i.
|
|
6563
|
+
return brushToString(this.i.u7);
|
|
6549
6564
|
}
|
|
6550
6565
|
set actualMarkerOutline(v) {
|
|
6551
|
-
this.i.
|
|
6552
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
6566
|
+
this.i.u7 = stringToBrush(v);
|
|
6567
|
+
this._a("actualMarkerOutline", brushToString(this.i.u7));
|
|
6553
6568
|
}
|
|
6554
6569
|
}
|
|
6555
6570
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -6569,75 +6584,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6569
6584
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
6570
6585
|
constructor() {
|
|
6571
6586
|
super();
|
|
6572
|
-
let a = this.
|
|
6573
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
6574
|
-
}
|
|
6575
|
-
qv() {
|
|
6576
|
-
return this.us;
|
|
6587
|
+
let a = this.t4;
|
|
6588
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.us));
|
|
6577
6589
|
}
|
|
6578
|
-
|
|
6579
|
-
return this.
|
|
6590
|
+
qw() {
|
|
6591
|
+
return this.ut;
|
|
6580
6592
|
}
|
|
6581
6593
|
s0() {
|
|
6582
6594
|
return this.u6;
|
|
6583
6595
|
}
|
|
6584
|
-
|
|
6585
|
-
return this.
|
|
6596
|
+
s1() {
|
|
6597
|
+
return this.u7;
|
|
6598
|
+
}
|
|
6599
|
+
ht() {
|
|
6600
|
+
return this.uf;
|
|
6586
6601
|
}
|
|
6587
|
-
|
|
6588
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
6602
|
+
ky() {
|
|
6603
|
+
let a = typeCast(MarkerSeries.$, this.t4);
|
|
6589
6604
|
if (a == null) {
|
|
6590
6605
|
return "Unknown";
|
|
6591
6606
|
}
|
|
6592
|
-
return a.
|
|
6607
|
+
return a.ky();
|
|
6593
6608
|
}
|
|
6594
|
-
|
|
6595
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
6609
|
+
us(a, b) {
|
|
6610
|
+
let c = typeCast(MarkerSeries.$, this.t4);
|
|
6596
6611
|
if (c == null) {
|
|
6597
6612
|
return;
|
|
6598
6613
|
}
|
|
6599
6614
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6600
|
-
this.
|
|
6615
|
+
this.ut = c.uv;
|
|
6601
6616
|
}
|
|
6602
6617
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6603
|
-
this.
|
|
6618
|
+
this.u7 = c.vc;
|
|
6604
6619
|
}
|
|
6605
6620
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6606
|
-
this.
|
|
6621
|
+
this.u6 = c.vb;
|
|
6607
6622
|
}
|
|
6608
6623
|
}
|
|
6609
|
-
|
|
6610
|
-
super.
|
|
6624
|
+
o9(a, b, c, d) {
|
|
6625
|
+
super.o9(a, b, c, d);
|
|
6611
6626
|
switch (b) {
|
|
6612
6627
|
case GeographicMarkerSeries.$$p[3]:
|
|
6613
|
-
this.
|
|
6628
|
+
this.t4.vd = this.u8;
|
|
6614
6629
|
break;
|
|
6615
6630
|
case GeographicMarkerSeries.$$p[6]:
|
|
6616
|
-
this.
|
|
6631
|
+
this.t4.ve = this.u9;
|
|
6617
6632
|
break;
|
|
6618
6633
|
case GeographicMarkerSeries.$$p[5]:
|
|
6619
|
-
this.
|
|
6634
|
+
this.t4.t8 = this.ud;
|
|
6620
6635
|
break;
|
|
6621
6636
|
case GeographicMarkerSeries.$$p[4]:
|
|
6622
|
-
this.
|
|
6637
|
+
this.t4.t4 = this.uc;
|
|
6623
6638
|
break;
|
|
6624
6639
|
case GeographicMarkerSeries.$$p[9]:
|
|
6625
|
-
this.
|
|
6640
|
+
this.t4.ub = this.ue;
|
|
6626
6641
|
break;
|
|
6627
6642
|
case GeographicMarkerSeries.$$p[7]:
|
|
6628
|
-
this.
|
|
6643
|
+
this.t4.ux = this.uu;
|
|
6629
6644
|
break;
|
|
6630
6645
|
case GeographicMarkerSeries.$$p[8]:
|
|
6631
|
-
this.
|
|
6646
|
+
this.t4.ug = this.uf;
|
|
6632
6647
|
break;
|
|
6633
6648
|
case GeographicMarkerSeries.$$p[10]:
|
|
6634
|
-
this.
|
|
6649
|
+
this.t4.w2 = this.ug;
|
|
6635
6650
|
break;
|
|
6636
6651
|
}
|
|
6637
6652
|
}
|
|
6638
6653
|
}
|
|
6639
6654
|
GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
6640
|
-
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
6655
|
+
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u6:uv', [Brush.$], 'ActualMarkerOutline:u7:uw', [Brush.$], 'ActualMarkerTemplate:ut:ux', [DataTemplate.$, null], 'MarkerBrush:u8:uy', [Brush.$], 'MarkerFillMode:uc:uz', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [Brush.$], 'MarkerTemplate:uu:u2', [DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:ue:u4', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
|
|
6641
6656
|
return GeographicMarkerSeries;
|
|
6642
6657
|
})();
|
|
6643
6658
|
|
|
@@ -6664,97 +6679,97 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6664
6679
|
}
|
|
6665
6680
|
b5() {
|
|
6666
6681
|
super.b5();
|
|
6667
|
-
let a = this.ch.
|
|
6668
|
-
a.
|
|
6669
|
-
a.
|
|
6670
|
-
a.
|
|
6671
|
-
a.
|
|
6672
|
-
a.
|
|
6682
|
+
let a = this.ch.t4;
|
|
6683
|
+
a.xm = this.ch.v3;
|
|
6684
|
+
a.xu = this.ch.v1;
|
|
6685
|
+
a.ub = this.ch.ue;
|
|
6686
|
+
a.ux = this.ch.uu;
|
|
6687
|
+
a.ug = this.ch.uf;
|
|
6688
|
+
a.zu = this.ch.vn;
|
|
6689
|
+
a.aak = this.ch.v8;
|
|
6690
|
+
a.zk = this.ch.vf;
|
|
6691
|
+
a.aaa = this.ch.vz;
|
|
6692
|
+
a.z5 = this.ch.vr;
|
|
6693
|
+
a.zh = this.ch.vc;
|
|
6694
|
+
a.zs = this.ch.vj;
|
|
6673
6695
|
a.zt = this.ch.vm;
|
|
6674
|
-
a.
|
|
6675
|
-
a.zj = this.ch.ve;
|
|
6676
|
-
a.z9 = this.ch.vy;
|
|
6677
|
-
a.z4 = this.ch.vq;
|
|
6678
|
-
a.zg = this.ch.vb;
|
|
6679
|
-
a.zr = this.ch.vi;
|
|
6680
|
-
a.zs = this.ch.vl;
|
|
6696
|
+
a.zz = this.ch.vp;
|
|
6681
6697
|
a.zy = this.ch.vo;
|
|
6682
|
-
a.zx = this.ch.vn;
|
|
6683
6698
|
}
|
|
6684
6699
|
cq() {
|
|
6685
|
-
this.ch.
|
|
6700
|
+
this.ch.t4.xm = this.ch.v3;
|
|
6686
6701
|
}
|
|
6687
6702
|
cp() {
|
|
6688
|
-
this.ch.
|
|
6703
|
+
this.ch.t4.xu = this.ch.v1;
|
|
6689
6704
|
}
|
|
6690
6705
|
cv() {
|
|
6691
|
-
this.ch.
|
|
6706
|
+
this.ch.t4.ub = this.ch.ue;
|
|
6692
6707
|
}
|
|
6693
6708
|
ct() {
|
|
6694
|
-
this.ch.
|
|
6709
|
+
this.ch.t4.ux = this.ch.uu;
|
|
6695
6710
|
}
|
|
6696
6711
|
cu() {
|
|
6697
|
-
this.ch.
|
|
6712
|
+
this.ch.t4.ug = this.ch.uf;
|
|
6698
6713
|
}
|
|
6699
6714
|
cw() {
|
|
6700
|
-
this.ch.
|
|
6715
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
6701
6716
|
}
|
|
6702
6717
|
cy() {
|
|
6703
|
-
this.ch.
|
|
6718
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
6704
6719
|
}
|
|
6705
6720
|
cz() {
|
|
6706
|
-
this.ch.
|
|
6721
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
6707
6722
|
}
|
|
6708
6723
|
cx() {
|
|
6709
|
-
let a = this.ch.
|
|
6710
|
-
if (this.ch.
|
|
6724
|
+
let a = this.ch.t4;
|
|
6725
|
+
if (this.ch.cz == null) {
|
|
6711
6726
|
a.xAxis = null;
|
|
6712
6727
|
a.yAxis = null;
|
|
6713
6728
|
return;
|
|
6714
6729
|
}
|
|
6715
|
-
a.xAxis = this.ch.
|
|
6716
|
-
a.yAxis = this.ch.
|
|
6730
|
+
a.xAxis = this.ch.cz.ua;
|
|
6731
|
+
a.yAxis = this.ch.cz.uc;
|
|
6717
6732
|
}
|
|
6718
6733
|
cr() {
|
|
6719
|
-
this.ch.
|
|
6734
|
+
this.ch.t4.vd = this.ch.u8;
|
|
6720
6735
|
}
|
|
6721
6736
|
cs() {
|
|
6722
|
-
this.ch.
|
|
6737
|
+
this.ch.t4.ve = this.ch.u9;
|
|
6723
6738
|
}
|
|
6724
6739
|
c0() {
|
|
6725
|
-
this.ch.
|
|
6740
|
+
this.ch.t4.aak = this.ch.v8;
|
|
6726
6741
|
}
|
|
6727
6742
|
c1() {
|
|
6728
|
-
this.ch.
|
|
6729
|
-
this.ch.
|
|
6743
|
+
this.ch.t4.zk = this.ch.vf;
|
|
6744
|
+
this.ch.t4.zu = this.ch.vn;
|
|
6730
6745
|
}
|
|
6731
6746
|
cl() {
|
|
6732
|
-
this.ch.
|
|
6747
|
+
this.ch.t4.aaa = this.ch.vz;
|
|
6733
6748
|
}
|
|
6734
6749
|
cj() {
|
|
6735
|
-
this.ch.
|
|
6736
|
-
this.ch.
|
|
6737
|
-
this.ch.
|
|
6738
|
-
this.ch.
|
|
6739
|
-
this.ch.
|
|
6750
|
+
this.ch.t4.zh = this.ch.vc;
|
|
6751
|
+
this.ch.t4.zs = this.ch.vj;
|
|
6752
|
+
this.ch.t4.zt = this.ch.vm;
|
|
6753
|
+
this.ch.t4.zz = this.ch.vp;
|
|
6754
|
+
this.ch.t4.zy = this.ch.vo;
|
|
6740
6755
|
}
|
|
6741
6756
|
ci() {
|
|
6742
|
-
this.ch.
|
|
6757
|
+
this.ch.t4.z5 = this.ch.vr;
|
|
6743
6758
|
}
|
|
6744
6759
|
c2() {
|
|
6745
|
-
this.ch.
|
|
6760
|
+
this.ch.t4.zu = this.ch.vn;
|
|
6746
6761
|
}
|
|
6747
6762
|
ck() {
|
|
6748
|
-
this.ch.
|
|
6763
|
+
this.ch.t4.zs = this.ch.vj;
|
|
6749
6764
|
}
|
|
6750
6765
|
co() {
|
|
6751
|
-
this.ch.
|
|
6766
|
+
this.ch.t4.zt = this.ch.vm;
|
|
6752
6767
|
}
|
|
6753
6768
|
cn() {
|
|
6754
|
-
this.ch.
|
|
6769
|
+
this.ch.t4.zz = this.ch.vp;
|
|
6755
6770
|
}
|
|
6756
6771
|
cm() {
|
|
6757
|
-
this.ch.
|
|
6772
|
+
this.ch.t4.zy = this.ch.vo;
|
|
6758
6773
|
}
|
|
6759
6774
|
}
|
|
6760
6775
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -6765,127 +6780,130 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6765
6780
|
*/
|
|
6766
6781
|
let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
6767
6782
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
6768
|
-
|
|
6783
|
+
bg() {
|
|
6784
|
+
return new GeographicProportionalSymbolSeries();
|
|
6785
|
+
}
|
|
6786
|
+
get_dy() {
|
|
6769
6787
|
return true;
|
|
6770
6788
|
}
|
|
6771
6789
|
constructor() {
|
|
6772
6790
|
super();
|
|
6773
|
-
this.
|
|
6791
|
+
this.vd = null;
|
|
6792
|
+
this.vi = false;
|
|
6774
6793
|
this.vh = false;
|
|
6775
|
-
this.vg = false;
|
|
6776
6794
|
this.assigningScatterStyle = null;
|
|
6777
6795
|
this.assigningScatterMarkerStyle = null;
|
|
6778
6796
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
6779
6797
|
}
|
|
6780
|
-
|
|
6798
|
+
ch() {
|
|
6781
6799
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
6782
6800
|
}
|
|
6783
|
-
|
|
6784
|
-
super.
|
|
6785
|
-
this.
|
|
6801
|
+
o1(a) {
|
|
6802
|
+
super.o1(a);
|
|
6803
|
+
this.vg = a;
|
|
6786
6804
|
}
|
|
6787
|
-
|
|
6805
|
+
ir() {
|
|
6788
6806
|
return 0.7;
|
|
6789
6807
|
}
|
|
6790
|
-
|
|
6808
|
+
t3() {
|
|
6791
6809
|
return new BubbleSeries();
|
|
6792
6810
|
}
|
|
6793
|
-
|
|
6811
|
+
get_et() {
|
|
6794
6812
|
return true;
|
|
6795
6813
|
}
|
|
6796
|
-
|
|
6797
|
-
super.
|
|
6814
|
+
o9(a, b, c, d) {
|
|
6815
|
+
super.o9(a, b, c, d);
|
|
6798
6816
|
switch (b) {
|
|
6799
6817
|
case "SeriesViewer":
|
|
6800
|
-
this.
|
|
6818
|
+
this.vg.cx();
|
|
6801
6819
|
break;
|
|
6802
6820
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
6803
|
-
this.
|
|
6821
|
+
this.vg.cq();
|
|
6804
6822
|
break;
|
|
6805
6823
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
6806
|
-
this.
|
|
6824
|
+
this.vg.cp();
|
|
6807
6825
|
break;
|
|
6808
6826
|
case "XAxis":
|
|
6809
|
-
this.
|
|
6827
|
+
this.vg.cy();
|
|
6810
6828
|
break;
|
|
6811
6829
|
case "YAxis":
|
|
6812
|
-
this.
|
|
6830
|
+
this.vg.cz();
|
|
6813
6831
|
break;
|
|
6814
6832
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
6815
|
-
this.
|
|
6833
|
+
this.vg.c0();
|
|
6816
6834
|
break;
|
|
6817
6835
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
6818
|
-
this.
|
|
6836
|
+
this.vg.c1();
|
|
6819
6837
|
break;
|
|
6820
6838
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
6821
|
-
this.
|
|
6839
|
+
this.vg.c2();
|
|
6822
6840
|
break;
|
|
6823
6841
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
6824
|
-
this.
|
|
6842
|
+
this.vg.cl();
|
|
6825
6843
|
break;
|
|
6826
6844
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
6827
|
-
this.
|
|
6845
|
+
this.vg.ci();
|
|
6828
6846
|
break;
|
|
6829
6847
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
6830
|
-
this.
|
|
6848
|
+
this.vg.cj();
|
|
6831
6849
|
break;
|
|
6832
6850
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
6833
|
-
this.
|
|
6851
|
+
this.vg.ck();
|
|
6834
6852
|
break;
|
|
6835
6853
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
6836
|
-
this.
|
|
6854
|
+
this.vg.co();
|
|
6837
6855
|
break;
|
|
6838
6856
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
6839
|
-
this.
|
|
6857
|
+
this.vg.cn();
|
|
6840
6858
|
break;
|
|
6841
6859
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
6842
|
-
this.
|
|
6860
|
+
this.vg.cm();
|
|
6843
6861
|
break;
|
|
6844
6862
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
6845
|
-
this.
|
|
6846
|
-
this.
|
|
6847
|
-
if (this.
|
|
6848
|
-
let e = this.
|
|
6849
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
6863
|
+
this.t4.wj = this.vl;
|
|
6864
|
+
this.vi = this.vl;
|
|
6865
|
+
if (this.vl) {
|
|
6866
|
+
let e = this.t4;
|
|
6867
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wd));
|
|
6850
6868
|
}
|
|
6851
6869
|
else {
|
|
6852
|
-
let f = this.
|
|
6853
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
6870
|
+
let f = this.t4;
|
|
6871
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wd));
|
|
6854
6872
|
}
|
|
6855
6873
|
break;
|
|
6856
6874
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
6857
|
-
this.
|
|
6858
|
-
this.
|
|
6859
|
-
if (this.
|
|
6860
|
-
let g = this.
|
|
6861
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
6875
|
+
this.t4.wi = this.vk;
|
|
6876
|
+
this.vh = this.vk;
|
|
6877
|
+
if (this.vl) {
|
|
6878
|
+
let g = this.t4;
|
|
6879
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wc));
|
|
6862
6880
|
}
|
|
6863
6881
|
else {
|
|
6864
|
-
let h = this.
|
|
6865
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
6882
|
+
let h = this.t4;
|
|
6883
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wc));
|
|
6866
6884
|
}
|
|
6867
6885
|
break;
|
|
6868
6886
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
6869
|
-
this.
|
|
6887
|
+
this.t4.v7 = this.ve;
|
|
6870
6888
|
break;
|
|
6871
6889
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
6872
|
-
this.
|
|
6890
|
+
this.t4.w1 = this.vq;
|
|
6873
6891
|
break;
|
|
6874
6892
|
}
|
|
6875
6893
|
}
|
|
6876
|
-
|
|
6894
|
+
wd(a, b) {
|
|
6877
6895
|
if (this.assigningScatterStyle != null) {
|
|
6878
6896
|
this.assigningScatterStyle(this, b);
|
|
6879
6897
|
}
|
|
6880
6898
|
}
|
|
6881
|
-
|
|
6899
|
+
wc(a, b) {
|
|
6882
6900
|
if (this.assigningScatterMarkerStyle != null) {
|
|
6883
6901
|
this.assigningScatterMarkerStyle(this, b);
|
|
6884
6902
|
}
|
|
6885
6903
|
}
|
|
6886
6904
|
}
|
|
6887
6905
|
GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
6888
|
-
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
6906
|
+
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
|
|
6889
6907
|
return GeographicProportionalSymbolSeries;
|
|
6890
6908
|
})();
|
|
6891
6909
|
|
|
@@ -6961,40 +6979,40 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6961
6979
|
* Gets whether the series has only marker as visuals
|
|
6962
6980
|
*/
|
|
6963
6981
|
get hasOnlyMarkers() {
|
|
6964
|
-
return this.i.
|
|
6982
|
+
return this.i.dy;
|
|
6965
6983
|
}
|
|
6966
6984
|
/**
|
|
6967
6985
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
6968
6986
|
*/
|
|
6969
6987
|
get latitudeMemberPath() {
|
|
6970
|
-
return this.i.
|
|
6988
|
+
return this.i.v1;
|
|
6971
6989
|
}
|
|
6972
6990
|
set latitudeMemberPath(v) {
|
|
6973
|
-
this.i.
|
|
6991
|
+
this.i.v1 = v;
|
|
6974
6992
|
}
|
|
6975
6993
|
/**
|
|
6976
6994
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
6977
6995
|
*/
|
|
6978
6996
|
get longitudeMemberPath() {
|
|
6979
|
-
return this.i.
|
|
6997
|
+
return this.i.v3;
|
|
6980
6998
|
}
|
|
6981
6999
|
set longitudeMemberPath(v) {
|
|
6982
|
-
this.i.
|
|
7000
|
+
this.i.v3 = v;
|
|
6983
7001
|
}
|
|
6984
7002
|
/**
|
|
6985
7003
|
* Gets or sets the radius mapping property for the current series object.
|
|
6986
7004
|
*/
|
|
6987
7005
|
get radiusMemberPath() {
|
|
6988
|
-
return this.i.
|
|
7006
|
+
return this.i.v8;
|
|
6989
7007
|
}
|
|
6990
7008
|
set radiusMemberPath(v) {
|
|
6991
|
-
this.i.
|
|
7009
|
+
this.i.v8 = v;
|
|
6992
7010
|
}
|
|
6993
7011
|
/**
|
|
6994
7012
|
* Gets or sets the radius size scale for the bubbles.
|
|
6995
7013
|
*/
|
|
6996
7014
|
get radiusScale() {
|
|
6997
|
-
const r = this.i.
|
|
7015
|
+
const r = this.i.vf;
|
|
6998
7016
|
if (r == null) {
|
|
6999
7017
|
return null;
|
|
7000
7018
|
}
|
|
@@ -7010,31 +7028,31 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7010
7028
|
set radiusScale(v) {
|
|
7011
7029
|
if (v != null && this._stylingContainer && v._styling)
|
|
7012
7030
|
v._styling(this._stylingContainer, this, this);
|
|
7013
|
-
v == null ? this.i.
|
|
7031
|
+
v == null ? this.i.vf = null : this.i.vf = v.i;
|
|
7014
7032
|
}
|
|
7015
7033
|
/**
|
|
7016
7034
|
* Gets or sets the Label mapping property for the current series object.
|
|
7017
7035
|
*/
|
|
7018
7036
|
get labelMemberPath() {
|
|
7019
|
-
return this.i.
|
|
7037
|
+
return this.i.vz;
|
|
7020
7038
|
}
|
|
7021
7039
|
set labelMemberPath(v) {
|
|
7022
|
-
this.i.
|
|
7040
|
+
this.i.vz = v;
|
|
7023
7041
|
}
|
|
7024
7042
|
/**
|
|
7025
7043
|
* Gets or sets the fill mapping property for the current series object.
|
|
7026
7044
|
*/
|
|
7027
7045
|
get fillMemberPath() {
|
|
7028
|
-
return this.i.
|
|
7046
|
+
return this.i.vr;
|
|
7029
7047
|
}
|
|
7030
7048
|
set fillMemberPath(v) {
|
|
7031
|
-
this.i.
|
|
7049
|
+
this.i.vr = v;
|
|
7032
7050
|
}
|
|
7033
7051
|
/**
|
|
7034
7052
|
* Gets or sets the brush scale for the marker brush.
|
|
7035
7053
|
*/
|
|
7036
7054
|
get fillScale() {
|
|
7037
|
-
const r = this.i.
|
|
7055
|
+
const r = this.i.vc;
|
|
7038
7056
|
if (r == null) {
|
|
7039
7057
|
return null;
|
|
7040
7058
|
}
|
|
@@ -7050,102 +7068,102 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7050
7068
|
set fillScale(v) {
|
|
7051
7069
|
if (v != null && this._stylingContainer && v._styling)
|
|
7052
7070
|
v._styling(this._stylingContainer, this, this);
|
|
7053
|
-
v == null ? this.i.
|
|
7071
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
7054
7072
|
}
|
|
7055
7073
|
/**
|
|
7056
7074
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
7057
7075
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7058
7076
|
*/
|
|
7059
7077
|
get fillScaleUseGlobalValues() {
|
|
7060
|
-
return this.i.
|
|
7078
|
+
return this.i.vj;
|
|
7061
7079
|
}
|
|
7062
7080
|
set fillScaleUseGlobalValues(v) {
|
|
7063
|
-
this.i.
|
|
7064
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
7081
|
+
this.i.vj = ensureBool(v);
|
|
7082
|
+
this._a("fillScaleUseGlobalValues", this.i.vj);
|
|
7065
7083
|
}
|
|
7066
7084
|
/**
|
|
7067
7085
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
7068
7086
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7069
7087
|
*/
|
|
7070
7088
|
get markerOutlineUsesFillScale() {
|
|
7071
|
-
return this.i.
|
|
7089
|
+
return this.i.vm;
|
|
7072
7090
|
}
|
|
7073
7091
|
set markerOutlineUsesFillScale(v) {
|
|
7074
|
-
this.i.
|
|
7075
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
7092
|
+
this.i.vm = ensureBool(v);
|
|
7093
|
+
this._a("markerOutlineUsesFillScale", this.i.vm);
|
|
7076
7094
|
}
|
|
7077
7095
|
/**
|
|
7078
7096
|
* 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
|
|
7079
7097
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7080
7098
|
*/
|
|
7081
7099
|
get markerOutlineBrightness() {
|
|
7082
|
-
return this.i.
|
|
7100
|
+
return this.i.vp;
|
|
7083
7101
|
}
|
|
7084
7102
|
set markerOutlineBrightness(v) {
|
|
7085
|
-
this.i.
|
|
7086
|
-
this._a("markerOutlineBrightness", this.i.
|
|
7103
|
+
this.i.vp = +v;
|
|
7104
|
+
this._a("markerOutlineBrightness", this.i.vp);
|
|
7087
7105
|
}
|
|
7088
7106
|
/**
|
|
7089
7107
|
* 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
|
|
7090
7108
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7091
7109
|
*/
|
|
7092
7110
|
get markerBrushBrightness() {
|
|
7093
|
-
return this.i.
|
|
7111
|
+
return this.i.vo;
|
|
7094
7112
|
}
|
|
7095
7113
|
set markerBrushBrightness(v) {
|
|
7096
|
-
this.i.
|
|
7097
|
-
this._a("markerBrushBrightness", this.i.
|
|
7114
|
+
this.i.vo = +v;
|
|
7115
|
+
this._a("markerBrushBrightness", this.i.vo);
|
|
7098
7116
|
}
|
|
7099
7117
|
/**
|
|
7100
7118
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
7101
7119
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7102
7120
|
*/
|
|
7103
7121
|
get radiusScaleUseGlobalValues() {
|
|
7104
|
-
return this.i.
|
|
7122
|
+
return this.i.vn;
|
|
7105
7123
|
}
|
|
7106
7124
|
set radiusScaleUseGlobalValues(v) {
|
|
7107
|
-
this.i.
|
|
7108
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
7125
|
+
this.i.vn = ensureBool(v);
|
|
7126
|
+
this._a("radiusScaleUseGlobalValues", this.i.vn);
|
|
7109
7127
|
}
|
|
7110
7128
|
/**
|
|
7111
7129
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7112
7130
|
*/
|
|
7113
7131
|
get isCustomScatterStyleAllowed() {
|
|
7114
|
-
return this.i.
|
|
7132
|
+
return this.i.vl;
|
|
7115
7133
|
}
|
|
7116
7134
|
set isCustomScatterStyleAllowed(v) {
|
|
7117
|
-
this.i.
|
|
7118
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7135
|
+
this.i.vl = ensureBool(v);
|
|
7136
|
+
this._a("isCustomScatterStyleAllowed", this.i.vl);
|
|
7119
7137
|
}
|
|
7120
7138
|
/**
|
|
7121
7139
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7122
7140
|
*/
|
|
7123
7141
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7124
|
-
return this.i.
|
|
7142
|
+
return this.i.vk;
|
|
7125
7143
|
}
|
|
7126
7144
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7127
|
-
this.i.
|
|
7128
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7145
|
+
this.i.vk = ensureBool(v);
|
|
7146
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.vk);
|
|
7129
7147
|
}
|
|
7130
7148
|
/**
|
|
7131
7149
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7132
7150
|
*/
|
|
7133
7151
|
get itemSearchMode() {
|
|
7134
|
-
return this.i.
|
|
7152
|
+
return this.i.ve;
|
|
7135
7153
|
}
|
|
7136
7154
|
set itemSearchMode(v) {
|
|
7137
|
-
this.i.
|
|
7138
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7155
|
+
this.i.ve = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7156
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.ve));
|
|
7139
7157
|
}
|
|
7140
7158
|
/**
|
|
7141
7159
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7142
7160
|
*/
|
|
7143
7161
|
get itemSearchThreshold() {
|
|
7144
|
-
return this.i.
|
|
7162
|
+
return this.i.vq;
|
|
7145
7163
|
}
|
|
7146
7164
|
set itemSearchThreshold(v) {
|
|
7147
|
-
this.i.
|
|
7148
|
-
this._a("itemSearchThreshold", this.i.
|
|
7165
|
+
this.i.vq = +v;
|
|
7166
|
+
this._a("itemSearchThreshold", this.i.vq);
|
|
7149
7167
|
}
|
|
7150
7168
|
findByName(name) {
|
|
7151
7169
|
var baseResult = super.findByName(name);
|
|
@@ -7267,56 +7285,56 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7267
7285
|
}
|
|
7268
7286
|
}
|
|
7269
7287
|
b5() {
|
|
7270
|
-
let a = this.ch.
|
|
7288
|
+
let a = this.ch.t4;
|
|
7271
7289
|
super.b5();
|
|
7272
|
-
a.
|
|
7273
|
-
a.
|
|
7274
|
-
a.
|
|
7275
|
-
a.
|
|
7276
|
-
a.
|
|
7290
|
+
a.xm = this.ch.vs;
|
|
7291
|
+
a.xu = this.ch.vq;
|
|
7292
|
+
a.ub = this.ch.ue;
|
|
7293
|
+
a.ux = this.ch.uu;
|
|
7294
|
+
a.ug = this.ch.uf;
|
|
7277
7295
|
}
|
|
7278
7296
|
cj() {
|
|
7279
|
-
this.ch.
|
|
7297
|
+
this.ch.t4.xm = this.ch.vs;
|
|
7280
7298
|
}
|
|
7281
7299
|
ci() {
|
|
7282
|
-
this.ch.
|
|
7300
|
+
this.ch.t4.xu = this.ch.vq;
|
|
7283
7301
|
}
|
|
7284
7302
|
cp() {
|
|
7285
|
-
this.ch.
|
|
7303
|
+
this.ch.t4.ub = this.ch.ue;
|
|
7286
7304
|
}
|
|
7287
7305
|
cn() {
|
|
7288
|
-
this.ch.
|
|
7306
|
+
this.ch.t4.ux = this.ch.uu;
|
|
7289
7307
|
}
|
|
7290
7308
|
co() {
|
|
7291
|
-
this.ch.
|
|
7309
|
+
this.ch.t4.ug = this.ch.uf;
|
|
7292
7310
|
}
|
|
7293
7311
|
cq() {
|
|
7294
|
-
this.ch.
|
|
7312
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
7295
7313
|
}
|
|
7296
7314
|
cs() {
|
|
7297
|
-
this.ch.
|
|
7315
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
7298
7316
|
}
|
|
7299
7317
|
ct() {
|
|
7300
|
-
this.ch.
|
|
7318
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
7301
7319
|
}
|
|
7302
7320
|
cr() {
|
|
7303
|
-
let a = this.ch.
|
|
7304
|
-
if (this.ch.
|
|
7321
|
+
let a = this.ch.t4;
|
|
7322
|
+
if (this.ch.cz == null) {
|
|
7305
7323
|
a.xAxis = null;
|
|
7306
7324
|
a.yAxis = null;
|
|
7307
7325
|
return;
|
|
7308
7326
|
}
|
|
7309
|
-
a.xAxis = this.ch.
|
|
7310
|
-
a.yAxis = this.ch.
|
|
7327
|
+
a.xAxis = this.ch.cz.ua;
|
|
7328
|
+
a.yAxis = this.ch.cz.uc;
|
|
7311
7329
|
}
|
|
7312
7330
|
cl() {
|
|
7313
|
-
this.ch.
|
|
7331
|
+
this.ch.t4.vn = this.ch.vc;
|
|
7314
7332
|
}
|
|
7315
7333
|
ck() {
|
|
7316
|
-
this.ch.
|
|
7334
|
+
this.ch.t4.vd = this.ch.u8;
|
|
7317
7335
|
}
|
|
7318
7336
|
cm() {
|
|
7319
|
-
this.ch.
|
|
7337
|
+
this.ch.t4.ve = this.ch.u9;
|
|
7320
7338
|
}
|
|
7321
7339
|
}
|
|
7322
7340
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7327,100 +7345,103 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7327
7345
|
*/
|
|
7328
7346
|
let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
7329
7347
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
7330
|
-
|
|
7348
|
+
bg() {
|
|
7349
|
+
return new GeographicSymbolSeries();
|
|
7350
|
+
}
|
|
7351
|
+
get_dy() {
|
|
7331
7352
|
return true;
|
|
7332
7353
|
}
|
|
7333
7354
|
constructor() {
|
|
7334
7355
|
super();
|
|
7335
|
-
this.
|
|
7356
|
+
this.ve = null;
|
|
7357
|
+
this.vh = false;
|
|
7336
7358
|
this.vg = false;
|
|
7337
|
-
this.vf = false;
|
|
7338
7359
|
this.assigningScatterStyle = null;
|
|
7339
7360
|
this.assigningScatterMarkerStyle = null;
|
|
7340
7361
|
this.ab = GeographicSymbolSeries.$;
|
|
7341
7362
|
}
|
|
7342
|
-
|
|
7363
|
+
ch() {
|
|
7343
7364
|
return new GeographicSymbolSeriesView(this);
|
|
7344
7365
|
}
|
|
7345
|
-
|
|
7346
|
-
super.
|
|
7347
|
-
this.
|
|
7366
|
+
o1(a) {
|
|
7367
|
+
super.o1(a);
|
|
7368
|
+
this.vf = a;
|
|
7348
7369
|
}
|
|
7349
|
-
|
|
7370
|
+
ir() {
|
|
7350
7371
|
return 0.7;
|
|
7351
7372
|
}
|
|
7352
|
-
|
|
7373
|
+
t3() {
|
|
7353
7374
|
return new ScatterSeries();
|
|
7354
7375
|
}
|
|
7355
|
-
|
|
7376
|
+
get_et() {
|
|
7356
7377
|
return true;
|
|
7357
7378
|
}
|
|
7358
|
-
|
|
7359
|
-
super.
|
|
7379
|
+
o9(a, b, c, d) {
|
|
7380
|
+
super.o9(a, b, c, d);
|
|
7360
7381
|
switch (b) {
|
|
7361
7382
|
case "SeriesViewer":
|
|
7362
|
-
this.
|
|
7383
|
+
this.vf.cr();
|
|
7363
7384
|
break;
|
|
7364
7385
|
case GeographicSymbolSeries.$$p[5]:
|
|
7365
|
-
this.
|
|
7386
|
+
this.vf.cj();
|
|
7366
7387
|
break;
|
|
7367
7388
|
case GeographicSymbolSeries.$$p[4]:
|
|
7368
|
-
this.
|
|
7389
|
+
this.vf.ci();
|
|
7369
7390
|
break;
|
|
7370
7391
|
case GeographicSymbolSeries.$$p[6]:
|
|
7371
|
-
this.
|
|
7392
|
+
this.vf.cl();
|
|
7372
7393
|
break;
|
|
7373
7394
|
case "XAxis":
|
|
7374
|
-
this.
|
|
7395
|
+
this.vf.cs();
|
|
7375
7396
|
break;
|
|
7376
7397
|
case "YAxis":
|
|
7377
|
-
this.
|
|
7398
|
+
this.vf.ct();
|
|
7378
7399
|
break;
|
|
7379
7400
|
case GeographicSymbolSeries.$$p[1]:
|
|
7380
|
-
this.
|
|
7381
|
-
this.
|
|
7382
|
-
if (this.
|
|
7383
|
-
let e = this.
|
|
7384
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7401
|
+
this.t4.wj = this.vj;
|
|
7402
|
+
this.vh = this.vj;
|
|
7403
|
+
if (this.vj) {
|
|
7404
|
+
let e = this.t4;
|
|
7405
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
|
|
7385
7406
|
}
|
|
7386
7407
|
else {
|
|
7387
|
-
let f = this.
|
|
7388
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7408
|
+
let f = this.t4;
|
|
7409
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
|
|
7389
7410
|
}
|
|
7390
7411
|
break;
|
|
7391
7412
|
case GeographicSymbolSeries.$$p[0]:
|
|
7392
|
-
this.
|
|
7393
|
-
this.
|
|
7394
|
-
if (this.
|
|
7395
|
-
let g = this.
|
|
7396
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7413
|
+
this.t4.wi = this.vi;
|
|
7414
|
+
this.vg = this.vi;
|
|
7415
|
+
if (this.vj) {
|
|
7416
|
+
let g = this.t4;
|
|
7417
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
7397
7418
|
}
|
|
7398
7419
|
else {
|
|
7399
|
-
let h = this.
|
|
7400
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7420
|
+
let h = this.t4;
|
|
7421
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
7401
7422
|
}
|
|
7402
7423
|
break;
|
|
7403
7424
|
case GeographicSymbolSeries.$$p[2]:
|
|
7404
|
-
this.
|
|
7425
|
+
this.t4.v7 = this.vd;
|
|
7405
7426
|
break;
|
|
7406
7427
|
case GeographicSymbolSeries.$$p[3]:
|
|
7407
|
-
this.
|
|
7428
|
+
this.t4.w1 = this.vl;
|
|
7408
7429
|
break;
|
|
7409
7430
|
}
|
|
7410
7431
|
}
|
|
7411
|
-
|
|
7432
|
+
vx(a, b) {
|
|
7412
7433
|
if (this.assigningScatterStyle != null) {
|
|
7413
7434
|
this.assigningScatterStyle(this, b);
|
|
7414
7435
|
}
|
|
7415
7436
|
}
|
|
7416
|
-
|
|
7437
|
+
vw(a, b) {
|
|
7417
7438
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7418
7439
|
this.assigningScatterMarkerStyle(this, b);
|
|
7419
7440
|
}
|
|
7420
7441
|
}
|
|
7421
7442
|
}
|
|
7422
7443
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
7423
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
7444
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
|
|
7424
7445
|
return GeographicSymbolSeries;
|
|
7425
7446
|
})();
|
|
7426
7447
|
|
|
@@ -7496,75 +7517,75 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7496
7517
|
* Gets whether the series has only marker as visuals
|
|
7497
7518
|
*/
|
|
7498
7519
|
get hasOnlyMarkers() {
|
|
7499
|
-
return this.i.
|
|
7520
|
+
return this.i.dy;
|
|
7500
7521
|
}
|
|
7501
7522
|
/**
|
|
7502
7523
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7503
7524
|
*/
|
|
7504
7525
|
get latitudeMemberPath() {
|
|
7505
|
-
return this.i.
|
|
7526
|
+
return this.i.vq;
|
|
7506
7527
|
}
|
|
7507
7528
|
set latitudeMemberPath(v) {
|
|
7508
|
-
this.i.
|
|
7529
|
+
this.i.vq = v;
|
|
7509
7530
|
}
|
|
7510
7531
|
/**
|
|
7511
7532
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7512
7533
|
*/
|
|
7513
7534
|
get longitudeMemberPath() {
|
|
7514
|
-
return this.i.
|
|
7535
|
+
return this.i.vs;
|
|
7515
7536
|
}
|
|
7516
7537
|
set longitudeMemberPath(v) {
|
|
7517
|
-
this.i.
|
|
7538
|
+
this.i.vs = v;
|
|
7518
7539
|
}
|
|
7519
7540
|
/**
|
|
7520
7541
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
7521
7542
|
*/
|
|
7522
7543
|
get markerCollisionAvoidance() {
|
|
7523
|
-
return this.i.
|
|
7544
|
+
return this.i.vc;
|
|
7524
7545
|
}
|
|
7525
7546
|
set markerCollisionAvoidance(v) {
|
|
7526
|
-
this.i.
|
|
7527
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
7547
|
+
this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
7548
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.vc));
|
|
7528
7549
|
}
|
|
7529
7550
|
/**
|
|
7530
7551
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7531
7552
|
*/
|
|
7532
7553
|
get isCustomScatterStyleAllowed() {
|
|
7533
|
-
return this.i.
|
|
7554
|
+
return this.i.vj;
|
|
7534
7555
|
}
|
|
7535
7556
|
set isCustomScatterStyleAllowed(v) {
|
|
7536
|
-
this.i.
|
|
7537
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7557
|
+
this.i.vj = ensureBool(v);
|
|
7558
|
+
this._a("isCustomScatterStyleAllowed", this.i.vj);
|
|
7538
7559
|
}
|
|
7539
7560
|
/**
|
|
7540
7561
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7541
7562
|
*/
|
|
7542
7563
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7543
|
-
return this.i.
|
|
7564
|
+
return this.i.vi;
|
|
7544
7565
|
}
|
|
7545
7566
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7546
|
-
this.i.
|
|
7547
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7567
|
+
this.i.vi = ensureBool(v);
|
|
7568
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.vi);
|
|
7548
7569
|
}
|
|
7549
7570
|
/**
|
|
7550
7571
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7551
7572
|
*/
|
|
7552
7573
|
get itemSearchMode() {
|
|
7553
|
-
return this.i.
|
|
7574
|
+
return this.i.vd;
|
|
7554
7575
|
}
|
|
7555
7576
|
set itemSearchMode(v) {
|
|
7556
|
-
this.i.
|
|
7557
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7577
|
+
this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7578
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.vd));
|
|
7558
7579
|
}
|
|
7559
7580
|
/**
|
|
7560
7581
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7561
7582
|
*/
|
|
7562
7583
|
get itemSearchThreshold() {
|
|
7563
|
-
return this.i.
|
|
7584
|
+
return this.i.vl;
|
|
7564
7585
|
}
|
|
7565
7586
|
set itemSearchThreshold(v) {
|
|
7566
|
-
this.i.
|
|
7567
|
-
this._a("itemSearchThreshold", this.i.
|
|
7587
|
+
this.i.vl = +v;
|
|
7588
|
+
this._a("itemSearchThreshold", this.i.vl);
|
|
7568
7589
|
}
|
|
7569
7590
|
/**
|
|
7570
7591
|
* Event raised when Assigning Category Style
|
|
@@ -7687,56 +7708,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7687
7708
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
7688
7709
|
*/
|
|
7689
7710
|
get longitudeMemberPath() {
|
|
7690
|
-
return this.i.
|
|
7711
|
+
return this.i.ug;
|
|
7691
7712
|
}
|
|
7692
7713
|
set longitudeMemberPath(v) {
|
|
7693
|
-
this.i.
|
|
7714
|
+
this.i.ug = v;
|
|
7694
7715
|
}
|
|
7695
7716
|
/**
|
|
7696
7717
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
7697
7718
|
*/
|
|
7698
7719
|
get latitudeMemberPath() {
|
|
7699
|
-
return this.i.
|
|
7720
|
+
return this.i.ue;
|
|
7700
7721
|
}
|
|
7701
7722
|
set latitudeMemberPath(v) {
|
|
7702
|
-
this.i.
|
|
7723
|
+
this.i.ue = v;
|
|
7703
7724
|
}
|
|
7704
7725
|
/**
|
|
7705
7726
|
* The source of triangulation data.
|
|
7706
7727
|
* 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.
|
|
7707
7728
|
*/
|
|
7708
7729
|
get trianglesSource() {
|
|
7709
|
-
return this.i.
|
|
7730
|
+
return this.i.ud;
|
|
7710
7731
|
}
|
|
7711
7732
|
set trianglesSource(v) {
|
|
7712
|
-
this.i.
|
|
7733
|
+
this.i.ud = v;
|
|
7713
7734
|
}
|
|
7714
7735
|
/**
|
|
7715
7736
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
7716
7737
|
*/
|
|
7717
7738
|
get triangleVertexMemberPath1() {
|
|
7718
|
-
return this.i.
|
|
7739
|
+
return this.i.uj;
|
|
7719
7740
|
}
|
|
7720
7741
|
set triangleVertexMemberPath1(v) {
|
|
7721
|
-
this.i.
|
|
7742
|
+
this.i.uj = v;
|
|
7722
7743
|
}
|
|
7723
7744
|
/**
|
|
7724
7745
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
7725
7746
|
*/
|
|
7726
7747
|
get triangleVertexMemberPath2() {
|
|
7727
|
-
return this.i.
|
|
7748
|
+
return this.i.ul;
|
|
7728
7749
|
}
|
|
7729
7750
|
set triangleVertexMemberPath2(v) {
|
|
7730
|
-
this.i.
|
|
7751
|
+
this.i.ul = v;
|
|
7731
7752
|
}
|
|
7732
7753
|
/**
|
|
7733
7754
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
7734
7755
|
*/
|
|
7735
7756
|
get triangleVertexMemberPath3() {
|
|
7736
|
-
return this.i.
|
|
7757
|
+
return this.i.un;
|
|
7737
7758
|
}
|
|
7738
7759
|
set triangleVertexMemberPath3(v) {
|
|
7739
|
-
this.i.
|
|
7760
|
+
this.i.un = v;
|
|
7740
7761
|
}
|
|
7741
7762
|
}
|
|
7742
7763
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -7812,22 +7833,22 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7812
7833
|
* Gets whether the current series shows an area shape.
|
|
7813
7834
|
*/
|
|
7814
7835
|
get isArea() {
|
|
7815
|
-
return this.i.
|
|
7836
|
+
return this.i.d9;
|
|
7816
7837
|
}
|
|
7817
7838
|
/**
|
|
7818
7839
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
7819
7840
|
*/
|
|
7820
7841
|
get colorMemberPath() {
|
|
7821
|
-
return this.i.
|
|
7842
|
+
return this.i.u2;
|
|
7822
7843
|
}
|
|
7823
7844
|
set colorMemberPath(v) {
|
|
7824
|
-
this.i.
|
|
7845
|
+
this.i.u2 = v;
|
|
7825
7846
|
}
|
|
7826
7847
|
/**
|
|
7827
7848
|
* The ColorScale used to resolve the color values of points in the series.
|
|
7828
7849
|
*/
|
|
7829
7850
|
get colorScale() {
|
|
7830
|
-
const r = this.i.
|
|
7851
|
+
const r = this.i.ux;
|
|
7831
7852
|
if (r == null) {
|
|
7832
7853
|
return null;
|
|
7833
7854
|
}
|
|
@@ -7843,13 +7864,13 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7843
7864
|
set colorScale(v) {
|
|
7844
7865
|
if (v != null && this._stylingContainer && v._styling)
|
|
7845
7866
|
v._styling(this._stylingContainer, this, this);
|
|
7846
|
-
v == null ? this.i.
|
|
7867
|
+
v == null ? this.i.ux = null : this.i.ux = v.i;
|
|
7847
7868
|
}
|
|
7848
7869
|
/**
|
|
7849
7870
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
7850
7871
|
*/
|
|
7851
7872
|
get actualColorScale() {
|
|
7852
|
-
const r = this.i.
|
|
7873
|
+
const r = this.i.uw;
|
|
7853
7874
|
if (r == null) {
|
|
7854
7875
|
return null;
|
|
7855
7876
|
}
|
|
@@ -7865,7 +7886,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7865
7886
|
set actualColorScale(v) {
|
|
7866
7887
|
if (v != null && this._stylingContainer && v._styling)
|
|
7867
7888
|
v._styling(this._stylingContainer, this, this);
|
|
7868
|
-
v == null ? this.i.
|
|
7889
|
+
v == null ? this.i.uw = null : this.i.uw = v.i;
|
|
7869
7890
|
}
|
|
7870
7891
|
findByName(name) {
|
|
7871
7892
|
var baseResult = super.findByName(name);
|
|
@@ -7896,7 +7917,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7896
7917
|
|
|
7897
7918
|
*/
|
|
7898
7919
|
updateActualColorScale() {
|
|
7899
|
-
this.i.
|
|
7920
|
+
this.i.u7();
|
|
7900
7921
|
}
|
|
7901
7922
|
/**
|
|
7902
7923
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -7964,71 +7985,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
7964
7985
|
}
|
|
7965
7986
|
b5() {
|
|
7966
7987
|
super.b5();
|
|
7967
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
7968
|
-
a.
|
|
7969
|
-
a.
|
|
7988
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
7989
|
+
a.wc = this.ch.ut;
|
|
7990
|
+
a.wk = this.ch.ur;
|
|
7991
|
+
a.up = this.ch.ug;
|
|
7970
7992
|
a.uo = this.ch.uf;
|
|
7971
|
-
a.
|
|
7972
|
-
a.
|
|
7993
|
+
a.fl = this.ch.ue;
|
|
7994
|
+
a.vk = this.ch.ui;
|
|
7973
7995
|
a.vj = this.ch.uh;
|
|
7974
|
-
a.
|
|
7996
|
+
a.xi = this.ch.vc;
|
|
7975
7997
|
a.xh = this.ch.vb;
|
|
7976
|
-
a.
|
|
7977
|
-
a.vv = this.ch.uk;
|
|
7998
|
+
a.vw = this.ch.ul;
|
|
7978
7999
|
}
|
|
7979
8000
|
cn() {
|
|
7980
|
-
this.ch.
|
|
8001
|
+
this.ch.t4.wc = this.ch.ut;
|
|
7981
8002
|
}
|
|
7982
8003
|
cm() {
|
|
7983
|
-
this.ch.
|
|
8004
|
+
this.ch.t4.wk = this.ch.ur;
|
|
7984
8005
|
}
|
|
7985
8006
|
cs() {
|
|
7986
|
-
this.ch.
|
|
8007
|
+
this.ch.t4.up = this.ch.ug;
|
|
7987
8008
|
}
|
|
7988
8009
|
cq() {
|
|
7989
|
-
this.ch.
|
|
8010
|
+
this.ch.t4.uo = this.ch.uf;
|
|
7990
8011
|
}
|
|
7991
8012
|
co() {
|
|
7992
|
-
this.ch.
|
|
8013
|
+
this.ch.t4.fl = this.ch.ue;
|
|
7993
8014
|
}
|
|
7994
8015
|
cl() {
|
|
7995
|
-
this.ch.
|
|
8016
|
+
this.ch.t4.vk = this.ch.ui;
|
|
7996
8017
|
}
|
|
7997
8018
|
cj() {
|
|
7998
|
-
this.ch.
|
|
8019
|
+
this.ch.t4.vj = this.ch.uh;
|
|
7999
8020
|
}
|
|
8000
8021
|
cr() {
|
|
8001
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8002
|
-
if (this.ch.
|
|
8003
|
-
a.
|
|
8004
|
-
a.
|
|
8022
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
8023
|
+
if (this.ch.cz == null) {
|
|
8024
|
+
a.t9 = null;
|
|
8025
|
+
a.ub = null;
|
|
8005
8026
|
return;
|
|
8006
8027
|
}
|
|
8007
|
-
a.
|
|
8008
|
-
a.
|
|
8028
|
+
a.t9 = this.ch.cz.ua;
|
|
8029
|
+
a.ub = this.ch.cz.uc;
|
|
8009
8030
|
}
|
|
8010
8031
|
ct() {
|
|
8011
|
-
this.ch.
|
|
8032
|
+
this.ch.t4.t9 = this.ch.cz.ua;
|
|
8012
8033
|
}
|
|
8013
8034
|
cu() {
|
|
8014
|
-
this.ch.
|
|
8035
|
+
this.ch.t4.ub = this.ch.cz.uc;
|
|
8015
8036
|
}
|
|
8016
8037
|
ck() {
|
|
8017
|
-
this.ch.
|
|
8038
|
+
this.ch.t4.xi = this.ch.vc;
|
|
8018
8039
|
}
|
|
8019
8040
|
ci() {
|
|
8020
|
-
this.ch.
|
|
8041
|
+
this.ch.t4.xh = this.ch.vb;
|
|
8021
8042
|
}
|
|
8022
8043
|
cp() {
|
|
8023
|
-
this.ch.
|
|
8044
|
+
this.ch.t4.vw = this.ch.ul;
|
|
8024
8045
|
}
|
|
8025
8046
|
au() {
|
|
8026
8047
|
super.au();
|
|
8027
8048
|
if (!this.q) {
|
|
8028
|
-
this.ch.
|
|
8029
|
-
this.ch.
|
|
8030
|
-
this.ch.
|
|
8031
|
-
this.ch.
|
|
8049
|
+
this.ch.vc = Defaults.aq;
|
|
8050
|
+
this.ch.vb = Defaults.ap;
|
|
8051
|
+
this.ch.sx = Defaults.al;
|
|
8052
|
+
this.ch.s3 = Defaults.ak;
|
|
8032
8053
|
}
|
|
8033
8054
|
}
|
|
8034
8055
|
}
|
|
@@ -8040,112 +8061,115 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8040
8061
|
*/
|
|
8041
8062
|
let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
8042
8063
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
8043
|
-
|
|
8044
|
-
|
|
8045
|
-
|
|
8064
|
+
bg() {
|
|
8065
|
+
return new GeographicHighDensityScatterSeries();
|
|
8066
|
+
}
|
|
8067
|
+
iq() {
|
|
8068
|
+
if (!isNaN_(this.ip)) {
|
|
8069
|
+
return super.iq();
|
|
8046
8070
|
}
|
|
8047
8071
|
return Defaults.q;
|
|
8048
8072
|
}
|
|
8049
|
-
|
|
8073
|
+
get_e2() {
|
|
8050
8074
|
return true;
|
|
8051
8075
|
}
|
|
8052
8076
|
constructor() {
|
|
8053
8077
|
super();
|
|
8054
|
-
this.
|
|
8078
|
+
this.uc = null;
|
|
8055
8079
|
this.progressiveLoadStatusChanged = null;
|
|
8056
|
-
this.
|
|
8080
|
+
this.uk = 0;
|
|
8057
8081
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8058
8082
|
}
|
|
8059
|
-
|
|
8083
|
+
ch() {
|
|
8060
8084
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8061
8085
|
}
|
|
8062
|
-
|
|
8063
|
-
super.
|
|
8064
|
-
this.
|
|
8086
|
+
o1(a) {
|
|
8087
|
+
super.o1(a);
|
|
8088
|
+
this.ud = a;
|
|
8065
8089
|
}
|
|
8066
|
-
|
|
8067
|
-
this.
|
|
8068
|
-
return this.
|
|
8090
|
+
t3() {
|
|
8091
|
+
this.uc = new HighDensityScatterSeries();
|
|
8092
|
+
return this.uc;
|
|
8069
8093
|
}
|
|
8070
|
-
get
|
|
8071
|
-
return this.
|
|
8094
|
+
get um() {
|
|
8095
|
+
return this.uk;
|
|
8072
8096
|
}
|
|
8073
|
-
set
|
|
8074
|
-
let b = this.
|
|
8075
|
-
this.
|
|
8076
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
8097
|
+
set um(a) {
|
|
8098
|
+
let b = this.uk;
|
|
8099
|
+
this.uk = a;
|
|
8100
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
|
|
8077
8101
|
}
|
|
8078
|
-
|
|
8079
|
-
super.
|
|
8080
|
-
let a = this.
|
|
8081
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
8082
|
-
let b = this.
|
|
8083
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8102
|
+
t9() {
|
|
8103
|
+
super.t9();
|
|
8104
|
+
let a = this.t4;
|
|
8105
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
|
|
8106
|
+
let b = this.t4;
|
|
8107
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
|
|
8084
8108
|
}
|
|
8085
|
-
|
|
8086
|
-
this.
|
|
8109
|
+
u0(a, b) {
|
|
8110
|
+
this.um = b.currentStatus;
|
|
8087
8111
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8088
8112
|
this.progressiveLoadStatusChanged(this, b);
|
|
8089
8113
|
}
|
|
8090
8114
|
}
|
|
8091
|
-
|
|
8092
|
-
if (this.
|
|
8115
|
+
uz(a, b) {
|
|
8116
|
+
if (this.uc == null) {
|
|
8093
8117
|
return;
|
|
8094
8118
|
}
|
|
8095
8119
|
}
|
|
8096
|
-
|
|
8097
|
-
super.
|
|
8120
|
+
o9(a, b, c, d) {
|
|
8121
|
+
super.o9(a, b, c, d);
|
|
8098
8122
|
switch (b) {
|
|
8099
8123
|
case "SeriesViewer":
|
|
8100
|
-
this.
|
|
8124
|
+
this.ud.cr();
|
|
8101
8125
|
break;
|
|
8102
8126
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8103
|
-
this.
|
|
8127
|
+
this.ud.cn();
|
|
8104
8128
|
break;
|
|
8105
8129
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8106
|
-
this.
|
|
8130
|
+
this.ud.cm();
|
|
8107
8131
|
break;
|
|
8108
8132
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8109
|
-
this.
|
|
8133
|
+
this.ud.cs();
|
|
8110
8134
|
break;
|
|
8111
8135
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8112
|
-
this.
|
|
8136
|
+
this.ud.cq();
|
|
8113
8137
|
break;
|
|
8114
8138
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8115
|
-
this.
|
|
8139
|
+
this.ud.co();
|
|
8116
8140
|
break;
|
|
8117
8141
|
case "XAxis":
|
|
8118
|
-
this.
|
|
8142
|
+
this.ud.ct();
|
|
8119
8143
|
break;
|
|
8120
8144
|
case "YAxis":
|
|
8121
|
-
this.
|
|
8145
|
+
this.ud.cu();
|
|
8122
8146
|
break;
|
|
8123
8147
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8124
|
-
this.
|
|
8148
|
+
this.ud.cl();
|
|
8125
8149
|
break;
|
|
8126
8150
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8127
|
-
this.
|
|
8151
|
+
this.ud.cj();
|
|
8128
8152
|
break;
|
|
8129
8153
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8130
|
-
this.
|
|
8154
|
+
this.ud.ck();
|
|
8131
8155
|
break;
|
|
8132
8156
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8133
|
-
this.
|
|
8157
|
+
this.ud.ci();
|
|
8134
8158
|
break;
|
|
8135
8159
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8136
|
-
this.
|
|
8160
|
+
this.ud.cp();
|
|
8137
8161
|
break;
|
|
8138
8162
|
}
|
|
8139
8163
|
}
|
|
8140
|
-
|
|
8164
|
+
get_gg() {
|
|
8141
8165
|
return true;
|
|
8142
8166
|
}
|
|
8143
|
-
|
|
8144
|
-
super.
|
|
8167
|
+
set_gg(a) {
|
|
8168
|
+
super.set_gg(a);
|
|
8145
8169
|
}
|
|
8146
8170
|
}
|
|
8147
8171
|
GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8148
|
-
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8172
|
+
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
|
|
8149
8173
|
return GeographicHighDensityScatterSeries;
|
|
8150
8174
|
})();
|
|
8151
8175
|
|
|
@@ -8219,115 +8243,115 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8219
8243
|
* Gets whether the current series shows pixels.
|
|
8220
8244
|
*/
|
|
8221
8245
|
get isPixel() {
|
|
8222
|
-
return this.i.
|
|
8246
|
+
return this.i.e2;
|
|
8223
8247
|
}
|
|
8224
8248
|
/**
|
|
8225
8249
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8226
8250
|
*/
|
|
8227
8251
|
get latitudeMemberPath() {
|
|
8228
|
-
return this.i.
|
|
8252
|
+
return this.i.ur;
|
|
8229
8253
|
}
|
|
8230
8254
|
set latitudeMemberPath(v) {
|
|
8231
|
-
this.i.
|
|
8255
|
+
this.i.ur = v;
|
|
8232
8256
|
}
|
|
8233
8257
|
/**
|
|
8234
8258
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8235
8259
|
*/
|
|
8236
8260
|
get longitudeMemberPath() {
|
|
8237
|
-
return this.i.
|
|
8261
|
+
return this.i.ut;
|
|
8238
8262
|
}
|
|
8239
8263
|
set longitudeMemberPath(v) {
|
|
8240
|
-
this.i.
|
|
8264
|
+
this.i.ut = v;
|
|
8241
8265
|
}
|
|
8242
8266
|
/**
|
|
8243
8267
|
* Gets or sets the whether to use use brute force mode.
|
|
8244
8268
|
*/
|
|
8245
8269
|
get useBruteForce() {
|
|
8246
|
-
return this.i.
|
|
8270
|
+
return this.i.ug;
|
|
8247
8271
|
}
|
|
8248
8272
|
set useBruteForce(v) {
|
|
8249
|
-
this.i.
|
|
8250
|
-
this._a("useBruteForce", this.i.
|
|
8273
|
+
this.i.ug = ensureBool(v);
|
|
8274
|
+
this._a("useBruteForce", this.i.ug);
|
|
8251
8275
|
}
|
|
8252
8276
|
/**
|
|
8253
8277
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
8254
8278
|
*/
|
|
8255
8279
|
get progressiveLoad() {
|
|
8256
|
-
return this.i.
|
|
8280
|
+
return this.i.uf;
|
|
8257
8281
|
}
|
|
8258
8282
|
set progressiveLoad(v) {
|
|
8259
|
-
this.i.
|
|
8260
|
-
this._a("progressiveLoad", this.i.
|
|
8283
|
+
this.i.uf = ensureBool(v);
|
|
8284
|
+
this._a("progressiveLoad", this.i.uf);
|
|
8261
8285
|
}
|
|
8262
8286
|
/**
|
|
8263
8287
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
8264
8288
|
*/
|
|
8265
8289
|
get mouseOverEnabled() {
|
|
8266
|
-
return this.i.
|
|
8290
|
+
return this.i.ue;
|
|
8267
8291
|
}
|
|
8268
8292
|
set mouseOverEnabled(v) {
|
|
8269
|
-
this.i.
|
|
8270
|
-
this._a("mouseOverEnabled", this.i.
|
|
8293
|
+
this.i.ue = ensureBool(v);
|
|
8294
|
+
this._a("mouseOverEnabled", this.i.ue);
|
|
8271
8295
|
}
|
|
8272
8296
|
/**
|
|
8273
8297
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
8274
8298
|
*/
|
|
8275
8299
|
get heatMinimum() {
|
|
8276
|
-
return this.i.
|
|
8300
|
+
return this.i.ui;
|
|
8277
8301
|
}
|
|
8278
8302
|
set heatMinimum(v) {
|
|
8279
|
-
this.i.
|
|
8280
|
-
this._a("heatMinimum", this.i.
|
|
8303
|
+
this.i.ui = +v;
|
|
8304
|
+
this._a("heatMinimum", this.i.ui);
|
|
8281
8305
|
}
|
|
8282
8306
|
/**
|
|
8283
8307
|
* Gets or sets the value that maps to the maximum heat color.
|
|
8284
8308
|
*/
|
|
8285
8309
|
get heatMaximum() {
|
|
8286
|
-
return this.i.
|
|
8310
|
+
return this.i.uh;
|
|
8287
8311
|
}
|
|
8288
8312
|
set heatMaximum(v) {
|
|
8289
|
-
this.i.
|
|
8290
|
-
this._a("heatMaximum", this.i.
|
|
8313
|
+
this.i.uh = +v;
|
|
8314
|
+
this._a("heatMaximum", this.i.uh);
|
|
8291
8315
|
}
|
|
8292
8316
|
/**
|
|
8293
8317
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
8294
8318
|
*/
|
|
8295
8319
|
get heatMinimumColor() {
|
|
8296
|
-
return colorToString(this.i.
|
|
8320
|
+
return colorToString(this.i.vc);
|
|
8297
8321
|
}
|
|
8298
8322
|
set heatMinimumColor(v) {
|
|
8299
|
-
this.i.
|
|
8300
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
8323
|
+
this.i.vc = stringToColor(v);
|
|
8324
|
+
this._a("heatMinimumColor", colorToString(this.i.vc));
|
|
8301
8325
|
}
|
|
8302
8326
|
/**
|
|
8303
8327
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
8304
8328
|
*/
|
|
8305
8329
|
get heatMaximumColor() {
|
|
8306
|
-
return colorToString(this.i.
|
|
8330
|
+
return colorToString(this.i.vb);
|
|
8307
8331
|
}
|
|
8308
8332
|
set heatMaximumColor(v) {
|
|
8309
|
-
this.i.
|
|
8310
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
8333
|
+
this.i.vb = stringToColor(v);
|
|
8334
|
+
this._a("heatMaximumColor", colorToString(this.i.vb));
|
|
8311
8335
|
}
|
|
8312
8336
|
/**
|
|
8313
8337
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
8314
8338
|
*/
|
|
8315
8339
|
get pointExtent() {
|
|
8316
|
-
return this.i.
|
|
8340
|
+
return this.i.ul;
|
|
8317
8341
|
}
|
|
8318
8342
|
set pointExtent(v) {
|
|
8319
|
-
this.i.
|
|
8320
|
-
this._a("pointExtent", this.i.
|
|
8343
|
+
this.i.ul = +v;
|
|
8344
|
+
this._a("pointExtent", this.i.ul);
|
|
8321
8345
|
}
|
|
8322
8346
|
/**
|
|
8323
8347
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
8324
8348
|
*/
|
|
8325
8349
|
get progressiveStatus() {
|
|
8326
|
-
return this.i.
|
|
8350
|
+
return this.i.um;
|
|
8327
8351
|
}
|
|
8328
8352
|
set progressiveStatus(v) {
|
|
8329
|
-
this.i.
|
|
8330
|
-
this._a("progressiveStatus", this.i.
|
|
8353
|
+
this.i.um = +v;
|
|
8354
|
+
this._a("progressiveStatus", this.i.um);
|
|
8331
8355
|
}
|
|
8332
8356
|
/**
|
|
8333
8357
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -8410,24 +8434,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8410
8434
|
au() {
|
|
8411
8435
|
super.au();
|
|
8412
8436
|
if (!this.q) {
|
|
8413
|
-
this.cp.
|
|
8437
|
+
this.cp.iv = Defaults.m;
|
|
8414
8438
|
}
|
|
8415
8439
|
}
|
|
8416
8440
|
b5() {
|
|
8417
8441
|
super.b5();
|
|
8418
|
-
if (this.cp.
|
|
8419
|
-
this.cp.
|
|
8420
|
-
this.cp.
|
|
8442
|
+
if (this.cp.t4 != null) {
|
|
8443
|
+
this.cp.uw.vz = this.cp.uz;
|
|
8444
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
8421
8445
|
}
|
|
8422
8446
|
}
|
|
8423
8447
|
cq() {
|
|
8424
|
-
if (this.cp.
|
|
8425
|
-
this.cp.
|
|
8448
|
+
if (this.cp.uw != null) {
|
|
8449
|
+
this.cp.uw.vz = this.cp.uz;
|
|
8426
8450
|
}
|
|
8427
8451
|
}
|
|
8428
8452
|
cr() {
|
|
8429
|
-
if (this.cp.
|
|
8430
|
-
this.cp.
|
|
8453
|
+
if (this.cp.uw != null) {
|
|
8454
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
8431
8455
|
}
|
|
8432
8456
|
}
|
|
8433
8457
|
}
|
|
@@ -8439,7 +8463,10 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8439
8463
|
*/
|
|
8440
8464
|
let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
8441
8465
|
class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
8442
|
-
|
|
8466
|
+
bg() {
|
|
8467
|
+
return new GeographicContourLineSeries();
|
|
8468
|
+
}
|
|
8469
|
+
get_ex() {
|
|
8443
8470
|
return true;
|
|
8444
8471
|
}
|
|
8445
8472
|
constructor() {
|
|
@@ -8447,70 +8474,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8447
8474
|
this.triangulationStatusChanged = null;
|
|
8448
8475
|
this.ab = GeographicContourLineSeries.$;
|
|
8449
8476
|
}
|
|
8450
|
-
|
|
8451
|
-
super.
|
|
8452
|
-
}
|
|
8453
|
-
t2() {
|
|
8454
|
-
this.uv = new ScatterContourSeries();
|
|
8455
|
-
let a = this.uv;
|
|
8456
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
|
|
8457
|
-
let b = this.uv;
|
|
8458
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
|
|
8459
|
-
return this.uv;
|
|
8477
|
+
t9() {
|
|
8478
|
+
super.t9();
|
|
8460
8479
|
}
|
|
8461
|
-
|
|
8480
|
+
t3() {
|
|
8481
|
+
this.uw = new ScatterContourSeries();
|
|
8482
|
+
let a = this.uw;
|
|
8483
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
8484
|
+
let b = this.uw;
|
|
8485
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
|
|
8486
|
+
return this.uw;
|
|
8487
|
+
}
|
|
8488
|
+
u6(a, b) {
|
|
8462
8489
|
if (this.triangulationStatusChanged != null) {
|
|
8463
8490
|
this.triangulationStatusChanged(this, b);
|
|
8464
8491
|
}
|
|
8465
8492
|
}
|
|
8466
|
-
|
|
8467
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
8493
|
+
u7(a, b) {
|
|
8494
|
+
let c = typeCast(ScatterContourSeries.$, this.t4);
|
|
8468
8495
|
if (c == null) {
|
|
8469
8496
|
return;
|
|
8470
8497
|
}
|
|
8471
8498
|
if (b.propertyName == "ActualFillScale") {
|
|
8472
|
-
this.
|
|
8499
|
+
this.uy = c.vy;
|
|
8473
8500
|
}
|
|
8474
8501
|
}
|
|
8475
|
-
|
|
8476
|
-
super.
|
|
8502
|
+
qe() {
|
|
8503
|
+
super.qe();
|
|
8477
8504
|
}
|
|
8478
|
-
|
|
8505
|
+
ch() {
|
|
8479
8506
|
return new GeographicContourLineSeriesView(this);
|
|
8480
8507
|
}
|
|
8481
|
-
|
|
8482
|
-
super.
|
|
8483
|
-
this.
|
|
8508
|
+
o1(a) {
|
|
8509
|
+
super.o1(a);
|
|
8510
|
+
this.u0 = a;
|
|
8484
8511
|
}
|
|
8485
|
-
|
|
8486
|
-
super.
|
|
8512
|
+
o9(a, b, c, d) {
|
|
8513
|
+
super.o9(a, b, c, d);
|
|
8487
8514
|
switch (b) {
|
|
8488
8515
|
case GeographicContourLineSeries.$$p[1]:
|
|
8489
|
-
this.
|
|
8516
|
+
this.u0.cq();
|
|
8490
8517
|
break;
|
|
8491
8518
|
case GeographicContourLineSeries.$$p[2]:
|
|
8492
|
-
this.
|
|
8519
|
+
this.u0.cr();
|
|
8493
8520
|
break;
|
|
8494
8521
|
case GeographicContourLineSeries.$$p[3]:
|
|
8495
|
-
this.
|
|
8522
|
+
this.uw.vw = this.uv;
|
|
8496
8523
|
break;
|
|
8497
8524
|
case "DashArray":
|
|
8498
|
-
this.
|
|
8525
|
+
this.uw.s8 = this.s8;
|
|
8499
8526
|
break;
|
|
8500
8527
|
case "DashCap":
|
|
8501
|
-
this.
|
|
8528
|
+
this.uw.s9 = this.s9;
|
|
8502
8529
|
break;
|
|
8503
8530
|
case "MiterLimit":
|
|
8504
|
-
this.
|
|
8531
|
+
this.uw.im = this.im;
|
|
8505
8532
|
break;
|
|
8506
8533
|
case "LineJoin":
|
|
8507
|
-
this.
|
|
8534
|
+
this.uw.tb = this.tb;
|
|
8508
8535
|
break;
|
|
8509
8536
|
}
|
|
8510
8537
|
}
|
|
8511
8538
|
}
|
|
8512
8539
|
GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
8513
|
-
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
8540
|
+
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
|
|
8514
8541
|
return GeographicContourLineSeries;
|
|
8515
8542
|
})();
|
|
8516
8543
|
|
|
@@ -8583,22 +8610,22 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8583
8610
|
* Gets whether the current series shows a line contour shape.
|
|
8584
8611
|
*/
|
|
8585
8612
|
get isLineContour() {
|
|
8586
|
-
return this.i.
|
|
8613
|
+
return this.i.ex;
|
|
8587
8614
|
}
|
|
8588
8615
|
/**
|
|
8589
8616
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
8590
8617
|
*/
|
|
8591
8618
|
get valueMemberPath() {
|
|
8592
|
-
return this.i.
|
|
8619
|
+
return this.i.u3;
|
|
8593
8620
|
}
|
|
8594
8621
|
set valueMemberPath(v) {
|
|
8595
|
-
this.i.
|
|
8622
|
+
this.i.u3 = v;
|
|
8596
8623
|
}
|
|
8597
8624
|
/**
|
|
8598
8625
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8599
8626
|
*/
|
|
8600
8627
|
get fillScale() {
|
|
8601
|
-
const r = this.i.
|
|
8628
|
+
const r = this.i.uz;
|
|
8602
8629
|
if (r == null) {
|
|
8603
8630
|
return null;
|
|
8604
8631
|
}
|
|
@@ -8614,13 +8641,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8614
8641
|
set fillScale(v) {
|
|
8615
8642
|
if (v != null && this._stylingContainer && v._styling)
|
|
8616
8643
|
v._styling(this._stylingContainer, this, this);
|
|
8617
|
-
v == null ? this.i.
|
|
8644
|
+
v == null ? this.i.uz = null : this.i.uz = v.i;
|
|
8618
8645
|
}
|
|
8619
8646
|
/**
|
|
8620
8647
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8621
8648
|
*/
|
|
8622
8649
|
get actualFillScale() {
|
|
8623
|
-
const r = this.i.
|
|
8650
|
+
const r = this.i.uy;
|
|
8624
8651
|
if (r == null) {
|
|
8625
8652
|
return null;
|
|
8626
8653
|
}
|
|
@@ -8636,13 +8663,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8636
8663
|
set actualFillScale(v) {
|
|
8637
8664
|
if (v != null && this._stylingContainer && v._styling)
|
|
8638
8665
|
v._styling(this._stylingContainer, this, this);
|
|
8639
|
-
v == null ? this.i.
|
|
8666
|
+
v == null ? this.i.uy = null : this.i.uy = v.i;
|
|
8640
8667
|
}
|
|
8641
8668
|
/**
|
|
8642
8669
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8643
8670
|
*/
|
|
8644
8671
|
get valueResolver() {
|
|
8645
|
-
const r = this.i.
|
|
8672
|
+
const r = this.i.uv;
|
|
8646
8673
|
if (r == null) {
|
|
8647
8674
|
return null;
|
|
8648
8675
|
}
|
|
@@ -8658,7 +8685,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8658
8685
|
set valueResolver(v) {
|
|
8659
8686
|
if (v != null && this._stylingContainer && v._styling)
|
|
8660
8687
|
v._styling(this._stylingContainer, this, this);
|
|
8661
|
-
v == null ? this.i.
|
|
8688
|
+
v == null ? this.i.uv = null : this.i.uv = v.i;
|
|
8662
8689
|
}
|
|
8663
8690
|
findByName(name) {
|
|
8664
8691
|
var baseResult = super.findByName(name);
|