igniteui-webcomponents-maps 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1060 -1060
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +86 -86
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +85 -85
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- 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 +1069 -1069
- package/fesm5/igniteui-webcomponents-maps.js +1060 -1060
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +3 -3
|
@@ -432,344 +432,344 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
432
432
|
*/
|
|
433
433
|
let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
434
434
|
class GeographicMapSeriesHost extends Series {
|
|
435
|
-
|
|
436
|
-
super.
|
|
437
|
-
if (this.
|
|
438
|
-
this.
|
|
435
|
+
qf() {
|
|
436
|
+
super.qf();
|
|
437
|
+
if (this.wz != null) {
|
|
438
|
+
this.wz.qf();
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
constructor() {
|
|
442
442
|
super();
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
443
|
+
this.wx = null;
|
|
444
|
+
this.wz = this.wy();
|
|
445
445
|
}
|
|
446
|
-
|
|
446
|
+
get_fb() {
|
|
447
447
|
return true;
|
|
448
448
|
}
|
|
449
|
-
|
|
450
|
-
let c = this.
|
|
449
|
+
kp(a, b) {
|
|
450
|
+
let c = this.nc(b);
|
|
451
451
|
if (c == "LatitudeMemberPath") {
|
|
452
452
|
c = "YMemberPath";
|
|
453
453
|
}
|
|
454
454
|
if (c == "LongitudeMemberPath") {
|
|
455
455
|
c = "XMemberPath";
|
|
456
456
|
}
|
|
457
|
-
return this.
|
|
457
|
+
return this.wz.kp(a, c);
|
|
458
458
|
}
|
|
459
|
-
|
|
460
|
-
let b = this.
|
|
459
|
+
mc(a) {
|
|
460
|
+
let b = this.nc(a);
|
|
461
461
|
if (b == "LatitudeMemberPath") {
|
|
462
462
|
b = "YMemberPath";
|
|
463
463
|
}
|
|
464
464
|
if (b == "LongitudeMemberPath") {
|
|
465
465
|
b = "XMemberPath";
|
|
466
466
|
}
|
|
467
|
-
return this.
|
|
467
|
+
return this.wz.mc(b);
|
|
468
468
|
}
|
|
469
|
-
|
|
470
|
-
return this.
|
|
469
|
+
get_kh() {
|
|
470
|
+
return this.kz(this.wz);
|
|
471
471
|
}
|
|
472
|
-
|
|
473
|
-
this.
|
|
472
|
+
set_kh(a) {
|
|
473
|
+
this.oy(this.wz, a);
|
|
474
474
|
}
|
|
475
475
|
eb(a, b, c, d, e) {
|
|
476
|
-
return this.
|
|
476
|
+
return this.wz.eb(a, b, c, d, e);
|
|
477
477
|
}
|
|
478
478
|
ai() {
|
|
479
|
-
return this.
|
|
479
|
+
return this.wz.ai();
|
|
480
480
|
}
|
|
481
481
|
bo() {
|
|
482
|
-
return this.
|
|
482
|
+
return this.wz;
|
|
483
483
|
}
|
|
484
|
-
get
|
|
485
|
-
return this.
|
|
484
|
+
get wz() {
|
|
485
|
+
return this.wx;
|
|
486
486
|
}
|
|
487
|
-
set
|
|
488
|
-
let b = this.
|
|
489
|
-
let c = this.
|
|
487
|
+
set wz(a) {
|
|
488
|
+
let b = this.wx;
|
|
489
|
+
let c = this.wz != a;
|
|
490
490
|
if (c) {
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
491
|
+
this.wx = a;
|
|
492
|
+
this.w4(b, this.wx);
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
495
|
get_hasMarkers() {
|
|
496
|
-
return this.
|
|
496
|
+
return this.wz.hasMarkers;
|
|
497
497
|
}
|
|
498
|
-
|
|
499
|
-
if (this.
|
|
500
|
-
let hostedSeries_ = this.
|
|
498
|
+
w4(a, b) {
|
|
499
|
+
if (this.wx != null) {
|
|
500
|
+
let hostedSeries_ = this.wx;
|
|
501
501
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
502
502
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
503
503
|
}
|
|
504
|
-
this.
|
|
505
|
-
this.
|
|
504
|
+
this.pe(this.wz);
|
|
505
|
+
this.w0.b5();
|
|
506
506
|
if (a != null) {
|
|
507
507
|
let c = (a);
|
|
508
|
-
this.
|
|
508
|
+
this.r0(c, null);
|
|
509
509
|
}
|
|
510
510
|
if (b != null) {
|
|
511
511
|
let d = (b);
|
|
512
|
-
this.
|
|
512
|
+
this.r0(d, this);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
dg(a, b, c) {
|
|
516
|
-
return this.di(this.
|
|
516
|
+
return this.di(this.wz, a, b, c);
|
|
517
517
|
}
|
|
518
518
|
dh(a, b, c) {
|
|
519
|
-
return this.dj(this.
|
|
519
|
+
return this.dj(this.wz, a, b, c);
|
|
520
520
|
}
|
|
521
|
-
|
|
522
|
-
return this.
|
|
521
|
+
km(a) {
|
|
522
|
+
return this.kv(this.wz, a);
|
|
523
523
|
}
|
|
524
|
-
|
|
525
|
-
return this.
|
|
524
|
+
j9(a, b) {
|
|
525
|
+
return this.wz.j9(a, b);
|
|
526
526
|
}
|
|
527
|
-
|
|
528
|
-
return this.
|
|
527
|
+
j7(a, b) {
|
|
528
|
+
return this.wz.j7(a, b);
|
|
529
529
|
}
|
|
530
|
-
|
|
531
|
-
return this.
|
|
530
|
+
i4(a, b, c) {
|
|
531
|
+
return this.wz.i4(a, b, c);
|
|
532
532
|
}
|
|
533
|
-
|
|
534
|
-
return this.
|
|
533
|
+
wb(a, b, c) {
|
|
534
|
+
return this.wz.wb(a, b, c);
|
|
535
535
|
}
|
|
536
|
-
|
|
537
|
-
return this.
|
|
536
|
+
wm(a) {
|
|
537
|
+
return this.wz.wm(a);
|
|
538
538
|
}
|
|
539
539
|
ao(a) {
|
|
540
|
-
return this.
|
|
540
|
+
return this.wz.ao(a);
|
|
541
541
|
}
|
|
542
|
-
|
|
543
|
-
return this.
|
|
542
|
+
wn(a) {
|
|
543
|
+
return this.wz.wn(a);
|
|
544
544
|
}
|
|
545
545
|
ap(a) {
|
|
546
|
-
return this.
|
|
546
|
+
return this.wz.ap(a);
|
|
547
547
|
}
|
|
548
|
-
|
|
549
|
-
return this.
|
|
548
|
+
wo(a) {
|
|
549
|
+
return this.wz.wo(a);
|
|
550
550
|
}
|
|
551
|
-
|
|
552
|
-
return this.
|
|
551
|
+
wp(a) {
|
|
552
|
+
return this.wz.wp(a);
|
|
553
553
|
}
|
|
554
|
-
|
|
555
|
-
return this.
|
|
554
|
+
i0(a, b, c) {
|
|
555
|
+
return this.wz.i0(a, b, c);
|
|
556
556
|
}
|
|
557
|
-
|
|
558
|
-
return this.
|
|
557
|
+
v7(a, b, c) {
|
|
558
|
+
return this.wz.v7(a, b, c);
|
|
559
559
|
}
|
|
560
|
-
|
|
561
|
-
return this.
|
|
560
|
+
i2(a, b, c) {
|
|
561
|
+
return this.i4(a, b, c);
|
|
562
562
|
}
|
|
563
|
-
|
|
564
|
-
return this.
|
|
563
|
+
v9(a, b, c) {
|
|
564
|
+
return this.wz.v9(a, b, c);
|
|
565
565
|
}
|
|
566
|
-
|
|
567
|
-
return this.
|
|
566
|
+
wc(a, b, c) {
|
|
567
|
+
return this.wz.wc(a, b, c);
|
|
568
568
|
}
|
|
569
|
-
|
|
570
|
-
return this.
|
|
569
|
+
i5(a, b, c) {
|
|
570
|
+
return this.wz.i5(a, b, c);
|
|
571
571
|
}
|
|
572
|
-
|
|
573
|
-
return this.
|
|
572
|
+
v8(a, b, c) {
|
|
573
|
+
return this.wz.v8(a, b, c);
|
|
574
574
|
}
|
|
575
|
-
|
|
576
|
-
return this.
|
|
575
|
+
i1(a, b, c) {
|
|
576
|
+
return this.wz.i1(a, b, c);
|
|
577
577
|
}
|
|
578
|
-
|
|
579
|
-
return this.
|
|
578
|
+
wa(a, b, c) {
|
|
579
|
+
return this.wz.wa(a, b, c);
|
|
580
580
|
}
|
|
581
|
-
|
|
582
|
-
return this.
|
|
581
|
+
i3(a, b, c) {
|
|
582
|
+
return this.wz.i3(a, b, c);
|
|
583
583
|
}
|
|
584
|
-
|
|
585
|
-
return this.
|
|
584
|
+
j3(a) {
|
|
585
|
+
return this.wz.j3(a);
|
|
586
586
|
}
|
|
587
|
-
|
|
588
|
-
return this.
|
|
587
|
+
iv() {
|
|
588
|
+
return this.wz.iv();
|
|
589
589
|
}
|
|
590
|
-
|
|
591
|
-
return this.
|
|
590
|
+
ir(a) {
|
|
591
|
+
return this.wz.ir(a);
|
|
592
592
|
}
|
|
593
|
-
|
|
594
|
-
return this.
|
|
593
|
+
kn(a) {
|
|
594
|
+
return this.wz.kn(a);
|
|
595
595
|
}
|
|
596
596
|
cs() {
|
|
597
597
|
return new HostSeriesView(this);
|
|
598
598
|
}
|
|
599
|
-
|
|
600
|
-
super.
|
|
601
|
-
this.
|
|
599
|
+
q0(a) {
|
|
600
|
+
super.q0(a);
|
|
601
|
+
this.w0 = typeCast(HostSeriesView.$, a);
|
|
602
602
|
}
|
|
603
|
-
get
|
|
604
|
-
return this.c(GeographicMapSeriesHost.
|
|
603
|
+
get w1() {
|
|
604
|
+
return this.c(GeographicMapSeriesHost.w6);
|
|
605
605
|
}
|
|
606
|
-
set
|
|
607
|
-
this.h(GeographicMapSeriesHost.
|
|
606
|
+
set w1(a) {
|
|
607
|
+
this.h(GeographicMapSeriesHost.w6, a);
|
|
608
608
|
}
|
|
609
|
-
|
|
610
|
-
super.
|
|
609
|
+
q8(a, b, c, d) {
|
|
610
|
+
super.q8(a, b, c, d);
|
|
611
611
|
switch (b) {
|
|
612
612
|
case "SeriesViewer":
|
|
613
|
-
this.
|
|
613
|
+
this.wz.db = this.db;
|
|
614
614
|
if (c != null) {
|
|
615
|
-
c.q4(this.
|
|
615
|
+
c.q4(this.wz);
|
|
616
616
|
}
|
|
617
617
|
if (d != null) {
|
|
618
|
-
this.db.m8(this.
|
|
618
|
+
this.db.m8(this.wz);
|
|
619
619
|
}
|
|
620
|
-
this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
623
|
-
this.
|
|
620
|
+
this.wz.rb(this.wr);
|
|
621
|
+
this.wz.index = this.index;
|
|
622
|
+
this.pz(this.wz);
|
|
623
|
+
this.kf = this.wz.kf;
|
|
624
624
|
let e = typeCast(SeriesViewer.$, c);
|
|
625
625
|
if (e != null) {
|
|
626
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
626
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w5));
|
|
627
627
|
}
|
|
628
628
|
if (this.db != null) {
|
|
629
629
|
let f = this.db;
|
|
630
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
630
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w5));
|
|
631
631
|
}
|
|
632
|
-
this.
|
|
632
|
+
this.w3();
|
|
633
633
|
break;
|
|
634
634
|
case "SyncLink":
|
|
635
|
-
this.
|
|
635
|
+
this.wz.c3 = this.c3;
|
|
636
636
|
break;
|
|
637
637
|
case "VisibleFromScale":
|
|
638
|
-
this.
|
|
638
|
+
this.w3();
|
|
639
639
|
break;
|
|
640
640
|
case "Index":
|
|
641
|
-
this.
|
|
641
|
+
this.wz.index = this.index;
|
|
642
642
|
break;
|
|
643
643
|
case "ItemsSource":
|
|
644
|
-
this.
|
|
644
|
+
this.w0.b6();
|
|
645
645
|
break;
|
|
646
646
|
case "Resolution":
|
|
647
|
-
this.
|
|
647
|
+
this.w0.cd();
|
|
648
648
|
break;
|
|
649
649
|
case "TransitionDuration":
|
|
650
|
-
this.
|
|
650
|
+
this.w0.cg();
|
|
651
651
|
break;
|
|
652
652
|
case "Opacity":
|
|
653
|
-
this.
|
|
653
|
+
this.w0.ca();
|
|
654
654
|
break;
|
|
655
655
|
case "Visibility":
|
|
656
|
-
let hs_ = this.
|
|
656
|
+
let hs_ = this.wz;
|
|
657
657
|
let v_ = this._visibility;
|
|
658
658
|
hs_.visibility = v_;
|
|
659
659
|
break;
|
|
660
660
|
case "MouseOverEnabled":
|
|
661
|
-
this.
|
|
661
|
+
this.wz.f7 = this.f7;
|
|
662
662
|
break;
|
|
663
663
|
case "ExpectFunctions":
|
|
664
|
-
this.
|
|
664
|
+
this.wz.expectFunctions = this.expectFunctions;
|
|
665
665
|
break;
|
|
666
666
|
case "Thickness":
|
|
667
|
-
this.
|
|
667
|
+
this.w0.cf();
|
|
668
668
|
break;
|
|
669
669
|
case "Brush":
|
|
670
|
-
this.
|
|
670
|
+
this.w0.b4();
|
|
671
671
|
break;
|
|
672
672
|
case "Outline":
|
|
673
|
-
this.
|
|
673
|
+
this.w0.cc();
|
|
674
674
|
break;
|
|
675
675
|
case "ActualBrush":
|
|
676
|
-
this.
|
|
676
|
+
this.w0.b1();
|
|
677
677
|
break;
|
|
678
678
|
case "ActualOutline":
|
|
679
|
-
this.
|
|
679
|
+
this.w0.b2();
|
|
680
680
|
break;
|
|
681
681
|
case "MarkerFillOpacity":
|
|
682
|
-
if (!isNaN_(this.
|
|
683
|
-
this.
|
|
682
|
+
if (!isNaN_(this.jf)) {
|
|
683
|
+
this.w0.b9();
|
|
684
684
|
}
|
|
685
685
|
break;
|
|
686
686
|
case "AreaFillOpacity":
|
|
687
|
-
if (!isNaN_(this.
|
|
688
|
-
this.
|
|
687
|
+
if (!isNaN_(this.ij)) {
|
|
688
|
+
this.w0.b3();
|
|
689
689
|
}
|
|
690
690
|
break;
|
|
691
691
|
case "OutlineMode":
|
|
692
|
-
this.
|
|
692
|
+
this.w0.cb();
|
|
693
693
|
break;
|
|
694
694
|
case "ShowDefaultTooltip":
|
|
695
|
-
this.
|
|
695
|
+
this.w0.ce();
|
|
696
696
|
break;
|
|
697
697
|
case "Title":
|
|
698
|
-
this.
|
|
698
|
+
this.wz.title = this.title;
|
|
699
699
|
break;
|
|
700
700
|
case "LegendItemBadgeMode":
|
|
701
|
-
this.
|
|
701
|
+
this.w0.b7();
|
|
702
702
|
break;
|
|
703
703
|
case "LegendItemBadgeShape":
|
|
704
|
-
this.
|
|
704
|
+
this.w0.b8();
|
|
705
705
|
break;
|
|
706
706
|
case "Legend":
|
|
707
|
-
this.
|
|
707
|
+
this.wz.legend = this.legend;
|
|
708
708
|
this.cv.av();
|
|
709
709
|
break;
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
|
-
|
|
713
|
-
if (this.db == null || this.
|
|
712
|
+
w3() {
|
|
713
|
+
if (this.db == null || this.wz == null) {
|
|
714
714
|
return;
|
|
715
715
|
}
|
|
716
|
-
if (!isNaN_(this.
|
|
717
|
-
if (this.db.v4.width > this.
|
|
718
|
-
let hs_ = this.
|
|
716
|
+
if (!isNaN_(this.w1)) {
|
|
717
|
+
if (this.db.v4.width > this.w1) {
|
|
718
|
+
let hs_ = this.wz;
|
|
719
719
|
let v_ = 1;
|
|
720
720
|
hs_.visibility = v_;
|
|
721
721
|
}
|
|
722
722
|
else {
|
|
723
|
-
let hs2_ = this.
|
|
723
|
+
let hs2_ = this.wz;
|
|
724
724
|
let v2_ = 0;
|
|
725
725
|
hs2_.visibility = v2_;
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
|
-
|
|
730
|
-
this.
|
|
729
|
+
w5(a, b) {
|
|
730
|
+
this.w3();
|
|
731
731
|
}
|
|
732
|
-
|
|
733
|
-
super.
|
|
734
|
-
if (this.
|
|
735
|
-
this.
|
|
732
|
+
rq(a) {
|
|
733
|
+
super.rq(a);
|
|
734
|
+
if (this.wz != null) {
|
|
735
|
+
this.wz.rq(a);
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
|
-
|
|
739
|
-
super.
|
|
740
|
-
if (this.
|
|
741
|
-
this.
|
|
738
|
+
q4(a) {
|
|
739
|
+
super.q4(a);
|
|
740
|
+
if (this.wz != null) {
|
|
741
|
+
this.wz.qm();
|
|
742
742
|
}
|
|
743
743
|
}
|
|
744
|
-
|
|
745
|
-
if (this.
|
|
746
|
-
this.
|
|
744
|
+
rp(a, b, c, d, e) {
|
|
745
|
+
if (this.wz != null) {
|
|
746
|
+
this.wz.rp(a, b, c, d, e);
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
749
|
a2(a, b) {
|
|
750
|
-
return this.
|
|
750
|
+
return this.wz.a2(a, b);
|
|
751
751
|
}
|
|
752
|
-
|
|
753
|
-
super.
|
|
754
|
-
this.
|
|
752
|
+
sb() {
|
|
753
|
+
super.sb();
|
|
754
|
+
this.wz.sb();
|
|
755
755
|
}
|
|
756
756
|
get_coercionMethods() {
|
|
757
757
|
return this._coercionMethods;
|
|
758
758
|
}
|
|
759
759
|
set_coercionMethods(a) {
|
|
760
760
|
this._coercionMethods = a;
|
|
761
|
-
this.
|
|
761
|
+
this.wz.coercionMethods = a;
|
|
762
762
|
}
|
|
763
|
-
|
|
764
|
-
super.
|
|
765
|
-
if (this.
|
|
766
|
-
let b = this.
|
|
767
|
-
this.
|
|
763
|
+
py(a) {
|
|
764
|
+
super.py(a);
|
|
765
|
+
if (this.wz != null) {
|
|
766
|
+
let b = this.wz.kl();
|
|
767
|
+
this.o7(a, b);
|
|
768
768
|
}
|
|
769
769
|
}
|
|
770
770
|
}
|
|
771
771
|
GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
772
|
-
GeographicMapSeriesHost.
|
|
772
|
+
GeographicMapSeriesHost.w6 = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
|
|
773
773
|
let c = a;
|
|
774
774
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
775
775
|
}));
|
|
@@ -790,66 +790,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
790
790
|
}
|
|
791
791
|
b5() {
|
|
792
792
|
this.b0.legendItemVisibility = 1;
|
|
793
|
-
this.b0.
|
|
794
|
-
this.b0.
|
|
795
|
-
this.b0.
|
|
796
|
-
this.b0.
|
|
797
|
-
this.b0.
|
|
798
|
-
this.b0.
|
|
799
|
-
this.b0.
|
|
800
|
-
this.b0.
|
|
801
|
-
this.b0.
|
|
802
|
-
this.b0.
|
|
803
|
-
this.b0.
|
|
804
|
-
this.b0.
|
|
805
|
-
this.b0.
|
|
806
|
-
this.b0.
|
|
807
|
-
this.b0.
|
|
793
|
+
this.b0.wz.legendItemVisibility = 0;
|
|
794
|
+
this.b0.wz.itemsSource = this.b0.itemsSource;
|
|
795
|
+
this.b0.wz.index = this.b0.index;
|
|
796
|
+
this.b0.wz.ve = this.b0.ve;
|
|
797
|
+
this.b0.wz.vu = this.b0.ve;
|
|
798
|
+
this.b0.wz.ci = this.b0.ci;
|
|
799
|
+
this.b0.wz.ji = this.b0.ji;
|
|
800
|
+
this.b0.wz.kc = this.b0.kc;
|
|
801
|
+
this.b0.wz._opacity = this.b0._opacity;
|
|
802
|
+
this.b0.wz.jo = this.b0.jo;
|
|
803
|
+
this.b0.wz.ij = this.b0.ij;
|
|
804
|
+
this.b0.wz.jf = this.b0.jf;
|
|
805
|
+
this.b0.wz.go = this.b0.go;
|
|
806
|
+
this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
807
|
+
this.b0.wz.bd = this.b0.bd;
|
|
808
808
|
}
|
|
809
809
|
b6() {
|
|
810
|
-
this.b0.
|
|
810
|
+
this.b0.wz.itemsSource = this.b0.itemsSource;
|
|
811
811
|
}
|
|
812
812
|
cd() {
|
|
813
|
-
this.b0.
|
|
813
|
+
this.b0.wz.ji = this.b0.ji;
|
|
814
814
|
}
|
|
815
815
|
cg() {
|
|
816
|
-
this.b0.
|
|
816
|
+
this.b0.wz.kc = this.b0.kc;
|
|
817
817
|
}
|
|
818
818
|
ca() {
|
|
819
|
-
this.b0.
|
|
819
|
+
this.b0.wz._opacity = this.b0._opacity;
|
|
820
820
|
}
|
|
821
821
|
cf() {
|
|
822
|
-
this.b0.
|
|
822
|
+
this.b0.wz.jo = this.b0.jo;
|
|
823
823
|
}
|
|
824
824
|
b4() {
|
|
825
|
-
this.b0.
|
|
825
|
+
this.b0.wz.ve = this.b0.ve;
|
|
826
826
|
}
|
|
827
827
|
cc() {
|
|
828
|
-
this.b0.
|
|
828
|
+
this.b0.wz.vu = this.b0.vu;
|
|
829
829
|
}
|
|
830
830
|
b1() {
|
|
831
|
-
this.b0.
|
|
831
|
+
this.b0.wz.ve = this.b0.u8;
|
|
832
832
|
}
|
|
833
833
|
b2() {
|
|
834
|
-
this.b0.
|
|
834
|
+
this.b0.wz.vu = this.b0.vc;
|
|
835
835
|
}
|
|
836
836
|
b7() {
|
|
837
|
-
this.b0.
|
|
837
|
+
this.b0.wz.bd = this.b0.bd;
|
|
838
838
|
}
|
|
839
839
|
b8() {
|
|
840
|
-
this.b0.
|
|
840
|
+
this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
841
841
|
}
|
|
842
842
|
b3() {
|
|
843
|
-
this.b0.
|
|
843
|
+
this.b0.wz.ij = this.b0.ij;
|
|
844
844
|
}
|
|
845
845
|
b9() {
|
|
846
|
-
this.b0.
|
|
846
|
+
this.b0.wz.jf = this.b0.jf;
|
|
847
847
|
}
|
|
848
848
|
cb() {
|
|
849
|
-
this.b0.
|
|
849
|
+
this.b0.wz.ci = this.b0.ci;
|
|
850
850
|
}
|
|
851
851
|
ce() {
|
|
852
|
-
this.b0.
|
|
852
|
+
this.b0.wz.go = this.b0.go;
|
|
853
853
|
}
|
|
854
854
|
}
|
|
855
855
|
HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -1153,7 +1153,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1153
1153
|
x4() {
|
|
1154
1154
|
this.w4.ee();
|
|
1155
1155
|
for (let a of fromEnum(this.series)) {
|
|
1156
|
-
a.
|
|
1156
|
+
a.sb();
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
1159
|
x7() {
|
|
@@ -1549,7 +1549,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1549
1549
|
break;
|
|
1550
1550
|
case "ActualWorldRect":
|
|
1551
1551
|
for (let g of fromEnum(this.series)) {
|
|
1552
|
-
g.
|
|
1552
|
+
g.rq(false);
|
|
1553
1553
|
}
|
|
1554
1554
|
break;
|
|
1555
1555
|
case XamGeographicMap.$$p[5]:
|
|
@@ -1580,7 +1580,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1580
1580
|
break;
|
|
1581
1581
|
case "MarkerAutomaticBehavior":
|
|
1582
1582
|
for (let i of fromEnum(this.series)) {
|
|
1583
|
-
i.
|
|
1583
|
+
i.qf();
|
|
1584
1584
|
}
|
|
1585
1585
|
break;
|
|
1586
1586
|
}
|
|
@@ -1622,7 +1622,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1622
1622
|
let c = b;
|
|
1623
1623
|
let d = a;
|
|
1624
1624
|
d.itemsSource = c.triangulationSource.points;
|
|
1625
|
-
d.
|
|
1625
|
+
d.w8 = c.triangulationSource.triangles;
|
|
1626
1626
|
}
|
|
1627
1627
|
else {
|
|
1628
1628
|
super.rd(a, b);
|
|
@@ -1655,7 +1655,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1655
1655
|
a.axes.add1(b);
|
|
1656
1656
|
a.axes.add1(c);
|
|
1657
1657
|
for (let d = 0; d < this.series.count; d++) {
|
|
1658
|
-
let e = this.series._inner[d].
|
|
1658
|
+
let e = this.series._inner[d].kl();
|
|
1659
1659
|
a.series.add1(e);
|
|
1660
1660
|
}
|
|
1661
1661
|
a.name = this.name;
|
|
@@ -1931,41 +1931,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1931
1931
|
}
|
|
1932
1932
|
b5() {
|
|
1933
1933
|
super.b5();
|
|
1934
|
-
let a = this.ch.
|
|
1935
|
-
a.
|
|
1936
|
-
a.
|
|
1937
|
-
a.trianglesSource = this.ch.
|
|
1938
|
-
a.
|
|
1939
|
-
a.
|
|
1940
|
-
a.
|
|
1934
|
+
let a = this.ch.wz;
|
|
1935
|
+
a.xz = this.ch.xb;
|
|
1936
|
+
a.x7 = this.ch.w9;
|
|
1937
|
+
a.trianglesSource = this.ch.w8;
|
|
1938
|
+
a.xn = this.ch.xe;
|
|
1939
|
+
a.xp = this.ch.xg;
|
|
1940
|
+
a.xr = this.ch.xi;
|
|
1941
1941
|
}
|
|
1942
1942
|
ck() {
|
|
1943
|
-
let a = this.ch.
|
|
1943
|
+
let a = this.ch.wz;
|
|
1944
1944
|
if (this.ch.db == null) {
|
|
1945
|
+
a.wx = null;
|
|
1945
1946
|
a.wy = null;
|
|
1946
|
-
a.wz = null;
|
|
1947
1947
|
return;
|
|
1948
1948
|
}
|
|
1949
|
-
a.
|
|
1950
|
-
a.
|
|
1949
|
+
a.wx = this.ch.db.ws;
|
|
1950
|
+
a.wy = this.ch.db.wu;
|
|
1951
1951
|
}
|
|
1952
1952
|
cj() {
|
|
1953
|
-
this.ch.
|
|
1953
|
+
this.ch.wz.xz = this.ch.xb;
|
|
1954
1954
|
}
|
|
1955
1955
|
ci() {
|
|
1956
|
-
this.ch.
|
|
1956
|
+
this.ch.wz.x7 = this.ch.w9;
|
|
1957
1957
|
}
|
|
1958
1958
|
cl() {
|
|
1959
|
-
this.ch.
|
|
1959
|
+
this.ch.wz.trianglesSource = this.ch.w8;
|
|
1960
1960
|
}
|
|
1961
1961
|
cm() {
|
|
1962
|
-
this.ch.
|
|
1962
|
+
this.ch.wz.xn = this.ch.xe;
|
|
1963
1963
|
}
|
|
1964
1964
|
cn() {
|
|
1965
|
-
this.ch.
|
|
1965
|
+
this.ch.wz.xp = this.ch.xg;
|
|
1966
1966
|
}
|
|
1967
1967
|
co() {
|
|
1968
|
-
this.ch.
|
|
1968
|
+
this.ch.wz.xr = this.ch.xi;
|
|
1969
1969
|
}
|
|
1970
1970
|
}
|
|
1971
1971
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1988,19 +1988,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1988
1988
|
}
|
|
1989
1989
|
b5() {
|
|
1990
1990
|
super.b5();
|
|
1991
|
-
if (this.cp.
|
|
1992
|
-
this.cp.
|
|
1993
|
-
this.cp.
|
|
1991
|
+
if (this.cp.xt != null) {
|
|
1992
|
+
this.cp.xt.y6 = this.cp.xx;
|
|
1993
|
+
this.cp.xt.yu = this.cp.xs;
|
|
1994
1994
|
}
|
|
1995
1995
|
}
|
|
1996
1996
|
cq() {
|
|
1997
|
-
if (this.cp.
|
|
1998
|
-
this.cp.
|
|
1997
|
+
if (this.cp.xt != null) {
|
|
1998
|
+
this.cp.xt.y6 = this.cp.xx;
|
|
1999
1999
|
}
|
|
2000
2000
|
}
|
|
2001
2001
|
cr() {
|
|
2002
|
-
if (this.cp.
|
|
2003
|
-
this.cp.
|
|
2002
|
+
if (this.cp.xt != null) {
|
|
2003
|
+
this.cp.xt.yu = this.cp.xs;
|
|
2004
2004
|
}
|
|
2005
2005
|
}
|
|
2006
2006
|
}
|
|
@@ -2198,39 +2198,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
2198
2198
|
cs() {
|
|
2199
2199
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2200
2200
|
}
|
|
2201
|
-
|
|
2202
|
-
super.
|
|
2203
|
-
this.
|
|
2201
|
+
q0(a) {
|
|
2202
|
+
super.q0(a);
|
|
2203
|
+
this.w7 = a;
|
|
2204
2204
|
}
|
|
2205
|
-
|
|
2206
|
-
super.
|
|
2205
|
+
q8(a, b, c, d) {
|
|
2206
|
+
super.q8(a, b, c, d);
|
|
2207
2207
|
switch (b) {
|
|
2208
2208
|
case "SeriesViewer":
|
|
2209
|
-
this.
|
|
2209
|
+
this.w7.ck();
|
|
2210
2210
|
break;
|
|
2211
2211
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2212
|
-
this.
|
|
2212
|
+
this.w7.cj();
|
|
2213
2213
|
break;
|
|
2214
2214
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2215
|
-
this.
|
|
2215
|
+
this.w7.ci();
|
|
2216
2216
|
break;
|
|
2217
2217
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2218
|
-
this.
|
|
2218
|
+
this.w7.cl();
|
|
2219
2219
|
break;
|
|
2220
2220
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2221
|
-
this.
|
|
2221
|
+
this.w7.cm();
|
|
2222
2222
|
break;
|
|
2223
2223
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2224
|
-
this.
|
|
2224
|
+
this.w7.cn();
|
|
2225
2225
|
break;
|
|
2226
2226
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2227
|
-
this.
|
|
2227
|
+
this.w7.co();
|
|
2228
2228
|
break;
|
|
2229
2229
|
}
|
|
2230
2230
|
}
|
|
2231
2231
|
}
|
|
2232
2232
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2233
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2233
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w9:xk', [2, "pointY"], 'LongitudeMemberPath:xb:xl', [2, "pointX"], 'TriangleVertexMemberPath1:xe:xn', [2, "v1"], 'TriangleVertexMemberPath2:xg:xo', [2, "v2"], 'TriangleVertexMemberPath3:xi:xp', [2, "v3"], 'TrianglesSource:w8:xm', [IEnumerable_$type, null]]);
|
|
2234
2234
|
return GeographicXYTriangulatingSeries;
|
|
2235
2235
|
})();
|
|
2236
2236
|
/**
|
|
@@ -2246,53 +2246,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2246
2246
|
}
|
|
2247
2247
|
constructor() {
|
|
2248
2248
|
super();
|
|
2249
|
-
this.
|
|
2249
|
+
this.xq = null;
|
|
2250
2250
|
this.triangulationStatusChanged = null;
|
|
2251
2251
|
this.ab = GeographicScatterAreaSeries.$;
|
|
2252
2252
|
}
|
|
2253
|
-
get
|
|
2254
|
-
return this.
|
|
2253
|
+
get xs() {
|
|
2254
|
+
return this.xq;
|
|
2255
2255
|
}
|
|
2256
|
-
set
|
|
2257
|
-
let b = this.
|
|
2256
|
+
set xs(a) {
|
|
2257
|
+
let b = this.xq != a;
|
|
2258
2258
|
if (b) {
|
|
2259
|
-
let c = this.
|
|
2260
|
-
if (this.
|
|
2261
|
-
let d = this.
|
|
2262
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2259
|
+
let c = this.xq;
|
|
2260
|
+
if (this.xq != null) {
|
|
2261
|
+
let d = this.xq;
|
|
2262
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x0));
|
|
2263
2263
|
}
|
|
2264
|
-
this.
|
|
2265
|
-
if (this.
|
|
2266
|
-
let e = this.
|
|
2267
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2264
|
+
this.xq = a;
|
|
2265
|
+
if (this.xq != null) {
|
|
2266
|
+
let e = this.xq;
|
|
2267
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x0));
|
|
2268
2268
|
}
|
|
2269
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2270
|
-
if (this.
|
|
2271
|
-
this.
|
|
2269
|
+
this.raisePropertyChanged("ColorScale", c, this.xq);
|
|
2270
|
+
if (this.xt != null) {
|
|
2271
|
+
this.xt.yu = a;
|
|
2272
2272
|
}
|
|
2273
2273
|
}
|
|
2274
2274
|
}
|
|
2275
|
-
|
|
2276
|
-
this.
|
|
2277
|
-
this.
|
|
2278
|
-
this.
|
|
2275
|
+
x0(a, b) {
|
|
2276
|
+
this.xv.cr();
|
|
2277
|
+
this.x2();
|
|
2278
|
+
this.rq(false);
|
|
2279
2279
|
}
|
|
2280
|
-
|
|
2281
|
-
if (this.
|
|
2282
|
-
this.
|
|
2280
|
+
x2() {
|
|
2281
|
+
if (this.xt != null) {
|
|
2282
|
+
this.xr = this.xt.yt;
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
|
-
|
|
2286
|
-
super.
|
|
2287
|
-
this.
|
|
2285
|
+
sg() {
|
|
2286
|
+
super.sg();
|
|
2287
|
+
this.x2();
|
|
2288
2288
|
}
|
|
2289
|
-
|
|
2290
|
-
this.
|
|
2291
|
-
let a = this.
|
|
2292
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2293
|
-
return this.
|
|
2289
|
+
wy() {
|
|
2290
|
+
this.xt = new ScatterAreaSeries();
|
|
2291
|
+
let a = this.xt;
|
|
2292
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
|
|
2293
|
+
return this.xt;
|
|
2294
2294
|
}
|
|
2295
|
-
|
|
2295
|
+
x1(a, b) {
|
|
2296
2296
|
if (this.triangulationStatusChanged != null) {
|
|
2297
2297
|
this.triangulationStatusChanged(this, b);
|
|
2298
2298
|
}
|
|
@@ -2300,31 +2300,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2300
2300
|
cs() {
|
|
2301
2301
|
return new GeographicScatterAreaSeriesView(this);
|
|
2302
2302
|
}
|
|
2303
|
-
|
|
2304
|
-
super.
|
|
2305
|
-
this.
|
|
2303
|
+
q0(a) {
|
|
2304
|
+
super.q0(a);
|
|
2305
|
+
this.xv = a;
|
|
2306
2306
|
}
|
|
2307
|
-
|
|
2308
|
-
super.
|
|
2307
|
+
q8(a, b, c, d) {
|
|
2308
|
+
super.q8(a, b, c, d);
|
|
2309
2309
|
switch (b) {
|
|
2310
2310
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2311
|
-
this.
|
|
2311
|
+
this.xv.cq();
|
|
2312
2312
|
break;
|
|
2313
2313
|
case "ColorScale":
|
|
2314
|
-
this.
|
|
2315
|
-
this.
|
|
2314
|
+
this.xv.cr();
|
|
2315
|
+
this.x2();
|
|
2316
2316
|
break;
|
|
2317
2317
|
}
|
|
2318
2318
|
}
|
|
2319
|
-
|
|
2319
|
+
get_g6() {
|
|
2320
2320
|
return true;
|
|
2321
2321
|
}
|
|
2322
|
-
|
|
2323
|
-
super.
|
|
2322
|
+
set_g6(a) {
|
|
2323
|
+
super.set_g6(a);
|
|
2324
2324
|
}
|
|
2325
2325
|
}
|
|
2326
2326
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2327
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2327
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
|
|
2328
2328
|
return GeographicScatterAreaSeries;
|
|
2329
2329
|
})();
|
|
2330
2330
|
|
|
@@ -4397,7 +4397,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4397
4397
|
* Checks if this control is geographic coordinate system
|
|
4398
4398
|
*/
|
|
4399
4399
|
get isGeographic() {
|
|
4400
|
-
return this.i.
|
|
4400
|
+
return this.i.fb;
|
|
4401
4401
|
}
|
|
4402
4402
|
/**
|
|
4403
4403
|
* Gets whether this series supports markers
|
|
@@ -4410,11 +4410,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4410
4410
|
* 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%.
|
|
4411
4411
|
*/
|
|
4412
4412
|
get visibleFromScale() {
|
|
4413
|
-
return this.i.
|
|
4413
|
+
return this.i.w1;
|
|
4414
4414
|
}
|
|
4415
4415
|
set visibleFromScale(v) {
|
|
4416
|
-
this.i.
|
|
4417
|
-
this._a("visibleFromScale", this.i.
|
|
4416
|
+
this.i.w1 = +v;
|
|
4417
|
+
this._a("visibleFromScale", this.i.w1);
|
|
4418
4418
|
}
|
|
4419
4419
|
/**
|
|
4420
4420
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -4432,10 +4432,10 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4432
4432
|
|
|
4433
4433
|
*/
|
|
4434
4434
|
notifyIndexedPropertiesChanged() {
|
|
4435
|
-
this.i.
|
|
4435
|
+
this.i.qf();
|
|
4436
4436
|
}
|
|
4437
4437
|
getItemValue(item, memberPathName) {
|
|
4438
|
-
let iv = this.i.
|
|
4438
|
+
let iv = this.i.kp(item, memberPathName);
|
|
4439
4439
|
return (iv);
|
|
4440
4440
|
}
|
|
4441
4441
|
/**
|
|
@@ -4444,7 +4444,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4444
4444
|
* @param memberPathName * The property name of a valid member path for the series
|
|
4445
4445
|
*/
|
|
4446
4446
|
getMemberPathValue(memberPathName) {
|
|
4447
|
-
let iv = this.i.
|
|
4447
|
+
let iv = this.i.mc(memberPathName);
|
|
4448
4448
|
return (iv);
|
|
4449
4449
|
}
|
|
4450
4450
|
/**
|
|
@@ -4453,23 +4453,23 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4453
4453
|
* @param world * The world coordinates to use.
|
|
4454
4454
|
*/
|
|
4455
4455
|
getItem(world) {
|
|
4456
|
-
let iv = this.i.
|
|
4456
|
+
let iv = this.i.km(toPoint(world));
|
|
4457
4457
|
return (iv);
|
|
4458
4458
|
}
|
|
4459
4459
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
4460
|
-
let iv = this.i.
|
|
4460
|
+
let iv = this.i.j9(toPoint(world), skipUnknowns);
|
|
4461
4461
|
return (iv);
|
|
4462
4462
|
}
|
|
4463
4463
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
4464
|
-
let iv = this.i.
|
|
4464
|
+
let iv = this.i.j7(toPoint(world), skipUnknowns);
|
|
4465
4465
|
return (iv);
|
|
4466
4466
|
}
|
|
4467
4467
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
4468
|
-
let iv = this.i.
|
|
4468
|
+
let iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
|
|
4469
4469
|
return (iv);
|
|
4470
4470
|
}
|
|
4471
4471
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4472
|
-
let iv = this.i.
|
|
4472
|
+
let iv = this.i.wb(toPoint(world), useInterpolation, skipUnknowns);
|
|
4473
4473
|
return fromPoint(iv);
|
|
4474
4474
|
}
|
|
4475
4475
|
/**
|
|
@@ -4478,7 +4478,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4478
4478
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4479
4479
|
*/
|
|
4480
4480
|
getSeriesValueBoundingBox(world) {
|
|
4481
|
-
let iv = this.i.
|
|
4481
|
+
let iv = this.i.wm(toPoint(world));
|
|
4482
4482
|
return fromRect(iv);
|
|
4483
4483
|
}
|
|
4484
4484
|
/**
|
|
@@ -4487,31 +4487,31 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4487
4487
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4488
4488
|
*/
|
|
4489
4489
|
getSeriesValueMarkerBoundingBox(world) {
|
|
4490
|
-
let iv = this.i.
|
|
4490
|
+
let iv = this.i.wo(toPoint(world));
|
|
4491
4491
|
return fromRect(iv);
|
|
4492
4492
|
}
|
|
4493
4493
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
4494
|
-
let iv = this.i.
|
|
4494
|
+
let iv = this.i.i0(toPoint(world), useInterpolation, skipUnknowns);
|
|
4495
4495
|
return (iv);
|
|
4496
4496
|
}
|
|
4497
4497
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4498
|
-
let iv = this.i.
|
|
4498
|
+
let iv = this.i.v7(toPoint(world), useInterpolation, skipUnknowns);
|
|
4499
4499
|
return fromPoint(iv);
|
|
4500
4500
|
}
|
|
4501
4501
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
4502
|
-
let iv = this.i.
|
|
4502
|
+
let iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
|
|
4503
4503
|
return (iv);
|
|
4504
4504
|
}
|
|
4505
4505
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4506
|
-
let iv = this.i.
|
|
4506
|
+
let iv = this.i.v9(toPoint(world), useInterpolation, skipUnknowns);
|
|
4507
4507
|
return fromPoint(iv);
|
|
4508
4508
|
}
|
|
4509
4509
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4510
|
-
let iv = this.i.
|
|
4510
|
+
let iv = this.i.wc(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4511
4511
|
return fromPoint(iv);
|
|
4512
4512
|
}
|
|
4513
4513
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4514
|
-
let iv = this.i.
|
|
4514
|
+
let iv = this.i.i5(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4515
4515
|
return (iv);
|
|
4516
4516
|
}
|
|
4517
4517
|
/**
|
|
@@ -4519,7 +4519,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4519
4519
|
|
|
4520
4520
|
*/
|
|
4521
4521
|
getItemSpan() {
|
|
4522
|
-
let iv = this.i.
|
|
4522
|
+
let iv = this.i.iv();
|
|
4523
4523
|
return (iv);
|
|
4524
4524
|
}
|
|
4525
4525
|
/**
|
|
@@ -4528,14 +4528,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4528
4528
|
* @param animate * True if the change should be animated.
|
|
4529
4529
|
*/
|
|
4530
4530
|
renderSeries(animate) {
|
|
4531
|
-
this.i.
|
|
4531
|
+
this.i.rq(animate);
|
|
4532
4532
|
}
|
|
4533
4533
|
/**
|
|
4534
4534
|
* Called when this series' Style is updated.
|
|
4535
4535
|
|
|
4536
4536
|
*/
|
|
4537
4537
|
styleUpdated() {
|
|
4538
|
-
this.i.
|
|
4538
|
+
this.i.sb();
|
|
4539
4539
|
}
|
|
4540
4540
|
}
|
|
4541
4541
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -4656,65 +4656,65 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4656
4656
|
* 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.
|
|
4657
4657
|
*/
|
|
4658
4658
|
get shapeMemberPath() {
|
|
4659
|
-
return this.i.
|
|
4659
|
+
return this.i.xy;
|
|
4660
4660
|
}
|
|
4661
4661
|
set shapeMemberPath(v) {
|
|
4662
|
-
this.i.
|
|
4662
|
+
this.i.xy = v;
|
|
4663
4663
|
}
|
|
4664
4664
|
/**
|
|
4665
4665
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
4666
4666
|
*/
|
|
4667
4667
|
get isCustomShapeStyleAllowed() {
|
|
4668
|
-
return this.i.
|
|
4668
|
+
return this.i.xj;
|
|
4669
4669
|
}
|
|
4670
4670
|
set isCustomShapeStyleAllowed(v) {
|
|
4671
|
-
this.i.
|
|
4672
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
4671
|
+
this.i.xj = ensureBool(v);
|
|
4672
|
+
this._a("isCustomShapeStyleAllowed", this.i.xj);
|
|
4673
4673
|
}
|
|
4674
4674
|
/**
|
|
4675
4675
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
4676
4676
|
*/
|
|
4677
4677
|
get isCustomShapeMarkerStyleAllowed() {
|
|
4678
|
-
return this.i.
|
|
4678
|
+
return this.i.xi;
|
|
4679
4679
|
}
|
|
4680
4680
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
4681
|
-
this.i.
|
|
4682
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
4681
|
+
this.i.xi = ensureBool(v);
|
|
4682
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.xi);
|
|
4683
4683
|
}
|
|
4684
4684
|
/**
|
|
4685
4685
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
4686
4686
|
*/
|
|
4687
4687
|
get itemSearchMode() {
|
|
4688
|
-
return this.i.
|
|
4688
|
+
return this.i.xa;
|
|
4689
4689
|
}
|
|
4690
4690
|
set itemSearchMode(v) {
|
|
4691
|
-
this.i.
|
|
4692
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
4691
|
+
this.i.xa = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
4692
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xa));
|
|
4693
4693
|
}
|
|
4694
4694
|
/**
|
|
4695
4695
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
4696
4696
|
*/
|
|
4697
4697
|
get itemSearchThreshold() {
|
|
4698
|
-
return this.i.
|
|
4698
|
+
return this.i.xm;
|
|
4699
4699
|
}
|
|
4700
4700
|
set itemSearchThreshold(v) {
|
|
4701
|
-
this.i.
|
|
4702
|
-
this._a("itemSearchThreshold", this.i.
|
|
4701
|
+
this.i.xm = +v;
|
|
4702
|
+
this._a("itemSearchThreshold", this.i.xm);
|
|
4703
4703
|
}
|
|
4704
4704
|
/**
|
|
4705
4705
|
* Gets or sets the fill mapping property for the current series object.
|
|
4706
4706
|
*/
|
|
4707
4707
|
get fillMemberPath() {
|
|
4708
|
-
return this.i.
|
|
4708
|
+
return this.i.xn;
|
|
4709
4709
|
}
|
|
4710
4710
|
set fillMemberPath(v) {
|
|
4711
|
-
this.i.
|
|
4711
|
+
this.i.xn = v;
|
|
4712
4712
|
}
|
|
4713
4713
|
/**
|
|
4714
4714
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
4715
4715
|
*/
|
|
4716
4716
|
get fillScale() {
|
|
4717
|
-
const r = this.i.
|
|
4717
|
+
const r = this.i.w9;
|
|
4718
4718
|
if (r == null) {
|
|
4719
4719
|
return null;
|
|
4720
4720
|
}
|
|
@@ -4730,34 +4730,34 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4730
4730
|
set fillScale(v) {
|
|
4731
4731
|
if (v != null && this._stylingContainer && v._styling)
|
|
4732
4732
|
v._styling(this._stylingContainer, this, this);
|
|
4733
|
-
v == null ? this.i.
|
|
4733
|
+
v == null ? this.i.w9 = null : this.i.w9 = v.i;
|
|
4734
4734
|
}
|
|
4735
4735
|
/**
|
|
4736
4736
|
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
4737
4737
|
* This setting applies only if multiple series are using the same FillScale.
|
|
4738
4738
|
*/
|
|
4739
4739
|
get fillScaleUseGlobalValues() {
|
|
4740
|
-
return this.i.
|
|
4740
|
+
return this.i.xh;
|
|
4741
4741
|
}
|
|
4742
4742
|
set fillScaleUseGlobalValues(v) {
|
|
4743
|
-
this.i.
|
|
4744
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
4743
|
+
this.i.xh = ensureBool(v);
|
|
4744
|
+
this._a("fillScaleUseGlobalValues", this.i.xh);
|
|
4745
4745
|
}
|
|
4746
4746
|
/**
|
|
4747
4747
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
4748
4748
|
*/
|
|
4749
4749
|
get itemSearchPointsThreshold() {
|
|
4750
|
-
return this.i.
|
|
4750
|
+
return this.i.xl;
|
|
4751
4751
|
}
|
|
4752
4752
|
set itemSearchPointsThreshold(v) {
|
|
4753
|
-
this.i.
|
|
4754
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
4753
|
+
this.i.xl = +v;
|
|
4754
|
+
this._a("itemSearchPointsThreshold", this.i.xl);
|
|
4755
4755
|
}
|
|
4756
4756
|
/**
|
|
4757
4757
|
* Set a shapefile datasource to use with the series.
|
|
4758
4758
|
*/
|
|
4759
4759
|
get shapefileDataSource() {
|
|
4760
|
-
const r = this.i.
|
|
4760
|
+
const r = this.i.xd;
|
|
4761
4761
|
if (r == null) {
|
|
4762
4762
|
return null;
|
|
4763
4763
|
}
|
|
@@ -4776,18 +4776,18 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4776
4776
|
return r.externalObject;
|
|
4777
4777
|
}
|
|
4778
4778
|
set shapefileDataSource(v) {
|
|
4779
|
-
v == null ? this.i.
|
|
4779
|
+
v == null ? this.i.xd = null : this.i.xd = v.i;
|
|
4780
4780
|
}
|
|
4781
4781
|
/**
|
|
4782
4782
|
* 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.
|
|
4783
4783
|
* 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.
|
|
4784
4784
|
*/
|
|
4785
4785
|
get shapeFilterResolution() {
|
|
4786
|
-
return this.i.
|
|
4786
|
+
return this.i.xk;
|
|
4787
4787
|
}
|
|
4788
4788
|
set shapeFilterResolution(v) {
|
|
4789
|
-
this.i.
|
|
4790
|
-
this._a("shapeFilterResolution", this.i.
|
|
4789
|
+
this.i.xk = +v;
|
|
4790
|
+
this._a("shapeFilterResolution", this.i.xk);
|
|
4791
4791
|
}
|
|
4792
4792
|
findByName(name) {
|
|
4793
4793
|
var baseResult = super.findByName(name);
|
|
@@ -4880,136 +4880,136 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4880
4880
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
4881
4881
|
constructor() {
|
|
4882
4882
|
super(...arguments);
|
|
4883
|
-
this.xh = false;
|
|
4884
4883
|
this.xg = false;
|
|
4884
|
+
this.xf = false;
|
|
4885
4885
|
this.assigningShapeStyle = null;
|
|
4886
4886
|
this.assigningShapeMarkerStyle = null;
|
|
4887
|
-
this.
|
|
4888
|
-
this.
|
|
4887
|
+
this.xc = null;
|
|
4888
|
+
this.xe = false;
|
|
4889
4889
|
}
|
|
4890
4890
|
cs() {
|
|
4891
4891
|
return new GeographicShapeSeriesBaseView(this);
|
|
4892
4892
|
}
|
|
4893
|
-
|
|
4894
|
-
super.
|
|
4895
|
-
this.
|
|
4893
|
+
q0(a) {
|
|
4894
|
+
super.q0(a);
|
|
4895
|
+
this.xb = a;
|
|
4896
4896
|
}
|
|
4897
|
-
|
|
4897
|
+
get_fd() {
|
|
4898
4898
|
return true;
|
|
4899
4899
|
}
|
|
4900
4900
|
get_ed() {
|
|
4901
4901
|
return true;
|
|
4902
4902
|
}
|
|
4903
|
-
|
|
4904
|
-
super.
|
|
4903
|
+
q8(a, b, c, d) {
|
|
4904
|
+
super.q8(a, b, c, d);
|
|
4905
4905
|
switch (b) {
|
|
4906
4906
|
case "SeriesViewer":
|
|
4907
|
-
this.
|
|
4907
|
+
this.xb.ci();
|
|
4908
4908
|
break;
|
|
4909
4909
|
case "ShapeMemberPath":
|
|
4910
|
-
this.
|
|
4910
|
+
this.xb.ck();
|
|
4911
4911
|
break;
|
|
4912
4912
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
4913
|
-
this.
|
|
4913
|
+
this.xb.cj();
|
|
4914
4914
|
break;
|
|
4915
4915
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
4916
|
-
this.
|
|
4917
|
-
this.
|
|
4918
|
-
if (this.
|
|
4919
|
-
let e = this.
|
|
4920
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
4916
|
+
this.wz.x7 = this.xj;
|
|
4917
|
+
this.xg = this.xj;
|
|
4918
|
+
if (this.xj) {
|
|
4919
|
+
let e = this.wz;
|
|
4920
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x1));
|
|
4921
4921
|
}
|
|
4922
4922
|
else {
|
|
4923
|
-
let f = this.
|
|
4924
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
4923
|
+
let f = this.wz;
|
|
4924
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x1));
|
|
4925
4925
|
}
|
|
4926
4926
|
break;
|
|
4927
4927
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
4928
|
-
this.
|
|
4929
|
-
this.
|
|
4930
|
-
if (this.
|
|
4931
|
-
let g = this.
|
|
4932
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
4928
|
+
this.wz.x6 = this.xi;
|
|
4929
|
+
this.xf = this.xi;
|
|
4930
|
+
if (this.xj) {
|
|
4931
|
+
let g = this.wz;
|
|
4932
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.x0));
|
|
4933
4933
|
}
|
|
4934
4934
|
else {
|
|
4935
|
-
let h = this.
|
|
4936
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
4935
|
+
let h = this.wz;
|
|
4936
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.x0));
|
|
4937
4937
|
}
|
|
4938
4938
|
break;
|
|
4939
4939
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
4940
|
-
this.
|
|
4940
|
+
this.wz.xj = this.xa;
|
|
4941
4941
|
break;
|
|
4942
4942
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
4943
|
-
this.
|
|
4943
|
+
this.wz.yo = this.xl;
|
|
4944
4944
|
break;
|
|
4945
4945
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
4946
|
-
this.
|
|
4946
|
+
this.wz.yp = this.xm;
|
|
4947
4947
|
break;
|
|
4948
4948
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
4949
|
-
this.
|
|
4949
|
+
this.wz.yt = this.xn;
|
|
4950
4950
|
break;
|
|
4951
4951
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
4952
|
-
this.
|
|
4952
|
+
this.wz.w9 = this.w9;
|
|
4953
4953
|
break;
|
|
4954
4954
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
4955
|
-
this.
|
|
4955
|
+
this.wz.x2 = this.xh;
|
|
4956
4956
|
break;
|
|
4957
4957
|
case "ShapefileDataSource":
|
|
4958
4958
|
if (c != null) {
|
|
4959
4959
|
let i = c;
|
|
4960
|
-
if (this.
|
|
4961
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
4960
|
+
if (this.xe) {
|
|
4961
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x2));
|
|
4962
4962
|
}
|
|
4963
4963
|
}
|
|
4964
4964
|
if (d != null) {
|
|
4965
4965
|
let j = d;
|
|
4966
4966
|
if (j.count > 0) {
|
|
4967
|
-
this.
|
|
4967
|
+
this.x3();
|
|
4968
4968
|
break;
|
|
4969
4969
|
}
|
|
4970
|
-
this.
|
|
4971
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
4970
|
+
this.xe = true;
|
|
4971
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x2));
|
|
4972
4972
|
}
|
|
4973
4973
|
break;
|
|
4974
4974
|
}
|
|
4975
4975
|
}
|
|
4976
|
-
|
|
4976
|
+
x1(a, b) {
|
|
4977
4977
|
if (this.assigningShapeStyle != null) {
|
|
4978
4978
|
this.assigningShapeStyle(this, b);
|
|
4979
4979
|
}
|
|
4980
4980
|
}
|
|
4981
|
-
|
|
4981
|
+
x0(a, b) {
|
|
4982
4982
|
if (this.assigningShapeMarkerStyle != null) {
|
|
4983
4983
|
this.assigningShapeMarkerStyle(this, b);
|
|
4984
4984
|
}
|
|
4985
4985
|
}
|
|
4986
|
-
|
|
4987
|
-
this.
|
|
4986
|
+
x2(a, b) {
|
|
4987
|
+
this.x3();
|
|
4988
4988
|
}
|
|
4989
|
-
|
|
4990
|
-
let sds_ = this.
|
|
4989
|
+
x3() {
|
|
4990
|
+
let sds_ = this.xd;
|
|
4991
4991
|
let ext_ = sds_.externalObject;
|
|
4992
4992
|
this.itemsSource = (ext_.getPointData());
|
|
4993
4993
|
}
|
|
4994
|
-
get
|
|
4995
|
-
return this.
|
|
4994
|
+
get xd() {
|
|
4995
|
+
return this.xc;
|
|
4996
4996
|
}
|
|
4997
|
-
set
|
|
4998
|
-
let b = this.
|
|
4999
|
-
this.
|
|
5000
|
-
if (b != this.
|
|
5001
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
4997
|
+
set xd(a) {
|
|
4998
|
+
let b = this.xc;
|
|
4999
|
+
this.xc = a;
|
|
5000
|
+
if (b != this.xc) {
|
|
5001
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xc);
|
|
5002
5002
|
}
|
|
5003
5003
|
}
|
|
5004
|
-
|
|
5004
|
+
get_g6() {
|
|
5005
5005
|
return true;
|
|
5006
5006
|
}
|
|
5007
|
-
|
|
5008
|
-
super.
|
|
5007
|
+
set_g6(a) {
|
|
5008
|
+
super.set_g6(a);
|
|
5009
5009
|
}
|
|
5010
5010
|
}
|
|
5011
5011
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5012
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
5012
|
+
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xn:x4', [2], 'FillScale:w9:x5', [BrushScale.$], 'FillScaleUseGlobalValues:xh:x6', [0, false], 'IsCustomShapeMarkerStyleAllowed:xi:x7', [0, false], 'IsCustomShapeStyleAllowed:xj:x8', [0, false], 'ItemSearchMode:xa:x9', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xl:ya', [1, 10000], 'ItemSearchThreshold:xm:yb', [1, 10000], 'ShapeFilterResolution:xk:yc', [1, 2], 'ShapeMemberPath:xy:yd', [2, "points"]]);
|
|
5013
5013
|
return GeographicShapeSeriesBase;
|
|
5014
5014
|
})();
|
|
5015
5015
|
/**
|
|
@@ -5024,23 +5024,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
5024
5024
|
}
|
|
5025
5025
|
b5() {
|
|
5026
5026
|
super.b5();
|
|
5027
|
-
this.ch.
|
|
5027
|
+
this.ch.wz.y6 = this.ch.xy;
|
|
5028
5028
|
}
|
|
5029
5029
|
ci() {
|
|
5030
|
-
let a = this.ch.
|
|
5030
|
+
let a = this.ch.wz;
|
|
5031
5031
|
if (this.ch.db == null) {
|
|
5032
|
-
a.
|
|
5033
|
-
a.
|
|
5032
|
+
a.xd = null;
|
|
5033
|
+
a.xf = null;
|
|
5034
5034
|
return;
|
|
5035
5035
|
}
|
|
5036
|
-
a.
|
|
5037
|
-
a.
|
|
5036
|
+
a.xd = this.ch.db.ws;
|
|
5037
|
+
a.xf = this.ch.db.wu;
|
|
5038
5038
|
}
|
|
5039
5039
|
ck() {
|
|
5040
|
-
this.ch.
|
|
5040
|
+
this.ch.wz.y6 = this.ch.xy;
|
|
5041
5041
|
}
|
|
5042
5042
|
cj() {
|
|
5043
|
-
this.ch.
|
|
5043
|
+
this.ch.wz.yl = this.ch.xk;
|
|
5044
5044
|
}
|
|
5045
5045
|
}
|
|
5046
5046
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -5077,53 +5077,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5077
5077
|
this.cl = null;
|
|
5078
5078
|
this.cl = a;
|
|
5079
5079
|
if (!this.q) {
|
|
5080
|
-
this.cl.
|
|
5080
|
+
this.cl.xy = "points";
|
|
5081
5081
|
}
|
|
5082
5082
|
}
|
|
5083
5083
|
au() {
|
|
5084
5084
|
super.au();
|
|
5085
5085
|
if (!this.q) {
|
|
5086
|
-
this.cl.
|
|
5087
|
-
this.cl.
|
|
5088
|
-
this.cl.
|
|
5089
|
-
this.cl.
|
|
5090
|
-
this.cl.
|
|
5086
|
+
this.cl.zl = Defaults.aj;
|
|
5087
|
+
this.cl.jo = Defaults.p;
|
|
5088
|
+
this.cl.yk = Defaults.o;
|
|
5089
|
+
this.cl.yh = Defaults.d;
|
|
5090
|
+
this.cl.yf = Defaults.a;
|
|
5091
5091
|
}
|
|
5092
5092
|
}
|
|
5093
5093
|
b5() {
|
|
5094
5094
|
super.b5();
|
|
5095
|
-
this.cl.
|
|
5096
|
-
this.cl.
|
|
5097
|
-
this.cl.
|
|
5098
|
-
this.cl.
|
|
5099
|
-
this.cl.
|
|
5095
|
+
this.cl.wz.abs = this.cl.zn;
|
|
5096
|
+
this.cl.wz.aal = this.cl.yi;
|
|
5097
|
+
this.cl.wz.aa7 = this.cl.y3;
|
|
5098
|
+
this.cl.wz.aao = this.cl.yk;
|
|
5099
|
+
this.cl.wz.z7 = this.cl.ye;
|
|
5100
5100
|
}
|
|
5101
5101
|
cq() {
|
|
5102
|
-
this.cl.
|
|
5102
|
+
this.cl.wz.aa7 = this.cl.y3;
|
|
5103
5103
|
}
|
|
5104
5104
|
cs() {
|
|
5105
|
-
this.cl.
|
|
5105
|
+
this.cl.wz.aao = this.cl.yk;
|
|
5106
5106
|
}
|
|
5107
5107
|
cn() {
|
|
5108
|
-
this.cl.
|
|
5108
|
+
this.cl.wz.z7 = this.cl.ye;
|
|
5109
5109
|
}
|
|
5110
5110
|
cr() {
|
|
5111
|
-
this.cl.
|
|
5111
|
+
this.cl.wz.aag = this.cl.yh;
|
|
5112
5112
|
}
|
|
5113
5113
|
cm() {
|
|
5114
|
-
this.cl.
|
|
5114
|
+
this.cl.wz.abo = this.cl.zk;
|
|
5115
5115
|
}
|
|
5116
5116
|
co() {
|
|
5117
|
-
this.cl.
|
|
5117
|
+
this.cl.wz.abp = this.cl.zl;
|
|
5118
5118
|
}
|
|
5119
5119
|
cp() {
|
|
5120
|
-
this.cl.
|
|
5120
|
+
this.cl.wz.abr = this.cl.zm;
|
|
5121
5121
|
}
|
|
5122
5122
|
ct() {
|
|
5123
|
-
this.cl.
|
|
5123
|
+
this.cl.wz.aal = this.cl.yi;
|
|
5124
5124
|
}
|
|
5125
5125
|
cu() {
|
|
5126
|
-
this.cl.
|
|
5126
|
+
this.cl.wz.abs = this.cl.zn;
|
|
5127
5127
|
}
|
|
5128
5128
|
}
|
|
5129
5129
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5137,7 +5137,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5137
5137
|
bj() {
|
|
5138
5138
|
return new GeographicShapeSeries();
|
|
5139
5139
|
}
|
|
5140
|
-
|
|
5140
|
+
get_fp() {
|
|
5141
5141
|
return true;
|
|
5142
5142
|
}
|
|
5143
5143
|
constructor() {
|
|
@@ -5148,90 +5148,90 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5148
5148
|
cs() {
|
|
5149
5149
|
return new GeographicShapeSeriesView(this);
|
|
5150
5150
|
}
|
|
5151
|
-
|
|
5152
|
-
super.
|
|
5153
|
-
this.
|
|
5151
|
+
q0(a) {
|
|
5152
|
+
super.q0(a);
|
|
5153
|
+
this.yj = a;
|
|
5154
5154
|
}
|
|
5155
|
-
|
|
5155
|
+
wy() {
|
|
5156
5156
|
let a = new ScatterPolygonSeries();
|
|
5157
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5158
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5157
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y0));
|
|
5158
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y1));
|
|
5159
5159
|
return a;
|
|
5160
5160
|
}
|
|
5161
|
-
|
|
5161
|
+
y0(a, b) {
|
|
5162
5162
|
if (this.styleShape != null) {
|
|
5163
5163
|
this.styleShape(this, b);
|
|
5164
5164
|
}
|
|
5165
5165
|
}
|
|
5166
|
-
|
|
5167
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
5166
|
+
y1(a, b) {
|
|
5167
|
+
let c = typeCast(ScatterPolygonSeries.$, this.wz);
|
|
5168
5168
|
if (c == null) {
|
|
5169
5169
|
return;
|
|
5170
5170
|
}
|
|
5171
5171
|
}
|
|
5172
|
-
|
|
5173
|
-
return this.
|
|
5172
|
+
im() {
|
|
5173
|
+
return this.yk;
|
|
5174
|
+
}
|
|
5175
|
+
vk() {
|
|
5176
|
+
return this.zi;
|
|
5174
5177
|
}
|
|
5175
5178
|
vl() {
|
|
5176
5179
|
return this.zj;
|
|
5177
5180
|
}
|
|
5178
|
-
|
|
5179
|
-
return this.
|
|
5181
|
+
sy() {
|
|
5182
|
+
return this.y2;
|
|
5180
5183
|
}
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
}
|
|
5184
|
-
ma() {
|
|
5185
|
-
let a = typeCast(ScatterPolygonSeries.$, this.w0);
|
|
5184
|
+
l9() {
|
|
5185
|
+
let a = typeCast(ScatterPolygonSeries.$, this.wz);
|
|
5186
5186
|
if (a == null) {
|
|
5187
5187
|
return "Unknown";
|
|
5188
5188
|
}
|
|
5189
|
-
return a.
|
|
5189
|
+
return a.l9();
|
|
5190
5190
|
}
|
|
5191
|
-
|
|
5192
|
-
super.
|
|
5191
|
+
q8(a, b, c, d) {
|
|
5192
|
+
super.q8(a, b, c, d);
|
|
5193
5193
|
switch (b) {
|
|
5194
5194
|
case GeographicShapeSeries.$$p[6]:
|
|
5195
|
-
this.
|
|
5195
|
+
this.wz.aae = this.yg;
|
|
5196
5196
|
break;
|
|
5197
5197
|
case GeographicShapeSeries.$$p[5]:
|
|
5198
|
-
this.
|
|
5198
|
+
this.wz.aaa = this.yf;
|
|
5199
5199
|
break;
|
|
5200
5200
|
case GeographicShapeSeries.$$p[9]:
|
|
5201
|
-
this.
|
|
5201
|
+
this.yj.cq();
|
|
5202
5202
|
break;
|
|
5203
5203
|
case GeographicShapeSeries.$$p[10]:
|
|
5204
|
-
this.
|
|
5204
|
+
this.yj.cs();
|
|
5205
5205
|
break;
|
|
5206
5206
|
case GeographicShapeSeries.$$p[4]:
|
|
5207
|
-
this.
|
|
5207
|
+
this.yj.cn();
|
|
5208
5208
|
break;
|
|
5209
5209
|
case GeographicShapeSeries.$$p[11]:
|
|
5210
|
-
this.
|
|
5210
|
+
this.yj.cr();
|
|
5211
5211
|
break;
|
|
5212
5212
|
case GeographicShapeSeries.$$p[3]:
|
|
5213
|
-
this.
|
|
5213
|
+
this.yj.cm();
|
|
5214
5214
|
break;
|
|
5215
5215
|
case GeographicShapeSeries.$$p[7]:
|
|
5216
|
-
this.
|
|
5216
|
+
this.yj.co();
|
|
5217
5217
|
break;
|
|
5218
5218
|
case GeographicShapeSeries.$$p[8]:
|
|
5219
|
-
this.
|
|
5219
|
+
this.yj.cp();
|
|
5220
5220
|
break;
|
|
5221
5221
|
case GeographicShapeSeries.$$p[13]:
|
|
5222
|
-
this.
|
|
5222
|
+
this.yj.ct();
|
|
5223
5223
|
break;
|
|
5224
5224
|
case GeographicShapeSeries.$$p[12]:
|
|
5225
|
-
this.
|
|
5225
|
+
this.yj.cu();
|
|
5226
5226
|
break;
|
|
5227
5227
|
}
|
|
5228
5228
|
}
|
|
5229
|
-
|
|
5229
|
+
jk() {
|
|
5230
5230
|
return 0.7;
|
|
5231
5231
|
}
|
|
5232
5232
|
}
|
|
5233
5233
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5234
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5234
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zi:y4', [Brush.$], 'ActualMarkerOutline:zj:y5', [Brush.$], 'ActualMarkerTemplate:y2:y6', [DataTemplate.$, null], 'MarkerBrush:zk:y7', [Brush.$], 'MarkerCollisionAvoidance:ye:y8', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yf:y9', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yg:za', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zl:zb', [Brush.$], 'MarkerStyle:zm:zc', [Style.$], 'MarkerTemplate:y3:zd', [DataTemplate.$, null], 'MarkerThickness:yk:ze', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:yh:zf', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zn:zg', [Style.$, null], 'ShapeStyleSelector:yi:zh', [StyleSelector.$, null]]);
|
|
5235
5235
|
return GeographicShapeSeries;
|
|
5236
5236
|
})();
|
|
5237
5237
|
|
|
@@ -5304,164 +5304,164 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5304
5304
|
* Gets whether the current series shows a polygon shape.
|
|
5305
5305
|
*/
|
|
5306
5306
|
get isPolygon() {
|
|
5307
|
-
return this.i.
|
|
5307
|
+
return this.i.fp;
|
|
5308
5308
|
}
|
|
5309
5309
|
/**
|
|
5310
5310
|
* Gets or sets the fill brush.
|
|
5311
5311
|
*/
|
|
5312
5312
|
get shapeFill() {
|
|
5313
|
-
return this.i.
|
|
5313
|
+
return this.i.zn ? this.i.zn.fill : null;
|
|
5314
5314
|
}
|
|
5315
5315
|
set shapeFill(v) {
|
|
5316
5316
|
this.ensureShapeStyle();
|
|
5317
|
-
this.i.
|
|
5317
|
+
this.i.zn.fill = v;
|
|
5318
5318
|
}
|
|
5319
5319
|
/**
|
|
5320
5320
|
* Gets or sets the stroke brush.
|
|
5321
5321
|
*/
|
|
5322
5322
|
get shapeStroke() {
|
|
5323
|
-
return this.i.
|
|
5323
|
+
return this.i.zn ? this.i.zn.stroke : null;
|
|
5324
5324
|
}
|
|
5325
5325
|
set shapeStroke(v) {
|
|
5326
5326
|
this.ensureShapeStyle();
|
|
5327
|
-
this.i.
|
|
5327
|
+
this.i.zn.stroke = v;
|
|
5328
5328
|
}
|
|
5329
5329
|
/**
|
|
5330
5330
|
* Gets or sets the stroke thickness.
|
|
5331
5331
|
*/
|
|
5332
5332
|
get shapeStrokeThickness() {
|
|
5333
|
-
return this.i.
|
|
5333
|
+
return this.i.zn ? this.i.zn.strokeThickness : NaN;
|
|
5334
5334
|
}
|
|
5335
5335
|
set shapeStrokeThickness(v) {
|
|
5336
5336
|
this.ensureShapeStyle();
|
|
5337
|
-
this.i.
|
|
5338
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5337
|
+
this.i.zn.strokeThickness = +v;
|
|
5338
|
+
this._a("shapeStrokeThickness", this.i.zn.strokeThickness);
|
|
5339
5339
|
}
|
|
5340
5340
|
/**
|
|
5341
5341
|
* Gets or sets the opacity.
|
|
5342
5342
|
*/
|
|
5343
5343
|
get shapeOpacity() {
|
|
5344
|
-
return this.i.
|
|
5344
|
+
return this.i.zn ? this.i.zn.opacity : NaN;
|
|
5345
5345
|
}
|
|
5346
5346
|
set shapeOpacity(v) {
|
|
5347
5347
|
this.ensureShapeStyle();
|
|
5348
|
-
this.i.
|
|
5349
|
-
this._a("shapeOpacity", this.i.
|
|
5348
|
+
this.i.zn.opacity = +v;
|
|
5349
|
+
this._a("shapeOpacity", this.i.zn.opacity);
|
|
5350
5350
|
}
|
|
5351
5351
|
ensureShapeStyle() {
|
|
5352
|
-
if (this.i.
|
|
5352
|
+
if (this.i.zn) {
|
|
5353
5353
|
return;
|
|
5354
5354
|
}
|
|
5355
|
-
this.i.
|
|
5355
|
+
this.i.zn = new Style();
|
|
5356
5356
|
}
|
|
5357
5357
|
/**
|
|
5358
5358
|
* Gets or sets the marker type for the current series object.
|
|
5359
5359
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5360
5360
|
*/
|
|
5361
5361
|
get markerType() {
|
|
5362
|
-
return this.i.
|
|
5362
|
+
return this.i.yh;
|
|
5363
5363
|
}
|
|
5364
5364
|
set markerType(v) {
|
|
5365
|
-
this.i.
|
|
5366
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
5365
|
+
this.i.yh = ensureEnum(MarkerType_$type, v);
|
|
5366
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.yh));
|
|
5367
5367
|
}
|
|
5368
5368
|
/**
|
|
5369
5369
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5370
5370
|
*/
|
|
5371
5371
|
get markerOutlineMode() {
|
|
5372
|
-
return this.i.
|
|
5372
|
+
return this.i.yg;
|
|
5373
5373
|
}
|
|
5374
5374
|
set markerOutlineMode(v) {
|
|
5375
|
-
this.i.
|
|
5376
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
5375
|
+
this.i.yg = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5376
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.yg));
|
|
5377
5377
|
}
|
|
5378
5378
|
/**
|
|
5379
5379
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5380
5380
|
*/
|
|
5381
5381
|
get markerFillMode() {
|
|
5382
|
-
return this.i.
|
|
5382
|
+
return this.i.yf;
|
|
5383
5383
|
}
|
|
5384
5384
|
set markerFillMode(v) {
|
|
5385
|
-
this.i.
|
|
5386
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
5385
|
+
this.i.yf = ensureEnum(MarkerFillMode_$type, v);
|
|
5386
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.yf));
|
|
5387
5387
|
}
|
|
5388
5388
|
/**
|
|
5389
5389
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5390
5390
|
*/
|
|
5391
5391
|
get markerTemplate() {
|
|
5392
|
-
return this.i.
|
|
5392
|
+
return this.i.y3;
|
|
5393
5393
|
}
|
|
5394
5394
|
set markerTemplate(v) {
|
|
5395
|
-
this.i.
|
|
5395
|
+
this.i.y3 = v;
|
|
5396
5396
|
}
|
|
5397
5397
|
/**
|
|
5398
5398
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5399
5399
|
*/
|
|
5400
5400
|
get markerBrush() {
|
|
5401
|
-
return brushToString(this.i.
|
|
5401
|
+
return brushToString(this.i.zk);
|
|
5402
5402
|
}
|
|
5403
5403
|
set markerBrush(v) {
|
|
5404
|
-
this.i.
|
|
5405
|
-
this._a("markerBrush", brushToString(this.i.
|
|
5404
|
+
this.i.zk = stringToBrush(v);
|
|
5405
|
+
this._a("markerBrush", brushToString(this.i.zk));
|
|
5406
5406
|
}
|
|
5407
5407
|
/**
|
|
5408
5408
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5409
5409
|
*/
|
|
5410
5410
|
get markerOutline() {
|
|
5411
|
-
return brushToString(this.i.
|
|
5411
|
+
return brushToString(this.i.zl);
|
|
5412
5412
|
}
|
|
5413
5413
|
set markerOutline(v) {
|
|
5414
|
-
this.i.
|
|
5415
|
-
this._a("markerOutline", brushToString(this.i.
|
|
5414
|
+
this.i.zl = stringToBrush(v);
|
|
5415
|
+
this._a("markerOutline", brushToString(this.i.zl));
|
|
5416
5416
|
}
|
|
5417
5417
|
/**
|
|
5418
5418
|
* Gets or sets thickness of the marker outline
|
|
5419
5419
|
*/
|
|
5420
5420
|
get markerThickness() {
|
|
5421
|
-
return this.i.
|
|
5421
|
+
return this.i.yk;
|
|
5422
5422
|
}
|
|
5423
5423
|
set markerThickness(v) {
|
|
5424
|
-
this.i.
|
|
5425
|
-
this._a("markerThickness", this.i.
|
|
5424
|
+
this.i.yk = +v;
|
|
5425
|
+
this._a("markerThickness", this.i.yk);
|
|
5426
5426
|
}
|
|
5427
5427
|
/**
|
|
5428
5428
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5429
5429
|
*/
|
|
5430
5430
|
get markerCollisionAvoidance() {
|
|
5431
|
-
return this.i.
|
|
5431
|
+
return this.i.ye;
|
|
5432
5432
|
}
|
|
5433
5433
|
set markerCollisionAvoidance(v) {
|
|
5434
|
-
this.i.
|
|
5435
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
5434
|
+
this.i.ye = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5435
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ye));
|
|
5436
5436
|
}
|
|
5437
5437
|
/**
|
|
5438
5438
|
* Gets the effective marker template for the current series object.
|
|
5439
5439
|
*/
|
|
5440
5440
|
get actualMarkerTemplate() {
|
|
5441
|
-
return this.i.
|
|
5441
|
+
return this.i.y2;
|
|
5442
5442
|
}
|
|
5443
5443
|
set actualMarkerTemplate(v) {
|
|
5444
|
-
this.i.
|
|
5444
|
+
this.i.y2 = v;
|
|
5445
5445
|
}
|
|
5446
5446
|
/**
|
|
5447
5447
|
* Gets the effective marker brush for the current series object.
|
|
5448
5448
|
*/
|
|
5449
5449
|
get actualMarkerBrush() {
|
|
5450
|
-
return brushToString(this.i.
|
|
5450
|
+
return brushToString(this.i.zi);
|
|
5451
5451
|
}
|
|
5452
5452
|
set actualMarkerBrush(v) {
|
|
5453
|
-
this.i.
|
|
5454
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
5453
|
+
this.i.zi = stringToBrush(v);
|
|
5454
|
+
this._a("actualMarkerBrush", brushToString(this.i.zi));
|
|
5455
5455
|
}
|
|
5456
5456
|
/**
|
|
5457
5457
|
* Gets the effective marker outline for the current series object.
|
|
5458
5458
|
*/
|
|
5459
5459
|
get actualMarkerOutline() {
|
|
5460
|
-
return brushToString(this.i.
|
|
5460
|
+
return brushToString(this.i.zj);
|
|
5461
5461
|
}
|
|
5462
5462
|
set actualMarkerOutline(v) {
|
|
5463
|
-
this.i.
|
|
5464
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
5463
|
+
this.i.zj = stringToBrush(v);
|
|
5464
|
+
this._a("actualMarkerOutline", brushToString(this.i.zj));
|
|
5465
5465
|
}
|
|
5466
5466
|
get styleShape() {
|
|
5467
5467
|
return this._styleShape;
|
|
@@ -5527,19 +5527,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5527
5527
|
au() {
|
|
5528
5528
|
super.au();
|
|
5529
5529
|
if (!this.q) {
|
|
5530
|
-
this.cl.
|
|
5530
|
+
this.cl.jo = Defaults.n;
|
|
5531
5531
|
}
|
|
5532
5532
|
}
|
|
5533
5533
|
b5() {
|
|
5534
5534
|
super.b5();
|
|
5535
|
-
this.cl.
|
|
5536
|
-
this.cl.
|
|
5535
|
+
this.cl.wz.z7 = this.cl.ye;
|
|
5536
|
+
this.cl.wz.aac = this.cl.ym;
|
|
5537
5537
|
}
|
|
5538
5538
|
cm() {
|
|
5539
|
-
this.cl.
|
|
5539
|
+
this.cl.wz.z7 = this.cl.ye;
|
|
5540
5540
|
}
|
|
5541
5541
|
cn() {
|
|
5542
|
-
this.cl.
|
|
5542
|
+
this.cl.wz.aac = this.cl.ym;
|
|
5543
5543
|
}
|
|
5544
5544
|
}
|
|
5545
5545
|
GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5553,7 +5553,7 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5553
5553
|
bj() {
|
|
5554
5554
|
return new GeographicPolylineSeries();
|
|
5555
5555
|
}
|
|
5556
|
-
|
|
5556
|
+
get_fq() {
|
|
5557
5557
|
return true;
|
|
5558
5558
|
}
|
|
5559
5559
|
constructor() {
|
|
@@ -5564,34 +5564,34 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5564
5564
|
cs() {
|
|
5565
5565
|
return new GeographicPolylineSeriesView(this);
|
|
5566
5566
|
}
|
|
5567
|
-
|
|
5568
|
-
super.
|
|
5569
|
-
this.
|
|
5567
|
+
q0(a) {
|
|
5568
|
+
super.q0(a);
|
|
5569
|
+
this.yf = a;
|
|
5570
5570
|
}
|
|
5571
|
-
|
|
5571
|
+
wy() {
|
|
5572
5572
|
let a = new ScatterPolylineSeries();
|
|
5573
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5573
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yj));
|
|
5574
5574
|
return a;
|
|
5575
5575
|
}
|
|
5576
|
-
|
|
5576
|
+
yj(a, b) {
|
|
5577
5577
|
if (this.styleShape != null) {
|
|
5578
5578
|
this.styleShape(this, b);
|
|
5579
5579
|
}
|
|
5580
5580
|
}
|
|
5581
|
-
|
|
5582
|
-
super.
|
|
5581
|
+
q8(a, b, c, d) {
|
|
5582
|
+
super.q8(a, b, c, d);
|
|
5583
5583
|
switch (b) {
|
|
5584
5584
|
case GeographicPolylineSeries.$$p[1]:
|
|
5585
|
-
this.
|
|
5585
|
+
this.yf.cm();
|
|
5586
5586
|
break;
|
|
5587
5587
|
case GeographicPolylineSeries.$$p[0]:
|
|
5588
|
-
this.
|
|
5588
|
+
this.yf.cn();
|
|
5589
5589
|
break;
|
|
5590
5590
|
}
|
|
5591
5591
|
}
|
|
5592
5592
|
}
|
|
5593
5593
|
GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
5594
|
-
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
5594
|
+
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:ym:yk', [Style.$, null], 'ShapeStyleSelector:ye:yl', [StyleSelector.$, null]]);
|
|
5595
5595
|
return GeographicPolylineSeries;
|
|
5596
5596
|
})();
|
|
5597
5597
|
|
|
@@ -5664,55 +5664,55 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5664
5664
|
* Gets whether the current series shows a polyline shape.
|
|
5665
5665
|
*/
|
|
5666
5666
|
get isPolyline() {
|
|
5667
|
-
return this.i.
|
|
5667
|
+
return this.i.fq;
|
|
5668
5668
|
}
|
|
5669
5669
|
/**
|
|
5670
5670
|
* Gets or sets the fill brush.
|
|
5671
5671
|
*/
|
|
5672
5672
|
get shapeFill() {
|
|
5673
|
-
return this.i.
|
|
5673
|
+
return this.i.ym ? this.i.ym.fill : null;
|
|
5674
5674
|
}
|
|
5675
5675
|
set shapeFill(v) {
|
|
5676
5676
|
this.ensureShapeStyle();
|
|
5677
|
-
this.i.
|
|
5677
|
+
this.i.ym.fill = v;
|
|
5678
5678
|
}
|
|
5679
5679
|
/**
|
|
5680
5680
|
* Gets or sets the stroke brush.
|
|
5681
5681
|
*/
|
|
5682
5682
|
get shapeStroke() {
|
|
5683
|
-
return this.i.
|
|
5683
|
+
return this.i.ym ? this.i.ym.stroke : null;
|
|
5684
5684
|
}
|
|
5685
5685
|
set shapeStroke(v) {
|
|
5686
5686
|
this.ensureShapeStyle();
|
|
5687
|
-
this.i.
|
|
5687
|
+
this.i.ym.stroke = v;
|
|
5688
5688
|
}
|
|
5689
5689
|
/**
|
|
5690
5690
|
* Gets or sets the stroke thickness.
|
|
5691
5691
|
*/
|
|
5692
5692
|
get shapeStrokeThickness() {
|
|
5693
|
-
return this.i.
|
|
5693
|
+
return this.i.ym ? this.i.ym.strokeThickness : NaN;
|
|
5694
5694
|
}
|
|
5695
5695
|
set shapeStrokeThickness(v) {
|
|
5696
5696
|
this.ensureShapeStyle();
|
|
5697
|
-
this.i.
|
|
5698
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5697
|
+
this.i.ym.strokeThickness = +v;
|
|
5698
|
+
this._a("shapeStrokeThickness", this.i.ym.strokeThickness);
|
|
5699
5699
|
}
|
|
5700
5700
|
/**
|
|
5701
5701
|
* Gets or sets the opacity.
|
|
5702
5702
|
*/
|
|
5703
5703
|
get shapeOpacity() {
|
|
5704
|
-
return this.i.
|
|
5704
|
+
return this.i.ym ? this.i.ym.opacity : NaN;
|
|
5705
5705
|
}
|
|
5706
5706
|
set shapeOpacity(v) {
|
|
5707
5707
|
this.ensureShapeStyle();
|
|
5708
|
-
this.i.
|
|
5709
|
-
this._a("shapeOpacity", this.i.
|
|
5708
|
+
this.i.ym.opacity = +v;
|
|
5709
|
+
this._a("shapeOpacity", this.i.ym.opacity);
|
|
5710
5710
|
}
|
|
5711
5711
|
ensureShapeStyle() {
|
|
5712
|
-
if (this.i.
|
|
5712
|
+
if (this.i.ym) {
|
|
5713
5713
|
return;
|
|
5714
5714
|
}
|
|
5715
|
-
this.i.
|
|
5715
|
+
this.i.ym = new Style();
|
|
5716
5716
|
}
|
|
5717
5717
|
get styleShape() {
|
|
5718
5718
|
return this._styleShape;
|
|
@@ -5857,49 +5857,49 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5857
5857
|
bj() {
|
|
5858
5858
|
return new TileSeries();
|
|
5859
5859
|
}
|
|
5860
|
-
|
|
5860
|
+
get_f2() {
|
|
5861
5861
|
return true;
|
|
5862
5862
|
}
|
|
5863
5863
|
constructor() {
|
|
5864
5864
|
super();
|
|
5865
|
-
this.z9 = null;
|
|
5866
5865
|
this.z8 = null;
|
|
5866
|
+
this.z7 = null;
|
|
5867
5867
|
this.imageTilesReady = null;
|
|
5868
|
-
this.
|
|
5869
|
-
this.
|
|
5868
|
+
this.aab = null;
|
|
5869
|
+
this.aac = false;
|
|
5870
5870
|
this.ab = TileSeries.$;
|
|
5871
5871
|
}
|
|
5872
5872
|
cs() {
|
|
5873
5873
|
return new TileSeriesView(this);
|
|
5874
5874
|
}
|
|
5875
|
-
|
|
5876
|
-
super.
|
|
5877
|
-
this.
|
|
5875
|
+
q0(a) {
|
|
5876
|
+
super.q0(a);
|
|
5877
|
+
this.z6 = a;
|
|
5878
5878
|
}
|
|
5879
|
-
|
|
5879
|
+
get_x9() {
|
|
5880
5880
|
return false;
|
|
5881
5881
|
}
|
|
5882
|
-
get
|
|
5883
|
-
return this.
|
|
5882
|
+
get aaa() {
|
|
5883
|
+
return this.z8;
|
|
5884
5884
|
}
|
|
5885
|
-
set
|
|
5886
|
-
let b = a != this.
|
|
5885
|
+
set aaa(a) {
|
|
5886
|
+
let b = a != this.aaa;
|
|
5887
5887
|
if (b) {
|
|
5888
|
-
let c = this.
|
|
5889
|
-
this.
|
|
5888
|
+
let c = this.aaa;
|
|
5889
|
+
this.z8 = a;
|
|
5890
5890
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
5891
5891
|
}
|
|
5892
5892
|
}
|
|
5893
|
-
get
|
|
5894
|
-
return this.
|
|
5893
|
+
get z9() {
|
|
5894
|
+
return this.z7;
|
|
5895
5895
|
}
|
|
5896
|
-
set
|
|
5897
|
-
let b = this.
|
|
5898
|
-
this.
|
|
5899
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
5896
|
+
set z9(a) {
|
|
5897
|
+
let b = this.z7;
|
|
5898
|
+
this.z7 = a;
|
|
5899
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.z7);
|
|
5900
5900
|
}
|
|
5901
|
-
|
|
5902
|
-
super.
|
|
5901
|
+
q8(a, b, c, d) {
|
|
5902
|
+
super.q8(a, b, c, d);
|
|
5903
5903
|
let e;
|
|
5904
5904
|
let f;
|
|
5905
5905
|
switch (b) {
|
|
@@ -5907,141 +5907,141 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5907
5907
|
e = c;
|
|
5908
5908
|
f = d;
|
|
5909
5909
|
if (e != null) {
|
|
5910
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
5910
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aaf));
|
|
5911
5911
|
}
|
|
5912
5912
|
if (f != null) {
|
|
5913
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
5913
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aaf));
|
|
5914
5914
|
}
|
|
5915
|
-
this.
|
|
5916
|
-
this.
|
|
5917
|
-
this.
|
|
5915
|
+
this.z6.dh(e, f);
|
|
5916
|
+
this.rq(false);
|
|
5917
|
+
this.qk();
|
|
5918
5918
|
break;
|
|
5919
5919
|
case "ActualTileImagery":
|
|
5920
5920
|
e = c;
|
|
5921
5921
|
f = d;
|
|
5922
5922
|
if (e != null) {
|
|
5923
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
5923
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aag));
|
|
5924
5924
|
e.deferralHandler = null;
|
|
5925
5925
|
}
|
|
5926
5926
|
if (f != null) {
|
|
5927
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
5927
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aag));
|
|
5928
5928
|
f.deferralHandler = this;
|
|
5929
5929
|
}
|
|
5930
|
-
this.
|
|
5930
|
+
this.z6.dg(e, f);
|
|
5931
5931
|
if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
|
|
5932
5932
|
f.geographicMap = this.db;
|
|
5933
|
-
this.
|
|
5934
|
-
this.
|
|
5933
|
+
this.aai(this.cv);
|
|
5934
|
+
this.z6.dd(this.db.v4);
|
|
5935
5935
|
}
|
|
5936
|
-
this.
|
|
5936
|
+
this.qk();
|
|
5937
5937
|
break;
|
|
5938
5938
|
case "ActualWindowRect":
|
|
5939
|
-
this.
|
|
5939
|
+
this.z6.dd(d);
|
|
5940
5940
|
break;
|
|
5941
5941
|
case "WorldRect":
|
|
5942
|
-
this.
|
|
5942
|
+
this.z6.dk(d);
|
|
5943
5943
|
break;
|
|
5944
5944
|
case "SeriesViewer":
|
|
5945
5945
|
let g = c;
|
|
5946
5946
|
let h = d;
|
|
5947
|
-
if (g != null && this.
|
|
5948
|
-
this.
|
|
5947
|
+
if (g != null && this.z9 != null) {
|
|
5948
|
+
this.z9.be(null);
|
|
5949
5949
|
}
|
|
5950
|
-
if (h != null && this.
|
|
5951
|
-
this.
|
|
5950
|
+
if (h != null && this.z9 != null) {
|
|
5951
|
+
this.z9.be(this.cv.w);
|
|
5952
5952
|
}
|
|
5953
5953
|
break;
|
|
5954
5954
|
case "ActualBrush":
|
|
5955
5955
|
case "ActualOutline":
|
|
5956
5956
|
case "ActualThickness":
|
|
5957
|
-
this.
|
|
5957
|
+
this.qm();
|
|
5958
5958
|
break;
|
|
5959
5959
|
}
|
|
5960
5960
|
}
|
|
5961
|
-
|
|
5961
|
+
aaf(a, b) {
|
|
5962
5962
|
if (b.propertyName == "MultiScaleImage") {
|
|
5963
|
-
this.
|
|
5963
|
+
this.aai(this.cv);
|
|
5964
5964
|
}
|
|
5965
5965
|
}
|
|
5966
|
-
|
|
5966
|
+
aag(a, b) {
|
|
5967
5967
|
if (this.imageTilesReady != null) {
|
|
5968
5968
|
this.imageTilesReady(this, new EventArgs());
|
|
5969
5969
|
}
|
|
5970
|
-
if (!this.
|
|
5971
|
-
this.
|
|
5970
|
+
if (!this.aac) {
|
|
5971
|
+
this.z6.di();
|
|
5972
5972
|
}
|
|
5973
5973
|
}
|
|
5974
5974
|
register(a, b) {
|
|
5975
|
-
this.
|
|
5975
|
+
this.aab = b;
|
|
5976
5976
|
}
|
|
5977
5977
|
unRegister(a) {
|
|
5978
|
-
this.
|
|
5978
|
+
this.aab = null;
|
|
5979
5979
|
}
|
|
5980
5980
|
deferredRefresh() {
|
|
5981
|
-
this.
|
|
5981
|
+
this.rq(false);
|
|
5982
5982
|
}
|
|
5983
5983
|
deferAction(a) {
|
|
5984
|
-
if (this.
|
|
5985
|
-
this.
|
|
5984
|
+
if (this.jy != null) {
|
|
5985
|
+
this.jy.setTimeout(a, 0);
|
|
5986
5986
|
}
|
|
5987
5987
|
else {
|
|
5988
5988
|
window.setTimeout(a, 0);
|
|
5989
5989
|
}
|
|
5990
5990
|
}
|
|
5991
|
-
|
|
5992
|
-
this.
|
|
5993
|
-
super.
|
|
5991
|
+
sp(a, b) {
|
|
5992
|
+
this.z6.dj();
|
|
5993
|
+
super.sp(a, b);
|
|
5994
5994
|
}
|
|
5995
|
-
|
|
5996
|
-
super.
|
|
5997
|
-
this.
|
|
5995
|
+
rr(a) {
|
|
5996
|
+
super.rr(a);
|
|
5997
|
+
this.aah(a, this.cv);
|
|
5998
5998
|
}
|
|
5999
|
-
|
|
5999
|
+
aah(a, b) {
|
|
6000
6000
|
let c;
|
|
6001
6001
|
let d;
|
|
6002
6002
|
let e = b;
|
|
6003
6003
|
let f = b.getViewInfo(c, d);
|
|
6004
6004
|
c = f.p0;
|
|
6005
6005
|
d = f.p1;
|
|
6006
|
-
this.
|
|
6007
|
-
if (this.
|
|
6008
|
-
this.
|
|
6009
|
-
this.
|
|
6010
|
-
this.
|
|
6006
|
+
this.aai(b);
|
|
6007
|
+
if (this.aab != null) {
|
|
6008
|
+
this.aac = true;
|
|
6009
|
+
this.aab(a);
|
|
6010
|
+
this.aac = false;
|
|
6011
6011
|
}
|
|
6012
6012
|
e.di();
|
|
6013
6013
|
}
|
|
6014
|
-
|
|
6015
|
-
super.
|
|
6016
|
-
let f = this.
|
|
6014
|
+
rp(a, b, c, d, e) {
|
|
6015
|
+
super.rp(a, b, c, d, e);
|
|
6016
|
+
let f = this.hm.item(d);
|
|
6017
6017
|
f.a3(c);
|
|
6018
6018
|
if (this.d5(f)) {
|
|
6019
6019
|
return;
|
|
6020
6020
|
}
|
|
6021
|
-
this.
|
|
6021
|
+
this.zm(f);
|
|
6022
6022
|
}
|
|
6023
|
-
|
|
6023
|
+
aai(a) {
|
|
6024
6024
|
let b;
|
|
6025
6025
|
let c;
|
|
6026
6026
|
let d = a.getViewInfo(b, c);
|
|
6027
6027
|
b = d.p0;
|
|
6028
6028
|
c = d.p1;
|
|
6029
|
-
if (this.
|
|
6030
|
-
if (this.
|
|
6031
|
-
this.
|
|
6029
|
+
if (this.aaa != null && this.aaa.ao != null) {
|
|
6030
|
+
if (this.aaa != this.z9) {
|
|
6031
|
+
this.z9 = this.aaa;
|
|
6032
6032
|
}
|
|
6033
|
-
if (this.
|
|
6034
|
-
if (this.
|
|
6035
|
-
this.
|
|
6033
|
+
if (this.z9 != null && !b.isEmpty) {
|
|
6034
|
+
if (this.z9.width != b.width) {
|
|
6035
|
+
this.z9.width = b.width;
|
|
6036
6036
|
}
|
|
6037
|
-
if (this.
|
|
6038
|
-
this.
|
|
6037
|
+
if (this.z9.height != b.height) {
|
|
6038
|
+
this.z9.height = b.height;
|
|
6039
6039
|
}
|
|
6040
6040
|
}
|
|
6041
6041
|
}
|
|
6042
6042
|
}
|
|
6043
|
-
|
|
6044
|
-
super.
|
|
6043
|
+
o4(a, b) {
|
|
6044
|
+
super.o4(a, b);
|
|
6045
6045
|
b.de();
|
|
6046
6046
|
}
|
|
6047
6047
|
}
|
|
@@ -6064,8 +6064,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6064
6064
|
au() {
|
|
6065
6065
|
super.au();
|
|
6066
6066
|
if (!this.q) {
|
|
6067
|
-
this.da.
|
|
6068
|
-
this.da.
|
|
6067
|
+
this.da.vu = Defaults.ao;
|
|
6068
|
+
this.da.ve = Defaults.an;
|
|
6069
6069
|
}
|
|
6070
6070
|
}
|
|
6071
6071
|
ck(a, b) {
|
|
@@ -6092,14 +6092,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6092
6092
|
this.as();
|
|
6093
6093
|
}
|
|
6094
6094
|
dd(a) {
|
|
6095
|
-
if (this.da.
|
|
6096
|
-
this.da.
|
|
6095
|
+
if (this.da.aaa != null) {
|
|
6096
|
+
this.da.aaa.windowRect = a;
|
|
6097
6097
|
}
|
|
6098
6098
|
}
|
|
6099
6099
|
dg(a, b) {
|
|
6100
6100
|
if (this.dc == null) {
|
|
6101
|
-
this.dc = this.e.
|
|
6102
|
-
let c = this.e.
|
|
6101
|
+
this.dc = this.e.jy.createElement("canvas");
|
|
6102
|
+
let c = this.e.jy.get2DCanvasContext(this.dc);
|
|
6103
6103
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
6104
6104
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6105
6105
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -6128,8 +6128,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6128
6128
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6129
6129
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6130
6130
|
}
|
|
6131
|
-
if (this.da.
|
|
6132
|
-
this.da.
|
|
6131
|
+
if (this.da.aaa != null) {
|
|
6132
|
+
this.da.aaa.bf(this.bx);
|
|
6133
6133
|
}
|
|
6134
6134
|
}
|
|
6135
6135
|
a8(a, b) {
|
|
@@ -6163,8 +6163,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6163
6163
|
de() {
|
|
6164
6164
|
}
|
|
6165
6165
|
dk(a) {
|
|
6166
|
-
if (this.da.
|
|
6167
|
-
this.da.
|
|
6166
|
+
if (this.da.aaa != null) {
|
|
6167
|
+
this.da.aaa.a6();
|
|
6168
6168
|
}
|
|
6169
6169
|
}
|
|
6170
6170
|
}
|
|
@@ -6239,20 +6239,20 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6239
6239
|
* Gets whether the current series shows a tile imagery.
|
|
6240
6240
|
*/
|
|
6241
6241
|
get isTile() {
|
|
6242
|
-
return this.i.
|
|
6242
|
+
return this.i.f2;
|
|
6243
6243
|
}
|
|
6244
6244
|
/**
|
|
6245
6245
|
* The MapImagery which is used to provide the tiles for display.
|
|
6246
6246
|
*/
|
|
6247
6247
|
get tileImagery() {
|
|
6248
|
-
const r = this.i.
|
|
6248
|
+
const r = this.i.aaa;
|
|
6249
6249
|
if (r == null) {
|
|
6250
6250
|
return null;
|
|
6251
6251
|
}
|
|
6252
6252
|
return r.externalObject;
|
|
6253
6253
|
}
|
|
6254
6254
|
set tileImagery(v) {
|
|
6255
|
-
v == null ? this.i.
|
|
6255
|
+
v == null ? this.i.aaa = null : this.i.aaa = v.i;
|
|
6256
6256
|
}
|
|
6257
6257
|
findByName(name) {
|
|
6258
6258
|
var baseResult = super.findByName(name);
|
|
@@ -6306,59 +6306,59 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
6306
6306
|
bj() {
|
|
6307
6307
|
return new GeographicTileSeries();
|
|
6308
6308
|
}
|
|
6309
|
-
|
|
6309
|
+
get_f2() {
|
|
6310
6310
|
return true;
|
|
6311
6311
|
}
|
|
6312
6312
|
constructor() {
|
|
6313
6313
|
super();
|
|
6314
|
-
this.yg = null;
|
|
6315
6314
|
this.yf = null;
|
|
6315
|
+
this.ye = null;
|
|
6316
6316
|
this.imageTilesReady = null;
|
|
6317
6317
|
this.ab = GeographicTileSeries.$;
|
|
6318
6318
|
}
|
|
6319
|
-
get
|
|
6320
|
-
return this.
|
|
6319
|
+
get yg() {
|
|
6320
|
+
return this.yf;
|
|
6321
6321
|
}
|
|
6322
|
-
set
|
|
6323
|
-
let b = a != this.
|
|
6322
|
+
set yg(a) {
|
|
6323
|
+
let b = a != this.yg;
|
|
6324
6324
|
if (b) {
|
|
6325
|
-
let c = this.
|
|
6326
|
-
this.
|
|
6325
|
+
let c = this.yg;
|
|
6326
|
+
this.yf = a;
|
|
6327
6327
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6328
6328
|
}
|
|
6329
6329
|
}
|
|
6330
|
-
|
|
6331
|
-
if (this.
|
|
6332
|
-
this.
|
|
6330
|
+
yk() {
|
|
6331
|
+
if (this.yg != null) {
|
|
6332
|
+
this.yg.clearTileCache();
|
|
6333
6333
|
}
|
|
6334
6334
|
}
|
|
6335
|
-
|
|
6336
|
-
super.
|
|
6335
|
+
q8(a, b, c, d) {
|
|
6336
|
+
super.q8(a, b, c, d);
|
|
6337
6337
|
switch (b) {
|
|
6338
6338
|
case "TileImagery":
|
|
6339
|
-
if (this.
|
|
6340
|
-
this.
|
|
6339
|
+
if (this.wz != null) {
|
|
6340
|
+
this.wz.aaa = this.yg;
|
|
6341
6341
|
}
|
|
6342
6342
|
break;
|
|
6343
6343
|
}
|
|
6344
6344
|
}
|
|
6345
|
-
|
|
6346
|
-
super.
|
|
6347
|
-
this.
|
|
6348
|
-
if (this.
|
|
6349
|
-
let c = this.
|
|
6350
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
6345
|
+
w4(a, b) {
|
|
6346
|
+
super.w4(a, b);
|
|
6347
|
+
this.wz.aaa = this.yg;
|
|
6348
|
+
if (this.ye != null) {
|
|
6349
|
+
let c = this.ye;
|
|
6350
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yj));
|
|
6351
6351
|
}
|
|
6352
|
-
this.
|
|
6353
|
-
if (this.
|
|
6354
|
-
let d = this.
|
|
6355
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
6352
|
+
this.ye = this.wz;
|
|
6353
|
+
if (this.ye != null) {
|
|
6354
|
+
let d = this.ye;
|
|
6355
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yj));
|
|
6356
6356
|
}
|
|
6357
6357
|
}
|
|
6358
|
-
|
|
6358
|
+
wy() {
|
|
6359
6359
|
return new TileSeries();
|
|
6360
6360
|
}
|
|
6361
|
-
|
|
6361
|
+
yj(a, b) {
|
|
6362
6362
|
if (this.imageTilesReady != null) {
|
|
6363
6363
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6364
6364
|
}
|
|
@@ -6430,20 +6430,20 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6430
6430
|
* Gets whether the current series shows a tile imagery.
|
|
6431
6431
|
*/
|
|
6432
6432
|
get isTile() {
|
|
6433
|
-
return this.i.
|
|
6433
|
+
return this.i.f2;
|
|
6434
6434
|
}
|
|
6435
6435
|
/**
|
|
6436
6436
|
* The MapImagery which is used to provide the tiles for display.
|
|
6437
6437
|
*/
|
|
6438
6438
|
get tileImagery() {
|
|
6439
|
-
const r = this.i.
|
|
6439
|
+
const r = this.i.yg;
|
|
6440
6440
|
if (r == null) {
|
|
6441
6441
|
return null;
|
|
6442
6442
|
}
|
|
6443
6443
|
return r.externalObject;
|
|
6444
6444
|
}
|
|
6445
6445
|
set tileImagery(v) {
|
|
6446
|
-
v == null ? this.i.
|
|
6446
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
6447
6447
|
}
|
|
6448
6448
|
findByName(name) {
|
|
6449
6449
|
var baseResult = super.findByName(name);
|
|
@@ -6460,7 +6460,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6460
6460
|
|
|
6461
6461
|
*/
|
|
6462
6462
|
clearTileCache() {
|
|
6463
|
-
this.i.
|
|
6463
|
+
this.i.yk();
|
|
6464
6464
|
}
|
|
6465
6465
|
/**
|
|
6466
6466
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -6562,70 +6562,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6562
6562
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
6563
6563
|
*/
|
|
6564
6564
|
get markerType() {
|
|
6565
|
-
return this.i.
|
|
6565
|
+
return this.i.w9;
|
|
6566
6566
|
}
|
|
6567
6567
|
set markerType(v) {
|
|
6568
|
-
this.i.
|
|
6569
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
6568
|
+
this.i.w9 = ensureEnum(MarkerType_$type, v);
|
|
6569
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.w9));
|
|
6570
6570
|
}
|
|
6571
6571
|
/**
|
|
6572
6572
|
* Gets or sets thickness of the marker outline
|
|
6573
6573
|
*/
|
|
6574
6574
|
get markerThickness() {
|
|
6575
|
-
return this.i.
|
|
6575
|
+
return this.i.xa;
|
|
6576
6576
|
}
|
|
6577
6577
|
set markerThickness(v) {
|
|
6578
|
-
this.i.
|
|
6579
|
-
this._a("markerThickness", this.i.
|
|
6578
|
+
this.i.xa = +v;
|
|
6579
|
+
this._a("markerThickness", this.i.xa);
|
|
6580
6580
|
}
|
|
6581
6581
|
/**
|
|
6582
6582
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6583
6583
|
*/
|
|
6584
6584
|
get markerOutlineMode() {
|
|
6585
|
-
return this.i.
|
|
6585
|
+
return this.i.w8;
|
|
6586
6586
|
}
|
|
6587
6587
|
set markerOutlineMode(v) {
|
|
6588
|
-
this.i.
|
|
6589
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
6588
|
+
this.i.w8 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
6589
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.w8));
|
|
6590
6590
|
}
|
|
6591
6591
|
/**
|
|
6592
6592
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
6593
6593
|
*/
|
|
6594
6594
|
get markerFillMode() {
|
|
6595
|
-
return this.i.
|
|
6595
|
+
return this.i.w7;
|
|
6596
6596
|
}
|
|
6597
6597
|
set markerFillMode(v) {
|
|
6598
|
-
this.i.
|
|
6599
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
6598
|
+
this.i.w7 = ensureEnum(MarkerFillMode_$type, v);
|
|
6599
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.w7));
|
|
6600
6600
|
}
|
|
6601
6601
|
/**
|
|
6602
6602
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6603
6603
|
*/
|
|
6604
6604
|
get markerTemplate() {
|
|
6605
|
-
return this.i.
|
|
6605
|
+
return this.i.xp;
|
|
6606
6606
|
}
|
|
6607
6607
|
set markerTemplate(v) {
|
|
6608
|
-
this.i.
|
|
6608
|
+
this.i.xp = v;
|
|
6609
6609
|
}
|
|
6610
6610
|
/**
|
|
6611
6611
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6612
6612
|
*/
|
|
6613
6613
|
get markerBrush() {
|
|
6614
|
-
return brushToString(this.i.
|
|
6614
|
+
return brushToString(this.i.x3);
|
|
6615
6615
|
}
|
|
6616
6616
|
set markerBrush(v) {
|
|
6617
|
-
this.i.
|
|
6618
|
-
this._a("markerBrush", brushToString(this.i.
|
|
6617
|
+
this.i.x3 = stringToBrush(v);
|
|
6618
|
+
this._a("markerBrush", brushToString(this.i.x3));
|
|
6619
6619
|
}
|
|
6620
6620
|
/**
|
|
6621
6621
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6622
6622
|
*/
|
|
6623
6623
|
get markerOutline() {
|
|
6624
|
-
return brushToString(this.i.
|
|
6624
|
+
return brushToString(this.i.x4);
|
|
6625
6625
|
}
|
|
6626
6626
|
set markerOutline(v) {
|
|
6627
|
-
this.i.
|
|
6628
|
-
this._a("markerOutline", brushToString(this.i.
|
|
6627
|
+
this.i.x4 = stringToBrush(v);
|
|
6628
|
+
this._a("markerOutline", brushToString(this.i.x4));
|
|
6629
6629
|
}
|
|
6630
6630
|
/**
|
|
6631
6631
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -6633,40 +6633,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6633
6633
|
* choose a representative set.
|
|
6634
6634
|
*/
|
|
6635
6635
|
get maximumMarkers() {
|
|
6636
|
-
return this.i.
|
|
6636
|
+
return this.i.xb;
|
|
6637
6637
|
}
|
|
6638
6638
|
set maximumMarkers(v) {
|
|
6639
|
-
this.i.
|
|
6640
|
-
this._a("maximumMarkers", this.i.
|
|
6639
|
+
this.i.xb = +v;
|
|
6640
|
+
this._a("maximumMarkers", this.i.xb);
|
|
6641
6641
|
}
|
|
6642
6642
|
/**
|
|
6643
6643
|
* Gets the effective marker template for the current series object.
|
|
6644
6644
|
*/
|
|
6645
6645
|
get actualMarkerTemplate() {
|
|
6646
|
-
return this.i.
|
|
6646
|
+
return this.i.xo;
|
|
6647
6647
|
}
|
|
6648
6648
|
set actualMarkerTemplate(v) {
|
|
6649
|
-
this.i.
|
|
6649
|
+
this.i.xo = v;
|
|
6650
6650
|
}
|
|
6651
6651
|
/**
|
|
6652
6652
|
* Gets the effective marker brush for the current series object.
|
|
6653
6653
|
*/
|
|
6654
6654
|
get actualMarkerBrush() {
|
|
6655
|
-
return brushToString(this.i.
|
|
6655
|
+
return brushToString(this.i.x1);
|
|
6656
6656
|
}
|
|
6657
6657
|
set actualMarkerBrush(v) {
|
|
6658
|
-
this.i.
|
|
6659
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
6658
|
+
this.i.x1 = stringToBrush(v);
|
|
6659
|
+
this._a("actualMarkerBrush", brushToString(this.i.x1));
|
|
6660
6660
|
}
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Gets the effective marker outline for the current series object.
|
|
6663
6663
|
*/
|
|
6664
6664
|
get actualMarkerOutline() {
|
|
6665
|
-
return brushToString(this.i.
|
|
6665
|
+
return brushToString(this.i.x2);
|
|
6666
6666
|
}
|
|
6667
6667
|
set actualMarkerOutline(v) {
|
|
6668
|
-
this.i.
|
|
6669
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
6668
|
+
this.i.x2 = stringToBrush(v);
|
|
6669
|
+
this._a("actualMarkerOutline", brushToString(this.i.x2));
|
|
6670
6670
|
}
|
|
6671
6671
|
}
|
|
6672
6672
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -6686,75 +6686,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6686
6686
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
6687
6687
|
constructor() {
|
|
6688
6688
|
super();
|
|
6689
|
-
let a = this.
|
|
6690
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
6689
|
+
let a = this.wz;
|
|
6690
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.xn));
|
|
6691
|
+
}
|
|
6692
|
+
sy() {
|
|
6693
|
+
return this.xo;
|
|
6691
6694
|
}
|
|
6692
|
-
|
|
6693
|
-
return this.
|
|
6695
|
+
vk() {
|
|
6696
|
+
return this.x1;
|
|
6694
6697
|
}
|
|
6695
6698
|
vl() {
|
|
6696
6699
|
return this.x2;
|
|
6697
6700
|
}
|
|
6698
|
-
|
|
6699
|
-
return this.
|
|
6700
|
-
}
|
|
6701
|
-
io() {
|
|
6702
|
-
return this.xb;
|
|
6701
|
+
im() {
|
|
6702
|
+
return this.xa;
|
|
6703
6703
|
}
|
|
6704
|
-
|
|
6705
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
6704
|
+
l9() {
|
|
6705
|
+
let a = typeCast(MarkerSeries.$, this.wz);
|
|
6706
6706
|
if (a == null) {
|
|
6707
6707
|
return "Unknown";
|
|
6708
6708
|
}
|
|
6709
|
-
return a.
|
|
6709
|
+
return a.l9();
|
|
6710
6710
|
}
|
|
6711
|
-
|
|
6712
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
6711
|
+
xn(a, b) {
|
|
6712
|
+
let c = typeCast(MarkerSeries.$, this.wz);
|
|
6713
6713
|
if (c == null) {
|
|
6714
6714
|
return;
|
|
6715
6715
|
}
|
|
6716
6716
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6717
|
-
this.
|
|
6717
|
+
this.xo = c.xz;
|
|
6718
6718
|
}
|
|
6719
6719
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6720
|
-
this.
|
|
6720
|
+
this.x2 = c.yh;
|
|
6721
6721
|
}
|
|
6722
6722
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6723
|
-
this.
|
|
6723
|
+
this.x1 = c.yg;
|
|
6724
6724
|
}
|
|
6725
6725
|
}
|
|
6726
|
-
|
|
6727
|
-
super.
|
|
6726
|
+
q8(a, b, c, d) {
|
|
6727
|
+
super.q8(a, b, c, d);
|
|
6728
6728
|
switch (b) {
|
|
6729
6729
|
case GeographicMarkerSeries.$$p[3]:
|
|
6730
|
-
this.
|
|
6730
|
+
this.wz.yi = this.x3;
|
|
6731
6731
|
break;
|
|
6732
6732
|
case GeographicMarkerSeries.$$p[6]:
|
|
6733
|
-
this.
|
|
6733
|
+
this.wz.yj = this.x4;
|
|
6734
6734
|
break;
|
|
6735
6735
|
case GeographicMarkerSeries.$$p[5]:
|
|
6736
|
-
this.
|
|
6736
|
+
this.wz.w3 = this.w8;
|
|
6737
6737
|
break;
|
|
6738
6738
|
case GeographicMarkerSeries.$$p[4]:
|
|
6739
|
-
this.
|
|
6739
|
+
this.wz.wz = this.w7;
|
|
6740
6740
|
break;
|
|
6741
6741
|
case GeographicMarkerSeries.$$p[9]:
|
|
6742
|
-
this.
|
|
6742
|
+
this.wz.w9 = this.w9;
|
|
6743
6743
|
break;
|
|
6744
6744
|
case GeographicMarkerSeries.$$p[7]:
|
|
6745
|
-
this.
|
|
6745
|
+
this.wz.x1 = this.xp;
|
|
6746
6746
|
break;
|
|
6747
6747
|
case GeographicMarkerSeries.$$p[8]:
|
|
6748
|
-
this.
|
|
6748
|
+
this.wz.xi = this.xa;
|
|
6749
6749
|
break;
|
|
6750
6750
|
case GeographicMarkerSeries.$$p[10]:
|
|
6751
|
-
this.
|
|
6751
|
+
this.wz.z8 = this.xb;
|
|
6752
6752
|
break;
|
|
6753
6753
|
}
|
|
6754
6754
|
}
|
|
6755
6755
|
}
|
|
6756
6756
|
GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
6757
|
-
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
6757
|
+
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x1:xq', [Brush.$], 'ActualMarkerOutline:x2:xr', [Brush.$], 'ActualMarkerTemplate:xo:xs', [DataTemplate.$, null], 'MarkerBrush:x3:xt', [Brush.$], 'MarkerFillMode:w7:xu', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w8:xv', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:x4:xw', [Brush.$], 'MarkerTemplate:xp:xx', [DataTemplate.$, null], 'MarkerThickness:xa:xy', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:w9:xz', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xb:x0', [1, 400]]);
|
|
6758
6758
|
return GeographicMarkerSeries;
|
|
6759
6759
|
})();
|
|
6760
6760
|
|
|
@@ -6781,49 +6781,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6781
6781
|
}
|
|
6782
6782
|
b5() {
|
|
6783
6783
|
super.b5();
|
|
6784
|
-
let a = this.ch.
|
|
6785
|
-
a.
|
|
6786
|
-
a.
|
|
6787
|
-
a.
|
|
6788
|
-
a.
|
|
6789
|
-
a.
|
|
6790
|
-
a.ac3 = this.ch.yj;
|
|
6791
|
-
a.adt = this.ch.y4;
|
|
6792
|
-
a.acs = this.ch.yb;
|
|
6793
|
-
a.adj = this.ch.yv;
|
|
6794
|
-
a.ade = this.ch.yn;
|
|
6795
|
-
a.acp = this.ch.x8;
|
|
6796
|
-
a.ac1 = this.ch.yf;
|
|
6784
|
+
let a = this.ch.wz;
|
|
6785
|
+
a.aas = this.ch.yy;
|
|
6786
|
+
a.aa0 = this.ch.yw;
|
|
6787
|
+
a.w9 = this.ch.w9;
|
|
6788
|
+
a.x1 = this.ch.xp;
|
|
6789
|
+
a.xi = this.ch.xa;
|
|
6797
6790
|
a.ac2 = this.ch.yi;
|
|
6798
|
-
a.
|
|
6791
|
+
a.ads = this.ch.y3;
|
|
6792
|
+
a.acr = this.ch.ya;
|
|
6793
|
+
a.adi = this.ch.yu;
|
|
6794
|
+
a.add = this.ch.ym;
|
|
6795
|
+
a.aco = this.ch.x7;
|
|
6796
|
+
a.ac0 = this.ch.ye;
|
|
6797
|
+
a.ac1 = this.ch.yh;
|
|
6799
6798
|
a.ac7 = this.ch.yk;
|
|
6799
|
+
a.ac6 = this.ch.yj;
|
|
6800
6800
|
}
|
|
6801
6801
|
cq() {
|
|
6802
|
-
this.ch.
|
|
6802
|
+
this.ch.wz.aas = this.ch.yy;
|
|
6803
6803
|
}
|
|
6804
6804
|
cp() {
|
|
6805
|
-
this.ch.
|
|
6805
|
+
this.ch.wz.aa0 = this.ch.yw;
|
|
6806
6806
|
}
|
|
6807
6807
|
cv() {
|
|
6808
|
-
this.ch.
|
|
6808
|
+
this.ch.wz.w9 = this.ch.w9;
|
|
6809
6809
|
}
|
|
6810
6810
|
ct() {
|
|
6811
|
-
this.ch.
|
|
6811
|
+
this.ch.wz.x1 = this.ch.xp;
|
|
6812
6812
|
}
|
|
6813
6813
|
cu() {
|
|
6814
|
-
this.ch.
|
|
6814
|
+
this.ch.wz.xi = this.ch.xa;
|
|
6815
6815
|
}
|
|
6816
6816
|
cw() {
|
|
6817
|
-
this.ch.
|
|
6817
|
+
this.ch.wz.z8 = this.ch.xb;
|
|
6818
6818
|
}
|
|
6819
6819
|
cy() {
|
|
6820
|
-
this.ch.
|
|
6820
|
+
this.ch.wz.xAxis = this.ch.db.ws;
|
|
6821
6821
|
}
|
|
6822
6822
|
cz() {
|
|
6823
|
-
this.ch.
|
|
6823
|
+
this.ch.wz.yAxis = this.ch.db.wu;
|
|
6824
6824
|
}
|
|
6825
6825
|
cx() {
|
|
6826
|
-
let a = this.ch.
|
|
6826
|
+
let a = this.ch.wz;
|
|
6827
6827
|
if (this.ch.db == null) {
|
|
6828
6828
|
a.xAxis = null;
|
|
6829
6829
|
a.yAxis = null;
|
|
@@ -6833,45 +6833,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6833
6833
|
a.yAxis = this.ch.db.wu;
|
|
6834
6834
|
}
|
|
6835
6835
|
cr() {
|
|
6836
|
-
this.ch.
|
|
6836
|
+
this.ch.wz.yi = this.ch.x3;
|
|
6837
6837
|
}
|
|
6838
6838
|
cs() {
|
|
6839
|
-
this.ch.
|
|
6839
|
+
this.ch.wz.yj = this.ch.x4;
|
|
6840
6840
|
}
|
|
6841
6841
|
c0() {
|
|
6842
|
-
this.ch.
|
|
6842
|
+
this.ch.wz.ads = this.ch.y3;
|
|
6843
6843
|
}
|
|
6844
6844
|
c1() {
|
|
6845
|
-
this.ch.
|
|
6846
|
-
this.ch.
|
|
6845
|
+
this.ch.wz.acr = this.ch.ya;
|
|
6846
|
+
this.ch.wz.ac2 = this.ch.yi;
|
|
6847
6847
|
}
|
|
6848
6848
|
cl() {
|
|
6849
|
-
this.ch.
|
|
6849
|
+
this.ch.wz.adi = this.ch.yu;
|
|
6850
6850
|
}
|
|
6851
6851
|
cj() {
|
|
6852
|
-
this.ch.
|
|
6853
|
-
this.ch.
|
|
6854
|
-
this.ch.
|
|
6855
|
-
this.ch.
|
|
6856
|
-
this.ch.
|
|
6852
|
+
this.ch.wz.aco = this.ch.x7;
|
|
6853
|
+
this.ch.wz.ac0 = this.ch.ye;
|
|
6854
|
+
this.ch.wz.ac1 = this.ch.yh;
|
|
6855
|
+
this.ch.wz.ac7 = this.ch.yk;
|
|
6856
|
+
this.ch.wz.ac6 = this.ch.yj;
|
|
6857
6857
|
}
|
|
6858
6858
|
ci() {
|
|
6859
|
-
this.ch.
|
|
6859
|
+
this.ch.wz.add = this.ch.ym;
|
|
6860
6860
|
}
|
|
6861
6861
|
c2() {
|
|
6862
|
-
this.ch.
|
|
6862
|
+
this.ch.wz.ac2 = this.ch.yi;
|
|
6863
6863
|
}
|
|
6864
6864
|
ck() {
|
|
6865
|
-
this.ch.
|
|
6865
|
+
this.ch.wz.ac0 = this.ch.ye;
|
|
6866
6866
|
}
|
|
6867
6867
|
co() {
|
|
6868
|
-
this.ch.
|
|
6868
|
+
this.ch.wz.ac1 = this.ch.yh;
|
|
6869
6869
|
}
|
|
6870
6870
|
cn() {
|
|
6871
|
-
this.ch.
|
|
6871
|
+
this.ch.wz.ac7 = this.ch.yk;
|
|
6872
6872
|
}
|
|
6873
6873
|
cm() {
|
|
6874
|
-
this.ch.
|
|
6874
|
+
this.ch.wz.ac6 = this.ch.yj;
|
|
6875
6875
|
}
|
|
6876
6876
|
}
|
|
6877
6877
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -6890,9 +6890,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6890
6890
|
}
|
|
6891
6891
|
constructor() {
|
|
6892
6892
|
super();
|
|
6893
|
-
this.
|
|
6894
|
-
this.ye = false;
|
|
6893
|
+
this.x8 = null;
|
|
6895
6894
|
this.yd = false;
|
|
6895
|
+
this.yc = false;
|
|
6896
6896
|
this.assigningScatterStyle = null;
|
|
6897
6897
|
this.assigningScatterMarkerStyle = null;
|
|
6898
6898
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -6900,112 +6900,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6900
6900
|
cs() {
|
|
6901
6901
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
6902
6902
|
}
|
|
6903
|
-
|
|
6904
|
-
super.
|
|
6905
|
-
this.
|
|
6903
|
+
q0(a) {
|
|
6904
|
+
super.q0(a);
|
|
6905
|
+
this.yb = a;
|
|
6906
6906
|
}
|
|
6907
|
-
|
|
6907
|
+
jk() {
|
|
6908
6908
|
return 0.7;
|
|
6909
6909
|
}
|
|
6910
|
-
|
|
6910
|
+
wy() {
|
|
6911
6911
|
return new BubbleSeries();
|
|
6912
6912
|
}
|
|
6913
|
-
|
|
6913
|
+
get_fd() {
|
|
6914
6914
|
return true;
|
|
6915
6915
|
}
|
|
6916
|
-
|
|
6917
|
-
super.
|
|
6916
|
+
q8(a, b, c, d) {
|
|
6917
|
+
super.q8(a, b, c, d);
|
|
6918
6918
|
switch (b) {
|
|
6919
6919
|
case "SeriesViewer":
|
|
6920
|
-
this.
|
|
6920
|
+
this.yb.cx();
|
|
6921
6921
|
break;
|
|
6922
6922
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
6923
|
-
this.
|
|
6923
|
+
this.yb.cq();
|
|
6924
6924
|
break;
|
|
6925
6925
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
6926
|
-
this.
|
|
6926
|
+
this.yb.cp();
|
|
6927
6927
|
break;
|
|
6928
6928
|
case "XAxis":
|
|
6929
|
-
this.
|
|
6929
|
+
this.yb.cy();
|
|
6930
6930
|
break;
|
|
6931
6931
|
case "YAxis":
|
|
6932
|
-
this.
|
|
6932
|
+
this.yb.cz();
|
|
6933
6933
|
break;
|
|
6934
6934
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
6935
|
-
this.
|
|
6935
|
+
this.yb.c0();
|
|
6936
6936
|
break;
|
|
6937
6937
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
6938
|
-
this.
|
|
6938
|
+
this.yb.c1();
|
|
6939
6939
|
break;
|
|
6940
6940
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
6941
|
-
this.
|
|
6941
|
+
this.yb.c2();
|
|
6942
6942
|
break;
|
|
6943
6943
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
6944
|
-
this.
|
|
6944
|
+
this.yb.cl();
|
|
6945
6945
|
break;
|
|
6946
6946
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
6947
|
-
this.
|
|
6947
|
+
this.yb.ci();
|
|
6948
6948
|
break;
|
|
6949
6949
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
6950
|
-
this.
|
|
6950
|
+
this.yb.cj();
|
|
6951
6951
|
break;
|
|
6952
6952
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
6953
|
-
this.
|
|
6953
|
+
this.yb.ck();
|
|
6954
6954
|
break;
|
|
6955
6955
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
6956
|
-
this.
|
|
6956
|
+
this.yb.co();
|
|
6957
6957
|
break;
|
|
6958
6958
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
6959
|
-
this.
|
|
6959
|
+
this.yb.cn();
|
|
6960
6960
|
break;
|
|
6961
6961
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
6962
|
-
this.
|
|
6962
|
+
this.yb.cm();
|
|
6963
6963
|
break;
|
|
6964
6964
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
6965
|
-
this.
|
|
6966
|
-
this.
|
|
6967
|
-
if (this.
|
|
6968
|
-
let e = this.
|
|
6969
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
6965
|
+
this.wz.zo = this.yg;
|
|
6966
|
+
this.yd = this.yg;
|
|
6967
|
+
if (this.yg) {
|
|
6968
|
+
let e = this.wz;
|
|
6969
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y8));
|
|
6970
6970
|
}
|
|
6971
6971
|
else {
|
|
6972
|
-
let f = this.
|
|
6973
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
6972
|
+
let f = this.wz;
|
|
6973
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y8));
|
|
6974
6974
|
}
|
|
6975
6975
|
break;
|
|
6976
6976
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
6977
|
-
this.
|
|
6978
|
-
this.
|
|
6979
|
-
if (this.
|
|
6980
|
-
let g = this.
|
|
6981
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
6977
|
+
this.wz.zn = this.yf;
|
|
6978
|
+
this.yc = this.yf;
|
|
6979
|
+
if (this.yg) {
|
|
6980
|
+
let g = this.wz;
|
|
6981
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y7));
|
|
6982
6982
|
}
|
|
6983
6983
|
else {
|
|
6984
|
-
let h = this.
|
|
6985
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
6984
|
+
let h = this.wz;
|
|
6985
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y7));
|
|
6986
6986
|
}
|
|
6987
6987
|
break;
|
|
6988
6988
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
6989
|
-
this.
|
|
6989
|
+
this.wz.y7 = this.x9;
|
|
6990
6990
|
break;
|
|
6991
6991
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
6992
|
-
this.
|
|
6992
|
+
this.wz.z7 = this.yl;
|
|
6993
6993
|
break;
|
|
6994
6994
|
}
|
|
6995
6995
|
}
|
|
6996
|
-
|
|
6996
|
+
y8(a, b) {
|
|
6997
6997
|
if (this.assigningScatterStyle != null) {
|
|
6998
6998
|
this.assigningScatterStyle(this, b);
|
|
6999
6999
|
}
|
|
7000
7000
|
}
|
|
7001
|
-
|
|
7001
|
+
y7(a, b) {
|
|
7002
7002
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7003
7003
|
this.assigningScatterMarkerStyle(this, b);
|
|
7004
7004
|
}
|
|
7005
7005
|
}
|
|
7006
7006
|
}
|
|
7007
7007
|
GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7008
|
-
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7008
|
+
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ym:y9', [2], 'FillScale:x7:za', [BrushScale.$], 'FillScaleUseGlobalValues:ye:zb', [0, false], 'IsCustomScatterMarkerStyleAllowed:yf:zc', [0, false], 'IsCustomScatterStyleAllowed:yg:zd', [0, false], 'ItemSearchMode:x9:ze', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yl:zf', [1, 10000], 'LabelMemberPath:yu:zg', [2], 'LatitudeMemberPath:yw:zh', [2, null], 'LongitudeMemberPath:yy:zi', [2, null], 'MarkerBrushBrightness:yj:zj', [1, NaN], 'MarkerOutlineBrightness:yk:zk', [1, NaN], 'MarkerOutlineUsesFillScale:yh:zl', [0, false], 'RadiusMemberPath:y3:zm', [2, null], 'RadiusScale:ya:zn', [SizeScale.$], 'RadiusScaleUseGlobalValues:yi:zo', [0, false]]);
|
|
7009
7009
|
return GeographicProportionalSymbolSeries;
|
|
7010
7010
|
})();
|
|
7011
7011
|
|
|
@@ -7087,34 +7087,34 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7087
7087
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7088
7088
|
*/
|
|
7089
7089
|
get latitudeMemberPath() {
|
|
7090
|
-
return this.i.
|
|
7090
|
+
return this.i.yw;
|
|
7091
7091
|
}
|
|
7092
7092
|
set latitudeMemberPath(v) {
|
|
7093
|
-
this.i.
|
|
7093
|
+
this.i.yw = v;
|
|
7094
7094
|
}
|
|
7095
7095
|
/**
|
|
7096
7096
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7097
7097
|
*/
|
|
7098
7098
|
get longitudeMemberPath() {
|
|
7099
|
-
return this.i.
|
|
7099
|
+
return this.i.yy;
|
|
7100
7100
|
}
|
|
7101
7101
|
set longitudeMemberPath(v) {
|
|
7102
|
-
this.i.
|
|
7102
|
+
this.i.yy = v;
|
|
7103
7103
|
}
|
|
7104
7104
|
/**
|
|
7105
7105
|
* Gets or sets the radius mapping property for the current series object.
|
|
7106
7106
|
*/
|
|
7107
7107
|
get radiusMemberPath() {
|
|
7108
|
-
return this.i.
|
|
7108
|
+
return this.i.y3;
|
|
7109
7109
|
}
|
|
7110
7110
|
set radiusMemberPath(v) {
|
|
7111
|
-
this.i.
|
|
7111
|
+
this.i.y3 = v;
|
|
7112
7112
|
}
|
|
7113
7113
|
/**
|
|
7114
7114
|
* Gets or sets the radius size scale for the bubbles.
|
|
7115
7115
|
*/
|
|
7116
7116
|
get radiusScale() {
|
|
7117
|
-
const r = this.i.
|
|
7117
|
+
const r = this.i.ya;
|
|
7118
7118
|
if (r == null) {
|
|
7119
7119
|
return null;
|
|
7120
7120
|
}
|
|
@@ -7130,31 +7130,31 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7130
7130
|
set radiusScale(v) {
|
|
7131
7131
|
if (v != null && this._stylingContainer && v._styling)
|
|
7132
7132
|
v._styling(this._stylingContainer, this, this);
|
|
7133
|
-
v == null ? this.i.
|
|
7133
|
+
v == null ? this.i.ya = null : this.i.ya = v.i;
|
|
7134
7134
|
}
|
|
7135
7135
|
/**
|
|
7136
7136
|
* Gets or sets the Label mapping property for the current series object.
|
|
7137
7137
|
*/
|
|
7138
7138
|
get labelMemberPath() {
|
|
7139
|
-
return this.i.
|
|
7139
|
+
return this.i.yu;
|
|
7140
7140
|
}
|
|
7141
7141
|
set labelMemberPath(v) {
|
|
7142
|
-
this.i.
|
|
7142
|
+
this.i.yu = v;
|
|
7143
7143
|
}
|
|
7144
7144
|
/**
|
|
7145
7145
|
* Gets or sets the fill mapping property for the current series object.
|
|
7146
7146
|
*/
|
|
7147
7147
|
get fillMemberPath() {
|
|
7148
|
-
return this.i.
|
|
7148
|
+
return this.i.ym;
|
|
7149
7149
|
}
|
|
7150
7150
|
set fillMemberPath(v) {
|
|
7151
|
-
this.i.
|
|
7151
|
+
this.i.ym = v;
|
|
7152
7152
|
}
|
|
7153
7153
|
/**
|
|
7154
7154
|
* Gets or sets the brush scale for the marker brush.
|
|
7155
7155
|
*/
|
|
7156
7156
|
get fillScale() {
|
|
7157
|
-
const r = this.i.
|
|
7157
|
+
const r = this.i.x7;
|
|
7158
7158
|
if (r == null) {
|
|
7159
7159
|
return null;
|
|
7160
7160
|
}
|
|
@@ -7170,102 +7170,102 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7170
7170
|
set fillScale(v) {
|
|
7171
7171
|
if (v != null && this._stylingContainer && v._styling)
|
|
7172
7172
|
v._styling(this._stylingContainer, this, this);
|
|
7173
|
-
v == null ? this.i.
|
|
7173
|
+
v == null ? this.i.x7 = null : this.i.x7 = v.i;
|
|
7174
7174
|
}
|
|
7175
7175
|
/**
|
|
7176
7176
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
7177
7177
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7178
7178
|
*/
|
|
7179
7179
|
get fillScaleUseGlobalValues() {
|
|
7180
|
-
return this.i.
|
|
7180
|
+
return this.i.ye;
|
|
7181
7181
|
}
|
|
7182
7182
|
set fillScaleUseGlobalValues(v) {
|
|
7183
|
-
this.i.
|
|
7184
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
7183
|
+
this.i.ye = ensureBool(v);
|
|
7184
|
+
this._a("fillScaleUseGlobalValues", this.i.ye);
|
|
7185
7185
|
}
|
|
7186
7186
|
/**
|
|
7187
7187
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
7188
7188
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7189
7189
|
*/
|
|
7190
7190
|
get markerOutlineUsesFillScale() {
|
|
7191
|
-
return this.i.
|
|
7191
|
+
return this.i.yh;
|
|
7192
7192
|
}
|
|
7193
7193
|
set markerOutlineUsesFillScale(v) {
|
|
7194
|
-
this.i.
|
|
7195
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
7194
|
+
this.i.yh = ensureBool(v);
|
|
7195
|
+
this._a("markerOutlineUsesFillScale", this.i.yh);
|
|
7196
7196
|
}
|
|
7197
7197
|
/**
|
|
7198
7198
|
* 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
|
|
7199
7199
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7200
7200
|
*/
|
|
7201
7201
|
get markerOutlineBrightness() {
|
|
7202
|
-
return this.i.
|
|
7202
|
+
return this.i.yk;
|
|
7203
7203
|
}
|
|
7204
7204
|
set markerOutlineBrightness(v) {
|
|
7205
|
-
this.i.
|
|
7206
|
-
this._a("markerOutlineBrightness", this.i.
|
|
7205
|
+
this.i.yk = +v;
|
|
7206
|
+
this._a("markerOutlineBrightness", this.i.yk);
|
|
7207
7207
|
}
|
|
7208
7208
|
/**
|
|
7209
7209
|
* 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
|
|
7210
7210
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7211
7211
|
*/
|
|
7212
7212
|
get markerBrushBrightness() {
|
|
7213
|
-
return this.i.
|
|
7213
|
+
return this.i.yj;
|
|
7214
7214
|
}
|
|
7215
7215
|
set markerBrushBrightness(v) {
|
|
7216
|
-
this.i.
|
|
7217
|
-
this._a("markerBrushBrightness", this.i.
|
|
7216
|
+
this.i.yj = +v;
|
|
7217
|
+
this._a("markerBrushBrightness", this.i.yj);
|
|
7218
7218
|
}
|
|
7219
7219
|
/**
|
|
7220
7220
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
7221
7221
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7222
7222
|
*/
|
|
7223
7223
|
get radiusScaleUseGlobalValues() {
|
|
7224
|
-
return this.i.
|
|
7224
|
+
return this.i.yi;
|
|
7225
7225
|
}
|
|
7226
7226
|
set radiusScaleUseGlobalValues(v) {
|
|
7227
|
-
this.i.
|
|
7228
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
7227
|
+
this.i.yi = ensureBool(v);
|
|
7228
|
+
this._a("radiusScaleUseGlobalValues", this.i.yi);
|
|
7229
7229
|
}
|
|
7230
7230
|
/**
|
|
7231
7231
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7232
7232
|
*/
|
|
7233
7233
|
get isCustomScatterStyleAllowed() {
|
|
7234
|
-
return this.i.
|
|
7234
|
+
return this.i.yg;
|
|
7235
7235
|
}
|
|
7236
7236
|
set isCustomScatterStyleAllowed(v) {
|
|
7237
|
-
this.i.
|
|
7238
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7237
|
+
this.i.yg = ensureBool(v);
|
|
7238
|
+
this._a("isCustomScatterStyleAllowed", this.i.yg);
|
|
7239
7239
|
}
|
|
7240
7240
|
/**
|
|
7241
7241
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7242
7242
|
*/
|
|
7243
7243
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7244
|
-
return this.i.
|
|
7244
|
+
return this.i.yf;
|
|
7245
7245
|
}
|
|
7246
7246
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7247
|
-
this.i.
|
|
7248
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7247
|
+
this.i.yf = ensureBool(v);
|
|
7248
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.yf);
|
|
7249
7249
|
}
|
|
7250
7250
|
/**
|
|
7251
7251
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7252
7252
|
*/
|
|
7253
7253
|
get itemSearchMode() {
|
|
7254
|
-
return this.i.
|
|
7254
|
+
return this.i.x9;
|
|
7255
7255
|
}
|
|
7256
7256
|
set itemSearchMode(v) {
|
|
7257
|
-
this.i.
|
|
7258
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7257
|
+
this.i.x9 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7258
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x9));
|
|
7259
7259
|
}
|
|
7260
7260
|
/**
|
|
7261
7261
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7262
7262
|
*/
|
|
7263
7263
|
get itemSearchThreshold() {
|
|
7264
|
-
return this.i.
|
|
7264
|
+
return this.i.yl;
|
|
7265
7265
|
}
|
|
7266
7266
|
set itemSearchThreshold(v) {
|
|
7267
|
-
this.i.
|
|
7268
|
-
this._a("itemSearchThreshold", this.i.
|
|
7267
|
+
this.i.yl = +v;
|
|
7268
|
+
this._a("itemSearchThreshold", this.i.yl);
|
|
7269
7269
|
}
|
|
7270
7270
|
findByName(name) {
|
|
7271
7271
|
var baseResult = super.findByName(name);
|
|
@@ -7387,40 +7387,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7387
7387
|
}
|
|
7388
7388
|
}
|
|
7389
7389
|
b5() {
|
|
7390
|
-
let a = this.ch.
|
|
7390
|
+
let a = this.ch.wz;
|
|
7391
7391
|
super.b5();
|
|
7392
|
-
a.
|
|
7393
|
-
a.
|
|
7394
|
-
a.
|
|
7395
|
-
a.
|
|
7396
|
-
a.
|
|
7392
|
+
a.aas = this.ch.yn;
|
|
7393
|
+
a.aa0 = this.ch.yl;
|
|
7394
|
+
a.w9 = this.ch.w9;
|
|
7395
|
+
a.x1 = this.ch.xp;
|
|
7396
|
+
a.xi = this.ch.xa;
|
|
7397
7397
|
}
|
|
7398
7398
|
cj() {
|
|
7399
|
-
this.ch.
|
|
7399
|
+
this.ch.wz.aas = this.ch.yn;
|
|
7400
7400
|
}
|
|
7401
7401
|
ci() {
|
|
7402
|
-
this.ch.
|
|
7402
|
+
this.ch.wz.aa0 = this.ch.yl;
|
|
7403
7403
|
}
|
|
7404
7404
|
cp() {
|
|
7405
|
-
this.ch.
|
|
7405
|
+
this.ch.wz.w9 = this.ch.w9;
|
|
7406
7406
|
}
|
|
7407
7407
|
cn() {
|
|
7408
|
-
this.ch.
|
|
7408
|
+
this.ch.wz.x1 = this.ch.xp;
|
|
7409
7409
|
}
|
|
7410
7410
|
co() {
|
|
7411
|
-
this.ch.
|
|
7411
|
+
this.ch.wz.xi = this.ch.xa;
|
|
7412
7412
|
}
|
|
7413
7413
|
cq() {
|
|
7414
|
-
this.ch.
|
|
7414
|
+
this.ch.wz.z8 = this.ch.xb;
|
|
7415
7415
|
}
|
|
7416
7416
|
cs() {
|
|
7417
|
-
this.ch.
|
|
7417
|
+
this.ch.wz.xAxis = this.ch.db.ws;
|
|
7418
7418
|
}
|
|
7419
7419
|
ct() {
|
|
7420
|
-
this.ch.
|
|
7420
|
+
this.ch.wz.yAxis = this.ch.db.wu;
|
|
7421
7421
|
}
|
|
7422
7422
|
cr() {
|
|
7423
|
-
let a = this.ch.
|
|
7423
|
+
let a = this.ch.wz;
|
|
7424
7424
|
if (this.ch.db == null) {
|
|
7425
7425
|
a.xAxis = null;
|
|
7426
7426
|
a.yAxis = null;
|
|
@@ -7430,13 +7430,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7430
7430
|
a.yAxis = this.ch.db.wu;
|
|
7431
7431
|
}
|
|
7432
7432
|
cl() {
|
|
7433
|
-
this.ch.
|
|
7433
|
+
this.ch.wz.ys = this.ch.x7;
|
|
7434
7434
|
}
|
|
7435
7435
|
ck() {
|
|
7436
|
-
this.ch.
|
|
7436
|
+
this.ch.wz.yi = this.ch.x3;
|
|
7437
7437
|
}
|
|
7438
7438
|
cm() {
|
|
7439
|
-
this.ch.
|
|
7439
|
+
this.ch.wz.yj = this.ch.x4;
|
|
7440
7440
|
}
|
|
7441
7441
|
}
|
|
7442
7442
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7455,9 +7455,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7455
7455
|
}
|
|
7456
7456
|
constructor() {
|
|
7457
7457
|
super();
|
|
7458
|
-
this.
|
|
7459
|
-
this.yd = false;
|
|
7458
|
+
this.x9 = null;
|
|
7460
7459
|
this.yc = false;
|
|
7460
|
+
this.yb = false;
|
|
7461
7461
|
this.assigningScatterStyle = null;
|
|
7462
7462
|
this.assigningScatterMarkerStyle = null;
|
|
7463
7463
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -7465,85 +7465,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7465
7465
|
cs() {
|
|
7466
7466
|
return new GeographicSymbolSeriesView(this);
|
|
7467
7467
|
}
|
|
7468
|
-
|
|
7469
|
-
super.
|
|
7470
|
-
this.
|
|
7468
|
+
q0(a) {
|
|
7469
|
+
super.q0(a);
|
|
7470
|
+
this.ya = a;
|
|
7471
7471
|
}
|
|
7472
|
-
|
|
7472
|
+
jk() {
|
|
7473
7473
|
return 0.7;
|
|
7474
7474
|
}
|
|
7475
|
-
|
|
7475
|
+
wy() {
|
|
7476
7476
|
return new ScatterSeries();
|
|
7477
7477
|
}
|
|
7478
|
-
|
|
7478
|
+
get_fd() {
|
|
7479
7479
|
return true;
|
|
7480
7480
|
}
|
|
7481
|
-
|
|
7482
|
-
super.
|
|
7481
|
+
q8(a, b, c, d) {
|
|
7482
|
+
super.q8(a, b, c, d);
|
|
7483
7483
|
switch (b) {
|
|
7484
7484
|
case "SeriesViewer":
|
|
7485
|
-
this.
|
|
7485
|
+
this.ya.cr();
|
|
7486
7486
|
break;
|
|
7487
7487
|
case GeographicSymbolSeries.$$p[5]:
|
|
7488
|
-
this.
|
|
7488
|
+
this.ya.cj();
|
|
7489
7489
|
break;
|
|
7490
7490
|
case GeographicSymbolSeries.$$p[4]:
|
|
7491
|
-
this.
|
|
7491
|
+
this.ya.ci();
|
|
7492
7492
|
break;
|
|
7493
7493
|
case GeographicSymbolSeries.$$p[6]:
|
|
7494
|
-
this.
|
|
7494
|
+
this.ya.cl();
|
|
7495
7495
|
break;
|
|
7496
7496
|
case "XAxis":
|
|
7497
|
-
this.
|
|
7497
|
+
this.ya.cs();
|
|
7498
7498
|
break;
|
|
7499
7499
|
case "YAxis":
|
|
7500
|
-
this.
|
|
7500
|
+
this.ya.ct();
|
|
7501
7501
|
break;
|
|
7502
7502
|
case GeographicSymbolSeries.$$p[1]:
|
|
7503
|
-
this.
|
|
7504
|
-
this.
|
|
7505
|
-
if (this.
|
|
7506
|
-
let e = this.
|
|
7507
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7503
|
+
this.wz.zo = this.ye;
|
|
7504
|
+
this.yc = this.ye;
|
|
7505
|
+
if (this.ye) {
|
|
7506
|
+
let e = this.wz;
|
|
7507
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ys));
|
|
7508
7508
|
}
|
|
7509
7509
|
else {
|
|
7510
|
-
let f = this.
|
|
7511
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7510
|
+
let f = this.wz;
|
|
7511
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ys));
|
|
7512
7512
|
}
|
|
7513
7513
|
break;
|
|
7514
7514
|
case GeographicSymbolSeries.$$p[0]:
|
|
7515
|
-
this.
|
|
7516
|
-
this.
|
|
7517
|
-
if (this.
|
|
7518
|
-
let g = this.
|
|
7519
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7515
|
+
this.wz.zn = this.yd;
|
|
7516
|
+
this.yb = this.yd;
|
|
7517
|
+
if (this.ye) {
|
|
7518
|
+
let g = this.wz;
|
|
7519
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yr));
|
|
7520
7520
|
}
|
|
7521
7521
|
else {
|
|
7522
|
-
let h = this.
|
|
7523
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7522
|
+
let h = this.wz;
|
|
7523
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yr));
|
|
7524
7524
|
}
|
|
7525
7525
|
break;
|
|
7526
7526
|
case GeographicSymbolSeries.$$p[2]:
|
|
7527
|
-
this.
|
|
7527
|
+
this.wz.y7 = this.x8;
|
|
7528
7528
|
break;
|
|
7529
7529
|
case GeographicSymbolSeries.$$p[3]:
|
|
7530
|
-
this.
|
|
7530
|
+
this.wz.z7 = this.yg;
|
|
7531
7531
|
break;
|
|
7532
7532
|
}
|
|
7533
7533
|
}
|
|
7534
|
-
|
|
7534
|
+
ys(a, b) {
|
|
7535
7535
|
if (this.assigningScatterStyle != null) {
|
|
7536
7536
|
this.assigningScatterStyle(this, b);
|
|
7537
7537
|
}
|
|
7538
7538
|
}
|
|
7539
|
-
|
|
7539
|
+
yr(a, b) {
|
|
7540
7540
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7541
7541
|
this.assigningScatterMarkerStyle(this, b);
|
|
7542
7542
|
}
|
|
7543
7543
|
}
|
|
7544
7544
|
}
|
|
7545
7545
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
7546
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
7546
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yd:yt', [0, false], 'IsCustomScatterStyleAllowed:ye:yu', [0, false], 'ItemSearchMode:x8:yv', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yg:yw', [1, 10000], 'LatitudeMemberPath:yl:yx', [2, null], 'LongitudeMemberPath:yn:yy', [2, null], 'MarkerCollisionAvoidance:x7:yz', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yf:y0', [0, false]]);
|
|
7547
7547
|
return GeographicSymbolSeries;
|
|
7548
7548
|
})();
|
|
7549
7549
|
|
|
@@ -7625,69 +7625,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7625
7625
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7626
7626
|
*/
|
|
7627
7627
|
get latitudeMemberPath() {
|
|
7628
|
-
return this.i.
|
|
7628
|
+
return this.i.yl;
|
|
7629
7629
|
}
|
|
7630
7630
|
set latitudeMemberPath(v) {
|
|
7631
|
-
this.i.
|
|
7631
|
+
this.i.yl = v;
|
|
7632
7632
|
}
|
|
7633
7633
|
/**
|
|
7634
7634
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7635
7635
|
*/
|
|
7636
7636
|
get longitudeMemberPath() {
|
|
7637
|
-
return this.i.
|
|
7637
|
+
return this.i.yn;
|
|
7638
7638
|
}
|
|
7639
7639
|
set longitudeMemberPath(v) {
|
|
7640
|
-
this.i.
|
|
7640
|
+
this.i.yn = v;
|
|
7641
7641
|
}
|
|
7642
7642
|
/**
|
|
7643
7643
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
7644
7644
|
*/
|
|
7645
7645
|
get markerCollisionAvoidance() {
|
|
7646
|
-
return this.i.
|
|
7646
|
+
return this.i.x7;
|
|
7647
7647
|
}
|
|
7648
7648
|
set markerCollisionAvoidance(v) {
|
|
7649
|
-
this.i.
|
|
7650
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
7649
|
+
this.i.x7 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
7650
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x7));
|
|
7651
7651
|
}
|
|
7652
7652
|
/**
|
|
7653
7653
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7654
7654
|
*/
|
|
7655
7655
|
get isCustomScatterStyleAllowed() {
|
|
7656
|
-
return this.i.
|
|
7656
|
+
return this.i.ye;
|
|
7657
7657
|
}
|
|
7658
7658
|
set isCustomScatterStyleAllowed(v) {
|
|
7659
|
-
this.i.
|
|
7660
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7659
|
+
this.i.ye = ensureBool(v);
|
|
7660
|
+
this._a("isCustomScatterStyleAllowed", this.i.ye);
|
|
7661
7661
|
}
|
|
7662
7662
|
/**
|
|
7663
7663
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7664
7664
|
*/
|
|
7665
7665
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7666
|
-
return this.i.
|
|
7666
|
+
return this.i.yd;
|
|
7667
7667
|
}
|
|
7668
7668
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7669
|
-
this.i.
|
|
7670
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7669
|
+
this.i.yd = ensureBool(v);
|
|
7670
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.yd);
|
|
7671
7671
|
}
|
|
7672
7672
|
/**
|
|
7673
7673
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7674
7674
|
*/
|
|
7675
7675
|
get itemSearchMode() {
|
|
7676
|
-
return this.i.
|
|
7676
|
+
return this.i.x8;
|
|
7677
7677
|
}
|
|
7678
7678
|
set itemSearchMode(v) {
|
|
7679
|
-
this.i.
|
|
7680
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7679
|
+
this.i.x8 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7680
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x8));
|
|
7681
7681
|
}
|
|
7682
7682
|
/**
|
|
7683
7683
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7684
7684
|
*/
|
|
7685
7685
|
get itemSearchThreshold() {
|
|
7686
|
-
return this.i.
|
|
7686
|
+
return this.i.yg;
|
|
7687
7687
|
}
|
|
7688
7688
|
set itemSearchThreshold(v) {
|
|
7689
|
-
this.i.
|
|
7690
|
-
this._a("itemSearchThreshold", this.i.
|
|
7689
|
+
this.i.yg = +v;
|
|
7690
|
+
this._a("itemSearchThreshold", this.i.yg);
|
|
7691
7691
|
}
|
|
7692
7692
|
/**
|
|
7693
7693
|
* Event raised when Assigning Category Style
|
|
@@ -7810,56 +7810,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7810
7810
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
7811
7811
|
*/
|
|
7812
7812
|
get longitudeMemberPath() {
|
|
7813
|
-
return this.i.
|
|
7813
|
+
return this.i.xb;
|
|
7814
7814
|
}
|
|
7815
7815
|
set longitudeMemberPath(v) {
|
|
7816
|
-
this.i.
|
|
7816
|
+
this.i.xb = v;
|
|
7817
7817
|
}
|
|
7818
7818
|
/**
|
|
7819
7819
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
7820
7820
|
*/
|
|
7821
7821
|
get latitudeMemberPath() {
|
|
7822
|
-
return this.i.
|
|
7822
|
+
return this.i.w9;
|
|
7823
7823
|
}
|
|
7824
7824
|
set latitudeMemberPath(v) {
|
|
7825
|
-
this.i.
|
|
7825
|
+
this.i.w9 = v;
|
|
7826
7826
|
}
|
|
7827
7827
|
/**
|
|
7828
7828
|
* The source of triangulation data.
|
|
7829
7829
|
* 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.
|
|
7830
7830
|
*/
|
|
7831
7831
|
get trianglesSource() {
|
|
7832
|
-
return this.i.
|
|
7832
|
+
return this.i.w8;
|
|
7833
7833
|
}
|
|
7834
7834
|
set trianglesSource(v) {
|
|
7835
|
-
this.i.
|
|
7835
|
+
this.i.w8 = v;
|
|
7836
7836
|
}
|
|
7837
7837
|
/**
|
|
7838
7838
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
7839
7839
|
*/
|
|
7840
7840
|
get triangleVertexMemberPath1() {
|
|
7841
|
-
return this.i.
|
|
7841
|
+
return this.i.xe;
|
|
7842
7842
|
}
|
|
7843
7843
|
set triangleVertexMemberPath1(v) {
|
|
7844
|
-
this.i.
|
|
7844
|
+
this.i.xe = v;
|
|
7845
7845
|
}
|
|
7846
7846
|
/**
|
|
7847
7847
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
7848
7848
|
*/
|
|
7849
7849
|
get triangleVertexMemberPath2() {
|
|
7850
|
-
return this.i.
|
|
7850
|
+
return this.i.xg;
|
|
7851
7851
|
}
|
|
7852
7852
|
set triangleVertexMemberPath2(v) {
|
|
7853
|
-
this.i.
|
|
7853
|
+
this.i.xg = v;
|
|
7854
7854
|
}
|
|
7855
7855
|
/**
|
|
7856
7856
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
7857
7857
|
*/
|
|
7858
7858
|
get triangleVertexMemberPath3() {
|
|
7859
|
-
return this.i.
|
|
7859
|
+
return this.i.xi;
|
|
7860
7860
|
}
|
|
7861
7861
|
set triangleVertexMemberPath3(v) {
|
|
7862
|
-
this.i.
|
|
7862
|
+
this.i.xi = v;
|
|
7863
7863
|
}
|
|
7864
7864
|
}
|
|
7865
7865
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -7941,16 +7941,16 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7941
7941
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
7942
7942
|
*/
|
|
7943
7943
|
get colorMemberPath() {
|
|
7944
|
-
return this.i.
|
|
7944
|
+
return this.i.xx;
|
|
7945
7945
|
}
|
|
7946
7946
|
set colorMemberPath(v) {
|
|
7947
|
-
this.i.
|
|
7947
|
+
this.i.xx = v;
|
|
7948
7948
|
}
|
|
7949
7949
|
/**
|
|
7950
7950
|
* The ColorScale used to resolve the color values of points in the series.
|
|
7951
7951
|
*/
|
|
7952
7952
|
get colorScale() {
|
|
7953
|
-
const r = this.i.
|
|
7953
|
+
const r = this.i.xs;
|
|
7954
7954
|
if (r == null) {
|
|
7955
7955
|
return null;
|
|
7956
7956
|
}
|
|
@@ -7966,13 +7966,13 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7966
7966
|
set colorScale(v) {
|
|
7967
7967
|
if (v != null && this._stylingContainer && v._styling)
|
|
7968
7968
|
v._styling(this._stylingContainer, this, this);
|
|
7969
|
-
v == null ? this.i.
|
|
7969
|
+
v == null ? this.i.xs = null : this.i.xs = v.i;
|
|
7970
7970
|
}
|
|
7971
7971
|
/**
|
|
7972
7972
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
7973
7973
|
*/
|
|
7974
7974
|
get actualColorScale() {
|
|
7975
|
-
const r = this.i.
|
|
7975
|
+
const r = this.i.xr;
|
|
7976
7976
|
if (r == null) {
|
|
7977
7977
|
return null;
|
|
7978
7978
|
}
|
|
@@ -7988,7 +7988,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7988
7988
|
set actualColorScale(v) {
|
|
7989
7989
|
if (v != null && this._stylingContainer && v._styling)
|
|
7990
7990
|
v._styling(this._stylingContainer, this, this);
|
|
7991
|
-
v == null ? this.i.
|
|
7991
|
+
v == null ? this.i.xr = null : this.i.xr = v.i;
|
|
7992
7992
|
}
|
|
7993
7993
|
findByName(name) {
|
|
7994
7994
|
var baseResult = super.findByName(name);
|
|
@@ -8019,7 +8019,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8019
8019
|
|
|
8020
8020
|
*/
|
|
8021
8021
|
updateActualColorScale() {
|
|
8022
|
-
this.i.
|
|
8022
|
+
this.i.x2();
|
|
8023
8023
|
}
|
|
8024
8024
|
/**
|
|
8025
8025
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -8087,71 +8087,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8087
8087
|
}
|
|
8088
8088
|
b5() {
|
|
8089
8089
|
super.b5();
|
|
8090
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8091
|
-
a.
|
|
8092
|
-
a.
|
|
8093
|
-
a.xm = this.ch.xc;
|
|
8090
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.wz);
|
|
8091
|
+
a.y8 = this.ch.xo;
|
|
8092
|
+
a.zg = this.ch.xm;
|
|
8094
8093
|
a.xl = this.ch.xb;
|
|
8095
|
-
a.
|
|
8096
|
-
a.
|
|
8094
|
+
a.xk = this.ch.xa;
|
|
8095
|
+
a.f7 = this.ch.w9;
|
|
8097
8096
|
a.yg = this.ch.xd;
|
|
8098
|
-
a.
|
|
8097
|
+
a.yf = this.ch.xc;
|
|
8099
8098
|
a.aae = this.ch.x7;
|
|
8100
|
-
a.
|
|
8099
|
+
a.aad = this.ch.x6;
|
|
8100
|
+
a.ys = this.ch.xg;
|
|
8101
8101
|
}
|
|
8102
8102
|
cn() {
|
|
8103
|
-
this.ch.
|
|
8103
|
+
this.ch.wz.y8 = this.ch.xo;
|
|
8104
8104
|
}
|
|
8105
8105
|
cm() {
|
|
8106
|
-
this.ch.
|
|
8106
|
+
this.ch.wz.zg = this.ch.xm;
|
|
8107
8107
|
}
|
|
8108
8108
|
cs() {
|
|
8109
|
-
this.ch.
|
|
8109
|
+
this.ch.wz.xl = this.ch.xb;
|
|
8110
8110
|
}
|
|
8111
8111
|
cq() {
|
|
8112
|
-
this.ch.
|
|
8112
|
+
this.ch.wz.xk = this.ch.xa;
|
|
8113
8113
|
}
|
|
8114
8114
|
co() {
|
|
8115
|
-
this.ch.
|
|
8115
|
+
this.ch.wz.f7 = this.ch.w9;
|
|
8116
8116
|
}
|
|
8117
8117
|
cl() {
|
|
8118
|
-
this.ch.
|
|
8118
|
+
this.ch.wz.yg = this.ch.xd;
|
|
8119
8119
|
}
|
|
8120
8120
|
cj() {
|
|
8121
|
-
this.ch.
|
|
8121
|
+
this.ch.wz.yf = this.ch.xc;
|
|
8122
8122
|
}
|
|
8123
8123
|
cr() {
|
|
8124
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8124
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.wz);
|
|
8125
8125
|
if (this.ch.db == null) {
|
|
8126
|
-
a.
|
|
8127
|
-
a.
|
|
8126
|
+
a.w4 = null;
|
|
8127
|
+
a.w6 = null;
|
|
8128
8128
|
return;
|
|
8129
8129
|
}
|
|
8130
|
-
a.
|
|
8131
|
-
a.
|
|
8130
|
+
a.w4 = this.ch.db.ws;
|
|
8131
|
+
a.w6 = this.ch.db.wu;
|
|
8132
8132
|
}
|
|
8133
8133
|
ct() {
|
|
8134
|
-
this.ch.
|
|
8134
|
+
this.ch.wz.w4 = this.ch.db.ws;
|
|
8135
8135
|
}
|
|
8136
8136
|
cu() {
|
|
8137
|
-
this.ch.
|
|
8137
|
+
this.ch.wz.w6 = this.ch.db.wu;
|
|
8138
8138
|
}
|
|
8139
8139
|
ck() {
|
|
8140
|
-
this.ch.
|
|
8140
|
+
this.ch.wz.aae = this.ch.x7;
|
|
8141
8141
|
}
|
|
8142
8142
|
ci() {
|
|
8143
|
-
this.ch.
|
|
8143
|
+
this.ch.wz.aad = this.ch.x6;
|
|
8144
8144
|
}
|
|
8145
8145
|
cp() {
|
|
8146
|
-
this.ch.
|
|
8146
|
+
this.ch.wz.ys = this.ch.xg;
|
|
8147
8147
|
}
|
|
8148
8148
|
au() {
|
|
8149
8149
|
super.au();
|
|
8150
8150
|
if (!this.q) {
|
|
8151
|
-
this.ch.
|
|
8152
|
-
this.ch.
|
|
8153
|
-
this.ch.
|
|
8154
|
-
this.ch.
|
|
8151
|
+
this.ch.x7 = Defaults.aq;
|
|
8152
|
+
this.ch.x6 = Defaults.ap;
|
|
8153
|
+
this.ch.ve = Defaults.al;
|
|
8154
|
+
this.ch.vu = Defaults.ak;
|
|
8155
8155
|
}
|
|
8156
8156
|
}
|
|
8157
8157
|
}
|
|
@@ -8166,112 +8166,112 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8166
8166
|
bj() {
|
|
8167
8167
|
return new GeographicHighDensityScatterSeries();
|
|
8168
8168
|
}
|
|
8169
|
-
|
|
8170
|
-
if (!isNaN_(this.
|
|
8171
|
-
return super.
|
|
8169
|
+
jj() {
|
|
8170
|
+
if (!isNaN_(this.ji)) {
|
|
8171
|
+
return super.jj();
|
|
8172
8172
|
}
|
|
8173
8173
|
return Defaults.q;
|
|
8174
8174
|
}
|
|
8175
|
-
|
|
8175
|
+
get_fn() {
|
|
8176
8176
|
return true;
|
|
8177
8177
|
}
|
|
8178
8178
|
constructor() {
|
|
8179
8179
|
super();
|
|
8180
|
-
this.
|
|
8180
|
+
this.w7 = null;
|
|
8181
8181
|
this.progressiveLoadStatusChanged = null;
|
|
8182
|
-
this.
|
|
8182
|
+
this.xf = 0;
|
|
8183
8183
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8184
8184
|
}
|
|
8185
8185
|
cs() {
|
|
8186
8186
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8187
8187
|
}
|
|
8188
|
-
|
|
8189
|
-
super.
|
|
8190
|
-
this.
|
|
8188
|
+
q0(a) {
|
|
8189
|
+
super.q0(a);
|
|
8190
|
+
this.w8 = a;
|
|
8191
8191
|
}
|
|
8192
|
-
|
|
8193
|
-
this.
|
|
8194
|
-
return this.
|
|
8192
|
+
wy() {
|
|
8193
|
+
this.w7 = new HighDensityScatterSeries();
|
|
8194
|
+
return this.w7;
|
|
8195
8195
|
}
|
|
8196
|
-
get
|
|
8197
|
-
return this.
|
|
8196
|
+
get xh() {
|
|
8197
|
+
return this.xf;
|
|
8198
8198
|
}
|
|
8199
|
-
set
|
|
8200
|
-
let b = this.
|
|
8201
|
-
this.
|
|
8202
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
8199
|
+
set xh(a) {
|
|
8200
|
+
let b = this.xf;
|
|
8201
|
+
this.xf = a;
|
|
8202
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.xf);
|
|
8203
8203
|
}
|
|
8204
|
-
|
|
8205
|
-
super.
|
|
8206
|
-
let c = this.
|
|
8207
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
8208
|
-
let d = this.
|
|
8209
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
8210
|
-
}
|
|
8211
|
-
|
|
8212
|
-
this.
|
|
8204
|
+
w4(a, b) {
|
|
8205
|
+
super.w4(a, b);
|
|
8206
|
+
let c = this.wz;
|
|
8207
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.xv));
|
|
8208
|
+
let d = this.wz;
|
|
8209
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.xu));
|
|
8210
|
+
}
|
|
8211
|
+
xv(a, b) {
|
|
8212
|
+
this.xh = b.currentStatus;
|
|
8213
8213
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8214
8214
|
this.progressiveLoadStatusChanged(this, b);
|
|
8215
8215
|
}
|
|
8216
8216
|
}
|
|
8217
|
-
|
|
8218
|
-
if (this.
|
|
8217
|
+
xu(a, b) {
|
|
8218
|
+
if (this.w7 == null) {
|
|
8219
8219
|
return;
|
|
8220
8220
|
}
|
|
8221
8221
|
}
|
|
8222
|
-
|
|
8223
|
-
super.
|
|
8222
|
+
q8(a, b, c, d) {
|
|
8223
|
+
super.q8(a, b, c, d);
|
|
8224
8224
|
switch (b) {
|
|
8225
8225
|
case "SeriesViewer":
|
|
8226
|
-
this.
|
|
8226
|
+
this.w8.cr();
|
|
8227
8227
|
break;
|
|
8228
8228
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8229
|
-
this.
|
|
8229
|
+
this.w8.cn();
|
|
8230
8230
|
break;
|
|
8231
8231
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8232
|
-
this.
|
|
8232
|
+
this.w8.cm();
|
|
8233
8233
|
break;
|
|
8234
8234
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8235
|
-
this.
|
|
8235
|
+
this.w8.cs();
|
|
8236
8236
|
break;
|
|
8237
8237
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8238
|
-
this.
|
|
8238
|
+
this.w8.cq();
|
|
8239
8239
|
break;
|
|
8240
8240
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8241
|
-
this.
|
|
8241
|
+
this.w8.co();
|
|
8242
8242
|
break;
|
|
8243
8243
|
case "XAxis":
|
|
8244
|
-
this.
|
|
8244
|
+
this.w8.ct();
|
|
8245
8245
|
break;
|
|
8246
8246
|
case "YAxis":
|
|
8247
|
-
this.
|
|
8247
|
+
this.w8.cu();
|
|
8248
8248
|
break;
|
|
8249
8249
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8250
|
-
this.
|
|
8250
|
+
this.w8.cl();
|
|
8251
8251
|
break;
|
|
8252
8252
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8253
|
-
this.
|
|
8253
|
+
this.w8.cj();
|
|
8254
8254
|
break;
|
|
8255
8255
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8256
|
-
this.
|
|
8256
|
+
this.w8.ck();
|
|
8257
8257
|
break;
|
|
8258
8258
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8259
|
-
this.
|
|
8259
|
+
this.w8.ci();
|
|
8260
8260
|
break;
|
|
8261
8261
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8262
|
-
this.
|
|
8262
|
+
this.w8.cp();
|
|
8263
8263
|
break;
|
|
8264
8264
|
}
|
|
8265
8265
|
}
|
|
8266
|
-
|
|
8266
|
+
get_g6() {
|
|
8267
8267
|
return true;
|
|
8268
8268
|
}
|
|
8269
|
-
|
|
8270
|
-
super.
|
|
8269
|
+
set_g6(a) {
|
|
8270
|
+
super.set_g6(a);
|
|
8271
8271
|
}
|
|
8272
8272
|
}
|
|
8273
8273
|
GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8274
|
-
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8274
|
+
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x6:xw', [Color.$, Defaults.ap], 'HeatMaximum:xc:xx', [1, 50], 'HeatMinimumColor:x7:xy', [Color.$, Defaults.aq], 'HeatMinimum:xd:xz', [1, 0], 'LatitudeMemberPath:xm:x0', [2, null], 'LongitudeMemberPath:xo:x1', [2, null], 'MouseOverEnabled:w9:x2', [0, false], 'PointExtent:xg:x3', [1, 1], 'ProgressiveLoad:xa:x4', [0, true], 'UseBruteForce:xb:x5', [0, false]]);
|
|
8275
8275
|
return GeographicHighDensityScatterSeries;
|
|
8276
8276
|
})();
|
|
8277
8277
|
|
|
@@ -8345,115 +8345,115 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8345
8345
|
* Gets whether the current series shows pixels.
|
|
8346
8346
|
*/
|
|
8347
8347
|
get isPixel() {
|
|
8348
|
-
return this.i.
|
|
8348
|
+
return this.i.fn;
|
|
8349
8349
|
}
|
|
8350
8350
|
/**
|
|
8351
8351
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8352
8352
|
*/
|
|
8353
8353
|
get latitudeMemberPath() {
|
|
8354
|
-
return this.i.
|
|
8354
|
+
return this.i.xm;
|
|
8355
8355
|
}
|
|
8356
8356
|
set latitudeMemberPath(v) {
|
|
8357
|
-
this.i.
|
|
8357
|
+
this.i.xm = v;
|
|
8358
8358
|
}
|
|
8359
8359
|
/**
|
|
8360
8360
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8361
8361
|
*/
|
|
8362
8362
|
get longitudeMemberPath() {
|
|
8363
|
-
return this.i.
|
|
8363
|
+
return this.i.xo;
|
|
8364
8364
|
}
|
|
8365
8365
|
set longitudeMemberPath(v) {
|
|
8366
|
-
this.i.
|
|
8366
|
+
this.i.xo = v;
|
|
8367
8367
|
}
|
|
8368
8368
|
/**
|
|
8369
8369
|
* Gets or sets the whether to use use brute force mode.
|
|
8370
8370
|
*/
|
|
8371
8371
|
get useBruteForce() {
|
|
8372
|
-
return this.i.
|
|
8372
|
+
return this.i.xb;
|
|
8373
8373
|
}
|
|
8374
8374
|
set useBruteForce(v) {
|
|
8375
|
-
this.i.
|
|
8376
|
-
this._a("useBruteForce", this.i.
|
|
8375
|
+
this.i.xb = ensureBool(v);
|
|
8376
|
+
this._a("useBruteForce", this.i.xb);
|
|
8377
8377
|
}
|
|
8378
8378
|
/**
|
|
8379
8379
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
8380
8380
|
*/
|
|
8381
8381
|
get progressiveLoad() {
|
|
8382
|
-
return this.i.
|
|
8382
|
+
return this.i.xa;
|
|
8383
8383
|
}
|
|
8384
8384
|
set progressiveLoad(v) {
|
|
8385
|
-
this.i.
|
|
8386
|
-
this._a("progressiveLoad", this.i.
|
|
8385
|
+
this.i.xa = ensureBool(v);
|
|
8386
|
+
this._a("progressiveLoad", this.i.xa);
|
|
8387
8387
|
}
|
|
8388
8388
|
/**
|
|
8389
8389
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
8390
8390
|
*/
|
|
8391
8391
|
get mouseOverEnabled() {
|
|
8392
|
-
return this.i.
|
|
8392
|
+
return this.i.w9;
|
|
8393
8393
|
}
|
|
8394
8394
|
set mouseOverEnabled(v) {
|
|
8395
|
-
this.i.
|
|
8396
|
-
this._a("mouseOverEnabled", this.i.
|
|
8395
|
+
this.i.w9 = ensureBool(v);
|
|
8396
|
+
this._a("mouseOverEnabled", this.i.w9);
|
|
8397
8397
|
}
|
|
8398
8398
|
/**
|
|
8399
8399
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
8400
8400
|
*/
|
|
8401
8401
|
get heatMinimum() {
|
|
8402
|
-
return this.i.
|
|
8402
|
+
return this.i.xd;
|
|
8403
8403
|
}
|
|
8404
8404
|
set heatMinimum(v) {
|
|
8405
|
-
this.i.
|
|
8406
|
-
this._a("heatMinimum", this.i.
|
|
8405
|
+
this.i.xd = +v;
|
|
8406
|
+
this._a("heatMinimum", this.i.xd);
|
|
8407
8407
|
}
|
|
8408
8408
|
/**
|
|
8409
8409
|
* Gets or sets the value that maps to the maximum heat color.
|
|
8410
8410
|
*/
|
|
8411
8411
|
get heatMaximum() {
|
|
8412
|
-
return this.i.
|
|
8412
|
+
return this.i.xc;
|
|
8413
8413
|
}
|
|
8414
8414
|
set heatMaximum(v) {
|
|
8415
|
-
this.i.
|
|
8416
|
-
this._a("heatMaximum", this.i.
|
|
8415
|
+
this.i.xc = +v;
|
|
8416
|
+
this._a("heatMaximum", this.i.xc);
|
|
8417
8417
|
}
|
|
8418
8418
|
/**
|
|
8419
8419
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
8420
8420
|
*/
|
|
8421
8421
|
get heatMinimumColor() {
|
|
8422
|
-
return colorToString(this.i.
|
|
8422
|
+
return colorToString(this.i.x7);
|
|
8423
8423
|
}
|
|
8424
8424
|
set heatMinimumColor(v) {
|
|
8425
|
-
this.i.
|
|
8426
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
8425
|
+
this.i.x7 = stringToColor(v);
|
|
8426
|
+
this._a("heatMinimumColor", colorToString(this.i.x7));
|
|
8427
8427
|
}
|
|
8428
8428
|
/**
|
|
8429
8429
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
8430
8430
|
*/
|
|
8431
8431
|
get heatMaximumColor() {
|
|
8432
|
-
return colorToString(this.i.
|
|
8432
|
+
return colorToString(this.i.x6);
|
|
8433
8433
|
}
|
|
8434
8434
|
set heatMaximumColor(v) {
|
|
8435
|
-
this.i.
|
|
8436
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
8435
|
+
this.i.x6 = stringToColor(v);
|
|
8436
|
+
this._a("heatMaximumColor", colorToString(this.i.x6));
|
|
8437
8437
|
}
|
|
8438
8438
|
/**
|
|
8439
8439
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
8440
8440
|
*/
|
|
8441
8441
|
get pointExtent() {
|
|
8442
|
-
return this.i.
|
|
8442
|
+
return this.i.xg;
|
|
8443
8443
|
}
|
|
8444
8444
|
set pointExtent(v) {
|
|
8445
|
-
this.i.
|
|
8446
|
-
this._a("pointExtent", this.i.
|
|
8445
|
+
this.i.xg = +v;
|
|
8446
|
+
this._a("pointExtent", this.i.xg);
|
|
8447
8447
|
}
|
|
8448
8448
|
/**
|
|
8449
8449
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
8450
8450
|
*/
|
|
8451
8451
|
get progressiveStatus() {
|
|
8452
|
-
return this.i.
|
|
8452
|
+
return this.i.xh;
|
|
8453
8453
|
}
|
|
8454
8454
|
set progressiveStatus(v) {
|
|
8455
|
-
this.i.
|
|
8456
|
-
this._a("progressiveStatus", this.i.
|
|
8455
|
+
this.i.xh = +v;
|
|
8456
|
+
this._a("progressiveStatus", this.i.xh);
|
|
8457
8457
|
}
|
|
8458
8458
|
/**
|
|
8459
8459
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -8536,24 +8536,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8536
8536
|
au() {
|
|
8537
8537
|
super.au();
|
|
8538
8538
|
if (!this.q) {
|
|
8539
|
-
this.cp.
|
|
8539
|
+
this.cp.jo = Defaults.m;
|
|
8540
8540
|
}
|
|
8541
8541
|
}
|
|
8542
8542
|
b5() {
|
|
8543
8543
|
super.b5();
|
|
8544
|
-
if (this.cp.
|
|
8545
|
-
this.cp.
|
|
8546
|
-
this.cp.
|
|
8544
|
+
if (this.cp.wz != null) {
|
|
8545
|
+
this.cp.xr.yu = this.cp.xu;
|
|
8546
|
+
this.cp.xr.y4 = this.cp.xy;
|
|
8547
8547
|
}
|
|
8548
8548
|
}
|
|
8549
8549
|
cq() {
|
|
8550
|
-
if (this.cp.
|
|
8551
|
-
this.cp.
|
|
8550
|
+
if (this.cp.xr != null) {
|
|
8551
|
+
this.cp.xr.yu = this.cp.xu;
|
|
8552
8552
|
}
|
|
8553
8553
|
}
|
|
8554
8554
|
cr() {
|
|
8555
|
-
if (this.cp.
|
|
8556
|
-
this.cp.
|
|
8555
|
+
if (this.cp.xr != null) {
|
|
8556
|
+
this.cp.xr.y4 = this.cp.xy;
|
|
8557
8557
|
}
|
|
8558
8558
|
}
|
|
8559
8559
|
}
|
|
@@ -8568,7 +8568,7 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8568
8568
|
bj() {
|
|
8569
8569
|
return new GeographicContourLineSeries();
|
|
8570
8570
|
}
|
|
8571
|
-
|
|
8571
|
+
get_fi() {
|
|
8572
8572
|
return true;
|
|
8573
8573
|
}
|
|
8574
8574
|
constructor() {
|
|
@@ -8576,70 +8576,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8576
8576
|
this.triangulationStatusChanged = null;
|
|
8577
8577
|
this.ab = GeographicContourLineSeries.$;
|
|
8578
8578
|
}
|
|
8579
|
-
|
|
8580
|
-
super.
|
|
8579
|
+
w4(a, b) {
|
|
8580
|
+
super.w4(a, b);
|
|
8581
8581
|
}
|
|
8582
|
-
|
|
8583
|
-
this.
|
|
8584
|
-
let a = this.
|
|
8585
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
8586
|
-
let b = this.
|
|
8587
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8588
|
-
return this.
|
|
8582
|
+
wy() {
|
|
8583
|
+
this.xr = new ScatterContourSeries();
|
|
8584
|
+
let a = this.xr;
|
|
8585
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
|
|
8586
|
+
let b = this.xr;
|
|
8587
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.x2));
|
|
8588
|
+
return this.xr;
|
|
8589
8589
|
}
|
|
8590
|
-
|
|
8590
|
+
x1(a, b) {
|
|
8591
8591
|
if (this.triangulationStatusChanged != null) {
|
|
8592
8592
|
this.triangulationStatusChanged(this, b);
|
|
8593
8593
|
}
|
|
8594
8594
|
}
|
|
8595
|
-
|
|
8596
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
8595
|
+
x2(a, b) {
|
|
8596
|
+
let c = typeCast(ScatterContourSeries.$, this.wz);
|
|
8597
8597
|
if (c == null) {
|
|
8598
8598
|
return;
|
|
8599
8599
|
}
|
|
8600
8600
|
if (b.propertyName == "ActualFillScale") {
|
|
8601
|
-
this.
|
|
8601
|
+
this.xt = c.yt;
|
|
8602
8602
|
}
|
|
8603
8603
|
}
|
|
8604
|
-
|
|
8605
|
-
super.
|
|
8604
|
+
sg() {
|
|
8605
|
+
super.sg();
|
|
8606
8606
|
}
|
|
8607
8607
|
cs() {
|
|
8608
8608
|
return new GeographicContourLineSeriesView(this);
|
|
8609
8609
|
}
|
|
8610
|
-
|
|
8611
|
-
super.
|
|
8612
|
-
this.
|
|
8610
|
+
q0(a) {
|
|
8611
|
+
super.q0(a);
|
|
8612
|
+
this.xv = a;
|
|
8613
8613
|
}
|
|
8614
|
-
|
|
8615
|
-
super.
|
|
8614
|
+
q8(a, b, c, d) {
|
|
8615
|
+
super.q8(a, b, c, d);
|
|
8616
8616
|
switch (b) {
|
|
8617
8617
|
case GeographicContourLineSeries.$$p[1]:
|
|
8618
|
-
this.
|
|
8618
|
+
this.xv.cq();
|
|
8619
8619
|
break;
|
|
8620
8620
|
case GeographicContourLineSeries.$$p[2]:
|
|
8621
|
-
this.
|
|
8621
|
+
this.xv.cr();
|
|
8622
8622
|
break;
|
|
8623
8623
|
case GeographicContourLineSeries.$$p[3]:
|
|
8624
|
-
this.
|
|
8624
|
+
this.xr.yr = this.xq;
|
|
8625
8625
|
break;
|
|
8626
8626
|
case "DashArray":
|
|
8627
|
-
this.
|
|
8627
|
+
this.xr.v1 = this.v1;
|
|
8628
8628
|
break;
|
|
8629
8629
|
case "DashCap":
|
|
8630
|
-
this.
|
|
8630
|
+
this.xr.v2 = this.v2;
|
|
8631
8631
|
break;
|
|
8632
8632
|
case "MiterLimit":
|
|
8633
|
-
this.
|
|
8633
|
+
this.xr.jg = this.jg;
|
|
8634
8634
|
break;
|
|
8635
8635
|
case "LineJoin":
|
|
8636
|
-
this.
|
|
8636
|
+
this.xr.v4 = this.v4;
|
|
8637
8637
|
break;
|
|
8638
8638
|
}
|
|
8639
8639
|
}
|
|
8640
8640
|
}
|
|
8641
8641
|
GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
8642
|
-
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
8642
|
+
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xt:x3', [ValueBrushScale.$, null], 'FillScale:xu:x4', [ValueBrushScale.$, null], 'ValueMemberPath:xy:x5', [2, "value"], 'ValueResolver:xq:x6', [ContourValueResolver.$, null]]);
|
|
8643
8643
|
return GeographicContourLineSeries;
|
|
8644
8644
|
})();
|
|
8645
8645
|
|
|
@@ -8712,22 +8712,22 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8712
8712
|
* Gets whether the current series shows a line contour shape.
|
|
8713
8713
|
*/
|
|
8714
8714
|
get isLineContour() {
|
|
8715
|
-
return this.i.
|
|
8715
|
+
return this.i.fi;
|
|
8716
8716
|
}
|
|
8717
8717
|
/**
|
|
8718
8718
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
8719
8719
|
*/
|
|
8720
8720
|
get valueMemberPath() {
|
|
8721
|
-
return this.i.
|
|
8721
|
+
return this.i.xy;
|
|
8722
8722
|
}
|
|
8723
8723
|
set valueMemberPath(v) {
|
|
8724
|
-
this.i.
|
|
8724
|
+
this.i.xy = v;
|
|
8725
8725
|
}
|
|
8726
8726
|
/**
|
|
8727
8727
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8728
8728
|
*/
|
|
8729
8729
|
get fillScale() {
|
|
8730
|
-
const r = this.i.
|
|
8730
|
+
const r = this.i.xu;
|
|
8731
8731
|
if (r == null) {
|
|
8732
8732
|
return null;
|
|
8733
8733
|
}
|
|
@@ -8743,13 +8743,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8743
8743
|
set fillScale(v) {
|
|
8744
8744
|
if (v != null && this._stylingContainer && v._styling)
|
|
8745
8745
|
v._styling(this._stylingContainer, this, this);
|
|
8746
|
-
v == null ? this.i.
|
|
8746
|
+
v == null ? this.i.xu = null : this.i.xu = v.i;
|
|
8747
8747
|
}
|
|
8748
8748
|
/**
|
|
8749
8749
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8750
8750
|
*/
|
|
8751
8751
|
get actualFillScale() {
|
|
8752
|
-
const r = this.i.
|
|
8752
|
+
const r = this.i.xt;
|
|
8753
8753
|
if (r == null) {
|
|
8754
8754
|
return null;
|
|
8755
8755
|
}
|
|
@@ -8765,13 +8765,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8765
8765
|
set actualFillScale(v) {
|
|
8766
8766
|
if (v != null && this._stylingContainer && v._styling)
|
|
8767
8767
|
v._styling(this._stylingContainer, this, this);
|
|
8768
|
-
v == null ? this.i.
|
|
8768
|
+
v == null ? this.i.xt = null : this.i.xt = v.i;
|
|
8769
8769
|
}
|
|
8770
8770
|
/**
|
|
8771
8771
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8772
8772
|
*/
|
|
8773
8773
|
get valueResolver() {
|
|
8774
|
-
const r = this.i.
|
|
8774
|
+
const r = this.i.xq;
|
|
8775
8775
|
if (r == null) {
|
|
8776
8776
|
return null;
|
|
8777
8777
|
}
|
|
@@ -8787,7 +8787,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8787
8787
|
set valueResolver(v) {
|
|
8788
8788
|
if (v != null && this._stylingContainer && v._styling)
|
|
8789
8789
|
v._styling(this._stylingContainer, this, this);
|
|
8790
|
-
v == null ? this.i.
|
|
8790
|
+
v == null ? this.i.xq = null : this.i.xq = v.i;
|
|
8791
8791
|
}
|
|
8792
8792
|
findByName(name) {
|
|
8793
8793
|
var baseResult = super.findByName(name);
|