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