igniteui-angular-maps 21.0.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1045 -1045
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- 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 +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- 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 +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +1053 -1053
- package/fesm5/igniteui-angular-maps.js +1045 -1045
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- 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 +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +2 -2
|
@@ -191,8 +191,8 @@ let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
t(a, b, c, d, e) {
|
|
194
|
-
d = this.ak(a.
|
|
195
|
-
e = this.ak(a.
|
|
194
|
+
d = this.ak(a.rb);
|
|
195
|
+
e = this.ak(a.ra);
|
|
196
196
|
return {
|
|
197
197
|
p3: d,
|
|
198
198
|
p4: e
|
|
@@ -359,8 +359,8 @@ let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
t(a, b, c, d, e) {
|
|
362
|
-
d = a.
|
|
363
|
-
e = a.
|
|
362
|
+
d = a.rb;
|
|
363
|
+
e = a.ra;
|
|
364
364
|
return {
|
|
365
365
|
p3: d,
|
|
366
366
|
p4: e
|
|
@@ -437,342 +437,342 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
437
437
|
class GeographicMapSeriesHost extends Series {
|
|
438
438
|
constructor() {
|
|
439
439
|
super();
|
|
440
|
-
this.
|
|
441
|
-
this.
|
|
440
|
+
this.xk = null;
|
|
441
|
+
this.xm = this.xl();
|
|
442
442
|
}
|
|
443
|
-
|
|
444
|
-
super.
|
|
445
|
-
if (this.
|
|
446
|
-
this.
|
|
443
|
+
qw() {
|
|
444
|
+
super.qw();
|
|
445
|
+
if (this.xm != null) {
|
|
446
|
+
this.xm.qw();
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
get_ff() {
|
|
450
450
|
return true;
|
|
451
451
|
}
|
|
452
|
-
|
|
453
|
-
let c = this.
|
|
452
|
+
k0(a, b) {
|
|
453
|
+
let c = this.np(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.xm.k0(a, c);
|
|
461
461
|
}
|
|
462
|
-
|
|
463
|
-
let b = this.
|
|
462
|
+
mp(a) {
|
|
463
|
+
let b = this.np(a);
|
|
464
464
|
if (b == "LatitudeMemberPath") {
|
|
465
465
|
b = "YMemberPath";
|
|
466
466
|
}
|
|
467
467
|
if (b == "LongitudeMemberPath") {
|
|
468
468
|
b = "XMemberPath";
|
|
469
469
|
}
|
|
470
|
-
return this.
|
|
470
|
+
return this.xm.mp(b);
|
|
471
471
|
}
|
|
472
|
-
|
|
473
|
-
return this.
|
|
472
|
+
get_ks() {
|
|
473
|
+
return this.la(this.xm);
|
|
474
474
|
}
|
|
475
|
-
|
|
476
|
-
this.
|
|
475
|
+
set_ks(a) {
|
|
476
|
+
this.pd(this.xm, a);
|
|
477
477
|
}
|
|
478
478
|
ed(a, b, c, d, e) {
|
|
479
|
-
return this.
|
|
479
|
+
return this.xm.ed(a, b, c, d, e);
|
|
480
480
|
}
|
|
481
481
|
ai() {
|
|
482
|
-
return this.
|
|
482
|
+
return this.xm.ai();
|
|
483
483
|
}
|
|
484
484
|
bp() {
|
|
485
|
-
return this.
|
|
485
|
+
return this.xm;
|
|
486
486
|
}
|
|
487
|
-
get
|
|
488
|
-
return this.
|
|
487
|
+
get xm() {
|
|
488
|
+
return this.xk;
|
|
489
489
|
}
|
|
490
|
-
set
|
|
491
|
-
let b = this.
|
|
492
|
-
let c = this.
|
|
490
|
+
set xm(a) {
|
|
491
|
+
let b = this.xk;
|
|
492
|
+
let c = this.xm != a;
|
|
493
493
|
if (c) {
|
|
494
|
-
this.
|
|
495
|
-
this.
|
|
494
|
+
this.xk = a;
|
|
495
|
+
this.xr(b, this.xk);
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
get_hasMarkers() {
|
|
499
|
-
return this.
|
|
499
|
+
return this.xm.hasMarkers;
|
|
500
500
|
}
|
|
501
|
-
|
|
502
|
-
if (this.
|
|
503
|
-
let hostedSeries_ = this.
|
|
501
|
+
xr(a, b) {
|
|
502
|
+
if (this.xk != null) {
|
|
503
|
+
let hostedSeries_ = this.xk;
|
|
504
504
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
505
505
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
506
506
|
}
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
507
|
+
this.pt(this.xm);
|
|
508
|
+
this.xn.ci();
|
|
509
509
|
if (a != null) {
|
|
510
510
|
let c = (a);
|
|
511
|
-
this.
|
|
511
|
+
this.sk(c, null);
|
|
512
512
|
}
|
|
513
513
|
if (b != null) {
|
|
514
514
|
let d = (b);
|
|
515
|
-
this.
|
|
515
|
+
this.sk(d, this);
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
dh(a, b, c) {
|
|
519
|
-
return this.dj(this.
|
|
519
|
+
return this.dj(this.xm, a, b, c);
|
|
520
520
|
}
|
|
521
521
|
di(a, b, c) {
|
|
522
|
-
return this.dk(this.
|
|
522
|
+
return this.dk(this.xm, a, b, c);
|
|
523
523
|
}
|
|
524
|
-
|
|
525
|
-
return this.
|
|
524
|
+
kx(a) {
|
|
525
|
+
return this.k6(this.xm, a);
|
|
526
526
|
}
|
|
527
|
-
|
|
528
|
-
return this.
|
|
527
|
+
kk(a, b) {
|
|
528
|
+
return this.xm.kk(a, b);
|
|
529
529
|
}
|
|
530
|
-
|
|
531
|
-
return this.
|
|
530
|
+
ki(a, b) {
|
|
531
|
+
return this.xm.ki(a, b);
|
|
532
532
|
}
|
|
533
|
-
|
|
534
|
-
return this.
|
|
533
|
+
je(a, b, c) {
|
|
534
|
+
return this.xm.je(a, b, c);
|
|
535
535
|
}
|
|
536
|
-
|
|
537
|
-
return this.
|
|
536
|
+
wx(a, b, c) {
|
|
537
|
+
return this.xm.wx(a, b, c);
|
|
538
538
|
}
|
|
539
|
-
|
|
540
|
-
return this.
|
|
539
|
+
w9(a) {
|
|
540
|
+
return this.xm.w9(a);
|
|
541
541
|
}
|
|
542
542
|
ao(a) {
|
|
543
|
-
return this.
|
|
543
|
+
return this.xm.ao(a);
|
|
544
544
|
}
|
|
545
|
-
|
|
546
|
-
return this.
|
|
545
|
+
xa(a) {
|
|
546
|
+
return this.xm.xa(a);
|
|
547
547
|
}
|
|
548
548
|
ap(a) {
|
|
549
|
-
return this.
|
|
550
|
-
}
|
|
551
|
-
xa(a) {
|
|
552
|
-
return this.xl.xa(a);
|
|
549
|
+
return this.xm.ap(a);
|
|
553
550
|
}
|
|
554
551
|
xb(a) {
|
|
555
|
-
return this.
|
|
552
|
+
return this.xm.xb(a);
|
|
556
553
|
}
|
|
557
|
-
|
|
558
|
-
return this.
|
|
554
|
+
xc(a) {
|
|
555
|
+
return this.xm.xc(a);
|
|
559
556
|
}
|
|
560
|
-
|
|
561
|
-
return this.
|
|
557
|
+
ja(a, b, c) {
|
|
558
|
+
return this.xm.ja(a, b, c);
|
|
562
559
|
}
|
|
563
|
-
|
|
564
|
-
return this.
|
|
560
|
+
wt(a, b, c) {
|
|
561
|
+
return this.xm.wt(a, b, c);
|
|
565
562
|
}
|
|
566
|
-
|
|
567
|
-
return this.
|
|
563
|
+
jc(a, b, c) {
|
|
564
|
+
return this.je(a, b, c);
|
|
568
565
|
}
|
|
569
|
-
|
|
570
|
-
return this.
|
|
566
|
+
wv(a, b, c) {
|
|
567
|
+
return this.xm.wv(a, b, c);
|
|
571
568
|
}
|
|
572
|
-
|
|
573
|
-
return this.
|
|
569
|
+
wy(a, b, c) {
|
|
570
|
+
return this.xm.wy(a, b, c);
|
|
574
571
|
}
|
|
575
|
-
|
|
576
|
-
return this.
|
|
572
|
+
jf(a, b, c) {
|
|
573
|
+
return this.xm.jf(a, b, c);
|
|
577
574
|
}
|
|
578
|
-
|
|
579
|
-
return this.
|
|
575
|
+
wu(a, b, c) {
|
|
576
|
+
return this.xm.wu(a, b, c);
|
|
580
577
|
}
|
|
581
|
-
|
|
582
|
-
return this.
|
|
578
|
+
jb(a, b, c) {
|
|
579
|
+
return this.xm.jb(a, b, c);
|
|
583
580
|
}
|
|
584
|
-
|
|
585
|
-
return this.
|
|
581
|
+
ww(a, b, c) {
|
|
582
|
+
return this.xm.ww(a, b, c);
|
|
586
583
|
}
|
|
587
|
-
|
|
588
|
-
return this.
|
|
584
|
+
jd(a, b, c) {
|
|
585
|
+
return this.xm.jd(a, b, c);
|
|
589
586
|
}
|
|
590
|
-
|
|
591
|
-
return this.
|
|
587
|
+
ke(a) {
|
|
588
|
+
return this.xm.ke(a);
|
|
592
589
|
}
|
|
593
|
-
|
|
594
|
-
return this.
|
|
590
|
+
i4() {
|
|
591
|
+
return this.xm.i4();
|
|
595
592
|
}
|
|
596
|
-
|
|
597
|
-
return this.
|
|
593
|
+
i0(a) {
|
|
594
|
+
return this.xm.i0(a);
|
|
595
|
+
}
|
|
596
|
+
ky(a) {
|
|
597
|
+
return this.xm.ky(a);
|
|
598
598
|
}
|
|
599
599
|
ct() {
|
|
600
600
|
return new HostSeriesView(this);
|
|
601
601
|
}
|
|
602
|
-
|
|
603
|
-
super.
|
|
604
|
-
this.
|
|
602
|
+
ri(a) {
|
|
603
|
+
super.ri(a);
|
|
604
|
+
this.xn = typeCast(HostSeriesView.$, a);
|
|
605
605
|
}
|
|
606
|
-
get
|
|
607
|
-
return this.c(GeographicMapSeriesHost.
|
|
606
|
+
get xo() {
|
|
607
|
+
return this.c(GeographicMapSeriesHost.xt);
|
|
608
608
|
}
|
|
609
|
-
set
|
|
610
|
-
this.h(GeographicMapSeriesHost.
|
|
609
|
+
set xo(a) {
|
|
610
|
+
this.h(GeographicMapSeriesHost.xt, a);
|
|
611
611
|
}
|
|
612
|
-
|
|
613
|
-
super.
|
|
612
|
+
rr(a, b, c, d) {
|
|
613
|
+
super.rr(a, b, c, d);
|
|
614
614
|
switch (b) {
|
|
615
615
|
case "SeriesViewer":
|
|
616
|
-
this.
|
|
616
|
+
this.xm.dc = this.dc;
|
|
617
617
|
if (c != null) {
|
|
618
|
-
c.s9(this.
|
|
618
|
+
c.s9(this.xm);
|
|
619
619
|
}
|
|
620
620
|
if (d != null) {
|
|
621
|
-
this.dc.on(this.
|
|
621
|
+
this.dc.on(this.xm);
|
|
622
622
|
}
|
|
623
|
-
this.
|
|
624
|
-
this.
|
|
625
|
-
this.
|
|
626
|
-
this.
|
|
623
|
+
this.xm.ru(this.xe);
|
|
624
|
+
this.xm.index = this.index;
|
|
625
|
+
this.qf(this.xm);
|
|
626
|
+
this.kq = this.xm.kq;
|
|
627
627
|
let e = typeCast(SeriesViewer.$, c);
|
|
628
628
|
if (e != null) {
|
|
629
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
629
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xs));
|
|
630
630
|
}
|
|
631
631
|
if (this.dc != null) {
|
|
632
632
|
let f = this.dc;
|
|
633
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
633
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xs));
|
|
634
634
|
}
|
|
635
|
-
this.
|
|
635
|
+
this.xq();
|
|
636
636
|
break;
|
|
637
637
|
case "SyncLink":
|
|
638
|
-
this.
|
|
638
|
+
this.xm.c4 = this.c4;
|
|
639
639
|
break;
|
|
640
640
|
case "VisibleFromScale":
|
|
641
|
-
this.
|
|
641
|
+
this.xq();
|
|
642
642
|
break;
|
|
643
643
|
case "Index":
|
|
644
|
-
this.
|
|
644
|
+
this.xm.index = this.index;
|
|
645
645
|
break;
|
|
646
646
|
case "ItemsSource":
|
|
647
|
-
this.
|
|
647
|
+
this.xn.cj();
|
|
648
648
|
break;
|
|
649
649
|
case "Resolution":
|
|
650
|
-
this.
|
|
650
|
+
this.xn.cq();
|
|
651
651
|
break;
|
|
652
652
|
case "TransitionDuration":
|
|
653
|
-
this.
|
|
653
|
+
this.xn.ct();
|
|
654
654
|
break;
|
|
655
655
|
case "Opacity":
|
|
656
|
-
this.
|
|
656
|
+
this.xn.cn();
|
|
657
657
|
break;
|
|
658
658
|
case "Visibility":
|
|
659
|
-
let hs_ = this.
|
|
659
|
+
let hs_ = this.xm;
|
|
660
660
|
let v_ = this._visibility;
|
|
661
661
|
hs_.visibility = v_;
|
|
662
662
|
break;
|
|
663
663
|
case "MouseOverEnabled":
|
|
664
|
-
this.
|
|
664
|
+
this.xm.gf = this.gf;
|
|
665
665
|
break;
|
|
666
666
|
case "ExpectFunctions":
|
|
667
|
-
this.
|
|
667
|
+
this.xm.expectFunctions = this.expectFunctions;
|
|
668
668
|
break;
|
|
669
669
|
case "Thickness":
|
|
670
|
-
this.
|
|
670
|
+
this.xn.cs();
|
|
671
671
|
break;
|
|
672
672
|
case "Brush":
|
|
673
|
-
this.
|
|
673
|
+
this.xn.ch();
|
|
674
674
|
break;
|
|
675
675
|
case "Outline":
|
|
676
|
-
this.
|
|
676
|
+
this.xn.cp();
|
|
677
677
|
break;
|
|
678
678
|
case "ActualBrush":
|
|
679
|
-
this.
|
|
679
|
+
this.xn.ce();
|
|
680
680
|
break;
|
|
681
681
|
case "ActualOutline":
|
|
682
|
-
this.
|
|
682
|
+
this.xn.cf();
|
|
683
683
|
break;
|
|
684
684
|
case "MarkerFillOpacity":
|
|
685
|
-
if (!isNaN_(this.
|
|
686
|
-
this.
|
|
685
|
+
if (!isNaN_(this.jp)) {
|
|
686
|
+
this.xn.cm();
|
|
687
687
|
}
|
|
688
688
|
break;
|
|
689
689
|
case "AreaFillOpacity":
|
|
690
|
-
if (!isNaN_(this.
|
|
691
|
-
this.
|
|
690
|
+
if (!isNaN_(this.is)) {
|
|
691
|
+
this.xn.cg();
|
|
692
692
|
}
|
|
693
693
|
break;
|
|
694
694
|
case "OutlineMode":
|
|
695
|
-
this.
|
|
695
|
+
this.xn.co();
|
|
696
696
|
break;
|
|
697
697
|
case "ShowDefaultTooltip":
|
|
698
|
-
this.
|
|
698
|
+
this.xn.cr();
|
|
699
699
|
break;
|
|
700
700
|
case "Title":
|
|
701
|
-
this.
|
|
701
|
+
this.xm.title = this.title;
|
|
702
702
|
break;
|
|
703
703
|
case "LegendItemBadgeMode":
|
|
704
|
-
this.
|
|
704
|
+
this.xn.ck();
|
|
705
705
|
break;
|
|
706
706
|
case "LegendItemBadgeShape":
|
|
707
|
-
this.
|
|
707
|
+
this.xn.cl();
|
|
708
708
|
break;
|
|
709
709
|
case "Legend":
|
|
710
|
-
this.
|
|
710
|
+
this.xm.legend = this.legend;
|
|
711
711
|
this.cw.a5();
|
|
712
712
|
break;
|
|
713
713
|
}
|
|
714
714
|
}
|
|
715
|
-
|
|
716
|
-
if (this.dc == null || this.
|
|
715
|
+
xq() {
|
|
716
|
+
if (this.dc == null || this.xm == null) {
|
|
717
717
|
return;
|
|
718
718
|
}
|
|
719
|
-
if (!isNaN_(this.
|
|
720
|
-
if (this.dc.yr.width > this.
|
|
721
|
-
let hs_ = this.
|
|
719
|
+
if (!isNaN_(this.xo)) {
|
|
720
|
+
if (this.dc.yr.width > this.xo) {
|
|
721
|
+
let hs_ = this.xm;
|
|
722
722
|
let v_ = 1;
|
|
723
723
|
hs_.visibility = v_;
|
|
724
724
|
}
|
|
725
725
|
else {
|
|
726
|
-
let hs2_ = this.
|
|
726
|
+
let hs2_ = this.xm;
|
|
727
727
|
let v2_ = 0;
|
|
728
728
|
hs2_.visibility = v2_;
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
|
-
|
|
733
|
-
this.
|
|
732
|
+
xs(a, b) {
|
|
733
|
+
this.xq();
|
|
734
734
|
}
|
|
735
|
-
|
|
736
|
-
super.
|
|
737
|
-
if (this.
|
|
738
|
-
this.
|
|
735
|
+
r9(a) {
|
|
736
|
+
super.r9(a);
|
|
737
|
+
if (this.xm != null) {
|
|
738
|
+
this.xm.r9(a);
|
|
739
739
|
}
|
|
740
740
|
}
|
|
741
|
-
|
|
742
|
-
super.
|
|
743
|
-
if (this.
|
|
744
|
-
this.
|
|
741
|
+
rm(a) {
|
|
742
|
+
super.rm(a);
|
|
743
|
+
if (this.xm != null) {
|
|
744
|
+
this.xm.q3();
|
|
745
745
|
}
|
|
746
746
|
}
|
|
747
|
-
|
|
748
|
-
if (this.
|
|
749
|
-
this.
|
|
747
|
+
r8(a, b, c, d, e) {
|
|
748
|
+
if (this.xm != null) {
|
|
749
|
+
this.xm.r8(a, b, c, d, e);
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
a2(a, b) {
|
|
753
|
-
return this.
|
|
753
|
+
return this.xm.a2(a, b);
|
|
754
754
|
}
|
|
755
|
-
|
|
756
|
-
super.
|
|
757
|
-
this.
|
|
755
|
+
sv() {
|
|
756
|
+
super.sv();
|
|
757
|
+
this.xm.sv();
|
|
758
758
|
}
|
|
759
759
|
get_coercionMethods() {
|
|
760
760
|
return this._coercionMethods;
|
|
761
761
|
}
|
|
762
762
|
set_coercionMethods(a) {
|
|
763
763
|
this._coercionMethods = a;
|
|
764
|
-
this.
|
|
764
|
+
this.xm.coercionMethods = a;
|
|
765
765
|
}
|
|
766
|
-
|
|
767
|
-
super.
|
|
768
|
-
if (this.
|
|
769
|
-
let b = this.
|
|
770
|
-
this.
|
|
766
|
+
qe(a) {
|
|
767
|
+
super.qe(a);
|
|
768
|
+
if (this.xm != null) {
|
|
769
|
+
let b = this.xm.kw();
|
|
770
|
+
this.pm(a, b);
|
|
771
771
|
}
|
|
772
772
|
}
|
|
773
773
|
}
|
|
774
774
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
775
|
-
GeographicMapSeriesHost.
|
|
775
|
+
GeographicMapSeriesHost.xt = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
|
|
776
776
|
let c = a;
|
|
777
777
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
778
778
|
}));
|
|
@@ -793,66 +793,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
793
793
|
}
|
|
794
794
|
ci() {
|
|
795
795
|
this.cd.legendItemVisibility = 1;
|
|
796
|
-
this.cd.
|
|
797
|
-
this.cd.
|
|
798
|
-
this.cd.
|
|
799
|
-
this.cd.
|
|
800
|
-
this.cd.
|
|
801
|
-
this.cd.
|
|
802
|
-
this.cd.
|
|
803
|
-
this.cd.
|
|
804
|
-
this.cd.
|
|
805
|
-
this.cd.
|
|
806
|
-
this.cd.
|
|
807
|
-
this.cd.
|
|
808
|
-
this.cd.
|
|
809
|
-
this.cd.
|
|
810
|
-
this.cd.
|
|
796
|
+
this.cd.xm.legendItemVisibility = 0;
|
|
797
|
+
this.cd.xm.itemsSource = this.cd.itemsSource;
|
|
798
|
+
this.cd.xm.index = this.cd.index;
|
|
799
|
+
this.cd.xm.v0 = this.cd.v0;
|
|
800
|
+
this.cd.xm.wg = this.cd.v0;
|
|
801
|
+
this.cd.xm.cj = this.cd.cj;
|
|
802
|
+
this.cd.xm.js = this.cd.js;
|
|
803
|
+
this.cd.xm.kn = this.cd.kn;
|
|
804
|
+
this.cd.xm._opacity = this.cd._opacity;
|
|
805
|
+
this.cd.xm.jz = this.cd.jz;
|
|
806
|
+
this.cd.xm.is = this.cd.is;
|
|
807
|
+
this.cd.xm.jp = this.cd.jp;
|
|
808
|
+
this.cd.xm.gw = this.cd.gw;
|
|
809
|
+
this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
810
|
+
this.cd.xm.be = this.cd.be;
|
|
811
811
|
}
|
|
812
812
|
cj() {
|
|
813
|
-
this.cd.
|
|
813
|
+
this.cd.xm.itemsSource = this.cd.itemsSource;
|
|
814
814
|
}
|
|
815
815
|
cq() {
|
|
816
|
-
this.cd.
|
|
816
|
+
this.cd.xm.js = this.cd.js;
|
|
817
817
|
}
|
|
818
818
|
ct() {
|
|
819
|
-
this.cd.
|
|
819
|
+
this.cd.xm.kn = this.cd.kn;
|
|
820
820
|
}
|
|
821
821
|
cn() {
|
|
822
|
-
this.cd.
|
|
822
|
+
this.cd.xm._opacity = this.cd._opacity;
|
|
823
823
|
}
|
|
824
824
|
cs() {
|
|
825
|
-
this.cd.
|
|
825
|
+
this.cd.xm.jz = this.cd.jz;
|
|
826
826
|
}
|
|
827
827
|
ch() {
|
|
828
|
-
this.cd.
|
|
828
|
+
this.cd.xm.v0 = this.cd.v0;
|
|
829
829
|
}
|
|
830
830
|
cp() {
|
|
831
|
-
this.cd.
|
|
831
|
+
this.cd.xm.wg = this.cd.wg;
|
|
832
832
|
}
|
|
833
833
|
ce() {
|
|
834
|
-
this.cd.
|
|
834
|
+
this.cd.xm.v0 = this.cd.vu;
|
|
835
835
|
}
|
|
836
836
|
cf() {
|
|
837
|
-
this.cd.
|
|
837
|
+
this.cd.xm.wg = this.cd.vy;
|
|
838
838
|
}
|
|
839
839
|
ck() {
|
|
840
|
-
this.cd.
|
|
840
|
+
this.cd.xm.be = this.cd.be;
|
|
841
841
|
}
|
|
842
842
|
cl() {
|
|
843
|
-
this.cd.
|
|
843
|
+
this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
844
844
|
}
|
|
845
845
|
cg() {
|
|
846
|
-
this.cd.
|
|
846
|
+
this.cd.xm.is = this.cd.is;
|
|
847
847
|
}
|
|
848
848
|
cm() {
|
|
849
|
-
this.cd.
|
|
849
|
+
this.cd.xm.jp = this.cd.jp;
|
|
850
850
|
}
|
|
851
851
|
co() {
|
|
852
|
-
this.cd.
|
|
852
|
+
this.cd.xm.cj = this.cd.cj;
|
|
853
853
|
}
|
|
854
854
|
cr() {
|
|
855
|
-
this.cd.
|
|
855
|
+
this.cd.xm.gw = this.cd.gw;
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
858
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -911,7 +911,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
911
911
|
})());
|
|
912
912
|
a.dk = true;
|
|
913
913
|
this.zh = a;
|
|
914
|
-
this.zh.
|
|
914
|
+
this.zh.tf = new SphericalMercatorHorizontalScaler();
|
|
915
915
|
let b = ((() => {
|
|
916
916
|
let $ret = new NumericYAxis();
|
|
917
917
|
$ret.b7 = this;
|
|
@@ -919,7 +919,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
919
919
|
})());
|
|
920
920
|
b.dk = true;
|
|
921
921
|
this.zj = b;
|
|
922
|
-
this.zj.
|
|
922
|
+
this.zj.tf = new SphericalMercatorVerticalScaler();
|
|
923
923
|
this.aao();
|
|
924
924
|
this.aav();
|
|
925
925
|
this.po();
|
|
@@ -1078,10 +1078,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1078
1078
|
g.c = this.yv;
|
|
1079
1079
|
let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
1080
1080
|
h.c = this.yv;
|
|
1081
|
-
let i = this.zh.
|
|
1082
|
-
let j = this.zh.
|
|
1083
|
-
let k = this.zj.
|
|
1084
|
-
let l = this.zj.
|
|
1081
|
+
let i = this.zh.f7(d.left, g);
|
|
1082
|
+
let j = this.zh.f7(d.right, g);
|
|
1083
|
+
let k = this.zj.f7(d.top, h);
|
|
1084
|
+
let l = this.zj.f7(d.bottom, h);
|
|
1085
1085
|
let m = (i - c) / this.y9.width;
|
|
1086
1086
|
let n = (l - c) / this.y9.height;
|
|
1087
1087
|
let o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -1114,10 +1114,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1114
1114
|
let e = new ScalerParams(1, a, this.y9, c.dn);
|
|
1115
1115
|
e.c = this.yv;
|
|
1116
1116
|
let f = this.yu;
|
|
1117
|
-
let g = b.
|
|
1118
|
-
let h = c.
|
|
1119
|
-
let i = b.
|
|
1120
|
-
let j = c.
|
|
1117
|
+
let g = b.ga(f.left, d);
|
|
1118
|
+
let h = c.ga(f.top, e);
|
|
1119
|
+
let i = b.ga(f.right, d);
|
|
1120
|
+
let j = c.ga(f.bottom, e);
|
|
1121
1121
|
let k = i - g;
|
|
1122
1122
|
let l = h - j;
|
|
1123
1123
|
let m = new Rect(0, g, j, k, l);
|
|
@@ -1130,13 +1130,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1130
1130
|
return m;
|
|
1131
1131
|
}
|
|
1132
1132
|
aba(a) {
|
|
1133
|
-
let b = this.zh.
|
|
1134
|
-
let c = this.zj.
|
|
1133
|
+
let b = this.zh.re(a.x);
|
|
1134
|
+
let c = this.zj.re(a.y);
|
|
1135
1135
|
return { $type: Point_$type, x: b, y: c };
|
|
1136
1136
|
}
|
|
1137
1137
|
abb(a) {
|
|
1138
|
-
let b = this.zh.
|
|
1139
|
-
let c = this.zj.
|
|
1138
|
+
let b = this.zh.gv(a.x);
|
|
1139
|
+
let c = this.zj.gv(a.y);
|
|
1140
1140
|
return { $type: Point_$type, x: b, y: c };
|
|
1141
1141
|
}
|
|
1142
1142
|
abc(a) {
|
|
@@ -1156,21 +1156,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1156
1156
|
aat() {
|
|
1157
1157
|
this.zt.eh();
|
|
1158
1158
|
for (let a of fromEnum(this.b9)) {
|
|
1159
|
-
a.
|
|
1159
|
+
a.sv();
|
|
1160
1160
|
}
|
|
1161
1161
|
}
|
|
1162
1162
|
aaw() {
|
|
1163
1163
|
if (this.zs == 2) {
|
|
1164
1164
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1165
|
-
let a = this.zh.
|
|
1166
|
-
let b = this.zj.
|
|
1165
|
+
let a = this.zh.re(this.y9.left + (this.y9.width / 2));
|
|
1166
|
+
let b = this.zj.re(this.y9.top + (this.y9.height / 2));
|
|
1167
1167
|
this.aa9 = { $type: Point_$type, x: a, y: b };
|
|
1168
1168
|
}
|
|
1169
1169
|
}
|
|
1170
1170
|
else {
|
|
1171
1171
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1172
|
-
let c = this.zh.
|
|
1173
|
-
let d = this.zj.
|
|
1172
|
+
let c = this.zh.re(this.y9.left);
|
|
1173
|
+
let d = this.zj.re(this.y9.top);
|
|
1174
1174
|
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
1175
1175
|
}
|
|
1176
1176
|
}
|
|
@@ -1191,7 +1191,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1191
1191
|
else {
|
|
1192
1192
|
let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
1193
1193
|
g.c = this.yv;
|
|
1194
|
-
let h = this.zh.
|
|
1194
|
+
let h = this.zh.f7(a, g);
|
|
1195
1195
|
if (this.zs == 2) {
|
|
1196
1196
|
let i = h / this.y9.width;
|
|
1197
1197
|
c = i - (e / 2);
|
|
@@ -1211,7 +1211,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1211
1211
|
else {
|
|
1212
1212
|
let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1213
1213
|
j.c = this.yv;
|
|
1214
|
-
let k = this.zj.
|
|
1214
|
+
let k = this.zj.f7(b, j);
|
|
1215
1215
|
if (this.zs == 2) {
|
|
1216
1216
|
let l = k / this.y9.height;
|
|
1217
1217
|
d = l - (f / 2);
|
|
@@ -1342,13 +1342,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
if (c) {
|
|
1344
1344
|
if (d) {
|
|
1345
|
-
let i = this.zg.
|
|
1346
|
-
let j = this.zg.
|
|
1345
|
+
let i = this.zg.f7(-180, b);
|
|
1346
|
+
let j = this.zg.f7(180, b);
|
|
1347
1347
|
e = j - i;
|
|
1348
1348
|
}
|
|
1349
1349
|
else {
|
|
1350
|
-
let k = this.zg.
|
|
1351
|
-
let l = this.zg.
|
|
1350
|
+
let k = this.zg.f7(-180, b);
|
|
1351
|
+
let l = this.zg.f7(180, b);
|
|
1352
1352
|
e = k - l;
|
|
1353
1353
|
}
|
|
1354
1354
|
}
|
|
@@ -1359,10 +1359,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1359
1359
|
a.c = this.yv;
|
|
1360
1360
|
let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1361
1361
|
b.c = this.yv;
|
|
1362
|
-
let c = this.zh.
|
|
1363
|
-
let d = this.zh.
|
|
1364
|
-
let e = this.zj.
|
|
1365
|
-
let f = this.zj.
|
|
1362
|
+
let c = this.zh.f7(XamGeographicMap.abe.left, a);
|
|
1363
|
+
let d = this.zh.f7(XamGeographicMap.abe.right, a);
|
|
1364
|
+
let e = this.zj.f7(XamGeographicMap.abe.top, b);
|
|
1365
|
+
let f = this.zj.f7(XamGeographicMap.abe.bottom, b);
|
|
1366
1366
|
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
1367
1367
|
return this.abg;
|
|
1368
1368
|
}
|
|
@@ -1552,7 +1552,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1552
1552
|
break;
|
|
1553
1553
|
case "ActualWorldRect":
|
|
1554
1554
|
for (let g of fromEnum(this.b9)) {
|
|
1555
|
-
g.
|
|
1555
|
+
g.r9(false);
|
|
1556
1556
|
}
|
|
1557
1557
|
break;
|
|
1558
1558
|
case XamGeographicMap.$$p[5]:
|
|
@@ -1583,7 +1583,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1583
1583
|
break;
|
|
1584
1584
|
case "MarkerAutomaticBehavior":
|
|
1585
1585
|
for (let i of fromEnum(this.b9)) {
|
|
1586
|
-
i.
|
|
1586
|
+
i.qw();
|
|
1587
1587
|
}
|
|
1588
1588
|
break;
|
|
1589
1589
|
}
|
|
@@ -1600,15 +1600,15 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1600
1600
|
}
|
|
1601
1601
|
aav() {
|
|
1602
1602
|
if (this.zh != null) {
|
|
1603
|
-
this.zh.
|
|
1604
|
-
this.zh.
|
|
1603
|
+
this.zh.rb = this.abi.left;
|
|
1604
|
+
this.zh.ra = this.abi.right;
|
|
1605
1605
|
}
|
|
1606
1606
|
if (this.zj != null) {
|
|
1607
|
-
this.zj.
|
|
1608
|
-
this.zj.
|
|
1607
|
+
this.zj.rb = this.abi.top;
|
|
1608
|
+
this.zj.ra = this.abi.bottom;
|
|
1609
1609
|
}
|
|
1610
|
-
this.zh.
|
|
1611
|
-
this.zj.
|
|
1610
|
+
this.zh.ef(true);
|
|
1611
|
+
this.zj.ef(true);
|
|
1612
1612
|
}
|
|
1613
1613
|
getFontInfo() {
|
|
1614
1614
|
this.zu = this.zt.fr;
|
|
@@ -1625,7 +1625,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1625
1625
|
let c = b;
|
|
1626
1626
|
let d = a;
|
|
1627
1627
|
d.itemsSource = c.triangulationSource.points;
|
|
1628
|
-
d.
|
|
1628
|
+
d.xv = c.triangulationSource.triangles;
|
|
1629
1629
|
}
|
|
1630
1630
|
else {
|
|
1631
1631
|
super.tk(a, b);
|
|
@@ -1653,12 +1653,12 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1653
1653
|
}
|
|
1654
1654
|
z7() {
|
|
1655
1655
|
let a = new ChartVisualData();
|
|
1656
|
-
let b = this.zh.
|
|
1657
|
-
let c = this.zj.
|
|
1656
|
+
let b = this.zh.hu();
|
|
1657
|
+
let c = this.zj.hu();
|
|
1658
1658
|
a.axes.add1(b);
|
|
1659
1659
|
a.axes.add1(c);
|
|
1660
1660
|
for (let d = 0; d < this.b9.count; d++) {
|
|
1661
|
-
let e = this.b9._inner[d].
|
|
1661
|
+
let e = this.b9._inner[d].kw();
|
|
1662
1662
|
a.series.add1(e);
|
|
1663
1663
|
}
|
|
1664
1664
|
a.name = this.name;
|
|
@@ -1839,8 +1839,8 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
1839
1839
|
j.c = c;
|
|
1840
1840
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
1841
1841
|
k.c = c;
|
|
1842
|
-
let l = h.
|
|
1843
|
-
let m = i.
|
|
1842
|
+
let l = h.f7(d.left, j);
|
|
1843
|
+
let m = i.f7(d.bottom, k);
|
|
1844
1844
|
let n = (-l / b.width) * this.ao.a5;
|
|
1845
1845
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1846
1846
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1934,41 +1934,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1934
1934
|
}
|
|
1935
1935
|
ci() {
|
|
1936
1936
|
super.ci();
|
|
1937
|
-
let a = this.cu.
|
|
1938
|
-
a.
|
|
1939
|
-
a.
|
|
1940
|
-
a.trianglesSource = this.cu.
|
|
1941
|
-
a.
|
|
1942
|
-
a.
|
|
1943
|
-
a.
|
|
1937
|
+
let a = this.cu.xm;
|
|
1938
|
+
a.ym = this.cu.xy;
|
|
1939
|
+
a.yu = this.cu.xw;
|
|
1940
|
+
a.trianglesSource = this.cu.xv;
|
|
1941
|
+
a.ya = this.cu.x1;
|
|
1942
|
+
a.yc = this.cu.x3;
|
|
1943
|
+
a.ye = this.cu.x5;
|
|
1944
1944
|
}
|
|
1945
1945
|
cx() {
|
|
1946
|
-
let a = this.cu.
|
|
1946
|
+
let a = this.cu.xm;
|
|
1947
1947
|
if (this.cu.dc == null) {
|
|
1948
|
-
a.xj = null;
|
|
1949
1948
|
a.xk = null;
|
|
1949
|
+
a.xl = null;
|
|
1950
1950
|
return;
|
|
1951
1951
|
}
|
|
1952
|
-
a.
|
|
1953
|
-
a.
|
|
1952
|
+
a.xk = this.cu.dc.zh;
|
|
1953
|
+
a.xl = this.cu.dc.zj;
|
|
1954
1954
|
}
|
|
1955
1955
|
cw() {
|
|
1956
|
-
this.cu.
|
|
1956
|
+
this.cu.xm.ym = this.cu.xy;
|
|
1957
1957
|
}
|
|
1958
1958
|
cv() {
|
|
1959
|
-
this.cu.
|
|
1959
|
+
this.cu.xm.yu = this.cu.xw;
|
|
1960
1960
|
}
|
|
1961
1961
|
cy() {
|
|
1962
|
-
this.cu.
|
|
1962
|
+
this.cu.xm.trianglesSource = this.cu.xv;
|
|
1963
1963
|
}
|
|
1964
1964
|
cz() {
|
|
1965
|
-
this.cu.
|
|
1965
|
+
this.cu.xm.ya = this.cu.x1;
|
|
1966
1966
|
}
|
|
1967
1967
|
c0() {
|
|
1968
|
-
this.cu.
|
|
1968
|
+
this.cu.xm.yc = this.cu.x3;
|
|
1969
1969
|
}
|
|
1970
1970
|
c1() {
|
|
1971
|
-
this.cu.
|
|
1971
|
+
this.cu.xm.ye = this.cu.x5;
|
|
1972
1972
|
}
|
|
1973
1973
|
}
|
|
1974
1974
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1991,19 +1991,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1991
1991
|
}
|
|
1992
1992
|
ci() {
|
|
1993
1993
|
super.ci();
|
|
1994
|
-
if (this.c2.
|
|
1995
|
-
this.c2.
|
|
1996
|
-
this.c2.
|
|
1994
|
+
if (this.c2.yg != null) {
|
|
1995
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1996
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1997
1997
|
}
|
|
1998
1998
|
}
|
|
1999
1999
|
c3() {
|
|
2000
|
-
if (this.c2.
|
|
2001
|
-
this.c2.
|
|
2000
|
+
if (this.c2.yg != null) {
|
|
2001
|
+
this.c2.yg.zt = this.c2.yk;
|
|
2002
2002
|
}
|
|
2003
2003
|
}
|
|
2004
2004
|
c4() {
|
|
2005
|
-
if (this.c2.
|
|
2006
|
-
this.c2.
|
|
2005
|
+
if (this.c2.yg != null) {
|
|
2006
|
+
this.c2.yg.zh = this.c2.yf;
|
|
2007
2007
|
}
|
|
2008
2008
|
}
|
|
2009
2009
|
}
|
|
@@ -2201,39 +2201,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
2201
2201
|
ct() {
|
|
2202
2202
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2203
2203
|
}
|
|
2204
|
-
|
|
2205
|
-
super.
|
|
2206
|
-
this.
|
|
2204
|
+
ri(a) {
|
|
2205
|
+
super.ri(a);
|
|
2206
|
+
this.xu = a;
|
|
2207
2207
|
}
|
|
2208
|
-
|
|
2209
|
-
super.
|
|
2208
|
+
rr(a, b, c, d) {
|
|
2209
|
+
super.rr(a, b, c, d);
|
|
2210
2210
|
switch (b) {
|
|
2211
2211
|
case "SeriesViewer":
|
|
2212
|
-
this.
|
|
2212
|
+
this.xu.cx();
|
|
2213
2213
|
break;
|
|
2214
2214
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2215
|
-
this.
|
|
2215
|
+
this.xu.cw();
|
|
2216
2216
|
break;
|
|
2217
2217
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2218
|
-
this.
|
|
2218
|
+
this.xu.cv();
|
|
2219
2219
|
break;
|
|
2220
2220
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2221
|
-
this.
|
|
2221
|
+
this.xu.cy();
|
|
2222
2222
|
break;
|
|
2223
2223
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2224
|
-
this.
|
|
2224
|
+
this.xu.cz();
|
|
2225
2225
|
break;
|
|
2226
2226
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2227
|
-
this.
|
|
2227
|
+
this.xu.c0();
|
|
2228
2228
|
break;
|
|
2229
2229
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2230
|
-
this.
|
|
2230
|
+
this.xu.c1();
|
|
2231
2231
|
break;
|
|
2232
2232
|
}
|
|
2233
2233
|
}
|
|
2234
2234
|
}
|
|
2235
2235
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2236
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2236
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
|
|
2237
2237
|
return GeographicXYTriangulatingSeries;
|
|
2238
2238
|
})();
|
|
2239
2239
|
/**
|
|
@@ -2243,7 +2243,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2243
2243
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
2244
2244
|
constructor() {
|
|
2245
2245
|
super();
|
|
2246
|
-
this.
|
|
2246
|
+
this.yd = null;
|
|
2247
2247
|
this.triangulationStatusChanged = null;
|
|
2248
2248
|
this.ab = GeographicScatterAreaSeries.$;
|
|
2249
2249
|
}
|
|
@@ -2253,49 +2253,49 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2253
2253
|
get_ex() {
|
|
2254
2254
|
return true;
|
|
2255
2255
|
}
|
|
2256
|
-
get
|
|
2257
|
-
return this.
|
|
2256
|
+
get yf() {
|
|
2257
|
+
return this.yd;
|
|
2258
2258
|
}
|
|
2259
|
-
set
|
|
2260
|
-
let b = this.
|
|
2259
|
+
set yf(a) {
|
|
2260
|
+
let b = this.yd != a;
|
|
2261
2261
|
if (b) {
|
|
2262
|
-
let c = this.
|
|
2263
|
-
if (this.
|
|
2264
|
-
let d = this.
|
|
2265
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2262
|
+
let c = this.yd;
|
|
2263
|
+
if (this.yd != null) {
|
|
2264
|
+
let d = this.yd;
|
|
2265
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
|
|
2266
2266
|
}
|
|
2267
|
-
this.
|
|
2268
|
-
if (this.
|
|
2269
|
-
let e = this.
|
|
2270
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2267
|
+
this.yd = a;
|
|
2268
|
+
if (this.yd != null) {
|
|
2269
|
+
let e = this.yd;
|
|
2270
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
|
|
2271
2271
|
}
|
|
2272
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2273
|
-
if (this.
|
|
2274
|
-
this.
|
|
2272
|
+
this.raisePropertyChanged("ColorScale", c, this.yd);
|
|
2273
|
+
if (this.yg != null) {
|
|
2274
|
+
this.yg.zh = a;
|
|
2275
2275
|
}
|
|
2276
2276
|
}
|
|
2277
2277
|
}
|
|
2278
|
-
|
|
2279
|
-
this.
|
|
2280
|
-
this.
|
|
2281
|
-
this.
|
|
2278
|
+
yn(a, b) {
|
|
2279
|
+
this.yi.c4();
|
|
2280
|
+
this.yp();
|
|
2281
|
+
this.r9(false);
|
|
2282
2282
|
}
|
|
2283
|
-
|
|
2284
|
-
if (this.
|
|
2285
|
-
this.
|
|
2283
|
+
yp() {
|
|
2284
|
+
if (this.yg != null) {
|
|
2285
|
+
this.ye = this.yg.zg;
|
|
2286
2286
|
}
|
|
2287
2287
|
}
|
|
2288
|
-
|
|
2289
|
-
super.
|
|
2290
|
-
this.
|
|
2288
|
+
s0() {
|
|
2289
|
+
super.s0();
|
|
2290
|
+
this.yp();
|
|
2291
2291
|
}
|
|
2292
|
-
|
|
2293
|
-
this.
|
|
2294
|
-
let a = this.
|
|
2295
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2296
|
-
return this.
|
|
2292
|
+
xl() {
|
|
2293
|
+
this.yg = new ScatterAreaSeries();
|
|
2294
|
+
let a = this.yg;
|
|
2295
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
2296
|
+
return this.yg;
|
|
2297
2297
|
}
|
|
2298
|
-
|
|
2298
|
+
yo(a, b) {
|
|
2299
2299
|
if (this.triangulationStatusChanged != null) {
|
|
2300
2300
|
this.triangulationStatusChanged(this, b);
|
|
2301
2301
|
}
|
|
@@ -2303,31 +2303,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2303
2303
|
ct() {
|
|
2304
2304
|
return new GeographicScatterAreaSeriesView(this);
|
|
2305
2305
|
}
|
|
2306
|
-
|
|
2307
|
-
super.
|
|
2308
|
-
this.
|
|
2306
|
+
ri(a) {
|
|
2307
|
+
super.ri(a);
|
|
2308
|
+
this.yi = a;
|
|
2309
2309
|
}
|
|
2310
|
-
|
|
2311
|
-
super.
|
|
2310
|
+
rr(a, b, c, d) {
|
|
2311
|
+
super.rr(a, b, c, d);
|
|
2312
2312
|
switch (b) {
|
|
2313
2313
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2314
|
-
this.
|
|
2314
|
+
this.yi.c3();
|
|
2315
2315
|
break;
|
|
2316
2316
|
case "ColorScale":
|
|
2317
|
-
this.
|
|
2318
|
-
this.
|
|
2317
|
+
this.yi.c4();
|
|
2318
|
+
this.yp();
|
|
2319
2319
|
break;
|
|
2320
2320
|
}
|
|
2321
2321
|
}
|
|
2322
|
-
|
|
2322
|
+
get_he() {
|
|
2323
2323
|
return true;
|
|
2324
2324
|
}
|
|
2325
|
-
|
|
2326
|
-
super.
|
|
2325
|
+
set_he(a) {
|
|
2326
|
+
super.set_he(a);
|
|
2327
2327
|
}
|
|
2328
2328
|
}
|
|
2329
2329
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2330
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2330
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
|
|
2331
2331
|
return GeographicScatterAreaSeries;
|
|
2332
2332
|
})();
|
|
2333
2333
|
|
|
@@ -4550,10 +4550,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4550
4550
|
* 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%.
|
|
4551
4551
|
*/
|
|
4552
4552
|
get visibleFromScale() {
|
|
4553
|
-
return this.i.
|
|
4553
|
+
return this.i.xo;
|
|
4554
4554
|
}
|
|
4555
4555
|
set visibleFromScale(v) {
|
|
4556
|
-
this.i.
|
|
4556
|
+
this.i.xo = +v;
|
|
4557
4557
|
}
|
|
4558
4558
|
/**
|
|
4559
4559
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -4571,10 +4571,10 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4571
4571
|
|
|
4572
4572
|
*/
|
|
4573
4573
|
notifyIndexedPropertiesChanged() {
|
|
4574
|
-
this.i.
|
|
4574
|
+
this.i.qw();
|
|
4575
4575
|
}
|
|
4576
4576
|
getItemValue(item, memberPathName) {
|
|
4577
|
-
let iv = this.i.
|
|
4577
|
+
let iv = this.i.k0(item, memberPathName);
|
|
4578
4578
|
return (iv);
|
|
4579
4579
|
}
|
|
4580
4580
|
/**
|
|
@@ -4583,7 +4583,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4583
4583
|
* @param memberPathName * The property name of a valid member path for the series
|
|
4584
4584
|
*/
|
|
4585
4585
|
getMemberPathValue(memberPathName) {
|
|
4586
|
-
let iv = this.i.
|
|
4586
|
+
let iv = this.i.mp(memberPathName);
|
|
4587
4587
|
return (iv);
|
|
4588
4588
|
}
|
|
4589
4589
|
/**
|
|
@@ -4592,23 +4592,23 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4592
4592
|
* @param world * The world coordinates to use.
|
|
4593
4593
|
*/
|
|
4594
4594
|
getItem(world) {
|
|
4595
|
-
let iv = this.i.
|
|
4595
|
+
let iv = this.i.kx(toPoint(world));
|
|
4596
4596
|
return (iv);
|
|
4597
4597
|
}
|
|
4598
4598
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
4599
|
-
let iv = this.i.
|
|
4599
|
+
let iv = this.i.kk(toPoint(world), skipUnknowns);
|
|
4600
4600
|
return (iv);
|
|
4601
4601
|
}
|
|
4602
4602
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
4603
|
-
let iv = this.i.
|
|
4603
|
+
let iv = this.i.ki(toPoint(world), skipUnknowns);
|
|
4604
4604
|
return (iv);
|
|
4605
4605
|
}
|
|
4606
4606
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
4607
|
-
let iv = this.i.
|
|
4607
|
+
let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
|
|
4608
4608
|
return (iv);
|
|
4609
4609
|
}
|
|
4610
4610
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4611
|
-
let iv = this.i.
|
|
4611
|
+
let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
|
|
4612
4612
|
return fromPoint(iv);
|
|
4613
4613
|
}
|
|
4614
4614
|
/**
|
|
@@ -4617,7 +4617,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4617
4617
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4618
4618
|
*/
|
|
4619
4619
|
getSeriesValueBoundingBox(world) {
|
|
4620
|
-
let iv = this.i.
|
|
4620
|
+
let iv = this.i.w9(toPoint(world));
|
|
4621
4621
|
return fromRect(iv);
|
|
4622
4622
|
}
|
|
4623
4623
|
/**
|
|
@@ -4626,31 +4626,31 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4626
4626
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4627
4627
|
*/
|
|
4628
4628
|
getSeriesValueMarkerBoundingBox(world) {
|
|
4629
|
-
let iv = this.i.
|
|
4629
|
+
let iv = this.i.xb(toPoint(world));
|
|
4630
4630
|
return fromRect(iv);
|
|
4631
4631
|
}
|
|
4632
4632
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
4633
|
-
let iv = this.i.
|
|
4633
|
+
let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
|
|
4634
4634
|
return (iv);
|
|
4635
4635
|
}
|
|
4636
4636
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4637
|
-
let iv = this.i.
|
|
4637
|
+
let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
|
|
4638
4638
|
return fromPoint(iv);
|
|
4639
4639
|
}
|
|
4640
4640
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
4641
|
-
let iv = this.i.
|
|
4641
|
+
let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
|
|
4642
4642
|
return (iv);
|
|
4643
4643
|
}
|
|
4644
4644
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4645
|
-
let iv = this.i.
|
|
4645
|
+
let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
|
|
4646
4646
|
return fromPoint(iv);
|
|
4647
4647
|
}
|
|
4648
4648
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4649
|
-
let iv = this.i.
|
|
4649
|
+
let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4650
4650
|
return fromPoint(iv);
|
|
4651
4651
|
}
|
|
4652
4652
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4653
|
-
let iv = this.i.
|
|
4653
|
+
let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4654
4654
|
return (iv);
|
|
4655
4655
|
}
|
|
4656
4656
|
/**
|
|
@@ -4658,7 +4658,7 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4658
4658
|
|
|
4659
4659
|
*/
|
|
4660
4660
|
getItemSpan() {
|
|
4661
|
-
let iv = this.i.
|
|
4661
|
+
let iv = this.i.i4();
|
|
4662
4662
|
return (iv);
|
|
4663
4663
|
}
|
|
4664
4664
|
/**
|
|
@@ -4667,14 +4667,14 @@ let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4667
4667
|
* @param animate * True if the change should be animated.
|
|
4668
4668
|
*/
|
|
4669
4669
|
renderSeries(animate) {
|
|
4670
|
-
this.i.
|
|
4670
|
+
this.i.r9(animate);
|
|
4671
4671
|
}
|
|
4672
4672
|
/**
|
|
4673
4673
|
* Called when this series' Style is updated.
|
|
4674
4674
|
|
|
4675
4675
|
*/
|
|
4676
4676
|
styleUpdated() {
|
|
4677
|
-
this.i.
|
|
4677
|
+
this.i.sv();
|
|
4678
4678
|
}
|
|
4679
4679
|
}
|
|
4680
4680
|
IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
@@ -4769,61 +4769,61 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4769
4769
|
* 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.
|
|
4770
4770
|
*/
|
|
4771
4771
|
get shapeMemberPath() {
|
|
4772
|
-
return this.i.
|
|
4772
|
+
return this.i.yl;
|
|
4773
4773
|
}
|
|
4774
4774
|
set shapeMemberPath(v) {
|
|
4775
|
-
this.i.
|
|
4775
|
+
this.i.yl = v;
|
|
4776
4776
|
}
|
|
4777
4777
|
/**
|
|
4778
4778
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
4779
4779
|
*/
|
|
4780
4780
|
get isCustomShapeStyleAllowed() {
|
|
4781
|
-
return this.i.
|
|
4781
|
+
return this.i.x6;
|
|
4782
4782
|
}
|
|
4783
4783
|
set isCustomShapeStyleAllowed(v) {
|
|
4784
|
-
this.i.
|
|
4784
|
+
this.i.x6 = ensureBool(v);
|
|
4785
4785
|
}
|
|
4786
4786
|
/**
|
|
4787
4787
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
4788
4788
|
*/
|
|
4789
4789
|
get isCustomShapeMarkerStyleAllowed() {
|
|
4790
|
-
return this.i.
|
|
4790
|
+
return this.i.x5;
|
|
4791
4791
|
}
|
|
4792
4792
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
4793
|
-
this.i.
|
|
4793
|
+
this.i.x5 = ensureBool(v);
|
|
4794
4794
|
}
|
|
4795
4795
|
/**
|
|
4796
4796
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
4797
4797
|
*/
|
|
4798
4798
|
get itemSearchMode() {
|
|
4799
|
-
return this.i.
|
|
4799
|
+
return this.i.xx;
|
|
4800
4800
|
}
|
|
4801
4801
|
set itemSearchMode(v) {
|
|
4802
|
-
this.i.
|
|
4802
|
+
this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
4803
4803
|
}
|
|
4804
4804
|
/**
|
|
4805
4805
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
4806
4806
|
*/
|
|
4807
4807
|
get itemSearchThreshold() {
|
|
4808
|
-
return this.i.
|
|
4808
|
+
return this.i.x9;
|
|
4809
4809
|
}
|
|
4810
4810
|
set itemSearchThreshold(v) {
|
|
4811
|
-
this.i.
|
|
4811
|
+
this.i.x9 = +v;
|
|
4812
4812
|
}
|
|
4813
4813
|
/**
|
|
4814
4814
|
* Gets or sets the fill mapping property for the current series object.
|
|
4815
4815
|
*/
|
|
4816
4816
|
get fillMemberPath() {
|
|
4817
|
-
return this.i.
|
|
4817
|
+
return this.i.ya;
|
|
4818
4818
|
}
|
|
4819
4819
|
set fillMemberPath(v) {
|
|
4820
|
-
this.i.
|
|
4820
|
+
this.i.ya = v;
|
|
4821
4821
|
}
|
|
4822
4822
|
/**
|
|
4823
4823
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
4824
4824
|
*/
|
|
4825
4825
|
get fillScale() {
|
|
4826
|
-
const r = this.i.
|
|
4826
|
+
const r = this.i.xw;
|
|
4827
4827
|
if (r == null) {
|
|
4828
4828
|
return null;
|
|
4829
4829
|
}
|
|
@@ -4839,32 +4839,32 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4839
4839
|
set fillScale(v) {
|
|
4840
4840
|
if (v != null && this._stylingContainer && v._styling)
|
|
4841
4841
|
v._styling(this._stylingContainer, this, this);
|
|
4842
|
-
v == null ? this.i.
|
|
4842
|
+
v == null ? this.i.xw = null : this.i.xw = v.i;
|
|
4843
4843
|
}
|
|
4844
4844
|
/**
|
|
4845
4845
|
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
4846
4846
|
* This setting applies only if multiple series are using the same FillScale.
|
|
4847
4847
|
*/
|
|
4848
4848
|
get fillScaleUseGlobalValues() {
|
|
4849
|
-
return this.i.
|
|
4849
|
+
return this.i.x4;
|
|
4850
4850
|
}
|
|
4851
4851
|
set fillScaleUseGlobalValues(v) {
|
|
4852
|
-
this.i.
|
|
4852
|
+
this.i.x4 = ensureBool(v);
|
|
4853
4853
|
}
|
|
4854
4854
|
/**
|
|
4855
4855
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
4856
4856
|
*/
|
|
4857
4857
|
get itemSearchPointsThreshold() {
|
|
4858
|
-
return this.i.
|
|
4858
|
+
return this.i.x8;
|
|
4859
4859
|
}
|
|
4860
4860
|
set itemSearchPointsThreshold(v) {
|
|
4861
|
-
this.i.
|
|
4861
|
+
this.i.x8 = +v;
|
|
4862
4862
|
}
|
|
4863
4863
|
/**
|
|
4864
4864
|
* Set a shapefile datasource to use with the series.
|
|
4865
4865
|
*/
|
|
4866
4866
|
get shapefileDataSource() {
|
|
4867
|
-
const r = this.i.
|
|
4867
|
+
const r = this.i.x0;
|
|
4868
4868
|
if (r == null) {
|
|
4869
4869
|
return null;
|
|
4870
4870
|
}
|
|
@@ -4883,17 +4883,17 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4883
4883
|
return r.externalObject;
|
|
4884
4884
|
}
|
|
4885
4885
|
set shapefileDataSource(v) {
|
|
4886
|
-
v == null ? this.i.
|
|
4886
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
4887
4887
|
}
|
|
4888
4888
|
/**
|
|
4889
4889
|
* 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.
|
|
4890
4890
|
* 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.
|
|
4891
4891
|
*/
|
|
4892
4892
|
get shapeFilterResolution() {
|
|
4893
|
-
return this.i.
|
|
4893
|
+
return this.i.x7;
|
|
4894
4894
|
}
|
|
4895
4895
|
set shapeFilterResolution(v) {
|
|
4896
|
-
this.i.
|
|
4896
|
+
this.i.x7 = +v;
|
|
4897
4897
|
}
|
|
4898
4898
|
findByName(name) {
|
|
4899
4899
|
var baseResult = super.findByName(name);
|
|
@@ -5003,19 +5003,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
5003
5003
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
5004
5004
|
constructor() {
|
|
5005
5005
|
super(...arguments);
|
|
5006
|
+
this.x3 = false;
|
|
5006
5007
|
this.x2 = false;
|
|
5007
|
-
this.x1 = false;
|
|
5008
5008
|
this.assigningShapeStyle = null;
|
|
5009
5009
|
this.assigningShapeMarkerStyle = null;
|
|
5010
|
-
this.
|
|
5011
|
-
this.
|
|
5010
|
+
this.xz = null;
|
|
5011
|
+
this.x1 = false;
|
|
5012
5012
|
}
|
|
5013
5013
|
ct() {
|
|
5014
5014
|
return new GeographicShapeSeriesBaseView(this);
|
|
5015
5015
|
}
|
|
5016
|
-
|
|
5017
|
-
super.
|
|
5018
|
-
this.
|
|
5016
|
+
ri(a) {
|
|
5017
|
+
super.ri(a);
|
|
5018
|
+
this.xy = a;
|
|
5019
5019
|
}
|
|
5020
5020
|
get_fh() {
|
|
5021
5021
|
return true;
|
|
@@ -5023,116 +5023,116 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
5023
5023
|
get_ef() {
|
|
5024
5024
|
return true;
|
|
5025
5025
|
}
|
|
5026
|
-
|
|
5027
|
-
super.
|
|
5026
|
+
rr(a, b, c, d) {
|
|
5027
|
+
super.rr(a, b, c, d);
|
|
5028
5028
|
switch (b) {
|
|
5029
5029
|
case "SeriesViewer":
|
|
5030
|
-
this.
|
|
5030
|
+
this.xy.cv();
|
|
5031
5031
|
break;
|
|
5032
5032
|
case "ShapeMemberPath":
|
|
5033
|
-
this.
|
|
5033
|
+
this.xy.cx();
|
|
5034
5034
|
break;
|
|
5035
5035
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
5036
|
-
this.
|
|
5036
|
+
this.xy.cw();
|
|
5037
5037
|
break;
|
|
5038
5038
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5039
|
-
this.
|
|
5040
|
-
this.
|
|
5041
|
-
if (this.
|
|
5042
|
-
let e = this.
|
|
5043
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
5039
|
+
this.xm.yu = this.x6;
|
|
5040
|
+
this.x3 = this.x6;
|
|
5041
|
+
if (this.x6) {
|
|
5042
|
+
let e = this.xm;
|
|
5043
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
|
|
5044
5044
|
}
|
|
5045
5045
|
else {
|
|
5046
|
-
let f = this.
|
|
5047
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
5046
|
+
let f = this.xm;
|
|
5047
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
|
|
5048
5048
|
}
|
|
5049
5049
|
break;
|
|
5050
5050
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5051
|
-
this.
|
|
5052
|
-
this.
|
|
5053
|
-
if (this.
|
|
5054
|
-
let g = this.
|
|
5055
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
5051
|
+
this.xm.yt = this.x5;
|
|
5052
|
+
this.x2 = this.x5;
|
|
5053
|
+
if (this.x6) {
|
|
5054
|
+
let g = this.xm;
|
|
5055
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
|
|
5056
5056
|
}
|
|
5057
5057
|
else {
|
|
5058
|
-
let h = this.
|
|
5059
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
5058
|
+
let h = this.xm;
|
|
5059
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
|
|
5060
5060
|
}
|
|
5061
5061
|
break;
|
|
5062
5062
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5063
|
-
this.
|
|
5063
|
+
this.xm.x6 = this.xx;
|
|
5064
5064
|
break;
|
|
5065
5065
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
5066
|
-
this.
|
|
5066
|
+
this.xm.zb = this.x8;
|
|
5067
5067
|
break;
|
|
5068
5068
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
5069
|
-
this.
|
|
5069
|
+
this.xm.zc = this.x9;
|
|
5070
5070
|
break;
|
|
5071
5071
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5072
|
-
this.
|
|
5072
|
+
this.xm.zg = this.ya;
|
|
5073
5073
|
break;
|
|
5074
5074
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5075
|
-
this.
|
|
5075
|
+
this.xm.xw = this.xw;
|
|
5076
5076
|
break;
|
|
5077
5077
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5078
|
-
this.
|
|
5078
|
+
this.xm.yp = this.x4;
|
|
5079
5079
|
break;
|
|
5080
5080
|
case "ShapefileDataSource":
|
|
5081
5081
|
if (c != null) {
|
|
5082
5082
|
let i = c;
|
|
5083
|
-
if (this.
|
|
5084
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
5083
|
+
if (this.x1) {
|
|
5084
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
|
|
5085
5085
|
}
|
|
5086
5086
|
}
|
|
5087
5087
|
if (d != null) {
|
|
5088
5088
|
let j = d;
|
|
5089
5089
|
if (j.count > 0) {
|
|
5090
|
-
this.
|
|
5090
|
+
this.yq();
|
|
5091
5091
|
break;
|
|
5092
5092
|
}
|
|
5093
|
-
this.
|
|
5094
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
5093
|
+
this.x1 = true;
|
|
5094
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
|
|
5095
5095
|
}
|
|
5096
5096
|
break;
|
|
5097
5097
|
}
|
|
5098
5098
|
}
|
|
5099
|
-
|
|
5099
|
+
yo(a, b) {
|
|
5100
5100
|
if (this.assigningShapeStyle != null) {
|
|
5101
5101
|
this.assigningShapeStyle(this, b);
|
|
5102
5102
|
}
|
|
5103
5103
|
}
|
|
5104
|
-
|
|
5104
|
+
yn(a, b) {
|
|
5105
5105
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5106
5106
|
this.assigningShapeMarkerStyle(this, b);
|
|
5107
5107
|
}
|
|
5108
5108
|
}
|
|
5109
|
-
|
|
5110
|
-
this.
|
|
5109
|
+
yp(a, b) {
|
|
5110
|
+
this.yq();
|
|
5111
5111
|
}
|
|
5112
|
-
|
|
5113
|
-
let sds_ = this.
|
|
5112
|
+
yq() {
|
|
5113
|
+
let sds_ = this.x0;
|
|
5114
5114
|
let ext_ = sds_.externalObject;
|
|
5115
5115
|
this.itemsSource = (ext_.getPointData());
|
|
5116
5116
|
}
|
|
5117
|
-
get
|
|
5118
|
-
return this.
|
|
5117
|
+
get x0() {
|
|
5118
|
+
return this.xz;
|
|
5119
5119
|
}
|
|
5120
|
-
set
|
|
5121
|
-
let b = this.
|
|
5122
|
-
this.
|
|
5123
|
-
if (b != this.
|
|
5124
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5120
|
+
set x0(a) {
|
|
5121
|
+
let b = this.xz;
|
|
5122
|
+
this.xz = a;
|
|
5123
|
+
if (b != this.xz) {
|
|
5124
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
|
|
5125
5125
|
}
|
|
5126
5126
|
}
|
|
5127
|
-
|
|
5127
|
+
get_he() {
|
|
5128
5128
|
return true;
|
|
5129
5129
|
}
|
|
5130
|
-
|
|
5131
|
-
super.
|
|
5130
|
+
set_he(a) {
|
|
5131
|
+
super.set_he(a);
|
|
5132
5132
|
}
|
|
5133
5133
|
}
|
|
5134
5134
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5135
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
5135
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
|
|
5136
5136
|
return GeographicShapeSeriesBase;
|
|
5137
5137
|
})();
|
|
5138
5138
|
/**
|
|
@@ -5147,23 +5147,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
5147
5147
|
}
|
|
5148
5148
|
ci() {
|
|
5149
5149
|
super.ci();
|
|
5150
|
-
this.cu.
|
|
5150
|
+
this.cu.xm.zt = this.cu.yl;
|
|
5151
5151
|
}
|
|
5152
5152
|
cv() {
|
|
5153
|
-
let a = this.cu.
|
|
5153
|
+
let a = this.cu.xm;
|
|
5154
5154
|
if (this.cu.dc == null) {
|
|
5155
|
-
a.
|
|
5156
|
-
a.
|
|
5155
|
+
a.x0 = null;
|
|
5156
|
+
a.x2 = null;
|
|
5157
5157
|
return;
|
|
5158
5158
|
}
|
|
5159
|
-
a.
|
|
5160
|
-
a.
|
|
5159
|
+
a.x0 = this.cu.dc.zh;
|
|
5160
|
+
a.x2 = this.cu.dc.zj;
|
|
5161
5161
|
}
|
|
5162
5162
|
cx() {
|
|
5163
|
-
this.cu.
|
|
5163
|
+
this.cu.xm.zt = this.cu.yl;
|
|
5164
5164
|
}
|
|
5165
5165
|
cw() {
|
|
5166
|
-
this.cu.
|
|
5166
|
+
this.cu.xm.y8 = this.cu.x7;
|
|
5167
5167
|
}
|
|
5168
5168
|
}
|
|
5169
5169
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -5200,53 +5200,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5200
5200
|
this.cy = null;
|
|
5201
5201
|
this.cy = a;
|
|
5202
5202
|
if (!this.t) {
|
|
5203
|
-
this.cy.
|
|
5203
|
+
this.cy.yl = "points";
|
|
5204
5204
|
}
|
|
5205
5205
|
}
|
|
5206
5206
|
a4() {
|
|
5207
5207
|
super.a4();
|
|
5208
5208
|
if (!this.t) {
|
|
5209
|
-
this.cy.
|
|
5210
|
-
this.cy.
|
|
5211
|
-
this.cy.
|
|
5212
|
-
this.cy.
|
|
5213
|
-
this.cy.
|
|
5209
|
+
this.cy.z8 = Defaults.a8;
|
|
5210
|
+
this.cy.jz = Defaults.ac;
|
|
5211
|
+
this.cy.y7 = Defaults.ab;
|
|
5212
|
+
this.cy.y4 = Defaults.d;
|
|
5213
|
+
this.cy.y2 = Defaults.a;
|
|
5214
5214
|
}
|
|
5215
5215
|
}
|
|
5216
5216
|
ci() {
|
|
5217
5217
|
super.ci();
|
|
5218
|
-
this.cy.
|
|
5219
|
-
this.cy.
|
|
5220
|
-
this.cy.
|
|
5221
|
-
this.cy.
|
|
5222
|
-
this.cy.
|
|
5218
|
+
this.cy.xm.acg = this.cy.aaa;
|
|
5219
|
+
this.cy.xm.aa8 = this.cy.y5;
|
|
5220
|
+
this.cy.xm.abv = this.cy.zq;
|
|
5221
|
+
this.cy.xm.abc = this.cy.y7;
|
|
5222
|
+
this.cy.xm.aau = this.cy.y1;
|
|
5223
5223
|
}
|
|
5224
5224
|
c3() {
|
|
5225
|
-
this.cy.
|
|
5225
|
+
this.cy.xm.abv = this.cy.zq;
|
|
5226
5226
|
}
|
|
5227
5227
|
c5() {
|
|
5228
|
-
this.cy.
|
|
5228
|
+
this.cy.xm.abc = this.cy.y7;
|
|
5229
5229
|
}
|
|
5230
5230
|
c0() {
|
|
5231
|
-
this.cy.
|
|
5231
|
+
this.cy.xm.aau = this.cy.y1;
|
|
5232
5232
|
}
|
|
5233
5233
|
c4() {
|
|
5234
|
-
this.cy.
|
|
5234
|
+
this.cy.xm.aa3 = this.cy.y4;
|
|
5235
5235
|
}
|
|
5236
5236
|
cz() {
|
|
5237
|
-
this.cy.
|
|
5237
|
+
this.cy.xm.acc = this.cy.z7;
|
|
5238
5238
|
}
|
|
5239
5239
|
c1() {
|
|
5240
|
-
this.cy.
|
|
5240
|
+
this.cy.xm.acd = this.cy.z8;
|
|
5241
5241
|
}
|
|
5242
5242
|
c2() {
|
|
5243
|
-
this.cy.
|
|
5243
|
+
this.cy.xm.acf = this.cy.z9;
|
|
5244
5244
|
}
|
|
5245
5245
|
c6() {
|
|
5246
|
-
this.cy.
|
|
5246
|
+
this.cy.xm.aa8 = this.cy.y5;
|
|
5247
5247
|
}
|
|
5248
5248
|
c7() {
|
|
5249
|
-
this.cy.
|
|
5249
|
+
this.cy.xm.acg = this.cy.aaa;
|
|
5250
5250
|
}
|
|
5251
5251
|
}
|
|
5252
5252
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5265,96 +5265,96 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5265
5265
|
bk() {
|
|
5266
5266
|
return new GeographicShapeSeries();
|
|
5267
5267
|
}
|
|
5268
|
-
|
|
5268
|
+
get_fu() {
|
|
5269
5269
|
return true;
|
|
5270
5270
|
}
|
|
5271
5271
|
ct() {
|
|
5272
5272
|
return new GeographicShapeSeriesView(this);
|
|
5273
5273
|
}
|
|
5274
|
-
|
|
5275
|
-
super.
|
|
5276
|
-
this.
|
|
5274
|
+
ri(a) {
|
|
5275
|
+
super.ri(a);
|
|
5276
|
+
this.y6 = a;
|
|
5277
5277
|
}
|
|
5278
|
-
|
|
5278
|
+
xl() {
|
|
5279
5279
|
let a = new ScatterPolygonSeries();
|
|
5280
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5281
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5280
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
|
|
5281
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
|
|
5282
5282
|
return a;
|
|
5283
5283
|
}
|
|
5284
|
-
|
|
5284
|
+
zn(a, b) {
|
|
5285
5285
|
if (this.styleShape != null) {
|
|
5286
5286
|
this.styleShape(this, b);
|
|
5287
5287
|
}
|
|
5288
5288
|
}
|
|
5289
|
-
|
|
5290
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
5289
|
+
zo(a, b) {
|
|
5290
|
+
let c = typeCast(ScatterPolygonSeries.$, this.xm);
|
|
5291
5291
|
if (c == null) {
|
|
5292
5292
|
return;
|
|
5293
5293
|
}
|
|
5294
5294
|
}
|
|
5295
|
-
|
|
5296
|
-
return this.
|
|
5297
|
-
}
|
|
5298
|
-
v5() {
|
|
5299
|
-
return this.z4;
|
|
5295
|
+
iv() {
|
|
5296
|
+
return this.y7;
|
|
5300
5297
|
}
|
|
5301
5298
|
v6() {
|
|
5302
5299
|
return this.z5;
|
|
5303
5300
|
}
|
|
5304
|
-
|
|
5305
|
-
return this.
|
|
5301
|
+
v7() {
|
|
5302
|
+
return this.z6;
|
|
5303
|
+
}
|
|
5304
|
+
ti() {
|
|
5305
|
+
return this.zp;
|
|
5306
5306
|
}
|
|
5307
|
-
|
|
5308
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
5307
|
+
mm() {
|
|
5308
|
+
let a = typeCast(ScatterPolygonSeries.$, this.xm);
|
|
5309
5309
|
if (a == null) {
|
|
5310
5310
|
return "Unknown";
|
|
5311
5311
|
}
|
|
5312
|
-
return a.
|
|
5312
|
+
return a.mm();
|
|
5313
5313
|
}
|
|
5314
|
-
|
|
5315
|
-
super.
|
|
5314
|
+
rr(a, b, c, d) {
|
|
5315
|
+
super.rr(a, b, c, d);
|
|
5316
5316
|
switch (b) {
|
|
5317
5317
|
case GeographicShapeSeries.$$p[6]:
|
|
5318
|
-
this.
|
|
5318
|
+
this.xm.aa1 = this.y3;
|
|
5319
5319
|
break;
|
|
5320
5320
|
case GeographicShapeSeries.$$p[5]:
|
|
5321
|
-
this.
|
|
5321
|
+
this.xm.aax = this.y2;
|
|
5322
5322
|
break;
|
|
5323
5323
|
case GeographicShapeSeries.$$p[9]:
|
|
5324
|
-
this.
|
|
5324
|
+
this.y6.c3();
|
|
5325
5325
|
break;
|
|
5326
5326
|
case GeographicShapeSeries.$$p[10]:
|
|
5327
|
-
this.
|
|
5327
|
+
this.y6.c5();
|
|
5328
5328
|
break;
|
|
5329
5329
|
case GeographicShapeSeries.$$p[4]:
|
|
5330
|
-
this.
|
|
5330
|
+
this.y6.c0();
|
|
5331
5331
|
break;
|
|
5332
5332
|
case GeographicShapeSeries.$$p[11]:
|
|
5333
|
-
this.
|
|
5333
|
+
this.y6.c4();
|
|
5334
5334
|
break;
|
|
5335
5335
|
case GeographicShapeSeries.$$p[3]:
|
|
5336
|
-
this.
|
|
5336
|
+
this.y6.cz();
|
|
5337
5337
|
break;
|
|
5338
5338
|
case GeographicShapeSeries.$$p[7]:
|
|
5339
|
-
this.
|
|
5339
|
+
this.y6.c1();
|
|
5340
5340
|
break;
|
|
5341
5341
|
case GeographicShapeSeries.$$p[8]:
|
|
5342
|
-
this.
|
|
5342
|
+
this.y6.c2();
|
|
5343
5343
|
break;
|
|
5344
5344
|
case GeographicShapeSeries.$$p[13]:
|
|
5345
|
-
this.
|
|
5345
|
+
this.y6.c6();
|
|
5346
5346
|
break;
|
|
5347
5347
|
case GeographicShapeSeries.$$p[12]:
|
|
5348
|
-
this.
|
|
5348
|
+
this.y6.c7();
|
|
5349
5349
|
break;
|
|
5350
5350
|
}
|
|
5351
5351
|
}
|
|
5352
|
-
|
|
5352
|
+
ju() {
|
|
5353
5353
|
return 0.7;
|
|
5354
5354
|
}
|
|
5355
5355
|
}
|
|
5356
5356
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5357
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5357
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
|
|
5358
5358
|
return GeographicShapeSeries;
|
|
5359
5359
|
})();
|
|
5360
5360
|
|
|
@@ -5387,153 +5387,153 @@ let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5387
5387
|
* Gets whether the current series shows a polygon shape.
|
|
5388
5388
|
*/
|
|
5389
5389
|
get isPolygon() {
|
|
5390
|
-
return this.i.
|
|
5390
|
+
return this.i.fu;
|
|
5391
5391
|
}
|
|
5392
5392
|
/**
|
|
5393
5393
|
* Gets or sets the fill brush.
|
|
5394
5394
|
*/
|
|
5395
5395
|
get shapeFill() {
|
|
5396
|
-
return this.i.
|
|
5396
|
+
return this.i.aaa ? this.i.aaa.fill : null;
|
|
5397
5397
|
}
|
|
5398
5398
|
set shapeFill(v) {
|
|
5399
5399
|
this.ensureShapeStyle();
|
|
5400
|
-
this.i.
|
|
5400
|
+
this.i.aaa.fill = v;
|
|
5401
5401
|
}
|
|
5402
5402
|
/**
|
|
5403
5403
|
* Gets or sets the stroke brush.
|
|
5404
5404
|
*/
|
|
5405
5405
|
get shapeStroke() {
|
|
5406
|
-
return this.i.
|
|
5406
|
+
return this.i.aaa ? this.i.aaa.stroke : null;
|
|
5407
5407
|
}
|
|
5408
5408
|
set shapeStroke(v) {
|
|
5409
5409
|
this.ensureShapeStyle();
|
|
5410
|
-
this.i.
|
|
5410
|
+
this.i.aaa.stroke = v;
|
|
5411
5411
|
}
|
|
5412
5412
|
/**
|
|
5413
5413
|
* Gets or sets the stroke thickness.
|
|
5414
5414
|
*/
|
|
5415
5415
|
get shapeStrokeThickness() {
|
|
5416
|
-
return this.i.
|
|
5416
|
+
return this.i.aaa ? this.i.aaa.strokeThickness : NaN;
|
|
5417
5417
|
}
|
|
5418
5418
|
set shapeStrokeThickness(v) {
|
|
5419
5419
|
this.ensureShapeStyle();
|
|
5420
|
-
this.i.
|
|
5420
|
+
this.i.aaa.strokeThickness = +v;
|
|
5421
5421
|
}
|
|
5422
5422
|
/**
|
|
5423
5423
|
* Gets or sets the opacity.
|
|
5424
5424
|
*/
|
|
5425
5425
|
get shapeOpacity() {
|
|
5426
|
-
return this.i.
|
|
5426
|
+
return this.i.aaa ? this.i.aaa.opacity : NaN;
|
|
5427
5427
|
}
|
|
5428
5428
|
set shapeOpacity(v) {
|
|
5429
5429
|
this.ensureShapeStyle();
|
|
5430
|
-
this.i.
|
|
5430
|
+
this.i.aaa.opacity = +v;
|
|
5431
5431
|
}
|
|
5432
5432
|
ensureShapeStyle() {
|
|
5433
|
-
if (this.i.
|
|
5433
|
+
if (this.i.aaa) {
|
|
5434
5434
|
return;
|
|
5435
5435
|
}
|
|
5436
|
-
this.i.
|
|
5436
|
+
this.i.aaa = new Style();
|
|
5437
5437
|
}
|
|
5438
5438
|
/**
|
|
5439
5439
|
* Gets or sets the marker type for the current series object.
|
|
5440
5440
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5441
5441
|
*/
|
|
5442
5442
|
get markerType() {
|
|
5443
|
-
return this.i.
|
|
5443
|
+
return this.i.y4;
|
|
5444
5444
|
}
|
|
5445
5445
|
set markerType(v) {
|
|
5446
|
-
this.i.
|
|
5446
|
+
this.i.y4 = ensureEnum(MarkerType_$type, v);
|
|
5447
5447
|
}
|
|
5448
5448
|
/**
|
|
5449
5449
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5450
5450
|
*/
|
|
5451
5451
|
get markerOutlineMode() {
|
|
5452
|
-
return this.i.
|
|
5452
|
+
return this.i.y3;
|
|
5453
5453
|
}
|
|
5454
5454
|
set markerOutlineMode(v) {
|
|
5455
|
-
this.i.
|
|
5455
|
+
this.i.y3 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5456
5456
|
}
|
|
5457
5457
|
/**
|
|
5458
5458
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5459
5459
|
*/
|
|
5460
5460
|
get markerFillMode() {
|
|
5461
|
-
return this.i.
|
|
5461
|
+
return this.i.y2;
|
|
5462
5462
|
}
|
|
5463
5463
|
set markerFillMode(v) {
|
|
5464
|
-
this.i.
|
|
5464
|
+
this.i.y2 = ensureEnum(MarkerFillMode_$type, v);
|
|
5465
5465
|
}
|
|
5466
5466
|
/**
|
|
5467
5467
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5468
5468
|
*/
|
|
5469
5469
|
get markerTemplate() {
|
|
5470
|
-
return this.i.
|
|
5470
|
+
return this.i.zq;
|
|
5471
5471
|
}
|
|
5472
5472
|
set markerTemplate(v) {
|
|
5473
|
-
this.i.
|
|
5473
|
+
this.i.zq = v;
|
|
5474
5474
|
}
|
|
5475
5475
|
/**
|
|
5476
5476
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5477
5477
|
*/
|
|
5478
5478
|
get markerBrush() {
|
|
5479
|
-
return brushToString(this.i.
|
|
5479
|
+
return brushToString(this.i.z7);
|
|
5480
5480
|
}
|
|
5481
5481
|
set markerBrush(v) {
|
|
5482
|
-
this.i.
|
|
5482
|
+
this.i.z7 = stringToBrush(v);
|
|
5483
5483
|
}
|
|
5484
5484
|
/**
|
|
5485
5485
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5486
5486
|
*/
|
|
5487
5487
|
get markerOutline() {
|
|
5488
|
-
return brushToString(this.i.
|
|
5488
|
+
return brushToString(this.i.z8);
|
|
5489
5489
|
}
|
|
5490
5490
|
set markerOutline(v) {
|
|
5491
|
-
this.i.
|
|
5491
|
+
this.i.z8 = stringToBrush(v);
|
|
5492
5492
|
}
|
|
5493
5493
|
/**
|
|
5494
5494
|
* Gets or sets thickness of the marker outline
|
|
5495
5495
|
*/
|
|
5496
5496
|
get markerThickness() {
|
|
5497
|
-
return this.i.
|
|
5497
|
+
return this.i.y7;
|
|
5498
5498
|
}
|
|
5499
5499
|
set markerThickness(v) {
|
|
5500
|
-
this.i.
|
|
5500
|
+
this.i.y7 = +v;
|
|
5501
5501
|
}
|
|
5502
5502
|
/**
|
|
5503
5503
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5504
5504
|
*/
|
|
5505
5505
|
get markerCollisionAvoidance() {
|
|
5506
|
-
return this.i.
|
|
5506
|
+
return this.i.y1;
|
|
5507
5507
|
}
|
|
5508
5508
|
set markerCollisionAvoidance(v) {
|
|
5509
|
-
this.i.
|
|
5509
|
+
this.i.y1 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5510
5510
|
}
|
|
5511
5511
|
/**
|
|
5512
5512
|
* Gets the effective marker template for the current series object.
|
|
5513
5513
|
*/
|
|
5514
5514
|
get actualMarkerTemplate() {
|
|
5515
|
-
return this.i.
|
|
5515
|
+
return this.i.zp;
|
|
5516
5516
|
}
|
|
5517
5517
|
set actualMarkerTemplate(v) {
|
|
5518
|
-
this.i.
|
|
5518
|
+
this.i.zp = v;
|
|
5519
5519
|
}
|
|
5520
5520
|
/**
|
|
5521
5521
|
* Gets the effective marker brush for the current series object.
|
|
5522
5522
|
*/
|
|
5523
5523
|
get actualMarkerBrush() {
|
|
5524
|
-
return brushToString(this.i.
|
|
5524
|
+
return brushToString(this.i.z5);
|
|
5525
5525
|
}
|
|
5526
5526
|
set actualMarkerBrush(v) {
|
|
5527
|
-
this.i.
|
|
5527
|
+
this.i.z5 = stringToBrush(v);
|
|
5528
5528
|
}
|
|
5529
5529
|
/**
|
|
5530
5530
|
* Gets the effective marker outline for the current series object.
|
|
5531
5531
|
*/
|
|
5532
5532
|
get actualMarkerOutline() {
|
|
5533
|
-
return brushToString(this.i.
|
|
5533
|
+
return brushToString(this.i.z6);
|
|
5534
5534
|
}
|
|
5535
5535
|
set actualMarkerOutline(v) {
|
|
5536
|
-
this.i.
|
|
5536
|
+
this.i.z6 = stringToBrush(v);
|
|
5537
5537
|
}
|
|
5538
5538
|
get styleShape() {
|
|
5539
5539
|
if (this._styleShape == null) {
|
|
@@ -5672,19 +5672,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5672
5672
|
a4() {
|
|
5673
5673
|
super.a4();
|
|
5674
5674
|
if (!this.t) {
|
|
5675
|
-
this.cy.
|
|
5675
|
+
this.cy.jz = Defaults.aa;
|
|
5676
5676
|
}
|
|
5677
5677
|
}
|
|
5678
5678
|
ci() {
|
|
5679
5679
|
super.ci();
|
|
5680
|
-
this.cy.
|
|
5681
|
-
this.cy.
|
|
5680
|
+
this.cy.xm.aau = this.cy.y1;
|
|
5681
|
+
this.cy.xm.aaz = this.cy.y9;
|
|
5682
5682
|
}
|
|
5683
5683
|
cz() {
|
|
5684
|
-
this.cy.
|
|
5684
|
+
this.cy.xm.aau = this.cy.y1;
|
|
5685
5685
|
}
|
|
5686
5686
|
c0() {
|
|
5687
|
-
this.cy.
|
|
5687
|
+
this.cy.xm.aaz = this.cy.y9;
|
|
5688
5688
|
}
|
|
5689
5689
|
}
|
|
5690
5690
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -5703,40 +5703,40 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5703
5703
|
bk() {
|
|
5704
5704
|
return new GeographicPolylineSeries();
|
|
5705
5705
|
}
|
|
5706
|
-
|
|
5706
|
+
get_fv() {
|
|
5707
5707
|
return true;
|
|
5708
5708
|
}
|
|
5709
5709
|
ct() {
|
|
5710
5710
|
return new GeographicPolylineSeriesView(this);
|
|
5711
5711
|
}
|
|
5712
|
-
|
|
5713
|
-
super.
|
|
5714
|
-
this.
|
|
5712
|
+
ri(a) {
|
|
5713
|
+
super.ri(a);
|
|
5714
|
+
this.y2 = a;
|
|
5715
5715
|
}
|
|
5716
|
-
|
|
5716
|
+
xl() {
|
|
5717
5717
|
let a = new ScatterPolylineSeries();
|
|
5718
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5718
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y6));
|
|
5719
5719
|
return a;
|
|
5720
5720
|
}
|
|
5721
|
-
|
|
5721
|
+
y6(a, b) {
|
|
5722
5722
|
if (this.styleShape != null) {
|
|
5723
5723
|
this.styleShape(this, b);
|
|
5724
5724
|
}
|
|
5725
5725
|
}
|
|
5726
|
-
|
|
5727
|
-
super.
|
|
5726
|
+
rr(a, b, c, d) {
|
|
5727
|
+
super.rr(a, b, c, d);
|
|
5728
5728
|
switch (b) {
|
|
5729
5729
|
case GeographicPolylineSeries.$$p[1]:
|
|
5730
|
-
this.
|
|
5730
|
+
this.y2.cz();
|
|
5731
5731
|
break;
|
|
5732
5732
|
case GeographicPolylineSeries.$$p[0]:
|
|
5733
|
-
this.
|
|
5733
|
+
this.y2.c0();
|
|
5734
5734
|
break;
|
|
5735
5735
|
}
|
|
5736
5736
|
}
|
|
5737
5737
|
}
|
|
5738
5738
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
5739
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
5739
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y9:y7', [Style.$, null], 'ShapeStyleSelector:y1:y8', [StyleSelector.$, null]]);
|
|
5740
5740
|
return GeographicPolylineSeries;
|
|
5741
5741
|
})();
|
|
5742
5742
|
|
|
@@ -5769,53 +5769,53 @@ let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5769
5769
|
* Gets whether the current series shows a polyline shape.
|
|
5770
5770
|
*/
|
|
5771
5771
|
get isPolyline() {
|
|
5772
|
-
return this.i.
|
|
5772
|
+
return this.i.fv;
|
|
5773
5773
|
}
|
|
5774
5774
|
/**
|
|
5775
5775
|
* Gets or sets the fill brush.
|
|
5776
5776
|
*/
|
|
5777
5777
|
get shapeFill() {
|
|
5778
|
-
return this.i.
|
|
5778
|
+
return this.i.y9 ? this.i.y9.fill : null;
|
|
5779
5779
|
}
|
|
5780
5780
|
set shapeFill(v) {
|
|
5781
5781
|
this.ensureShapeStyle();
|
|
5782
|
-
this.i.
|
|
5782
|
+
this.i.y9.fill = v;
|
|
5783
5783
|
}
|
|
5784
5784
|
/**
|
|
5785
5785
|
* Gets or sets the stroke brush.
|
|
5786
5786
|
*/
|
|
5787
5787
|
get shapeStroke() {
|
|
5788
|
-
return this.i.
|
|
5788
|
+
return this.i.y9 ? this.i.y9.stroke : null;
|
|
5789
5789
|
}
|
|
5790
5790
|
set shapeStroke(v) {
|
|
5791
5791
|
this.ensureShapeStyle();
|
|
5792
|
-
this.i.
|
|
5792
|
+
this.i.y9.stroke = v;
|
|
5793
5793
|
}
|
|
5794
5794
|
/**
|
|
5795
5795
|
* Gets or sets the stroke thickness.
|
|
5796
5796
|
*/
|
|
5797
5797
|
get shapeStrokeThickness() {
|
|
5798
|
-
return this.i.
|
|
5798
|
+
return this.i.y9 ? this.i.y9.strokeThickness : NaN;
|
|
5799
5799
|
}
|
|
5800
5800
|
set shapeStrokeThickness(v) {
|
|
5801
5801
|
this.ensureShapeStyle();
|
|
5802
|
-
this.i.
|
|
5802
|
+
this.i.y9.strokeThickness = +v;
|
|
5803
5803
|
}
|
|
5804
5804
|
/**
|
|
5805
5805
|
* Gets or sets the opacity.
|
|
5806
5806
|
*/
|
|
5807
5807
|
get shapeOpacity() {
|
|
5808
|
-
return this.i.
|
|
5808
|
+
return this.i.y9 ? this.i.y9.opacity : NaN;
|
|
5809
5809
|
}
|
|
5810
5810
|
set shapeOpacity(v) {
|
|
5811
5811
|
this.ensureShapeStyle();
|
|
5812
|
-
this.i.
|
|
5812
|
+
this.i.y9.opacity = +v;
|
|
5813
5813
|
}
|
|
5814
5814
|
ensureShapeStyle() {
|
|
5815
|
-
if (this.i.
|
|
5815
|
+
if (this.i.y9) {
|
|
5816
5816
|
return;
|
|
5817
5817
|
}
|
|
5818
|
-
this.i.
|
|
5818
|
+
this.i.y9 = new Style();
|
|
5819
5819
|
}
|
|
5820
5820
|
get styleShape() {
|
|
5821
5821
|
if (this._styleShape == null) {
|
|
@@ -6049,50 +6049,50 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
6049
6049
|
class TileSeries extends ShapeSeriesBase {
|
|
6050
6050
|
constructor() {
|
|
6051
6051
|
super();
|
|
6052
|
+
this.aav = null;
|
|
6052
6053
|
this.aau = null;
|
|
6053
|
-
this.aat = null;
|
|
6054
6054
|
this.imageTilesReady = null;
|
|
6055
|
-
this.
|
|
6056
|
-
this.
|
|
6055
|
+
this.aay = null;
|
|
6056
|
+
this.aaz = false;
|
|
6057
6057
|
this.ab = TileSeries.$;
|
|
6058
6058
|
}
|
|
6059
6059
|
bk() {
|
|
6060
6060
|
return new TileSeries();
|
|
6061
6061
|
}
|
|
6062
|
-
|
|
6062
|
+
get_f7() {
|
|
6063
6063
|
return true;
|
|
6064
6064
|
}
|
|
6065
6065
|
ct() {
|
|
6066
6066
|
return new TileSeriesView(this);
|
|
6067
6067
|
}
|
|
6068
|
-
|
|
6069
|
-
super.
|
|
6070
|
-
this.
|
|
6068
|
+
ri(a) {
|
|
6069
|
+
super.ri(a);
|
|
6070
|
+
this.aat = a;
|
|
6071
6071
|
}
|
|
6072
|
-
|
|
6072
|
+
get_yw() {
|
|
6073
6073
|
return false;
|
|
6074
6074
|
}
|
|
6075
|
-
get
|
|
6076
|
-
return this.
|
|
6075
|
+
get aax() {
|
|
6076
|
+
return this.aav;
|
|
6077
6077
|
}
|
|
6078
|
-
set
|
|
6079
|
-
let b = a != this.
|
|
6078
|
+
set aax(a) {
|
|
6079
|
+
let b = a != this.aax;
|
|
6080
6080
|
if (b) {
|
|
6081
|
-
let c = this.
|
|
6082
|
-
this.
|
|
6081
|
+
let c = this.aax;
|
|
6082
|
+
this.aav = a;
|
|
6083
6083
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6084
6084
|
}
|
|
6085
6085
|
}
|
|
6086
|
-
get
|
|
6087
|
-
return this.
|
|
6086
|
+
get aaw() {
|
|
6087
|
+
return this.aau;
|
|
6088
6088
|
}
|
|
6089
|
-
set
|
|
6090
|
-
let b = this.
|
|
6091
|
-
this.
|
|
6092
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6089
|
+
set aaw(a) {
|
|
6090
|
+
let b = this.aau;
|
|
6091
|
+
this.aau = a;
|
|
6092
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aau);
|
|
6093
6093
|
}
|
|
6094
|
-
|
|
6095
|
-
super.
|
|
6094
|
+
rr(a, b, c, d) {
|
|
6095
|
+
super.rr(a, b, c, d);
|
|
6096
6096
|
let e;
|
|
6097
6097
|
let f;
|
|
6098
6098
|
switch (b) {
|
|
@@ -6100,141 +6100,141 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
6100
6100
|
e = c;
|
|
6101
6101
|
f = d;
|
|
6102
6102
|
if (e != null) {
|
|
6103
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
6103
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
|
|
6104
6104
|
}
|
|
6105
6105
|
if (f != null) {
|
|
6106
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
6106
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
|
|
6107
6107
|
}
|
|
6108
|
-
this.
|
|
6109
|
-
this.
|
|
6110
|
-
this.
|
|
6108
|
+
this.aat.dv(e, f);
|
|
6109
|
+
this.r9(false);
|
|
6110
|
+
this.q1();
|
|
6111
6111
|
break;
|
|
6112
6112
|
case "ActualTileImagery":
|
|
6113
6113
|
e = c;
|
|
6114
6114
|
f = d;
|
|
6115
6115
|
if (e != null) {
|
|
6116
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
6116
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
|
|
6117
6117
|
e.deferralHandler = null;
|
|
6118
6118
|
}
|
|
6119
6119
|
if (f != null) {
|
|
6120
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
6120
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
|
|
6121
6121
|
f.deferralHandler = this;
|
|
6122
6122
|
}
|
|
6123
|
-
this.
|
|
6123
|
+
this.aat.du(e, f);
|
|
6124
6124
|
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
6125
6125
|
f.geographicMap = this.dc;
|
|
6126
|
-
this.
|
|
6127
|
-
this.
|
|
6126
|
+
this.aa5(this.cw);
|
|
6127
|
+
this.aat.dr(this.dc.yr);
|
|
6128
6128
|
}
|
|
6129
|
-
this.
|
|
6129
|
+
this.q1();
|
|
6130
6130
|
break;
|
|
6131
6131
|
case "ActualWindowRect":
|
|
6132
|
-
this.
|
|
6132
|
+
this.aat.dr(d);
|
|
6133
6133
|
break;
|
|
6134
6134
|
case "WorldRect":
|
|
6135
|
-
this.
|
|
6135
|
+
this.aat.dy(d);
|
|
6136
6136
|
break;
|
|
6137
6137
|
case "SeriesViewer":
|
|
6138
6138
|
let g = c;
|
|
6139
6139
|
let h = d;
|
|
6140
|
-
if (g != null && this.
|
|
6141
|
-
this.
|
|
6140
|
+
if (g != null && this.aaw != null) {
|
|
6141
|
+
this.aaw.be(null);
|
|
6142
6142
|
}
|
|
6143
|
-
if (h != null && this.
|
|
6144
|
-
this.
|
|
6143
|
+
if (h != null && this.aaw != null) {
|
|
6144
|
+
this.aaw.be(this.cw.ae);
|
|
6145
6145
|
}
|
|
6146
6146
|
break;
|
|
6147
6147
|
case "ActualBrush":
|
|
6148
6148
|
case "ActualOutline":
|
|
6149
6149
|
case "ActualThickness":
|
|
6150
|
-
this.
|
|
6150
|
+
this.q3();
|
|
6151
6151
|
break;
|
|
6152
6152
|
}
|
|
6153
6153
|
}
|
|
6154
|
-
|
|
6154
|
+
aa2(a, b) {
|
|
6155
6155
|
if (b.propertyName == "MultiScaleImage") {
|
|
6156
|
-
this.
|
|
6156
|
+
this.aa5(this.cw);
|
|
6157
6157
|
}
|
|
6158
6158
|
}
|
|
6159
|
-
|
|
6159
|
+
aa3(a, b) {
|
|
6160
6160
|
if (this.imageTilesReady != null) {
|
|
6161
6161
|
this.imageTilesReady(this, new EventArgs());
|
|
6162
6162
|
}
|
|
6163
|
-
if (!this.
|
|
6164
|
-
this.
|
|
6163
|
+
if (!this.aaz) {
|
|
6164
|
+
this.aat.dw();
|
|
6165
6165
|
}
|
|
6166
6166
|
}
|
|
6167
6167
|
register(a, b) {
|
|
6168
|
-
this.
|
|
6168
|
+
this.aay = b;
|
|
6169
6169
|
}
|
|
6170
6170
|
unRegister(a) {
|
|
6171
|
-
this.
|
|
6171
|
+
this.aay = null;
|
|
6172
6172
|
}
|
|
6173
6173
|
deferredRefresh() {
|
|
6174
|
-
this.
|
|
6174
|
+
this.r9(false);
|
|
6175
6175
|
}
|
|
6176
6176
|
deferAction(a) {
|
|
6177
|
-
if (this.
|
|
6178
|
-
this.
|
|
6177
|
+
if (this.j9 != null) {
|
|
6178
|
+
this.j9.setTimeout(a, 0);
|
|
6179
6179
|
}
|
|
6180
6180
|
else {
|
|
6181
6181
|
window.setTimeout(a, 0);
|
|
6182
6182
|
}
|
|
6183
6183
|
}
|
|
6184
|
-
|
|
6185
|
-
this.
|
|
6186
|
-
super.
|
|
6184
|
+
s9(a, b) {
|
|
6185
|
+
this.aat.dx();
|
|
6186
|
+
super.s9(a, b);
|
|
6187
6187
|
}
|
|
6188
|
-
|
|
6189
|
-
super.
|
|
6190
|
-
this.
|
|
6188
|
+
sa(a) {
|
|
6189
|
+
super.sa(a);
|
|
6190
|
+
this.aa4(a, this.cw);
|
|
6191
6191
|
}
|
|
6192
|
-
|
|
6192
|
+
aa4(a, b) {
|
|
6193
6193
|
let c;
|
|
6194
6194
|
let d;
|
|
6195
6195
|
let e = b;
|
|
6196
6196
|
let f = b.getViewInfo(c, d);
|
|
6197
6197
|
c = f.p0;
|
|
6198
6198
|
d = f.p1;
|
|
6199
|
-
this.
|
|
6200
|
-
if (this.
|
|
6201
|
-
this.
|
|
6202
|
-
this.
|
|
6203
|
-
this.
|
|
6199
|
+
this.aa5(b);
|
|
6200
|
+
if (this.aay != null) {
|
|
6201
|
+
this.aaz = true;
|
|
6202
|
+
this.aay(a);
|
|
6203
|
+
this.aaz = false;
|
|
6204
6204
|
}
|
|
6205
6205
|
e.dw();
|
|
6206
6206
|
}
|
|
6207
|
-
|
|
6208
|
-
super.
|
|
6209
|
-
let f = this.
|
|
6207
|
+
r8(a, b, c, d, e) {
|
|
6208
|
+
super.r8(a, b, c, d, e);
|
|
6209
|
+
let f = this.hu.item(d);
|
|
6210
6210
|
f.bd(c);
|
|
6211
6211
|
if (this.d7(f)) {
|
|
6212
6212
|
return;
|
|
6213
6213
|
}
|
|
6214
|
-
this.
|
|
6214
|
+
this.z9(f);
|
|
6215
6215
|
}
|
|
6216
|
-
|
|
6216
|
+
aa5(a) {
|
|
6217
6217
|
let b;
|
|
6218
6218
|
let c;
|
|
6219
6219
|
let d = a.getViewInfo(b, c);
|
|
6220
6220
|
b = d.p0;
|
|
6221
6221
|
c = d.p1;
|
|
6222
|
-
if (this.
|
|
6223
|
-
if (this.
|
|
6224
|
-
this.
|
|
6222
|
+
if (this.aax != null && this.aax.ao != null) {
|
|
6223
|
+
if (this.aax != this.aaw) {
|
|
6224
|
+
this.aaw = this.aax;
|
|
6225
6225
|
}
|
|
6226
|
-
if (this.
|
|
6227
|
-
if (this.
|
|
6228
|
-
this.
|
|
6226
|
+
if (this.aaw != null && !b.isEmpty) {
|
|
6227
|
+
if (this.aaw.width != b.width) {
|
|
6228
|
+
this.aaw.width = b.width;
|
|
6229
6229
|
}
|
|
6230
|
-
if (this.
|
|
6231
|
-
this.
|
|
6230
|
+
if (this.aaw.height != b.height) {
|
|
6231
|
+
this.aaw.height = b.height;
|
|
6232
6232
|
}
|
|
6233
6233
|
}
|
|
6234
6234
|
}
|
|
6235
6235
|
}
|
|
6236
|
-
|
|
6237
|
-
super.
|
|
6236
|
+
pj(a, b) {
|
|
6237
|
+
super.pj(a, b);
|
|
6238
6238
|
b.ds();
|
|
6239
6239
|
}
|
|
6240
6240
|
}
|
|
@@ -6257,8 +6257,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6257
6257
|
a4() {
|
|
6258
6258
|
super.a4();
|
|
6259
6259
|
if (!this.t) {
|
|
6260
|
-
this.dn.
|
|
6261
|
-
this.dn.
|
|
6260
|
+
this.dn.wg = Defaults.tileSeries_Outline;
|
|
6261
|
+
this.dn.v0 = Defaults.tileSeries_Brush;
|
|
6262
6262
|
}
|
|
6263
6263
|
}
|
|
6264
6264
|
cx(a, b) {
|
|
@@ -6285,14 +6285,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6285
6285
|
this.a2();
|
|
6286
6286
|
}
|
|
6287
6287
|
dr(a) {
|
|
6288
|
-
if (this.dn.
|
|
6289
|
-
this.dn.
|
|
6288
|
+
if (this.dn.aax != null) {
|
|
6289
|
+
this.dn.aax.windowRect = a;
|
|
6290
6290
|
}
|
|
6291
6291
|
}
|
|
6292
6292
|
du(a, b) {
|
|
6293
6293
|
if (this.dq == null) {
|
|
6294
|
-
this.dq = this.f.
|
|
6295
|
-
let c = this.f.
|
|
6294
|
+
this.dq = this.f.j9.createElement("canvas");
|
|
6295
|
+
let c = this.f.j9.get2DCanvasContext(this.dq);
|
|
6296
6296
|
this.dp = new RenderingContext(new CanvasViewRenderer(), c);
|
|
6297
6297
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
6298
6298
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
@@ -6321,8 +6321,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6321
6321
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
6322
6322
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
6323
6323
|
}
|
|
6324
|
-
if (this.dn.
|
|
6325
|
-
this.dn.
|
|
6324
|
+
if (this.dn.aax != null) {
|
|
6325
|
+
this.dn.aax.bf(this.b9);
|
|
6326
6326
|
}
|
|
6327
6327
|
}
|
|
6328
6328
|
bj(a, b) {
|
|
@@ -6356,8 +6356,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6356
6356
|
ds() {
|
|
6357
6357
|
}
|
|
6358
6358
|
dy(a) {
|
|
6359
|
-
if (this.dn.
|
|
6360
|
-
this.dn.
|
|
6359
|
+
if (this.dn.aax != null) {
|
|
6360
|
+
this.dn.aax.a6();
|
|
6361
6361
|
}
|
|
6362
6362
|
}
|
|
6363
6363
|
}
|
|
@@ -6393,20 +6393,20 @@ let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6393
6393
|
* Gets whether the current series shows a tile imagery.
|
|
6394
6394
|
*/
|
|
6395
6395
|
get isTile() {
|
|
6396
|
-
return this.i.
|
|
6396
|
+
return this.i.f7;
|
|
6397
6397
|
}
|
|
6398
6398
|
/**
|
|
6399
6399
|
* The MapImagery which is used to provide the tiles for display.
|
|
6400
6400
|
*/
|
|
6401
6401
|
get tileImagery() {
|
|
6402
|
-
const r = this.i.
|
|
6402
|
+
const r = this.i.aax;
|
|
6403
6403
|
if (r == null) {
|
|
6404
6404
|
return null;
|
|
6405
6405
|
}
|
|
6406
6406
|
return r.externalObject;
|
|
6407
6407
|
}
|
|
6408
6408
|
set tileImagery(v) {
|
|
6409
|
-
v == null ? this.i.
|
|
6409
|
+
v == null ? this.i.aax = null : this.i.aax = v.i;
|
|
6410
6410
|
}
|
|
6411
6411
|
findByName(name) {
|
|
6412
6412
|
var baseResult = super.findByName(name);
|
|
@@ -6507,60 +6507,60 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
6507
6507
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
6508
6508
|
constructor() {
|
|
6509
6509
|
super();
|
|
6510
|
+
this.y2 = null;
|
|
6510
6511
|
this.y1 = null;
|
|
6511
|
-
this.y0 = null;
|
|
6512
6512
|
this.imageTilesReady = null;
|
|
6513
6513
|
this.ab = GeographicTileSeries.$;
|
|
6514
6514
|
}
|
|
6515
6515
|
bk() {
|
|
6516
6516
|
return new GeographicTileSeries();
|
|
6517
6517
|
}
|
|
6518
|
-
|
|
6518
|
+
get_f7() {
|
|
6519
6519
|
return true;
|
|
6520
6520
|
}
|
|
6521
|
-
get
|
|
6522
|
-
return this.
|
|
6521
|
+
get y3() {
|
|
6522
|
+
return this.y2;
|
|
6523
6523
|
}
|
|
6524
|
-
set
|
|
6525
|
-
let b = a != this.
|
|
6524
|
+
set y3(a) {
|
|
6525
|
+
let b = a != this.y3;
|
|
6526
6526
|
if (b) {
|
|
6527
|
-
let c = this.
|
|
6528
|
-
this.
|
|
6527
|
+
let c = this.y3;
|
|
6528
|
+
this.y2 = a;
|
|
6529
6529
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6530
6530
|
}
|
|
6531
6531
|
}
|
|
6532
|
-
|
|
6533
|
-
if (this.
|
|
6534
|
-
this.
|
|
6532
|
+
y7() {
|
|
6533
|
+
if (this.y3 != null) {
|
|
6534
|
+
this.y3.clearTileCache();
|
|
6535
6535
|
}
|
|
6536
6536
|
}
|
|
6537
|
-
|
|
6538
|
-
super.
|
|
6537
|
+
rr(a, b, c, d) {
|
|
6538
|
+
super.rr(a, b, c, d);
|
|
6539
6539
|
switch (b) {
|
|
6540
6540
|
case "TileImagery":
|
|
6541
|
-
if (this.
|
|
6542
|
-
this.
|
|
6541
|
+
if (this.xm != null) {
|
|
6542
|
+
this.xm.aax = this.y3;
|
|
6543
6543
|
}
|
|
6544
6544
|
break;
|
|
6545
6545
|
}
|
|
6546
6546
|
}
|
|
6547
|
-
|
|
6548
|
-
super.
|
|
6549
|
-
this.
|
|
6550
|
-
if (this.
|
|
6551
|
-
let c = this.
|
|
6552
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
6547
|
+
xr(a, b) {
|
|
6548
|
+
super.xr(a, b);
|
|
6549
|
+
this.xm.aax = this.y3;
|
|
6550
|
+
if (this.y1 != null) {
|
|
6551
|
+
let c = this.y1;
|
|
6552
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
|
|
6553
6553
|
}
|
|
6554
|
-
this.
|
|
6555
|
-
if (this.
|
|
6556
|
-
let d = this.
|
|
6557
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
6554
|
+
this.y1 = this.xm;
|
|
6555
|
+
if (this.y1 != null) {
|
|
6556
|
+
let d = this.y1;
|
|
6557
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
|
|
6558
6558
|
}
|
|
6559
6559
|
}
|
|
6560
|
-
|
|
6560
|
+
xl() {
|
|
6561
6561
|
return new TileSeries();
|
|
6562
6562
|
}
|
|
6563
|
-
|
|
6563
|
+
y6(a, b) {
|
|
6564
6564
|
if (this.imageTilesReady != null) {
|
|
6565
6565
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6566
6566
|
}
|
|
@@ -6592,20 +6592,20 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6592
6592
|
* Gets whether the current series shows a tile imagery.
|
|
6593
6593
|
*/
|
|
6594
6594
|
get isTile() {
|
|
6595
|
-
return this.i.
|
|
6595
|
+
return this.i.f7;
|
|
6596
6596
|
}
|
|
6597
6597
|
/**
|
|
6598
6598
|
* The MapImagery which is used to provide the tiles for display.
|
|
6599
6599
|
*/
|
|
6600
6600
|
get tileImagery() {
|
|
6601
|
-
const r = this.i.
|
|
6601
|
+
const r = this.i.y3;
|
|
6602
6602
|
if (r == null) {
|
|
6603
6603
|
return null;
|
|
6604
6604
|
}
|
|
6605
6605
|
return r.externalObject;
|
|
6606
6606
|
}
|
|
6607
6607
|
set tileImagery(v) {
|
|
6608
|
-
v == null ? this.i.
|
|
6608
|
+
v == null ? this.i.y3 = null : this.i.y3 = v.i;
|
|
6609
6609
|
}
|
|
6610
6610
|
findByName(name) {
|
|
6611
6611
|
var baseResult = super.findByName(name);
|
|
@@ -6622,7 +6622,7 @@ let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6622
6622
|
|
|
6623
6623
|
*/
|
|
6624
6624
|
clearTileCache() {
|
|
6625
|
-
this.i.
|
|
6625
|
+
this.i.y7();
|
|
6626
6626
|
}
|
|
6627
6627
|
/**
|
|
6628
6628
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -6736,64 +6736,64 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6736
6736
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
6737
6737
|
*/
|
|
6738
6738
|
get markerType() {
|
|
6739
|
-
return this.i.
|
|
6739
|
+
return this.i.xw;
|
|
6740
6740
|
}
|
|
6741
6741
|
set markerType(v) {
|
|
6742
|
-
this.i.
|
|
6742
|
+
this.i.xw = ensureEnum(MarkerType_$type, v);
|
|
6743
6743
|
}
|
|
6744
6744
|
/**
|
|
6745
6745
|
* Gets or sets thickness of the marker outline
|
|
6746
6746
|
*/
|
|
6747
6747
|
get markerThickness() {
|
|
6748
|
-
return this.i.
|
|
6748
|
+
return this.i.xx;
|
|
6749
6749
|
}
|
|
6750
6750
|
set markerThickness(v) {
|
|
6751
|
-
this.i.
|
|
6751
|
+
this.i.xx = +v;
|
|
6752
6752
|
}
|
|
6753
6753
|
/**
|
|
6754
6754
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6755
6755
|
*/
|
|
6756
6756
|
get markerOutlineMode() {
|
|
6757
|
-
return this.i.
|
|
6757
|
+
return this.i.xv;
|
|
6758
6758
|
}
|
|
6759
6759
|
set markerOutlineMode(v) {
|
|
6760
|
-
this.i.
|
|
6760
|
+
this.i.xv = ensureEnum(MarkerOutlineMode_$type, v);
|
|
6761
6761
|
}
|
|
6762
6762
|
/**
|
|
6763
6763
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
6764
6764
|
*/
|
|
6765
6765
|
get markerFillMode() {
|
|
6766
|
-
return this.i.
|
|
6766
|
+
return this.i.xu;
|
|
6767
6767
|
}
|
|
6768
6768
|
set markerFillMode(v) {
|
|
6769
|
-
this.i.
|
|
6769
|
+
this.i.xu = ensureEnum(MarkerFillMode_$type, v);
|
|
6770
6770
|
}
|
|
6771
6771
|
/**
|
|
6772
6772
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6773
6773
|
*/
|
|
6774
6774
|
get markerTemplate() {
|
|
6775
|
-
return this.i.
|
|
6775
|
+
return this.i.yc;
|
|
6776
6776
|
}
|
|
6777
6777
|
set markerTemplate(v) {
|
|
6778
|
-
this.i.
|
|
6778
|
+
this.i.yc = v;
|
|
6779
6779
|
}
|
|
6780
6780
|
/**
|
|
6781
6781
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6782
6782
|
*/
|
|
6783
6783
|
get markerBrush() {
|
|
6784
|
-
return brushToString(this.i.
|
|
6784
|
+
return brushToString(this.i.yq);
|
|
6785
6785
|
}
|
|
6786
6786
|
set markerBrush(v) {
|
|
6787
|
-
this.i.
|
|
6787
|
+
this.i.yq = stringToBrush(v);
|
|
6788
6788
|
}
|
|
6789
6789
|
/**
|
|
6790
6790
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6791
6791
|
*/
|
|
6792
6792
|
get markerOutline() {
|
|
6793
|
-
return brushToString(this.i.
|
|
6793
|
+
return brushToString(this.i.yr);
|
|
6794
6794
|
}
|
|
6795
6795
|
set markerOutline(v) {
|
|
6796
|
-
this.i.
|
|
6796
|
+
this.i.yr = stringToBrush(v);
|
|
6797
6797
|
}
|
|
6798
6798
|
/**
|
|
6799
6799
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -6801,37 +6801,37 @@ let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6801
6801
|
* choose a representative set.
|
|
6802
6802
|
*/
|
|
6803
6803
|
get maximumMarkers() {
|
|
6804
|
-
return this.i.
|
|
6804
|
+
return this.i.xy;
|
|
6805
6805
|
}
|
|
6806
6806
|
set maximumMarkers(v) {
|
|
6807
|
-
this.i.
|
|
6807
|
+
this.i.xy = +v;
|
|
6808
6808
|
}
|
|
6809
6809
|
/**
|
|
6810
6810
|
* Gets the effective marker template for the current series object.
|
|
6811
6811
|
*/
|
|
6812
6812
|
get actualMarkerTemplate() {
|
|
6813
|
-
return this.i.
|
|
6813
|
+
return this.i.yb;
|
|
6814
6814
|
}
|
|
6815
6815
|
set actualMarkerTemplate(v) {
|
|
6816
|
-
this.i.
|
|
6816
|
+
this.i.yb = v;
|
|
6817
6817
|
}
|
|
6818
6818
|
/**
|
|
6819
6819
|
* Gets the effective marker brush for the current series object.
|
|
6820
6820
|
*/
|
|
6821
6821
|
get actualMarkerBrush() {
|
|
6822
|
-
return brushToString(this.i.
|
|
6822
|
+
return brushToString(this.i.yo);
|
|
6823
6823
|
}
|
|
6824
6824
|
set actualMarkerBrush(v) {
|
|
6825
|
-
this.i.
|
|
6825
|
+
this.i.yo = stringToBrush(v);
|
|
6826
6826
|
}
|
|
6827
6827
|
/**
|
|
6828
6828
|
* Gets the effective marker outline for the current series object.
|
|
6829
6829
|
*/
|
|
6830
6830
|
get actualMarkerOutline() {
|
|
6831
|
-
return brushToString(this.i.
|
|
6831
|
+
return brushToString(this.i.yp);
|
|
6832
6832
|
}
|
|
6833
6833
|
set actualMarkerOutline(v) {
|
|
6834
|
-
this.i.
|
|
6834
|
+
this.i.yp = stringToBrush(v);
|
|
6835
6835
|
}
|
|
6836
6836
|
}
|
|
6837
6837
|
IgxGeographicMarkerSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
@@ -6880,75 +6880,75 @@ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
|
6880
6880
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
6881
6881
|
constructor() {
|
|
6882
6882
|
super();
|
|
6883
|
-
let a = this.
|
|
6884
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
6885
|
-
}
|
|
6886
|
-
th() {
|
|
6887
|
-
return this.ya;
|
|
6883
|
+
let a = this.xm;
|
|
6884
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ya));
|
|
6888
6885
|
}
|
|
6889
|
-
|
|
6890
|
-
return this.
|
|
6886
|
+
ti() {
|
|
6887
|
+
return this.yb;
|
|
6891
6888
|
}
|
|
6892
6889
|
v6() {
|
|
6893
6890
|
return this.yo;
|
|
6894
6891
|
}
|
|
6895
|
-
|
|
6896
|
-
return this.
|
|
6892
|
+
v7() {
|
|
6893
|
+
return this.yp;
|
|
6894
|
+
}
|
|
6895
|
+
iv() {
|
|
6896
|
+
return this.xx;
|
|
6897
6897
|
}
|
|
6898
|
-
|
|
6899
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
6898
|
+
mm() {
|
|
6899
|
+
let a = typeCast(MarkerSeries.$, this.xm);
|
|
6900
6900
|
if (a == null) {
|
|
6901
6901
|
return "Unknown";
|
|
6902
6902
|
}
|
|
6903
|
-
return a.
|
|
6903
|
+
return a.mm();
|
|
6904
6904
|
}
|
|
6905
|
-
|
|
6906
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
6905
|
+
ya(a, b) {
|
|
6906
|
+
let c = typeCast(MarkerSeries.$, this.xm);
|
|
6907
6907
|
if (c == null) {
|
|
6908
6908
|
return;
|
|
6909
6909
|
}
|
|
6910
6910
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6911
|
-
this.
|
|
6911
|
+
this.yb = c.ym;
|
|
6912
6912
|
}
|
|
6913
6913
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6914
|
-
this.
|
|
6914
|
+
this.yp = c.y4;
|
|
6915
6915
|
}
|
|
6916
6916
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6917
|
-
this.
|
|
6917
|
+
this.yo = c.y3;
|
|
6918
6918
|
}
|
|
6919
6919
|
}
|
|
6920
|
-
|
|
6921
|
-
super.
|
|
6920
|
+
rr(a, b, c, d) {
|
|
6921
|
+
super.rr(a, b, c, d);
|
|
6922
6922
|
switch (b) {
|
|
6923
6923
|
case GeographicMarkerSeries.$$p[3]:
|
|
6924
|
-
this.
|
|
6924
|
+
this.xm.y5 = this.yq;
|
|
6925
6925
|
break;
|
|
6926
6926
|
case GeographicMarkerSeries.$$p[6]:
|
|
6927
|
-
this.
|
|
6927
|
+
this.xm.y6 = this.yr;
|
|
6928
6928
|
break;
|
|
6929
6929
|
case GeographicMarkerSeries.$$p[5]:
|
|
6930
|
-
this.
|
|
6930
|
+
this.xm.xq = this.xv;
|
|
6931
6931
|
break;
|
|
6932
6932
|
case GeographicMarkerSeries.$$p[4]:
|
|
6933
|
-
this.
|
|
6933
|
+
this.xm.xm = this.xu;
|
|
6934
6934
|
break;
|
|
6935
6935
|
case GeographicMarkerSeries.$$p[9]:
|
|
6936
|
-
this.
|
|
6936
|
+
this.xm.xw = this.xw;
|
|
6937
6937
|
break;
|
|
6938
6938
|
case GeographicMarkerSeries.$$p[7]:
|
|
6939
|
-
this.
|
|
6939
|
+
this.xm.yo = this.yc;
|
|
6940
6940
|
break;
|
|
6941
6941
|
case GeographicMarkerSeries.$$p[8]:
|
|
6942
|
-
this.
|
|
6942
|
+
this.xm.x5 = this.xx;
|
|
6943
6943
|
break;
|
|
6944
6944
|
case GeographicMarkerSeries.$$p[10]:
|
|
6945
|
-
this.
|
|
6945
|
+
this.xm.aav = this.xy;
|
|
6946
6946
|
break;
|
|
6947
6947
|
}
|
|
6948
6948
|
}
|
|
6949
6949
|
}
|
|
6950
6950
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
6951
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
6951
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yo:yd', [Brush.$], 'ActualMarkerOutline:yp:ye', [Brush.$], 'ActualMarkerTemplate:yb:yf', [DataTemplate.$, null], 'MarkerBrush:yq:yg', [Brush.$], 'MarkerFillMode:xu:yh', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xv:yi', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yr:yj', [Brush.$], 'MarkerTemplate:yc:yk', [DataTemplate.$, null], 'MarkerThickness:xx:yl', [1, DeviceUtils.g(2)], 'MarkerType:xw:ym', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xy:yn', [1, 400]]);
|
|
6952
6952
|
return GeographicMarkerSeries;
|
|
6953
6953
|
})();
|
|
6954
6954
|
|
|
@@ -6975,49 +6975,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6975
6975
|
}
|
|
6976
6976
|
ci() {
|
|
6977
6977
|
super.ci();
|
|
6978
|
-
let a = this.cu.
|
|
6979
|
-
a.
|
|
6980
|
-
a.
|
|
6981
|
-
a.
|
|
6982
|
-
a.
|
|
6983
|
-
a.
|
|
6978
|
+
let a = this.cu.xm;
|
|
6979
|
+
a.abf = this.cu.zl;
|
|
6980
|
+
a.abn = this.cu.zj;
|
|
6981
|
+
a.xw = this.cu.xw;
|
|
6982
|
+
a.yo = this.cu.yc;
|
|
6983
|
+
a.x5 = this.cu.xx;
|
|
6984
|
+
a.adp = this.cu.y5;
|
|
6985
|
+
a.aef = this.cu.zq;
|
|
6986
|
+
a.ade = this.cu.yx;
|
|
6987
|
+
a.ad5 = this.cu.zh;
|
|
6988
|
+
a.ad0 = this.cu.y9;
|
|
6989
|
+
a.adb = this.cu.yu;
|
|
6990
|
+
a.adn = this.cu.y1;
|
|
6984
6991
|
a.ado = this.cu.y4;
|
|
6985
|
-
a.
|
|
6986
|
-
a.add = this.cu.yw;
|
|
6987
|
-
a.ad4 = this.cu.zg;
|
|
6988
|
-
a.adz = this.cu.y8;
|
|
6989
|
-
a.ada = this.cu.yt;
|
|
6990
|
-
a.adm = this.cu.y0;
|
|
6991
|
-
a.adn = this.cu.y3;
|
|
6992
|
+
a.adu = this.cu.y7;
|
|
6992
6993
|
a.adt = this.cu.y6;
|
|
6993
|
-
a.ads = this.cu.y5;
|
|
6994
6994
|
}
|
|
6995
6995
|
c3() {
|
|
6996
|
-
this.cu.
|
|
6996
|
+
this.cu.xm.abf = this.cu.zl;
|
|
6997
6997
|
}
|
|
6998
6998
|
c2() {
|
|
6999
|
-
this.cu.
|
|
6999
|
+
this.cu.xm.abn = this.cu.zj;
|
|
7000
7000
|
}
|
|
7001
7001
|
c8() {
|
|
7002
|
-
this.cu.
|
|
7002
|
+
this.cu.xm.xw = this.cu.xw;
|
|
7003
7003
|
}
|
|
7004
7004
|
c6() {
|
|
7005
|
-
this.cu.
|
|
7005
|
+
this.cu.xm.yo = this.cu.yc;
|
|
7006
7006
|
}
|
|
7007
7007
|
c7() {
|
|
7008
|
-
this.cu.
|
|
7008
|
+
this.cu.xm.x5 = this.cu.xx;
|
|
7009
7009
|
}
|
|
7010
7010
|
c9() {
|
|
7011
|
-
this.cu.
|
|
7011
|
+
this.cu.xm.aav = this.cu.xy;
|
|
7012
7012
|
}
|
|
7013
7013
|
db() {
|
|
7014
|
-
this.cu.
|
|
7014
|
+
this.cu.xm.xAxis = this.cu.dc.zh;
|
|
7015
7015
|
}
|
|
7016
7016
|
dc() {
|
|
7017
|
-
this.cu.
|
|
7017
|
+
this.cu.xm.yAxis = this.cu.dc.zj;
|
|
7018
7018
|
}
|
|
7019
7019
|
da() {
|
|
7020
|
-
let a = this.cu.
|
|
7020
|
+
let a = this.cu.xm;
|
|
7021
7021
|
if (this.cu.dc == null) {
|
|
7022
7022
|
a.xAxis = null;
|
|
7023
7023
|
a.yAxis = null;
|
|
@@ -7027,45 +7027,45 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7027
7027
|
a.yAxis = this.cu.dc.zj;
|
|
7028
7028
|
}
|
|
7029
7029
|
c4() {
|
|
7030
|
-
this.cu.
|
|
7030
|
+
this.cu.xm.y5 = this.cu.yq;
|
|
7031
7031
|
}
|
|
7032
7032
|
c5() {
|
|
7033
|
-
this.cu.
|
|
7033
|
+
this.cu.xm.y6 = this.cu.yr;
|
|
7034
7034
|
}
|
|
7035
7035
|
dd() {
|
|
7036
|
-
this.cu.
|
|
7036
|
+
this.cu.xm.aef = this.cu.zq;
|
|
7037
7037
|
}
|
|
7038
7038
|
de() {
|
|
7039
|
-
this.cu.
|
|
7040
|
-
this.cu.
|
|
7039
|
+
this.cu.xm.ade = this.cu.yx;
|
|
7040
|
+
this.cu.xm.adp = this.cu.y5;
|
|
7041
7041
|
}
|
|
7042
7042
|
cy() {
|
|
7043
|
-
this.cu.
|
|
7043
|
+
this.cu.xm.ad5 = this.cu.zh;
|
|
7044
7044
|
}
|
|
7045
7045
|
cw() {
|
|
7046
|
-
this.cu.
|
|
7047
|
-
this.cu.
|
|
7048
|
-
this.cu.
|
|
7049
|
-
this.cu.
|
|
7050
|
-
this.cu.
|
|
7046
|
+
this.cu.xm.adb = this.cu.yu;
|
|
7047
|
+
this.cu.xm.adn = this.cu.y1;
|
|
7048
|
+
this.cu.xm.ado = this.cu.y4;
|
|
7049
|
+
this.cu.xm.adu = this.cu.y7;
|
|
7050
|
+
this.cu.xm.adt = this.cu.y6;
|
|
7051
7051
|
}
|
|
7052
7052
|
cv() {
|
|
7053
|
-
this.cu.
|
|
7053
|
+
this.cu.xm.ad0 = this.cu.y9;
|
|
7054
7054
|
}
|
|
7055
7055
|
df() {
|
|
7056
|
-
this.cu.
|
|
7056
|
+
this.cu.xm.adp = this.cu.y5;
|
|
7057
7057
|
}
|
|
7058
7058
|
cx() {
|
|
7059
|
-
this.cu.
|
|
7059
|
+
this.cu.xm.adn = this.cu.y1;
|
|
7060
7060
|
}
|
|
7061
7061
|
c1() {
|
|
7062
|
-
this.cu.
|
|
7062
|
+
this.cu.xm.ado = this.cu.y4;
|
|
7063
7063
|
}
|
|
7064
7064
|
c0() {
|
|
7065
|
-
this.cu.
|
|
7065
|
+
this.cu.xm.adu = this.cu.y7;
|
|
7066
7066
|
}
|
|
7067
7067
|
cz() {
|
|
7068
|
-
this.cu.
|
|
7068
|
+
this.cu.xm.adt = this.cu.y6;
|
|
7069
7069
|
}
|
|
7070
7070
|
}
|
|
7071
7071
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7078,9 +7078,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7078
7078
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
7079
7079
|
constructor() {
|
|
7080
7080
|
super();
|
|
7081
|
-
this.
|
|
7081
|
+
this.yv = null;
|
|
7082
|
+
this.y0 = false;
|
|
7082
7083
|
this.yz = false;
|
|
7083
|
-
this.yy = false;
|
|
7084
7084
|
this.assigningScatterStyle = null;
|
|
7085
7085
|
this.assigningScatterMarkerStyle = null;
|
|
7086
7086
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -7094,112 +7094,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7094
7094
|
ct() {
|
|
7095
7095
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7096
7096
|
}
|
|
7097
|
-
|
|
7098
|
-
super.
|
|
7099
|
-
this.
|
|
7097
|
+
ri(a) {
|
|
7098
|
+
super.ri(a);
|
|
7099
|
+
this.yy = a;
|
|
7100
7100
|
}
|
|
7101
|
-
|
|
7101
|
+
ju() {
|
|
7102
7102
|
return 0.7;
|
|
7103
7103
|
}
|
|
7104
|
-
|
|
7104
|
+
xl() {
|
|
7105
7105
|
return new BubbleSeries();
|
|
7106
7106
|
}
|
|
7107
7107
|
get_fh() {
|
|
7108
7108
|
return true;
|
|
7109
7109
|
}
|
|
7110
|
-
|
|
7111
|
-
super.
|
|
7110
|
+
rr(a, b, c, d) {
|
|
7111
|
+
super.rr(a, b, c, d);
|
|
7112
7112
|
switch (b) {
|
|
7113
7113
|
case "SeriesViewer":
|
|
7114
|
-
this.
|
|
7114
|
+
this.yy.da();
|
|
7115
7115
|
break;
|
|
7116
7116
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7117
|
-
this.
|
|
7117
|
+
this.yy.c3();
|
|
7118
7118
|
break;
|
|
7119
7119
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7120
|
-
this.
|
|
7120
|
+
this.yy.c2();
|
|
7121
7121
|
break;
|
|
7122
7122
|
case "XAxis":
|
|
7123
|
-
this.
|
|
7123
|
+
this.yy.db();
|
|
7124
7124
|
break;
|
|
7125
7125
|
case "YAxis":
|
|
7126
|
-
this.
|
|
7126
|
+
this.yy.dc();
|
|
7127
7127
|
break;
|
|
7128
7128
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7129
|
-
this.
|
|
7129
|
+
this.yy.dd();
|
|
7130
7130
|
break;
|
|
7131
7131
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7132
|
-
this.
|
|
7132
|
+
this.yy.de();
|
|
7133
7133
|
break;
|
|
7134
7134
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7135
|
-
this.
|
|
7135
|
+
this.yy.df();
|
|
7136
7136
|
break;
|
|
7137
7137
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7138
|
-
this.
|
|
7138
|
+
this.yy.cy();
|
|
7139
7139
|
break;
|
|
7140
7140
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7141
|
-
this.
|
|
7141
|
+
this.yy.cv();
|
|
7142
7142
|
break;
|
|
7143
7143
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7144
|
-
this.
|
|
7144
|
+
this.yy.cw();
|
|
7145
7145
|
break;
|
|
7146
7146
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7147
|
-
this.
|
|
7147
|
+
this.yy.cx();
|
|
7148
7148
|
break;
|
|
7149
7149
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7150
|
-
this.
|
|
7150
|
+
this.yy.c1();
|
|
7151
7151
|
break;
|
|
7152
7152
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7153
|
-
this.
|
|
7153
|
+
this.yy.c0();
|
|
7154
7154
|
break;
|
|
7155
7155
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7156
|
-
this.
|
|
7156
|
+
this.yy.cz();
|
|
7157
7157
|
break;
|
|
7158
7158
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7159
|
-
this.
|
|
7160
|
-
this.
|
|
7161
|
-
if (this.
|
|
7162
|
-
let e = this.
|
|
7163
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7159
|
+
this.xm.aab = this.y3;
|
|
7160
|
+
this.y0 = this.y3;
|
|
7161
|
+
if (this.y3) {
|
|
7162
|
+
let e = this.xm;
|
|
7163
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zv));
|
|
7164
7164
|
}
|
|
7165
7165
|
else {
|
|
7166
|
-
let f = this.
|
|
7167
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7166
|
+
let f = this.xm;
|
|
7167
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zv));
|
|
7168
7168
|
}
|
|
7169
7169
|
break;
|
|
7170
7170
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7171
|
-
this.
|
|
7172
|
-
this.
|
|
7173
|
-
if (this.
|
|
7174
|
-
let g = this.
|
|
7175
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7171
|
+
this.xm.aaa = this.y2;
|
|
7172
|
+
this.yz = this.y2;
|
|
7173
|
+
if (this.y3) {
|
|
7174
|
+
let g = this.xm;
|
|
7175
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zu));
|
|
7176
7176
|
}
|
|
7177
7177
|
else {
|
|
7178
|
-
let h = this.
|
|
7179
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7178
|
+
let h = this.xm;
|
|
7179
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zu));
|
|
7180
7180
|
}
|
|
7181
7181
|
break;
|
|
7182
7182
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7183
|
-
this.
|
|
7183
|
+
this.xm.zu = this.yw;
|
|
7184
7184
|
break;
|
|
7185
7185
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7186
|
-
this.
|
|
7186
|
+
this.xm.aau = this.y8;
|
|
7187
7187
|
break;
|
|
7188
7188
|
}
|
|
7189
7189
|
}
|
|
7190
|
-
|
|
7190
|
+
zv(a, b) {
|
|
7191
7191
|
if (this.assigningScatterStyle != null) {
|
|
7192
7192
|
this.assigningScatterStyle(this, b);
|
|
7193
7193
|
}
|
|
7194
7194
|
}
|
|
7195
|
-
|
|
7195
|
+
zu(a, b) {
|
|
7196
7196
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7197
7197
|
this.assigningScatterMarkerStyle(this, b);
|
|
7198
7198
|
}
|
|
7199
7199
|
}
|
|
7200
7200
|
}
|
|
7201
7201
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7202
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7202
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y9:zw', [2], 'FillScale:yu:zx', [BrushScale.$], 'FillScaleUseGlobalValues:y1:zy', [0, false], 'IsCustomScatterMarkerStyleAllowed:y2:zz', [0, false], 'IsCustomScatterStyleAllowed:y3:z0', [0, false], 'ItemSearchMode:yw:z1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y8:z2', [1, 10000], 'LabelMemberPath:zh:z3', [2], 'LatitudeMemberPath:zj:z4', [2, null], 'LongitudeMemberPath:zl:z5', [2, null], 'MarkerBrushBrightness:y6:z6', [1, NaN], 'MarkerOutlineBrightness:y7:z7', [1, NaN], 'MarkerOutlineUsesFillScale:y4:z8', [0, false], 'RadiusMemberPath:zq:z9', [2, null], 'RadiusScale:yx:aaa', [SizeScale.$], 'RadiusScaleUseGlobalValues:y5:aab', [0, false]]);
|
|
7203
7203
|
return GeographicProportionalSymbolSeries;
|
|
7204
7204
|
})();
|
|
7205
7205
|
|
|
@@ -7240,34 +7240,34 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7240
7240
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7241
7241
|
*/
|
|
7242
7242
|
get latitudeMemberPath() {
|
|
7243
|
-
return this.i.
|
|
7243
|
+
return this.i.zj;
|
|
7244
7244
|
}
|
|
7245
7245
|
set latitudeMemberPath(v) {
|
|
7246
|
-
this.i.
|
|
7246
|
+
this.i.zj = v;
|
|
7247
7247
|
}
|
|
7248
7248
|
/**
|
|
7249
7249
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7250
7250
|
*/
|
|
7251
7251
|
get longitudeMemberPath() {
|
|
7252
|
-
return this.i.
|
|
7252
|
+
return this.i.zl;
|
|
7253
7253
|
}
|
|
7254
7254
|
set longitudeMemberPath(v) {
|
|
7255
|
-
this.i.
|
|
7255
|
+
this.i.zl = v;
|
|
7256
7256
|
}
|
|
7257
7257
|
/**
|
|
7258
7258
|
* Gets or sets the radius mapping property for the current series object.
|
|
7259
7259
|
*/
|
|
7260
7260
|
get radiusMemberPath() {
|
|
7261
|
-
return this.i.
|
|
7261
|
+
return this.i.zq;
|
|
7262
7262
|
}
|
|
7263
7263
|
set radiusMemberPath(v) {
|
|
7264
|
-
this.i.
|
|
7264
|
+
this.i.zq = v;
|
|
7265
7265
|
}
|
|
7266
7266
|
/**
|
|
7267
7267
|
* Gets or sets the radius size scale for the bubbles.
|
|
7268
7268
|
*/
|
|
7269
7269
|
get radiusScale() {
|
|
7270
|
-
const r = this.i.
|
|
7270
|
+
const r = this.i.yx;
|
|
7271
7271
|
if (r == null) {
|
|
7272
7272
|
return null;
|
|
7273
7273
|
}
|
|
@@ -7283,31 +7283,31 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7283
7283
|
set radiusScale(v) {
|
|
7284
7284
|
if (v != null && this._stylingContainer && v._styling)
|
|
7285
7285
|
v._styling(this._stylingContainer, this, this);
|
|
7286
|
-
v == null ? this.i.
|
|
7286
|
+
v == null ? this.i.yx = null : this.i.yx = v.i;
|
|
7287
7287
|
}
|
|
7288
7288
|
/**
|
|
7289
7289
|
* Gets or sets the Label mapping property for the current series object.
|
|
7290
7290
|
*/
|
|
7291
7291
|
get labelMemberPath() {
|
|
7292
|
-
return this.i.
|
|
7292
|
+
return this.i.zh;
|
|
7293
7293
|
}
|
|
7294
7294
|
set labelMemberPath(v) {
|
|
7295
|
-
this.i.
|
|
7295
|
+
this.i.zh = v;
|
|
7296
7296
|
}
|
|
7297
7297
|
/**
|
|
7298
7298
|
* Gets or sets the fill mapping property for the current series object.
|
|
7299
7299
|
*/
|
|
7300
7300
|
get fillMemberPath() {
|
|
7301
|
-
return this.i.
|
|
7301
|
+
return this.i.y9;
|
|
7302
7302
|
}
|
|
7303
7303
|
set fillMemberPath(v) {
|
|
7304
|
-
this.i.
|
|
7304
|
+
this.i.y9 = v;
|
|
7305
7305
|
}
|
|
7306
7306
|
/**
|
|
7307
7307
|
* Gets or sets the brush scale for the marker brush.
|
|
7308
7308
|
*/
|
|
7309
7309
|
get fillScale() {
|
|
7310
|
-
const r = this.i.
|
|
7310
|
+
const r = this.i.yu;
|
|
7311
7311
|
if (r == null) {
|
|
7312
7312
|
return null;
|
|
7313
7313
|
}
|
|
@@ -7323,93 +7323,93 @@ let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7323
7323
|
set fillScale(v) {
|
|
7324
7324
|
if (v != null && this._stylingContainer && v._styling)
|
|
7325
7325
|
v._styling(this._stylingContainer, this, this);
|
|
7326
|
-
v == null ? this.i.
|
|
7326
|
+
v == null ? this.i.yu = null : this.i.yu = v.i;
|
|
7327
7327
|
}
|
|
7328
7328
|
/**
|
|
7329
7329
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
7330
7330
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7331
7331
|
*/
|
|
7332
7332
|
get fillScaleUseGlobalValues() {
|
|
7333
|
-
return this.i.
|
|
7333
|
+
return this.i.y1;
|
|
7334
7334
|
}
|
|
7335
7335
|
set fillScaleUseGlobalValues(v) {
|
|
7336
|
-
this.i.
|
|
7336
|
+
this.i.y1 = ensureBool(v);
|
|
7337
7337
|
}
|
|
7338
7338
|
/**
|
|
7339
7339
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
7340
7340
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7341
7341
|
*/
|
|
7342
7342
|
get markerOutlineUsesFillScale() {
|
|
7343
|
-
return this.i.
|
|
7343
|
+
return this.i.y4;
|
|
7344
7344
|
}
|
|
7345
7345
|
set markerOutlineUsesFillScale(v) {
|
|
7346
|
-
this.i.
|
|
7346
|
+
this.i.y4 = ensureBool(v);
|
|
7347
7347
|
}
|
|
7348
7348
|
/**
|
|
7349
7349
|
* 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
|
|
7350
7350
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7351
7351
|
*/
|
|
7352
7352
|
get markerOutlineBrightness() {
|
|
7353
|
-
return this.i.
|
|
7353
|
+
return this.i.y7;
|
|
7354
7354
|
}
|
|
7355
7355
|
set markerOutlineBrightness(v) {
|
|
7356
|
-
this.i.
|
|
7356
|
+
this.i.y7 = +v;
|
|
7357
7357
|
}
|
|
7358
7358
|
/**
|
|
7359
7359
|
* 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
|
|
7360
7360
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7361
7361
|
*/
|
|
7362
7362
|
get markerBrushBrightness() {
|
|
7363
|
-
return this.i.
|
|
7363
|
+
return this.i.y6;
|
|
7364
7364
|
}
|
|
7365
7365
|
set markerBrushBrightness(v) {
|
|
7366
|
-
this.i.
|
|
7366
|
+
this.i.y6 = +v;
|
|
7367
7367
|
}
|
|
7368
7368
|
/**
|
|
7369
7369
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
7370
7370
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7371
7371
|
*/
|
|
7372
7372
|
get radiusScaleUseGlobalValues() {
|
|
7373
|
-
return this.i.
|
|
7373
|
+
return this.i.y5;
|
|
7374
7374
|
}
|
|
7375
7375
|
set radiusScaleUseGlobalValues(v) {
|
|
7376
|
-
this.i.
|
|
7376
|
+
this.i.y5 = ensureBool(v);
|
|
7377
7377
|
}
|
|
7378
7378
|
/**
|
|
7379
7379
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7380
7380
|
*/
|
|
7381
7381
|
get isCustomScatterStyleAllowed() {
|
|
7382
|
-
return this.i.
|
|
7382
|
+
return this.i.y3;
|
|
7383
7383
|
}
|
|
7384
7384
|
set isCustomScatterStyleAllowed(v) {
|
|
7385
|
-
this.i.
|
|
7385
|
+
this.i.y3 = ensureBool(v);
|
|
7386
7386
|
}
|
|
7387
7387
|
/**
|
|
7388
7388
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7389
7389
|
*/
|
|
7390
7390
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7391
|
-
return this.i.
|
|
7391
|
+
return this.i.y2;
|
|
7392
7392
|
}
|
|
7393
7393
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7394
|
-
this.i.
|
|
7394
|
+
this.i.y2 = ensureBool(v);
|
|
7395
7395
|
}
|
|
7396
7396
|
/**
|
|
7397
7397
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7398
7398
|
*/
|
|
7399
7399
|
get itemSearchMode() {
|
|
7400
|
-
return this.i.
|
|
7400
|
+
return this.i.yw;
|
|
7401
7401
|
}
|
|
7402
7402
|
set itemSearchMode(v) {
|
|
7403
|
-
this.i.
|
|
7403
|
+
this.i.yw = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7404
7404
|
}
|
|
7405
7405
|
/**
|
|
7406
7406
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7407
7407
|
*/
|
|
7408
7408
|
get itemSearchThreshold() {
|
|
7409
|
-
return this.i.
|
|
7409
|
+
return this.i.y8;
|
|
7410
7410
|
}
|
|
7411
7411
|
set itemSearchThreshold(v) {
|
|
7412
|
-
this.i.
|
|
7412
|
+
this.i.y8 = +v;
|
|
7413
7413
|
}
|
|
7414
7414
|
findByName(name) {
|
|
7415
7415
|
var baseResult = super.findByName(name);
|
|
@@ -7600,40 +7600,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7600
7600
|
}
|
|
7601
7601
|
}
|
|
7602
7602
|
ci() {
|
|
7603
|
-
let a = this.cu.
|
|
7603
|
+
let a = this.cu.xm;
|
|
7604
7604
|
super.ci();
|
|
7605
|
-
a.
|
|
7606
|
-
a.
|
|
7607
|
-
a.
|
|
7608
|
-
a.
|
|
7609
|
-
a.
|
|
7605
|
+
a.abf = this.cu.za;
|
|
7606
|
+
a.abn = this.cu.y8;
|
|
7607
|
+
a.xw = this.cu.xw;
|
|
7608
|
+
a.yo = this.cu.yc;
|
|
7609
|
+
a.x5 = this.cu.xx;
|
|
7610
7610
|
}
|
|
7611
7611
|
cw() {
|
|
7612
|
-
this.cu.
|
|
7612
|
+
this.cu.xm.abf = this.cu.za;
|
|
7613
7613
|
}
|
|
7614
7614
|
cv() {
|
|
7615
|
-
this.cu.
|
|
7615
|
+
this.cu.xm.abn = this.cu.y8;
|
|
7616
7616
|
}
|
|
7617
7617
|
c2() {
|
|
7618
|
-
this.cu.
|
|
7618
|
+
this.cu.xm.xw = this.cu.xw;
|
|
7619
7619
|
}
|
|
7620
7620
|
c0() {
|
|
7621
|
-
this.cu.
|
|
7621
|
+
this.cu.xm.yo = this.cu.yc;
|
|
7622
7622
|
}
|
|
7623
7623
|
c1() {
|
|
7624
|
-
this.cu.
|
|
7624
|
+
this.cu.xm.x5 = this.cu.xx;
|
|
7625
7625
|
}
|
|
7626
7626
|
c3() {
|
|
7627
|
-
this.cu.
|
|
7627
|
+
this.cu.xm.aav = this.cu.xy;
|
|
7628
7628
|
}
|
|
7629
7629
|
c5() {
|
|
7630
|
-
this.cu.
|
|
7630
|
+
this.cu.xm.xAxis = this.cu.dc.zh;
|
|
7631
7631
|
}
|
|
7632
7632
|
c6() {
|
|
7633
|
-
this.cu.
|
|
7633
|
+
this.cu.xm.yAxis = this.cu.dc.zj;
|
|
7634
7634
|
}
|
|
7635
7635
|
c4() {
|
|
7636
|
-
let a = this.cu.
|
|
7636
|
+
let a = this.cu.xm;
|
|
7637
7637
|
if (this.cu.dc == null) {
|
|
7638
7638
|
a.xAxis = null;
|
|
7639
7639
|
a.yAxis = null;
|
|
@@ -7643,13 +7643,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7643
7643
|
a.yAxis = this.cu.dc.zj;
|
|
7644
7644
|
}
|
|
7645
7645
|
cy() {
|
|
7646
|
-
this.cu.
|
|
7646
|
+
this.cu.xm.zf = this.cu.yu;
|
|
7647
7647
|
}
|
|
7648
7648
|
cx() {
|
|
7649
|
-
this.cu.
|
|
7649
|
+
this.cu.xm.y5 = this.cu.yq;
|
|
7650
7650
|
}
|
|
7651
7651
|
cz() {
|
|
7652
|
-
this.cu.
|
|
7652
|
+
this.cu.xm.y6 = this.cu.yr;
|
|
7653
7653
|
}
|
|
7654
7654
|
}
|
|
7655
7655
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -7662,9 +7662,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7662
7662
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
7663
7663
|
constructor() {
|
|
7664
7664
|
super();
|
|
7665
|
-
this.
|
|
7665
|
+
this.yw = null;
|
|
7666
|
+
this.yz = false;
|
|
7666
7667
|
this.yy = false;
|
|
7667
|
-
this.yx = false;
|
|
7668
7668
|
this.assigningScatterStyle = null;
|
|
7669
7669
|
this.assigningScatterMarkerStyle = null;
|
|
7670
7670
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -7678,85 +7678,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7678
7678
|
ct() {
|
|
7679
7679
|
return new GeographicSymbolSeriesView(this);
|
|
7680
7680
|
}
|
|
7681
|
-
|
|
7682
|
-
super.
|
|
7683
|
-
this.
|
|
7681
|
+
ri(a) {
|
|
7682
|
+
super.ri(a);
|
|
7683
|
+
this.yx = a;
|
|
7684
7684
|
}
|
|
7685
|
-
|
|
7685
|
+
ju() {
|
|
7686
7686
|
return 0.7;
|
|
7687
7687
|
}
|
|
7688
|
-
|
|
7688
|
+
xl() {
|
|
7689
7689
|
return new ScatterSeries();
|
|
7690
7690
|
}
|
|
7691
7691
|
get_fh() {
|
|
7692
7692
|
return true;
|
|
7693
7693
|
}
|
|
7694
|
-
|
|
7695
|
-
super.
|
|
7694
|
+
rr(a, b, c, d) {
|
|
7695
|
+
super.rr(a, b, c, d);
|
|
7696
7696
|
switch (b) {
|
|
7697
7697
|
case "SeriesViewer":
|
|
7698
|
-
this.
|
|
7698
|
+
this.yx.c4();
|
|
7699
7699
|
break;
|
|
7700
7700
|
case GeographicSymbolSeries.$$p[5]:
|
|
7701
|
-
this.
|
|
7701
|
+
this.yx.cw();
|
|
7702
7702
|
break;
|
|
7703
7703
|
case GeographicSymbolSeries.$$p[4]:
|
|
7704
|
-
this.
|
|
7704
|
+
this.yx.cv();
|
|
7705
7705
|
break;
|
|
7706
7706
|
case GeographicSymbolSeries.$$p[6]:
|
|
7707
|
-
this.
|
|
7707
|
+
this.yx.cy();
|
|
7708
7708
|
break;
|
|
7709
7709
|
case "XAxis":
|
|
7710
|
-
this.
|
|
7710
|
+
this.yx.c5();
|
|
7711
7711
|
break;
|
|
7712
7712
|
case "YAxis":
|
|
7713
|
-
this.
|
|
7713
|
+
this.yx.c6();
|
|
7714
7714
|
break;
|
|
7715
7715
|
case GeographicSymbolSeries.$$p[1]:
|
|
7716
|
-
this.
|
|
7717
|
-
this.
|
|
7718
|
-
if (this.
|
|
7719
|
-
let e = this.
|
|
7720
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7716
|
+
this.xm.aab = this.y1;
|
|
7717
|
+
this.yz = this.y1;
|
|
7718
|
+
if (this.y1) {
|
|
7719
|
+
let e = this.xm;
|
|
7720
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
|
|
7721
7721
|
}
|
|
7722
7722
|
else {
|
|
7723
|
-
let f = this.
|
|
7724
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7723
|
+
let f = this.xm;
|
|
7724
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
|
|
7725
7725
|
}
|
|
7726
7726
|
break;
|
|
7727
7727
|
case GeographicSymbolSeries.$$p[0]:
|
|
7728
|
-
this.
|
|
7729
|
-
this.
|
|
7730
|
-
if (this.
|
|
7731
|
-
let g = this.
|
|
7732
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7728
|
+
this.xm.aaa = this.y0;
|
|
7729
|
+
this.yy = this.y0;
|
|
7730
|
+
if (this.y1) {
|
|
7731
|
+
let g = this.xm;
|
|
7732
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
|
|
7733
7733
|
}
|
|
7734
7734
|
else {
|
|
7735
|
-
let h = this.
|
|
7736
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7735
|
+
let h = this.xm;
|
|
7736
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
|
|
7737
7737
|
}
|
|
7738
7738
|
break;
|
|
7739
7739
|
case GeographicSymbolSeries.$$p[2]:
|
|
7740
|
-
this.
|
|
7740
|
+
this.xm.zu = this.yv;
|
|
7741
7741
|
break;
|
|
7742
7742
|
case GeographicSymbolSeries.$$p[3]:
|
|
7743
|
-
this.
|
|
7743
|
+
this.xm.aau = this.y3;
|
|
7744
7744
|
break;
|
|
7745
7745
|
}
|
|
7746
7746
|
}
|
|
7747
|
-
|
|
7747
|
+
zf(a, b) {
|
|
7748
7748
|
if (this.assigningScatterStyle != null) {
|
|
7749
7749
|
this.assigningScatterStyle(this, b);
|
|
7750
7750
|
}
|
|
7751
7751
|
}
|
|
7752
|
-
|
|
7752
|
+
ze(a, b) {
|
|
7753
7753
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7754
7754
|
this.assigningScatterMarkerStyle(this, b);
|
|
7755
7755
|
}
|
|
7756
7756
|
}
|
|
7757
7757
|
}
|
|
7758
7758
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
7759
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
7759
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
|
|
7760
7760
|
return GeographicSymbolSeries;
|
|
7761
7761
|
})();
|
|
7762
7762
|
|
|
@@ -7797,64 +7797,64 @@ let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7797
7797
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7798
7798
|
*/
|
|
7799
7799
|
get latitudeMemberPath() {
|
|
7800
|
-
return this.i.
|
|
7800
|
+
return this.i.y8;
|
|
7801
7801
|
}
|
|
7802
7802
|
set latitudeMemberPath(v) {
|
|
7803
|
-
this.i.
|
|
7803
|
+
this.i.y8 = v;
|
|
7804
7804
|
}
|
|
7805
7805
|
/**
|
|
7806
7806
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7807
7807
|
*/
|
|
7808
7808
|
get longitudeMemberPath() {
|
|
7809
|
-
return this.i.
|
|
7809
|
+
return this.i.za;
|
|
7810
7810
|
}
|
|
7811
7811
|
set longitudeMemberPath(v) {
|
|
7812
|
-
this.i.
|
|
7812
|
+
this.i.za = v;
|
|
7813
7813
|
}
|
|
7814
7814
|
/**
|
|
7815
7815
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
7816
7816
|
*/
|
|
7817
7817
|
get markerCollisionAvoidance() {
|
|
7818
|
-
return this.i.
|
|
7818
|
+
return this.i.yu;
|
|
7819
7819
|
}
|
|
7820
7820
|
set markerCollisionAvoidance(v) {
|
|
7821
|
-
this.i.
|
|
7821
|
+
this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
7822
7822
|
}
|
|
7823
7823
|
/**
|
|
7824
7824
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7825
7825
|
*/
|
|
7826
7826
|
get isCustomScatterStyleAllowed() {
|
|
7827
|
-
return this.i.
|
|
7827
|
+
return this.i.y1;
|
|
7828
7828
|
}
|
|
7829
7829
|
set isCustomScatterStyleAllowed(v) {
|
|
7830
|
-
this.i.
|
|
7830
|
+
this.i.y1 = ensureBool(v);
|
|
7831
7831
|
}
|
|
7832
7832
|
/**
|
|
7833
7833
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7834
7834
|
*/
|
|
7835
7835
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7836
|
-
return this.i.
|
|
7836
|
+
return this.i.y0;
|
|
7837
7837
|
}
|
|
7838
7838
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7839
|
-
this.i.
|
|
7839
|
+
this.i.y0 = ensureBool(v);
|
|
7840
7840
|
}
|
|
7841
7841
|
/**
|
|
7842
7842
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7843
7843
|
*/
|
|
7844
7844
|
get itemSearchMode() {
|
|
7845
|
-
return this.i.
|
|
7845
|
+
return this.i.yv;
|
|
7846
7846
|
}
|
|
7847
7847
|
set itemSearchMode(v) {
|
|
7848
|
-
this.i.
|
|
7848
|
+
this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7849
7849
|
}
|
|
7850
7850
|
/**
|
|
7851
7851
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7852
7852
|
*/
|
|
7853
7853
|
get itemSearchThreshold() {
|
|
7854
|
-
return this.i.
|
|
7854
|
+
return this.i.y3;
|
|
7855
7855
|
}
|
|
7856
7856
|
set itemSearchThreshold(v) {
|
|
7857
|
-
this.i.
|
|
7857
|
+
this.i.y3 = +v;
|
|
7858
7858
|
}
|
|
7859
7859
|
/**
|
|
7860
7860
|
* Event raised when Assigning Category Style
|
|
@@ -8018,56 +8018,56 @@ let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8018
8018
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8019
8019
|
*/
|
|
8020
8020
|
get longitudeMemberPath() {
|
|
8021
|
-
return this.i.
|
|
8021
|
+
return this.i.xy;
|
|
8022
8022
|
}
|
|
8023
8023
|
set longitudeMemberPath(v) {
|
|
8024
|
-
this.i.
|
|
8024
|
+
this.i.xy = v;
|
|
8025
8025
|
}
|
|
8026
8026
|
/**
|
|
8027
8027
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8028
8028
|
*/
|
|
8029
8029
|
get latitudeMemberPath() {
|
|
8030
|
-
return this.i.
|
|
8030
|
+
return this.i.xw;
|
|
8031
8031
|
}
|
|
8032
8032
|
set latitudeMemberPath(v) {
|
|
8033
|
-
this.i.
|
|
8033
|
+
this.i.xw = v;
|
|
8034
8034
|
}
|
|
8035
8035
|
/**
|
|
8036
8036
|
* The source of triangulation data.
|
|
8037
8037
|
* 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.
|
|
8038
8038
|
*/
|
|
8039
8039
|
get trianglesSource() {
|
|
8040
|
-
return this.i.
|
|
8040
|
+
return this.i.xv;
|
|
8041
8041
|
}
|
|
8042
8042
|
set trianglesSource(v) {
|
|
8043
|
-
this.i.
|
|
8043
|
+
this.i.xv = v;
|
|
8044
8044
|
}
|
|
8045
8045
|
/**
|
|
8046
8046
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8047
8047
|
*/
|
|
8048
8048
|
get triangleVertexMemberPath1() {
|
|
8049
|
-
return this.i.
|
|
8049
|
+
return this.i.x1;
|
|
8050
8050
|
}
|
|
8051
8051
|
set triangleVertexMemberPath1(v) {
|
|
8052
|
-
this.i.
|
|
8052
|
+
this.i.x1 = v;
|
|
8053
8053
|
}
|
|
8054
8054
|
/**
|
|
8055
8055
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8056
8056
|
*/
|
|
8057
8057
|
get triangleVertexMemberPath2() {
|
|
8058
|
-
return this.i.
|
|
8058
|
+
return this.i.x3;
|
|
8059
8059
|
}
|
|
8060
8060
|
set triangleVertexMemberPath2(v) {
|
|
8061
|
-
this.i.
|
|
8061
|
+
this.i.x3 = v;
|
|
8062
8062
|
}
|
|
8063
8063
|
/**
|
|
8064
8064
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8065
8065
|
*/
|
|
8066
8066
|
get triangleVertexMemberPath3() {
|
|
8067
|
-
return this.i.
|
|
8067
|
+
return this.i.x5;
|
|
8068
8068
|
}
|
|
8069
8069
|
set triangleVertexMemberPath3(v) {
|
|
8070
|
-
this.i.
|
|
8070
|
+
this.i.x5 = v;
|
|
8071
8071
|
}
|
|
8072
8072
|
}
|
|
8073
8073
|
IgxGeographicXYTriangulatingSeriesComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
@@ -8130,16 +8130,16 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8130
8130
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8131
8131
|
*/
|
|
8132
8132
|
get colorMemberPath() {
|
|
8133
|
-
return this.i.
|
|
8133
|
+
return this.i.yk;
|
|
8134
8134
|
}
|
|
8135
8135
|
set colorMemberPath(v) {
|
|
8136
|
-
this.i.
|
|
8136
|
+
this.i.yk = v;
|
|
8137
8137
|
}
|
|
8138
8138
|
/**
|
|
8139
8139
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8140
8140
|
*/
|
|
8141
8141
|
get colorScale() {
|
|
8142
|
-
const r = this.i.
|
|
8142
|
+
const r = this.i.yf;
|
|
8143
8143
|
if (r == null) {
|
|
8144
8144
|
return null;
|
|
8145
8145
|
}
|
|
@@ -8155,13 +8155,13 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8155
8155
|
set colorScale(v) {
|
|
8156
8156
|
if (v != null && this._stylingContainer && v._styling)
|
|
8157
8157
|
v._styling(this._stylingContainer, this, this);
|
|
8158
|
-
v == null ? this.i.
|
|
8158
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
8159
8159
|
}
|
|
8160
8160
|
/**
|
|
8161
8161
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8162
8162
|
*/
|
|
8163
8163
|
get actualColorScale() {
|
|
8164
|
-
const r = this.i.
|
|
8164
|
+
const r = this.i.ye;
|
|
8165
8165
|
if (r == null) {
|
|
8166
8166
|
return null;
|
|
8167
8167
|
}
|
|
@@ -8177,7 +8177,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8177
8177
|
set actualColorScale(v) {
|
|
8178
8178
|
if (v != null && this._stylingContainer && v._styling)
|
|
8179
8179
|
v._styling(this._stylingContainer, this, this);
|
|
8180
|
-
v == null ? this.i.
|
|
8180
|
+
v == null ? this.i.ye = null : this.i.ye = v.i;
|
|
8181
8181
|
}
|
|
8182
8182
|
findByName(name) {
|
|
8183
8183
|
var baseResult = super.findByName(name);
|
|
@@ -8208,7 +8208,7 @@ let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8208
8208
|
|
|
8209
8209
|
*/
|
|
8210
8210
|
updateActualColorScale() {
|
|
8211
|
-
this.i.
|
|
8211
|
+
this.i.yp();
|
|
8212
8212
|
}
|
|
8213
8213
|
/**
|
|
8214
8214
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -8325,71 +8325,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8325
8325
|
}
|
|
8326
8326
|
ci() {
|
|
8327
8327
|
super.ci();
|
|
8328
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
8329
|
-
a.
|
|
8330
|
-
a.
|
|
8328
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
|
|
8329
|
+
a.zv = this.cu.yb;
|
|
8330
|
+
a.z3 = this.cu.x9;
|
|
8331
|
+
a.x8 = this.cu.xy;
|
|
8331
8332
|
a.x7 = this.cu.xx;
|
|
8332
|
-
a.
|
|
8333
|
-
a.
|
|
8333
|
+
a.gf = this.cu.xw;
|
|
8334
|
+
a.y3 = this.cu.x0;
|
|
8334
8335
|
a.y2 = this.cu.xz;
|
|
8335
|
-
a.
|
|
8336
|
+
a.aa1 = this.cu.yu;
|
|
8336
8337
|
a.aa0 = this.cu.yt;
|
|
8337
|
-
a.
|
|
8338
|
-
a.ze = this.cu.x2;
|
|
8338
|
+
a.zf = this.cu.x3;
|
|
8339
8339
|
}
|
|
8340
8340
|
c0() {
|
|
8341
|
-
this.cu.
|
|
8341
|
+
this.cu.xm.zv = this.cu.yb;
|
|
8342
8342
|
}
|
|
8343
8343
|
cz() {
|
|
8344
|
-
this.cu.
|
|
8344
|
+
this.cu.xm.z3 = this.cu.x9;
|
|
8345
8345
|
}
|
|
8346
8346
|
c5() {
|
|
8347
|
-
this.cu.
|
|
8347
|
+
this.cu.xm.x8 = this.cu.xy;
|
|
8348
8348
|
}
|
|
8349
8349
|
c3() {
|
|
8350
|
-
this.cu.
|
|
8350
|
+
this.cu.xm.x7 = this.cu.xx;
|
|
8351
8351
|
}
|
|
8352
8352
|
c1() {
|
|
8353
|
-
this.cu.
|
|
8353
|
+
this.cu.xm.gf = this.cu.xw;
|
|
8354
8354
|
}
|
|
8355
8355
|
cy() {
|
|
8356
|
-
this.cu.
|
|
8356
|
+
this.cu.xm.y3 = this.cu.x0;
|
|
8357
8357
|
}
|
|
8358
8358
|
cw() {
|
|
8359
|
-
this.cu.
|
|
8359
|
+
this.cu.xm.y2 = this.cu.xz;
|
|
8360
8360
|
}
|
|
8361
8361
|
c4() {
|
|
8362
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
8362
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
|
|
8363
8363
|
if (this.cu.dc == null) {
|
|
8364
|
-
a.
|
|
8365
|
-
a.
|
|
8364
|
+
a.xr = null;
|
|
8365
|
+
a.xt = null;
|
|
8366
8366
|
return;
|
|
8367
8367
|
}
|
|
8368
|
-
a.
|
|
8369
|
-
a.
|
|
8368
|
+
a.xr = this.cu.dc.zh;
|
|
8369
|
+
a.xt = this.cu.dc.zj;
|
|
8370
8370
|
}
|
|
8371
8371
|
c6() {
|
|
8372
|
-
this.cu.
|
|
8372
|
+
this.cu.xm.xr = this.cu.dc.zh;
|
|
8373
8373
|
}
|
|
8374
8374
|
c7() {
|
|
8375
|
-
this.cu.
|
|
8375
|
+
this.cu.xm.xt = this.cu.dc.zj;
|
|
8376
8376
|
}
|
|
8377
8377
|
cx() {
|
|
8378
|
-
this.cu.
|
|
8378
|
+
this.cu.xm.aa1 = this.cu.yu;
|
|
8379
8379
|
}
|
|
8380
8380
|
cv() {
|
|
8381
|
-
this.cu.
|
|
8381
|
+
this.cu.xm.aa0 = this.cu.yt;
|
|
8382
8382
|
}
|
|
8383
8383
|
c2() {
|
|
8384
|
-
this.cu.
|
|
8384
|
+
this.cu.xm.zf = this.cu.x3;
|
|
8385
8385
|
}
|
|
8386
8386
|
a4() {
|
|
8387
8387
|
super.a4();
|
|
8388
8388
|
if (!this.t) {
|
|
8389
|
-
this.cu.
|
|
8390
|
-
this.cu.
|
|
8391
|
-
this.cu.
|
|
8392
|
-
this.cu.
|
|
8389
|
+
this.cu.yu = Defaults.bf;
|
|
8390
|
+
this.cu.yt = Defaults.be;
|
|
8391
|
+
this.cu.v0 = Defaults.ba;
|
|
8392
|
+
this.cu.wg = Defaults.a9;
|
|
8393
8393
|
}
|
|
8394
8394
|
}
|
|
8395
8395
|
}
|
|
@@ -8403,113 +8403,113 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8403
8403
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
8404
8404
|
constructor() {
|
|
8405
8405
|
super();
|
|
8406
|
-
this.
|
|
8406
|
+
this.xu = null;
|
|
8407
8407
|
this.progressiveLoadStatusChanged = null;
|
|
8408
|
-
this.
|
|
8408
|
+
this.x2 = 0;
|
|
8409
8409
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8410
8410
|
}
|
|
8411
8411
|
bk() {
|
|
8412
8412
|
return new GeographicHighDensityScatterSeries();
|
|
8413
8413
|
}
|
|
8414
|
-
|
|
8415
|
-
if (!isNaN_(this.
|
|
8416
|
-
return super.
|
|
8414
|
+
jt() {
|
|
8415
|
+
if (!isNaN_(this.js)) {
|
|
8416
|
+
return super.jt();
|
|
8417
8417
|
}
|
|
8418
8418
|
return Defaults.ad;
|
|
8419
8419
|
}
|
|
8420
|
-
|
|
8420
|
+
get_fs() {
|
|
8421
8421
|
return true;
|
|
8422
8422
|
}
|
|
8423
8423
|
ct() {
|
|
8424
8424
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8425
8425
|
}
|
|
8426
|
-
|
|
8427
|
-
super.
|
|
8428
|
-
this.
|
|
8429
|
-
}
|
|
8430
|
-
xk() {
|
|
8431
|
-
this.xt = new HighDensityScatterSeries();
|
|
8432
|
-
return this.xt;
|
|
8426
|
+
ri(a) {
|
|
8427
|
+
super.ri(a);
|
|
8428
|
+
this.xv = a;
|
|
8433
8429
|
}
|
|
8434
|
-
|
|
8435
|
-
|
|
8430
|
+
xl() {
|
|
8431
|
+
this.xu = new HighDensityScatterSeries();
|
|
8432
|
+
return this.xu;
|
|
8436
8433
|
}
|
|
8437
|
-
|
|
8438
|
-
|
|
8439
|
-
this.x1 = a;
|
|
8440
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
|
|
8434
|
+
get x4() {
|
|
8435
|
+
return this.x2;
|
|
8441
8436
|
}
|
|
8442
|
-
|
|
8443
|
-
|
|
8444
|
-
|
|
8445
|
-
|
|
8446
|
-
let d = this.xl;
|
|
8447
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
|
|
8437
|
+
set x4(a) {
|
|
8438
|
+
let b = this.x2;
|
|
8439
|
+
this.x2 = a;
|
|
8440
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
|
|
8448
8441
|
}
|
|
8449
|
-
|
|
8450
|
-
|
|
8442
|
+
xr(a, b) {
|
|
8443
|
+
super.xr(a, b);
|
|
8444
|
+
let c = this.xm;
|
|
8445
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
|
|
8446
|
+
let d = this.xm;
|
|
8447
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
|
|
8448
|
+
}
|
|
8449
|
+
yi(a, b) {
|
|
8450
|
+
this.x4 = b.currentStatus;
|
|
8451
8451
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8452
8452
|
this.progressiveLoadStatusChanged(this, b);
|
|
8453
8453
|
}
|
|
8454
8454
|
}
|
|
8455
|
-
|
|
8456
|
-
if (this.
|
|
8455
|
+
yh(a, b) {
|
|
8456
|
+
if (this.xu == null) {
|
|
8457
8457
|
return;
|
|
8458
8458
|
}
|
|
8459
8459
|
}
|
|
8460
|
-
|
|
8461
|
-
super.
|
|
8460
|
+
rr(a, b, c, d) {
|
|
8461
|
+
super.rr(a, b, c, d);
|
|
8462
8462
|
switch (b) {
|
|
8463
8463
|
case "SeriesViewer":
|
|
8464
|
-
this.
|
|
8464
|
+
this.xv.c4();
|
|
8465
8465
|
break;
|
|
8466
8466
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8467
|
-
this.
|
|
8467
|
+
this.xv.c0();
|
|
8468
8468
|
break;
|
|
8469
8469
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8470
|
-
this.
|
|
8470
|
+
this.xv.cz();
|
|
8471
8471
|
break;
|
|
8472
8472
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8473
|
-
this.
|
|
8473
|
+
this.xv.c5();
|
|
8474
8474
|
break;
|
|
8475
8475
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8476
|
-
this.
|
|
8476
|
+
this.xv.c3();
|
|
8477
8477
|
break;
|
|
8478
8478
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8479
|
-
this.
|
|
8479
|
+
this.xv.c1();
|
|
8480
8480
|
break;
|
|
8481
8481
|
case "XAxis":
|
|
8482
|
-
this.
|
|
8482
|
+
this.xv.c6();
|
|
8483
8483
|
break;
|
|
8484
8484
|
case "YAxis":
|
|
8485
|
-
this.
|
|
8485
|
+
this.xv.c7();
|
|
8486
8486
|
break;
|
|
8487
8487
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8488
|
-
this.
|
|
8488
|
+
this.xv.cy();
|
|
8489
8489
|
break;
|
|
8490
8490
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8491
|
-
this.
|
|
8491
|
+
this.xv.cw();
|
|
8492
8492
|
break;
|
|
8493
8493
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8494
|
-
this.
|
|
8494
|
+
this.xv.cx();
|
|
8495
8495
|
break;
|
|
8496
8496
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8497
|
-
this.
|
|
8497
|
+
this.xv.cv();
|
|
8498
8498
|
break;
|
|
8499
8499
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8500
|
-
this.
|
|
8500
|
+
this.xv.c2();
|
|
8501
8501
|
break;
|
|
8502
8502
|
}
|
|
8503
8503
|
}
|
|
8504
|
-
|
|
8504
|
+
get_he() {
|
|
8505
8505
|
return true;
|
|
8506
8506
|
}
|
|
8507
|
-
|
|
8508
|
-
super.
|
|
8507
|
+
set_he(a) {
|
|
8508
|
+
super.set_he(a);
|
|
8509
8509
|
}
|
|
8510
8510
|
}
|
|
8511
8511
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8512
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8512
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
|
|
8513
8513
|
return GeographicHighDensityScatterSeries;
|
|
8514
8514
|
})();
|
|
8515
8515
|
|
|
@@ -8543,106 +8543,106 @@ let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8543
8543
|
* Gets whether the current series shows pixels.
|
|
8544
8544
|
*/
|
|
8545
8545
|
get isPixel() {
|
|
8546
|
-
return this.i.
|
|
8546
|
+
return this.i.fs;
|
|
8547
8547
|
}
|
|
8548
8548
|
/**
|
|
8549
8549
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8550
8550
|
*/
|
|
8551
8551
|
get latitudeMemberPath() {
|
|
8552
|
-
return this.i.
|
|
8552
|
+
return this.i.x9;
|
|
8553
8553
|
}
|
|
8554
8554
|
set latitudeMemberPath(v) {
|
|
8555
|
-
this.i.
|
|
8555
|
+
this.i.x9 = v;
|
|
8556
8556
|
}
|
|
8557
8557
|
/**
|
|
8558
8558
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8559
8559
|
*/
|
|
8560
8560
|
get longitudeMemberPath() {
|
|
8561
|
-
return this.i.
|
|
8561
|
+
return this.i.yb;
|
|
8562
8562
|
}
|
|
8563
8563
|
set longitudeMemberPath(v) {
|
|
8564
|
-
this.i.
|
|
8564
|
+
this.i.yb = v;
|
|
8565
8565
|
}
|
|
8566
8566
|
/**
|
|
8567
8567
|
* Gets or sets the whether to use use brute force mode.
|
|
8568
8568
|
*/
|
|
8569
8569
|
get useBruteForce() {
|
|
8570
|
-
return this.i.
|
|
8570
|
+
return this.i.xy;
|
|
8571
8571
|
}
|
|
8572
8572
|
set useBruteForce(v) {
|
|
8573
|
-
this.i.
|
|
8573
|
+
this.i.xy = ensureBool(v);
|
|
8574
8574
|
}
|
|
8575
8575
|
/**
|
|
8576
8576
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
8577
8577
|
*/
|
|
8578
8578
|
get progressiveLoad() {
|
|
8579
|
-
return this.i.
|
|
8579
|
+
return this.i.xx;
|
|
8580
8580
|
}
|
|
8581
8581
|
set progressiveLoad(v) {
|
|
8582
|
-
this.i.
|
|
8582
|
+
this.i.xx = ensureBool(v);
|
|
8583
8583
|
}
|
|
8584
8584
|
/**
|
|
8585
8585
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
8586
8586
|
*/
|
|
8587
8587
|
get mouseOverEnabled() {
|
|
8588
|
-
return this.i.
|
|
8588
|
+
return this.i.xw;
|
|
8589
8589
|
}
|
|
8590
8590
|
set mouseOverEnabled(v) {
|
|
8591
|
-
this.i.
|
|
8591
|
+
this.i.xw = ensureBool(v);
|
|
8592
8592
|
}
|
|
8593
8593
|
/**
|
|
8594
8594
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
8595
8595
|
*/
|
|
8596
8596
|
get heatMinimum() {
|
|
8597
|
-
return this.i.
|
|
8597
|
+
return this.i.x0;
|
|
8598
8598
|
}
|
|
8599
8599
|
set heatMinimum(v) {
|
|
8600
|
-
this.i.
|
|
8600
|
+
this.i.x0 = +v;
|
|
8601
8601
|
}
|
|
8602
8602
|
/**
|
|
8603
8603
|
* Gets or sets the value that maps to the maximum heat color.
|
|
8604
8604
|
*/
|
|
8605
8605
|
get heatMaximum() {
|
|
8606
|
-
return this.i.
|
|
8606
|
+
return this.i.xz;
|
|
8607
8607
|
}
|
|
8608
8608
|
set heatMaximum(v) {
|
|
8609
|
-
this.i.
|
|
8609
|
+
this.i.xz = +v;
|
|
8610
8610
|
}
|
|
8611
8611
|
/**
|
|
8612
8612
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
8613
8613
|
*/
|
|
8614
8614
|
get heatMinimumColor() {
|
|
8615
|
-
return colorToString(this.i.
|
|
8615
|
+
return colorToString(this.i.yu);
|
|
8616
8616
|
}
|
|
8617
8617
|
set heatMinimumColor(v) {
|
|
8618
|
-
this.i.
|
|
8618
|
+
this.i.yu = stringToColor(v);
|
|
8619
8619
|
}
|
|
8620
8620
|
/**
|
|
8621
8621
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
8622
8622
|
*/
|
|
8623
8623
|
get heatMaximumColor() {
|
|
8624
|
-
return colorToString(this.i.
|
|
8624
|
+
return colorToString(this.i.yt);
|
|
8625
8625
|
}
|
|
8626
8626
|
set heatMaximumColor(v) {
|
|
8627
|
-
this.i.
|
|
8627
|
+
this.i.yt = stringToColor(v);
|
|
8628
8628
|
}
|
|
8629
8629
|
/**
|
|
8630
8630
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
8631
8631
|
*/
|
|
8632
8632
|
get pointExtent() {
|
|
8633
|
-
return this.i.
|
|
8633
|
+
return this.i.x3;
|
|
8634
8634
|
}
|
|
8635
8635
|
set pointExtent(v) {
|
|
8636
|
-
this.i.
|
|
8636
|
+
this.i.x3 = +v;
|
|
8637
8637
|
}
|
|
8638
8638
|
/**
|
|
8639
8639
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
8640
8640
|
*/
|
|
8641
8641
|
get progressiveStatus() {
|
|
8642
|
-
return this.i.
|
|
8642
|
+
return this.i.x4;
|
|
8643
8643
|
}
|
|
8644
8644
|
set progressiveStatus(v) {
|
|
8645
|
-
this.i.
|
|
8645
|
+
this.i.x4 = +v;
|
|
8646
8646
|
}
|
|
8647
8647
|
/**
|
|
8648
8648
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -8790,24 +8790,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8790
8790
|
a4() {
|
|
8791
8791
|
super.a4();
|
|
8792
8792
|
if (!this.t) {
|
|
8793
|
-
this.c2.
|
|
8793
|
+
this.c2.jz = Defaults.z;
|
|
8794
8794
|
}
|
|
8795
8795
|
}
|
|
8796
8796
|
ci() {
|
|
8797
8797
|
super.ci();
|
|
8798
|
-
if (this.c2.
|
|
8799
|
-
this.c2.
|
|
8800
|
-
this.c2.
|
|
8798
|
+
if (this.c2.xm != null) {
|
|
8799
|
+
this.c2.ye.zh = this.c2.yh;
|
|
8800
|
+
this.c2.ye.zr = this.c2.yl;
|
|
8801
8801
|
}
|
|
8802
8802
|
}
|
|
8803
8803
|
c3() {
|
|
8804
|
-
if (this.c2.
|
|
8805
|
-
this.c2.
|
|
8804
|
+
if (this.c2.ye != null) {
|
|
8805
|
+
this.c2.ye.zh = this.c2.yh;
|
|
8806
8806
|
}
|
|
8807
8807
|
}
|
|
8808
8808
|
c4() {
|
|
8809
|
-
if (this.c2.
|
|
8810
|
-
this.c2.
|
|
8809
|
+
if (this.c2.ye != null) {
|
|
8810
|
+
this.c2.ye.zr = this.c2.yl;
|
|
8811
8811
|
}
|
|
8812
8812
|
}
|
|
8813
8813
|
}
|
|
@@ -8827,73 +8827,73 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8827
8827
|
bk() {
|
|
8828
8828
|
return new GeographicContourLineSeries();
|
|
8829
8829
|
}
|
|
8830
|
-
|
|
8830
|
+
get_fn() {
|
|
8831
8831
|
return true;
|
|
8832
8832
|
}
|
|
8833
|
-
|
|
8834
|
-
super.
|
|
8833
|
+
xr(a, b) {
|
|
8834
|
+
super.xr(a, b);
|
|
8835
8835
|
}
|
|
8836
|
-
|
|
8837
|
-
this.
|
|
8838
|
-
let a = this.
|
|
8839
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
8840
|
-
let b = this.
|
|
8841
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8842
|
-
return this.
|
|
8836
|
+
xl() {
|
|
8837
|
+
this.ye = new ScatterContourSeries();
|
|
8838
|
+
let a = this.ye;
|
|
8839
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
8840
|
+
let b = this.ye;
|
|
8841
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
|
|
8842
|
+
return this.ye;
|
|
8843
8843
|
}
|
|
8844
|
-
|
|
8844
|
+
yo(a, b) {
|
|
8845
8845
|
if (this.triangulationStatusChanged != null) {
|
|
8846
8846
|
this.triangulationStatusChanged(this, b);
|
|
8847
8847
|
}
|
|
8848
8848
|
}
|
|
8849
|
-
|
|
8850
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
8849
|
+
yp(a, b) {
|
|
8850
|
+
let c = typeCast(ScatterContourSeries.$, this.xm);
|
|
8851
8851
|
if (c == null) {
|
|
8852
8852
|
return;
|
|
8853
8853
|
}
|
|
8854
8854
|
if (b.propertyName == "ActualFillScale") {
|
|
8855
|
-
this.
|
|
8855
|
+
this.yg = c.zg;
|
|
8856
8856
|
}
|
|
8857
8857
|
}
|
|
8858
|
-
|
|
8859
|
-
super.
|
|
8858
|
+
s0() {
|
|
8859
|
+
super.s0();
|
|
8860
8860
|
}
|
|
8861
8861
|
ct() {
|
|
8862
8862
|
return new GeographicContourLineSeriesView(this);
|
|
8863
8863
|
}
|
|
8864
|
-
|
|
8865
|
-
super.
|
|
8866
|
-
this.
|
|
8864
|
+
ri(a) {
|
|
8865
|
+
super.ri(a);
|
|
8866
|
+
this.yi = a;
|
|
8867
8867
|
}
|
|
8868
|
-
|
|
8869
|
-
super.
|
|
8868
|
+
rr(a, b, c, d) {
|
|
8869
|
+
super.rr(a, b, c, d);
|
|
8870
8870
|
switch (b) {
|
|
8871
8871
|
case GeographicContourLineSeries.$$p[1]:
|
|
8872
|
-
this.
|
|
8872
|
+
this.yi.c3();
|
|
8873
8873
|
break;
|
|
8874
8874
|
case GeographicContourLineSeries.$$p[2]:
|
|
8875
|
-
this.
|
|
8875
|
+
this.yi.c4();
|
|
8876
8876
|
break;
|
|
8877
8877
|
case GeographicContourLineSeries.$$p[3]:
|
|
8878
|
-
this.
|
|
8878
|
+
this.ye.ze = this.yd;
|
|
8879
8879
|
break;
|
|
8880
8880
|
case "DashArray":
|
|
8881
|
-
this.
|
|
8881
|
+
this.ye.wn = this.wn;
|
|
8882
8882
|
break;
|
|
8883
8883
|
case "DashCap":
|
|
8884
|
-
this.
|
|
8884
|
+
this.ye.wo = this.wo;
|
|
8885
8885
|
break;
|
|
8886
8886
|
case "MiterLimit":
|
|
8887
|
-
this.
|
|
8887
|
+
this.ye.jq = this.jq;
|
|
8888
8888
|
break;
|
|
8889
8889
|
case "LineJoin":
|
|
8890
|
-
this.
|
|
8890
|
+
this.ye.wq = this.wq;
|
|
8891
8891
|
break;
|
|
8892
8892
|
}
|
|
8893
8893
|
}
|
|
8894
8894
|
}
|
|
8895
8895
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
8896
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
8896
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [ValueBrushScale.$, null], 'FillScale:yh:yr', [ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [ContourValueResolver.$, null]]);
|
|
8897
8897
|
return GeographicContourLineSeries;
|
|
8898
8898
|
})();
|
|
8899
8899
|
|
|
@@ -8926,22 +8926,22 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8926
8926
|
* Gets whether the current series shows a line contour shape.
|
|
8927
8927
|
*/
|
|
8928
8928
|
get isLineContour() {
|
|
8929
|
-
return this.i.
|
|
8929
|
+
return this.i.fn;
|
|
8930
8930
|
}
|
|
8931
8931
|
/**
|
|
8932
8932
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
8933
8933
|
*/
|
|
8934
8934
|
get valueMemberPath() {
|
|
8935
|
-
return this.i.
|
|
8935
|
+
return this.i.yl;
|
|
8936
8936
|
}
|
|
8937
8937
|
set valueMemberPath(v) {
|
|
8938
|
-
this.i.
|
|
8938
|
+
this.i.yl = v;
|
|
8939
8939
|
}
|
|
8940
8940
|
/**
|
|
8941
8941
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8942
8942
|
*/
|
|
8943
8943
|
get fillScale() {
|
|
8944
|
-
const r = this.i.
|
|
8944
|
+
const r = this.i.yh;
|
|
8945
8945
|
if (r == null) {
|
|
8946
8946
|
return null;
|
|
8947
8947
|
}
|
|
@@ -8957,13 +8957,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8957
8957
|
set fillScale(v) {
|
|
8958
8958
|
if (v != null && this._stylingContainer && v._styling)
|
|
8959
8959
|
v._styling(this._stylingContainer, this, this);
|
|
8960
|
-
v == null ? this.i.
|
|
8960
|
+
v == null ? this.i.yh = null : this.i.yh = v.i;
|
|
8961
8961
|
}
|
|
8962
8962
|
/**
|
|
8963
8963
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8964
8964
|
*/
|
|
8965
8965
|
get actualFillScale() {
|
|
8966
|
-
const r = this.i.
|
|
8966
|
+
const r = this.i.yg;
|
|
8967
8967
|
if (r == null) {
|
|
8968
8968
|
return null;
|
|
8969
8969
|
}
|
|
@@ -8979,13 +8979,13 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8979
8979
|
set actualFillScale(v) {
|
|
8980
8980
|
if (v != null && this._stylingContainer && v._styling)
|
|
8981
8981
|
v._styling(this._stylingContainer, this, this);
|
|
8982
|
-
v == null ? this.i.
|
|
8982
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
8983
8983
|
}
|
|
8984
8984
|
/**
|
|
8985
8985
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8986
8986
|
*/
|
|
8987
8987
|
get valueResolver() {
|
|
8988
|
-
const r = this.i.
|
|
8988
|
+
const r = this.i.yd;
|
|
8989
8989
|
if (r == null) {
|
|
8990
8990
|
return null;
|
|
8991
8991
|
}
|
|
@@ -9001,7 +9001,7 @@ let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
9001
9001
|
set valueResolver(v) {
|
|
9002
9002
|
if (v != null && this._stylingContainer && v._styling)
|
|
9003
9003
|
v._styling(this._stylingContainer, this, this);
|
|
9004
|
-
v == null ? this.i.
|
|
9004
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
9005
9005
|
}
|
|
9006
9006
|
findByName(name) {
|
|
9007
9007
|
var baseResult = super.findByName(name);
|