igniteui-angular-maps 17.2.0-beta.0 → 17.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1047 -1020
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1055 -1028
- package/fesm5/igniteui-angular-maps.js +1047 -1020
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +2 -2
|
@@ -437,311 +437,311 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
437
437
|
class GeographicMapSeriesHost extends Series {
|
|
438
438
|
constructor() {
|
|
439
439
|
super();
|
|
440
|
-
this.
|
|
441
|
-
this.
|
|
440
|
+
this.t2 = null;
|
|
441
|
+
this.t4 = this.t3();
|
|
442
442
|
}
|
|
443
|
-
|
|
444
|
-
super.
|
|
445
|
-
if (this.
|
|
446
|
-
this.
|
|
443
|
+
oh() {
|
|
444
|
+
super.oh();
|
|
445
|
+
if (this.t4 != null) {
|
|
446
|
+
this.t4.oh();
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
|
-
|
|
449
|
+
get_er() {
|
|
450
450
|
return true;
|
|
451
451
|
}
|
|
452
|
-
|
|
453
|
-
let c = this.
|
|
452
|
+
jv(a, b) {
|
|
453
|
+
let c = this.lw(b);
|
|
454
454
|
if (c == "LatitudeMemberPath") {
|
|
455
455
|
c = "YMemberPath";
|
|
456
456
|
}
|
|
457
457
|
if (c == "LongitudeMemberPath") {
|
|
458
458
|
c = "XMemberPath";
|
|
459
459
|
}
|
|
460
|
-
return this.
|
|
460
|
+
return this.t4.jv(a, b);
|
|
461
461
|
}
|
|
462
|
-
|
|
463
|
-
return this.
|
|
462
|
+
dt(a, b, c, d) {
|
|
463
|
+
return this.t4.dt(a, b, c, d);
|
|
464
464
|
}
|
|
465
465
|
ag() {
|
|
466
|
-
return this.
|
|
466
|
+
return this.t4.ag();
|
|
467
467
|
}
|
|
468
|
-
|
|
469
|
-
return this.
|
|
468
|
+
bk() {
|
|
469
|
+
return this.t4;
|
|
470
470
|
}
|
|
471
|
-
get
|
|
472
|
-
return this.
|
|
471
|
+
get t4() {
|
|
472
|
+
return this.t2;
|
|
473
473
|
}
|
|
474
|
-
set
|
|
475
|
-
let b = this.
|
|
474
|
+
set t4(a) {
|
|
475
|
+
let b = this.t4 != a;
|
|
476
476
|
if (b) {
|
|
477
|
-
this.
|
|
478
|
-
this.
|
|
477
|
+
this.t2 = a;
|
|
478
|
+
this.t9();
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
481
|
get_hasMarkers() {
|
|
482
|
-
return this.
|
|
482
|
+
return this.t4.hasMarkers;
|
|
483
483
|
}
|
|
484
|
-
|
|
485
|
-
if (this.
|
|
486
|
-
let hostedSeries_ = this.
|
|
484
|
+
t9() {
|
|
485
|
+
if (this.t2 != null) {
|
|
486
|
+
let hostedSeries_ = this.t2;
|
|
487
487
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
488
488
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
489
489
|
}
|
|
490
|
-
this.
|
|
491
|
-
this.
|
|
490
|
+
this.ns(this.t4);
|
|
491
|
+
this.t5.b5();
|
|
492
492
|
}
|
|
493
493
|
ax(a, b, c) {
|
|
494
|
-
return this.az(this.
|
|
494
|
+
return this.az(this.t4, a, b, c);
|
|
495
495
|
}
|
|
496
496
|
ay(a, b, c) {
|
|
497
|
-
return this.a0(this.
|
|
497
|
+
return this.a0(this.t4, a, b, c);
|
|
498
498
|
}
|
|
499
|
-
|
|
500
|
-
return this.
|
|
499
|
+
js(a) {
|
|
500
|
+
return this.jy(this.t4, a);
|
|
501
501
|
}
|
|
502
|
-
|
|
503
|
-
return this.
|
|
502
|
+
jg(a, b) {
|
|
503
|
+
return this.t4.jg(a, b);
|
|
504
504
|
}
|
|
505
|
-
|
|
506
|
-
return this.
|
|
505
|
+
je(a, b) {
|
|
506
|
+
return this.t4.je(a, b);
|
|
507
507
|
}
|
|
508
|
-
|
|
509
|
-
return this.
|
|
508
|
+
ia(a, b, c) {
|
|
509
|
+
return this.t4.ia(a, b, c);
|
|
510
510
|
}
|
|
511
|
-
|
|
512
|
-
return this.
|
|
511
|
+
ti(a, b, c) {
|
|
512
|
+
return this.t4.ti(a, b, c);
|
|
513
513
|
}
|
|
514
|
-
|
|
515
|
-
return this.
|
|
514
|
+
tt(a) {
|
|
515
|
+
return this.t4.tt(a);
|
|
516
516
|
}
|
|
517
517
|
ak(a) {
|
|
518
|
-
return this.
|
|
518
|
+
return this.t4.ak(a);
|
|
519
519
|
}
|
|
520
|
-
|
|
521
|
-
return this.
|
|
520
|
+
tu(a) {
|
|
521
|
+
return this.t4.tu(a);
|
|
522
522
|
}
|
|
523
523
|
al(a) {
|
|
524
|
-
return this.
|
|
525
|
-
}
|
|
526
|
-
tu(a) {
|
|
527
|
-
return this.t3.tu(a);
|
|
524
|
+
return this.t4.al(a);
|
|
528
525
|
}
|
|
529
526
|
tv(a) {
|
|
530
|
-
return this.
|
|
527
|
+
return this.t4.tv(a);
|
|
531
528
|
}
|
|
532
|
-
|
|
533
|
-
return this.
|
|
529
|
+
tw(a) {
|
|
530
|
+
return this.t4.tw(a);
|
|
534
531
|
}
|
|
535
|
-
|
|
536
|
-
return this.
|
|
532
|
+
h6(a, b, c) {
|
|
533
|
+
return this.t4.h6(a, b, c);
|
|
537
534
|
}
|
|
538
|
-
|
|
539
|
-
return this.
|
|
535
|
+
te(a, b, c) {
|
|
536
|
+
return this.t4.te(a, b, c);
|
|
540
537
|
}
|
|
541
|
-
|
|
542
|
-
return this.
|
|
538
|
+
h8(a, b, c) {
|
|
539
|
+
return this.ia(a, b, c);
|
|
543
540
|
}
|
|
544
|
-
|
|
545
|
-
return this.
|
|
541
|
+
tg(a, b, c) {
|
|
542
|
+
return this.t4.tg(a, b, c);
|
|
546
543
|
}
|
|
547
|
-
|
|
548
|
-
return this.
|
|
544
|
+
tj(a, b, c) {
|
|
545
|
+
return this.t4.tj(a, b, c);
|
|
549
546
|
}
|
|
550
|
-
|
|
551
|
-
return this.
|
|
547
|
+
ib(a, b, c) {
|
|
548
|
+
return this.t4.ib(a, b, c);
|
|
552
549
|
}
|
|
553
|
-
|
|
554
|
-
return this.
|
|
550
|
+
tf(a, b, c) {
|
|
551
|
+
return this.t4.tf(a, b, c);
|
|
555
552
|
}
|
|
556
|
-
|
|
557
|
-
return this.
|
|
553
|
+
h7(a, b, c) {
|
|
554
|
+
return this.t4.h7(a, b, c);
|
|
558
555
|
}
|
|
559
|
-
|
|
560
|
-
return this.
|
|
556
|
+
th(a, b, c) {
|
|
557
|
+
return this.t4.th(a, b, c);
|
|
561
558
|
}
|
|
562
|
-
|
|
563
|
-
return this.
|
|
559
|
+
h9(a, b, c) {
|
|
560
|
+
return this.t4.h9(a, b, c);
|
|
564
561
|
}
|
|
565
|
-
|
|
566
|
-
return this.
|
|
562
|
+
ja(a) {
|
|
563
|
+
return this.t4.ja(a);
|
|
567
564
|
}
|
|
568
|
-
|
|
569
|
-
return this.
|
|
565
|
+
h1() {
|
|
566
|
+
return this.t4.h1();
|
|
570
567
|
}
|
|
571
|
-
|
|
572
|
-
return this.
|
|
568
|
+
hx(a) {
|
|
569
|
+
return this.t4.hx(a);
|
|
573
570
|
}
|
|
574
|
-
|
|
571
|
+
jt(a) {
|
|
572
|
+
return this.t4.jt(a);
|
|
573
|
+
}
|
|
574
|
+
ch() {
|
|
575
575
|
return new HostSeriesView(this);
|
|
576
576
|
}
|
|
577
|
-
|
|
578
|
-
super.
|
|
579
|
-
this.
|
|
577
|
+
o1(a) {
|
|
578
|
+
super.o1(a);
|
|
579
|
+
this.t5 = typeCast(HostSeriesView.$, a);
|
|
580
580
|
}
|
|
581
|
-
get
|
|
582
|
-
return this.c(GeographicMapSeriesHost.
|
|
581
|
+
get t6() {
|
|
582
|
+
return this.c(GeographicMapSeriesHost.ub);
|
|
583
583
|
}
|
|
584
|
-
set
|
|
585
|
-
this.h(GeographicMapSeriesHost.
|
|
584
|
+
set t6(a) {
|
|
585
|
+
this.h(GeographicMapSeriesHost.ub, a);
|
|
586
586
|
}
|
|
587
|
-
|
|
588
|
-
super.
|
|
587
|
+
o9(a, b, c, d) {
|
|
588
|
+
super.o9(a, b, c, d);
|
|
589
589
|
switch (b) {
|
|
590
590
|
case "SeriesViewer":
|
|
591
|
-
this.
|
|
591
|
+
this.t4.cz = this.cz;
|
|
592
592
|
if (c != null) {
|
|
593
|
-
c.o2(this.
|
|
593
|
+
c.o2(this.t4);
|
|
594
594
|
}
|
|
595
595
|
if (d != null) {
|
|
596
|
-
this.
|
|
596
|
+
this.cz.lr(this.t4);
|
|
597
597
|
}
|
|
598
|
-
this.
|
|
599
|
-
this.
|
|
600
|
-
this.
|
|
601
|
-
this.
|
|
598
|
+
this.t4.pc(this.tx);
|
|
599
|
+
this.t4.index = this.index;
|
|
600
|
+
this.n3(this.t4);
|
|
601
|
+
this.jm = this.t4.jm;
|
|
602
602
|
let e = typeCast(SeriesViewer.$, c);
|
|
603
603
|
if (e != null) {
|
|
604
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
604
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
605
605
|
}
|
|
606
|
-
if (this.
|
|
607
|
-
let f = this.
|
|
608
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
606
|
+
if (this.cz != null) {
|
|
607
|
+
let f = this.cz;
|
|
608
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
609
609
|
}
|
|
610
|
-
this.
|
|
610
|
+
this.t8();
|
|
611
611
|
break;
|
|
612
612
|
case "SyncLink":
|
|
613
|
-
this.
|
|
613
|
+
this.t4.cs = this.cs;
|
|
614
614
|
break;
|
|
615
615
|
case "VisibleFromScale":
|
|
616
|
-
this.
|
|
616
|
+
this.t8();
|
|
617
617
|
break;
|
|
618
618
|
case "Index":
|
|
619
|
-
this.
|
|
619
|
+
this.t4.index = this.index;
|
|
620
620
|
break;
|
|
621
621
|
case "ItemsSource":
|
|
622
|
-
this.
|
|
622
|
+
this.t5.b6();
|
|
623
623
|
break;
|
|
624
624
|
case "Resolution":
|
|
625
|
-
this.
|
|
625
|
+
this.t5.cd();
|
|
626
626
|
break;
|
|
627
627
|
case "TransitionDuration":
|
|
628
|
-
this.
|
|
628
|
+
this.t5.cg();
|
|
629
629
|
break;
|
|
630
630
|
case "Opacity":
|
|
631
|
-
this.
|
|
631
|
+
this.t5.ca();
|
|
632
632
|
break;
|
|
633
633
|
case "Visibility":
|
|
634
|
-
let hs_ = this.
|
|
634
|
+
let hs_ = this.t4;
|
|
635
635
|
let v_ = this._visibility;
|
|
636
636
|
hs_.visibility = v_;
|
|
637
637
|
break;
|
|
638
638
|
case "MouseOverEnabled":
|
|
639
|
-
this.
|
|
639
|
+
this.t4.fl = this.fl;
|
|
640
640
|
break;
|
|
641
641
|
case "ExpectFunctions":
|
|
642
|
-
this.
|
|
642
|
+
this.t4.expectFunctions = this.expectFunctions;
|
|
643
643
|
break;
|
|
644
644
|
case "Thickness":
|
|
645
|
-
this.
|
|
645
|
+
this.t5.cf();
|
|
646
646
|
break;
|
|
647
647
|
case "Brush":
|
|
648
|
-
this.
|
|
648
|
+
this.t5.b4();
|
|
649
649
|
break;
|
|
650
650
|
case "Outline":
|
|
651
|
-
this.
|
|
651
|
+
this.t5.cc();
|
|
652
652
|
break;
|
|
653
653
|
case "ActualBrush":
|
|
654
|
-
this.
|
|
654
|
+
this.t5.b1();
|
|
655
655
|
break;
|
|
656
656
|
case "ActualOutline":
|
|
657
|
-
this.
|
|
657
|
+
this.t5.b2();
|
|
658
658
|
break;
|
|
659
659
|
case "MarkerFillOpacity":
|
|
660
|
-
if (!isNaN_(this.
|
|
661
|
-
this.
|
|
660
|
+
if (!isNaN_(this.il)) {
|
|
661
|
+
this.t5.b9();
|
|
662
662
|
}
|
|
663
663
|
break;
|
|
664
664
|
case "AreaFillOpacity":
|
|
665
|
-
if (!isNaN_(this.
|
|
666
|
-
this.
|
|
665
|
+
if (!isNaN_(this.hq)) {
|
|
666
|
+
this.t5.b3();
|
|
667
667
|
}
|
|
668
668
|
break;
|
|
669
669
|
case "OutlineMode":
|
|
670
|
-
this.
|
|
670
|
+
this.t5.cb();
|
|
671
671
|
break;
|
|
672
672
|
case "ShowDefaultTooltip":
|
|
673
|
-
this.
|
|
673
|
+
this.t5.ce();
|
|
674
674
|
break;
|
|
675
675
|
case "Title":
|
|
676
|
-
this.
|
|
676
|
+
this.t4.title = this.title;
|
|
677
677
|
break;
|
|
678
678
|
case "LegendItemBadgeMode":
|
|
679
|
-
this.
|
|
679
|
+
this.t5.b7();
|
|
680
680
|
break;
|
|
681
681
|
case "LegendItemBadgeShape":
|
|
682
|
-
this.
|
|
682
|
+
this.t5.b8();
|
|
683
683
|
break;
|
|
684
684
|
case "Legend":
|
|
685
|
-
this.
|
|
686
|
-
this.
|
|
685
|
+
this.t4.legend = this.legend;
|
|
686
|
+
this.ck.av();
|
|
687
687
|
break;
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
|
-
|
|
691
|
-
if (this.
|
|
690
|
+
t8() {
|
|
691
|
+
if (this.cz == null || this.t4 == null) {
|
|
692
692
|
return;
|
|
693
693
|
}
|
|
694
|
-
if (!isNaN_(this.
|
|
695
|
-
if (this.
|
|
696
|
-
let hs_ = this.
|
|
694
|
+
if (!isNaN_(this.t6)) {
|
|
695
|
+
if (this.cz.tn.width > this.t6) {
|
|
696
|
+
let hs_ = this.t4;
|
|
697
697
|
let v_ = 1;
|
|
698
698
|
hs_.visibility = v_;
|
|
699
699
|
}
|
|
700
700
|
else {
|
|
701
|
-
let hs2_ = this.
|
|
701
|
+
let hs2_ = this.t4;
|
|
702
702
|
let v2_ = 0;
|
|
703
703
|
hs2_.visibility = v2_;
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
|
-
|
|
708
|
-
this.
|
|
707
|
+
ua(a, b) {
|
|
708
|
+
this.t8();
|
|
709
709
|
}
|
|
710
|
-
|
|
711
|
-
super.
|
|
712
|
-
if (this.
|
|
713
|
-
this.
|
|
710
|
+
pq(a) {
|
|
711
|
+
super.pq(a);
|
|
712
|
+
if (this.t4 != null) {
|
|
713
|
+
this.t4.pq(a);
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
|
-
|
|
717
|
-
if (this.
|
|
718
|
-
this.
|
|
716
|
+
pp(a, b, c, d, e) {
|
|
717
|
+
if (this.t4 != null) {
|
|
718
|
+
this.t4.pp(a, b, c, d, e);
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
721
|
au(a, b) {
|
|
722
|
-
return this.
|
|
722
|
+
return this.t4.au(a, b);
|
|
723
723
|
}
|
|
724
|
-
|
|
725
|
-
super.
|
|
726
|
-
this.
|
|
724
|
+
p9() {
|
|
725
|
+
super.p9();
|
|
726
|
+
this.t4.p9();
|
|
727
727
|
}
|
|
728
728
|
get_coercionMethods() {
|
|
729
729
|
return this._coercionMethods;
|
|
730
730
|
}
|
|
731
731
|
set_coercionMethods(a) {
|
|
732
732
|
this._coercionMethods = a;
|
|
733
|
-
this.
|
|
733
|
+
this.t4.coercionMethods = a;
|
|
734
734
|
}
|
|
735
|
-
|
|
736
|
-
super.
|
|
737
|
-
if (this.
|
|
738
|
-
let b = this.
|
|
739
|
-
this.
|
|
735
|
+
n2(a) {
|
|
736
|
+
super.n2(a);
|
|
737
|
+
if (this.t4 != null) {
|
|
738
|
+
let b = this.t4.jr();
|
|
739
|
+
this.nn(a, b);
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
744
|
-
GeographicMapSeriesHost.
|
|
744
|
+
GeographicMapSeriesHost.ub = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
745
745
|
let c = a;
|
|
746
746
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
747
747
|
}));
|
|
@@ -761,67 +761,67 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
761
761
|
super.at(a, b);
|
|
762
762
|
}
|
|
763
763
|
b5() {
|
|
764
|
-
this.b0.
|
|
765
|
-
this.b0.
|
|
766
|
-
this.b0.
|
|
767
|
-
this.b0.
|
|
768
|
-
this.b0.
|
|
769
|
-
this.b0.
|
|
770
|
-
this.b0.
|
|
771
|
-
this.b0.
|
|
772
|
-
this.b0.
|
|
773
|
-
this.b0.
|
|
774
|
-
this.b0.
|
|
775
|
-
this.b0.
|
|
776
|
-
this.b0.
|
|
777
|
-
this.b0.
|
|
778
|
-
this.b0.
|
|
779
|
-
this.b0.
|
|
764
|
+
this.b0.t1 = 1;
|
|
765
|
+
this.b0.t4.t1 = 0;
|
|
766
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
767
|
+
this.b0.t4.index = this.b0.index;
|
|
768
|
+
this.b0.t4.sx = this.b0.sx;
|
|
769
|
+
this.b0.t4.s3 = this.b0.sx;
|
|
770
|
+
this.b0.t4.cd = this.b0.cd;
|
|
771
|
+
this.b0.t4.ip = this.b0.ip;
|
|
772
|
+
this.b0.t4.jj = this.b0.jj;
|
|
773
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
774
|
+
this.b0.t4.iv = this.b0.iv;
|
|
775
|
+
this.b0.t4.hq = this.b0.hq;
|
|
776
|
+
this.b0.t4.il = this.b0.il;
|
|
777
|
+
this.b0.t4.fz = this.b0.fz;
|
|
778
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
779
|
+
this.b0.t4.ba = this.b0.ba;
|
|
780
780
|
}
|
|
781
781
|
b6() {
|
|
782
|
-
this.b0.
|
|
782
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
783
783
|
}
|
|
784
784
|
cd() {
|
|
785
|
-
this.b0.
|
|
785
|
+
this.b0.t4.ip = this.b0.ip;
|
|
786
786
|
}
|
|
787
787
|
cg() {
|
|
788
|
-
this.b0.
|
|
788
|
+
this.b0.t4.jj = this.b0.jj;
|
|
789
789
|
}
|
|
790
790
|
ca() {
|
|
791
|
-
this.b0.
|
|
791
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
792
792
|
}
|
|
793
793
|
cf() {
|
|
794
|
-
this.b0.
|
|
794
|
+
this.b0.t4.iv = this.b0.iv;
|
|
795
795
|
}
|
|
796
796
|
b4() {
|
|
797
|
-
this.b0.
|
|
797
|
+
this.b0.t4.sx = this.b0.sx;
|
|
798
798
|
}
|
|
799
799
|
cc() {
|
|
800
|
-
this.b0.
|
|
800
|
+
this.b0.t4.s3 = this.b0.s3;
|
|
801
801
|
}
|
|
802
802
|
b1() {
|
|
803
|
-
this.b0.
|
|
803
|
+
this.b0.t4.sx = this.b0.st;
|
|
804
804
|
}
|
|
805
805
|
b2() {
|
|
806
|
-
this.b0.
|
|
806
|
+
this.b0.t4.s3 = this.b0.sw;
|
|
807
807
|
}
|
|
808
808
|
b7() {
|
|
809
|
-
this.b0.
|
|
809
|
+
this.b0.t4.ba = this.b0.ba;
|
|
810
810
|
}
|
|
811
811
|
b8() {
|
|
812
|
-
this.b0.
|
|
812
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
813
813
|
}
|
|
814
814
|
b3() {
|
|
815
|
-
this.b0.
|
|
815
|
+
this.b0.t4.hq = this.b0.hq;
|
|
816
816
|
}
|
|
817
817
|
b9() {
|
|
818
|
-
this.b0.
|
|
818
|
+
this.b0.t4.il = this.b0.il;
|
|
819
819
|
}
|
|
820
820
|
cb() {
|
|
821
|
-
this.b0.
|
|
821
|
+
this.b0.t4.cd = this.b0.cd;
|
|
822
822
|
}
|
|
823
823
|
ce() {
|
|
824
|
-
this.b0.
|
|
824
|
+
this.b0.t4.fz = this.b0.fz;
|
|
825
825
|
}
|
|
826
826
|
}
|
|
827
827
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -1125,7 +1125,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1125
1125
|
vm() {
|
|
1126
1126
|
this.um.ee();
|
|
1127
1127
|
for (let a of fromEnum(this.series)) {
|
|
1128
|
-
a.
|
|
1128
|
+
a.p9();
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
vp() {
|
|
@@ -1521,7 +1521,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1521
1521
|
break;
|
|
1522
1522
|
case "ActualWorldRect":
|
|
1523
1523
|
for (let g of fromEnum(this.series)) {
|
|
1524
|
-
g.
|
|
1524
|
+
g.pq(false);
|
|
1525
1525
|
}
|
|
1526
1526
|
break;
|
|
1527
1527
|
case XamGeographicMap.$$p[5]:
|
|
@@ -1552,7 +1552,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1552
1552
|
break;
|
|
1553
1553
|
case "MarkerAutomaticBehavior":
|
|
1554
1554
|
for (let i of fromEnum(this.series)) {
|
|
1555
|
-
i.
|
|
1555
|
+
i.oh();
|
|
1556
1556
|
}
|
|
1557
1557
|
break;
|
|
1558
1558
|
}
|
|
@@ -1594,7 +1594,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1594
1594
|
let c = b;
|
|
1595
1595
|
let d = a;
|
|
1596
1596
|
d.itemsSource = c.triangulationSource.points;
|
|
1597
|
-
d.
|
|
1597
|
+
d.ud = c.triangulationSource.triangles;
|
|
1598
1598
|
}
|
|
1599
1599
|
else {
|
|
1600
1600
|
super.o9(a, b);
|
|
@@ -1627,7 +1627,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1627
1627
|
a.axes.add1(b);
|
|
1628
1628
|
a.axes.add1(c);
|
|
1629
1629
|
for (let d = 0; d < this.series.count; d++) {
|
|
1630
|
-
let e = this.series._inner[d].
|
|
1630
|
+
let e = this.series._inner[d].jr();
|
|
1631
1631
|
a.series.add1(e);
|
|
1632
1632
|
}
|
|
1633
1633
|
a.name = this.name;
|
|
@@ -1903,41 +1903,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1903
1903
|
}
|
|
1904
1904
|
b5() {
|
|
1905
1905
|
super.b5();
|
|
1906
|
-
let a = this.ch.
|
|
1907
|
-
a.
|
|
1908
|
-
a.
|
|
1909
|
-
a.trianglesSource = this.ch.
|
|
1910
|
-
a.
|
|
1911
|
-
a.
|
|
1912
|
-
a.
|
|
1906
|
+
let a = this.ch.t4;
|
|
1907
|
+
a.u4 = this.ch.ug;
|
|
1908
|
+
a.vc = this.ch.ue;
|
|
1909
|
+
a.trianglesSource = this.ch.ud;
|
|
1910
|
+
a.us = this.ch.uj;
|
|
1911
|
+
a.uu = this.ch.ul;
|
|
1912
|
+
a.uw = this.ch.un;
|
|
1913
1913
|
}
|
|
1914
1914
|
ck() {
|
|
1915
|
-
let a = this.ch.
|
|
1916
|
-
if (this.ch.
|
|
1917
|
-
a.t1 = null;
|
|
1915
|
+
let a = this.ch.t4;
|
|
1916
|
+
if (this.ch.cz == null) {
|
|
1918
1917
|
a.t2 = null;
|
|
1918
|
+
a.t3 = null;
|
|
1919
1919
|
return;
|
|
1920
1920
|
}
|
|
1921
|
-
a.
|
|
1922
|
-
a.
|
|
1921
|
+
a.t2 = this.ch.cz.ua;
|
|
1922
|
+
a.t3 = this.ch.cz.uc;
|
|
1923
1923
|
}
|
|
1924
1924
|
cj() {
|
|
1925
|
-
this.ch.
|
|
1925
|
+
this.ch.t4.u4 = this.ch.ug;
|
|
1926
1926
|
}
|
|
1927
1927
|
ci() {
|
|
1928
|
-
this.ch.
|
|
1928
|
+
this.ch.t4.vc = this.ch.ue;
|
|
1929
1929
|
}
|
|
1930
1930
|
cl() {
|
|
1931
|
-
this.ch.
|
|
1931
|
+
this.ch.t4.trianglesSource = this.ch.ud;
|
|
1932
1932
|
}
|
|
1933
1933
|
cm() {
|
|
1934
|
-
this.ch.
|
|
1934
|
+
this.ch.t4.us = this.ch.uj;
|
|
1935
1935
|
}
|
|
1936
1936
|
cn() {
|
|
1937
|
-
this.ch.
|
|
1937
|
+
this.ch.t4.uu = this.ch.ul;
|
|
1938
1938
|
}
|
|
1939
1939
|
co() {
|
|
1940
|
-
this.ch.
|
|
1940
|
+
this.ch.t4.uw = this.ch.un;
|
|
1941
1941
|
}
|
|
1942
1942
|
}
|
|
1943
1943
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1960,19 +1960,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1960
1960
|
}
|
|
1961
1961
|
b5() {
|
|
1962
1962
|
super.b5();
|
|
1963
|
-
if (this.cp.
|
|
1964
|
-
this.cp.
|
|
1965
|
-
this.cp.
|
|
1963
|
+
if (this.cp.uy != null) {
|
|
1964
|
+
this.cp.uy.wb = this.cp.u2;
|
|
1965
|
+
this.cp.uy.vz = this.cp.ux;
|
|
1966
1966
|
}
|
|
1967
1967
|
}
|
|
1968
1968
|
cq() {
|
|
1969
|
-
if (this.cp.
|
|
1970
|
-
this.cp.
|
|
1969
|
+
if (this.cp.uy != null) {
|
|
1970
|
+
this.cp.uy.wb = this.cp.u2;
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
|
1973
1973
|
cr() {
|
|
1974
|
-
if (this.cp.
|
|
1975
|
-
this.cp.
|
|
1974
|
+
if (this.cp.uy != null) {
|
|
1975
|
+
this.cp.uy.vz = this.cp.ux;
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
1978
|
}
|
|
@@ -2167,42 +2167,42 @@ let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
2167
2167
|
*/
|
|
2168
2168
|
let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
2169
2169
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
2170
|
-
|
|
2170
|
+
ch() {
|
|
2171
2171
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2172
2172
|
}
|
|
2173
|
-
|
|
2174
|
-
super.
|
|
2175
|
-
this.
|
|
2173
|
+
o1(a) {
|
|
2174
|
+
super.o1(a);
|
|
2175
|
+
this.uc = a;
|
|
2176
2176
|
}
|
|
2177
|
-
|
|
2178
|
-
super.
|
|
2177
|
+
o9(a, b, c, d) {
|
|
2178
|
+
super.o9(a, b, c, d);
|
|
2179
2179
|
switch (b) {
|
|
2180
2180
|
case "SeriesViewer":
|
|
2181
|
-
this.
|
|
2181
|
+
this.uc.ck();
|
|
2182
2182
|
break;
|
|
2183
2183
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2184
|
-
this.
|
|
2184
|
+
this.uc.cj();
|
|
2185
2185
|
break;
|
|
2186
2186
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2187
|
-
this.
|
|
2187
|
+
this.uc.ci();
|
|
2188
2188
|
break;
|
|
2189
2189
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2190
|
-
this.
|
|
2190
|
+
this.uc.cl();
|
|
2191
2191
|
break;
|
|
2192
2192
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2193
|
-
this.
|
|
2193
|
+
this.uc.cm();
|
|
2194
2194
|
break;
|
|
2195
2195
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2196
|
-
this.
|
|
2196
|
+
this.uc.cn();
|
|
2197
2197
|
break;
|
|
2198
2198
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2199
|
-
this.
|
|
2199
|
+
this.uc.co();
|
|
2200
2200
|
break;
|
|
2201
2201
|
}
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
2204
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2205
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2205
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TrianglesSource:ud:ur', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"]]);
|
|
2206
2206
|
return GeographicXYTriangulatingSeries;
|
|
2207
2207
|
})();
|
|
2208
2208
|
/**
|
|
@@ -2212,88 +2212,91 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2212
2212
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
2213
2213
|
constructor() {
|
|
2214
2214
|
super();
|
|
2215
|
-
this.
|
|
2215
|
+
this.uv = null;
|
|
2216
2216
|
this.triangulationStatusChanged = null;
|
|
2217
2217
|
this.ab = GeographicScatterAreaSeries.$;
|
|
2218
2218
|
}
|
|
2219
|
-
|
|
2219
|
+
bg() {
|
|
2220
|
+
return new GeographicScatterAreaSeries();
|
|
2221
|
+
}
|
|
2222
|
+
get_d9() {
|
|
2220
2223
|
return true;
|
|
2221
2224
|
}
|
|
2222
|
-
get
|
|
2223
|
-
return this.
|
|
2225
|
+
get ux() {
|
|
2226
|
+
return this.uv;
|
|
2224
2227
|
}
|
|
2225
|
-
set
|
|
2226
|
-
let b = this.
|
|
2228
|
+
set ux(a) {
|
|
2229
|
+
let b = this.uv != a;
|
|
2227
2230
|
if (b) {
|
|
2228
|
-
let c = this.
|
|
2229
|
-
if (this.
|
|
2230
|
-
let d = this.
|
|
2231
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2231
|
+
let c = this.uv;
|
|
2232
|
+
if (this.uv != null) {
|
|
2233
|
+
let d = this.uv;
|
|
2234
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u5));
|
|
2232
2235
|
}
|
|
2233
|
-
this.
|
|
2234
|
-
if (this.
|
|
2235
|
-
let e = this.
|
|
2236
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2236
|
+
this.uv = a;
|
|
2237
|
+
if (this.uv != null) {
|
|
2238
|
+
let e = this.uv;
|
|
2239
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u5));
|
|
2237
2240
|
}
|
|
2238
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2239
|
-
if (this.
|
|
2240
|
-
this.
|
|
2241
|
+
this.raisePropertyChanged("ColorScale", c, this.uv);
|
|
2242
|
+
if (this.uy != null) {
|
|
2243
|
+
this.uy.vz = a;
|
|
2241
2244
|
}
|
|
2242
2245
|
}
|
|
2243
2246
|
}
|
|
2244
|
-
|
|
2245
|
-
this.
|
|
2246
|
-
this.
|
|
2247
|
-
this.
|
|
2247
|
+
u5(a, b) {
|
|
2248
|
+
this.u0.cr();
|
|
2249
|
+
this.u7();
|
|
2250
|
+
this.pq(false);
|
|
2248
2251
|
}
|
|
2249
|
-
|
|
2250
|
-
if (this.
|
|
2251
|
-
this.
|
|
2252
|
+
u7() {
|
|
2253
|
+
if (this.uy != null) {
|
|
2254
|
+
this.uw = this.uy.vy;
|
|
2252
2255
|
}
|
|
2253
2256
|
}
|
|
2254
|
-
|
|
2255
|
-
super.
|
|
2256
|
-
this.
|
|
2257
|
+
qe() {
|
|
2258
|
+
super.qe();
|
|
2259
|
+
this.u7();
|
|
2257
2260
|
}
|
|
2258
|
-
|
|
2259
|
-
this.
|
|
2260
|
-
let a = this.
|
|
2261
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2262
|
-
return this.
|
|
2261
|
+
t3() {
|
|
2262
|
+
this.uy = new ScatterAreaSeries();
|
|
2263
|
+
let a = this.uy;
|
|
2264
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
2265
|
+
return this.uy;
|
|
2263
2266
|
}
|
|
2264
|
-
|
|
2267
|
+
u6(a, b) {
|
|
2265
2268
|
if (this.triangulationStatusChanged != null) {
|
|
2266
2269
|
this.triangulationStatusChanged(this, b);
|
|
2267
2270
|
}
|
|
2268
2271
|
}
|
|
2269
|
-
|
|
2272
|
+
ch() {
|
|
2270
2273
|
return new GeographicScatterAreaSeriesView(this);
|
|
2271
2274
|
}
|
|
2272
|
-
|
|
2273
|
-
super.
|
|
2274
|
-
this.
|
|
2275
|
+
o1(a) {
|
|
2276
|
+
super.o1(a);
|
|
2277
|
+
this.u0 = a;
|
|
2275
2278
|
}
|
|
2276
|
-
|
|
2277
|
-
super.
|
|
2279
|
+
o9(a, b, c, d) {
|
|
2280
|
+
super.o9(a, b, c, d);
|
|
2278
2281
|
switch (b) {
|
|
2279
2282
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2280
|
-
this.
|
|
2283
|
+
this.u0.cq();
|
|
2281
2284
|
break;
|
|
2282
2285
|
case "ColorScale":
|
|
2283
|
-
this.
|
|
2284
|
-
this.
|
|
2286
|
+
this.u0.cr();
|
|
2287
|
+
this.u7();
|
|
2285
2288
|
break;
|
|
2286
2289
|
}
|
|
2287
2290
|
}
|
|
2288
|
-
|
|
2291
|
+
get_gg() {
|
|
2289
2292
|
return true;
|
|
2290
2293
|
}
|
|
2291
|
-
|
|
2292
|
-
super.
|
|
2294
|
+
set_gg(a) {
|
|
2295
|
+
super.set_gg(a);
|
|
2293
2296
|
}
|
|
2294
2297
|
}
|
|
2295
2298
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2296
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2299
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uw:u8', [ColorScale.$, null], 'ColorMemberPath:u2:u9', [2, "value"]]);
|
|
2297
2300
|
return GeographicScatterAreaSeries;
|
|
2298
2301
|
})();
|
|
2299
2302
|
|
|
@@ -4506,7 +4509,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4506
4509
|
* Checks if this control is geographic coordinate system
|
|
4507
4510
|
*/
|
|
4508
4511
|
get isGeographic() {
|
|
4509
|
-
return this.i.
|
|
4512
|
+
return this.i.er;
|
|
4510
4513
|
}
|
|
4511
4514
|
/**
|
|
4512
4515
|
* Gets whether this series supports markers
|
|
@@ -4519,10 +4522,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4519
4522
|
* 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%.
|
|
4520
4523
|
*/
|
|
4521
4524
|
get visibleFromScale() {
|
|
4522
|
-
return this.i.
|
|
4525
|
+
return this.i.t6;
|
|
4523
4526
|
}
|
|
4524
4527
|
set visibleFromScale(v) {
|
|
4525
|
-
this.i.
|
|
4528
|
+
this.i.t6 = +v;
|
|
4526
4529
|
}
|
|
4527
4530
|
/**
|
|
4528
4531
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -4540,10 +4543,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4540
4543
|
|
|
4541
4544
|
*/
|
|
4542
4545
|
notifyIndexedPropertiesChanged() {
|
|
4543
|
-
this.i.
|
|
4546
|
+
this.i.oh();
|
|
4544
4547
|
}
|
|
4545
4548
|
getItemValue(item, memberPathName) {
|
|
4546
|
-
let iv = this.i.
|
|
4549
|
+
let iv = this.i.jv(item, memberPathName);
|
|
4547
4550
|
return (iv);
|
|
4548
4551
|
}
|
|
4549
4552
|
/**
|
|
@@ -4552,23 +4555,23 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4552
4555
|
* @param world * The world coordinates to use.
|
|
4553
4556
|
*/
|
|
4554
4557
|
getItem(world) {
|
|
4555
|
-
let iv = this.i.
|
|
4558
|
+
let iv = this.i.js(toPoint(world));
|
|
4556
4559
|
return (iv);
|
|
4557
4560
|
}
|
|
4558
4561
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
4559
|
-
let iv = this.i.
|
|
4562
|
+
let iv = this.i.jg(toPoint(world), skipUnknowns);
|
|
4560
4563
|
return (iv);
|
|
4561
4564
|
}
|
|
4562
4565
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
4563
|
-
let iv = this.i.
|
|
4566
|
+
let iv = this.i.je(toPoint(world), skipUnknowns);
|
|
4564
4567
|
return (iv);
|
|
4565
4568
|
}
|
|
4566
4569
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
4567
|
-
let iv = this.i.
|
|
4570
|
+
let iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
|
|
4568
4571
|
return (iv);
|
|
4569
4572
|
}
|
|
4570
4573
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4571
|
-
let iv = this.i.
|
|
4574
|
+
let iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
|
|
4572
4575
|
return fromPoint(iv);
|
|
4573
4576
|
}
|
|
4574
4577
|
/**
|
|
@@ -4577,7 +4580,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4577
4580
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4578
4581
|
*/
|
|
4579
4582
|
getSeriesValueBoundingBox(world) {
|
|
4580
|
-
let iv = this.i.
|
|
4583
|
+
let iv = this.i.tt(toPoint(world));
|
|
4581
4584
|
return fromRect(iv);
|
|
4582
4585
|
}
|
|
4583
4586
|
/**
|
|
@@ -4586,31 +4589,31 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4586
4589
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4587
4590
|
*/
|
|
4588
4591
|
getSeriesValueMarkerBoundingBox(world) {
|
|
4589
|
-
let iv = this.i.
|
|
4592
|
+
let iv = this.i.tv(toPoint(world));
|
|
4590
4593
|
return fromRect(iv);
|
|
4591
4594
|
}
|
|
4592
4595
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
4593
|
-
let iv = this.i.
|
|
4596
|
+
let iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
|
|
4594
4597
|
return (iv);
|
|
4595
4598
|
}
|
|
4596
4599
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4597
|
-
let iv = this.i.
|
|
4600
|
+
let iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
|
|
4598
4601
|
return fromPoint(iv);
|
|
4599
4602
|
}
|
|
4600
4603
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
4601
|
-
let iv = this.i.
|
|
4604
|
+
let iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
|
|
4602
4605
|
return (iv);
|
|
4603
4606
|
}
|
|
4604
4607
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4605
|
-
let iv = this.i.
|
|
4608
|
+
let iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
|
|
4606
4609
|
return fromPoint(iv);
|
|
4607
4610
|
}
|
|
4608
4611
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4609
|
-
let iv = this.i.
|
|
4612
|
+
let iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4610
4613
|
return fromPoint(iv);
|
|
4611
4614
|
}
|
|
4612
4615
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4613
|
-
let iv = this.i.
|
|
4616
|
+
let iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4614
4617
|
return (iv);
|
|
4615
4618
|
}
|
|
4616
4619
|
/**
|
|
@@ -4618,7 +4621,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4618
4621
|
|
|
4619
4622
|
*/
|
|
4620
4623
|
getItemSpan() {
|
|
4621
|
-
let iv = this.i.
|
|
4624
|
+
let iv = this.i.h1();
|
|
4622
4625
|
return (iv);
|
|
4623
4626
|
}
|
|
4624
4627
|
/**
|
|
@@ -4627,14 +4630,14 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4627
4630
|
* @param animate * True if the change should be animated.
|
|
4628
4631
|
*/
|
|
4629
4632
|
renderSeries(animate) {
|
|
4630
|
-
this.i.
|
|
4633
|
+
this.i.pq(animate);
|
|
4631
4634
|
}
|
|
4632
4635
|
/**
|
|
4633
4636
|
* Called when this series' Style is updated.
|
|
4634
4637
|
|
|
4635
4638
|
*/
|
|
4636
4639
|
styleUpdated() {
|
|
4637
|
-
this.i.
|
|
4640
|
+
this.i.p9();
|
|
4638
4641
|
}
|
|
4639
4642
|
}
|
|
4640
4643
|
IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
@@ -4729,61 +4732,61 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4729
4732
|
* 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.
|
|
4730
4733
|
*/
|
|
4731
4734
|
get shapeMemberPath() {
|
|
4732
|
-
return this.i.
|
|
4735
|
+
return this.i.ux;
|
|
4733
4736
|
}
|
|
4734
4737
|
set shapeMemberPath(v) {
|
|
4735
|
-
this.i.
|
|
4738
|
+
this.i.ux = v;
|
|
4736
4739
|
}
|
|
4737
4740
|
/**
|
|
4738
4741
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
4739
4742
|
*/
|
|
4740
4743
|
get isCustomShapeStyleAllowed() {
|
|
4741
|
-
return this.i.
|
|
4744
|
+
return this.i.um;
|
|
4742
4745
|
}
|
|
4743
4746
|
set isCustomShapeStyleAllowed(v) {
|
|
4744
|
-
this.i.
|
|
4747
|
+
this.i.um = ensureBool(v);
|
|
4745
4748
|
}
|
|
4746
4749
|
/**
|
|
4747
4750
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
4748
4751
|
*/
|
|
4749
4752
|
get isCustomShapeMarkerStyleAllowed() {
|
|
4750
|
-
return this.i.
|
|
4753
|
+
return this.i.ul;
|
|
4751
4754
|
}
|
|
4752
4755
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
4753
|
-
this.i.
|
|
4756
|
+
this.i.ul = ensureBool(v);
|
|
4754
4757
|
}
|
|
4755
4758
|
/**
|
|
4756
4759
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
4757
4760
|
*/
|
|
4758
4761
|
get itemSearchMode() {
|
|
4759
|
-
return this.i.
|
|
4762
|
+
return this.i.ue;
|
|
4760
4763
|
}
|
|
4761
4764
|
set itemSearchMode(v) {
|
|
4762
|
-
this.i.
|
|
4765
|
+
this.i.ue = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
4763
4766
|
}
|
|
4764
4767
|
/**
|
|
4765
4768
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
4766
4769
|
*/
|
|
4767
4770
|
get itemSearchThreshold() {
|
|
4768
|
-
return this.i.
|
|
4771
|
+
return this.i.up;
|
|
4769
4772
|
}
|
|
4770
4773
|
set itemSearchThreshold(v) {
|
|
4771
|
-
this.i.
|
|
4774
|
+
this.i.up = +v;
|
|
4772
4775
|
}
|
|
4773
4776
|
/**
|
|
4774
4777
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
4775
4778
|
*/
|
|
4776
4779
|
get itemSearchPointsThreshold() {
|
|
4777
|
-
return this.i.
|
|
4780
|
+
return this.i.uo;
|
|
4778
4781
|
}
|
|
4779
4782
|
set itemSearchPointsThreshold(v) {
|
|
4780
|
-
this.i.
|
|
4783
|
+
this.i.uo = +v;
|
|
4781
4784
|
}
|
|
4782
4785
|
/**
|
|
4783
4786
|
* Set a shapefile datasource to use with the series.
|
|
4784
4787
|
*/
|
|
4785
4788
|
get shapefileDataSource() {
|
|
4786
|
-
const r = this.i.
|
|
4789
|
+
const r = this.i.uh;
|
|
4787
4790
|
if (r == null) {
|
|
4788
4791
|
return null;
|
|
4789
4792
|
}
|
|
@@ -4802,17 +4805,17 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4802
4805
|
return r.externalObject;
|
|
4803
4806
|
}
|
|
4804
4807
|
set shapefileDataSource(v) {
|
|
4805
|
-
v == null ? this.i.
|
|
4808
|
+
v == null ? this.i.uh = null : this.i.uh = v.i;
|
|
4806
4809
|
}
|
|
4807
4810
|
/**
|
|
4808
4811
|
* 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.
|
|
4809
4812
|
* 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.
|
|
4810
4813
|
*/
|
|
4811
4814
|
get shapeFilterResolution() {
|
|
4812
|
-
return this.i.
|
|
4815
|
+
return this.i.un;
|
|
4813
4816
|
}
|
|
4814
4817
|
set shapeFilterResolution(v) {
|
|
4815
|
-
this.i.
|
|
4818
|
+
this.i.un = +v;
|
|
4816
4819
|
}
|
|
4817
4820
|
findByName(name) {
|
|
4818
4821
|
var baseResult = super.findByName(name);
|
|
@@ -4913,127 +4916,127 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4913
4916
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
4914
4917
|
constructor() {
|
|
4915
4918
|
super(...arguments);
|
|
4919
|
+
this.uk = false;
|
|
4916
4920
|
this.uj = false;
|
|
4917
|
-
this.ui = false;
|
|
4918
4921
|
this.assigningShapeStyle = null;
|
|
4919
4922
|
this.assigningShapeMarkerStyle = null;
|
|
4920
|
-
this.
|
|
4921
|
-
this.
|
|
4923
|
+
this.ug = null;
|
|
4924
|
+
this.ui = false;
|
|
4922
4925
|
}
|
|
4923
|
-
|
|
4926
|
+
ch() {
|
|
4924
4927
|
return new GeographicShapeSeriesBaseView(this);
|
|
4925
4928
|
}
|
|
4926
|
-
|
|
4927
|
-
super.
|
|
4928
|
-
this.
|
|
4929
|
+
o1(a) {
|
|
4930
|
+
super.o1(a);
|
|
4931
|
+
this.uf = a;
|
|
4929
4932
|
}
|
|
4930
|
-
|
|
4933
|
+
get_et() {
|
|
4931
4934
|
return true;
|
|
4932
4935
|
}
|
|
4933
|
-
|
|
4936
|
+
get_dv() {
|
|
4934
4937
|
return true;
|
|
4935
4938
|
}
|
|
4936
|
-
|
|
4937
|
-
super.
|
|
4939
|
+
o9(a, b, c, d) {
|
|
4940
|
+
super.o9(a, b, c, d);
|
|
4938
4941
|
switch (b) {
|
|
4939
4942
|
case "SeriesViewer":
|
|
4940
|
-
this.
|
|
4943
|
+
this.uf.ci();
|
|
4941
4944
|
break;
|
|
4942
4945
|
case "ShapeMemberPath":
|
|
4943
|
-
this.
|
|
4946
|
+
this.uf.ck();
|
|
4944
4947
|
break;
|
|
4945
4948
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
4946
|
-
this.
|
|
4949
|
+
this.uf.cj();
|
|
4947
4950
|
break;
|
|
4948
4951
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
4949
|
-
this.
|
|
4950
|
-
this.
|
|
4951
|
-
if (this.
|
|
4952
|
-
let e = this.
|
|
4953
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
4952
|
+
this.t4.u3 = this.um;
|
|
4953
|
+
this.uk = this.um;
|
|
4954
|
+
if (this.um) {
|
|
4955
|
+
let e = this.t4;
|
|
4956
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
|
|
4954
4957
|
}
|
|
4955
4958
|
else {
|
|
4956
|
-
let f = this.
|
|
4957
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
4959
|
+
let f = this.t4;
|
|
4960
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
|
|
4958
4961
|
}
|
|
4959
4962
|
break;
|
|
4960
4963
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
4961
|
-
this.
|
|
4962
|
-
this.
|
|
4963
|
-
if (this.
|
|
4964
|
-
let g = this.
|
|
4965
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
4964
|
+
this.t4.u2 = this.ul;
|
|
4965
|
+
this.uj = this.ul;
|
|
4966
|
+
if (this.um) {
|
|
4967
|
+
let g = this.t4;
|
|
4968
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
4966
4969
|
}
|
|
4967
4970
|
else {
|
|
4968
|
-
let h = this.
|
|
4969
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
4971
|
+
let h = this.t4;
|
|
4972
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
4970
4973
|
}
|
|
4971
4974
|
break;
|
|
4972
4975
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
4973
|
-
this.
|
|
4976
|
+
this.t4.up = this.ue;
|
|
4974
4977
|
break;
|
|
4975
4978
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
4976
|
-
this.
|
|
4979
|
+
this.t4.vk = this.uo;
|
|
4977
4980
|
break;
|
|
4978
4981
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
4979
|
-
this.
|
|
4982
|
+
this.t4.vl = this.up;
|
|
4980
4983
|
break;
|
|
4981
4984
|
case "ShapefileDataSource":
|
|
4982
4985
|
if (c != null) {
|
|
4983
4986
|
let i = c;
|
|
4984
|
-
if (this.
|
|
4985
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
4987
|
+
if (this.ui) {
|
|
4988
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
|
|
4986
4989
|
}
|
|
4987
4990
|
}
|
|
4988
4991
|
if (d != null) {
|
|
4989
4992
|
let j = d;
|
|
4990
4993
|
if (j.count > 0) {
|
|
4991
|
-
this.
|
|
4994
|
+
this.u2();
|
|
4992
4995
|
break;
|
|
4993
4996
|
}
|
|
4994
|
-
this.
|
|
4995
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
4997
|
+
this.ui = true;
|
|
4998
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
|
|
4996
4999
|
}
|
|
4997
5000
|
break;
|
|
4998
5001
|
}
|
|
4999
5002
|
}
|
|
5000
|
-
|
|
5003
|
+
u0(a, b) {
|
|
5001
5004
|
if (this.assigningShapeStyle != null) {
|
|
5002
5005
|
this.assigningShapeStyle(this, b);
|
|
5003
5006
|
}
|
|
5004
5007
|
}
|
|
5005
|
-
|
|
5008
|
+
uz(a, b) {
|
|
5006
5009
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5007
5010
|
this.assigningShapeMarkerStyle(this, b);
|
|
5008
5011
|
}
|
|
5009
5012
|
}
|
|
5010
|
-
|
|
5011
|
-
this.
|
|
5013
|
+
u1(a, b) {
|
|
5014
|
+
this.u2();
|
|
5012
5015
|
}
|
|
5013
|
-
|
|
5014
|
-
let sds_ = this.
|
|
5016
|
+
u2() {
|
|
5017
|
+
let sds_ = this.uh;
|
|
5015
5018
|
let ext_ = sds_.externalObject;
|
|
5016
5019
|
this.itemsSource = (ext_.getPointData());
|
|
5017
5020
|
}
|
|
5018
|
-
get
|
|
5019
|
-
return this.
|
|
5021
|
+
get uh() {
|
|
5022
|
+
return this.ug;
|
|
5020
5023
|
}
|
|
5021
|
-
set
|
|
5022
|
-
let b = this.
|
|
5023
|
-
this.
|
|
5024
|
-
if (b != this.
|
|
5025
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5024
|
+
set uh(a) {
|
|
5025
|
+
let b = this.ug;
|
|
5026
|
+
this.ug = a;
|
|
5027
|
+
if (b != this.ug) {
|
|
5028
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
|
|
5026
5029
|
}
|
|
5027
5030
|
}
|
|
5028
|
-
|
|
5031
|
+
get_gg() {
|
|
5029
5032
|
return true;
|
|
5030
5033
|
}
|
|
5031
|
-
|
|
5032
|
-
super.
|
|
5034
|
+
set_gg(a) {
|
|
5035
|
+
super.set_gg(a);
|
|
5033
5036
|
}
|
|
5034
5037
|
}
|
|
5035
5038
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5036
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
5039
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
|
|
5037
5040
|
return GeographicShapeSeriesBase;
|
|
5038
5041
|
})();
|
|
5039
5042
|
/**
|
|
@@ -5048,23 +5051,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
5048
5051
|
}
|
|
5049
5052
|
b5() {
|
|
5050
5053
|
super.b5();
|
|
5051
|
-
this.ch.
|
|
5054
|
+
this.ch.t4.vx = this.ch.ux;
|
|
5052
5055
|
}
|
|
5053
5056
|
ci() {
|
|
5054
|
-
let a = this.ch.
|
|
5055
|
-
if (this.ch.
|
|
5056
|
-
a.
|
|
5057
|
-
a.
|
|
5057
|
+
let a = this.ch.t4;
|
|
5058
|
+
if (this.ch.cz == null) {
|
|
5059
|
+
a.uj = null;
|
|
5060
|
+
a.ul = null;
|
|
5058
5061
|
return;
|
|
5059
5062
|
}
|
|
5060
|
-
a.
|
|
5061
|
-
a.
|
|
5063
|
+
a.uj = this.ch.cz.ua;
|
|
5064
|
+
a.ul = this.ch.cz.uc;
|
|
5062
5065
|
}
|
|
5063
5066
|
ck() {
|
|
5064
|
-
this.ch.
|
|
5067
|
+
this.ch.t4.vx = this.ch.ux;
|
|
5065
5068
|
}
|
|
5066
5069
|
cj() {
|
|
5067
|
-
this.ch.
|
|
5070
|
+
this.ch.t4.vh = this.ch.un;
|
|
5068
5071
|
}
|
|
5069
5072
|
}
|
|
5070
5073
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -5101,53 +5104,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5101
5104
|
this.cl = null;
|
|
5102
5105
|
this.cl = a;
|
|
5103
5106
|
if (!this.q) {
|
|
5104
|
-
this.cl.
|
|
5107
|
+
this.cl.ux = "points";
|
|
5105
5108
|
}
|
|
5106
5109
|
}
|
|
5107
5110
|
au() {
|
|
5108
5111
|
super.au();
|
|
5109
5112
|
if (!this.q) {
|
|
5110
|
-
this.cl.
|
|
5111
|
-
this.cl.
|
|
5112
|
-
this.cl.
|
|
5113
|
-
this.cl.
|
|
5114
|
-
this.cl.
|
|
5113
|
+
this.cl.wh = Defaults.aj;
|
|
5114
|
+
this.cl.iv = Defaults.p;
|
|
5115
|
+
this.cl.vg = Defaults.o;
|
|
5116
|
+
this.cl.vd = Defaults.d;
|
|
5117
|
+
this.cl.vb = Defaults.a;
|
|
5115
5118
|
}
|
|
5116
5119
|
}
|
|
5117
5120
|
b5() {
|
|
5118
5121
|
super.b5();
|
|
5119
|
-
this.cl.
|
|
5120
|
-
this.cl.
|
|
5121
|
-
this.cl.
|
|
5122
|
-
this.cl.
|
|
5123
|
-
this.cl.
|
|
5122
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5123
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5124
|
+
this.cl.t4.xu = this.cl.vz;
|
|
5125
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5126
|
+
this.cl.t4.wu = this.cl.va;
|
|
5124
5127
|
}
|
|
5125
5128
|
cq() {
|
|
5126
|
-
this.cl.
|
|
5129
|
+
this.cl.t4.xu = this.cl.vz;
|
|
5127
5130
|
}
|
|
5128
5131
|
cs() {
|
|
5129
|
-
this.cl.
|
|
5132
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5130
5133
|
}
|
|
5131
5134
|
cn() {
|
|
5132
|
-
this.cl.
|
|
5135
|
+
this.cl.t4.wu = this.cl.va;
|
|
5133
5136
|
}
|
|
5134
5137
|
cr() {
|
|
5135
|
-
this.cl.
|
|
5138
|
+
this.cl.t4.w3 = this.cl.vd;
|
|
5136
5139
|
}
|
|
5137
5140
|
cm() {
|
|
5138
|
-
this.cl.
|
|
5141
|
+
this.cl.t4.yb = this.cl.wg;
|
|
5139
5142
|
}
|
|
5140
5143
|
co() {
|
|
5141
|
-
this.cl.
|
|
5144
|
+
this.cl.t4.yc = this.cl.wh;
|
|
5142
5145
|
}
|
|
5143
5146
|
cp() {
|
|
5144
|
-
this.cl.
|
|
5147
|
+
this.cl.t4.ye = this.cl.wi;
|
|
5145
5148
|
}
|
|
5146
5149
|
ct() {
|
|
5147
|
-
this.cl.
|
|
5150
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5148
5151
|
}
|
|
5149
5152
|
cu() {
|
|
5150
|
-
this.cl.
|
|
5153
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5151
5154
|
}
|
|
5152
5155
|
}
|
|
5153
5156
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5163,96 +5166,99 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5163
5166
|
this.styleShape = null;
|
|
5164
5167
|
this.ab = GeographicShapeSeries.$;
|
|
5165
5168
|
}
|
|
5166
|
-
|
|
5169
|
+
bg() {
|
|
5170
|
+
return new GeographicShapeSeries();
|
|
5171
|
+
}
|
|
5172
|
+
get_e4() {
|
|
5167
5173
|
return true;
|
|
5168
5174
|
}
|
|
5169
|
-
|
|
5175
|
+
ch() {
|
|
5170
5176
|
return new GeographicShapeSeriesView(this);
|
|
5171
5177
|
}
|
|
5172
|
-
|
|
5173
|
-
super.
|
|
5174
|
-
this.
|
|
5178
|
+
o1(a) {
|
|
5179
|
+
super.o1(a);
|
|
5180
|
+
this.vf = a;
|
|
5175
5181
|
}
|
|
5176
|
-
|
|
5182
|
+
t3() {
|
|
5177
5183
|
let a = new ScatterPolygonSeries();
|
|
5178
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5179
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5184
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
|
|
5185
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
|
|
5180
5186
|
return a;
|
|
5181
5187
|
}
|
|
5182
|
-
|
|
5188
|
+
vw(a, b) {
|
|
5183
5189
|
if (this.styleShape != null) {
|
|
5184
5190
|
this.styleShape(this, b);
|
|
5185
5191
|
}
|
|
5186
5192
|
}
|
|
5187
|
-
|
|
5188
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
5193
|
+
vx(a, b) {
|
|
5194
|
+
let c = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
5189
5195
|
if (c == null) {
|
|
5190
5196
|
return;
|
|
5191
5197
|
}
|
|
5192
5198
|
}
|
|
5193
|
-
|
|
5194
|
-
return this.
|
|
5195
|
-
}
|
|
5196
|
-
sz() {
|
|
5197
|
-
return this.wd;
|
|
5199
|
+
ht() {
|
|
5200
|
+
return this.vg;
|
|
5198
5201
|
}
|
|
5199
5202
|
s0() {
|
|
5200
5203
|
return this.we;
|
|
5201
5204
|
}
|
|
5202
|
-
|
|
5203
|
-
return this.
|
|
5205
|
+
s1() {
|
|
5206
|
+
return this.wf;
|
|
5204
5207
|
}
|
|
5205
|
-
|
|
5206
|
-
|
|
5208
|
+
qw() {
|
|
5209
|
+
return this.vy;
|
|
5210
|
+
}
|
|
5211
|
+
ky() {
|
|
5212
|
+
let a = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
5207
5213
|
if (a == null) {
|
|
5208
5214
|
return "Unknown";
|
|
5209
5215
|
}
|
|
5210
|
-
return a.
|
|
5216
|
+
return a.ky();
|
|
5211
5217
|
}
|
|
5212
|
-
|
|
5213
|
-
super.
|
|
5218
|
+
o9(a, b, c, d) {
|
|
5219
|
+
super.o9(a, b, c, d);
|
|
5214
5220
|
switch (b) {
|
|
5215
5221
|
case GeographicShapeSeries.$$p[6]:
|
|
5216
|
-
this.
|
|
5222
|
+
this.t4.w1 = this.vc;
|
|
5217
5223
|
break;
|
|
5218
5224
|
case GeographicShapeSeries.$$p[5]:
|
|
5219
|
-
this.
|
|
5225
|
+
this.t4.wx = this.vb;
|
|
5220
5226
|
break;
|
|
5221
5227
|
case GeographicShapeSeries.$$p[9]:
|
|
5222
|
-
this.
|
|
5228
|
+
this.vf.cq();
|
|
5223
5229
|
break;
|
|
5224
5230
|
case GeographicShapeSeries.$$p[10]:
|
|
5225
|
-
this.
|
|
5231
|
+
this.vf.cs();
|
|
5226
5232
|
break;
|
|
5227
5233
|
case GeographicShapeSeries.$$p[4]:
|
|
5228
|
-
this.
|
|
5234
|
+
this.vf.cn();
|
|
5229
5235
|
break;
|
|
5230
5236
|
case GeographicShapeSeries.$$p[11]:
|
|
5231
|
-
this.
|
|
5237
|
+
this.vf.cr();
|
|
5232
5238
|
break;
|
|
5233
5239
|
case GeographicShapeSeries.$$p[3]:
|
|
5234
|
-
this.
|
|
5240
|
+
this.vf.cm();
|
|
5235
5241
|
break;
|
|
5236
5242
|
case GeographicShapeSeries.$$p[7]:
|
|
5237
|
-
this.
|
|
5243
|
+
this.vf.co();
|
|
5238
5244
|
break;
|
|
5239
5245
|
case GeographicShapeSeries.$$p[8]:
|
|
5240
|
-
this.
|
|
5246
|
+
this.vf.cp();
|
|
5241
5247
|
break;
|
|
5242
5248
|
case GeographicShapeSeries.$$p[13]:
|
|
5243
|
-
this.
|
|
5249
|
+
this.vf.ct();
|
|
5244
5250
|
break;
|
|
5245
5251
|
case GeographicShapeSeries.$$p[12]:
|
|
5246
|
-
this.
|
|
5252
|
+
this.vf.cu();
|
|
5247
5253
|
break;
|
|
5248
5254
|
}
|
|
5249
5255
|
}
|
|
5250
|
-
|
|
5256
|
+
ir() {
|
|
5251
5257
|
return 0.7;
|
|
5252
5258
|
}
|
|
5253
5259
|
}
|
|
5254
5260
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5255
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5261
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
|
|
5256
5262
|
return GeographicShapeSeries;
|
|
5257
5263
|
})();
|
|
5258
5264
|
|
|
@@ -5285,153 +5291,153 @@ let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5285
5291
|
* Gets whether the current series shows a polygon shape.
|
|
5286
5292
|
*/
|
|
5287
5293
|
get isPolygon() {
|
|
5288
|
-
return this.i.
|
|
5294
|
+
return this.i.e4;
|
|
5289
5295
|
}
|
|
5290
5296
|
/**
|
|
5291
5297
|
* Gets or sets the fill brush.
|
|
5292
5298
|
*/
|
|
5293
5299
|
get shapeFill() {
|
|
5294
|
-
return this.i.
|
|
5300
|
+
return this.i.wj ? this.i.wj.fill : null;
|
|
5295
5301
|
}
|
|
5296
5302
|
set shapeFill(v) {
|
|
5297
5303
|
this.ensureShapeStyle();
|
|
5298
|
-
this.i.
|
|
5304
|
+
this.i.wj.fill = v;
|
|
5299
5305
|
}
|
|
5300
5306
|
/**
|
|
5301
5307
|
* Gets or sets the stroke brush.
|
|
5302
5308
|
*/
|
|
5303
5309
|
get shapeStroke() {
|
|
5304
|
-
return this.i.
|
|
5310
|
+
return this.i.wj ? this.i.wj.stroke : null;
|
|
5305
5311
|
}
|
|
5306
5312
|
set shapeStroke(v) {
|
|
5307
5313
|
this.ensureShapeStyle();
|
|
5308
|
-
this.i.
|
|
5314
|
+
this.i.wj.stroke = v;
|
|
5309
5315
|
}
|
|
5310
5316
|
/**
|
|
5311
5317
|
* Gets or sets the stroke thickness.
|
|
5312
5318
|
*/
|
|
5313
5319
|
get shapeStrokeThickness() {
|
|
5314
|
-
return this.i.
|
|
5320
|
+
return this.i.wj ? this.i.wj.strokeThickness : NaN;
|
|
5315
5321
|
}
|
|
5316
5322
|
set shapeStrokeThickness(v) {
|
|
5317
5323
|
this.ensureShapeStyle();
|
|
5318
|
-
this.i.
|
|
5324
|
+
this.i.wj.strokeThickness = +v;
|
|
5319
5325
|
}
|
|
5320
5326
|
/**
|
|
5321
5327
|
* Gets or sets the opacity.
|
|
5322
5328
|
*/
|
|
5323
5329
|
get shapeOpacity() {
|
|
5324
|
-
return this.i.
|
|
5330
|
+
return this.i.wj ? this.i.wj.opacity : NaN;
|
|
5325
5331
|
}
|
|
5326
5332
|
set shapeOpacity(v) {
|
|
5327
5333
|
this.ensureShapeStyle();
|
|
5328
|
-
this.i.
|
|
5334
|
+
this.i.wj.opacity = +v;
|
|
5329
5335
|
}
|
|
5330
5336
|
ensureShapeStyle() {
|
|
5331
|
-
if (this.i.
|
|
5337
|
+
if (this.i.wj) {
|
|
5332
5338
|
return;
|
|
5333
5339
|
}
|
|
5334
|
-
this.i.
|
|
5340
|
+
this.i.wj = new Style();
|
|
5335
5341
|
}
|
|
5336
5342
|
/**
|
|
5337
5343
|
* Gets or sets the marker type for the current series object.
|
|
5338
5344
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5339
5345
|
*/
|
|
5340
5346
|
get markerType() {
|
|
5341
|
-
return this.i.
|
|
5347
|
+
return this.i.vd;
|
|
5342
5348
|
}
|
|
5343
5349
|
set markerType(v) {
|
|
5344
|
-
this.i.
|
|
5350
|
+
this.i.vd = ensureEnum(MarkerType_$type, v);
|
|
5345
5351
|
}
|
|
5346
5352
|
/**
|
|
5347
5353
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5348
5354
|
*/
|
|
5349
5355
|
get markerOutlineMode() {
|
|
5350
|
-
return this.i.
|
|
5356
|
+
return this.i.vc;
|
|
5351
5357
|
}
|
|
5352
5358
|
set markerOutlineMode(v) {
|
|
5353
|
-
this.i.
|
|
5359
|
+
this.i.vc = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5354
5360
|
}
|
|
5355
5361
|
/**
|
|
5356
5362
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5357
5363
|
*/
|
|
5358
5364
|
get markerFillMode() {
|
|
5359
|
-
return this.i.
|
|
5365
|
+
return this.i.vb;
|
|
5360
5366
|
}
|
|
5361
5367
|
set markerFillMode(v) {
|
|
5362
|
-
this.i.
|
|
5368
|
+
this.i.vb = ensureEnum(MarkerFillMode_$type, v);
|
|
5363
5369
|
}
|
|
5364
5370
|
/**
|
|
5365
5371
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5366
5372
|
*/
|
|
5367
5373
|
get markerTemplate() {
|
|
5368
|
-
return this.i.
|
|
5374
|
+
return this.i.vz;
|
|
5369
5375
|
}
|
|
5370
5376
|
set markerTemplate(v) {
|
|
5371
|
-
this.i.
|
|
5377
|
+
this.i.vz = v;
|
|
5372
5378
|
}
|
|
5373
5379
|
/**
|
|
5374
5380
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5375
5381
|
*/
|
|
5376
5382
|
get markerBrush() {
|
|
5377
|
-
return brushToString(this.i.
|
|
5383
|
+
return brushToString(this.i.wg);
|
|
5378
5384
|
}
|
|
5379
5385
|
set markerBrush(v) {
|
|
5380
|
-
this.i.
|
|
5386
|
+
this.i.wg = stringToBrush(v);
|
|
5381
5387
|
}
|
|
5382
5388
|
/**
|
|
5383
5389
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5384
5390
|
*/
|
|
5385
5391
|
get markerOutline() {
|
|
5386
|
-
return brushToString(this.i.
|
|
5392
|
+
return brushToString(this.i.wh);
|
|
5387
5393
|
}
|
|
5388
5394
|
set markerOutline(v) {
|
|
5389
|
-
this.i.
|
|
5395
|
+
this.i.wh = stringToBrush(v);
|
|
5390
5396
|
}
|
|
5391
5397
|
/**
|
|
5392
5398
|
* Gets or sets thickness of the marker outline
|
|
5393
5399
|
*/
|
|
5394
5400
|
get markerThickness() {
|
|
5395
|
-
return this.i.
|
|
5401
|
+
return this.i.vg;
|
|
5396
5402
|
}
|
|
5397
5403
|
set markerThickness(v) {
|
|
5398
|
-
this.i.
|
|
5404
|
+
this.i.vg = +v;
|
|
5399
5405
|
}
|
|
5400
5406
|
/**
|
|
5401
5407
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5402
5408
|
*/
|
|
5403
5409
|
get markerCollisionAvoidance() {
|
|
5404
|
-
return this.i.
|
|
5410
|
+
return this.i.va;
|
|
5405
5411
|
}
|
|
5406
5412
|
set markerCollisionAvoidance(v) {
|
|
5407
|
-
this.i.
|
|
5413
|
+
this.i.va = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5408
5414
|
}
|
|
5409
5415
|
/**
|
|
5410
5416
|
* Gets the effective marker template for the current series object.
|
|
5411
5417
|
*/
|
|
5412
5418
|
get actualMarkerTemplate() {
|
|
5413
|
-
return this.i.
|
|
5419
|
+
return this.i.vy;
|
|
5414
5420
|
}
|
|
5415
5421
|
set actualMarkerTemplate(v) {
|
|
5416
|
-
this.i.
|
|
5422
|
+
this.i.vy = v;
|
|
5417
5423
|
}
|
|
5418
5424
|
/**
|
|
5419
5425
|
* Gets the effective marker brush for the current series object.
|
|
5420
5426
|
*/
|
|
5421
5427
|
get actualMarkerBrush() {
|
|
5422
|
-
return brushToString(this.i.
|
|
5428
|
+
return brushToString(this.i.we);
|
|
5423
5429
|
}
|
|
5424
5430
|
set actualMarkerBrush(v) {
|
|
5425
|
-
this.i.
|
|
5431
|
+
this.i.we = stringToBrush(v);
|
|
5426
5432
|
}
|
|
5427
5433
|
/**
|
|
5428
5434
|
* Gets the effective marker outline for the current series object.
|
|
5429
5435
|
*/
|
|
5430
5436
|
get actualMarkerOutline() {
|
|
5431
|
-
return brushToString(this.i.
|
|
5437
|
+
return brushToString(this.i.wf);
|
|
5432
5438
|
}
|
|
5433
5439
|
set actualMarkerOutline(v) {
|
|
5434
|
-
this.i.
|
|
5440
|
+
this.i.wf = stringToBrush(v);
|
|
5435
5441
|
}
|
|
5436
5442
|
get styleShape() {
|
|
5437
5443
|
if (this._styleShape == null) {
|
|
@@ -5570,19 +5576,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5570
5576
|
au() {
|
|
5571
5577
|
super.au();
|
|
5572
5578
|
if (!this.q) {
|
|
5573
|
-
this.cl.
|
|
5579
|
+
this.cl.iv = Defaults.n;
|
|
5574
5580
|
}
|
|
5575
5581
|
}
|
|
5576
5582
|
b5() {
|
|
5577
5583
|
super.b5();
|
|
5578
|
-
this.cl.
|
|
5579
|
-
this.cl.
|
|
5584
|
+
this.cl.t4.wu = this.cl.va;
|
|
5585
|
+
this.cl.t4.wz = this.cl.vi;
|
|
5580
5586
|
}
|
|
5581
5587
|
cm() {
|
|
5582
|
-
this.cl.
|
|
5588
|
+
this.cl.t4.wu = this.cl.va;
|
|
5583
5589
|
}
|
|
5584
5590
|
cn() {
|
|
5585
|
-
this.cl.
|
|
5591
|
+
this.cl.t4.wz = this.cl.vi;
|
|
5586
5592
|
}
|
|
5587
5593
|
}
|
|
5588
5594
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5598,40 +5604,43 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5598
5604
|
this.styleShape = null;
|
|
5599
5605
|
this.ab = GeographicPolylineSeries.$;
|
|
5600
5606
|
}
|
|
5601
|
-
|
|
5607
|
+
bg() {
|
|
5608
|
+
return new GeographicPolylineSeries();
|
|
5609
|
+
}
|
|
5610
|
+
get_e5() {
|
|
5602
5611
|
return true;
|
|
5603
5612
|
}
|
|
5604
|
-
|
|
5613
|
+
ch() {
|
|
5605
5614
|
return new GeographicPolylineSeriesView(this);
|
|
5606
5615
|
}
|
|
5607
|
-
|
|
5608
|
-
super.
|
|
5609
|
-
this.
|
|
5616
|
+
o1(a) {
|
|
5617
|
+
super.o1(a);
|
|
5618
|
+
this.vb = a;
|
|
5610
5619
|
}
|
|
5611
|
-
|
|
5620
|
+
t3() {
|
|
5612
5621
|
let a = new ScatterPolylineSeries();
|
|
5613
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5622
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vf));
|
|
5614
5623
|
return a;
|
|
5615
5624
|
}
|
|
5616
|
-
|
|
5625
|
+
vf(a, b) {
|
|
5617
5626
|
if (this.styleShape != null) {
|
|
5618
5627
|
this.styleShape(this, b);
|
|
5619
5628
|
}
|
|
5620
5629
|
}
|
|
5621
|
-
|
|
5622
|
-
super.
|
|
5630
|
+
o9(a, b, c, d) {
|
|
5631
|
+
super.o9(a, b, c, d);
|
|
5623
5632
|
switch (b) {
|
|
5624
5633
|
case GeographicPolylineSeries.$$p[1]:
|
|
5625
|
-
this.
|
|
5634
|
+
this.vb.cm();
|
|
5626
5635
|
break;
|
|
5627
5636
|
case GeographicPolylineSeries.$$p[0]:
|
|
5628
|
-
this.
|
|
5637
|
+
this.vb.cn();
|
|
5629
5638
|
break;
|
|
5630
5639
|
}
|
|
5631
5640
|
}
|
|
5632
5641
|
}
|
|
5633
5642
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
5634
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
5643
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [Style.$, null], 'ShapeStyleSelector:va:vh', [StyleSelector.$, null]]);
|
|
5635
5644
|
return GeographicPolylineSeries;
|
|
5636
5645
|
})();
|
|
5637
5646
|
|
|
@@ -5664,53 +5673,53 @@ let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5664
5673
|
* Gets whether the current series shows a polyline shape.
|
|
5665
5674
|
*/
|
|
5666
5675
|
get isPolyline() {
|
|
5667
|
-
return this.i.
|
|
5676
|
+
return this.i.e5;
|
|
5668
5677
|
}
|
|
5669
5678
|
/**
|
|
5670
5679
|
* Gets or sets the fill brush.
|
|
5671
5680
|
*/
|
|
5672
5681
|
get shapeFill() {
|
|
5673
|
-
return this.i.
|
|
5682
|
+
return this.i.vi ? this.i.vi.fill : null;
|
|
5674
5683
|
}
|
|
5675
5684
|
set shapeFill(v) {
|
|
5676
5685
|
this.ensureShapeStyle();
|
|
5677
|
-
this.i.
|
|
5686
|
+
this.i.vi.fill = v;
|
|
5678
5687
|
}
|
|
5679
5688
|
/**
|
|
5680
5689
|
* Gets or sets the stroke brush.
|
|
5681
5690
|
*/
|
|
5682
5691
|
get shapeStroke() {
|
|
5683
|
-
return this.i.
|
|
5692
|
+
return this.i.vi ? this.i.vi.stroke : null;
|
|
5684
5693
|
}
|
|
5685
5694
|
set shapeStroke(v) {
|
|
5686
5695
|
this.ensureShapeStyle();
|
|
5687
|
-
this.i.
|
|
5696
|
+
this.i.vi.stroke = v;
|
|
5688
5697
|
}
|
|
5689
5698
|
/**
|
|
5690
5699
|
* Gets or sets the stroke thickness.
|
|
5691
5700
|
*/
|
|
5692
5701
|
get shapeStrokeThickness() {
|
|
5693
|
-
return this.i.
|
|
5702
|
+
return this.i.vi ? this.i.vi.strokeThickness : NaN;
|
|
5694
5703
|
}
|
|
5695
5704
|
set shapeStrokeThickness(v) {
|
|
5696
5705
|
this.ensureShapeStyle();
|
|
5697
|
-
this.i.
|
|
5706
|
+
this.i.vi.strokeThickness = +v;
|
|
5698
5707
|
}
|
|
5699
5708
|
/**
|
|
5700
5709
|
* Gets or sets the opacity.
|
|
5701
5710
|
*/
|
|
5702
5711
|
get shapeOpacity() {
|
|
5703
|
-
return this.i.
|
|
5712
|
+
return this.i.vi ? this.i.vi.opacity : NaN;
|
|
5704
5713
|
}
|
|
5705
5714
|
set shapeOpacity(v) {
|
|
5706
5715
|
this.ensureShapeStyle();
|
|
5707
|
-
this.i.
|
|
5716
|
+
this.i.vi.opacity = +v;
|
|
5708
5717
|
}
|
|
5709
5718
|
ensureShapeStyle() {
|
|
5710
|
-
if (this.i.
|
|
5719
|
+
if (this.i.vi) {
|
|
5711
5720
|
return;
|
|
5712
5721
|
}
|
|
5713
|
-
this.i.
|
|
5722
|
+
this.i.vi = new Style();
|
|
5714
5723
|
}
|
|
5715
5724
|
get styleShape() {
|
|
5716
5725
|
if (this._styleShape == null) {
|
|
@@ -5944,47 +5953,50 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5944
5953
|
class TileSeries extends ShapeSeriesBase {
|
|
5945
5954
|
constructor() {
|
|
5946
5955
|
super();
|
|
5956
|
+
this.wv = null;
|
|
5947
5957
|
this.wu = null;
|
|
5948
|
-
this.wt = null;
|
|
5949
5958
|
this.imageTilesReady = null;
|
|
5950
|
-
this.
|
|
5951
|
-
this.
|
|
5959
|
+
this.wy = null;
|
|
5960
|
+
this.wz = false;
|
|
5952
5961
|
this.ab = TileSeries.$;
|
|
5953
5962
|
}
|
|
5954
|
-
|
|
5963
|
+
bg() {
|
|
5964
|
+
return new TileSeries();
|
|
5965
|
+
}
|
|
5966
|
+
get_fh() {
|
|
5955
5967
|
return true;
|
|
5956
5968
|
}
|
|
5957
|
-
|
|
5969
|
+
ch() {
|
|
5958
5970
|
return new TileSeriesView(this);
|
|
5959
5971
|
}
|
|
5960
|
-
|
|
5961
|
-
super.
|
|
5962
|
-
this.
|
|
5972
|
+
o1(a) {
|
|
5973
|
+
super.o1(a);
|
|
5974
|
+
this.wt = a;
|
|
5963
5975
|
}
|
|
5964
|
-
|
|
5976
|
+
get_u5() {
|
|
5965
5977
|
return false;
|
|
5966
5978
|
}
|
|
5967
|
-
get
|
|
5968
|
-
return this.
|
|
5979
|
+
get wx() {
|
|
5980
|
+
return this.wv;
|
|
5969
5981
|
}
|
|
5970
|
-
set
|
|
5971
|
-
let b = a != this.
|
|
5982
|
+
set wx(a) {
|
|
5983
|
+
let b = a != this.wx;
|
|
5972
5984
|
if (b) {
|
|
5973
|
-
let c = this.
|
|
5974
|
-
this.
|
|
5985
|
+
let c = this.wx;
|
|
5986
|
+
this.wv = a;
|
|
5975
5987
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
5976
5988
|
}
|
|
5977
5989
|
}
|
|
5978
|
-
get
|
|
5979
|
-
return this.
|
|
5990
|
+
get ww() {
|
|
5991
|
+
return this.wu;
|
|
5980
5992
|
}
|
|
5981
|
-
set
|
|
5982
|
-
let b = this.
|
|
5983
|
-
this.
|
|
5984
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
5993
|
+
set ww(a) {
|
|
5994
|
+
let b = this.wu;
|
|
5995
|
+
this.wu = a;
|
|
5996
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wu);
|
|
5985
5997
|
}
|
|
5986
|
-
|
|
5987
|
-
super.
|
|
5998
|
+
o9(a, b, c, d) {
|
|
5999
|
+
super.o9(a, b, c, d);
|
|
5988
6000
|
let e;
|
|
5989
6001
|
let f;
|
|
5990
6002
|
switch (b) {
|
|
@@ -5992,141 +6004,141 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5992
6004
|
e = c;
|
|
5993
6005
|
f = d;
|
|
5994
6006
|
if (e != null) {
|
|
5995
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
6007
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w2));
|
|
5996
6008
|
}
|
|
5997
6009
|
if (f != null) {
|
|
5998
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
6010
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
|
|
5999
6011
|
}
|
|
6000
|
-
this.
|
|
6001
|
-
this.
|
|
6002
|
-
this.
|
|
6012
|
+
this.wt.dh(e, f);
|
|
6013
|
+
this.pq(false);
|
|
6014
|
+
this.om();
|
|
6003
6015
|
break;
|
|
6004
6016
|
case "ActualTileImagery":
|
|
6005
6017
|
e = c;
|
|
6006
6018
|
f = d;
|
|
6007
6019
|
if (e != null) {
|
|
6008
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
6020
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w3));
|
|
6009
6021
|
e.deferralHandler = null;
|
|
6010
6022
|
}
|
|
6011
6023
|
if (f != null) {
|
|
6012
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
6024
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
|
|
6013
6025
|
f.deferralHandler = this;
|
|
6014
6026
|
}
|
|
6015
|
-
this.
|
|
6016
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
6017
|
-
f.geographicMap = this.
|
|
6018
|
-
this.
|
|
6019
|
-
this.
|
|
6027
|
+
this.wt.dg(e, f);
|
|
6028
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
|
|
6029
|
+
f.geographicMap = this.cz;
|
|
6030
|
+
this.w5(this.ck);
|
|
6031
|
+
this.wt.dd(this.cz.tn);
|
|
6020
6032
|
}
|
|
6021
|
-
this.
|
|
6033
|
+
this.om();
|
|
6022
6034
|
break;
|
|
6023
6035
|
case "ActualWindowRect":
|
|
6024
|
-
this.
|
|
6036
|
+
this.wt.dd(d);
|
|
6025
6037
|
break;
|
|
6026
6038
|
case "WorldRect":
|
|
6027
|
-
this.
|
|
6039
|
+
this.wt.dk(d);
|
|
6028
6040
|
break;
|
|
6029
6041
|
case "SeriesViewer":
|
|
6030
6042
|
let g = c;
|
|
6031
6043
|
let h = d;
|
|
6032
|
-
if (g != null && this.
|
|
6033
|
-
this.
|
|
6044
|
+
if (g != null && this.ww != null) {
|
|
6045
|
+
this.ww.be(null);
|
|
6034
6046
|
}
|
|
6035
|
-
if (h != null && this.
|
|
6036
|
-
this.
|
|
6047
|
+
if (h != null && this.ww != null) {
|
|
6048
|
+
this.ww.be(this.ck.w);
|
|
6037
6049
|
}
|
|
6038
6050
|
break;
|
|
6039
6051
|
case "ActualBrush":
|
|
6040
6052
|
case "ActualOutline":
|
|
6041
6053
|
case "ActualThickness":
|
|
6042
|
-
this.
|
|
6054
|
+
this.oo();
|
|
6043
6055
|
break;
|
|
6044
6056
|
}
|
|
6045
6057
|
}
|
|
6046
|
-
|
|
6058
|
+
w2(a, b) {
|
|
6047
6059
|
if (b.propertyName == "MultiScaleImage") {
|
|
6048
|
-
this.
|
|
6060
|
+
this.w5(this.ck);
|
|
6049
6061
|
}
|
|
6050
6062
|
}
|
|
6051
|
-
|
|
6063
|
+
w3(a, b) {
|
|
6052
6064
|
if (this.imageTilesReady != null) {
|
|
6053
6065
|
this.imageTilesReady(this, new EventArgs());
|
|
6054
6066
|
}
|
|
6055
|
-
if (!this.
|
|
6056
|
-
this.
|
|
6067
|
+
if (!this.wz) {
|
|
6068
|
+
this.wt.di();
|
|
6057
6069
|
}
|
|
6058
6070
|
}
|
|
6059
6071
|
register(a, b) {
|
|
6060
|
-
this.
|
|
6072
|
+
this.wy = b;
|
|
6061
6073
|
}
|
|
6062
6074
|
unRegister(a) {
|
|
6063
|
-
this.
|
|
6075
|
+
this.wy = null;
|
|
6064
6076
|
}
|
|
6065
6077
|
deferredRefresh() {
|
|
6066
|
-
this.
|
|
6078
|
+
this.pq(false);
|
|
6067
6079
|
}
|
|
6068
6080
|
deferAction(a) {
|
|
6069
|
-
if (this.
|
|
6070
|
-
this.
|
|
6081
|
+
if (this.i5 != null) {
|
|
6082
|
+
this.i5.setTimeout(a, 0);
|
|
6071
6083
|
}
|
|
6072
6084
|
else {
|
|
6073
6085
|
window.setTimeout(a, 0);
|
|
6074
6086
|
}
|
|
6075
6087
|
}
|
|
6076
|
-
|
|
6077
|
-
this.
|
|
6078
|
-
super.
|
|
6088
|
+
qn(a, b) {
|
|
6089
|
+
this.wt.dj();
|
|
6090
|
+
super.qn(a, b);
|
|
6079
6091
|
}
|
|
6080
|
-
|
|
6081
|
-
super.
|
|
6082
|
-
this.
|
|
6092
|
+
pr(a) {
|
|
6093
|
+
super.pr(a);
|
|
6094
|
+
this.w4(a, this.ck);
|
|
6083
6095
|
}
|
|
6084
|
-
|
|
6096
|
+
w4(a, b) {
|
|
6085
6097
|
let c;
|
|
6086
6098
|
let d;
|
|
6087
6099
|
let e = b;
|
|
6088
6100
|
let f = b.getViewInfo(c, d);
|
|
6089
6101
|
c = f.p0;
|
|
6090
6102
|
d = f.p1;
|
|
6091
|
-
this.
|
|
6092
|
-
if (this.
|
|
6093
|
-
this.
|
|
6094
|
-
this.
|
|
6095
|
-
this.
|
|
6103
|
+
this.w5(b);
|
|
6104
|
+
if (this.wy != null) {
|
|
6105
|
+
this.wz = true;
|
|
6106
|
+
this.wy(a);
|
|
6107
|
+
this.wz = false;
|
|
6096
6108
|
}
|
|
6097
6109
|
e.di();
|
|
6098
6110
|
}
|
|
6099
|
-
|
|
6100
|
-
super.
|
|
6101
|
-
let f = this.
|
|
6111
|
+
pp(a, b, c, d, e) {
|
|
6112
|
+
super.pp(a, b, c, d, e);
|
|
6113
|
+
let f = this.gv.item(d);
|
|
6102
6114
|
f.a3(c);
|
|
6103
|
-
if (this.
|
|
6115
|
+
if (this.dm(f)) {
|
|
6104
6116
|
return;
|
|
6105
6117
|
}
|
|
6106
|
-
this.
|
|
6118
|
+
this.wc(f);
|
|
6107
6119
|
}
|
|
6108
|
-
|
|
6120
|
+
w5(a) {
|
|
6109
6121
|
let b;
|
|
6110
6122
|
let c;
|
|
6111
6123
|
let d = a.getViewInfo(b, c);
|
|
6112
6124
|
b = d.p0;
|
|
6113
6125
|
c = d.p1;
|
|
6114
|
-
if (this.
|
|
6115
|
-
if (this.
|
|
6116
|
-
this.
|
|
6126
|
+
if (this.wx != null && this.wx.ao != null) {
|
|
6127
|
+
if (this.wx != this.ww) {
|
|
6128
|
+
this.ww = this.wx;
|
|
6117
6129
|
}
|
|
6118
|
-
if (this.
|
|
6119
|
-
if (this.
|
|
6120
|
-
this.
|
|
6130
|
+
if (this.ww != null && !b.isEmpty) {
|
|
6131
|
+
if (this.ww.width != b.width) {
|
|
6132
|
+
this.ww.width = b.width;
|
|
6121
6133
|
}
|
|
6122
|
-
if (this.
|
|
6123
|
-
this.
|
|
6134
|
+
if (this.ww.height != b.height) {
|
|
6135
|
+
this.ww.height = b.height;
|
|
6124
6136
|
}
|
|
6125
6137
|
}
|
|
6126
6138
|
}
|
|
6127
6139
|
}
|
|
6128
|
-
|
|
6129
|
-
super.
|
|
6140
|
+
nk(a, b) {
|
|
6141
|
+
super.nk(a, b);
|
|
6130
6142
|
b.de();
|
|
6131
6143
|
}
|
|
6132
6144
|
}
|
|
@@ -6149,8 +6161,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6149
6161
|
au() {
|
|
6150
6162
|
super.au();
|
|
6151
6163
|
if (!this.q) {
|
|
6152
|
-
this.da.
|
|
6153
|
-
this.da.
|
|
6164
|
+
this.da.s3 = Defaults.ao;
|
|
6165
|
+
this.da.sx = Defaults.an;
|
|
6154
6166
|
}
|
|
6155
6167
|
}
|
|
6156
6168
|
ck(a, b) {
|
|
@@ -6177,14 +6189,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6177
6189
|
this.as();
|
|
6178
6190
|
}
|
|
6179
6191
|
dd(a) {
|
|
6180
|
-
if (this.da.
|
|
6181
|
-
this.da.
|
|
6192
|
+
if (this.da.wx != null) {
|
|
6193
|
+
this.da.wx.windowRect = a;
|
|
6182
6194
|
}
|
|
6183
6195
|
}
|
|
6184
6196
|
dg(a, b) {
|
|
6185
6197
|
if (this.dc == null) {
|
|
6186
|
-
this.dc = this.e.
|
|
6187
|
-
let c = this.e.
|
|
6198
|
+
this.dc = this.e.i5.createElement("canvas");
|
|
6199
|
+
let c = this.e.i5.get2DCanvasContext(this.dc);
|
|
6188
6200
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
6189
6201
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6190
6202
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -6213,8 +6225,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6213
6225
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6214
6226
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6215
6227
|
}
|
|
6216
|
-
if (this.da.
|
|
6217
|
-
this.da.
|
|
6228
|
+
if (this.da.wx != null) {
|
|
6229
|
+
this.da.wx.bf(this.bx);
|
|
6218
6230
|
}
|
|
6219
6231
|
}
|
|
6220
6232
|
a8(a, b) {
|
|
@@ -6248,8 +6260,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6248
6260
|
de() {
|
|
6249
6261
|
}
|
|
6250
6262
|
dk(a) {
|
|
6251
|
-
if (this.da.
|
|
6252
|
-
this.da.
|
|
6263
|
+
if (this.da.wx != null) {
|
|
6264
|
+
this.da.wx.a6();
|
|
6253
6265
|
}
|
|
6254
6266
|
}
|
|
6255
6267
|
}
|
|
@@ -6285,20 +6297,20 @@ let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6285
6297
|
* Gets whether the current series shows a tile imagery.
|
|
6286
6298
|
*/
|
|
6287
6299
|
get isTile() {
|
|
6288
|
-
return this.i.
|
|
6300
|
+
return this.i.fh;
|
|
6289
6301
|
}
|
|
6290
6302
|
/**
|
|
6291
6303
|
* The MapImagery which is used to provide the tiles for display.
|
|
6292
6304
|
*/
|
|
6293
6305
|
get tileImagery() {
|
|
6294
|
-
const r = this.i.
|
|
6306
|
+
const r = this.i.wx;
|
|
6295
6307
|
if (r == null) {
|
|
6296
6308
|
return null;
|
|
6297
6309
|
}
|
|
6298
6310
|
return r.externalObject;
|
|
6299
6311
|
}
|
|
6300
6312
|
set tileImagery(v) {
|
|
6301
|
-
v == null ? this.i.
|
|
6313
|
+
v == null ? this.i.wx = null : this.i.wx = v.i;
|
|
6302
6314
|
}
|
|
6303
6315
|
findByName(name) {
|
|
6304
6316
|
var baseResult = super.findByName(name);
|
|
@@ -6399,57 +6411,60 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
6399
6411
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
6400
6412
|
constructor() {
|
|
6401
6413
|
super();
|
|
6414
|
+
this.vb = null;
|
|
6402
6415
|
this.va = null;
|
|
6403
|
-
this.u9 = null;
|
|
6404
6416
|
this.imageTilesReady = null;
|
|
6405
6417
|
this.ab = GeographicTileSeries.$;
|
|
6406
6418
|
}
|
|
6407
|
-
|
|
6419
|
+
bg() {
|
|
6420
|
+
return new GeographicTileSeries();
|
|
6421
|
+
}
|
|
6422
|
+
get_fh() {
|
|
6408
6423
|
return true;
|
|
6409
6424
|
}
|
|
6410
|
-
get
|
|
6411
|
-
return this.
|
|
6425
|
+
get vc() {
|
|
6426
|
+
return this.vb;
|
|
6412
6427
|
}
|
|
6413
|
-
set
|
|
6414
|
-
let b = a != this.
|
|
6428
|
+
set vc(a) {
|
|
6429
|
+
let b = a != this.vc;
|
|
6415
6430
|
if (b) {
|
|
6416
|
-
let c = this.
|
|
6417
|
-
this.
|
|
6431
|
+
let c = this.vc;
|
|
6432
|
+
this.vb = a;
|
|
6418
6433
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6419
6434
|
}
|
|
6420
6435
|
}
|
|
6421
|
-
|
|
6422
|
-
if (this.
|
|
6423
|
-
this.
|
|
6436
|
+
vg() {
|
|
6437
|
+
if (this.vc != null) {
|
|
6438
|
+
this.vc.clearTileCache();
|
|
6424
6439
|
}
|
|
6425
6440
|
}
|
|
6426
|
-
|
|
6427
|
-
super.
|
|
6441
|
+
o9(a, b, c, d) {
|
|
6442
|
+
super.o9(a, b, c, d);
|
|
6428
6443
|
switch (b) {
|
|
6429
6444
|
case "TileImagery":
|
|
6430
|
-
if (this.
|
|
6431
|
-
this.
|
|
6445
|
+
if (this.t4 != null) {
|
|
6446
|
+
this.t4.wx = this.vc;
|
|
6432
6447
|
}
|
|
6433
6448
|
break;
|
|
6434
6449
|
}
|
|
6435
6450
|
}
|
|
6436
|
-
|
|
6437
|
-
super.
|
|
6438
|
-
this.
|
|
6439
|
-
if (this.
|
|
6440
|
-
let a = this.
|
|
6441
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
6451
|
+
t9() {
|
|
6452
|
+
super.t9();
|
|
6453
|
+
this.t4.wx = this.vc;
|
|
6454
|
+
if (this.va != null) {
|
|
6455
|
+
let a = this.va;
|
|
6456
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
|
|
6442
6457
|
}
|
|
6443
|
-
this.
|
|
6444
|
-
if (this.
|
|
6445
|
-
let b = this.
|
|
6446
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
6458
|
+
this.va = this.t4;
|
|
6459
|
+
if (this.va != null) {
|
|
6460
|
+
let b = this.va;
|
|
6461
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
|
|
6447
6462
|
}
|
|
6448
6463
|
}
|
|
6449
|
-
|
|
6464
|
+
t3() {
|
|
6450
6465
|
return new TileSeries();
|
|
6451
6466
|
}
|
|
6452
|
-
|
|
6467
|
+
vf(a, b) {
|
|
6453
6468
|
if (this.imageTilesReady != null) {
|
|
6454
6469
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6455
6470
|
}
|
|
@@ -6481,20 +6496,20 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6481
6496
|
* Gets whether the current series shows a tile imagery.
|
|
6482
6497
|
*/
|
|
6483
6498
|
get isTile() {
|
|
6484
|
-
return this.i.
|
|
6499
|
+
return this.i.fh;
|
|
6485
6500
|
}
|
|
6486
6501
|
/**
|
|
6487
6502
|
* The MapImagery which is used to provide the tiles for display.
|
|
6488
6503
|
*/
|
|
6489
6504
|
get tileImagery() {
|
|
6490
|
-
const r = this.i.
|
|
6505
|
+
const r = this.i.vc;
|
|
6491
6506
|
if (r == null) {
|
|
6492
6507
|
return null;
|
|
6493
6508
|
}
|
|
6494
6509
|
return r.externalObject;
|
|
6495
6510
|
}
|
|
6496
6511
|
set tileImagery(v) {
|
|
6497
|
-
v == null ? this.i.
|
|
6512
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
6498
6513
|
}
|
|
6499
6514
|
findByName(name) {
|
|
6500
6515
|
var baseResult = super.findByName(name);
|
|
@@ -6511,7 +6526,7 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6511
6526
|
|
|
6512
6527
|
*/
|
|
6513
6528
|
clearTileCache() {
|
|
6514
|
-
this.i.
|
|
6529
|
+
this.i.vg();
|
|
6515
6530
|
}
|
|
6516
6531
|
/**
|
|
6517
6532
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -6625,64 +6640,64 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6625
6640
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
6626
6641
|
*/
|
|
6627
6642
|
get markerType() {
|
|
6628
|
-
return this.i.
|
|
6643
|
+
return this.i.ue;
|
|
6629
6644
|
}
|
|
6630
6645
|
set markerType(v) {
|
|
6631
|
-
this.i.
|
|
6646
|
+
this.i.ue = ensureEnum(MarkerType_$type, v);
|
|
6632
6647
|
}
|
|
6633
6648
|
/**
|
|
6634
6649
|
* Gets or sets thickness of the marker outline
|
|
6635
6650
|
*/
|
|
6636
6651
|
get markerThickness() {
|
|
6637
|
-
return this.i.
|
|
6652
|
+
return this.i.uf;
|
|
6638
6653
|
}
|
|
6639
6654
|
set markerThickness(v) {
|
|
6640
|
-
this.i.
|
|
6655
|
+
this.i.uf = +v;
|
|
6641
6656
|
}
|
|
6642
6657
|
/**
|
|
6643
6658
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6644
6659
|
*/
|
|
6645
6660
|
get markerOutlineMode() {
|
|
6646
|
-
return this.i.
|
|
6661
|
+
return this.i.ud;
|
|
6647
6662
|
}
|
|
6648
6663
|
set markerOutlineMode(v) {
|
|
6649
|
-
this.i.
|
|
6664
|
+
this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
|
|
6650
6665
|
}
|
|
6651
6666
|
/**
|
|
6652
6667
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
6653
6668
|
*/
|
|
6654
6669
|
get markerFillMode() {
|
|
6655
|
-
return this.i.
|
|
6670
|
+
return this.i.uc;
|
|
6656
6671
|
}
|
|
6657
6672
|
set markerFillMode(v) {
|
|
6658
|
-
this.i.
|
|
6673
|
+
this.i.uc = ensureEnum(MarkerFillMode_$type, v);
|
|
6659
6674
|
}
|
|
6660
6675
|
/**
|
|
6661
6676
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6662
6677
|
*/
|
|
6663
6678
|
get markerTemplate() {
|
|
6664
|
-
return this.i.
|
|
6679
|
+
return this.i.uu;
|
|
6665
6680
|
}
|
|
6666
6681
|
set markerTemplate(v) {
|
|
6667
|
-
this.i.
|
|
6682
|
+
this.i.uu = v;
|
|
6668
6683
|
}
|
|
6669
6684
|
/**
|
|
6670
6685
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6671
6686
|
*/
|
|
6672
6687
|
get markerBrush() {
|
|
6673
|
-
return brushToString(this.i.
|
|
6688
|
+
return brushToString(this.i.u8);
|
|
6674
6689
|
}
|
|
6675
6690
|
set markerBrush(v) {
|
|
6676
|
-
this.i.
|
|
6691
|
+
this.i.u8 = stringToBrush(v);
|
|
6677
6692
|
}
|
|
6678
6693
|
/**
|
|
6679
6694
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6680
6695
|
*/
|
|
6681
6696
|
get markerOutline() {
|
|
6682
|
-
return brushToString(this.i.
|
|
6697
|
+
return brushToString(this.i.u9);
|
|
6683
6698
|
}
|
|
6684
6699
|
set markerOutline(v) {
|
|
6685
|
-
this.i.
|
|
6700
|
+
this.i.u9 = stringToBrush(v);
|
|
6686
6701
|
}
|
|
6687
6702
|
/**
|
|
6688
6703
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -6690,37 +6705,37 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6690
6705
|
* choose a representative set.
|
|
6691
6706
|
*/
|
|
6692
6707
|
get maximumMarkers() {
|
|
6693
|
-
return this.i.
|
|
6708
|
+
return this.i.ug;
|
|
6694
6709
|
}
|
|
6695
6710
|
set maximumMarkers(v) {
|
|
6696
|
-
this.i.
|
|
6711
|
+
this.i.ug = +v;
|
|
6697
6712
|
}
|
|
6698
6713
|
/**
|
|
6699
6714
|
* Gets the effective marker template for the current series object.
|
|
6700
6715
|
*/
|
|
6701
6716
|
get actualMarkerTemplate() {
|
|
6702
|
-
return this.i.
|
|
6717
|
+
return this.i.ut;
|
|
6703
6718
|
}
|
|
6704
6719
|
set actualMarkerTemplate(v) {
|
|
6705
|
-
this.i.
|
|
6720
|
+
this.i.ut = v;
|
|
6706
6721
|
}
|
|
6707
6722
|
/**
|
|
6708
6723
|
* Gets the effective marker brush for the current series object.
|
|
6709
6724
|
*/
|
|
6710
6725
|
get actualMarkerBrush() {
|
|
6711
|
-
return brushToString(this.i.
|
|
6726
|
+
return brushToString(this.i.u6);
|
|
6712
6727
|
}
|
|
6713
6728
|
set actualMarkerBrush(v) {
|
|
6714
|
-
this.i.
|
|
6729
|
+
this.i.u6 = stringToBrush(v);
|
|
6715
6730
|
}
|
|
6716
6731
|
/**
|
|
6717
6732
|
* Gets the effective marker outline for the current series object.
|
|
6718
6733
|
*/
|
|
6719
6734
|
get actualMarkerOutline() {
|
|
6720
|
-
return brushToString(this.i.
|
|
6735
|
+
return brushToString(this.i.u7);
|
|
6721
6736
|
}
|
|
6722
6737
|
set actualMarkerOutline(v) {
|
|
6723
|
-
this.i.
|
|
6738
|
+
this.i.u7 = stringToBrush(v);
|
|
6724
6739
|
}
|
|
6725
6740
|
}
|
|
6726
6741
|
IgxGeographicMarkerSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
@@ -6769,75 +6784,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6769
6784
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
6770
6785
|
constructor() {
|
|
6771
6786
|
super();
|
|
6772
|
-
let a = this.
|
|
6773
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
6787
|
+
let a = this.t4;
|
|
6788
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.us));
|
|
6774
6789
|
}
|
|
6775
|
-
|
|
6776
|
-
return this.
|
|
6777
|
-
}
|
|
6778
|
-
sz() {
|
|
6779
|
-
return this.u5;
|
|
6790
|
+
qw() {
|
|
6791
|
+
return this.ut;
|
|
6780
6792
|
}
|
|
6781
6793
|
s0() {
|
|
6782
6794
|
return this.u6;
|
|
6783
6795
|
}
|
|
6784
|
-
|
|
6785
|
-
return this.
|
|
6796
|
+
s1() {
|
|
6797
|
+
return this.u7;
|
|
6786
6798
|
}
|
|
6787
|
-
|
|
6788
|
-
|
|
6799
|
+
ht() {
|
|
6800
|
+
return this.uf;
|
|
6801
|
+
}
|
|
6802
|
+
ky() {
|
|
6803
|
+
let a = typeCast(MarkerSeries.$, this.t4);
|
|
6789
6804
|
if (a == null) {
|
|
6790
6805
|
return "Unknown";
|
|
6791
6806
|
}
|
|
6792
|
-
return a.
|
|
6807
|
+
return a.ky();
|
|
6793
6808
|
}
|
|
6794
|
-
|
|
6795
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
6809
|
+
us(a, b) {
|
|
6810
|
+
let c = typeCast(MarkerSeries.$, this.t4);
|
|
6796
6811
|
if (c == null) {
|
|
6797
6812
|
return;
|
|
6798
6813
|
}
|
|
6799
6814
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6800
|
-
this.
|
|
6815
|
+
this.ut = c.uv;
|
|
6801
6816
|
}
|
|
6802
6817
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6803
|
-
this.
|
|
6818
|
+
this.u7 = c.vc;
|
|
6804
6819
|
}
|
|
6805
6820
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6806
|
-
this.
|
|
6821
|
+
this.u6 = c.vb;
|
|
6807
6822
|
}
|
|
6808
6823
|
}
|
|
6809
|
-
|
|
6810
|
-
super.
|
|
6824
|
+
o9(a, b, c, d) {
|
|
6825
|
+
super.o9(a, b, c, d);
|
|
6811
6826
|
switch (b) {
|
|
6812
6827
|
case GeographicMarkerSeries.$$p[3]:
|
|
6813
|
-
this.
|
|
6828
|
+
this.t4.vd = this.u8;
|
|
6814
6829
|
break;
|
|
6815
6830
|
case GeographicMarkerSeries.$$p[6]:
|
|
6816
|
-
this.
|
|
6831
|
+
this.t4.ve = this.u9;
|
|
6817
6832
|
break;
|
|
6818
6833
|
case GeographicMarkerSeries.$$p[5]:
|
|
6819
|
-
this.
|
|
6834
|
+
this.t4.t8 = this.ud;
|
|
6820
6835
|
break;
|
|
6821
6836
|
case GeographicMarkerSeries.$$p[4]:
|
|
6822
|
-
this.
|
|
6837
|
+
this.t4.t4 = this.uc;
|
|
6823
6838
|
break;
|
|
6824
6839
|
case GeographicMarkerSeries.$$p[9]:
|
|
6825
|
-
this.
|
|
6840
|
+
this.t4.ub = this.ue;
|
|
6826
6841
|
break;
|
|
6827
6842
|
case GeographicMarkerSeries.$$p[7]:
|
|
6828
|
-
this.
|
|
6843
|
+
this.t4.ux = this.uu;
|
|
6829
6844
|
break;
|
|
6830
6845
|
case GeographicMarkerSeries.$$p[8]:
|
|
6831
|
-
this.
|
|
6846
|
+
this.t4.ug = this.uf;
|
|
6832
6847
|
break;
|
|
6833
6848
|
case GeographicMarkerSeries.$$p[10]:
|
|
6834
|
-
this.
|
|
6849
|
+
this.t4.w2 = this.ug;
|
|
6835
6850
|
break;
|
|
6836
6851
|
}
|
|
6837
6852
|
}
|
|
6838
6853
|
}
|
|
6839
6854
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
6840
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
6855
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u6:uv', [Brush.$], 'ActualMarkerOutline:u7:uw', [Brush.$], 'ActualMarkerTemplate:ut:ux', [DataTemplate.$, null], 'MarkerBrush:u8:uy', [Brush.$], 'MarkerFillMode:uc:uz', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [Brush.$], 'MarkerTemplate:uu:u2', [DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, DeviceUtils.g(2)], 'MarkerType:ue:u4', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
|
|
6841
6856
|
return GeographicMarkerSeries;
|
|
6842
6857
|
})();
|
|
6843
6858
|
|
|
@@ -6864,97 +6879,97 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6864
6879
|
}
|
|
6865
6880
|
b5() {
|
|
6866
6881
|
super.b5();
|
|
6867
|
-
let a = this.ch.
|
|
6868
|
-
a.
|
|
6869
|
-
a.
|
|
6870
|
-
a.
|
|
6871
|
-
a.
|
|
6872
|
-
a.
|
|
6882
|
+
let a = this.ch.t4;
|
|
6883
|
+
a.xm = this.ch.v3;
|
|
6884
|
+
a.xu = this.ch.v1;
|
|
6885
|
+
a.ub = this.ch.ue;
|
|
6886
|
+
a.ux = this.ch.uu;
|
|
6887
|
+
a.ug = this.ch.uf;
|
|
6888
|
+
a.zu = this.ch.vn;
|
|
6889
|
+
a.aak = this.ch.v8;
|
|
6890
|
+
a.zk = this.ch.vf;
|
|
6891
|
+
a.aaa = this.ch.vz;
|
|
6892
|
+
a.z5 = this.ch.vr;
|
|
6893
|
+
a.zh = this.ch.vc;
|
|
6894
|
+
a.zs = this.ch.vj;
|
|
6873
6895
|
a.zt = this.ch.vm;
|
|
6874
|
-
a.
|
|
6875
|
-
a.zj = this.ch.ve;
|
|
6876
|
-
a.z9 = this.ch.vy;
|
|
6877
|
-
a.z4 = this.ch.vq;
|
|
6878
|
-
a.zg = this.ch.vb;
|
|
6879
|
-
a.zr = this.ch.vi;
|
|
6880
|
-
a.zs = this.ch.vl;
|
|
6896
|
+
a.zz = this.ch.vp;
|
|
6881
6897
|
a.zy = this.ch.vo;
|
|
6882
|
-
a.zx = this.ch.vn;
|
|
6883
6898
|
}
|
|
6884
6899
|
cq() {
|
|
6885
|
-
this.ch.
|
|
6900
|
+
this.ch.t4.xm = this.ch.v3;
|
|
6886
6901
|
}
|
|
6887
6902
|
cp() {
|
|
6888
|
-
this.ch.
|
|
6903
|
+
this.ch.t4.xu = this.ch.v1;
|
|
6889
6904
|
}
|
|
6890
6905
|
cv() {
|
|
6891
|
-
this.ch.
|
|
6906
|
+
this.ch.t4.ub = this.ch.ue;
|
|
6892
6907
|
}
|
|
6893
6908
|
ct() {
|
|
6894
|
-
this.ch.
|
|
6909
|
+
this.ch.t4.ux = this.ch.uu;
|
|
6895
6910
|
}
|
|
6896
6911
|
cu() {
|
|
6897
|
-
this.ch.
|
|
6912
|
+
this.ch.t4.ug = this.ch.uf;
|
|
6898
6913
|
}
|
|
6899
6914
|
cw() {
|
|
6900
|
-
this.ch.
|
|
6915
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
6901
6916
|
}
|
|
6902
6917
|
cy() {
|
|
6903
|
-
this.ch.
|
|
6918
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
6904
6919
|
}
|
|
6905
6920
|
cz() {
|
|
6906
|
-
this.ch.
|
|
6921
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
6907
6922
|
}
|
|
6908
6923
|
cx() {
|
|
6909
|
-
let a = this.ch.
|
|
6910
|
-
if (this.ch.
|
|
6924
|
+
let a = this.ch.t4;
|
|
6925
|
+
if (this.ch.cz == null) {
|
|
6911
6926
|
a.xAxis = null;
|
|
6912
6927
|
a.yAxis = null;
|
|
6913
6928
|
return;
|
|
6914
6929
|
}
|
|
6915
|
-
a.xAxis = this.ch.
|
|
6916
|
-
a.yAxis = this.ch.
|
|
6930
|
+
a.xAxis = this.ch.cz.ua;
|
|
6931
|
+
a.yAxis = this.ch.cz.uc;
|
|
6917
6932
|
}
|
|
6918
6933
|
cr() {
|
|
6919
|
-
this.ch.
|
|
6934
|
+
this.ch.t4.vd = this.ch.u8;
|
|
6920
6935
|
}
|
|
6921
6936
|
cs() {
|
|
6922
|
-
this.ch.
|
|
6937
|
+
this.ch.t4.ve = this.ch.u9;
|
|
6923
6938
|
}
|
|
6924
6939
|
c0() {
|
|
6925
|
-
this.ch.
|
|
6940
|
+
this.ch.t4.aak = this.ch.v8;
|
|
6926
6941
|
}
|
|
6927
6942
|
c1() {
|
|
6928
|
-
this.ch.
|
|
6929
|
-
this.ch.
|
|
6943
|
+
this.ch.t4.zk = this.ch.vf;
|
|
6944
|
+
this.ch.t4.zu = this.ch.vn;
|
|
6930
6945
|
}
|
|
6931
6946
|
cl() {
|
|
6932
|
-
this.ch.
|
|
6947
|
+
this.ch.t4.aaa = this.ch.vz;
|
|
6933
6948
|
}
|
|
6934
6949
|
cj() {
|
|
6935
|
-
this.ch.
|
|
6936
|
-
this.ch.
|
|
6937
|
-
this.ch.
|
|
6938
|
-
this.ch.
|
|
6939
|
-
this.ch.
|
|
6950
|
+
this.ch.t4.zh = this.ch.vc;
|
|
6951
|
+
this.ch.t4.zs = this.ch.vj;
|
|
6952
|
+
this.ch.t4.zt = this.ch.vm;
|
|
6953
|
+
this.ch.t4.zz = this.ch.vp;
|
|
6954
|
+
this.ch.t4.zy = this.ch.vo;
|
|
6940
6955
|
}
|
|
6941
6956
|
ci() {
|
|
6942
|
-
this.ch.
|
|
6957
|
+
this.ch.t4.z5 = this.ch.vr;
|
|
6943
6958
|
}
|
|
6944
6959
|
c2() {
|
|
6945
|
-
this.ch.
|
|
6960
|
+
this.ch.t4.zu = this.ch.vn;
|
|
6946
6961
|
}
|
|
6947
6962
|
ck() {
|
|
6948
|
-
this.ch.
|
|
6963
|
+
this.ch.t4.zs = this.ch.vj;
|
|
6949
6964
|
}
|
|
6950
6965
|
co() {
|
|
6951
|
-
this.ch.
|
|
6966
|
+
this.ch.t4.zt = this.ch.vm;
|
|
6952
6967
|
}
|
|
6953
6968
|
cn() {
|
|
6954
|
-
this.ch.
|
|
6969
|
+
this.ch.t4.zz = this.ch.vp;
|
|
6955
6970
|
}
|
|
6956
6971
|
cm() {
|
|
6957
|
-
this.ch.
|
|
6972
|
+
this.ch.t4.zy = this.ch.vo;
|
|
6958
6973
|
}
|
|
6959
6974
|
}
|
|
6960
6975
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -6967,125 +6982,128 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6967
6982
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
6968
6983
|
constructor() {
|
|
6969
6984
|
super();
|
|
6970
|
-
this.
|
|
6985
|
+
this.vd = null;
|
|
6986
|
+
this.vi = false;
|
|
6971
6987
|
this.vh = false;
|
|
6972
|
-
this.vg = false;
|
|
6973
6988
|
this.assigningScatterStyle = null;
|
|
6974
6989
|
this.assigningScatterMarkerStyle = null;
|
|
6975
6990
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
6976
6991
|
}
|
|
6977
|
-
|
|
6992
|
+
bg() {
|
|
6993
|
+
return new GeographicProportionalSymbolSeries();
|
|
6994
|
+
}
|
|
6995
|
+
get_dy() {
|
|
6978
6996
|
return true;
|
|
6979
6997
|
}
|
|
6980
|
-
|
|
6998
|
+
ch() {
|
|
6981
6999
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
6982
7000
|
}
|
|
6983
|
-
|
|
6984
|
-
super.
|
|
6985
|
-
this.
|
|
7001
|
+
o1(a) {
|
|
7002
|
+
super.o1(a);
|
|
7003
|
+
this.vg = a;
|
|
6986
7004
|
}
|
|
6987
|
-
|
|
7005
|
+
ir() {
|
|
6988
7006
|
return 0.7;
|
|
6989
7007
|
}
|
|
6990
|
-
|
|
7008
|
+
t3() {
|
|
6991
7009
|
return new BubbleSeries();
|
|
6992
7010
|
}
|
|
6993
|
-
|
|
7011
|
+
get_et() {
|
|
6994
7012
|
return true;
|
|
6995
7013
|
}
|
|
6996
|
-
|
|
6997
|
-
super.
|
|
7014
|
+
o9(a, b, c, d) {
|
|
7015
|
+
super.o9(a, b, c, d);
|
|
6998
7016
|
switch (b) {
|
|
6999
7017
|
case "SeriesViewer":
|
|
7000
|
-
this.
|
|
7018
|
+
this.vg.cx();
|
|
7001
7019
|
break;
|
|
7002
7020
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7003
|
-
this.
|
|
7021
|
+
this.vg.cq();
|
|
7004
7022
|
break;
|
|
7005
7023
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7006
|
-
this.
|
|
7024
|
+
this.vg.cp();
|
|
7007
7025
|
break;
|
|
7008
7026
|
case "XAxis":
|
|
7009
|
-
this.
|
|
7027
|
+
this.vg.cy();
|
|
7010
7028
|
break;
|
|
7011
7029
|
case "YAxis":
|
|
7012
|
-
this.
|
|
7030
|
+
this.vg.cz();
|
|
7013
7031
|
break;
|
|
7014
7032
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7015
|
-
this.
|
|
7033
|
+
this.vg.c0();
|
|
7016
7034
|
break;
|
|
7017
7035
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7018
|
-
this.
|
|
7036
|
+
this.vg.c1();
|
|
7019
7037
|
break;
|
|
7020
7038
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7021
|
-
this.
|
|
7039
|
+
this.vg.c2();
|
|
7022
7040
|
break;
|
|
7023
7041
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7024
|
-
this.
|
|
7042
|
+
this.vg.cl();
|
|
7025
7043
|
break;
|
|
7026
7044
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7027
|
-
this.
|
|
7045
|
+
this.vg.ci();
|
|
7028
7046
|
break;
|
|
7029
7047
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7030
|
-
this.
|
|
7048
|
+
this.vg.cj();
|
|
7031
7049
|
break;
|
|
7032
7050
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7033
|
-
this.
|
|
7051
|
+
this.vg.ck();
|
|
7034
7052
|
break;
|
|
7035
7053
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7036
|
-
this.
|
|
7054
|
+
this.vg.co();
|
|
7037
7055
|
break;
|
|
7038
7056
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7039
|
-
this.
|
|
7057
|
+
this.vg.cn();
|
|
7040
7058
|
break;
|
|
7041
7059
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7042
|
-
this.
|
|
7060
|
+
this.vg.cm();
|
|
7043
7061
|
break;
|
|
7044
7062
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7045
|
-
this.
|
|
7046
|
-
this.
|
|
7047
|
-
if (this.
|
|
7048
|
-
let e = this.
|
|
7049
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7063
|
+
this.t4.wj = this.vl;
|
|
7064
|
+
this.vi = this.vl;
|
|
7065
|
+
if (this.vl) {
|
|
7066
|
+
let e = this.t4;
|
|
7067
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wd));
|
|
7050
7068
|
}
|
|
7051
7069
|
else {
|
|
7052
|
-
let f = this.
|
|
7053
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7070
|
+
let f = this.t4;
|
|
7071
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wd));
|
|
7054
7072
|
}
|
|
7055
7073
|
break;
|
|
7056
7074
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7057
|
-
this.
|
|
7058
|
-
this.
|
|
7059
|
-
if (this.
|
|
7060
|
-
let g = this.
|
|
7061
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7075
|
+
this.t4.wi = this.vk;
|
|
7076
|
+
this.vh = this.vk;
|
|
7077
|
+
if (this.vl) {
|
|
7078
|
+
let g = this.t4;
|
|
7079
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wc));
|
|
7062
7080
|
}
|
|
7063
7081
|
else {
|
|
7064
|
-
let h = this.
|
|
7065
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7082
|
+
let h = this.t4;
|
|
7083
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wc));
|
|
7066
7084
|
}
|
|
7067
7085
|
break;
|
|
7068
7086
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7069
|
-
this.
|
|
7087
|
+
this.t4.v7 = this.ve;
|
|
7070
7088
|
break;
|
|
7071
7089
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7072
|
-
this.
|
|
7090
|
+
this.t4.w1 = this.vq;
|
|
7073
7091
|
break;
|
|
7074
7092
|
}
|
|
7075
7093
|
}
|
|
7076
|
-
|
|
7094
|
+
wd(a, b) {
|
|
7077
7095
|
if (this.assigningScatterStyle != null) {
|
|
7078
7096
|
this.assigningScatterStyle(this, b);
|
|
7079
7097
|
}
|
|
7080
7098
|
}
|
|
7081
|
-
|
|
7099
|
+
wc(a, b) {
|
|
7082
7100
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7083
7101
|
this.assigningScatterMarkerStyle(this, b);
|
|
7084
7102
|
}
|
|
7085
7103
|
}
|
|
7086
7104
|
}
|
|
7087
7105
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7088
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7106
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
|
|
7089
7107
|
return GeographicProportionalSymbolSeries;
|
|
7090
7108
|
})();
|
|
7091
7109
|
|
|
@@ -7120,40 +7138,40 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7120
7138
|
* Gets whether the series has only marker as visuals
|
|
7121
7139
|
*/
|
|
7122
7140
|
get hasOnlyMarkers() {
|
|
7123
|
-
return this.i.
|
|
7141
|
+
return this.i.dy;
|
|
7124
7142
|
}
|
|
7125
7143
|
/**
|
|
7126
7144
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7127
7145
|
*/
|
|
7128
7146
|
get latitudeMemberPath() {
|
|
7129
|
-
return this.i.
|
|
7147
|
+
return this.i.v1;
|
|
7130
7148
|
}
|
|
7131
7149
|
set latitudeMemberPath(v) {
|
|
7132
|
-
this.i.
|
|
7150
|
+
this.i.v1 = v;
|
|
7133
7151
|
}
|
|
7134
7152
|
/**
|
|
7135
7153
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7136
7154
|
*/
|
|
7137
7155
|
get longitudeMemberPath() {
|
|
7138
|
-
return this.i.
|
|
7156
|
+
return this.i.v3;
|
|
7139
7157
|
}
|
|
7140
7158
|
set longitudeMemberPath(v) {
|
|
7141
|
-
this.i.
|
|
7159
|
+
this.i.v3 = v;
|
|
7142
7160
|
}
|
|
7143
7161
|
/**
|
|
7144
7162
|
* Gets or sets the radius mapping property for the current series object.
|
|
7145
7163
|
*/
|
|
7146
7164
|
get radiusMemberPath() {
|
|
7147
|
-
return this.i.
|
|
7165
|
+
return this.i.v8;
|
|
7148
7166
|
}
|
|
7149
7167
|
set radiusMemberPath(v) {
|
|
7150
|
-
this.i.
|
|
7168
|
+
this.i.v8 = v;
|
|
7151
7169
|
}
|
|
7152
7170
|
/**
|
|
7153
7171
|
* Gets or sets the radius size scale for the bubbles.
|
|
7154
7172
|
*/
|
|
7155
7173
|
get radiusScale() {
|
|
7156
|
-
const r = this.i.
|
|
7174
|
+
const r = this.i.vf;
|
|
7157
7175
|
if (r == null) {
|
|
7158
7176
|
return null;
|
|
7159
7177
|
}
|
|
@@ -7169,31 +7187,31 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7169
7187
|
set radiusScale(v) {
|
|
7170
7188
|
if (v != null && this._stylingContainer && v._styling)
|
|
7171
7189
|
v._styling(this._stylingContainer, this, this);
|
|
7172
|
-
v == null ? this.i.
|
|
7190
|
+
v == null ? this.i.vf = null : this.i.vf = v.i;
|
|
7173
7191
|
}
|
|
7174
7192
|
/**
|
|
7175
7193
|
* Gets or sets the Label mapping property for the current series object.
|
|
7176
7194
|
*/
|
|
7177
7195
|
get labelMemberPath() {
|
|
7178
|
-
return this.i.
|
|
7196
|
+
return this.i.vz;
|
|
7179
7197
|
}
|
|
7180
7198
|
set labelMemberPath(v) {
|
|
7181
|
-
this.i.
|
|
7199
|
+
this.i.vz = v;
|
|
7182
7200
|
}
|
|
7183
7201
|
/**
|
|
7184
7202
|
* Gets or sets the fill mapping property for the current series object.
|
|
7185
7203
|
*/
|
|
7186
7204
|
get fillMemberPath() {
|
|
7187
|
-
return this.i.
|
|
7205
|
+
return this.i.vr;
|
|
7188
7206
|
}
|
|
7189
7207
|
set fillMemberPath(v) {
|
|
7190
|
-
this.i.
|
|
7208
|
+
this.i.vr = v;
|
|
7191
7209
|
}
|
|
7192
7210
|
/**
|
|
7193
7211
|
* Gets or sets the brush scale for the marker brush.
|
|
7194
7212
|
*/
|
|
7195
7213
|
get fillScale() {
|
|
7196
|
-
const r = this.i.
|
|
7214
|
+
const r = this.i.vc;
|
|
7197
7215
|
if (r == null) {
|
|
7198
7216
|
return null;
|
|
7199
7217
|
}
|
|
@@ -7209,93 +7227,93 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7209
7227
|
set fillScale(v) {
|
|
7210
7228
|
if (v != null && this._stylingContainer && v._styling)
|
|
7211
7229
|
v._styling(this._stylingContainer, this, this);
|
|
7212
|
-
v == null ? this.i.
|
|
7230
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
7213
7231
|
}
|
|
7214
7232
|
/**
|
|
7215
7233
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
7216
7234
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7217
7235
|
*/
|
|
7218
7236
|
get fillScaleUseGlobalValues() {
|
|
7219
|
-
return this.i.
|
|
7237
|
+
return this.i.vj;
|
|
7220
7238
|
}
|
|
7221
7239
|
set fillScaleUseGlobalValues(v) {
|
|
7222
|
-
this.i.
|
|
7240
|
+
this.i.vj = ensureBool(v);
|
|
7223
7241
|
}
|
|
7224
7242
|
/**
|
|
7225
7243
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
7226
7244
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7227
7245
|
*/
|
|
7228
7246
|
get markerOutlineUsesFillScale() {
|
|
7229
|
-
return this.i.
|
|
7247
|
+
return this.i.vm;
|
|
7230
7248
|
}
|
|
7231
7249
|
set markerOutlineUsesFillScale(v) {
|
|
7232
|
-
this.i.
|
|
7250
|
+
this.i.vm = ensureBool(v);
|
|
7233
7251
|
}
|
|
7234
7252
|
/**
|
|
7235
7253
|
* 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
|
|
7236
7254
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7237
7255
|
*/
|
|
7238
7256
|
get markerOutlineBrightness() {
|
|
7239
|
-
return this.i.
|
|
7257
|
+
return this.i.vp;
|
|
7240
7258
|
}
|
|
7241
7259
|
set markerOutlineBrightness(v) {
|
|
7242
|
-
this.i.
|
|
7260
|
+
this.i.vp = +v;
|
|
7243
7261
|
}
|
|
7244
7262
|
/**
|
|
7245
7263
|
* 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
|
|
7246
7264
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7247
7265
|
*/
|
|
7248
7266
|
get markerBrushBrightness() {
|
|
7249
|
-
return this.i.
|
|
7267
|
+
return this.i.vo;
|
|
7250
7268
|
}
|
|
7251
7269
|
set markerBrushBrightness(v) {
|
|
7252
|
-
this.i.
|
|
7270
|
+
this.i.vo = +v;
|
|
7253
7271
|
}
|
|
7254
7272
|
/**
|
|
7255
7273
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
7256
7274
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7257
7275
|
*/
|
|
7258
7276
|
get radiusScaleUseGlobalValues() {
|
|
7259
|
-
return this.i.
|
|
7277
|
+
return this.i.vn;
|
|
7260
7278
|
}
|
|
7261
7279
|
set radiusScaleUseGlobalValues(v) {
|
|
7262
|
-
this.i.
|
|
7280
|
+
this.i.vn = ensureBool(v);
|
|
7263
7281
|
}
|
|
7264
7282
|
/**
|
|
7265
7283
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7266
7284
|
*/
|
|
7267
7285
|
get isCustomScatterStyleAllowed() {
|
|
7268
|
-
return this.i.
|
|
7286
|
+
return this.i.vl;
|
|
7269
7287
|
}
|
|
7270
7288
|
set isCustomScatterStyleAllowed(v) {
|
|
7271
|
-
this.i.
|
|
7289
|
+
this.i.vl = ensureBool(v);
|
|
7272
7290
|
}
|
|
7273
7291
|
/**
|
|
7274
7292
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7275
7293
|
*/
|
|
7276
7294
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7277
|
-
return this.i.
|
|
7295
|
+
return this.i.vk;
|
|
7278
7296
|
}
|
|
7279
7297
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7280
|
-
this.i.
|
|
7298
|
+
this.i.vk = ensureBool(v);
|
|
7281
7299
|
}
|
|
7282
7300
|
/**
|
|
7283
7301
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7284
7302
|
*/
|
|
7285
7303
|
get itemSearchMode() {
|
|
7286
|
-
return this.i.
|
|
7304
|
+
return this.i.ve;
|
|
7287
7305
|
}
|
|
7288
7306
|
set itemSearchMode(v) {
|
|
7289
|
-
this.i.
|
|
7307
|
+
this.i.ve = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7290
7308
|
}
|
|
7291
7309
|
/**
|
|
7292
7310
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7293
7311
|
*/
|
|
7294
7312
|
get itemSearchThreshold() {
|
|
7295
|
-
return this.i.
|
|
7313
|
+
return this.i.vq;
|
|
7296
7314
|
}
|
|
7297
7315
|
set itemSearchThreshold(v) {
|
|
7298
|
-
this.i.
|
|
7316
|
+
this.i.vq = +v;
|
|
7299
7317
|
}
|
|
7300
7318
|
findByName(name) {
|
|
7301
7319
|
var baseResult = super.findByName(name);
|
|
@@ -7486,56 +7504,56 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7486
7504
|
}
|
|
7487
7505
|
}
|
|
7488
7506
|
b5() {
|
|
7489
|
-
let a = this.ch.
|
|
7507
|
+
let a = this.ch.t4;
|
|
7490
7508
|
super.b5();
|
|
7491
|
-
a.
|
|
7492
|
-
a.
|
|
7493
|
-
a.
|
|
7494
|
-
a.
|
|
7495
|
-
a.
|
|
7509
|
+
a.xm = this.ch.vs;
|
|
7510
|
+
a.xu = this.ch.vq;
|
|
7511
|
+
a.ub = this.ch.ue;
|
|
7512
|
+
a.ux = this.ch.uu;
|
|
7513
|
+
a.ug = this.ch.uf;
|
|
7496
7514
|
}
|
|
7497
7515
|
cj() {
|
|
7498
|
-
this.ch.
|
|
7516
|
+
this.ch.t4.xm = this.ch.vs;
|
|
7499
7517
|
}
|
|
7500
7518
|
ci() {
|
|
7501
|
-
this.ch.
|
|
7519
|
+
this.ch.t4.xu = this.ch.vq;
|
|
7502
7520
|
}
|
|
7503
7521
|
cp() {
|
|
7504
|
-
this.ch.
|
|
7522
|
+
this.ch.t4.ub = this.ch.ue;
|
|
7505
7523
|
}
|
|
7506
7524
|
cn() {
|
|
7507
|
-
this.ch.
|
|
7525
|
+
this.ch.t4.ux = this.ch.uu;
|
|
7508
7526
|
}
|
|
7509
7527
|
co() {
|
|
7510
|
-
this.ch.
|
|
7528
|
+
this.ch.t4.ug = this.ch.uf;
|
|
7511
7529
|
}
|
|
7512
7530
|
cq() {
|
|
7513
|
-
this.ch.
|
|
7531
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
7514
7532
|
}
|
|
7515
7533
|
cs() {
|
|
7516
|
-
this.ch.
|
|
7534
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
7517
7535
|
}
|
|
7518
7536
|
ct() {
|
|
7519
|
-
this.ch.
|
|
7537
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
7520
7538
|
}
|
|
7521
7539
|
cr() {
|
|
7522
|
-
let a = this.ch.
|
|
7523
|
-
if (this.ch.
|
|
7540
|
+
let a = this.ch.t4;
|
|
7541
|
+
if (this.ch.cz == null) {
|
|
7524
7542
|
a.xAxis = null;
|
|
7525
7543
|
a.yAxis = null;
|
|
7526
7544
|
return;
|
|
7527
7545
|
}
|
|
7528
|
-
a.xAxis = this.ch.
|
|
7529
|
-
a.yAxis = this.ch.
|
|
7546
|
+
a.xAxis = this.ch.cz.ua;
|
|
7547
|
+
a.yAxis = this.ch.cz.uc;
|
|
7530
7548
|
}
|
|
7531
7549
|
cl() {
|
|
7532
|
-
this.ch.
|
|
7550
|
+
this.ch.t4.vn = this.ch.vc;
|
|
7533
7551
|
}
|
|
7534
7552
|
ck() {
|
|
7535
|
-
this.ch.
|
|
7553
|
+
this.ch.t4.vd = this.ch.u8;
|
|
7536
7554
|
}
|
|
7537
7555
|
cm() {
|
|
7538
|
-
this.ch.
|
|
7556
|
+
this.ch.t4.ve = this.ch.u9;
|
|
7539
7557
|
}
|
|
7540
7558
|
}
|
|
7541
7559
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7548,98 +7566,101 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7548
7566
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
7549
7567
|
constructor() {
|
|
7550
7568
|
super();
|
|
7551
|
-
this.
|
|
7569
|
+
this.ve = null;
|
|
7570
|
+
this.vh = false;
|
|
7552
7571
|
this.vg = false;
|
|
7553
|
-
this.vf = false;
|
|
7554
7572
|
this.assigningScatterStyle = null;
|
|
7555
7573
|
this.assigningScatterMarkerStyle = null;
|
|
7556
7574
|
this.ab = GeographicSymbolSeries.$;
|
|
7557
7575
|
}
|
|
7558
|
-
|
|
7576
|
+
bg() {
|
|
7577
|
+
return new GeographicSymbolSeries();
|
|
7578
|
+
}
|
|
7579
|
+
get_dy() {
|
|
7559
7580
|
return true;
|
|
7560
7581
|
}
|
|
7561
|
-
|
|
7582
|
+
ch() {
|
|
7562
7583
|
return new GeographicSymbolSeriesView(this);
|
|
7563
7584
|
}
|
|
7564
|
-
|
|
7565
|
-
super.
|
|
7566
|
-
this.
|
|
7585
|
+
o1(a) {
|
|
7586
|
+
super.o1(a);
|
|
7587
|
+
this.vf = a;
|
|
7567
7588
|
}
|
|
7568
|
-
|
|
7589
|
+
ir() {
|
|
7569
7590
|
return 0.7;
|
|
7570
7591
|
}
|
|
7571
|
-
|
|
7592
|
+
t3() {
|
|
7572
7593
|
return new ScatterSeries();
|
|
7573
7594
|
}
|
|
7574
|
-
|
|
7595
|
+
get_et() {
|
|
7575
7596
|
return true;
|
|
7576
7597
|
}
|
|
7577
|
-
|
|
7578
|
-
super.
|
|
7598
|
+
o9(a, b, c, d) {
|
|
7599
|
+
super.o9(a, b, c, d);
|
|
7579
7600
|
switch (b) {
|
|
7580
7601
|
case "SeriesViewer":
|
|
7581
|
-
this.
|
|
7602
|
+
this.vf.cr();
|
|
7582
7603
|
break;
|
|
7583
7604
|
case GeographicSymbolSeries.$$p[5]:
|
|
7584
|
-
this.
|
|
7605
|
+
this.vf.cj();
|
|
7585
7606
|
break;
|
|
7586
7607
|
case GeographicSymbolSeries.$$p[4]:
|
|
7587
|
-
this.
|
|
7608
|
+
this.vf.ci();
|
|
7588
7609
|
break;
|
|
7589
7610
|
case GeographicSymbolSeries.$$p[6]:
|
|
7590
|
-
this.
|
|
7611
|
+
this.vf.cl();
|
|
7591
7612
|
break;
|
|
7592
7613
|
case "XAxis":
|
|
7593
|
-
this.
|
|
7614
|
+
this.vf.cs();
|
|
7594
7615
|
break;
|
|
7595
7616
|
case "YAxis":
|
|
7596
|
-
this.
|
|
7617
|
+
this.vf.ct();
|
|
7597
7618
|
break;
|
|
7598
7619
|
case GeographicSymbolSeries.$$p[1]:
|
|
7599
|
-
this.
|
|
7600
|
-
this.
|
|
7601
|
-
if (this.
|
|
7602
|
-
let e = this.
|
|
7603
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7620
|
+
this.t4.wj = this.vj;
|
|
7621
|
+
this.vh = this.vj;
|
|
7622
|
+
if (this.vj) {
|
|
7623
|
+
let e = this.t4;
|
|
7624
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
|
|
7604
7625
|
}
|
|
7605
7626
|
else {
|
|
7606
|
-
let f = this.
|
|
7607
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7627
|
+
let f = this.t4;
|
|
7628
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
|
|
7608
7629
|
}
|
|
7609
7630
|
break;
|
|
7610
7631
|
case GeographicSymbolSeries.$$p[0]:
|
|
7611
|
-
this.
|
|
7612
|
-
this.
|
|
7613
|
-
if (this.
|
|
7614
|
-
let g = this.
|
|
7615
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7632
|
+
this.t4.wi = this.vi;
|
|
7633
|
+
this.vg = this.vi;
|
|
7634
|
+
if (this.vj) {
|
|
7635
|
+
let g = this.t4;
|
|
7636
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
7616
7637
|
}
|
|
7617
7638
|
else {
|
|
7618
|
-
let h = this.
|
|
7619
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7639
|
+
let h = this.t4;
|
|
7640
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
7620
7641
|
}
|
|
7621
7642
|
break;
|
|
7622
7643
|
case GeographicSymbolSeries.$$p[2]:
|
|
7623
|
-
this.
|
|
7644
|
+
this.t4.v7 = this.vd;
|
|
7624
7645
|
break;
|
|
7625
7646
|
case GeographicSymbolSeries.$$p[3]:
|
|
7626
|
-
this.
|
|
7647
|
+
this.t4.w1 = this.vl;
|
|
7627
7648
|
break;
|
|
7628
7649
|
}
|
|
7629
7650
|
}
|
|
7630
|
-
|
|
7651
|
+
vx(a, b) {
|
|
7631
7652
|
if (this.assigningScatterStyle != null) {
|
|
7632
7653
|
this.assigningScatterStyle(this, b);
|
|
7633
7654
|
}
|
|
7634
7655
|
}
|
|
7635
|
-
|
|
7656
|
+
vw(a, b) {
|
|
7636
7657
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7637
7658
|
this.assigningScatterMarkerStyle(this, b);
|
|
7638
7659
|
}
|
|
7639
7660
|
}
|
|
7640
7661
|
}
|
|
7641
7662
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
7642
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
7663
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
|
|
7643
7664
|
return GeographicSymbolSeries;
|
|
7644
7665
|
})();
|
|
7645
7666
|
|
|
@@ -7674,70 +7695,70 @@ let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7674
7695
|
* Gets whether the series has only marker as visuals
|
|
7675
7696
|
*/
|
|
7676
7697
|
get hasOnlyMarkers() {
|
|
7677
|
-
return this.i.
|
|
7698
|
+
return this.i.dy;
|
|
7678
7699
|
}
|
|
7679
7700
|
/**
|
|
7680
7701
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7681
7702
|
*/
|
|
7682
7703
|
get latitudeMemberPath() {
|
|
7683
|
-
return this.i.
|
|
7704
|
+
return this.i.vq;
|
|
7684
7705
|
}
|
|
7685
7706
|
set latitudeMemberPath(v) {
|
|
7686
|
-
this.i.
|
|
7707
|
+
this.i.vq = v;
|
|
7687
7708
|
}
|
|
7688
7709
|
/**
|
|
7689
7710
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7690
7711
|
*/
|
|
7691
7712
|
get longitudeMemberPath() {
|
|
7692
|
-
return this.i.
|
|
7713
|
+
return this.i.vs;
|
|
7693
7714
|
}
|
|
7694
7715
|
set longitudeMemberPath(v) {
|
|
7695
|
-
this.i.
|
|
7716
|
+
this.i.vs = v;
|
|
7696
7717
|
}
|
|
7697
7718
|
/**
|
|
7698
7719
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
7699
7720
|
*/
|
|
7700
7721
|
get markerCollisionAvoidance() {
|
|
7701
|
-
return this.i.
|
|
7722
|
+
return this.i.vc;
|
|
7702
7723
|
}
|
|
7703
7724
|
set markerCollisionAvoidance(v) {
|
|
7704
|
-
this.i.
|
|
7725
|
+
this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
7705
7726
|
}
|
|
7706
7727
|
/**
|
|
7707
7728
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7708
7729
|
*/
|
|
7709
7730
|
get isCustomScatterStyleAllowed() {
|
|
7710
|
-
return this.i.
|
|
7731
|
+
return this.i.vj;
|
|
7711
7732
|
}
|
|
7712
7733
|
set isCustomScatterStyleAllowed(v) {
|
|
7713
|
-
this.i.
|
|
7734
|
+
this.i.vj = ensureBool(v);
|
|
7714
7735
|
}
|
|
7715
7736
|
/**
|
|
7716
7737
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7717
7738
|
*/
|
|
7718
7739
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7719
|
-
return this.i.
|
|
7740
|
+
return this.i.vi;
|
|
7720
7741
|
}
|
|
7721
7742
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7722
|
-
this.i.
|
|
7743
|
+
this.i.vi = ensureBool(v);
|
|
7723
7744
|
}
|
|
7724
7745
|
/**
|
|
7725
7746
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7726
7747
|
*/
|
|
7727
7748
|
get itemSearchMode() {
|
|
7728
|
-
return this.i.
|
|
7749
|
+
return this.i.vd;
|
|
7729
7750
|
}
|
|
7730
7751
|
set itemSearchMode(v) {
|
|
7731
|
-
this.i.
|
|
7752
|
+
this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7732
7753
|
}
|
|
7733
7754
|
/**
|
|
7734
7755
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7735
7756
|
*/
|
|
7736
7757
|
get itemSearchThreshold() {
|
|
7737
|
-
return this.i.
|
|
7758
|
+
return this.i.vl;
|
|
7738
7759
|
}
|
|
7739
7760
|
set itemSearchThreshold(v) {
|
|
7740
|
-
this.i.
|
|
7761
|
+
this.i.vl = +v;
|
|
7741
7762
|
}
|
|
7742
7763
|
/**
|
|
7743
7764
|
* Event raised when Assigning Category Style
|
|
@@ -7901,56 +7922,56 @@ let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7901
7922
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
7902
7923
|
*/
|
|
7903
7924
|
get longitudeMemberPath() {
|
|
7904
|
-
return this.i.
|
|
7925
|
+
return this.i.ug;
|
|
7905
7926
|
}
|
|
7906
7927
|
set longitudeMemberPath(v) {
|
|
7907
|
-
this.i.
|
|
7928
|
+
this.i.ug = v;
|
|
7908
7929
|
}
|
|
7909
7930
|
/**
|
|
7910
7931
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
7911
7932
|
*/
|
|
7912
7933
|
get latitudeMemberPath() {
|
|
7913
|
-
return this.i.
|
|
7934
|
+
return this.i.ue;
|
|
7914
7935
|
}
|
|
7915
7936
|
set latitudeMemberPath(v) {
|
|
7916
|
-
this.i.
|
|
7937
|
+
this.i.ue = v;
|
|
7917
7938
|
}
|
|
7918
7939
|
/**
|
|
7919
7940
|
* The source of triangulation data.
|
|
7920
7941
|
* 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.
|
|
7921
7942
|
*/
|
|
7922
7943
|
get trianglesSource() {
|
|
7923
|
-
return this.i.
|
|
7944
|
+
return this.i.ud;
|
|
7924
7945
|
}
|
|
7925
7946
|
set trianglesSource(v) {
|
|
7926
|
-
this.i.
|
|
7947
|
+
this.i.ud = v;
|
|
7927
7948
|
}
|
|
7928
7949
|
/**
|
|
7929
7950
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
7930
7951
|
*/
|
|
7931
7952
|
get triangleVertexMemberPath1() {
|
|
7932
|
-
return this.i.
|
|
7953
|
+
return this.i.uj;
|
|
7933
7954
|
}
|
|
7934
7955
|
set triangleVertexMemberPath1(v) {
|
|
7935
|
-
this.i.
|
|
7956
|
+
this.i.uj = v;
|
|
7936
7957
|
}
|
|
7937
7958
|
/**
|
|
7938
7959
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
7939
7960
|
*/
|
|
7940
7961
|
get triangleVertexMemberPath2() {
|
|
7941
|
-
return this.i.
|
|
7962
|
+
return this.i.ul;
|
|
7942
7963
|
}
|
|
7943
7964
|
set triangleVertexMemberPath2(v) {
|
|
7944
|
-
this.i.
|
|
7965
|
+
this.i.ul = v;
|
|
7945
7966
|
}
|
|
7946
7967
|
/**
|
|
7947
7968
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
7948
7969
|
*/
|
|
7949
7970
|
get triangleVertexMemberPath3() {
|
|
7950
|
-
return this.i.
|
|
7971
|
+
return this.i.un;
|
|
7951
7972
|
}
|
|
7952
7973
|
set triangleVertexMemberPath3(v) {
|
|
7953
|
-
this.i.
|
|
7974
|
+
this.i.un = v;
|
|
7954
7975
|
}
|
|
7955
7976
|
}
|
|
7956
7977
|
IgxGeographicXYTriangulatingSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
@@ -8007,22 +8028,22 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8007
8028
|
* Gets whether the current series shows an area shape.
|
|
8008
8029
|
*/
|
|
8009
8030
|
get isArea() {
|
|
8010
|
-
return this.i.
|
|
8031
|
+
return this.i.d9;
|
|
8011
8032
|
}
|
|
8012
8033
|
/**
|
|
8013
8034
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8014
8035
|
*/
|
|
8015
8036
|
get colorMemberPath() {
|
|
8016
|
-
return this.i.
|
|
8037
|
+
return this.i.u2;
|
|
8017
8038
|
}
|
|
8018
8039
|
set colorMemberPath(v) {
|
|
8019
|
-
this.i.
|
|
8040
|
+
this.i.u2 = v;
|
|
8020
8041
|
}
|
|
8021
8042
|
/**
|
|
8022
8043
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8023
8044
|
*/
|
|
8024
8045
|
get colorScale() {
|
|
8025
|
-
const r = this.i.
|
|
8046
|
+
const r = this.i.ux;
|
|
8026
8047
|
if (r == null) {
|
|
8027
8048
|
return null;
|
|
8028
8049
|
}
|
|
@@ -8038,13 +8059,13 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8038
8059
|
set colorScale(v) {
|
|
8039
8060
|
if (v != null && this._stylingContainer && v._styling)
|
|
8040
8061
|
v._styling(this._stylingContainer, this, this);
|
|
8041
|
-
v == null ? this.i.
|
|
8062
|
+
v == null ? this.i.ux = null : this.i.ux = v.i;
|
|
8042
8063
|
}
|
|
8043
8064
|
/**
|
|
8044
8065
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8045
8066
|
*/
|
|
8046
8067
|
get actualColorScale() {
|
|
8047
|
-
const r = this.i.
|
|
8068
|
+
const r = this.i.uw;
|
|
8048
8069
|
if (r == null) {
|
|
8049
8070
|
return null;
|
|
8050
8071
|
}
|
|
@@ -8060,7 +8081,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8060
8081
|
set actualColorScale(v) {
|
|
8061
8082
|
if (v != null && this._stylingContainer && v._styling)
|
|
8062
8083
|
v._styling(this._stylingContainer, this, this);
|
|
8063
|
-
v == null ? this.i.
|
|
8084
|
+
v == null ? this.i.uw = null : this.i.uw = v.i;
|
|
8064
8085
|
}
|
|
8065
8086
|
findByName(name) {
|
|
8066
8087
|
var baseResult = super.findByName(name);
|
|
@@ -8091,7 +8112,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8091
8112
|
|
|
8092
8113
|
*/
|
|
8093
8114
|
updateActualColorScale() {
|
|
8094
|
-
this.i.
|
|
8115
|
+
this.i.u7();
|
|
8095
8116
|
}
|
|
8096
8117
|
/**
|
|
8097
8118
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -8208,71 +8229,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8208
8229
|
}
|
|
8209
8230
|
b5() {
|
|
8210
8231
|
super.b5();
|
|
8211
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8212
|
-
a.
|
|
8213
|
-
a.
|
|
8232
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
8233
|
+
a.wc = this.ch.ut;
|
|
8234
|
+
a.wk = this.ch.ur;
|
|
8235
|
+
a.up = this.ch.ug;
|
|
8214
8236
|
a.uo = this.ch.uf;
|
|
8215
|
-
a.
|
|
8216
|
-
a.
|
|
8237
|
+
a.fl = this.ch.ue;
|
|
8238
|
+
a.vk = this.ch.ui;
|
|
8217
8239
|
a.vj = this.ch.uh;
|
|
8218
|
-
a.
|
|
8240
|
+
a.xi = this.ch.vc;
|
|
8219
8241
|
a.xh = this.ch.vb;
|
|
8220
|
-
a.
|
|
8221
|
-
a.vv = this.ch.uk;
|
|
8242
|
+
a.vw = this.ch.ul;
|
|
8222
8243
|
}
|
|
8223
8244
|
cn() {
|
|
8224
|
-
this.ch.
|
|
8245
|
+
this.ch.t4.wc = this.ch.ut;
|
|
8225
8246
|
}
|
|
8226
8247
|
cm() {
|
|
8227
|
-
this.ch.
|
|
8248
|
+
this.ch.t4.wk = this.ch.ur;
|
|
8228
8249
|
}
|
|
8229
8250
|
cs() {
|
|
8230
|
-
this.ch.
|
|
8251
|
+
this.ch.t4.up = this.ch.ug;
|
|
8231
8252
|
}
|
|
8232
8253
|
cq() {
|
|
8233
|
-
this.ch.
|
|
8254
|
+
this.ch.t4.uo = this.ch.uf;
|
|
8234
8255
|
}
|
|
8235
8256
|
co() {
|
|
8236
|
-
this.ch.
|
|
8257
|
+
this.ch.t4.fl = this.ch.ue;
|
|
8237
8258
|
}
|
|
8238
8259
|
cl() {
|
|
8239
|
-
this.ch.
|
|
8260
|
+
this.ch.t4.vk = this.ch.ui;
|
|
8240
8261
|
}
|
|
8241
8262
|
cj() {
|
|
8242
|
-
this.ch.
|
|
8263
|
+
this.ch.t4.vj = this.ch.uh;
|
|
8243
8264
|
}
|
|
8244
8265
|
cr() {
|
|
8245
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
8246
|
-
if (this.ch.
|
|
8247
|
-
a.
|
|
8248
|
-
a.
|
|
8266
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
8267
|
+
if (this.ch.cz == null) {
|
|
8268
|
+
a.t9 = null;
|
|
8269
|
+
a.ub = null;
|
|
8249
8270
|
return;
|
|
8250
8271
|
}
|
|
8251
|
-
a.
|
|
8252
|
-
a.
|
|
8272
|
+
a.t9 = this.ch.cz.ua;
|
|
8273
|
+
a.ub = this.ch.cz.uc;
|
|
8253
8274
|
}
|
|
8254
8275
|
ct() {
|
|
8255
|
-
this.ch.
|
|
8276
|
+
this.ch.t4.t9 = this.ch.cz.ua;
|
|
8256
8277
|
}
|
|
8257
8278
|
cu() {
|
|
8258
|
-
this.ch.
|
|
8279
|
+
this.ch.t4.ub = this.ch.cz.uc;
|
|
8259
8280
|
}
|
|
8260
8281
|
ck() {
|
|
8261
|
-
this.ch.
|
|
8282
|
+
this.ch.t4.xi = this.ch.vc;
|
|
8262
8283
|
}
|
|
8263
8284
|
ci() {
|
|
8264
|
-
this.ch.
|
|
8285
|
+
this.ch.t4.xh = this.ch.vb;
|
|
8265
8286
|
}
|
|
8266
8287
|
cp() {
|
|
8267
|
-
this.ch.
|
|
8288
|
+
this.ch.t4.vw = this.ch.ul;
|
|
8268
8289
|
}
|
|
8269
8290
|
au() {
|
|
8270
8291
|
super.au();
|
|
8271
8292
|
if (!this.q) {
|
|
8272
|
-
this.ch.
|
|
8273
|
-
this.ch.
|
|
8274
|
-
this.ch.
|
|
8275
|
-
this.ch.
|
|
8293
|
+
this.ch.vc = Defaults.aq;
|
|
8294
|
+
this.ch.vb = Defaults.ap;
|
|
8295
|
+
this.ch.sx = Defaults.al;
|
|
8296
|
+
this.ch.s3 = Defaults.ak;
|
|
8276
8297
|
}
|
|
8277
8298
|
}
|
|
8278
8299
|
}
|
|
@@ -8286,110 +8307,113 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8286
8307
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
8287
8308
|
constructor() {
|
|
8288
8309
|
super();
|
|
8289
|
-
this.
|
|
8310
|
+
this.uc = null;
|
|
8290
8311
|
this.progressiveLoadStatusChanged = null;
|
|
8291
|
-
this.
|
|
8312
|
+
this.uk = 0;
|
|
8292
8313
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8293
8314
|
}
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8315
|
+
bg() {
|
|
8316
|
+
return new GeographicHighDensityScatterSeries();
|
|
8317
|
+
}
|
|
8318
|
+
iq() {
|
|
8319
|
+
if (!isNaN_(this.ip)) {
|
|
8320
|
+
return super.iq();
|
|
8297
8321
|
}
|
|
8298
8322
|
return Defaults.q;
|
|
8299
8323
|
}
|
|
8300
|
-
|
|
8324
|
+
get_e2() {
|
|
8301
8325
|
return true;
|
|
8302
8326
|
}
|
|
8303
|
-
|
|
8327
|
+
ch() {
|
|
8304
8328
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8305
8329
|
}
|
|
8306
|
-
|
|
8307
|
-
super.
|
|
8308
|
-
this.
|
|
8330
|
+
o1(a) {
|
|
8331
|
+
super.o1(a);
|
|
8332
|
+
this.ud = a;
|
|
8309
8333
|
}
|
|
8310
|
-
|
|
8311
|
-
this.
|
|
8312
|
-
return this.
|
|
8334
|
+
t3() {
|
|
8335
|
+
this.uc = new HighDensityScatterSeries();
|
|
8336
|
+
return this.uc;
|
|
8313
8337
|
}
|
|
8314
|
-
get
|
|
8315
|
-
return this.
|
|
8338
|
+
get um() {
|
|
8339
|
+
return this.uk;
|
|
8316
8340
|
}
|
|
8317
|
-
set
|
|
8318
|
-
let b = this.
|
|
8319
|
-
this.
|
|
8320
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
8341
|
+
set um(a) {
|
|
8342
|
+
let b = this.uk;
|
|
8343
|
+
this.uk = a;
|
|
8344
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
|
|
8321
8345
|
}
|
|
8322
|
-
|
|
8323
|
-
super.
|
|
8324
|
-
let a = this.
|
|
8325
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
8326
|
-
let b = this.
|
|
8327
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8346
|
+
t9() {
|
|
8347
|
+
super.t9();
|
|
8348
|
+
let a = this.t4;
|
|
8349
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
|
|
8350
|
+
let b = this.t4;
|
|
8351
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
|
|
8328
8352
|
}
|
|
8329
|
-
|
|
8330
|
-
this.
|
|
8353
|
+
u0(a, b) {
|
|
8354
|
+
this.um = b.currentStatus;
|
|
8331
8355
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8332
8356
|
this.progressiveLoadStatusChanged(this, b);
|
|
8333
8357
|
}
|
|
8334
8358
|
}
|
|
8335
|
-
|
|
8336
|
-
if (this.
|
|
8359
|
+
uz(a, b) {
|
|
8360
|
+
if (this.uc == null) {
|
|
8337
8361
|
return;
|
|
8338
8362
|
}
|
|
8339
8363
|
}
|
|
8340
|
-
|
|
8341
|
-
super.
|
|
8364
|
+
o9(a, b, c, d) {
|
|
8365
|
+
super.o9(a, b, c, d);
|
|
8342
8366
|
switch (b) {
|
|
8343
8367
|
case "SeriesViewer":
|
|
8344
|
-
this.
|
|
8368
|
+
this.ud.cr();
|
|
8345
8369
|
break;
|
|
8346
8370
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8347
|
-
this.
|
|
8371
|
+
this.ud.cn();
|
|
8348
8372
|
break;
|
|
8349
8373
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8350
|
-
this.
|
|
8374
|
+
this.ud.cm();
|
|
8351
8375
|
break;
|
|
8352
8376
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8353
|
-
this.
|
|
8377
|
+
this.ud.cs();
|
|
8354
8378
|
break;
|
|
8355
8379
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8356
|
-
this.
|
|
8380
|
+
this.ud.cq();
|
|
8357
8381
|
break;
|
|
8358
8382
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8359
|
-
this.
|
|
8383
|
+
this.ud.co();
|
|
8360
8384
|
break;
|
|
8361
8385
|
case "XAxis":
|
|
8362
|
-
this.
|
|
8386
|
+
this.ud.ct();
|
|
8363
8387
|
break;
|
|
8364
8388
|
case "YAxis":
|
|
8365
|
-
this.
|
|
8389
|
+
this.ud.cu();
|
|
8366
8390
|
break;
|
|
8367
8391
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8368
|
-
this.
|
|
8392
|
+
this.ud.cl();
|
|
8369
8393
|
break;
|
|
8370
8394
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8371
|
-
this.
|
|
8395
|
+
this.ud.cj();
|
|
8372
8396
|
break;
|
|
8373
8397
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8374
|
-
this.
|
|
8398
|
+
this.ud.ck();
|
|
8375
8399
|
break;
|
|
8376
8400
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8377
|
-
this.
|
|
8401
|
+
this.ud.ci();
|
|
8378
8402
|
break;
|
|
8379
8403
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8380
|
-
this.
|
|
8404
|
+
this.ud.cp();
|
|
8381
8405
|
break;
|
|
8382
8406
|
}
|
|
8383
8407
|
}
|
|
8384
|
-
|
|
8408
|
+
get_gg() {
|
|
8385
8409
|
return true;
|
|
8386
8410
|
}
|
|
8387
|
-
|
|
8388
|
-
super.
|
|
8411
|
+
set_gg(a) {
|
|
8412
|
+
super.set_gg(a);
|
|
8389
8413
|
}
|
|
8390
8414
|
}
|
|
8391
8415
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8392
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8416
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
|
|
8393
8417
|
return GeographicHighDensityScatterSeries;
|
|
8394
8418
|
})();
|
|
8395
8419
|
|
|
@@ -8423,106 +8447,106 @@ let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8423
8447
|
* Gets whether the current series shows pixels.
|
|
8424
8448
|
*/
|
|
8425
8449
|
get isPixel() {
|
|
8426
|
-
return this.i.
|
|
8450
|
+
return this.i.e2;
|
|
8427
8451
|
}
|
|
8428
8452
|
/**
|
|
8429
8453
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8430
8454
|
*/
|
|
8431
8455
|
get latitudeMemberPath() {
|
|
8432
|
-
return this.i.
|
|
8456
|
+
return this.i.ur;
|
|
8433
8457
|
}
|
|
8434
8458
|
set latitudeMemberPath(v) {
|
|
8435
|
-
this.i.
|
|
8459
|
+
this.i.ur = v;
|
|
8436
8460
|
}
|
|
8437
8461
|
/**
|
|
8438
8462
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8439
8463
|
*/
|
|
8440
8464
|
get longitudeMemberPath() {
|
|
8441
|
-
return this.i.
|
|
8465
|
+
return this.i.ut;
|
|
8442
8466
|
}
|
|
8443
8467
|
set longitudeMemberPath(v) {
|
|
8444
|
-
this.i.
|
|
8468
|
+
this.i.ut = v;
|
|
8445
8469
|
}
|
|
8446
8470
|
/**
|
|
8447
8471
|
* Gets or sets the whether to use use brute force mode.
|
|
8448
8472
|
*/
|
|
8449
8473
|
get useBruteForce() {
|
|
8450
|
-
return this.i.
|
|
8474
|
+
return this.i.ug;
|
|
8451
8475
|
}
|
|
8452
8476
|
set useBruteForce(v) {
|
|
8453
|
-
this.i.
|
|
8477
|
+
this.i.ug = ensureBool(v);
|
|
8454
8478
|
}
|
|
8455
8479
|
/**
|
|
8456
8480
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
8457
8481
|
*/
|
|
8458
8482
|
get progressiveLoad() {
|
|
8459
|
-
return this.i.
|
|
8483
|
+
return this.i.uf;
|
|
8460
8484
|
}
|
|
8461
8485
|
set progressiveLoad(v) {
|
|
8462
|
-
this.i.
|
|
8486
|
+
this.i.uf = ensureBool(v);
|
|
8463
8487
|
}
|
|
8464
8488
|
/**
|
|
8465
8489
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
8466
8490
|
*/
|
|
8467
8491
|
get mouseOverEnabled() {
|
|
8468
|
-
return this.i.
|
|
8492
|
+
return this.i.ue;
|
|
8469
8493
|
}
|
|
8470
8494
|
set mouseOverEnabled(v) {
|
|
8471
|
-
this.i.
|
|
8495
|
+
this.i.ue = ensureBool(v);
|
|
8472
8496
|
}
|
|
8473
8497
|
/**
|
|
8474
8498
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
8475
8499
|
*/
|
|
8476
8500
|
get heatMinimum() {
|
|
8477
|
-
return this.i.
|
|
8501
|
+
return this.i.ui;
|
|
8478
8502
|
}
|
|
8479
8503
|
set heatMinimum(v) {
|
|
8480
|
-
this.i.
|
|
8504
|
+
this.i.ui = +v;
|
|
8481
8505
|
}
|
|
8482
8506
|
/**
|
|
8483
8507
|
* Gets or sets the value that maps to the maximum heat color.
|
|
8484
8508
|
*/
|
|
8485
8509
|
get heatMaximum() {
|
|
8486
|
-
return this.i.
|
|
8510
|
+
return this.i.uh;
|
|
8487
8511
|
}
|
|
8488
8512
|
set heatMaximum(v) {
|
|
8489
|
-
this.i.
|
|
8513
|
+
this.i.uh = +v;
|
|
8490
8514
|
}
|
|
8491
8515
|
/**
|
|
8492
8516
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
8493
8517
|
*/
|
|
8494
8518
|
get heatMinimumColor() {
|
|
8495
|
-
return colorToString(this.i.
|
|
8519
|
+
return colorToString(this.i.vc);
|
|
8496
8520
|
}
|
|
8497
8521
|
set heatMinimumColor(v) {
|
|
8498
|
-
this.i.
|
|
8522
|
+
this.i.vc = stringToColor(v);
|
|
8499
8523
|
}
|
|
8500
8524
|
/**
|
|
8501
8525
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
8502
8526
|
*/
|
|
8503
8527
|
get heatMaximumColor() {
|
|
8504
|
-
return colorToString(this.i.
|
|
8528
|
+
return colorToString(this.i.vb);
|
|
8505
8529
|
}
|
|
8506
8530
|
set heatMaximumColor(v) {
|
|
8507
|
-
this.i.
|
|
8531
|
+
this.i.vb = stringToColor(v);
|
|
8508
8532
|
}
|
|
8509
8533
|
/**
|
|
8510
8534
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
8511
8535
|
*/
|
|
8512
8536
|
get pointExtent() {
|
|
8513
|
-
return this.i.
|
|
8537
|
+
return this.i.ul;
|
|
8514
8538
|
}
|
|
8515
8539
|
set pointExtent(v) {
|
|
8516
|
-
this.i.
|
|
8540
|
+
this.i.ul = +v;
|
|
8517
8541
|
}
|
|
8518
8542
|
/**
|
|
8519
8543
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
8520
8544
|
*/
|
|
8521
8545
|
get progressiveStatus() {
|
|
8522
|
-
return this.i.
|
|
8546
|
+
return this.i.um;
|
|
8523
8547
|
}
|
|
8524
8548
|
set progressiveStatus(v) {
|
|
8525
|
-
this.i.
|
|
8549
|
+
this.i.um = +v;
|
|
8526
8550
|
}
|
|
8527
8551
|
/**
|
|
8528
8552
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -8670,24 +8694,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8670
8694
|
au() {
|
|
8671
8695
|
super.au();
|
|
8672
8696
|
if (!this.q) {
|
|
8673
|
-
this.cp.
|
|
8697
|
+
this.cp.iv = Defaults.m;
|
|
8674
8698
|
}
|
|
8675
8699
|
}
|
|
8676
8700
|
b5() {
|
|
8677
8701
|
super.b5();
|
|
8678
|
-
if (this.cp.
|
|
8679
|
-
this.cp.
|
|
8680
|
-
this.cp.
|
|
8702
|
+
if (this.cp.t4 != null) {
|
|
8703
|
+
this.cp.uw.vz = this.cp.uz;
|
|
8704
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
8681
8705
|
}
|
|
8682
8706
|
}
|
|
8683
8707
|
cq() {
|
|
8684
|
-
if (this.cp.
|
|
8685
|
-
this.cp.
|
|
8708
|
+
if (this.cp.uw != null) {
|
|
8709
|
+
this.cp.uw.vz = this.cp.uz;
|
|
8686
8710
|
}
|
|
8687
8711
|
}
|
|
8688
8712
|
cr() {
|
|
8689
|
-
if (this.cp.
|
|
8690
|
-
this.cp.
|
|
8713
|
+
if (this.cp.uw != null) {
|
|
8714
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
8691
8715
|
}
|
|
8692
8716
|
}
|
|
8693
8717
|
}
|
|
@@ -8704,73 +8728,76 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8704
8728
|
this.triangulationStatusChanged = null;
|
|
8705
8729
|
this.ab = GeographicContourLineSeries.$;
|
|
8706
8730
|
}
|
|
8707
|
-
|
|
8731
|
+
bg() {
|
|
8732
|
+
return new GeographicContourLineSeries();
|
|
8733
|
+
}
|
|
8734
|
+
get_ex() {
|
|
8708
8735
|
return true;
|
|
8709
8736
|
}
|
|
8710
|
-
|
|
8711
|
-
super.
|
|
8712
|
-
}
|
|
8713
|
-
t2() {
|
|
8714
|
-
this.uv = new ScatterContourSeries();
|
|
8715
|
-
let a = this.uv;
|
|
8716
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
|
|
8717
|
-
let b = this.uv;
|
|
8718
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
|
|
8719
|
-
return this.uv;
|
|
8737
|
+
t9() {
|
|
8738
|
+
super.t9();
|
|
8720
8739
|
}
|
|
8721
|
-
|
|
8740
|
+
t3() {
|
|
8741
|
+
this.uw = new ScatterContourSeries();
|
|
8742
|
+
let a = this.uw;
|
|
8743
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
8744
|
+
let b = this.uw;
|
|
8745
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
|
|
8746
|
+
return this.uw;
|
|
8747
|
+
}
|
|
8748
|
+
u6(a, b) {
|
|
8722
8749
|
if (this.triangulationStatusChanged != null) {
|
|
8723
8750
|
this.triangulationStatusChanged(this, b);
|
|
8724
8751
|
}
|
|
8725
8752
|
}
|
|
8726
|
-
|
|
8727
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
8753
|
+
u7(a, b) {
|
|
8754
|
+
let c = typeCast(ScatterContourSeries.$, this.t4);
|
|
8728
8755
|
if (c == null) {
|
|
8729
8756
|
return;
|
|
8730
8757
|
}
|
|
8731
8758
|
if (b.propertyName == "ActualFillScale") {
|
|
8732
|
-
this.
|
|
8759
|
+
this.uy = c.vy;
|
|
8733
8760
|
}
|
|
8734
8761
|
}
|
|
8735
|
-
|
|
8736
|
-
super.
|
|
8762
|
+
qe() {
|
|
8763
|
+
super.qe();
|
|
8737
8764
|
}
|
|
8738
|
-
|
|
8765
|
+
ch() {
|
|
8739
8766
|
return new GeographicContourLineSeriesView(this);
|
|
8740
8767
|
}
|
|
8741
|
-
|
|
8742
|
-
super.
|
|
8743
|
-
this.
|
|
8768
|
+
o1(a) {
|
|
8769
|
+
super.o1(a);
|
|
8770
|
+
this.u0 = a;
|
|
8744
8771
|
}
|
|
8745
|
-
|
|
8746
|
-
super.
|
|
8772
|
+
o9(a, b, c, d) {
|
|
8773
|
+
super.o9(a, b, c, d);
|
|
8747
8774
|
switch (b) {
|
|
8748
8775
|
case GeographicContourLineSeries.$$p[1]:
|
|
8749
|
-
this.
|
|
8776
|
+
this.u0.cq();
|
|
8750
8777
|
break;
|
|
8751
8778
|
case GeographicContourLineSeries.$$p[2]:
|
|
8752
|
-
this.
|
|
8779
|
+
this.u0.cr();
|
|
8753
8780
|
break;
|
|
8754
8781
|
case GeographicContourLineSeries.$$p[3]:
|
|
8755
|
-
this.
|
|
8782
|
+
this.uw.vw = this.uv;
|
|
8756
8783
|
break;
|
|
8757
8784
|
case "DashArray":
|
|
8758
|
-
this.
|
|
8785
|
+
this.uw.s8 = this.s8;
|
|
8759
8786
|
break;
|
|
8760
8787
|
case "DashCap":
|
|
8761
|
-
this.
|
|
8788
|
+
this.uw.s9 = this.s9;
|
|
8762
8789
|
break;
|
|
8763
8790
|
case "MiterLimit":
|
|
8764
|
-
this.
|
|
8791
|
+
this.uw.im = this.im;
|
|
8765
8792
|
break;
|
|
8766
8793
|
case "LineJoin":
|
|
8767
|
-
this.
|
|
8794
|
+
this.uw.tb = this.tb;
|
|
8768
8795
|
break;
|
|
8769
8796
|
}
|
|
8770
8797
|
}
|
|
8771
8798
|
}
|
|
8772
8799
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
8773
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
8800
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
|
|
8774
8801
|
return GeographicContourLineSeries;
|
|
8775
8802
|
})();
|
|
8776
8803
|
|
|
@@ -8803,22 +8830,22 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8803
8830
|
* Gets whether the current series shows a line contour shape.
|
|
8804
8831
|
*/
|
|
8805
8832
|
get isLineContour() {
|
|
8806
|
-
return this.i.
|
|
8833
|
+
return this.i.ex;
|
|
8807
8834
|
}
|
|
8808
8835
|
/**
|
|
8809
8836
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
8810
8837
|
*/
|
|
8811
8838
|
get valueMemberPath() {
|
|
8812
|
-
return this.i.
|
|
8839
|
+
return this.i.u3;
|
|
8813
8840
|
}
|
|
8814
8841
|
set valueMemberPath(v) {
|
|
8815
|
-
this.i.
|
|
8842
|
+
this.i.u3 = v;
|
|
8816
8843
|
}
|
|
8817
8844
|
/**
|
|
8818
8845
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8819
8846
|
*/
|
|
8820
8847
|
get fillScale() {
|
|
8821
|
-
const r = this.i.
|
|
8848
|
+
const r = this.i.uz;
|
|
8822
8849
|
if (r == null) {
|
|
8823
8850
|
return null;
|
|
8824
8851
|
}
|
|
@@ -8834,13 +8861,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8834
8861
|
set fillScale(v) {
|
|
8835
8862
|
if (v != null && this._stylingContainer && v._styling)
|
|
8836
8863
|
v._styling(this._stylingContainer, this, this);
|
|
8837
|
-
v == null ? this.i.
|
|
8864
|
+
v == null ? this.i.uz = null : this.i.uz = v.i;
|
|
8838
8865
|
}
|
|
8839
8866
|
/**
|
|
8840
8867
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8841
8868
|
*/
|
|
8842
8869
|
get actualFillScale() {
|
|
8843
|
-
const r = this.i.
|
|
8870
|
+
const r = this.i.uy;
|
|
8844
8871
|
if (r == null) {
|
|
8845
8872
|
return null;
|
|
8846
8873
|
}
|
|
@@ -8856,13 +8883,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8856
8883
|
set actualFillScale(v) {
|
|
8857
8884
|
if (v != null && this._stylingContainer && v._styling)
|
|
8858
8885
|
v._styling(this._stylingContainer, this, this);
|
|
8859
|
-
v == null ? this.i.
|
|
8886
|
+
v == null ? this.i.uy = null : this.i.uy = v.i;
|
|
8860
8887
|
}
|
|
8861
8888
|
/**
|
|
8862
8889
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8863
8890
|
*/
|
|
8864
8891
|
get valueResolver() {
|
|
8865
|
-
const r = this.i.
|
|
8892
|
+
const r = this.i.uv;
|
|
8866
8893
|
if (r == null) {
|
|
8867
8894
|
return null;
|
|
8868
8895
|
}
|
|
@@ -8878,7 +8905,7 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8878
8905
|
set valueResolver(v) {
|
|
8879
8906
|
if (v != null && this._stylingContainer && v._styling)
|
|
8880
8907
|
v._styling(this._stylingContainer, this, this);
|
|
8881
|
-
v == null ? this.i.
|
|
8908
|
+
v == null ? this.i.uv = null : this.i.uv = v.i;
|
|
8882
8909
|
}
|
|
8883
8910
|
findByName(name) {
|
|
8884
8911
|
var baseResult = super.findByName(name);
|