igniteui-angular-maps 17.2.0-beta.0 → 17.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1047 -1020
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1055 -1028
- package/fesm5/igniteui-angular-maps.js +1047 -1020
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +2 -2
|
@@ -450,319 +450,319 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
450
450
|
__extends(GeographicMapSeriesHost, _super);
|
|
451
451
|
function GeographicMapSeriesHost() {
|
|
452
452
|
var _this = _super.call(this) || this;
|
|
453
|
-
_this.
|
|
454
|
-
_this.
|
|
453
|
+
_this.t2 = null;
|
|
454
|
+
_this.t4 = _this.t3();
|
|
455
455
|
return _this;
|
|
456
456
|
}
|
|
457
|
-
GeographicMapSeriesHost.prototype.
|
|
458
|
-
_super.prototype.
|
|
459
|
-
if (this.
|
|
460
|
-
this.
|
|
457
|
+
GeographicMapSeriesHost.prototype.oh = function () {
|
|
458
|
+
_super.prototype.oh.call(this);
|
|
459
|
+
if (this.t4 != null) {
|
|
460
|
+
this.t4.oh();
|
|
461
461
|
}
|
|
462
462
|
};
|
|
463
|
-
GeographicMapSeriesHost.prototype.
|
|
463
|
+
GeographicMapSeriesHost.prototype.get_er = function () {
|
|
464
464
|
return true;
|
|
465
465
|
};
|
|
466
|
-
GeographicMapSeriesHost.prototype.
|
|
467
|
-
var c = this.
|
|
466
|
+
GeographicMapSeriesHost.prototype.jv = function (a, b) {
|
|
467
|
+
var c = this.lw(b);
|
|
468
468
|
if (c == "LatitudeMemberPath") {
|
|
469
469
|
c = "YMemberPath";
|
|
470
470
|
}
|
|
471
471
|
if (c == "LongitudeMemberPath") {
|
|
472
472
|
c = "XMemberPath";
|
|
473
473
|
}
|
|
474
|
-
return this.
|
|
474
|
+
return this.t4.jv(a, b);
|
|
475
475
|
};
|
|
476
|
-
GeographicMapSeriesHost.prototype.
|
|
477
|
-
return this.
|
|
476
|
+
GeographicMapSeriesHost.prototype.dt = function (a, b, c, d) {
|
|
477
|
+
return this.t4.dt(a, b, c, d);
|
|
478
478
|
};
|
|
479
479
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
480
|
-
return this.
|
|
480
|
+
return this.t4.ag();
|
|
481
481
|
};
|
|
482
|
-
GeographicMapSeriesHost.prototype.
|
|
483
|
-
return this.
|
|
482
|
+
GeographicMapSeriesHost.prototype.bk = function () {
|
|
483
|
+
return this.t4;
|
|
484
484
|
};
|
|
485
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
485
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "t4", {
|
|
486
486
|
get: function () {
|
|
487
|
-
return this.
|
|
487
|
+
return this.t2;
|
|
488
488
|
},
|
|
489
489
|
set: function (a) {
|
|
490
|
-
var b = this.
|
|
490
|
+
var b = this.t4 != a;
|
|
491
491
|
if (b) {
|
|
492
|
-
this.
|
|
493
|
-
this.
|
|
492
|
+
this.t2 = a;
|
|
493
|
+
this.t9();
|
|
494
494
|
}
|
|
495
495
|
},
|
|
496
496
|
enumerable: false,
|
|
497
497
|
configurable: true
|
|
498
498
|
});
|
|
499
499
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
500
|
-
return this.
|
|
500
|
+
return this.t4.hasMarkers;
|
|
501
501
|
};
|
|
502
|
-
GeographicMapSeriesHost.prototype.
|
|
503
|
-
if (this.
|
|
504
|
-
var hostedSeries_ = this.
|
|
502
|
+
GeographicMapSeriesHost.prototype.t9 = function () {
|
|
503
|
+
if (this.t2 != null) {
|
|
504
|
+
var hostedSeries_ = this.t2;
|
|
505
505
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
506
506
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
507
507
|
}
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
508
|
+
this.ns(this.t4);
|
|
509
|
+
this.t5.b5();
|
|
510
510
|
};
|
|
511
511
|
GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
|
|
512
|
-
return this.az(this.
|
|
512
|
+
return this.az(this.t4, a, b, c);
|
|
513
513
|
};
|
|
514
514
|
GeographicMapSeriesHost.prototype.ay = function (a, b, c) {
|
|
515
|
-
return this.a0(this.
|
|
515
|
+
return this.a0(this.t4, a, b, c);
|
|
516
516
|
};
|
|
517
|
-
GeographicMapSeriesHost.prototype.
|
|
518
|
-
return this.
|
|
517
|
+
GeographicMapSeriesHost.prototype.js = function (a) {
|
|
518
|
+
return this.jy(this.t4, a);
|
|
519
519
|
};
|
|
520
|
-
GeographicMapSeriesHost.prototype.
|
|
521
|
-
return this.
|
|
520
|
+
GeographicMapSeriesHost.prototype.jg = function (a, b) {
|
|
521
|
+
return this.t4.jg(a, b);
|
|
522
522
|
};
|
|
523
|
-
GeographicMapSeriesHost.prototype.
|
|
524
|
-
return this.
|
|
523
|
+
GeographicMapSeriesHost.prototype.je = function (a, b) {
|
|
524
|
+
return this.t4.je(a, b);
|
|
525
525
|
};
|
|
526
|
-
GeographicMapSeriesHost.prototype.
|
|
527
|
-
return this.
|
|
526
|
+
GeographicMapSeriesHost.prototype.ia = function (a, b, c) {
|
|
527
|
+
return this.t4.ia(a, b, c);
|
|
528
528
|
};
|
|
529
|
-
GeographicMapSeriesHost.prototype.
|
|
530
|
-
return this.
|
|
529
|
+
GeographicMapSeriesHost.prototype.ti = function (a, b, c) {
|
|
530
|
+
return this.t4.ti(a, b, c);
|
|
531
531
|
};
|
|
532
|
-
GeographicMapSeriesHost.prototype.
|
|
533
|
-
return this.
|
|
532
|
+
GeographicMapSeriesHost.prototype.tt = function (a) {
|
|
533
|
+
return this.t4.tt(a);
|
|
534
534
|
};
|
|
535
535
|
GeographicMapSeriesHost.prototype.ak = function (a) {
|
|
536
|
-
return this.
|
|
536
|
+
return this.t4.ak(a);
|
|
537
537
|
};
|
|
538
|
-
GeographicMapSeriesHost.prototype.
|
|
539
|
-
return this.
|
|
538
|
+
GeographicMapSeriesHost.prototype.tu = function (a) {
|
|
539
|
+
return this.t4.tu(a);
|
|
540
540
|
};
|
|
541
541
|
GeographicMapSeriesHost.prototype.al = function (a) {
|
|
542
|
-
return this.
|
|
543
|
-
};
|
|
544
|
-
GeographicMapSeriesHost.prototype.tu = function (a) {
|
|
545
|
-
return this.t3.tu(a);
|
|
542
|
+
return this.t4.al(a);
|
|
546
543
|
};
|
|
547
544
|
GeographicMapSeriesHost.prototype.tv = function (a) {
|
|
548
|
-
return this.
|
|
545
|
+
return this.t4.tv(a);
|
|
549
546
|
};
|
|
550
|
-
GeographicMapSeriesHost.prototype.
|
|
551
|
-
return this.
|
|
547
|
+
GeographicMapSeriesHost.prototype.tw = function (a) {
|
|
548
|
+
return this.t4.tw(a);
|
|
552
549
|
};
|
|
553
|
-
GeographicMapSeriesHost.prototype.
|
|
554
|
-
return this.
|
|
550
|
+
GeographicMapSeriesHost.prototype.h6 = function (a, b, c) {
|
|
551
|
+
return this.t4.h6(a, b, c);
|
|
555
552
|
};
|
|
556
|
-
GeographicMapSeriesHost.prototype.
|
|
557
|
-
return this.
|
|
553
|
+
GeographicMapSeriesHost.prototype.te = function (a, b, c) {
|
|
554
|
+
return this.t4.te(a, b, c);
|
|
558
555
|
};
|
|
559
|
-
GeographicMapSeriesHost.prototype.
|
|
560
|
-
return this.
|
|
556
|
+
GeographicMapSeriesHost.prototype.h8 = function (a, b, c) {
|
|
557
|
+
return this.ia(a, b, c);
|
|
561
558
|
};
|
|
562
|
-
GeographicMapSeriesHost.prototype.
|
|
563
|
-
return this.
|
|
559
|
+
GeographicMapSeriesHost.prototype.tg = function (a, b, c) {
|
|
560
|
+
return this.t4.tg(a, b, c);
|
|
564
561
|
};
|
|
565
|
-
GeographicMapSeriesHost.prototype.
|
|
566
|
-
return this.
|
|
562
|
+
GeographicMapSeriesHost.prototype.tj = function (a, b, c) {
|
|
563
|
+
return this.t4.tj(a, b, c);
|
|
567
564
|
};
|
|
568
|
-
GeographicMapSeriesHost.prototype.
|
|
569
|
-
return this.
|
|
565
|
+
GeographicMapSeriesHost.prototype.ib = function (a, b, c) {
|
|
566
|
+
return this.t4.ib(a, b, c);
|
|
570
567
|
};
|
|
571
|
-
GeographicMapSeriesHost.prototype.
|
|
572
|
-
return this.
|
|
568
|
+
GeographicMapSeriesHost.prototype.tf = function (a, b, c) {
|
|
569
|
+
return this.t4.tf(a, b, c);
|
|
573
570
|
};
|
|
574
|
-
GeographicMapSeriesHost.prototype.
|
|
575
|
-
return this.
|
|
571
|
+
GeographicMapSeriesHost.prototype.h7 = function (a, b, c) {
|
|
572
|
+
return this.t4.h7(a, b, c);
|
|
576
573
|
};
|
|
577
|
-
GeographicMapSeriesHost.prototype.
|
|
578
|
-
return this.
|
|
574
|
+
GeographicMapSeriesHost.prototype.th = function (a, b, c) {
|
|
575
|
+
return this.t4.th(a, b, c);
|
|
579
576
|
};
|
|
580
|
-
GeographicMapSeriesHost.prototype.
|
|
581
|
-
return this.
|
|
577
|
+
GeographicMapSeriesHost.prototype.h9 = function (a, b, c) {
|
|
578
|
+
return this.t4.h9(a, b, c);
|
|
582
579
|
};
|
|
583
|
-
GeographicMapSeriesHost.prototype.
|
|
584
|
-
return this.
|
|
580
|
+
GeographicMapSeriesHost.prototype.ja = function (a) {
|
|
581
|
+
return this.t4.ja(a);
|
|
585
582
|
};
|
|
586
|
-
GeographicMapSeriesHost.prototype.
|
|
587
|
-
return this.
|
|
583
|
+
GeographicMapSeriesHost.prototype.h1 = function () {
|
|
584
|
+
return this.t4.h1();
|
|
588
585
|
};
|
|
589
|
-
GeographicMapSeriesHost.prototype.
|
|
590
|
-
return this.
|
|
586
|
+
GeographicMapSeriesHost.prototype.hx = function (a) {
|
|
587
|
+
return this.t4.hx(a);
|
|
591
588
|
};
|
|
592
|
-
GeographicMapSeriesHost.prototype.
|
|
589
|
+
GeographicMapSeriesHost.prototype.jt = function (a) {
|
|
590
|
+
return this.t4.jt(a);
|
|
591
|
+
};
|
|
592
|
+
GeographicMapSeriesHost.prototype.ch = function () {
|
|
593
593
|
return new HostSeriesView(this);
|
|
594
594
|
};
|
|
595
|
-
GeographicMapSeriesHost.prototype.
|
|
596
|
-
_super.prototype.
|
|
597
|
-
this.
|
|
595
|
+
GeographicMapSeriesHost.prototype.o1 = function (a) {
|
|
596
|
+
_super.prototype.o1.call(this, a);
|
|
597
|
+
this.t5 = typeCast(HostSeriesView.$, a);
|
|
598
598
|
};
|
|
599
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
599
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "t6", {
|
|
600
600
|
get: function () {
|
|
601
|
-
return this.c(GeographicMapSeriesHost.
|
|
601
|
+
return this.c(GeographicMapSeriesHost.ub);
|
|
602
602
|
},
|
|
603
603
|
set: function (a) {
|
|
604
|
-
this.h(GeographicMapSeriesHost.
|
|
604
|
+
this.h(GeographicMapSeriesHost.ub, a);
|
|
605
605
|
},
|
|
606
606
|
enumerable: false,
|
|
607
607
|
configurable: true
|
|
608
608
|
});
|
|
609
|
-
GeographicMapSeriesHost.prototype.
|
|
610
|
-
_super.prototype.
|
|
609
|
+
GeographicMapSeriesHost.prototype.o9 = function (a, b, c, d) {
|
|
610
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
611
611
|
switch (b) {
|
|
612
612
|
case "SeriesViewer":
|
|
613
|
-
this.
|
|
613
|
+
this.t4.cz = this.cz;
|
|
614
614
|
if (c != null) {
|
|
615
|
-
c.o2(this.
|
|
615
|
+
c.o2(this.t4);
|
|
616
616
|
}
|
|
617
617
|
if (d != null) {
|
|
618
|
-
this.
|
|
618
|
+
this.cz.lr(this.t4);
|
|
619
619
|
}
|
|
620
|
-
this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
623
|
-
this.
|
|
620
|
+
this.t4.pc(this.tx);
|
|
621
|
+
this.t4.index = this.index;
|
|
622
|
+
this.n3(this.t4);
|
|
623
|
+
this.jm = this.t4.jm;
|
|
624
624
|
var e = typeCast(SeriesViewer.$, c);
|
|
625
625
|
if (e != null) {
|
|
626
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
626
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ua));
|
|
627
627
|
}
|
|
628
|
-
if (this.
|
|
629
|
-
var f = this.
|
|
630
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
628
|
+
if (this.cz != null) {
|
|
629
|
+
var f = this.cz;
|
|
630
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.ua));
|
|
631
631
|
}
|
|
632
|
-
this.
|
|
632
|
+
this.t8();
|
|
633
633
|
break;
|
|
634
634
|
case "SyncLink":
|
|
635
|
-
this.
|
|
635
|
+
this.t4.cs = this.cs;
|
|
636
636
|
break;
|
|
637
637
|
case "VisibleFromScale":
|
|
638
|
-
this.
|
|
638
|
+
this.t8();
|
|
639
639
|
break;
|
|
640
640
|
case "Index":
|
|
641
|
-
this.
|
|
641
|
+
this.t4.index = this.index;
|
|
642
642
|
break;
|
|
643
643
|
case "ItemsSource":
|
|
644
|
-
this.
|
|
644
|
+
this.t5.b6();
|
|
645
645
|
break;
|
|
646
646
|
case "Resolution":
|
|
647
|
-
this.
|
|
647
|
+
this.t5.cd();
|
|
648
648
|
break;
|
|
649
649
|
case "TransitionDuration":
|
|
650
|
-
this.
|
|
650
|
+
this.t5.cg();
|
|
651
651
|
break;
|
|
652
652
|
case "Opacity":
|
|
653
|
-
this.
|
|
653
|
+
this.t5.ca();
|
|
654
654
|
break;
|
|
655
655
|
case "Visibility":
|
|
656
|
-
var hs_ = this.
|
|
656
|
+
var hs_ = this.t4;
|
|
657
657
|
var v_ = this._visibility;
|
|
658
658
|
hs_.visibility = v_;
|
|
659
659
|
break;
|
|
660
660
|
case "MouseOverEnabled":
|
|
661
|
-
this.
|
|
661
|
+
this.t4.fl = this.fl;
|
|
662
662
|
break;
|
|
663
663
|
case "ExpectFunctions":
|
|
664
|
-
this.
|
|
664
|
+
this.t4.expectFunctions = this.expectFunctions;
|
|
665
665
|
break;
|
|
666
666
|
case "Thickness":
|
|
667
|
-
this.
|
|
667
|
+
this.t5.cf();
|
|
668
668
|
break;
|
|
669
669
|
case "Brush":
|
|
670
|
-
this.
|
|
670
|
+
this.t5.b4();
|
|
671
671
|
break;
|
|
672
672
|
case "Outline":
|
|
673
|
-
this.
|
|
673
|
+
this.t5.cc();
|
|
674
674
|
break;
|
|
675
675
|
case "ActualBrush":
|
|
676
|
-
this.
|
|
676
|
+
this.t5.b1();
|
|
677
677
|
break;
|
|
678
678
|
case "ActualOutline":
|
|
679
|
-
this.
|
|
679
|
+
this.t5.b2();
|
|
680
680
|
break;
|
|
681
681
|
case "MarkerFillOpacity":
|
|
682
|
-
if (!isNaN_(this.
|
|
683
|
-
this.
|
|
682
|
+
if (!isNaN_(this.il)) {
|
|
683
|
+
this.t5.b9();
|
|
684
684
|
}
|
|
685
685
|
break;
|
|
686
686
|
case "AreaFillOpacity":
|
|
687
|
-
if (!isNaN_(this.
|
|
688
|
-
this.
|
|
687
|
+
if (!isNaN_(this.hq)) {
|
|
688
|
+
this.t5.b3();
|
|
689
689
|
}
|
|
690
690
|
break;
|
|
691
691
|
case "OutlineMode":
|
|
692
|
-
this.
|
|
692
|
+
this.t5.cb();
|
|
693
693
|
break;
|
|
694
694
|
case "ShowDefaultTooltip":
|
|
695
|
-
this.
|
|
695
|
+
this.t5.ce();
|
|
696
696
|
break;
|
|
697
697
|
case "Title":
|
|
698
|
-
this.
|
|
698
|
+
this.t4.title = this.title;
|
|
699
699
|
break;
|
|
700
700
|
case "LegendItemBadgeMode":
|
|
701
|
-
this.
|
|
701
|
+
this.t5.b7();
|
|
702
702
|
break;
|
|
703
703
|
case "LegendItemBadgeShape":
|
|
704
|
-
this.
|
|
704
|
+
this.t5.b8();
|
|
705
705
|
break;
|
|
706
706
|
case "Legend":
|
|
707
|
-
this.
|
|
708
|
-
this.
|
|
707
|
+
this.t4.legend = this.legend;
|
|
708
|
+
this.ck.av();
|
|
709
709
|
break;
|
|
710
710
|
}
|
|
711
711
|
};
|
|
712
|
-
GeographicMapSeriesHost.prototype.
|
|
713
|
-
if (this.
|
|
712
|
+
GeographicMapSeriesHost.prototype.t8 = function () {
|
|
713
|
+
if (this.cz == null || this.t4 == null) {
|
|
714
714
|
return;
|
|
715
715
|
}
|
|
716
|
-
if (!isNaN_(this.
|
|
717
|
-
if (this.
|
|
718
|
-
var hs_ = this.
|
|
716
|
+
if (!isNaN_(this.t6)) {
|
|
717
|
+
if (this.cz.tn.width > this.t6) {
|
|
718
|
+
var hs_ = this.t4;
|
|
719
719
|
var v_ = 1;
|
|
720
720
|
hs_.visibility = v_;
|
|
721
721
|
}
|
|
722
722
|
else {
|
|
723
|
-
var hs2_ = this.
|
|
723
|
+
var hs2_ = this.t4;
|
|
724
724
|
var v2_ = 0;
|
|
725
725
|
hs2_.visibility = v2_;
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
};
|
|
729
|
-
GeographicMapSeriesHost.prototype.
|
|
730
|
-
this.
|
|
729
|
+
GeographicMapSeriesHost.prototype.ua = function (a, b) {
|
|
730
|
+
this.t8();
|
|
731
731
|
};
|
|
732
|
-
GeographicMapSeriesHost.prototype.
|
|
733
|
-
_super.prototype.
|
|
734
|
-
if (this.
|
|
735
|
-
this.
|
|
732
|
+
GeographicMapSeriesHost.prototype.pq = function (a) {
|
|
733
|
+
_super.prototype.pq.call(this, a);
|
|
734
|
+
if (this.t4 != null) {
|
|
735
|
+
this.t4.pq(a);
|
|
736
736
|
}
|
|
737
737
|
};
|
|
738
|
-
GeographicMapSeriesHost.prototype.
|
|
739
|
-
if (this.
|
|
740
|
-
this.
|
|
738
|
+
GeographicMapSeriesHost.prototype.pp = function (a, b, c, d, e) {
|
|
739
|
+
if (this.t4 != null) {
|
|
740
|
+
this.t4.pp(a, b, c, d, e);
|
|
741
741
|
}
|
|
742
742
|
};
|
|
743
743
|
GeographicMapSeriesHost.prototype.au = function (a, b) {
|
|
744
|
-
return this.
|
|
744
|
+
return this.t4.au(a, b);
|
|
745
745
|
};
|
|
746
|
-
GeographicMapSeriesHost.prototype.
|
|
747
|
-
_super.prototype.
|
|
748
|
-
this.
|
|
746
|
+
GeographicMapSeriesHost.prototype.p9 = function () {
|
|
747
|
+
_super.prototype.p9.call(this);
|
|
748
|
+
this.t4.p9();
|
|
749
749
|
};
|
|
750
750
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
751
751
|
return this._coercionMethods;
|
|
752
752
|
};
|
|
753
753
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
754
754
|
this._coercionMethods = a;
|
|
755
|
-
this.
|
|
755
|
+
this.t4.coercionMethods = a;
|
|
756
756
|
};
|
|
757
|
-
GeographicMapSeriesHost.prototype.
|
|
758
|
-
_super.prototype.
|
|
759
|
-
if (this.
|
|
760
|
-
var b = this.
|
|
761
|
-
this.
|
|
757
|
+
GeographicMapSeriesHost.prototype.n2 = function (a) {
|
|
758
|
+
_super.prototype.n2.call(this, a);
|
|
759
|
+
if (this.t4 != null) {
|
|
760
|
+
var b = this.t4.jr();
|
|
761
|
+
this.nn(a, b);
|
|
762
762
|
}
|
|
763
763
|
};
|
|
764
764
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
765
|
-
GeographicMapSeriesHost.
|
|
765
|
+
GeographicMapSeriesHost.ub = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
766
766
|
var c = a;
|
|
767
767
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
768
768
|
}));
|
|
@@ -783,67 +783,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
783
783
|
_super.prototype.at.call(this, a, b);
|
|
784
784
|
};
|
|
785
785
|
HostSeriesView.prototype.b5 = function () {
|
|
786
|
-
this.b0.
|
|
787
|
-
this.b0.
|
|
788
|
-
this.b0.
|
|
789
|
-
this.b0.
|
|
790
|
-
this.b0.
|
|
791
|
-
this.b0.
|
|
792
|
-
this.b0.
|
|
793
|
-
this.b0.
|
|
794
|
-
this.b0.
|
|
795
|
-
this.b0.
|
|
796
|
-
this.b0.
|
|
797
|
-
this.b0.
|
|
798
|
-
this.b0.
|
|
799
|
-
this.b0.
|
|
800
|
-
this.b0.
|
|
801
|
-
this.b0.
|
|
786
|
+
this.b0.t1 = 1;
|
|
787
|
+
this.b0.t4.t1 = 0;
|
|
788
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
789
|
+
this.b0.t4.index = this.b0.index;
|
|
790
|
+
this.b0.t4.sx = this.b0.sx;
|
|
791
|
+
this.b0.t4.s3 = this.b0.sx;
|
|
792
|
+
this.b0.t4.cd = this.b0.cd;
|
|
793
|
+
this.b0.t4.ip = this.b0.ip;
|
|
794
|
+
this.b0.t4.jj = this.b0.jj;
|
|
795
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
796
|
+
this.b0.t4.iv = this.b0.iv;
|
|
797
|
+
this.b0.t4.hq = this.b0.hq;
|
|
798
|
+
this.b0.t4.il = this.b0.il;
|
|
799
|
+
this.b0.t4.fz = this.b0.fz;
|
|
800
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
801
|
+
this.b0.t4.ba = this.b0.ba;
|
|
802
802
|
};
|
|
803
803
|
HostSeriesView.prototype.b6 = function () {
|
|
804
|
-
this.b0.
|
|
804
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
805
805
|
};
|
|
806
806
|
HostSeriesView.prototype.cd = function () {
|
|
807
|
-
this.b0.
|
|
807
|
+
this.b0.t4.ip = this.b0.ip;
|
|
808
808
|
};
|
|
809
809
|
HostSeriesView.prototype.cg = function () {
|
|
810
|
-
this.b0.
|
|
810
|
+
this.b0.t4.jj = this.b0.jj;
|
|
811
811
|
};
|
|
812
812
|
HostSeriesView.prototype.ca = function () {
|
|
813
|
-
this.b0.
|
|
813
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
814
814
|
};
|
|
815
815
|
HostSeriesView.prototype.cf = function () {
|
|
816
|
-
this.b0.
|
|
816
|
+
this.b0.t4.iv = this.b0.iv;
|
|
817
817
|
};
|
|
818
818
|
HostSeriesView.prototype.b4 = function () {
|
|
819
|
-
this.b0.
|
|
819
|
+
this.b0.t4.sx = this.b0.sx;
|
|
820
820
|
};
|
|
821
821
|
HostSeriesView.prototype.cc = function () {
|
|
822
|
-
this.b0.
|
|
822
|
+
this.b0.t4.s3 = this.b0.s3;
|
|
823
823
|
};
|
|
824
824
|
HostSeriesView.prototype.b1 = function () {
|
|
825
|
-
this.b0.
|
|
825
|
+
this.b0.t4.sx = this.b0.st;
|
|
826
826
|
};
|
|
827
827
|
HostSeriesView.prototype.b2 = function () {
|
|
828
|
-
this.b0.
|
|
828
|
+
this.b0.t4.s3 = this.b0.sw;
|
|
829
829
|
};
|
|
830
830
|
HostSeriesView.prototype.b7 = function () {
|
|
831
|
-
this.b0.
|
|
831
|
+
this.b0.t4.ba = this.b0.ba;
|
|
832
832
|
};
|
|
833
833
|
HostSeriesView.prototype.b8 = function () {
|
|
834
|
-
this.b0.
|
|
834
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
835
835
|
};
|
|
836
836
|
HostSeriesView.prototype.b3 = function () {
|
|
837
|
-
this.b0.
|
|
837
|
+
this.b0.t4.hq = this.b0.hq;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.b9 = function () {
|
|
840
|
-
this.b0.
|
|
840
|
+
this.b0.t4.il = this.b0.il;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.cb = function () {
|
|
843
|
-
this.b0.
|
|
843
|
+
this.b0.t4.cd = this.b0.cd;
|
|
844
844
|
};
|
|
845
845
|
HostSeriesView.prototype.ce = function () {
|
|
846
|
-
this.b0.
|
|
846
|
+
this.b0.t4.fz = this.b0.fz;
|
|
847
847
|
};
|
|
848
848
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
849
849
|
return HostSeriesView;
|
|
@@ -1170,7 +1170,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1170
1170
|
try {
|
|
1171
1171
|
for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1172
1172
|
var a = _c.value;
|
|
1173
|
-
a.
|
|
1173
|
+
a.p9();
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
catch (e_1_1) {
|
|
@@ -1587,7 +1587,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1587
1587
|
try {
|
|
1588
1588
|
for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1589
1589
|
var g = _d.value;
|
|
1590
|
-
g.
|
|
1590
|
+
g.pq(false);
|
|
1591
1591
|
}
|
|
1592
1592
|
}
|
|
1593
1593
|
catch (e_2_1) {
|
|
@@ -1634,7 +1634,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1634
1634
|
try {
|
|
1635
1635
|
for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1636
1636
|
var i = _f.value;
|
|
1637
|
-
i.
|
|
1637
|
+
i.oh();
|
|
1638
1638
|
}
|
|
1639
1639
|
}
|
|
1640
1640
|
catch (e_3_1) {
|
|
@@ -1690,7 +1690,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1690
1690
|
var c = b;
|
|
1691
1691
|
var d = a;
|
|
1692
1692
|
d.itemsSource = c.triangulationSource.points;
|
|
1693
|
-
d.
|
|
1693
|
+
d.ud = c.triangulationSource.triangles;
|
|
1694
1694
|
}
|
|
1695
1695
|
else {
|
|
1696
1696
|
_super.prototype.o9.call(this, a, b);
|
|
@@ -1723,7 +1723,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1723
1723
|
a.axes.add1(b);
|
|
1724
1724
|
a.axes.add1(c);
|
|
1725
1725
|
for (var d = 0; d < this.series.count; d++) {
|
|
1726
|
-
var e = this.series._inner[d].
|
|
1726
|
+
var e = this.series._inner[d].jr();
|
|
1727
1727
|
a.series.add1(e);
|
|
1728
1728
|
}
|
|
1729
1729
|
a.name = this.name;
|
|
@@ -2023,41 +2023,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
2023
2023
|
}
|
|
2024
2024
|
GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
|
|
2025
2025
|
_super.prototype.b5.call(this);
|
|
2026
|
-
var a = this.ch.
|
|
2027
|
-
a.
|
|
2028
|
-
a.
|
|
2029
|
-
a.trianglesSource = this.ch.
|
|
2030
|
-
a.
|
|
2031
|
-
a.
|
|
2032
|
-
a.
|
|
2026
|
+
var a = this.ch.t4;
|
|
2027
|
+
a.u4 = this.ch.ug;
|
|
2028
|
+
a.vc = this.ch.ue;
|
|
2029
|
+
a.trianglesSource = this.ch.ud;
|
|
2030
|
+
a.us = this.ch.uj;
|
|
2031
|
+
a.uu = this.ch.ul;
|
|
2032
|
+
a.uw = this.ch.un;
|
|
2033
2033
|
};
|
|
2034
2034
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2035
|
-
var a = this.ch.
|
|
2036
|
-
if (this.ch.
|
|
2037
|
-
a.t1 = null;
|
|
2035
|
+
var a = this.ch.t4;
|
|
2036
|
+
if (this.ch.cz == null) {
|
|
2038
2037
|
a.t2 = null;
|
|
2038
|
+
a.t3 = null;
|
|
2039
2039
|
return;
|
|
2040
2040
|
}
|
|
2041
|
-
a.
|
|
2042
|
-
a.
|
|
2041
|
+
a.t2 = this.ch.cz.ua;
|
|
2042
|
+
a.t3 = this.ch.cz.uc;
|
|
2043
2043
|
};
|
|
2044
2044
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2045
|
-
this.ch.
|
|
2045
|
+
this.ch.t4.u4 = this.ch.ug;
|
|
2046
2046
|
};
|
|
2047
2047
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2048
|
-
this.ch.
|
|
2048
|
+
this.ch.t4.vc = this.ch.ue;
|
|
2049
2049
|
};
|
|
2050
2050
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
2051
|
-
this.ch.
|
|
2051
|
+
this.ch.t4.trianglesSource = this.ch.ud;
|
|
2052
2052
|
};
|
|
2053
2053
|
GeographicXYTriangulatingSeriesView.prototype.cm = function () {
|
|
2054
|
-
this.ch.
|
|
2054
|
+
this.ch.t4.us = this.ch.uj;
|
|
2055
2055
|
};
|
|
2056
2056
|
GeographicXYTriangulatingSeriesView.prototype.cn = function () {
|
|
2057
|
-
this.ch.
|
|
2057
|
+
this.ch.t4.uu = this.ch.ul;
|
|
2058
2058
|
};
|
|
2059
2059
|
GeographicXYTriangulatingSeriesView.prototype.co = function () {
|
|
2060
|
-
this.ch.
|
|
2060
|
+
this.ch.t4.uw = this.ch.un;
|
|
2061
2061
|
};
|
|
2062
2062
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2063
2063
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2080,19 +2080,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
2080
2080
|
};
|
|
2081
2081
|
GeographicScatterAreaSeriesView.prototype.b5 = function () {
|
|
2082
2082
|
_super.prototype.b5.call(this);
|
|
2083
|
-
if (this.cp.
|
|
2084
|
-
this.cp.
|
|
2085
|
-
this.cp.
|
|
2083
|
+
if (this.cp.uy != null) {
|
|
2084
|
+
this.cp.uy.wb = this.cp.u2;
|
|
2085
|
+
this.cp.uy.vz = this.cp.ux;
|
|
2086
2086
|
}
|
|
2087
2087
|
};
|
|
2088
2088
|
GeographicScatterAreaSeriesView.prototype.cq = function () {
|
|
2089
|
-
if (this.cp.
|
|
2090
|
-
this.cp.
|
|
2089
|
+
if (this.cp.uy != null) {
|
|
2090
|
+
this.cp.uy.wb = this.cp.u2;
|
|
2091
2091
|
}
|
|
2092
2092
|
};
|
|
2093
2093
|
GeographicScatterAreaSeriesView.prototype.cr = function () {
|
|
2094
|
-
if (this.cp.
|
|
2095
|
-
this.cp.
|
|
2094
|
+
if (this.cp.uy != null) {
|
|
2095
|
+
this.cp.uy.vz = this.cp.ux;
|
|
2096
2096
|
}
|
|
2097
2097
|
};
|
|
2098
2098
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2296,41 +2296,41 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
2296
2296
|
function GeographicXYTriangulatingSeries() {
|
|
2297
2297
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
2298
2298
|
}
|
|
2299
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2299
|
+
GeographicXYTriangulatingSeries.prototype.ch = function () {
|
|
2300
2300
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2301
2301
|
};
|
|
2302
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2303
|
-
_super.prototype.
|
|
2304
|
-
this.
|
|
2302
|
+
GeographicXYTriangulatingSeries.prototype.o1 = function (a) {
|
|
2303
|
+
_super.prototype.o1.call(this, a);
|
|
2304
|
+
this.uc = a;
|
|
2305
2305
|
};
|
|
2306
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2307
|
-
_super.prototype.
|
|
2306
|
+
GeographicXYTriangulatingSeries.prototype.o9 = function (a, b, c, d) {
|
|
2307
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
2308
2308
|
switch (b) {
|
|
2309
2309
|
case "SeriesViewer":
|
|
2310
|
-
this.
|
|
2310
|
+
this.uc.ck();
|
|
2311
2311
|
break;
|
|
2312
2312
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2313
|
-
this.
|
|
2313
|
+
this.uc.cj();
|
|
2314
2314
|
break;
|
|
2315
2315
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2316
|
-
this.
|
|
2316
|
+
this.uc.ci();
|
|
2317
2317
|
break;
|
|
2318
2318
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2319
|
-
this.
|
|
2319
|
+
this.uc.cl();
|
|
2320
2320
|
break;
|
|
2321
2321
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2322
|
-
this.
|
|
2322
|
+
this.uc.cm();
|
|
2323
2323
|
break;
|
|
2324
2324
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2325
|
-
this.
|
|
2325
|
+
this.uc.cn();
|
|
2326
2326
|
break;
|
|
2327
2327
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2328
|
-
this.
|
|
2328
|
+
this.uc.co();
|
|
2329
2329
|
break;
|
|
2330
2330
|
}
|
|
2331
2331
|
};
|
|
2332
2332
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2333
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2333
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TrianglesSource:ud:ur', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"]]);
|
|
2334
2334
|
return GeographicXYTriangulatingSeries;
|
|
2335
2335
|
}(GeographicMapSeriesHost));
|
|
2336
2336
|
/**
|
|
@@ -2340,92 +2340,95 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2340
2340
|
__extends(GeographicScatterAreaSeries, _super);
|
|
2341
2341
|
function GeographicScatterAreaSeries() {
|
|
2342
2342
|
var _this = _super.call(this) || this;
|
|
2343
|
-
_this.
|
|
2343
|
+
_this.uv = null;
|
|
2344
2344
|
_this.triangulationStatusChanged = null;
|
|
2345
2345
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2346
2346
|
return _this;
|
|
2347
2347
|
}
|
|
2348
|
-
GeographicScatterAreaSeries.prototype.
|
|
2348
|
+
GeographicScatterAreaSeries.prototype.bg = function () {
|
|
2349
|
+
return new GeographicScatterAreaSeries();
|
|
2350
|
+
};
|
|
2351
|
+
GeographicScatterAreaSeries.prototype.get_d9 = function () {
|
|
2349
2352
|
return true;
|
|
2350
2353
|
};
|
|
2351
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2354
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "ux", {
|
|
2352
2355
|
get: function () {
|
|
2353
|
-
return this.
|
|
2356
|
+
return this.uv;
|
|
2354
2357
|
},
|
|
2355
2358
|
set: function (a) {
|
|
2356
|
-
var b = this.
|
|
2359
|
+
var b = this.uv != a;
|
|
2357
2360
|
if (b) {
|
|
2358
|
-
var c = this.
|
|
2359
|
-
if (this.
|
|
2360
|
-
var d = this.
|
|
2361
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2361
|
+
var c = this.uv;
|
|
2362
|
+
if (this.uv != null) {
|
|
2363
|
+
var d = this.uv;
|
|
2364
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u5));
|
|
2362
2365
|
}
|
|
2363
|
-
this.
|
|
2364
|
-
if (this.
|
|
2365
|
-
var e = this.
|
|
2366
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2366
|
+
this.uv = a;
|
|
2367
|
+
if (this.uv != null) {
|
|
2368
|
+
var e = this.uv;
|
|
2369
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u5));
|
|
2367
2370
|
}
|
|
2368
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2369
|
-
if (this.
|
|
2370
|
-
this.
|
|
2371
|
+
this.raisePropertyChanged("ColorScale", c, this.uv);
|
|
2372
|
+
if (this.uy != null) {
|
|
2373
|
+
this.uy.vz = a;
|
|
2371
2374
|
}
|
|
2372
2375
|
}
|
|
2373
2376
|
},
|
|
2374
2377
|
enumerable: false,
|
|
2375
2378
|
configurable: true
|
|
2376
2379
|
});
|
|
2377
|
-
GeographicScatterAreaSeries.prototype.
|
|
2378
|
-
this.
|
|
2379
|
-
this.
|
|
2380
|
-
this.
|
|
2380
|
+
GeographicScatterAreaSeries.prototype.u5 = function (a, b) {
|
|
2381
|
+
this.u0.cr();
|
|
2382
|
+
this.u7();
|
|
2383
|
+
this.pq(false);
|
|
2381
2384
|
};
|
|
2382
|
-
GeographicScatterAreaSeries.prototype.
|
|
2383
|
-
if (this.
|
|
2384
|
-
this.
|
|
2385
|
+
GeographicScatterAreaSeries.prototype.u7 = function () {
|
|
2386
|
+
if (this.uy != null) {
|
|
2387
|
+
this.uw = this.uy.vy;
|
|
2385
2388
|
}
|
|
2386
2389
|
};
|
|
2387
|
-
GeographicScatterAreaSeries.prototype.
|
|
2388
|
-
_super.prototype.
|
|
2389
|
-
this.
|
|
2390
|
+
GeographicScatterAreaSeries.prototype.qe = function () {
|
|
2391
|
+
_super.prototype.qe.call(this);
|
|
2392
|
+
this.u7();
|
|
2390
2393
|
};
|
|
2391
|
-
GeographicScatterAreaSeries.prototype.
|
|
2392
|
-
this.
|
|
2393
|
-
var a = this.
|
|
2394
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2395
|
-
return this.
|
|
2394
|
+
GeographicScatterAreaSeries.prototype.t3 = function () {
|
|
2395
|
+
this.uy = new ScatterAreaSeries();
|
|
2396
|
+
var a = this.uy;
|
|
2397
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
2398
|
+
return this.uy;
|
|
2396
2399
|
};
|
|
2397
|
-
GeographicScatterAreaSeries.prototype.
|
|
2400
|
+
GeographicScatterAreaSeries.prototype.u6 = function (a, b) {
|
|
2398
2401
|
if (this.triangulationStatusChanged != null) {
|
|
2399
2402
|
this.triangulationStatusChanged(this, b);
|
|
2400
2403
|
}
|
|
2401
2404
|
};
|
|
2402
|
-
GeographicScatterAreaSeries.prototype.
|
|
2405
|
+
GeographicScatterAreaSeries.prototype.ch = function () {
|
|
2403
2406
|
return new GeographicScatterAreaSeriesView(this);
|
|
2404
2407
|
};
|
|
2405
|
-
GeographicScatterAreaSeries.prototype.
|
|
2406
|
-
_super.prototype.
|
|
2407
|
-
this.
|
|
2408
|
+
GeographicScatterAreaSeries.prototype.o1 = function (a) {
|
|
2409
|
+
_super.prototype.o1.call(this, a);
|
|
2410
|
+
this.u0 = a;
|
|
2408
2411
|
};
|
|
2409
|
-
GeographicScatterAreaSeries.prototype.
|
|
2410
|
-
_super.prototype.
|
|
2412
|
+
GeographicScatterAreaSeries.prototype.o9 = function (a, b, c, d) {
|
|
2413
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
2411
2414
|
switch (b) {
|
|
2412
2415
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2413
|
-
this.
|
|
2416
|
+
this.u0.cq();
|
|
2414
2417
|
break;
|
|
2415
2418
|
case "ColorScale":
|
|
2416
|
-
this.
|
|
2417
|
-
this.
|
|
2419
|
+
this.u0.cr();
|
|
2420
|
+
this.u7();
|
|
2418
2421
|
break;
|
|
2419
2422
|
}
|
|
2420
2423
|
};
|
|
2421
|
-
GeographicScatterAreaSeries.prototype.
|
|
2424
|
+
GeographicScatterAreaSeries.prototype.get_gg = function () {
|
|
2422
2425
|
return true;
|
|
2423
2426
|
};
|
|
2424
|
-
GeographicScatterAreaSeries.prototype.
|
|
2425
|
-
_super.prototype.
|
|
2427
|
+
GeographicScatterAreaSeries.prototype.set_gg = function (a) {
|
|
2428
|
+
_super.prototype.set_gg.call(this, a);
|
|
2426
2429
|
};
|
|
2427
2430
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2428
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2431
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uw:u8', [ColorScale.$, null], 'ColorMemberPath:u2:u9', [2, "value"]]);
|
|
2429
2432
|
return GeographicScatterAreaSeries;
|
|
2430
2433
|
}(GeographicXYTriangulatingSeries));
|
|
2431
2434
|
|
|
@@ -4948,7 +4951,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4948
4951
|
* Checks if this control is geographic coordinate system
|
|
4949
4952
|
*/
|
|
4950
4953
|
get: function () {
|
|
4951
|
-
return this.i.
|
|
4954
|
+
return this.i.er;
|
|
4952
4955
|
},
|
|
4953
4956
|
enumerable: false,
|
|
4954
4957
|
configurable: true
|
|
@@ -4969,10 +4972,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4969
4972
|
* 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%.
|
|
4970
4973
|
*/
|
|
4971
4974
|
get: function () {
|
|
4972
|
-
return this.i.
|
|
4975
|
+
return this.i.t6;
|
|
4973
4976
|
},
|
|
4974
4977
|
set: function (v) {
|
|
4975
|
-
this.i.
|
|
4978
|
+
this.i.t6 = +v;
|
|
4976
4979
|
},
|
|
4977
4980
|
enumerable: false,
|
|
4978
4981
|
configurable: true
|
|
@@ -4997,10 +5000,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4997
5000
|
|
|
4998
5001
|
*/
|
|
4999
5002
|
IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
5000
|
-
this.i.
|
|
5003
|
+
this.i.oh();
|
|
5001
5004
|
};
|
|
5002
5005
|
IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
5003
|
-
var iv = this.i.
|
|
5006
|
+
var iv = this.i.jv(item, memberPathName);
|
|
5004
5007
|
return (iv);
|
|
5005
5008
|
};
|
|
5006
5009
|
/**
|
|
@@ -5009,23 +5012,23 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
5009
5012
|
* @param world * The world coordinates to use.
|
|
5010
5013
|
*/
|
|
5011
5014
|
IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
5012
|
-
var iv = this.i.
|
|
5015
|
+
var iv = this.i.js(toPoint(world));
|
|
5013
5016
|
return (iv);
|
|
5014
5017
|
};
|
|
5015
5018
|
IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
5016
|
-
var iv = this.i.
|
|
5019
|
+
var iv = this.i.jg(toPoint(world), skipUnknowns);
|
|
5017
5020
|
return (iv);
|
|
5018
5021
|
};
|
|
5019
5022
|
IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
5020
|
-
var iv = this.i.
|
|
5023
|
+
var iv = this.i.je(toPoint(world), skipUnknowns);
|
|
5021
5024
|
return (iv);
|
|
5022
5025
|
};
|
|
5023
5026
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
5024
|
-
var iv = this.i.
|
|
5027
|
+
var iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
|
|
5025
5028
|
return (iv);
|
|
5026
5029
|
};
|
|
5027
5030
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5028
|
-
var iv = this.i.
|
|
5031
|
+
var iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
|
|
5029
5032
|
return fromPoint(iv);
|
|
5030
5033
|
};
|
|
5031
5034
|
/**
|
|
@@ -5034,7 +5037,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
5034
5037
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
5035
5038
|
*/
|
|
5036
5039
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
5037
|
-
var iv = this.i.
|
|
5040
|
+
var iv = this.i.tt(toPoint(world));
|
|
5038
5041
|
return fromRect(iv);
|
|
5039
5042
|
};
|
|
5040
5043
|
/**
|
|
@@ -5043,31 +5046,31 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
5043
5046
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
5044
5047
|
*/
|
|
5045
5048
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
5046
|
-
var iv = this.i.
|
|
5049
|
+
var iv = this.i.tv(toPoint(world));
|
|
5047
5050
|
return fromRect(iv);
|
|
5048
5051
|
};
|
|
5049
5052
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
5050
|
-
var iv = this.i.
|
|
5053
|
+
var iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
|
|
5051
5054
|
return (iv);
|
|
5052
5055
|
};
|
|
5053
5056
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5054
|
-
var iv = this.i.
|
|
5057
|
+
var iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
|
|
5055
5058
|
return fromPoint(iv);
|
|
5056
5059
|
};
|
|
5057
5060
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
5058
|
-
var iv = this.i.
|
|
5061
|
+
var iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
|
|
5059
5062
|
return (iv);
|
|
5060
5063
|
};
|
|
5061
5064
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5062
|
-
var iv = this.i.
|
|
5065
|
+
var iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
|
|
5063
5066
|
return fromPoint(iv);
|
|
5064
5067
|
};
|
|
5065
5068
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5066
|
-
var iv = this.i.
|
|
5069
|
+
var iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5067
5070
|
return fromPoint(iv);
|
|
5068
5071
|
};
|
|
5069
5072
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5070
|
-
var iv = this.i.
|
|
5073
|
+
var iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5071
5074
|
return (iv);
|
|
5072
5075
|
};
|
|
5073
5076
|
/**
|
|
@@ -5075,7 +5078,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
5075
5078
|
|
|
5076
5079
|
*/
|
|
5077
5080
|
IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
5078
|
-
var iv = this.i.
|
|
5081
|
+
var iv = this.i.h1();
|
|
5079
5082
|
return (iv);
|
|
5080
5083
|
};
|
|
5081
5084
|
/**
|
|
@@ -5084,14 +5087,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
5084
5087
|
* @param animate * True if the change should be animated.
|
|
5085
5088
|
*/
|
|
5086
5089
|
IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
5087
|
-
this.i.
|
|
5090
|
+
this.i.pq(animate);
|
|
5088
5091
|
};
|
|
5089
5092
|
/**
|
|
5090
5093
|
* Called when this series' Style is updated.
|
|
5091
5094
|
|
|
5092
5095
|
*/
|
|
5093
5096
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5094
|
-
this.i.
|
|
5097
|
+
this.i.p9();
|
|
5095
5098
|
};
|
|
5096
5099
|
IgxGeographicMapSeriesHostComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: ɵɵFactoryTarget.Component });
|
|
5097
5100
|
IgxGeographicMapSeriesHostComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
@@ -5200,10 +5203,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5200
5203
|
* 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.
|
|
5201
5204
|
*/
|
|
5202
5205
|
get: function () {
|
|
5203
|
-
return this.i.
|
|
5206
|
+
return this.i.ux;
|
|
5204
5207
|
},
|
|
5205
5208
|
set: function (v) {
|
|
5206
|
-
this.i.
|
|
5209
|
+
this.i.ux = v;
|
|
5207
5210
|
},
|
|
5208
5211
|
enumerable: false,
|
|
5209
5212
|
configurable: true
|
|
@@ -5213,10 +5216,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5213
5216
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5214
5217
|
*/
|
|
5215
5218
|
get: function () {
|
|
5216
|
-
return this.i.
|
|
5219
|
+
return this.i.um;
|
|
5217
5220
|
},
|
|
5218
5221
|
set: function (v) {
|
|
5219
|
-
this.i.
|
|
5222
|
+
this.i.um = ensureBool(v);
|
|
5220
5223
|
},
|
|
5221
5224
|
enumerable: false,
|
|
5222
5225
|
configurable: true
|
|
@@ -5226,10 +5229,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5226
5229
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5227
5230
|
*/
|
|
5228
5231
|
get: function () {
|
|
5229
|
-
return this.i.
|
|
5232
|
+
return this.i.ul;
|
|
5230
5233
|
},
|
|
5231
5234
|
set: function (v) {
|
|
5232
|
-
this.i.
|
|
5235
|
+
this.i.ul = ensureBool(v);
|
|
5233
5236
|
},
|
|
5234
5237
|
enumerable: false,
|
|
5235
5238
|
configurable: true
|
|
@@ -5239,10 +5242,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5239
5242
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5240
5243
|
*/
|
|
5241
5244
|
get: function () {
|
|
5242
|
-
return this.i.
|
|
5245
|
+
return this.i.ue;
|
|
5243
5246
|
},
|
|
5244
5247
|
set: function (v) {
|
|
5245
|
-
this.i.
|
|
5248
|
+
this.i.ue = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
5246
5249
|
},
|
|
5247
5250
|
enumerable: false,
|
|
5248
5251
|
configurable: true
|
|
@@ -5252,10 +5255,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5252
5255
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5253
5256
|
*/
|
|
5254
5257
|
get: function () {
|
|
5255
|
-
return this.i.
|
|
5258
|
+
return this.i.up;
|
|
5256
5259
|
},
|
|
5257
5260
|
set: function (v) {
|
|
5258
|
-
this.i.
|
|
5261
|
+
this.i.up = +v;
|
|
5259
5262
|
},
|
|
5260
5263
|
enumerable: false,
|
|
5261
5264
|
configurable: true
|
|
@@ -5265,10 +5268,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5265
5268
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5266
5269
|
*/
|
|
5267
5270
|
get: function () {
|
|
5268
|
-
return this.i.
|
|
5271
|
+
return this.i.uo;
|
|
5269
5272
|
},
|
|
5270
5273
|
set: function (v) {
|
|
5271
|
-
this.i.
|
|
5274
|
+
this.i.uo = +v;
|
|
5272
5275
|
},
|
|
5273
5276
|
enumerable: false,
|
|
5274
5277
|
configurable: true
|
|
@@ -5278,7 +5281,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5278
5281
|
* Set a shapefile datasource to use with the series.
|
|
5279
5282
|
*/
|
|
5280
5283
|
get: function () {
|
|
5281
|
-
var r = this.i.
|
|
5284
|
+
var r = this.i.uh;
|
|
5282
5285
|
if (r == null) {
|
|
5283
5286
|
return null;
|
|
5284
5287
|
}
|
|
@@ -5297,7 +5300,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5297
5300
|
return r.externalObject;
|
|
5298
5301
|
},
|
|
5299
5302
|
set: function (v) {
|
|
5300
|
-
v == null ? this.i.
|
|
5303
|
+
v == null ? this.i.uh = null : this.i.uh = v.i;
|
|
5301
5304
|
},
|
|
5302
5305
|
enumerable: false,
|
|
5303
5306
|
configurable: true
|
|
@@ -5308,10 +5311,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5308
5311
|
* 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.
|
|
5309
5312
|
*/
|
|
5310
5313
|
get: function () {
|
|
5311
|
-
return this.i.
|
|
5314
|
+
return this.i.un;
|
|
5312
5315
|
},
|
|
5313
5316
|
set: function (v) {
|
|
5314
|
-
this.i.
|
|
5317
|
+
this.i.un = +v;
|
|
5315
5318
|
},
|
|
5316
5319
|
enumerable: false,
|
|
5317
5320
|
configurable: true
|
|
@@ -5424,131 +5427,131 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5424
5427
|
__extends(GeographicShapeSeriesBase, _super);
|
|
5425
5428
|
function GeographicShapeSeriesBase() {
|
|
5426
5429
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5430
|
+
_this.uk = false;
|
|
5427
5431
|
_this.uj = false;
|
|
5428
|
-
_this.ui = false;
|
|
5429
5432
|
_this.assigningShapeStyle = null;
|
|
5430
5433
|
_this.assigningShapeMarkerStyle = null;
|
|
5431
|
-
_this.
|
|
5432
|
-
_this.
|
|
5434
|
+
_this.ug = null;
|
|
5435
|
+
_this.ui = false;
|
|
5433
5436
|
return _this;
|
|
5434
5437
|
}
|
|
5435
|
-
GeographicShapeSeriesBase.prototype.
|
|
5438
|
+
GeographicShapeSeriesBase.prototype.ch = function () {
|
|
5436
5439
|
return new GeographicShapeSeriesBaseView(this);
|
|
5437
5440
|
};
|
|
5438
|
-
GeographicShapeSeriesBase.prototype.
|
|
5439
|
-
_super.prototype.
|
|
5440
|
-
this.
|
|
5441
|
+
GeographicShapeSeriesBase.prototype.o1 = function (a) {
|
|
5442
|
+
_super.prototype.o1.call(this, a);
|
|
5443
|
+
this.uf = a;
|
|
5441
5444
|
};
|
|
5442
|
-
GeographicShapeSeriesBase.prototype.
|
|
5445
|
+
GeographicShapeSeriesBase.prototype.get_et = function () {
|
|
5443
5446
|
return true;
|
|
5444
5447
|
};
|
|
5445
|
-
GeographicShapeSeriesBase.prototype.
|
|
5448
|
+
GeographicShapeSeriesBase.prototype.get_dv = function () {
|
|
5446
5449
|
return true;
|
|
5447
5450
|
};
|
|
5448
|
-
GeographicShapeSeriesBase.prototype.
|
|
5449
|
-
_super.prototype.
|
|
5451
|
+
GeographicShapeSeriesBase.prototype.o9 = function (a, b, c, d) {
|
|
5452
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
5450
5453
|
switch (b) {
|
|
5451
5454
|
case "SeriesViewer":
|
|
5452
|
-
this.
|
|
5455
|
+
this.uf.ci();
|
|
5453
5456
|
break;
|
|
5454
5457
|
case "ShapeMemberPath":
|
|
5455
|
-
this.
|
|
5458
|
+
this.uf.ck();
|
|
5456
5459
|
break;
|
|
5457
5460
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5458
|
-
this.
|
|
5461
|
+
this.uf.cj();
|
|
5459
5462
|
break;
|
|
5460
5463
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5461
|
-
this.
|
|
5462
|
-
this.
|
|
5463
|
-
if (this.
|
|
5464
|
-
var e = this.
|
|
5465
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
5464
|
+
this.t4.u3 = this.um;
|
|
5465
|
+
this.uk = this.um;
|
|
5466
|
+
if (this.um) {
|
|
5467
|
+
var e = this.t4;
|
|
5468
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
|
|
5466
5469
|
}
|
|
5467
5470
|
else {
|
|
5468
|
-
var f = this.
|
|
5469
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
5471
|
+
var f = this.t4;
|
|
5472
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
|
|
5470
5473
|
}
|
|
5471
5474
|
break;
|
|
5472
5475
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5473
|
-
this.
|
|
5474
|
-
this.
|
|
5475
|
-
if (this.
|
|
5476
|
-
var g = this.
|
|
5477
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
5476
|
+
this.t4.u2 = this.ul;
|
|
5477
|
+
this.uj = this.ul;
|
|
5478
|
+
if (this.um) {
|
|
5479
|
+
var g = this.t4;
|
|
5480
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
5478
5481
|
}
|
|
5479
5482
|
else {
|
|
5480
|
-
var h = this.
|
|
5481
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
5483
|
+
var h = this.t4;
|
|
5484
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
5482
5485
|
}
|
|
5483
5486
|
break;
|
|
5484
5487
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5485
|
-
this.
|
|
5488
|
+
this.t4.up = this.ue;
|
|
5486
5489
|
break;
|
|
5487
5490
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5488
|
-
this.
|
|
5491
|
+
this.t4.vk = this.uo;
|
|
5489
5492
|
break;
|
|
5490
5493
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5491
|
-
this.
|
|
5494
|
+
this.t4.vl = this.up;
|
|
5492
5495
|
break;
|
|
5493
5496
|
case "ShapefileDataSource":
|
|
5494
5497
|
if (c != null) {
|
|
5495
5498
|
var i = c;
|
|
5496
|
-
if (this.
|
|
5497
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
5499
|
+
if (this.ui) {
|
|
5500
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
|
|
5498
5501
|
}
|
|
5499
5502
|
}
|
|
5500
5503
|
if (d != null) {
|
|
5501
5504
|
var j = d;
|
|
5502
5505
|
if (j.count > 0) {
|
|
5503
|
-
this.
|
|
5506
|
+
this.u2();
|
|
5504
5507
|
break;
|
|
5505
5508
|
}
|
|
5506
|
-
this.
|
|
5507
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
5509
|
+
this.ui = true;
|
|
5510
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
|
|
5508
5511
|
}
|
|
5509
5512
|
break;
|
|
5510
5513
|
}
|
|
5511
5514
|
};
|
|
5512
|
-
GeographicShapeSeriesBase.prototype.
|
|
5515
|
+
GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
|
|
5513
5516
|
if (this.assigningShapeStyle != null) {
|
|
5514
5517
|
this.assigningShapeStyle(this, b);
|
|
5515
5518
|
}
|
|
5516
5519
|
};
|
|
5517
|
-
GeographicShapeSeriesBase.prototype.
|
|
5520
|
+
GeographicShapeSeriesBase.prototype.uz = function (a, b) {
|
|
5518
5521
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5519
5522
|
this.assigningShapeMarkerStyle(this, b);
|
|
5520
5523
|
}
|
|
5521
5524
|
};
|
|
5522
|
-
GeographicShapeSeriesBase.prototype.
|
|
5523
|
-
this.
|
|
5525
|
+
GeographicShapeSeriesBase.prototype.u1 = function (a, b) {
|
|
5526
|
+
this.u2();
|
|
5524
5527
|
};
|
|
5525
|
-
GeographicShapeSeriesBase.prototype.
|
|
5526
|
-
var sds_ = this.
|
|
5528
|
+
GeographicShapeSeriesBase.prototype.u2 = function () {
|
|
5529
|
+
var sds_ = this.uh;
|
|
5527
5530
|
var ext_ = sds_.externalObject;
|
|
5528
5531
|
this.itemsSource = (ext_.getPointData());
|
|
5529
5532
|
};
|
|
5530
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5533
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "uh", {
|
|
5531
5534
|
get: function () {
|
|
5532
|
-
return this.
|
|
5535
|
+
return this.ug;
|
|
5533
5536
|
},
|
|
5534
5537
|
set: function (a) {
|
|
5535
|
-
var b = this.
|
|
5536
|
-
this.
|
|
5537
|
-
if (b != this.
|
|
5538
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5538
|
+
var b = this.ug;
|
|
5539
|
+
this.ug = a;
|
|
5540
|
+
if (b != this.ug) {
|
|
5541
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
|
|
5539
5542
|
}
|
|
5540
5543
|
},
|
|
5541
5544
|
enumerable: false,
|
|
5542
5545
|
configurable: true
|
|
5543
5546
|
});
|
|
5544
|
-
GeographicShapeSeriesBase.prototype.
|
|
5547
|
+
GeographicShapeSeriesBase.prototype.get_gg = function () {
|
|
5545
5548
|
return true;
|
|
5546
5549
|
};
|
|
5547
|
-
GeographicShapeSeriesBase.prototype.
|
|
5548
|
-
_super.prototype.
|
|
5550
|
+
GeographicShapeSeriesBase.prototype.set_gg = function (a) {
|
|
5551
|
+
_super.prototype.set_gg.call(this, a);
|
|
5549
5552
|
};
|
|
5550
5553
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5551
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
5554
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
|
|
5552
5555
|
return GeographicShapeSeriesBase;
|
|
5553
5556
|
}(GeographicMapSeriesHost));
|
|
5554
5557
|
/**
|
|
@@ -5564,23 +5567,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
5564
5567
|
}
|
|
5565
5568
|
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
5566
5569
|
_super.prototype.b5.call(this);
|
|
5567
|
-
this.ch.
|
|
5570
|
+
this.ch.t4.vx = this.ch.ux;
|
|
5568
5571
|
};
|
|
5569
5572
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5570
|
-
var a = this.ch.
|
|
5571
|
-
if (this.ch.
|
|
5572
|
-
a.
|
|
5573
|
-
a.
|
|
5573
|
+
var a = this.ch.t4;
|
|
5574
|
+
if (this.ch.cz == null) {
|
|
5575
|
+
a.uj = null;
|
|
5576
|
+
a.ul = null;
|
|
5574
5577
|
return;
|
|
5575
5578
|
}
|
|
5576
|
-
a.
|
|
5577
|
-
a.
|
|
5579
|
+
a.uj = this.ch.cz.ua;
|
|
5580
|
+
a.ul = this.ch.cz.uc;
|
|
5578
5581
|
};
|
|
5579
5582
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
5580
|
-
this.ch.
|
|
5583
|
+
this.ch.t4.vx = this.ch.ux;
|
|
5581
5584
|
};
|
|
5582
5585
|
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
5583
|
-
this.ch.
|
|
5586
|
+
this.ch.t4.vh = this.ch.un;
|
|
5584
5587
|
};
|
|
5585
5588
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5586
5589
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5616,54 +5619,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5616
5619
|
_this.cl = null;
|
|
5617
5620
|
_this.cl = a;
|
|
5618
5621
|
if (!_this.q) {
|
|
5619
|
-
_this.cl.
|
|
5622
|
+
_this.cl.ux = "points";
|
|
5620
5623
|
}
|
|
5621
5624
|
return _this;
|
|
5622
5625
|
}
|
|
5623
5626
|
GeographicShapeSeriesView.prototype.au = function () {
|
|
5624
5627
|
_super.prototype.au.call(this);
|
|
5625
5628
|
if (!this.q) {
|
|
5626
|
-
this.cl.
|
|
5627
|
-
this.cl.
|
|
5628
|
-
this.cl.
|
|
5629
|
-
this.cl.
|
|
5630
|
-
this.cl.
|
|
5629
|
+
this.cl.wh = Defaults.aj;
|
|
5630
|
+
this.cl.iv = Defaults.p;
|
|
5631
|
+
this.cl.vg = Defaults.o;
|
|
5632
|
+
this.cl.vd = Defaults.d;
|
|
5633
|
+
this.cl.vb = Defaults.a;
|
|
5631
5634
|
}
|
|
5632
5635
|
};
|
|
5633
5636
|
GeographicShapeSeriesView.prototype.b5 = function () {
|
|
5634
5637
|
_super.prototype.b5.call(this);
|
|
5635
|
-
this.cl.
|
|
5636
|
-
this.cl.
|
|
5637
|
-
this.cl.
|
|
5638
|
-
this.cl.
|
|
5639
|
-
this.cl.
|
|
5638
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5639
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5640
|
+
this.cl.t4.xu = this.cl.vz;
|
|
5641
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5642
|
+
this.cl.t4.wu = this.cl.va;
|
|
5640
5643
|
};
|
|
5641
5644
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
5642
|
-
this.cl.
|
|
5645
|
+
this.cl.t4.xu = this.cl.vz;
|
|
5643
5646
|
};
|
|
5644
5647
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
5645
|
-
this.cl.
|
|
5648
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5646
5649
|
};
|
|
5647
5650
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
5648
|
-
this.cl.
|
|
5651
|
+
this.cl.t4.wu = this.cl.va;
|
|
5649
5652
|
};
|
|
5650
5653
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
5651
|
-
this.cl.
|
|
5654
|
+
this.cl.t4.w3 = this.cl.vd;
|
|
5652
5655
|
};
|
|
5653
5656
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
5654
|
-
this.cl.
|
|
5657
|
+
this.cl.t4.yb = this.cl.wg;
|
|
5655
5658
|
};
|
|
5656
5659
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
5657
|
-
this.cl.
|
|
5660
|
+
this.cl.t4.yc = this.cl.wh;
|
|
5658
5661
|
};
|
|
5659
5662
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
5660
|
-
this.cl.
|
|
5663
|
+
this.cl.t4.ye = this.cl.wi;
|
|
5661
5664
|
};
|
|
5662
5665
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
5663
|
-
this.cl.
|
|
5666
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5664
5667
|
};
|
|
5665
5668
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
5666
|
-
this.cl.
|
|
5669
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5667
5670
|
};
|
|
5668
5671
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5669
5672
|
return GeographicShapeSeriesView;
|
|
@@ -5679,95 +5682,98 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5679
5682
|
_this.ab = GeographicShapeSeries.$;
|
|
5680
5683
|
return _this;
|
|
5681
5684
|
}
|
|
5682
|
-
GeographicShapeSeries.prototype.
|
|
5685
|
+
GeographicShapeSeries.prototype.bg = function () {
|
|
5686
|
+
return new GeographicShapeSeries();
|
|
5687
|
+
};
|
|
5688
|
+
GeographicShapeSeries.prototype.get_e4 = function () {
|
|
5683
5689
|
return true;
|
|
5684
5690
|
};
|
|
5685
|
-
GeographicShapeSeries.prototype.
|
|
5691
|
+
GeographicShapeSeries.prototype.ch = function () {
|
|
5686
5692
|
return new GeographicShapeSeriesView(this);
|
|
5687
5693
|
};
|
|
5688
|
-
GeographicShapeSeries.prototype.
|
|
5689
|
-
_super.prototype.
|
|
5690
|
-
this.
|
|
5694
|
+
GeographicShapeSeries.prototype.o1 = function (a) {
|
|
5695
|
+
_super.prototype.o1.call(this, a);
|
|
5696
|
+
this.vf = a;
|
|
5691
5697
|
};
|
|
5692
|
-
GeographicShapeSeries.prototype.
|
|
5698
|
+
GeographicShapeSeries.prototype.t3 = function () {
|
|
5693
5699
|
var a = new ScatterPolygonSeries();
|
|
5694
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5695
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5700
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
|
|
5701
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
|
|
5696
5702
|
return a;
|
|
5697
5703
|
};
|
|
5698
|
-
GeographicShapeSeries.prototype.
|
|
5704
|
+
GeographicShapeSeries.prototype.vw = function (a, b) {
|
|
5699
5705
|
if (this.styleShape != null) {
|
|
5700
5706
|
this.styleShape(this, b);
|
|
5701
5707
|
}
|
|
5702
5708
|
};
|
|
5703
|
-
GeographicShapeSeries.prototype.
|
|
5704
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
5709
|
+
GeographicShapeSeries.prototype.vx = function (a, b) {
|
|
5710
|
+
var c = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
5705
5711
|
if (c == null) {
|
|
5706
5712
|
return;
|
|
5707
5713
|
}
|
|
5708
5714
|
};
|
|
5709
|
-
GeographicShapeSeries.prototype.
|
|
5710
|
-
return this.
|
|
5711
|
-
};
|
|
5712
|
-
GeographicShapeSeries.prototype.sz = function () {
|
|
5713
|
-
return this.wd;
|
|
5715
|
+
GeographicShapeSeries.prototype.ht = function () {
|
|
5716
|
+
return this.vg;
|
|
5714
5717
|
};
|
|
5715
5718
|
GeographicShapeSeries.prototype.s0 = function () {
|
|
5716
5719
|
return this.we;
|
|
5717
5720
|
};
|
|
5718
|
-
GeographicShapeSeries.prototype.
|
|
5719
|
-
return this.
|
|
5721
|
+
GeographicShapeSeries.prototype.s1 = function () {
|
|
5722
|
+
return this.wf;
|
|
5723
|
+
};
|
|
5724
|
+
GeographicShapeSeries.prototype.qw = function () {
|
|
5725
|
+
return this.vy;
|
|
5720
5726
|
};
|
|
5721
|
-
GeographicShapeSeries.prototype.
|
|
5722
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
5727
|
+
GeographicShapeSeries.prototype.ky = function () {
|
|
5728
|
+
var a = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
5723
5729
|
if (a == null) {
|
|
5724
5730
|
return "Unknown";
|
|
5725
5731
|
}
|
|
5726
|
-
return a.
|
|
5732
|
+
return a.ky();
|
|
5727
5733
|
};
|
|
5728
|
-
GeographicShapeSeries.prototype.
|
|
5729
|
-
_super.prototype.
|
|
5734
|
+
GeographicShapeSeries.prototype.o9 = function (a, b, c, d) {
|
|
5735
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
5730
5736
|
switch (b) {
|
|
5731
5737
|
case GeographicShapeSeries.$$p[6]:
|
|
5732
|
-
this.
|
|
5738
|
+
this.t4.w1 = this.vc;
|
|
5733
5739
|
break;
|
|
5734
5740
|
case GeographicShapeSeries.$$p[5]:
|
|
5735
|
-
this.
|
|
5741
|
+
this.t4.wx = this.vb;
|
|
5736
5742
|
break;
|
|
5737
5743
|
case GeographicShapeSeries.$$p[9]:
|
|
5738
|
-
this.
|
|
5744
|
+
this.vf.cq();
|
|
5739
5745
|
break;
|
|
5740
5746
|
case GeographicShapeSeries.$$p[10]:
|
|
5741
|
-
this.
|
|
5747
|
+
this.vf.cs();
|
|
5742
5748
|
break;
|
|
5743
5749
|
case GeographicShapeSeries.$$p[4]:
|
|
5744
|
-
this.
|
|
5750
|
+
this.vf.cn();
|
|
5745
5751
|
break;
|
|
5746
5752
|
case GeographicShapeSeries.$$p[11]:
|
|
5747
|
-
this.
|
|
5753
|
+
this.vf.cr();
|
|
5748
5754
|
break;
|
|
5749
5755
|
case GeographicShapeSeries.$$p[3]:
|
|
5750
|
-
this.
|
|
5756
|
+
this.vf.cm();
|
|
5751
5757
|
break;
|
|
5752
5758
|
case GeographicShapeSeries.$$p[7]:
|
|
5753
|
-
this.
|
|
5759
|
+
this.vf.co();
|
|
5754
5760
|
break;
|
|
5755
5761
|
case GeographicShapeSeries.$$p[8]:
|
|
5756
|
-
this.
|
|
5762
|
+
this.vf.cp();
|
|
5757
5763
|
break;
|
|
5758
5764
|
case GeographicShapeSeries.$$p[13]:
|
|
5759
|
-
this.
|
|
5765
|
+
this.vf.ct();
|
|
5760
5766
|
break;
|
|
5761
5767
|
case GeographicShapeSeries.$$p[12]:
|
|
5762
|
-
this.
|
|
5768
|
+
this.vf.cu();
|
|
5763
5769
|
break;
|
|
5764
5770
|
}
|
|
5765
5771
|
};
|
|
5766
|
-
GeographicShapeSeries.prototype.
|
|
5772
|
+
GeographicShapeSeries.prototype.ir = function () {
|
|
5767
5773
|
return 0.7;
|
|
5768
5774
|
};
|
|
5769
5775
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5770
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5776
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
|
|
5771
5777
|
return GeographicShapeSeries;
|
|
5772
5778
|
}(GeographicShapeSeriesBase));
|
|
5773
5779
|
|
|
@@ -5806,7 +5812,7 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5806
5812
|
* Gets whether the current series shows a polygon shape.
|
|
5807
5813
|
*/
|
|
5808
5814
|
get: function () {
|
|
5809
|
-
return this.i.
|
|
5815
|
+
return this.i.e4;
|
|
5810
5816
|
},
|
|
5811
5817
|
enumerable: false,
|
|
5812
5818
|
configurable: true
|
|
@@ -5816,11 +5822,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5816
5822
|
* Gets or sets the fill brush.
|
|
5817
5823
|
*/
|
|
5818
5824
|
get: function () {
|
|
5819
|
-
return this.i.
|
|
5825
|
+
return this.i.wj ? this.i.wj.fill : null;
|
|
5820
5826
|
},
|
|
5821
5827
|
set: function (v) {
|
|
5822
5828
|
this.ensureShapeStyle();
|
|
5823
|
-
this.i.
|
|
5829
|
+
this.i.wj.fill = v;
|
|
5824
5830
|
},
|
|
5825
5831
|
enumerable: false,
|
|
5826
5832
|
configurable: true
|
|
@@ -5830,11 +5836,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5830
5836
|
* Gets or sets the stroke brush.
|
|
5831
5837
|
*/
|
|
5832
5838
|
get: function () {
|
|
5833
|
-
return this.i.
|
|
5839
|
+
return this.i.wj ? this.i.wj.stroke : null;
|
|
5834
5840
|
},
|
|
5835
5841
|
set: function (v) {
|
|
5836
5842
|
this.ensureShapeStyle();
|
|
5837
|
-
this.i.
|
|
5843
|
+
this.i.wj.stroke = v;
|
|
5838
5844
|
},
|
|
5839
5845
|
enumerable: false,
|
|
5840
5846
|
configurable: true
|
|
@@ -5844,11 +5850,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5844
5850
|
* Gets or sets the stroke thickness.
|
|
5845
5851
|
*/
|
|
5846
5852
|
get: function () {
|
|
5847
|
-
return this.i.
|
|
5853
|
+
return this.i.wj ? this.i.wj.strokeThickness : NaN;
|
|
5848
5854
|
},
|
|
5849
5855
|
set: function (v) {
|
|
5850
5856
|
this.ensureShapeStyle();
|
|
5851
|
-
this.i.
|
|
5857
|
+
this.i.wj.strokeThickness = +v;
|
|
5852
5858
|
},
|
|
5853
5859
|
enumerable: false,
|
|
5854
5860
|
configurable: true
|
|
@@ -5858,20 +5864,20 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5858
5864
|
* Gets or sets the opacity.
|
|
5859
5865
|
*/
|
|
5860
5866
|
get: function () {
|
|
5861
|
-
return this.i.
|
|
5867
|
+
return this.i.wj ? this.i.wj.opacity : NaN;
|
|
5862
5868
|
},
|
|
5863
5869
|
set: function (v) {
|
|
5864
5870
|
this.ensureShapeStyle();
|
|
5865
|
-
this.i.
|
|
5871
|
+
this.i.wj.opacity = +v;
|
|
5866
5872
|
},
|
|
5867
5873
|
enumerable: false,
|
|
5868
5874
|
configurable: true
|
|
5869
5875
|
});
|
|
5870
5876
|
IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5871
|
-
if (this.i.
|
|
5877
|
+
if (this.i.wj) {
|
|
5872
5878
|
return;
|
|
5873
5879
|
}
|
|
5874
|
-
this.i.
|
|
5880
|
+
this.i.wj = new Style();
|
|
5875
5881
|
};
|
|
5876
5882
|
Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5877
5883
|
/**
|
|
@@ -5879,10 +5885,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5879
5885
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5880
5886
|
*/
|
|
5881
5887
|
get: function () {
|
|
5882
|
-
return this.i.
|
|
5888
|
+
return this.i.vd;
|
|
5883
5889
|
},
|
|
5884
5890
|
set: function (v) {
|
|
5885
|
-
this.i.
|
|
5891
|
+
this.i.vd = ensureEnum(MarkerType_$type, v);
|
|
5886
5892
|
},
|
|
5887
5893
|
enumerable: false,
|
|
5888
5894
|
configurable: true
|
|
@@ -5892,10 +5898,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5892
5898
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5893
5899
|
*/
|
|
5894
5900
|
get: function () {
|
|
5895
|
-
return this.i.
|
|
5901
|
+
return this.i.vc;
|
|
5896
5902
|
},
|
|
5897
5903
|
set: function (v) {
|
|
5898
|
-
this.i.
|
|
5904
|
+
this.i.vc = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5899
5905
|
},
|
|
5900
5906
|
enumerable: false,
|
|
5901
5907
|
configurable: true
|
|
@@ -5905,10 +5911,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5905
5911
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5906
5912
|
*/
|
|
5907
5913
|
get: function () {
|
|
5908
|
-
return this.i.
|
|
5914
|
+
return this.i.vb;
|
|
5909
5915
|
},
|
|
5910
5916
|
set: function (v) {
|
|
5911
|
-
this.i.
|
|
5917
|
+
this.i.vb = ensureEnum(MarkerFillMode_$type, v);
|
|
5912
5918
|
},
|
|
5913
5919
|
enumerable: false,
|
|
5914
5920
|
configurable: true
|
|
@@ -5918,10 +5924,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5918
5924
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5919
5925
|
*/
|
|
5920
5926
|
get: function () {
|
|
5921
|
-
return this.i.
|
|
5927
|
+
return this.i.vz;
|
|
5922
5928
|
},
|
|
5923
5929
|
set: function (v) {
|
|
5924
|
-
this.i.
|
|
5930
|
+
this.i.vz = v;
|
|
5925
5931
|
},
|
|
5926
5932
|
enumerable: false,
|
|
5927
5933
|
configurable: true
|
|
@@ -5931,10 +5937,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5931
5937
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5932
5938
|
*/
|
|
5933
5939
|
get: function () {
|
|
5934
|
-
return brushToString(this.i.
|
|
5940
|
+
return brushToString(this.i.wg);
|
|
5935
5941
|
},
|
|
5936
5942
|
set: function (v) {
|
|
5937
|
-
this.i.
|
|
5943
|
+
this.i.wg = stringToBrush(v);
|
|
5938
5944
|
},
|
|
5939
5945
|
enumerable: false,
|
|
5940
5946
|
configurable: true
|
|
@@ -5944,10 +5950,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5944
5950
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5945
5951
|
*/
|
|
5946
5952
|
get: function () {
|
|
5947
|
-
return brushToString(this.i.
|
|
5953
|
+
return brushToString(this.i.wh);
|
|
5948
5954
|
},
|
|
5949
5955
|
set: function (v) {
|
|
5950
|
-
this.i.
|
|
5956
|
+
this.i.wh = stringToBrush(v);
|
|
5951
5957
|
},
|
|
5952
5958
|
enumerable: false,
|
|
5953
5959
|
configurable: true
|
|
@@ -5957,10 +5963,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5957
5963
|
* Gets or sets thickness of the marker outline
|
|
5958
5964
|
*/
|
|
5959
5965
|
get: function () {
|
|
5960
|
-
return this.i.
|
|
5966
|
+
return this.i.vg;
|
|
5961
5967
|
},
|
|
5962
5968
|
set: function (v) {
|
|
5963
|
-
this.i.
|
|
5969
|
+
this.i.vg = +v;
|
|
5964
5970
|
},
|
|
5965
5971
|
enumerable: false,
|
|
5966
5972
|
configurable: true
|
|
@@ -5970,10 +5976,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5970
5976
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5971
5977
|
*/
|
|
5972
5978
|
get: function () {
|
|
5973
|
-
return this.i.
|
|
5979
|
+
return this.i.va;
|
|
5974
5980
|
},
|
|
5975
5981
|
set: function (v) {
|
|
5976
|
-
this.i.
|
|
5982
|
+
this.i.va = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5977
5983
|
},
|
|
5978
5984
|
enumerable: false,
|
|
5979
5985
|
configurable: true
|
|
@@ -5983,10 +5989,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5983
5989
|
* Gets the effective marker template for the current series object.
|
|
5984
5990
|
*/
|
|
5985
5991
|
get: function () {
|
|
5986
|
-
return this.i.
|
|
5992
|
+
return this.i.vy;
|
|
5987
5993
|
},
|
|
5988
5994
|
set: function (v) {
|
|
5989
|
-
this.i.
|
|
5995
|
+
this.i.vy = v;
|
|
5990
5996
|
},
|
|
5991
5997
|
enumerable: false,
|
|
5992
5998
|
configurable: true
|
|
@@ -5996,10 +6002,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5996
6002
|
* Gets the effective marker brush for the current series object.
|
|
5997
6003
|
*/
|
|
5998
6004
|
get: function () {
|
|
5999
|
-
return brushToString(this.i.
|
|
6005
|
+
return brushToString(this.i.we);
|
|
6000
6006
|
},
|
|
6001
6007
|
set: function (v) {
|
|
6002
|
-
this.i.
|
|
6008
|
+
this.i.we = stringToBrush(v);
|
|
6003
6009
|
},
|
|
6004
6010
|
enumerable: false,
|
|
6005
6011
|
configurable: true
|
|
@@ -6009,10 +6015,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
6009
6015
|
* Gets the effective marker outline for the current series object.
|
|
6010
6016
|
*/
|
|
6011
6017
|
get: function () {
|
|
6012
|
-
return brushToString(this.i.
|
|
6018
|
+
return brushToString(this.i.wf);
|
|
6013
6019
|
},
|
|
6014
6020
|
set: function (v) {
|
|
6015
|
-
this.i.
|
|
6021
|
+
this.i.wf = stringToBrush(v);
|
|
6016
6022
|
},
|
|
6017
6023
|
enumerable: false,
|
|
6018
6024
|
configurable: true
|
|
@@ -6157,19 +6163,19 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
6157
6163
|
GeographicPolylineSeriesView.prototype.au = function () {
|
|
6158
6164
|
_super.prototype.au.call(this);
|
|
6159
6165
|
if (!this.q) {
|
|
6160
|
-
this.cl.
|
|
6166
|
+
this.cl.iv = Defaults.n;
|
|
6161
6167
|
}
|
|
6162
6168
|
};
|
|
6163
6169
|
GeographicPolylineSeriesView.prototype.b5 = function () {
|
|
6164
6170
|
_super.prototype.b5.call(this);
|
|
6165
|
-
this.cl.
|
|
6166
|
-
this.cl.
|
|
6171
|
+
this.cl.t4.wu = this.cl.va;
|
|
6172
|
+
this.cl.t4.wz = this.cl.vi;
|
|
6167
6173
|
};
|
|
6168
6174
|
GeographicPolylineSeriesView.prototype.cm = function () {
|
|
6169
|
-
this.cl.
|
|
6175
|
+
this.cl.t4.wu = this.cl.va;
|
|
6170
6176
|
};
|
|
6171
6177
|
GeographicPolylineSeriesView.prototype.cn = function () {
|
|
6172
|
-
this.cl.
|
|
6178
|
+
this.cl.t4.wz = this.cl.vi;
|
|
6173
6179
|
};
|
|
6174
6180
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
6175
6181
|
return GeographicPolylineSeriesView;
|
|
@@ -6185,39 +6191,42 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6185
6191
|
_this.ab = GeographicPolylineSeries.$;
|
|
6186
6192
|
return _this;
|
|
6187
6193
|
}
|
|
6188
|
-
GeographicPolylineSeries.prototype.
|
|
6194
|
+
GeographicPolylineSeries.prototype.bg = function () {
|
|
6195
|
+
return new GeographicPolylineSeries();
|
|
6196
|
+
};
|
|
6197
|
+
GeographicPolylineSeries.prototype.get_e5 = function () {
|
|
6189
6198
|
return true;
|
|
6190
6199
|
};
|
|
6191
|
-
GeographicPolylineSeries.prototype.
|
|
6200
|
+
GeographicPolylineSeries.prototype.ch = function () {
|
|
6192
6201
|
return new GeographicPolylineSeriesView(this);
|
|
6193
6202
|
};
|
|
6194
|
-
GeographicPolylineSeries.prototype.
|
|
6195
|
-
_super.prototype.
|
|
6196
|
-
this.
|
|
6203
|
+
GeographicPolylineSeries.prototype.o1 = function (a) {
|
|
6204
|
+
_super.prototype.o1.call(this, a);
|
|
6205
|
+
this.vb = a;
|
|
6197
6206
|
};
|
|
6198
|
-
GeographicPolylineSeries.prototype.
|
|
6207
|
+
GeographicPolylineSeries.prototype.t3 = function () {
|
|
6199
6208
|
var a = new ScatterPolylineSeries();
|
|
6200
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
6209
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vf));
|
|
6201
6210
|
return a;
|
|
6202
6211
|
};
|
|
6203
|
-
GeographicPolylineSeries.prototype.
|
|
6212
|
+
GeographicPolylineSeries.prototype.vf = function (a, b) {
|
|
6204
6213
|
if (this.styleShape != null) {
|
|
6205
6214
|
this.styleShape(this, b);
|
|
6206
6215
|
}
|
|
6207
6216
|
};
|
|
6208
|
-
GeographicPolylineSeries.prototype.
|
|
6209
|
-
_super.prototype.
|
|
6217
|
+
GeographicPolylineSeries.prototype.o9 = function (a, b, c, d) {
|
|
6218
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
6210
6219
|
switch (b) {
|
|
6211
6220
|
case GeographicPolylineSeries.$$p[1]:
|
|
6212
|
-
this.
|
|
6221
|
+
this.vb.cm();
|
|
6213
6222
|
break;
|
|
6214
6223
|
case GeographicPolylineSeries.$$p[0]:
|
|
6215
|
-
this.
|
|
6224
|
+
this.vb.cn();
|
|
6216
6225
|
break;
|
|
6217
6226
|
}
|
|
6218
6227
|
};
|
|
6219
6228
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6220
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6229
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [Style.$, null], 'ShapeStyleSelector:va:vh', [StyleSelector.$, null]]);
|
|
6221
6230
|
return GeographicPolylineSeries;
|
|
6222
6231
|
}(GeographicShapeSeriesBase));
|
|
6223
6232
|
|
|
@@ -6256,7 +6265,7 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6256
6265
|
* Gets whether the current series shows a polyline shape.
|
|
6257
6266
|
*/
|
|
6258
6267
|
get: function () {
|
|
6259
|
-
return this.i.
|
|
6268
|
+
return this.i.e5;
|
|
6260
6269
|
},
|
|
6261
6270
|
enumerable: false,
|
|
6262
6271
|
configurable: true
|
|
@@ -6266,11 +6275,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6266
6275
|
* Gets or sets the fill brush.
|
|
6267
6276
|
*/
|
|
6268
6277
|
get: function () {
|
|
6269
|
-
return this.i.
|
|
6278
|
+
return this.i.vi ? this.i.vi.fill : null;
|
|
6270
6279
|
},
|
|
6271
6280
|
set: function (v) {
|
|
6272
6281
|
this.ensureShapeStyle();
|
|
6273
|
-
this.i.
|
|
6282
|
+
this.i.vi.fill = v;
|
|
6274
6283
|
},
|
|
6275
6284
|
enumerable: false,
|
|
6276
6285
|
configurable: true
|
|
@@ -6280,11 +6289,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6280
6289
|
* Gets or sets the stroke brush.
|
|
6281
6290
|
*/
|
|
6282
6291
|
get: function () {
|
|
6283
|
-
return this.i.
|
|
6292
|
+
return this.i.vi ? this.i.vi.stroke : null;
|
|
6284
6293
|
},
|
|
6285
6294
|
set: function (v) {
|
|
6286
6295
|
this.ensureShapeStyle();
|
|
6287
|
-
this.i.
|
|
6296
|
+
this.i.vi.stroke = v;
|
|
6288
6297
|
},
|
|
6289
6298
|
enumerable: false,
|
|
6290
6299
|
configurable: true
|
|
@@ -6294,11 +6303,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6294
6303
|
* Gets or sets the stroke thickness.
|
|
6295
6304
|
*/
|
|
6296
6305
|
get: function () {
|
|
6297
|
-
return this.i.
|
|
6306
|
+
return this.i.vi ? this.i.vi.strokeThickness : NaN;
|
|
6298
6307
|
},
|
|
6299
6308
|
set: function (v) {
|
|
6300
6309
|
this.ensureShapeStyle();
|
|
6301
|
-
this.i.
|
|
6310
|
+
this.i.vi.strokeThickness = +v;
|
|
6302
6311
|
},
|
|
6303
6312
|
enumerable: false,
|
|
6304
6313
|
configurable: true
|
|
@@ -6308,20 +6317,20 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6308
6317
|
* Gets or sets the opacity.
|
|
6309
6318
|
*/
|
|
6310
6319
|
get: function () {
|
|
6311
|
-
return this.i.
|
|
6320
|
+
return this.i.vi ? this.i.vi.opacity : NaN;
|
|
6312
6321
|
},
|
|
6313
6322
|
set: function (v) {
|
|
6314
6323
|
this.ensureShapeStyle();
|
|
6315
|
-
this.i.
|
|
6324
|
+
this.i.vi.opacity = +v;
|
|
6316
6325
|
},
|
|
6317
6326
|
enumerable: false,
|
|
6318
6327
|
configurable: true
|
|
6319
6328
|
});
|
|
6320
6329
|
IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6321
|
-
if (this.i.
|
|
6330
|
+
if (this.i.vi) {
|
|
6322
6331
|
return;
|
|
6323
6332
|
}
|
|
6324
|
-
this.i.
|
|
6333
|
+
this.i.vi = new Style();
|
|
6325
6334
|
};
|
|
6326
6335
|
Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6327
6336
|
get: function () {
|
|
@@ -6566,56 +6575,59 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6566
6575
|
__extends(TileSeries, _super);
|
|
6567
6576
|
function TileSeries() {
|
|
6568
6577
|
var _this = _super.call(this) || this;
|
|
6578
|
+
_this.wv = null;
|
|
6569
6579
|
_this.wu = null;
|
|
6570
|
-
_this.wt = null;
|
|
6571
6580
|
_this.imageTilesReady = null;
|
|
6572
|
-
_this.
|
|
6573
|
-
_this.
|
|
6581
|
+
_this.wy = null;
|
|
6582
|
+
_this.wz = false;
|
|
6574
6583
|
_this.ab = TileSeries.$;
|
|
6575
6584
|
return _this;
|
|
6576
6585
|
}
|
|
6577
|
-
TileSeries.prototype.
|
|
6586
|
+
TileSeries.prototype.bg = function () {
|
|
6587
|
+
return new TileSeries();
|
|
6588
|
+
};
|
|
6589
|
+
TileSeries.prototype.get_fh = function () {
|
|
6578
6590
|
return true;
|
|
6579
6591
|
};
|
|
6580
|
-
TileSeries.prototype.
|
|
6592
|
+
TileSeries.prototype.ch = function () {
|
|
6581
6593
|
return new TileSeriesView(this);
|
|
6582
6594
|
};
|
|
6583
|
-
TileSeries.prototype.
|
|
6584
|
-
_super.prototype.
|
|
6585
|
-
this.
|
|
6595
|
+
TileSeries.prototype.o1 = function (a) {
|
|
6596
|
+
_super.prototype.o1.call(this, a);
|
|
6597
|
+
this.wt = a;
|
|
6586
6598
|
};
|
|
6587
|
-
TileSeries.prototype.
|
|
6599
|
+
TileSeries.prototype.get_u5 = function () {
|
|
6588
6600
|
return false;
|
|
6589
6601
|
};
|
|
6590
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6602
|
+
Object.defineProperty(TileSeries.prototype, "wx", {
|
|
6591
6603
|
get: function () {
|
|
6592
|
-
return this.
|
|
6604
|
+
return this.wv;
|
|
6593
6605
|
},
|
|
6594
6606
|
set: function (a) {
|
|
6595
|
-
var b = a != this.
|
|
6607
|
+
var b = a != this.wx;
|
|
6596
6608
|
if (b) {
|
|
6597
|
-
var c = this.
|
|
6598
|
-
this.
|
|
6609
|
+
var c = this.wx;
|
|
6610
|
+
this.wv = a;
|
|
6599
6611
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6600
6612
|
}
|
|
6601
6613
|
},
|
|
6602
6614
|
enumerable: false,
|
|
6603
6615
|
configurable: true
|
|
6604
6616
|
});
|
|
6605
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6617
|
+
Object.defineProperty(TileSeries.prototype, "ww", {
|
|
6606
6618
|
get: function () {
|
|
6607
|
-
return this.
|
|
6619
|
+
return this.wu;
|
|
6608
6620
|
},
|
|
6609
6621
|
set: function (a) {
|
|
6610
|
-
var b = this.
|
|
6611
|
-
this.
|
|
6612
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6622
|
+
var b = this.wu;
|
|
6623
|
+
this.wu = a;
|
|
6624
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wu);
|
|
6613
6625
|
},
|
|
6614
6626
|
enumerable: false,
|
|
6615
6627
|
configurable: true
|
|
6616
6628
|
});
|
|
6617
|
-
TileSeries.prototype.
|
|
6618
|
-
_super.prototype.
|
|
6629
|
+
TileSeries.prototype.o9 = function (a, b, c, d) {
|
|
6630
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
6619
6631
|
var e;
|
|
6620
6632
|
var f;
|
|
6621
6633
|
switch (b) {
|
|
@@ -6623,141 +6635,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6623
6635
|
e = c;
|
|
6624
6636
|
f = d;
|
|
6625
6637
|
if (e != null) {
|
|
6626
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
6638
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w2));
|
|
6627
6639
|
}
|
|
6628
6640
|
if (f != null) {
|
|
6629
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
6641
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
|
|
6630
6642
|
}
|
|
6631
|
-
this.
|
|
6632
|
-
this.
|
|
6633
|
-
this.
|
|
6643
|
+
this.wt.dh(e, f);
|
|
6644
|
+
this.pq(false);
|
|
6645
|
+
this.om();
|
|
6634
6646
|
break;
|
|
6635
6647
|
case "ActualTileImagery":
|
|
6636
6648
|
e = c;
|
|
6637
6649
|
f = d;
|
|
6638
6650
|
if (e != null) {
|
|
6639
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
6651
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w3));
|
|
6640
6652
|
e.deferralHandler = null;
|
|
6641
6653
|
}
|
|
6642
6654
|
if (f != null) {
|
|
6643
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
6655
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
|
|
6644
6656
|
f.deferralHandler = this;
|
|
6645
6657
|
}
|
|
6646
|
-
this.
|
|
6647
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
6648
|
-
f.geographicMap = this.
|
|
6649
|
-
this.
|
|
6650
|
-
this.
|
|
6658
|
+
this.wt.dg(e, f);
|
|
6659
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
|
|
6660
|
+
f.geographicMap = this.cz;
|
|
6661
|
+
this.w5(this.ck);
|
|
6662
|
+
this.wt.dd(this.cz.tn);
|
|
6651
6663
|
}
|
|
6652
|
-
this.
|
|
6664
|
+
this.om();
|
|
6653
6665
|
break;
|
|
6654
6666
|
case "ActualWindowRect":
|
|
6655
|
-
this.
|
|
6667
|
+
this.wt.dd(d);
|
|
6656
6668
|
break;
|
|
6657
6669
|
case "WorldRect":
|
|
6658
|
-
this.
|
|
6670
|
+
this.wt.dk(d);
|
|
6659
6671
|
break;
|
|
6660
6672
|
case "SeriesViewer":
|
|
6661
6673
|
var g = c;
|
|
6662
6674
|
var h = d;
|
|
6663
|
-
if (g != null && this.
|
|
6664
|
-
this.
|
|
6675
|
+
if (g != null && this.ww != null) {
|
|
6676
|
+
this.ww.be(null);
|
|
6665
6677
|
}
|
|
6666
|
-
if (h != null && this.
|
|
6667
|
-
this.
|
|
6678
|
+
if (h != null && this.ww != null) {
|
|
6679
|
+
this.ww.be(this.ck.w);
|
|
6668
6680
|
}
|
|
6669
6681
|
break;
|
|
6670
6682
|
case "ActualBrush":
|
|
6671
6683
|
case "ActualOutline":
|
|
6672
6684
|
case "ActualThickness":
|
|
6673
|
-
this.
|
|
6685
|
+
this.oo();
|
|
6674
6686
|
break;
|
|
6675
6687
|
}
|
|
6676
6688
|
};
|
|
6677
|
-
TileSeries.prototype.
|
|
6689
|
+
TileSeries.prototype.w2 = function (a, b) {
|
|
6678
6690
|
if (b.propertyName == "MultiScaleImage") {
|
|
6679
|
-
this.
|
|
6691
|
+
this.w5(this.ck);
|
|
6680
6692
|
}
|
|
6681
6693
|
};
|
|
6682
|
-
TileSeries.prototype.
|
|
6694
|
+
TileSeries.prototype.w3 = function (a, b) {
|
|
6683
6695
|
if (this.imageTilesReady != null) {
|
|
6684
6696
|
this.imageTilesReady(this, new EventArgs());
|
|
6685
6697
|
}
|
|
6686
|
-
if (!this.
|
|
6687
|
-
this.
|
|
6698
|
+
if (!this.wz) {
|
|
6699
|
+
this.wt.di();
|
|
6688
6700
|
}
|
|
6689
6701
|
};
|
|
6690
6702
|
TileSeries.prototype.register = function (a, b) {
|
|
6691
|
-
this.
|
|
6703
|
+
this.wy = b;
|
|
6692
6704
|
};
|
|
6693
6705
|
TileSeries.prototype.unRegister = function (a) {
|
|
6694
|
-
this.
|
|
6706
|
+
this.wy = null;
|
|
6695
6707
|
};
|
|
6696
6708
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6697
|
-
this.
|
|
6709
|
+
this.pq(false);
|
|
6698
6710
|
};
|
|
6699
6711
|
TileSeries.prototype.deferAction = function (a) {
|
|
6700
|
-
if (this.
|
|
6701
|
-
this.
|
|
6712
|
+
if (this.i5 != null) {
|
|
6713
|
+
this.i5.setTimeout(a, 0);
|
|
6702
6714
|
}
|
|
6703
6715
|
else {
|
|
6704
6716
|
window.setTimeout(a, 0);
|
|
6705
6717
|
}
|
|
6706
6718
|
};
|
|
6707
|
-
TileSeries.prototype.
|
|
6708
|
-
this.
|
|
6709
|
-
_super.prototype.
|
|
6719
|
+
TileSeries.prototype.qn = function (a, b) {
|
|
6720
|
+
this.wt.dj();
|
|
6721
|
+
_super.prototype.qn.call(this, a, b);
|
|
6710
6722
|
};
|
|
6711
|
-
TileSeries.prototype.
|
|
6712
|
-
_super.prototype.
|
|
6713
|
-
this.
|
|
6723
|
+
TileSeries.prototype.pr = function (a) {
|
|
6724
|
+
_super.prototype.pr.call(this, a);
|
|
6725
|
+
this.w4(a, this.ck);
|
|
6714
6726
|
};
|
|
6715
|
-
TileSeries.prototype.
|
|
6727
|
+
TileSeries.prototype.w4 = function (a, b) {
|
|
6716
6728
|
var c;
|
|
6717
6729
|
var d;
|
|
6718
6730
|
var e = b;
|
|
6719
6731
|
var f = b.getViewInfo(c, d);
|
|
6720
6732
|
c = f.p0;
|
|
6721
6733
|
d = f.p1;
|
|
6722
|
-
this.
|
|
6723
|
-
if (this.
|
|
6724
|
-
this.
|
|
6725
|
-
this.
|
|
6726
|
-
this.
|
|
6734
|
+
this.w5(b);
|
|
6735
|
+
if (this.wy != null) {
|
|
6736
|
+
this.wz = true;
|
|
6737
|
+
this.wy(a);
|
|
6738
|
+
this.wz = false;
|
|
6727
6739
|
}
|
|
6728
6740
|
e.di();
|
|
6729
6741
|
};
|
|
6730
|
-
TileSeries.prototype.
|
|
6731
|
-
_super.prototype.
|
|
6732
|
-
var f = this.
|
|
6742
|
+
TileSeries.prototype.pp = function (a, b, c, d, e) {
|
|
6743
|
+
_super.prototype.pp.call(this, a, b, c, d, e);
|
|
6744
|
+
var f = this.gv.item(d);
|
|
6733
6745
|
f.a3(c);
|
|
6734
|
-
if (this.
|
|
6746
|
+
if (this.dm(f)) {
|
|
6735
6747
|
return;
|
|
6736
6748
|
}
|
|
6737
|
-
this.
|
|
6749
|
+
this.wc(f);
|
|
6738
6750
|
};
|
|
6739
|
-
TileSeries.prototype.
|
|
6751
|
+
TileSeries.prototype.w5 = function (a) {
|
|
6740
6752
|
var b;
|
|
6741
6753
|
var c;
|
|
6742
6754
|
var d = a.getViewInfo(b, c);
|
|
6743
6755
|
b = d.p0;
|
|
6744
6756
|
c = d.p1;
|
|
6745
|
-
if (this.
|
|
6746
|
-
if (this.
|
|
6747
|
-
this.
|
|
6757
|
+
if (this.wx != null && this.wx.ao != null) {
|
|
6758
|
+
if (this.wx != this.ww) {
|
|
6759
|
+
this.ww = this.wx;
|
|
6748
6760
|
}
|
|
6749
|
-
if (this.
|
|
6750
|
-
if (this.
|
|
6751
|
-
this.
|
|
6761
|
+
if (this.ww != null && !b.isEmpty) {
|
|
6762
|
+
if (this.ww.width != b.width) {
|
|
6763
|
+
this.ww.width = b.width;
|
|
6752
6764
|
}
|
|
6753
|
-
if (this.
|
|
6754
|
-
this.
|
|
6765
|
+
if (this.ww.height != b.height) {
|
|
6766
|
+
this.ww.height = b.height;
|
|
6755
6767
|
}
|
|
6756
6768
|
}
|
|
6757
6769
|
}
|
|
6758
6770
|
};
|
|
6759
|
-
TileSeries.prototype.
|
|
6760
|
-
_super.prototype.
|
|
6771
|
+
TileSeries.prototype.nk = function (a, b) {
|
|
6772
|
+
_super.prototype.nk.call(this, a, b);
|
|
6761
6773
|
b.de();
|
|
6762
6774
|
};
|
|
6763
6775
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -6780,8 +6792,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6780
6792
|
TileSeriesView.prototype.au = function () {
|
|
6781
6793
|
_super.prototype.au.call(this);
|
|
6782
6794
|
if (!this.q) {
|
|
6783
|
-
this.da.
|
|
6784
|
-
this.da.
|
|
6795
|
+
this.da.s3 = Defaults.ao;
|
|
6796
|
+
this.da.sx = Defaults.an;
|
|
6785
6797
|
}
|
|
6786
6798
|
};
|
|
6787
6799
|
TileSeriesView.prototype.ck = function (a, b) {
|
|
@@ -6808,14 +6820,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6808
6820
|
this.as();
|
|
6809
6821
|
};
|
|
6810
6822
|
TileSeriesView.prototype.dd = function (a) {
|
|
6811
|
-
if (this.da.
|
|
6812
|
-
this.da.
|
|
6823
|
+
if (this.da.wx != null) {
|
|
6824
|
+
this.da.wx.windowRect = a;
|
|
6813
6825
|
}
|
|
6814
6826
|
};
|
|
6815
6827
|
TileSeriesView.prototype.dg = function (a, b) {
|
|
6816
6828
|
if (this.dc == null) {
|
|
6817
|
-
this.dc = this.e.
|
|
6818
|
-
var c = this.e.
|
|
6829
|
+
this.dc = this.e.i5.createElement("canvas");
|
|
6830
|
+
var c = this.e.i5.get2DCanvasContext(this.dc);
|
|
6819
6831
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
6820
6832
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6821
6833
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -6844,8 +6856,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6844
6856
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6845
6857
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6846
6858
|
}
|
|
6847
|
-
if (this.da.
|
|
6848
|
-
this.da.
|
|
6859
|
+
if (this.da.wx != null) {
|
|
6860
|
+
this.da.wx.bf(this.bx);
|
|
6849
6861
|
}
|
|
6850
6862
|
};
|
|
6851
6863
|
TileSeriesView.prototype.a8 = function (a, b) {
|
|
@@ -6879,8 +6891,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6879
6891
|
TileSeriesView.prototype.de = function () {
|
|
6880
6892
|
};
|
|
6881
6893
|
TileSeriesView.prototype.dk = function (a) {
|
|
6882
|
-
if (this.da.
|
|
6883
|
-
this.da.
|
|
6894
|
+
if (this.da.wx != null) {
|
|
6895
|
+
this.da.wx.a6();
|
|
6884
6896
|
}
|
|
6885
6897
|
};
|
|
6886
6898
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|
|
@@ -6920,7 +6932,7 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6920
6932
|
* Gets whether the current series shows a tile imagery.
|
|
6921
6933
|
*/
|
|
6922
6934
|
get: function () {
|
|
6923
|
-
return this.i.
|
|
6935
|
+
return this.i.fh;
|
|
6924
6936
|
},
|
|
6925
6937
|
enumerable: false,
|
|
6926
6938
|
configurable: true
|
|
@@ -6930,14 +6942,14 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6930
6942
|
* The MapImagery which is used to provide the tiles for display.
|
|
6931
6943
|
*/
|
|
6932
6944
|
get: function () {
|
|
6933
|
-
var r = this.i.
|
|
6945
|
+
var r = this.i.wx;
|
|
6934
6946
|
if (r == null) {
|
|
6935
6947
|
return null;
|
|
6936
6948
|
}
|
|
6937
6949
|
return r.externalObject;
|
|
6938
6950
|
},
|
|
6939
6951
|
set: function (v) {
|
|
6940
|
-
v == null ? this.i.
|
|
6952
|
+
v == null ? this.i.wx = null : this.i.wx = v.i;
|
|
6941
6953
|
},
|
|
6942
6954
|
enumerable: false,
|
|
6943
6955
|
configurable: true
|
|
@@ -7038,62 +7050,65 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7038
7050
|
__extends(GeographicTileSeries, _super);
|
|
7039
7051
|
function GeographicTileSeries() {
|
|
7040
7052
|
var _this = _super.call(this) || this;
|
|
7053
|
+
_this.vb = null;
|
|
7041
7054
|
_this.va = null;
|
|
7042
|
-
_this.u9 = null;
|
|
7043
7055
|
_this.imageTilesReady = null;
|
|
7044
7056
|
_this.ab = GeographicTileSeries.$;
|
|
7045
7057
|
return _this;
|
|
7046
7058
|
}
|
|
7047
|
-
GeographicTileSeries.prototype.
|
|
7059
|
+
GeographicTileSeries.prototype.bg = function () {
|
|
7060
|
+
return new GeographicTileSeries();
|
|
7061
|
+
};
|
|
7062
|
+
GeographicTileSeries.prototype.get_fh = function () {
|
|
7048
7063
|
return true;
|
|
7049
7064
|
};
|
|
7050
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
7065
|
+
Object.defineProperty(GeographicTileSeries.prototype, "vc", {
|
|
7051
7066
|
get: function () {
|
|
7052
|
-
return this.
|
|
7067
|
+
return this.vb;
|
|
7053
7068
|
},
|
|
7054
7069
|
set: function (a) {
|
|
7055
|
-
var b = a != this.
|
|
7070
|
+
var b = a != this.vc;
|
|
7056
7071
|
if (b) {
|
|
7057
|
-
var c = this.
|
|
7058
|
-
this.
|
|
7072
|
+
var c = this.vc;
|
|
7073
|
+
this.vb = a;
|
|
7059
7074
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
7060
7075
|
}
|
|
7061
7076
|
},
|
|
7062
7077
|
enumerable: false,
|
|
7063
7078
|
configurable: true
|
|
7064
7079
|
});
|
|
7065
|
-
GeographicTileSeries.prototype.
|
|
7066
|
-
if (this.
|
|
7067
|
-
this.
|
|
7080
|
+
GeographicTileSeries.prototype.vg = function () {
|
|
7081
|
+
if (this.vc != null) {
|
|
7082
|
+
this.vc.clearTileCache();
|
|
7068
7083
|
}
|
|
7069
7084
|
};
|
|
7070
|
-
GeographicTileSeries.prototype.
|
|
7071
|
-
_super.prototype.
|
|
7085
|
+
GeographicTileSeries.prototype.o9 = function (a, b, c, d) {
|
|
7086
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
7072
7087
|
switch (b) {
|
|
7073
7088
|
case "TileImagery":
|
|
7074
|
-
if (this.
|
|
7075
|
-
this.
|
|
7089
|
+
if (this.t4 != null) {
|
|
7090
|
+
this.t4.wx = this.vc;
|
|
7076
7091
|
}
|
|
7077
7092
|
break;
|
|
7078
7093
|
}
|
|
7079
7094
|
};
|
|
7080
|
-
GeographicTileSeries.prototype.
|
|
7081
|
-
_super.prototype.
|
|
7082
|
-
this.
|
|
7083
|
-
if (this.
|
|
7084
|
-
var a = this.
|
|
7085
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
7095
|
+
GeographicTileSeries.prototype.t9 = function () {
|
|
7096
|
+
_super.prototype.t9.call(this);
|
|
7097
|
+
this.t4.wx = this.vc;
|
|
7098
|
+
if (this.va != null) {
|
|
7099
|
+
var a = this.va;
|
|
7100
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
|
|
7086
7101
|
}
|
|
7087
|
-
this.
|
|
7088
|
-
if (this.
|
|
7089
|
-
var b = this.
|
|
7090
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
7102
|
+
this.va = this.t4;
|
|
7103
|
+
if (this.va != null) {
|
|
7104
|
+
var b = this.va;
|
|
7105
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
|
|
7091
7106
|
}
|
|
7092
7107
|
};
|
|
7093
|
-
GeographicTileSeries.prototype.
|
|
7108
|
+
GeographicTileSeries.prototype.t3 = function () {
|
|
7094
7109
|
return new TileSeries();
|
|
7095
7110
|
};
|
|
7096
|
-
GeographicTileSeries.prototype.
|
|
7111
|
+
GeographicTileSeries.prototype.vf = function (a, b) {
|
|
7097
7112
|
if (this.imageTilesReady != null) {
|
|
7098
7113
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
7099
7114
|
}
|
|
@@ -7130,7 +7145,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
7130
7145
|
* Gets whether the current series shows a tile imagery.
|
|
7131
7146
|
*/
|
|
7132
7147
|
get: function () {
|
|
7133
|
-
return this.i.
|
|
7148
|
+
return this.i.fh;
|
|
7134
7149
|
},
|
|
7135
7150
|
enumerable: false,
|
|
7136
7151
|
configurable: true
|
|
@@ -7140,14 +7155,14 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
7140
7155
|
* The MapImagery which is used to provide the tiles for display.
|
|
7141
7156
|
*/
|
|
7142
7157
|
get: function () {
|
|
7143
|
-
var r = this.i.
|
|
7158
|
+
var r = this.i.vc;
|
|
7144
7159
|
if (r == null) {
|
|
7145
7160
|
return null;
|
|
7146
7161
|
}
|
|
7147
7162
|
return r.externalObject;
|
|
7148
7163
|
},
|
|
7149
7164
|
set: function (v) {
|
|
7150
|
-
v == null ? this.i.
|
|
7165
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
7151
7166
|
},
|
|
7152
7167
|
enumerable: false,
|
|
7153
7168
|
configurable: true
|
|
@@ -7167,7 +7182,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
7167
7182
|
|
|
7168
7183
|
*/
|
|
7169
7184
|
IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
7170
|
-
this.i.
|
|
7185
|
+
this.i.vg();
|
|
7171
7186
|
};
|
|
7172
7187
|
Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
7173
7188
|
/**
|
|
@@ -7288,10 +7303,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7288
7303
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7289
7304
|
*/
|
|
7290
7305
|
get: function () {
|
|
7291
|
-
return this.i.
|
|
7306
|
+
return this.i.ue;
|
|
7292
7307
|
},
|
|
7293
7308
|
set: function (v) {
|
|
7294
|
-
this.i.
|
|
7309
|
+
this.i.ue = ensureEnum(MarkerType_$type, v);
|
|
7295
7310
|
},
|
|
7296
7311
|
enumerable: false,
|
|
7297
7312
|
configurable: true
|
|
@@ -7301,10 +7316,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7301
7316
|
* Gets or sets thickness of the marker outline
|
|
7302
7317
|
*/
|
|
7303
7318
|
get: function () {
|
|
7304
|
-
return this.i.
|
|
7319
|
+
return this.i.uf;
|
|
7305
7320
|
},
|
|
7306
7321
|
set: function (v) {
|
|
7307
|
-
this.i.
|
|
7322
|
+
this.i.uf = +v;
|
|
7308
7323
|
},
|
|
7309
7324
|
enumerable: false,
|
|
7310
7325
|
configurable: true
|
|
@@ -7314,10 +7329,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7314
7329
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7315
7330
|
*/
|
|
7316
7331
|
get: function () {
|
|
7317
|
-
return this.i.
|
|
7332
|
+
return this.i.ud;
|
|
7318
7333
|
},
|
|
7319
7334
|
set: function (v) {
|
|
7320
|
-
this.i.
|
|
7335
|
+
this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
|
|
7321
7336
|
},
|
|
7322
7337
|
enumerable: false,
|
|
7323
7338
|
configurable: true
|
|
@@ -7327,10 +7342,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7327
7342
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7328
7343
|
*/
|
|
7329
7344
|
get: function () {
|
|
7330
|
-
return this.i.
|
|
7345
|
+
return this.i.uc;
|
|
7331
7346
|
},
|
|
7332
7347
|
set: function (v) {
|
|
7333
|
-
this.i.
|
|
7348
|
+
this.i.uc = ensureEnum(MarkerFillMode_$type, v);
|
|
7334
7349
|
},
|
|
7335
7350
|
enumerable: false,
|
|
7336
7351
|
configurable: true
|
|
@@ -7340,10 +7355,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7340
7355
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7341
7356
|
*/
|
|
7342
7357
|
get: function () {
|
|
7343
|
-
return this.i.
|
|
7358
|
+
return this.i.uu;
|
|
7344
7359
|
},
|
|
7345
7360
|
set: function (v) {
|
|
7346
|
-
this.i.
|
|
7361
|
+
this.i.uu = v;
|
|
7347
7362
|
},
|
|
7348
7363
|
enumerable: false,
|
|
7349
7364
|
configurable: true
|
|
@@ -7353,10 +7368,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7353
7368
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7354
7369
|
*/
|
|
7355
7370
|
get: function () {
|
|
7356
|
-
return brushToString(this.i.
|
|
7371
|
+
return brushToString(this.i.u8);
|
|
7357
7372
|
},
|
|
7358
7373
|
set: function (v) {
|
|
7359
|
-
this.i.
|
|
7374
|
+
this.i.u8 = stringToBrush(v);
|
|
7360
7375
|
},
|
|
7361
7376
|
enumerable: false,
|
|
7362
7377
|
configurable: true
|
|
@@ -7366,10 +7381,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7366
7381
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7367
7382
|
*/
|
|
7368
7383
|
get: function () {
|
|
7369
|
-
return brushToString(this.i.
|
|
7384
|
+
return brushToString(this.i.u9);
|
|
7370
7385
|
},
|
|
7371
7386
|
set: function (v) {
|
|
7372
|
-
this.i.
|
|
7387
|
+
this.i.u9 = stringToBrush(v);
|
|
7373
7388
|
},
|
|
7374
7389
|
enumerable: false,
|
|
7375
7390
|
configurable: true
|
|
@@ -7381,10 +7396,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7381
7396
|
* choose a representative set.
|
|
7382
7397
|
*/
|
|
7383
7398
|
get: function () {
|
|
7384
|
-
return this.i.
|
|
7399
|
+
return this.i.ug;
|
|
7385
7400
|
},
|
|
7386
7401
|
set: function (v) {
|
|
7387
|
-
this.i.
|
|
7402
|
+
this.i.ug = +v;
|
|
7388
7403
|
},
|
|
7389
7404
|
enumerable: false,
|
|
7390
7405
|
configurable: true
|
|
@@ -7394,10 +7409,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7394
7409
|
* Gets the effective marker template for the current series object.
|
|
7395
7410
|
*/
|
|
7396
7411
|
get: function () {
|
|
7397
|
-
return this.i.
|
|
7412
|
+
return this.i.ut;
|
|
7398
7413
|
},
|
|
7399
7414
|
set: function (v) {
|
|
7400
|
-
this.i.
|
|
7415
|
+
this.i.ut = v;
|
|
7401
7416
|
},
|
|
7402
7417
|
enumerable: false,
|
|
7403
7418
|
configurable: true
|
|
@@ -7407,10 +7422,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7407
7422
|
* Gets the effective marker brush for the current series object.
|
|
7408
7423
|
*/
|
|
7409
7424
|
get: function () {
|
|
7410
|
-
return brushToString(this.i.
|
|
7425
|
+
return brushToString(this.i.u6);
|
|
7411
7426
|
},
|
|
7412
7427
|
set: function (v) {
|
|
7413
|
-
this.i.
|
|
7428
|
+
this.i.u6 = stringToBrush(v);
|
|
7414
7429
|
},
|
|
7415
7430
|
enumerable: false,
|
|
7416
7431
|
configurable: true
|
|
@@ -7420,10 +7435,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7420
7435
|
* Gets the effective marker outline for the current series object.
|
|
7421
7436
|
*/
|
|
7422
7437
|
get: function () {
|
|
7423
|
-
return brushToString(this.i.
|
|
7438
|
+
return brushToString(this.i.u7);
|
|
7424
7439
|
},
|
|
7425
7440
|
set: function (v) {
|
|
7426
|
-
this.i.
|
|
7441
|
+
this.i.u7 = stringToBrush(v);
|
|
7427
7442
|
},
|
|
7428
7443
|
enumerable: false,
|
|
7429
7444
|
configurable: true
|
|
@@ -7474,75 +7489,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7474
7489
|
__extends(GeographicMarkerSeries, _super);
|
|
7475
7490
|
function GeographicMarkerSeries() {
|
|
7476
7491
|
var _this = _super.call(this) || this;
|
|
7477
|
-
var a = _this.
|
|
7478
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.
|
|
7492
|
+
var a = _this.t4;
|
|
7493
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.us));
|
|
7479
7494
|
return _this;
|
|
7480
7495
|
}
|
|
7481
|
-
GeographicMarkerSeries.prototype.
|
|
7482
|
-
return this.
|
|
7483
|
-
};
|
|
7484
|
-
GeographicMarkerSeries.prototype.sz = function () {
|
|
7485
|
-
return this.u5;
|
|
7496
|
+
GeographicMarkerSeries.prototype.qw = function () {
|
|
7497
|
+
return this.ut;
|
|
7486
7498
|
};
|
|
7487
7499
|
GeographicMarkerSeries.prototype.s0 = function () {
|
|
7488
7500
|
return this.u6;
|
|
7489
7501
|
};
|
|
7490
|
-
GeographicMarkerSeries.prototype.
|
|
7491
|
-
return this.
|
|
7502
|
+
GeographicMarkerSeries.prototype.s1 = function () {
|
|
7503
|
+
return this.u7;
|
|
7492
7504
|
};
|
|
7493
|
-
GeographicMarkerSeries.prototype.
|
|
7494
|
-
|
|
7505
|
+
GeographicMarkerSeries.prototype.ht = function () {
|
|
7506
|
+
return this.uf;
|
|
7507
|
+
};
|
|
7508
|
+
GeographicMarkerSeries.prototype.ky = function () {
|
|
7509
|
+
var a = typeCast(MarkerSeries.$, this.t4);
|
|
7495
7510
|
if (a == null) {
|
|
7496
7511
|
return "Unknown";
|
|
7497
7512
|
}
|
|
7498
|
-
return a.
|
|
7513
|
+
return a.ky();
|
|
7499
7514
|
};
|
|
7500
|
-
GeographicMarkerSeries.prototype.
|
|
7501
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
7515
|
+
GeographicMarkerSeries.prototype.us = function (a, b) {
|
|
7516
|
+
var c = typeCast(MarkerSeries.$, this.t4);
|
|
7502
7517
|
if (c == null) {
|
|
7503
7518
|
return;
|
|
7504
7519
|
}
|
|
7505
7520
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7506
|
-
this.
|
|
7521
|
+
this.ut = c.uv;
|
|
7507
7522
|
}
|
|
7508
7523
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7509
|
-
this.
|
|
7524
|
+
this.u7 = c.vc;
|
|
7510
7525
|
}
|
|
7511
7526
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7512
|
-
this.
|
|
7527
|
+
this.u6 = c.vb;
|
|
7513
7528
|
}
|
|
7514
7529
|
};
|
|
7515
|
-
GeographicMarkerSeries.prototype.
|
|
7516
|
-
_super.prototype.
|
|
7530
|
+
GeographicMarkerSeries.prototype.o9 = function (a, b, c, d) {
|
|
7531
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
7517
7532
|
switch (b) {
|
|
7518
7533
|
case GeographicMarkerSeries.$$p[3]:
|
|
7519
|
-
this.
|
|
7534
|
+
this.t4.vd = this.u8;
|
|
7520
7535
|
break;
|
|
7521
7536
|
case GeographicMarkerSeries.$$p[6]:
|
|
7522
|
-
this.
|
|
7537
|
+
this.t4.ve = this.u9;
|
|
7523
7538
|
break;
|
|
7524
7539
|
case GeographicMarkerSeries.$$p[5]:
|
|
7525
|
-
this.
|
|
7540
|
+
this.t4.t8 = this.ud;
|
|
7526
7541
|
break;
|
|
7527
7542
|
case GeographicMarkerSeries.$$p[4]:
|
|
7528
|
-
this.
|
|
7543
|
+
this.t4.t4 = this.uc;
|
|
7529
7544
|
break;
|
|
7530
7545
|
case GeographicMarkerSeries.$$p[9]:
|
|
7531
|
-
this.
|
|
7546
|
+
this.t4.ub = this.ue;
|
|
7532
7547
|
break;
|
|
7533
7548
|
case GeographicMarkerSeries.$$p[7]:
|
|
7534
|
-
this.
|
|
7549
|
+
this.t4.ux = this.uu;
|
|
7535
7550
|
break;
|
|
7536
7551
|
case GeographicMarkerSeries.$$p[8]:
|
|
7537
|
-
this.
|
|
7552
|
+
this.t4.ug = this.uf;
|
|
7538
7553
|
break;
|
|
7539
7554
|
case GeographicMarkerSeries.$$p[10]:
|
|
7540
|
-
this.
|
|
7555
|
+
this.t4.w2 = this.ug;
|
|
7541
7556
|
break;
|
|
7542
7557
|
}
|
|
7543
7558
|
};
|
|
7544
7559
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7545
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7560
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u6:uv', [Brush.$], 'ActualMarkerOutline:u7:uw', [Brush.$], 'ActualMarkerTemplate:ut:ux', [DataTemplate.$, null], 'MarkerBrush:u8:uy', [Brush.$], 'MarkerFillMode:uc:uz', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [Brush.$], 'MarkerTemplate:uu:u2', [DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, DeviceUtils.g(2)], 'MarkerType:ue:u4', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
|
|
7546
7561
|
return GeographicMarkerSeries;
|
|
7547
7562
|
}(GeographicMapSeriesHost));
|
|
7548
7563
|
|
|
@@ -7570,97 +7585,97 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7570
7585
|
};
|
|
7571
7586
|
GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
|
|
7572
7587
|
_super.prototype.b5.call(this);
|
|
7573
|
-
var a = this.ch.
|
|
7574
|
-
a.
|
|
7575
|
-
a.
|
|
7576
|
-
a.
|
|
7577
|
-
a.
|
|
7578
|
-
a.
|
|
7588
|
+
var a = this.ch.t4;
|
|
7589
|
+
a.xm = this.ch.v3;
|
|
7590
|
+
a.xu = this.ch.v1;
|
|
7591
|
+
a.ub = this.ch.ue;
|
|
7592
|
+
a.ux = this.ch.uu;
|
|
7593
|
+
a.ug = this.ch.uf;
|
|
7594
|
+
a.zu = this.ch.vn;
|
|
7595
|
+
a.aak = this.ch.v8;
|
|
7596
|
+
a.zk = this.ch.vf;
|
|
7597
|
+
a.aaa = this.ch.vz;
|
|
7598
|
+
a.z5 = this.ch.vr;
|
|
7599
|
+
a.zh = this.ch.vc;
|
|
7600
|
+
a.zs = this.ch.vj;
|
|
7579
7601
|
a.zt = this.ch.vm;
|
|
7580
|
-
a.
|
|
7581
|
-
a.zj = this.ch.ve;
|
|
7582
|
-
a.z9 = this.ch.vy;
|
|
7583
|
-
a.z4 = this.ch.vq;
|
|
7584
|
-
a.zg = this.ch.vb;
|
|
7585
|
-
a.zr = this.ch.vi;
|
|
7586
|
-
a.zs = this.ch.vl;
|
|
7602
|
+
a.zz = this.ch.vp;
|
|
7587
7603
|
a.zy = this.ch.vo;
|
|
7588
|
-
a.zx = this.ch.vn;
|
|
7589
7604
|
};
|
|
7590
7605
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
7591
|
-
this.ch.
|
|
7606
|
+
this.ch.t4.xm = this.ch.v3;
|
|
7592
7607
|
};
|
|
7593
7608
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
7594
|
-
this.ch.
|
|
7609
|
+
this.ch.t4.xu = this.ch.v1;
|
|
7595
7610
|
};
|
|
7596
7611
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7597
|
-
this.ch.
|
|
7612
|
+
this.ch.t4.ub = this.ch.ue;
|
|
7598
7613
|
};
|
|
7599
7614
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
7600
|
-
this.ch.
|
|
7615
|
+
this.ch.t4.ux = this.ch.uu;
|
|
7601
7616
|
};
|
|
7602
7617
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7603
|
-
this.ch.
|
|
7618
|
+
this.ch.t4.ug = this.ch.uf;
|
|
7604
7619
|
};
|
|
7605
7620
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7606
|
-
this.ch.
|
|
7621
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
7607
7622
|
};
|
|
7608
7623
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7609
|
-
this.ch.
|
|
7624
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
7610
7625
|
};
|
|
7611
7626
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7612
|
-
this.ch.
|
|
7627
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
7613
7628
|
};
|
|
7614
7629
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7615
|
-
var a = this.ch.
|
|
7616
|
-
if (this.ch.
|
|
7630
|
+
var a = this.ch.t4;
|
|
7631
|
+
if (this.ch.cz == null) {
|
|
7617
7632
|
a.xAxis = null;
|
|
7618
7633
|
a.yAxis = null;
|
|
7619
7634
|
return;
|
|
7620
7635
|
}
|
|
7621
|
-
a.xAxis = this.ch.
|
|
7622
|
-
a.yAxis = this.ch.
|
|
7636
|
+
a.xAxis = this.ch.cz.ua;
|
|
7637
|
+
a.yAxis = this.ch.cz.uc;
|
|
7623
7638
|
};
|
|
7624
7639
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7625
|
-
this.ch.
|
|
7640
|
+
this.ch.t4.vd = this.ch.u8;
|
|
7626
7641
|
};
|
|
7627
7642
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
7628
|
-
this.ch.
|
|
7643
|
+
this.ch.t4.ve = this.ch.u9;
|
|
7629
7644
|
};
|
|
7630
7645
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7631
|
-
this.ch.
|
|
7646
|
+
this.ch.t4.aak = this.ch.v8;
|
|
7632
7647
|
};
|
|
7633
7648
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7634
|
-
this.ch.
|
|
7635
|
-
this.ch.
|
|
7649
|
+
this.ch.t4.zk = this.ch.vf;
|
|
7650
|
+
this.ch.t4.zu = this.ch.vn;
|
|
7636
7651
|
};
|
|
7637
7652
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
7638
|
-
this.ch.
|
|
7653
|
+
this.ch.t4.aaa = this.ch.vz;
|
|
7639
7654
|
};
|
|
7640
7655
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
7641
|
-
this.ch.
|
|
7642
|
-
this.ch.
|
|
7643
|
-
this.ch.
|
|
7644
|
-
this.ch.
|
|
7645
|
-
this.ch.
|
|
7656
|
+
this.ch.t4.zh = this.ch.vc;
|
|
7657
|
+
this.ch.t4.zs = this.ch.vj;
|
|
7658
|
+
this.ch.t4.zt = this.ch.vm;
|
|
7659
|
+
this.ch.t4.zz = this.ch.vp;
|
|
7660
|
+
this.ch.t4.zy = this.ch.vo;
|
|
7646
7661
|
};
|
|
7647
7662
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7648
|
-
this.ch.
|
|
7663
|
+
this.ch.t4.z5 = this.ch.vr;
|
|
7649
7664
|
};
|
|
7650
7665
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7651
|
-
this.ch.
|
|
7666
|
+
this.ch.t4.zu = this.ch.vn;
|
|
7652
7667
|
};
|
|
7653
7668
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
7654
|
-
this.ch.
|
|
7669
|
+
this.ch.t4.zs = this.ch.vj;
|
|
7655
7670
|
};
|
|
7656
7671
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7657
|
-
this.ch.
|
|
7672
|
+
this.ch.t4.zt = this.ch.vm;
|
|
7658
7673
|
};
|
|
7659
7674
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
7660
|
-
this.ch.
|
|
7675
|
+
this.ch.t4.zz = this.ch.vp;
|
|
7661
7676
|
};
|
|
7662
7677
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
7663
|
-
this.ch.
|
|
7678
|
+
this.ch.t4.zy = this.ch.vo;
|
|
7664
7679
|
};
|
|
7665
7680
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7666
7681
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7672,125 +7687,128 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7672
7687
|
__extends(GeographicProportionalSymbolSeries, _super);
|
|
7673
7688
|
function GeographicProportionalSymbolSeries() {
|
|
7674
7689
|
var _this = _super.call(this) || this;
|
|
7675
|
-
_this.
|
|
7690
|
+
_this.vd = null;
|
|
7691
|
+
_this.vi = false;
|
|
7676
7692
|
_this.vh = false;
|
|
7677
|
-
_this.vg = false;
|
|
7678
7693
|
_this.assigningScatterStyle = null;
|
|
7679
7694
|
_this.assigningScatterMarkerStyle = null;
|
|
7680
7695
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
7681
7696
|
return _this;
|
|
7682
7697
|
}
|
|
7683
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7698
|
+
GeographicProportionalSymbolSeries.prototype.bg = function () {
|
|
7699
|
+
return new GeographicProportionalSymbolSeries();
|
|
7700
|
+
};
|
|
7701
|
+
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
7684
7702
|
return true;
|
|
7685
7703
|
};
|
|
7686
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7704
|
+
GeographicProportionalSymbolSeries.prototype.ch = function () {
|
|
7687
7705
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7688
7706
|
};
|
|
7689
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7690
|
-
_super.prototype.
|
|
7691
|
-
this.
|
|
7707
|
+
GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
|
|
7708
|
+
_super.prototype.o1.call(this, a);
|
|
7709
|
+
this.vg = a;
|
|
7692
7710
|
};
|
|
7693
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7711
|
+
GeographicProportionalSymbolSeries.prototype.ir = function () {
|
|
7694
7712
|
return 0.7;
|
|
7695
7713
|
};
|
|
7696
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7714
|
+
GeographicProportionalSymbolSeries.prototype.t3 = function () {
|
|
7697
7715
|
return new BubbleSeries();
|
|
7698
7716
|
};
|
|
7699
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7717
|
+
GeographicProportionalSymbolSeries.prototype.get_et = function () {
|
|
7700
7718
|
return true;
|
|
7701
7719
|
};
|
|
7702
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7703
|
-
_super.prototype.
|
|
7720
|
+
GeographicProportionalSymbolSeries.prototype.o9 = function (a, b, c, d) {
|
|
7721
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
7704
7722
|
switch (b) {
|
|
7705
7723
|
case "SeriesViewer":
|
|
7706
|
-
this.
|
|
7724
|
+
this.vg.cx();
|
|
7707
7725
|
break;
|
|
7708
7726
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7709
|
-
this.
|
|
7727
|
+
this.vg.cq();
|
|
7710
7728
|
break;
|
|
7711
7729
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7712
|
-
this.
|
|
7730
|
+
this.vg.cp();
|
|
7713
7731
|
break;
|
|
7714
7732
|
case "XAxis":
|
|
7715
|
-
this.
|
|
7733
|
+
this.vg.cy();
|
|
7716
7734
|
break;
|
|
7717
7735
|
case "YAxis":
|
|
7718
|
-
this.
|
|
7736
|
+
this.vg.cz();
|
|
7719
7737
|
break;
|
|
7720
7738
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7721
|
-
this.
|
|
7739
|
+
this.vg.c0();
|
|
7722
7740
|
break;
|
|
7723
7741
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7724
|
-
this.
|
|
7742
|
+
this.vg.c1();
|
|
7725
7743
|
break;
|
|
7726
7744
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7727
|
-
this.
|
|
7745
|
+
this.vg.c2();
|
|
7728
7746
|
break;
|
|
7729
7747
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7730
|
-
this.
|
|
7748
|
+
this.vg.cl();
|
|
7731
7749
|
break;
|
|
7732
7750
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7733
|
-
this.
|
|
7751
|
+
this.vg.ci();
|
|
7734
7752
|
break;
|
|
7735
7753
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7736
|
-
this.
|
|
7754
|
+
this.vg.cj();
|
|
7737
7755
|
break;
|
|
7738
7756
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7739
|
-
this.
|
|
7757
|
+
this.vg.ck();
|
|
7740
7758
|
break;
|
|
7741
7759
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7742
|
-
this.
|
|
7760
|
+
this.vg.co();
|
|
7743
7761
|
break;
|
|
7744
7762
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7745
|
-
this.
|
|
7763
|
+
this.vg.cn();
|
|
7746
7764
|
break;
|
|
7747
7765
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7748
|
-
this.
|
|
7766
|
+
this.vg.cm();
|
|
7749
7767
|
break;
|
|
7750
7768
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7751
|
-
this.
|
|
7752
|
-
this.
|
|
7753
|
-
if (this.
|
|
7754
|
-
var e = this.
|
|
7755
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7769
|
+
this.t4.wj = this.vl;
|
|
7770
|
+
this.vi = this.vl;
|
|
7771
|
+
if (this.vl) {
|
|
7772
|
+
var e = this.t4;
|
|
7773
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wd));
|
|
7756
7774
|
}
|
|
7757
7775
|
else {
|
|
7758
|
-
var f = this.
|
|
7759
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7776
|
+
var f = this.t4;
|
|
7777
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wd));
|
|
7760
7778
|
}
|
|
7761
7779
|
break;
|
|
7762
7780
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7763
|
-
this.
|
|
7764
|
-
this.
|
|
7765
|
-
if (this.
|
|
7766
|
-
var g = this.
|
|
7767
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7781
|
+
this.t4.wi = this.vk;
|
|
7782
|
+
this.vh = this.vk;
|
|
7783
|
+
if (this.vl) {
|
|
7784
|
+
var g = this.t4;
|
|
7785
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wc));
|
|
7768
7786
|
}
|
|
7769
7787
|
else {
|
|
7770
|
-
var h = this.
|
|
7771
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7788
|
+
var h = this.t4;
|
|
7789
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wc));
|
|
7772
7790
|
}
|
|
7773
7791
|
break;
|
|
7774
7792
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7775
|
-
this.
|
|
7793
|
+
this.t4.v7 = this.ve;
|
|
7776
7794
|
break;
|
|
7777
7795
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7778
|
-
this.
|
|
7796
|
+
this.t4.w1 = this.vq;
|
|
7779
7797
|
break;
|
|
7780
7798
|
}
|
|
7781
7799
|
};
|
|
7782
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7800
|
+
GeographicProportionalSymbolSeries.prototype.wd = function (a, b) {
|
|
7783
7801
|
if (this.assigningScatterStyle != null) {
|
|
7784
7802
|
this.assigningScatterStyle(this, b);
|
|
7785
7803
|
}
|
|
7786
7804
|
};
|
|
7787
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7805
|
+
GeographicProportionalSymbolSeries.prototype.wc = function (a, b) {
|
|
7788
7806
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7789
7807
|
this.assigningScatterMarkerStyle(this, b);
|
|
7790
7808
|
}
|
|
7791
7809
|
};
|
|
7792
7810
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7793
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7811
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
|
|
7794
7812
|
return GeographicProportionalSymbolSeries;
|
|
7795
7813
|
}(GeographicMarkerSeries));
|
|
7796
7814
|
|
|
@@ -7831,7 +7849,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7831
7849
|
* Gets whether the series has only marker as visuals
|
|
7832
7850
|
*/
|
|
7833
7851
|
get: function () {
|
|
7834
|
-
return this.i.
|
|
7852
|
+
return this.i.dy;
|
|
7835
7853
|
},
|
|
7836
7854
|
enumerable: false,
|
|
7837
7855
|
configurable: true
|
|
@@ -7841,10 +7859,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7841
7859
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7842
7860
|
*/
|
|
7843
7861
|
get: function () {
|
|
7844
|
-
return this.i.
|
|
7862
|
+
return this.i.v1;
|
|
7845
7863
|
},
|
|
7846
7864
|
set: function (v) {
|
|
7847
|
-
this.i.
|
|
7865
|
+
this.i.v1 = v;
|
|
7848
7866
|
},
|
|
7849
7867
|
enumerable: false,
|
|
7850
7868
|
configurable: true
|
|
@@ -7854,10 +7872,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7854
7872
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7855
7873
|
*/
|
|
7856
7874
|
get: function () {
|
|
7857
|
-
return this.i.
|
|
7875
|
+
return this.i.v3;
|
|
7858
7876
|
},
|
|
7859
7877
|
set: function (v) {
|
|
7860
|
-
this.i.
|
|
7878
|
+
this.i.v3 = v;
|
|
7861
7879
|
},
|
|
7862
7880
|
enumerable: false,
|
|
7863
7881
|
configurable: true
|
|
@@ -7867,10 +7885,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7867
7885
|
* Gets or sets the radius mapping property for the current series object.
|
|
7868
7886
|
*/
|
|
7869
7887
|
get: function () {
|
|
7870
|
-
return this.i.
|
|
7888
|
+
return this.i.v8;
|
|
7871
7889
|
},
|
|
7872
7890
|
set: function (v) {
|
|
7873
|
-
this.i.
|
|
7891
|
+
this.i.v8 = v;
|
|
7874
7892
|
},
|
|
7875
7893
|
enumerable: false,
|
|
7876
7894
|
configurable: true
|
|
@@ -7880,7 +7898,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7880
7898
|
* Gets or sets the radius size scale for the bubbles.
|
|
7881
7899
|
*/
|
|
7882
7900
|
get: function () {
|
|
7883
|
-
var r = this.i.
|
|
7901
|
+
var r = this.i.vf;
|
|
7884
7902
|
if (r == null) {
|
|
7885
7903
|
return null;
|
|
7886
7904
|
}
|
|
@@ -7896,7 +7914,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7896
7914
|
set: function (v) {
|
|
7897
7915
|
if (v != null && this._stylingContainer && v._styling)
|
|
7898
7916
|
v._styling(this._stylingContainer, this, this);
|
|
7899
|
-
v == null ? this.i.
|
|
7917
|
+
v == null ? this.i.vf = null : this.i.vf = v.i;
|
|
7900
7918
|
},
|
|
7901
7919
|
enumerable: false,
|
|
7902
7920
|
configurable: true
|
|
@@ -7906,10 +7924,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7906
7924
|
* Gets or sets the Label mapping property for the current series object.
|
|
7907
7925
|
*/
|
|
7908
7926
|
get: function () {
|
|
7909
|
-
return this.i.
|
|
7927
|
+
return this.i.vz;
|
|
7910
7928
|
},
|
|
7911
7929
|
set: function (v) {
|
|
7912
|
-
this.i.
|
|
7930
|
+
this.i.vz = v;
|
|
7913
7931
|
},
|
|
7914
7932
|
enumerable: false,
|
|
7915
7933
|
configurable: true
|
|
@@ -7919,10 +7937,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7919
7937
|
* Gets or sets the fill mapping property for the current series object.
|
|
7920
7938
|
*/
|
|
7921
7939
|
get: function () {
|
|
7922
|
-
return this.i.
|
|
7940
|
+
return this.i.vr;
|
|
7923
7941
|
},
|
|
7924
7942
|
set: function (v) {
|
|
7925
|
-
this.i.
|
|
7943
|
+
this.i.vr = v;
|
|
7926
7944
|
},
|
|
7927
7945
|
enumerable: false,
|
|
7928
7946
|
configurable: true
|
|
@@ -7932,7 +7950,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7932
7950
|
* Gets or sets the brush scale for the marker brush.
|
|
7933
7951
|
*/
|
|
7934
7952
|
get: function () {
|
|
7935
|
-
var r = this.i.
|
|
7953
|
+
var r = this.i.vc;
|
|
7936
7954
|
if (r == null) {
|
|
7937
7955
|
return null;
|
|
7938
7956
|
}
|
|
@@ -7948,7 +7966,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7948
7966
|
set: function (v) {
|
|
7949
7967
|
if (v != null && this._stylingContainer && v._styling)
|
|
7950
7968
|
v._styling(this._stylingContainer, this, this);
|
|
7951
|
-
v == null ? this.i.
|
|
7969
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
7952
7970
|
},
|
|
7953
7971
|
enumerable: false,
|
|
7954
7972
|
configurable: true
|
|
@@ -7959,10 +7977,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7959
7977
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7960
7978
|
*/
|
|
7961
7979
|
get: function () {
|
|
7962
|
-
return this.i.
|
|
7980
|
+
return this.i.vj;
|
|
7963
7981
|
},
|
|
7964
7982
|
set: function (v) {
|
|
7965
|
-
this.i.
|
|
7983
|
+
this.i.vj = ensureBool(v);
|
|
7966
7984
|
},
|
|
7967
7985
|
enumerable: false,
|
|
7968
7986
|
configurable: true
|
|
@@ -7973,10 +7991,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7973
7991
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7974
7992
|
*/
|
|
7975
7993
|
get: function () {
|
|
7976
|
-
return this.i.
|
|
7994
|
+
return this.i.vm;
|
|
7977
7995
|
},
|
|
7978
7996
|
set: function (v) {
|
|
7979
|
-
this.i.
|
|
7997
|
+
this.i.vm = ensureBool(v);
|
|
7980
7998
|
},
|
|
7981
7999
|
enumerable: false,
|
|
7982
8000
|
configurable: true
|
|
@@ -7987,10 +8005,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7987
8005
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7988
8006
|
*/
|
|
7989
8007
|
get: function () {
|
|
7990
|
-
return this.i.
|
|
8008
|
+
return this.i.vp;
|
|
7991
8009
|
},
|
|
7992
8010
|
set: function (v) {
|
|
7993
|
-
this.i.
|
|
8011
|
+
this.i.vp = +v;
|
|
7994
8012
|
},
|
|
7995
8013
|
enumerable: false,
|
|
7996
8014
|
configurable: true
|
|
@@ -8001,10 +8019,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
8001
8019
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
8002
8020
|
*/
|
|
8003
8021
|
get: function () {
|
|
8004
|
-
return this.i.
|
|
8022
|
+
return this.i.vo;
|
|
8005
8023
|
},
|
|
8006
8024
|
set: function (v) {
|
|
8007
|
-
this.i.
|
|
8025
|
+
this.i.vo = +v;
|
|
8008
8026
|
},
|
|
8009
8027
|
enumerable: false,
|
|
8010
8028
|
configurable: true
|
|
@@ -8015,10 +8033,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
8015
8033
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
8016
8034
|
*/
|
|
8017
8035
|
get: function () {
|
|
8018
|
-
return this.i.
|
|
8036
|
+
return this.i.vn;
|
|
8019
8037
|
},
|
|
8020
8038
|
set: function (v) {
|
|
8021
|
-
this.i.
|
|
8039
|
+
this.i.vn = ensureBool(v);
|
|
8022
8040
|
},
|
|
8023
8041
|
enumerable: false,
|
|
8024
8042
|
configurable: true
|
|
@@ -8028,10 +8046,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
8028
8046
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8029
8047
|
*/
|
|
8030
8048
|
get: function () {
|
|
8031
|
-
return this.i.
|
|
8049
|
+
return this.i.vl;
|
|
8032
8050
|
},
|
|
8033
8051
|
set: function (v) {
|
|
8034
|
-
this.i.
|
|
8052
|
+
this.i.vl = ensureBool(v);
|
|
8035
8053
|
},
|
|
8036
8054
|
enumerable: false,
|
|
8037
8055
|
configurable: true
|
|
@@ -8041,10 +8059,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
8041
8059
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8042
8060
|
*/
|
|
8043
8061
|
get: function () {
|
|
8044
|
-
return this.i.
|
|
8062
|
+
return this.i.vk;
|
|
8045
8063
|
},
|
|
8046
8064
|
set: function (v) {
|
|
8047
|
-
this.i.
|
|
8065
|
+
this.i.vk = ensureBool(v);
|
|
8048
8066
|
},
|
|
8049
8067
|
enumerable: false,
|
|
8050
8068
|
configurable: true
|
|
@@ -8054,10 +8072,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
8054
8072
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8055
8073
|
*/
|
|
8056
8074
|
get: function () {
|
|
8057
|
-
return this.i.
|
|
8075
|
+
return this.i.ve;
|
|
8058
8076
|
},
|
|
8059
8077
|
set: function (v) {
|
|
8060
|
-
this.i.
|
|
8078
|
+
this.i.ve = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
8061
8079
|
},
|
|
8062
8080
|
enumerable: false,
|
|
8063
8081
|
configurable: true
|
|
@@ -8067,10 +8085,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
8067
8085
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8068
8086
|
*/
|
|
8069
8087
|
get: function () {
|
|
8070
|
-
return this.i.
|
|
8088
|
+
return this.i.vq;
|
|
8071
8089
|
},
|
|
8072
8090
|
set: function (v) {
|
|
8073
|
-
this.i.
|
|
8091
|
+
this.i.vq = +v;
|
|
8074
8092
|
},
|
|
8075
8093
|
enumerable: false,
|
|
8076
8094
|
configurable: true
|
|
@@ -8272,56 +8290,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8272
8290
|
}
|
|
8273
8291
|
};
|
|
8274
8292
|
GeographicSymbolSeriesView.prototype.b5 = function () {
|
|
8275
|
-
var a = this.ch.
|
|
8293
|
+
var a = this.ch.t4;
|
|
8276
8294
|
_super.prototype.b5.call(this);
|
|
8277
|
-
a.
|
|
8278
|
-
a.
|
|
8279
|
-
a.
|
|
8280
|
-
a.
|
|
8281
|
-
a.
|
|
8295
|
+
a.xm = this.ch.vs;
|
|
8296
|
+
a.xu = this.ch.vq;
|
|
8297
|
+
a.ub = this.ch.ue;
|
|
8298
|
+
a.ux = this.ch.uu;
|
|
8299
|
+
a.ug = this.ch.uf;
|
|
8282
8300
|
};
|
|
8283
8301
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
8284
|
-
this.ch.
|
|
8302
|
+
this.ch.t4.xm = this.ch.vs;
|
|
8285
8303
|
};
|
|
8286
8304
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8287
|
-
this.ch.
|
|
8305
|
+
this.ch.t4.xu = this.ch.vq;
|
|
8288
8306
|
};
|
|
8289
8307
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8290
|
-
this.ch.
|
|
8308
|
+
this.ch.t4.ub = this.ch.ue;
|
|
8291
8309
|
};
|
|
8292
8310
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
8293
|
-
this.ch.
|
|
8311
|
+
this.ch.t4.ux = this.ch.uu;
|
|
8294
8312
|
};
|
|
8295
8313
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8296
|
-
this.ch.
|
|
8314
|
+
this.ch.t4.ug = this.ch.uf;
|
|
8297
8315
|
};
|
|
8298
8316
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8299
|
-
this.ch.
|
|
8317
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
8300
8318
|
};
|
|
8301
8319
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
8302
|
-
this.ch.
|
|
8320
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
8303
8321
|
};
|
|
8304
8322
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
8305
|
-
this.ch.
|
|
8323
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
8306
8324
|
};
|
|
8307
8325
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
8308
|
-
var a = this.ch.
|
|
8309
|
-
if (this.ch.
|
|
8326
|
+
var a = this.ch.t4;
|
|
8327
|
+
if (this.ch.cz == null) {
|
|
8310
8328
|
a.xAxis = null;
|
|
8311
8329
|
a.yAxis = null;
|
|
8312
8330
|
return;
|
|
8313
8331
|
}
|
|
8314
|
-
a.xAxis = this.ch.
|
|
8315
|
-
a.yAxis = this.ch.
|
|
8332
|
+
a.xAxis = this.ch.cz.ua;
|
|
8333
|
+
a.yAxis = this.ch.cz.uc;
|
|
8316
8334
|
};
|
|
8317
8335
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8318
|
-
this.ch.
|
|
8336
|
+
this.ch.t4.vn = this.ch.vc;
|
|
8319
8337
|
};
|
|
8320
8338
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
8321
|
-
this.ch.
|
|
8339
|
+
this.ch.t4.vd = this.ch.u8;
|
|
8322
8340
|
};
|
|
8323
8341
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
8324
|
-
this.ch.
|
|
8342
|
+
this.ch.t4.ve = this.ch.u9;
|
|
8325
8343
|
};
|
|
8326
8344
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8327
8345
|
return GeographicSymbolSeriesView;
|
|
@@ -8333,98 +8351,101 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8333
8351
|
__extends(GeographicSymbolSeries, _super);
|
|
8334
8352
|
function GeographicSymbolSeries() {
|
|
8335
8353
|
var _this = _super.call(this) || this;
|
|
8336
|
-
_this.
|
|
8354
|
+
_this.ve = null;
|
|
8355
|
+
_this.vh = false;
|
|
8337
8356
|
_this.vg = false;
|
|
8338
|
-
_this.vf = false;
|
|
8339
8357
|
_this.assigningScatterStyle = null;
|
|
8340
8358
|
_this.assigningScatterMarkerStyle = null;
|
|
8341
8359
|
_this.ab = GeographicSymbolSeries.$;
|
|
8342
8360
|
return _this;
|
|
8343
8361
|
}
|
|
8344
|
-
GeographicSymbolSeries.prototype.
|
|
8362
|
+
GeographicSymbolSeries.prototype.bg = function () {
|
|
8363
|
+
return new GeographicSymbolSeries();
|
|
8364
|
+
};
|
|
8365
|
+
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
8345
8366
|
return true;
|
|
8346
8367
|
};
|
|
8347
|
-
GeographicSymbolSeries.prototype.
|
|
8368
|
+
GeographicSymbolSeries.prototype.ch = function () {
|
|
8348
8369
|
return new GeographicSymbolSeriesView(this);
|
|
8349
8370
|
};
|
|
8350
|
-
GeographicSymbolSeries.prototype.
|
|
8351
|
-
_super.prototype.
|
|
8352
|
-
this.
|
|
8371
|
+
GeographicSymbolSeries.prototype.o1 = function (a) {
|
|
8372
|
+
_super.prototype.o1.call(this, a);
|
|
8373
|
+
this.vf = a;
|
|
8353
8374
|
};
|
|
8354
|
-
GeographicSymbolSeries.prototype.
|
|
8375
|
+
GeographicSymbolSeries.prototype.ir = function () {
|
|
8355
8376
|
return 0.7;
|
|
8356
8377
|
};
|
|
8357
|
-
GeographicSymbolSeries.prototype.
|
|
8378
|
+
GeographicSymbolSeries.prototype.t3 = function () {
|
|
8358
8379
|
return new ScatterSeries();
|
|
8359
8380
|
};
|
|
8360
|
-
GeographicSymbolSeries.prototype.
|
|
8381
|
+
GeographicSymbolSeries.prototype.get_et = function () {
|
|
8361
8382
|
return true;
|
|
8362
8383
|
};
|
|
8363
|
-
GeographicSymbolSeries.prototype.
|
|
8364
|
-
_super.prototype.
|
|
8384
|
+
GeographicSymbolSeries.prototype.o9 = function (a, b, c, d) {
|
|
8385
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
8365
8386
|
switch (b) {
|
|
8366
8387
|
case "SeriesViewer":
|
|
8367
|
-
this.
|
|
8388
|
+
this.vf.cr();
|
|
8368
8389
|
break;
|
|
8369
8390
|
case GeographicSymbolSeries.$$p[5]:
|
|
8370
|
-
this.
|
|
8391
|
+
this.vf.cj();
|
|
8371
8392
|
break;
|
|
8372
8393
|
case GeographicSymbolSeries.$$p[4]:
|
|
8373
|
-
this.
|
|
8394
|
+
this.vf.ci();
|
|
8374
8395
|
break;
|
|
8375
8396
|
case GeographicSymbolSeries.$$p[6]:
|
|
8376
|
-
this.
|
|
8397
|
+
this.vf.cl();
|
|
8377
8398
|
break;
|
|
8378
8399
|
case "XAxis":
|
|
8379
|
-
this.
|
|
8400
|
+
this.vf.cs();
|
|
8380
8401
|
break;
|
|
8381
8402
|
case "YAxis":
|
|
8382
|
-
this.
|
|
8403
|
+
this.vf.ct();
|
|
8383
8404
|
break;
|
|
8384
8405
|
case GeographicSymbolSeries.$$p[1]:
|
|
8385
|
-
this.
|
|
8386
|
-
this.
|
|
8387
|
-
if (this.
|
|
8388
|
-
var e = this.
|
|
8389
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
8406
|
+
this.t4.wj = this.vj;
|
|
8407
|
+
this.vh = this.vj;
|
|
8408
|
+
if (this.vj) {
|
|
8409
|
+
var e = this.t4;
|
|
8410
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
|
|
8390
8411
|
}
|
|
8391
8412
|
else {
|
|
8392
|
-
var f = this.
|
|
8393
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
8413
|
+
var f = this.t4;
|
|
8414
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
|
|
8394
8415
|
}
|
|
8395
8416
|
break;
|
|
8396
8417
|
case GeographicSymbolSeries.$$p[0]:
|
|
8397
|
-
this.
|
|
8398
|
-
this.
|
|
8399
|
-
if (this.
|
|
8400
|
-
var g = this.
|
|
8401
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
8418
|
+
this.t4.wi = this.vi;
|
|
8419
|
+
this.vg = this.vi;
|
|
8420
|
+
if (this.vj) {
|
|
8421
|
+
var g = this.t4;
|
|
8422
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
8402
8423
|
}
|
|
8403
8424
|
else {
|
|
8404
|
-
var h = this.
|
|
8405
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
8425
|
+
var h = this.t4;
|
|
8426
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
8406
8427
|
}
|
|
8407
8428
|
break;
|
|
8408
8429
|
case GeographicSymbolSeries.$$p[2]:
|
|
8409
|
-
this.
|
|
8430
|
+
this.t4.v7 = this.vd;
|
|
8410
8431
|
break;
|
|
8411
8432
|
case GeographicSymbolSeries.$$p[3]:
|
|
8412
|
-
this.
|
|
8433
|
+
this.t4.w1 = this.vl;
|
|
8413
8434
|
break;
|
|
8414
8435
|
}
|
|
8415
8436
|
};
|
|
8416
|
-
GeographicSymbolSeries.prototype.
|
|
8437
|
+
GeographicSymbolSeries.prototype.vx = function (a, b) {
|
|
8417
8438
|
if (this.assigningScatterStyle != null) {
|
|
8418
8439
|
this.assigningScatterStyle(this, b);
|
|
8419
8440
|
}
|
|
8420
8441
|
};
|
|
8421
|
-
GeographicSymbolSeries.prototype.
|
|
8442
|
+
GeographicSymbolSeries.prototype.vw = function (a, b) {
|
|
8422
8443
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8423
8444
|
this.assigningScatterMarkerStyle(this, b);
|
|
8424
8445
|
}
|
|
8425
8446
|
};
|
|
8426
8447
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8427
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8448
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
|
|
8428
8449
|
return GeographicSymbolSeries;
|
|
8429
8450
|
}(GeographicMarkerSeries));
|
|
8430
8451
|
|
|
@@ -8465,7 +8486,7 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8465
8486
|
* Gets whether the series has only marker as visuals
|
|
8466
8487
|
*/
|
|
8467
8488
|
get: function () {
|
|
8468
|
-
return this.i.
|
|
8489
|
+
return this.i.dy;
|
|
8469
8490
|
},
|
|
8470
8491
|
enumerable: false,
|
|
8471
8492
|
configurable: true
|
|
@@ -8475,10 +8496,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8475
8496
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8476
8497
|
*/
|
|
8477
8498
|
get: function () {
|
|
8478
|
-
return this.i.
|
|
8499
|
+
return this.i.vq;
|
|
8479
8500
|
},
|
|
8480
8501
|
set: function (v) {
|
|
8481
|
-
this.i.
|
|
8502
|
+
this.i.vq = v;
|
|
8482
8503
|
},
|
|
8483
8504
|
enumerable: false,
|
|
8484
8505
|
configurable: true
|
|
@@ -8488,10 +8509,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8488
8509
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8489
8510
|
*/
|
|
8490
8511
|
get: function () {
|
|
8491
|
-
return this.i.
|
|
8512
|
+
return this.i.vs;
|
|
8492
8513
|
},
|
|
8493
8514
|
set: function (v) {
|
|
8494
|
-
this.i.
|
|
8515
|
+
this.i.vs = v;
|
|
8495
8516
|
},
|
|
8496
8517
|
enumerable: false,
|
|
8497
8518
|
configurable: true
|
|
@@ -8501,10 +8522,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8501
8522
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8502
8523
|
*/
|
|
8503
8524
|
get: function () {
|
|
8504
|
-
return this.i.
|
|
8525
|
+
return this.i.vc;
|
|
8505
8526
|
},
|
|
8506
8527
|
set: function (v) {
|
|
8507
|
-
this.i.
|
|
8528
|
+
this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
8508
8529
|
},
|
|
8509
8530
|
enumerable: false,
|
|
8510
8531
|
configurable: true
|
|
@@ -8514,10 +8535,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8514
8535
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8515
8536
|
*/
|
|
8516
8537
|
get: function () {
|
|
8517
|
-
return this.i.
|
|
8538
|
+
return this.i.vj;
|
|
8518
8539
|
},
|
|
8519
8540
|
set: function (v) {
|
|
8520
|
-
this.i.
|
|
8541
|
+
this.i.vj = ensureBool(v);
|
|
8521
8542
|
},
|
|
8522
8543
|
enumerable: false,
|
|
8523
8544
|
configurable: true
|
|
@@ -8527,10 +8548,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8527
8548
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8528
8549
|
*/
|
|
8529
8550
|
get: function () {
|
|
8530
|
-
return this.i.
|
|
8551
|
+
return this.i.vi;
|
|
8531
8552
|
},
|
|
8532
8553
|
set: function (v) {
|
|
8533
|
-
this.i.
|
|
8554
|
+
this.i.vi = ensureBool(v);
|
|
8534
8555
|
},
|
|
8535
8556
|
enumerable: false,
|
|
8536
8557
|
configurable: true
|
|
@@ -8540,10 +8561,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8540
8561
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8541
8562
|
*/
|
|
8542
8563
|
get: function () {
|
|
8543
|
-
return this.i.
|
|
8564
|
+
return this.i.vd;
|
|
8544
8565
|
},
|
|
8545
8566
|
set: function (v) {
|
|
8546
|
-
this.i.
|
|
8567
|
+
this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
8547
8568
|
},
|
|
8548
8569
|
enumerable: false,
|
|
8549
8570
|
configurable: true
|
|
@@ -8553,10 +8574,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8553
8574
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8554
8575
|
*/
|
|
8555
8576
|
get: function () {
|
|
8556
|
-
return this.i.
|
|
8577
|
+
return this.i.vl;
|
|
8557
8578
|
},
|
|
8558
8579
|
set: function (v) {
|
|
8559
|
-
this.i.
|
|
8580
|
+
this.i.vl = +v;
|
|
8560
8581
|
},
|
|
8561
8582
|
enumerable: false,
|
|
8562
8583
|
configurable: true
|
|
@@ -8739,10 +8760,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8739
8760
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8740
8761
|
*/
|
|
8741
8762
|
get: function () {
|
|
8742
|
-
return this.i.
|
|
8763
|
+
return this.i.ug;
|
|
8743
8764
|
},
|
|
8744
8765
|
set: function (v) {
|
|
8745
|
-
this.i.
|
|
8766
|
+
this.i.ug = v;
|
|
8746
8767
|
},
|
|
8747
8768
|
enumerable: false,
|
|
8748
8769
|
configurable: true
|
|
@@ -8752,10 +8773,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8752
8773
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8753
8774
|
*/
|
|
8754
8775
|
get: function () {
|
|
8755
|
-
return this.i.
|
|
8776
|
+
return this.i.ue;
|
|
8756
8777
|
},
|
|
8757
8778
|
set: function (v) {
|
|
8758
|
-
this.i.
|
|
8779
|
+
this.i.ue = v;
|
|
8759
8780
|
},
|
|
8760
8781
|
enumerable: false,
|
|
8761
8782
|
configurable: true
|
|
@@ -8766,10 +8787,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8766
8787
|
* 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.
|
|
8767
8788
|
*/
|
|
8768
8789
|
get: function () {
|
|
8769
|
-
return this.i.
|
|
8790
|
+
return this.i.ud;
|
|
8770
8791
|
},
|
|
8771
8792
|
set: function (v) {
|
|
8772
|
-
this.i.
|
|
8793
|
+
this.i.ud = v;
|
|
8773
8794
|
},
|
|
8774
8795
|
enumerable: false,
|
|
8775
8796
|
configurable: true
|
|
@@ -8779,10 +8800,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8779
8800
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8780
8801
|
*/
|
|
8781
8802
|
get: function () {
|
|
8782
|
-
return this.i.
|
|
8803
|
+
return this.i.uj;
|
|
8783
8804
|
},
|
|
8784
8805
|
set: function (v) {
|
|
8785
|
-
this.i.
|
|
8806
|
+
this.i.uj = v;
|
|
8786
8807
|
},
|
|
8787
8808
|
enumerable: false,
|
|
8788
8809
|
configurable: true
|
|
@@ -8792,10 +8813,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8792
8813
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8793
8814
|
*/
|
|
8794
8815
|
get: function () {
|
|
8795
|
-
return this.i.
|
|
8816
|
+
return this.i.ul;
|
|
8796
8817
|
},
|
|
8797
8818
|
set: function (v) {
|
|
8798
|
-
this.i.
|
|
8819
|
+
this.i.ul = v;
|
|
8799
8820
|
},
|
|
8800
8821
|
enumerable: false,
|
|
8801
8822
|
configurable: true
|
|
@@ -8805,10 +8826,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8805
8826
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8806
8827
|
*/
|
|
8807
8828
|
get: function () {
|
|
8808
|
-
return this.i.
|
|
8829
|
+
return this.i.un;
|
|
8809
8830
|
},
|
|
8810
8831
|
set: function (v) {
|
|
8811
|
-
this.i.
|
|
8832
|
+
this.i.un = v;
|
|
8812
8833
|
},
|
|
8813
8834
|
enumerable: false,
|
|
8814
8835
|
configurable: true
|
|
@@ -8873,7 +8894,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8873
8894
|
* Gets whether the current series shows an area shape.
|
|
8874
8895
|
*/
|
|
8875
8896
|
get: function () {
|
|
8876
|
-
return this.i.
|
|
8897
|
+
return this.i.d9;
|
|
8877
8898
|
},
|
|
8878
8899
|
enumerable: false,
|
|
8879
8900
|
configurable: true
|
|
@@ -8883,10 +8904,10 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8883
8904
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8884
8905
|
*/
|
|
8885
8906
|
get: function () {
|
|
8886
|
-
return this.i.
|
|
8907
|
+
return this.i.u2;
|
|
8887
8908
|
},
|
|
8888
8909
|
set: function (v) {
|
|
8889
|
-
this.i.
|
|
8910
|
+
this.i.u2 = v;
|
|
8890
8911
|
},
|
|
8891
8912
|
enumerable: false,
|
|
8892
8913
|
configurable: true
|
|
@@ -8896,7 +8917,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8896
8917
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8897
8918
|
*/
|
|
8898
8919
|
get: function () {
|
|
8899
|
-
var r = this.i.
|
|
8920
|
+
var r = this.i.ux;
|
|
8900
8921
|
if (r == null) {
|
|
8901
8922
|
return null;
|
|
8902
8923
|
}
|
|
@@ -8912,7 +8933,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8912
8933
|
set: function (v) {
|
|
8913
8934
|
if (v != null && this._stylingContainer && v._styling)
|
|
8914
8935
|
v._styling(this._stylingContainer, this, this);
|
|
8915
|
-
v == null ? this.i.
|
|
8936
|
+
v == null ? this.i.ux = null : this.i.ux = v.i;
|
|
8916
8937
|
},
|
|
8917
8938
|
enumerable: false,
|
|
8918
8939
|
configurable: true
|
|
@@ -8922,7 +8943,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8922
8943
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8923
8944
|
*/
|
|
8924
8945
|
get: function () {
|
|
8925
|
-
var r = this.i.
|
|
8946
|
+
var r = this.i.uw;
|
|
8926
8947
|
if (r == null) {
|
|
8927
8948
|
return null;
|
|
8928
8949
|
}
|
|
@@ -8938,7 +8959,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8938
8959
|
set: function (v) {
|
|
8939
8960
|
if (v != null && this._stylingContainer && v._styling)
|
|
8940
8961
|
v._styling(this._stylingContainer, this, this);
|
|
8941
|
-
v == null ? this.i.
|
|
8962
|
+
v == null ? this.i.uw = null : this.i.uw = v.i;
|
|
8942
8963
|
},
|
|
8943
8964
|
enumerable: false,
|
|
8944
8965
|
configurable: true
|
|
@@ -8972,7 +8993,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8972
8993
|
|
|
8973
8994
|
*/
|
|
8974
8995
|
IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
8975
|
-
this.i.
|
|
8996
|
+
this.i.u7();
|
|
8976
8997
|
};
|
|
8977
8998
|
Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
8978
8999
|
/**
|
|
@@ -9092,71 +9113,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
9092
9113
|
}
|
|
9093
9114
|
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
9094
9115
|
_super.prototype.b5.call(this);
|
|
9095
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
9096
|
-
a.
|
|
9097
|
-
a.
|
|
9116
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
9117
|
+
a.wc = this.ch.ut;
|
|
9118
|
+
a.wk = this.ch.ur;
|
|
9119
|
+
a.up = this.ch.ug;
|
|
9098
9120
|
a.uo = this.ch.uf;
|
|
9099
|
-
a.
|
|
9100
|
-
a.
|
|
9121
|
+
a.fl = this.ch.ue;
|
|
9122
|
+
a.vk = this.ch.ui;
|
|
9101
9123
|
a.vj = this.ch.uh;
|
|
9102
|
-
a.
|
|
9124
|
+
a.xi = this.ch.vc;
|
|
9103
9125
|
a.xh = this.ch.vb;
|
|
9104
|
-
a.
|
|
9105
|
-
a.vv = this.ch.uk;
|
|
9126
|
+
a.vw = this.ch.ul;
|
|
9106
9127
|
};
|
|
9107
9128
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
9108
|
-
this.ch.
|
|
9129
|
+
this.ch.t4.wc = this.ch.ut;
|
|
9109
9130
|
};
|
|
9110
9131
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
9111
|
-
this.ch.
|
|
9132
|
+
this.ch.t4.wk = this.ch.ur;
|
|
9112
9133
|
};
|
|
9113
9134
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
9114
|
-
this.ch.
|
|
9135
|
+
this.ch.t4.up = this.ch.ug;
|
|
9115
9136
|
};
|
|
9116
9137
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9117
|
-
this.ch.
|
|
9138
|
+
this.ch.t4.uo = this.ch.uf;
|
|
9118
9139
|
};
|
|
9119
9140
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
9120
|
-
this.ch.
|
|
9141
|
+
this.ch.t4.fl = this.ch.ue;
|
|
9121
9142
|
};
|
|
9122
9143
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
9123
|
-
this.ch.
|
|
9144
|
+
this.ch.t4.vk = this.ch.ui;
|
|
9124
9145
|
};
|
|
9125
9146
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
9126
|
-
this.ch.
|
|
9147
|
+
this.ch.t4.vj = this.ch.uh;
|
|
9127
9148
|
};
|
|
9128
9149
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9129
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
9130
|
-
if (this.ch.
|
|
9131
|
-
a.
|
|
9132
|
-
a.
|
|
9150
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
9151
|
+
if (this.ch.cz == null) {
|
|
9152
|
+
a.t9 = null;
|
|
9153
|
+
a.ub = null;
|
|
9133
9154
|
return;
|
|
9134
9155
|
}
|
|
9135
|
-
a.
|
|
9136
|
-
a.
|
|
9156
|
+
a.t9 = this.ch.cz.ua;
|
|
9157
|
+
a.ub = this.ch.cz.uc;
|
|
9137
9158
|
};
|
|
9138
9159
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
9139
|
-
this.ch.
|
|
9160
|
+
this.ch.t4.t9 = this.ch.cz.ua;
|
|
9140
9161
|
};
|
|
9141
9162
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
9142
|
-
this.ch.
|
|
9163
|
+
this.ch.t4.ub = this.ch.cz.uc;
|
|
9143
9164
|
};
|
|
9144
9165
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9145
|
-
this.ch.
|
|
9166
|
+
this.ch.t4.xi = this.ch.vc;
|
|
9146
9167
|
};
|
|
9147
9168
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9148
|
-
this.ch.
|
|
9169
|
+
this.ch.t4.xh = this.ch.vb;
|
|
9149
9170
|
};
|
|
9150
9171
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
9151
|
-
this.ch.
|
|
9172
|
+
this.ch.t4.vw = this.ch.ul;
|
|
9152
9173
|
};
|
|
9153
9174
|
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
9154
9175
|
_super.prototype.au.call(this);
|
|
9155
9176
|
if (!this.q) {
|
|
9156
|
-
this.ch.
|
|
9157
|
-
this.ch.
|
|
9158
|
-
this.ch.
|
|
9159
|
-
this.ch.
|
|
9177
|
+
this.ch.vc = Defaults.aq;
|
|
9178
|
+
this.ch.vb = Defaults.ap;
|
|
9179
|
+
this.ch.sx = Defaults.al;
|
|
9180
|
+
this.ch.s3 = Defaults.ak;
|
|
9160
9181
|
}
|
|
9161
9182
|
};
|
|
9162
9183
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -9169,114 +9190,117 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
9169
9190
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
9170
9191
|
function GeographicHighDensityScatterSeries() {
|
|
9171
9192
|
var _this = _super.call(this) || this;
|
|
9172
|
-
_this.
|
|
9193
|
+
_this.uc = null;
|
|
9173
9194
|
_this.progressiveLoadStatusChanged = null;
|
|
9174
|
-
_this.
|
|
9195
|
+
_this.uk = 0;
|
|
9175
9196
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9176
9197
|
return _this;
|
|
9177
9198
|
}
|
|
9178
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9179
|
-
|
|
9180
|
-
|
|
9199
|
+
GeographicHighDensityScatterSeries.prototype.bg = function () {
|
|
9200
|
+
return new GeographicHighDensityScatterSeries();
|
|
9201
|
+
};
|
|
9202
|
+
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
9203
|
+
if (!isNaN_(this.ip)) {
|
|
9204
|
+
return _super.prototype.iq.call(this);
|
|
9181
9205
|
}
|
|
9182
9206
|
return Defaults.q;
|
|
9183
9207
|
};
|
|
9184
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9208
|
+
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
9185
9209
|
return true;
|
|
9186
9210
|
};
|
|
9187
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9211
|
+
GeographicHighDensityScatterSeries.prototype.ch = function () {
|
|
9188
9212
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9189
9213
|
};
|
|
9190
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9191
|
-
_super.prototype.
|
|
9192
|
-
this.
|
|
9214
|
+
GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
|
|
9215
|
+
_super.prototype.o1.call(this, a);
|
|
9216
|
+
this.ud = a;
|
|
9193
9217
|
};
|
|
9194
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9195
|
-
this.
|
|
9196
|
-
return this.
|
|
9218
|
+
GeographicHighDensityScatterSeries.prototype.t3 = function () {
|
|
9219
|
+
this.uc = new HighDensityScatterSeries();
|
|
9220
|
+
return this.uc;
|
|
9197
9221
|
};
|
|
9198
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9222
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "um", {
|
|
9199
9223
|
get: function () {
|
|
9200
|
-
return this.
|
|
9224
|
+
return this.uk;
|
|
9201
9225
|
},
|
|
9202
9226
|
set: function (a) {
|
|
9203
|
-
var b = this.
|
|
9204
|
-
this.
|
|
9205
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
9227
|
+
var b = this.uk;
|
|
9228
|
+
this.uk = a;
|
|
9229
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
|
|
9206
9230
|
},
|
|
9207
9231
|
enumerable: false,
|
|
9208
9232
|
configurable: true
|
|
9209
9233
|
});
|
|
9210
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9211
|
-
_super.prototype.
|
|
9212
|
-
var a = this.
|
|
9213
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
9214
|
-
var b = this.
|
|
9215
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
9216
|
-
};
|
|
9217
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9218
|
-
this.
|
|
9234
|
+
GeographicHighDensityScatterSeries.prototype.t9 = function () {
|
|
9235
|
+
_super.prototype.t9.call(this);
|
|
9236
|
+
var a = this.t4;
|
|
9237
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
|
|
9238
|
+
var b = this.t4;
|
|
9239
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
|
|
9240
|
+
};
|
|
9241
|
+
GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
|
|
9242
|
+
this.um = b.currentStatus;
|
|
9219
9243
|
if (this.progressiveLoadStatusChanged != null) {
|
|
9220
9244
|
this.progressiveLoadStatusChanged(this, b);
|
|
9221
9245
|
}
|
|
9222
9246
|
};
|
|
9223
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9224
|
-
if (this.
|
|
9247
|
+
GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
|
|
9248
|
+
if (this.uc == null) {
|
|
9225
9249
|
return;
|
|
9226
9250
|
}
|
|
9227
9251
|
};
|
|
9228
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9229
|
-
_super.prototype.
|
|
9252
|
+
GeographicHighDensityScatterSeries.prototype.o9 = function (a, b, c, d) {
|
|
9253
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
9230
9254
|
switch (b) {
|
|
9231
9255
|
case "SeriesViewer":
|
|
9232
|
-
this.
|
|
9256
|
+
this.ud.cr();
|
|
9233
9257
|
break;
|
|
9234
9258
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9235
|
-
this.
|
|
9259
|
+
this.ud.cn();
|
|
9236
9260
|
break;
|
|
9237
9261
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9238
|
-
this.
|
|
9262
|
+
this.ud.cm();
|
|
9239
9263
|
break;
|
|
9240
9264
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9241
|
-
this.
|
|
9265
|
+
this.ud.cs();
|
|
9242
9266
|
break;
|
|
9243
9267
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9244
|
-
this.
|
|
9268
|
+
this.ud.cq();
|
|
9245
9269
|
break;
|
|
9246
9270
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9247
|
-
this.
|
|
9271
|
+
this.ud.co();
|
|
9248
9272
|
break;
|
|
9249
9273
|
case "XAxis":
|
|
9250
|
-
this.
|
|
9274
|
+
this.ud.ct();
|
|
9251
9275
|
break;
|
|
9252
9276
|
case "YAxis":
|
|
9253
|
-
this.
|
|
9277
|
+
this.ud.cu();
|
|
9254
9278
|
break;
|
|
9255
9279
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9256
|
-
this.
|
|
9280
|
+
this.ud.cl();
|
|
9257
9281
|
break;
|
|
9258
9282
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9259
|
-
this.
|
|
9283
|
+
this.ud.cj();
|
|
9260
9284
|
break;
|
|
9261
9285
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9262
|
-
this.
|
|
9286
|
+
this.ud.ck();
|
|
9263
9287
|
break;
|
|
9264
9288
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9265
|
-
this.
|
|
9289
|
+
this.ud.ci();
|
|
9266
9290
|
break;
|
|
9267
9291
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9268
|
-
this.
|
|
9292
|
+
this.ud.cp();
|
|
9269
9293
|
break;
|
|
9270
9294
|
}
|
|
9271
9295
|
};
|
|
9272
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9296
|
+
GeographicHighDensityScatterSeries.prototype.get_gg = function () {
|
|
9273
9297
|
return true;
|
|
9274
9298
|
};
|
|
9275
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9276
|
-
_super.prototype.
|
|
9299
|
+
GeographicHighDensityScatterSeries.prototype.set_gg = function (a) {
|
|
9300
|
+
_super.prototype.set_gg.call(this, a);
|
|
9277
9301
|
};
|
|
9278
9302
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
9279
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
9303
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
|
|
9280
9304
|
return GeographicHighDensityScatterSeries;
|
|
9281
9305
|
}(GeographicMapSeriesHost));
|
|
9282
9306
|
|
|
@@ -9316,7 +9340,7 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9316
9340
|
* Gets whether the current series shows pixels.
|
|
9317
9341
|
*/
|
|
9318
9342
|
get: function () {
|
|
9319
|
-
return this.i.
|
|
9343
|
+
return this.i.e2;
|
|
9320
9344
|
},
|
|
9321
9345
|
enumerable: false,
|
|
9322
9346
|
configurable: true
|
|
@@ -9326,10 +9350,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9326
9350
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9327
9351
|
*/
|
|
9328
9352
|
get: function () {
|
|
9329
|
-
return this.i.
|
|
9353
|
+
return this.i.ur;
|
|
9330
9354
|
},
|
|
9331
9355
|
set: function (v) {
|
|
9332
|
-
this.i.
|
|
9356
|
+
this.i.ur = v;
|
|
9333
9357
|
},
|
|
9334
9358
|
enumerable: false,
|
|
9335
9359
|
configurable: true
|
|
@@ -9339,10 +9363,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9339
9363
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9340
9364
|
*/
|
|
9341
9365
|
get: function () {
|
|
9342
|
-
return this.i.
|
|
9366
|
+
return this.i.ut;
|
|
9343
9367
|
},
|
|
9344
9368
|
set: function (v) {
|
|
9345
|
-
this.i.
|
|
9369
|
+
this.i.ut = v;
|
|
9346
9370
|
},
|
|
9347
9371
|
enumerable: false,
|
|
9348
9372
|
configurable: true
|
|
@@ -9352,10 +9376,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9352
9376
|
* Gets or sets the whether to use use brute force mode.
|
|
9353
9377
|
*/
|
|
9354
9378
|
get: function () {
|
|
9355
|
-
return this.i.
|
|
9379
|
+
return this.i.ug;
|
|
9356
9380
|
},
|
|
9357
9381
|
set: function (v) {
|
|
9358
|
-
this.i.
|
|
9382
|
+
this.i.ug = ensureBool(v);
|
|
9359
9383
|
},
|
|
9360
9384
|
enumerable: false,
|
|
9361
9385
|
configurable: true
|
|
@@ -9365,10 +9389,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9365
9389
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9366
9390
|
*/
|
|
9367
9391
|
get: function () {
|
|
9368
|
-
return this.i.
|
|
9392
|
+
return this.i.uf;
|
|
9369
9393
|
},
|
|
9370
9394
|
set: function (v) {
|
|
9371
|
-
this.i.
|
|
9395
|
+
this.i.uf = ensureBool(v);
|
|
9372
9396
|
},
|
|
9373
9397
|
enumerable: false,
|
|
9374
9398
|
configurable: true
|
|
@@ -9378,10 +9402,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9378
9402
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9379
9403
|
*/
|
|
9380
9404
|
get: function () {
|
|
9381
|
-
return this.i.
|
|
9405
|
+
return this.i.ue;
|
|
9382
9406
|
},
|
|
9383
9407
|
set: function (v) {
|
|
9384
|
-
this.i.
|
|
9408
|
+
this.i.ue = ensureBool(v);
|
|
9385
9409
|
},
|
|
9386
9410
|
enumerable: false,
|
|
9387
9411
|
configurable: true
|
|
@@ -9391,10 +9415,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9391
9415
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9392
9416
|
*/
|
|
9393
9417
|
get: function () {
|
|
9394
|
-
return this.i.
|
|
9418
|
+
return this.i.ui;
|
|
9395
9419
|
},
|
|
9396
9420
|
set: function (v) {
|
|
9397
|
-
this.i.
|
|
9421
|
+
this.i.ui = +v;
|
|
9398
9422
|
},
|
|
9399
9423
|
enumerable: false,
|
|
9400
9424
|
configurable: true
|
|
@@ -9404,10 +9428,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9404
9428
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9405
9429
|
*/
|
|
9406
9430
|
get: function () {
|
|
9407
|
-
return this.i.
|
|
9431
|
+
return this.i.uh;
|
|
9408
9432
|
},
|
|
9409
9433
|
set: function (v) {
|
|
9410
|
-
this.i.
|
|
9434
|
+
this.i.uh = +v;
|
|
9411
9435
|
},
|
|
9412
9436
|
enumerable: false,
|
|
9413
9437
|
configurable: true
|
|
@@ -9417,10 +9441,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9417
9441
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9418
9442
|
*/
|
|
9419
9443
|
get: function () {
|
|
9420
|
-
return colorToString(this.i.
|
|
9444
|
+
return colorToString(this.i.vc);
|
|
9421
9445
|
},
|
|
9422
9446
|
set: function (v) {
|
|
9423
|
-
this.i.
|
|
9447
|
+
this.i.vc = stringToColor(v);
|
|
9424
9448
|
},
|
|
9425
9449
|
enumerable: false,
|
|
9426
9450
|
configurable: true
|
|
@@ -9430,10 +9454,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9430
9454
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9431
9455
|
*/
|
|
9432
9456
|
get: function () {
|
|
9433
|
-
return colorToString(this.i.
|
|
9457
|
+
return colorToString(this.i.vb);
|
|
9434
9458
|
},
|
|
9435
9459
|
set: function (v) {
|
|
9436
|
-
this.i.
|
|
9460
|
+
this.i.vb = stringToColor(v);
|
|
9437
9461
|
},
|
|
9438
9462
|
enumerable: false,
|
|
9439
9463
|
configurable: true
|
|
@@ -9443,10 +9467,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9443
9467
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9444
9468
|
*/
|
|
9445
9469
|
get: function () {
|
|
9446
|
-
return this.i.
|
|
9470
|
+
return this.i.ul;
|
|
9447
9471
|
},
|
|
9448
9472
|
set: function (v) {
|
|
9449
|
-
this.i.
|
|
9473
|
+
this.i.ul = +v;
|
|
9450
9474
|
},
|
|
9451
9475
|
enumerable: false,
|
|
9452
9476
|
configurable: true
|
|
@@ -9456,10 +9480,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9456
9480
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9457
9481
|
*/
|
|
9458
9482
|
get: function () {
|
|
9459
|
-
return this.i.
|
|
9483
|
+
return this.i.um;
|
|
9460
9484
|
},
|
|
9461
9485
|
set: function (v) {
|
|
9462
|
-
this.i.
|
|
9486
|
+
this.i.um = +v;
|
|
9463
9487
|
},
|
|
9464
9488
|
enumerable: false,
|
|
9465
9489
|
configurable: true
|
|
@@ -9613,24 +9637,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
9613
9637
|
GeographicContourLineSeriesView.prototype.au = function () {
|
|
9614
9638
|
_super.prototype.au.call(this);
|
|
9615
9639
|
if (!this.q) {
|
|
9616
|
-
this.cp.
|
|
9640
|
+
this.cp.iv = Defaults.m;
|
|
9617
9641
|
}
|
|
9618
9642
|
};
|
|
9619
9643
|
GeographicContourLineSeriesView.prototype.b5 = function () {
|
|
9620
9644
|
_super.prototype.b5.call(this);
|
|
9621
|
-
if (this.cp.
|
|
9622
|
-
this.cp.
|
|
9623
|
-
this.cp.
|
|
9645
|
+
if (this.cp.t4 != null) {
|
|
9646
|
+
this.cp.uw.vz = this.cp.uz;
|
|
9647
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
9624
9648
|
}
|
|
9625
9649
|
};
|
|
9626
9650
|
GeographicContourLineSeriesView.prototype.cq = function () {
|
|
9627
|
-
if (this.cp.
|
|
9628
|
-
this.cp.
|
|
9651
|
+
if (this.cp.uw != null) {
|
|
9652
|
+
this.cp.uw.vz = this.cp.uz;
|
|
9629
9653
|
}
|
|
9630
9654
|
};
|
|
9631
9655
|
GeographicContourLineSeriesView.prototype.cr = function () {
|
|
9632
|
-
if (this.cp.
|
|
9633
|
-
this.cp.
|
|
9656
|
+
if (this.cp.uw != null) {
|
|
9657
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
9634
9658
|
}
|
|
9635
9659
|
};
|
|
9636
9660
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9647,72 +9671,75 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
9647
9671
|
_this.ab = GeographicContourLineSeries.$;
|
|
9648
9672
|
return _this;
|
|
9649
9673
|
}
|
|
9650
|
-
GeographicContourLineSeries.prototype.
|
|
9674
|
+
GeographicContourLineSeries.prototype.bg = function () {
|
|
9675
|
+
return new GeographicContourLineSeries();
|
|
9676
|
+
};
|
|
9677
|
+
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
9651
9678
|
return true;
|
|
9652
9679
|
};
|
|
9653
|
-
GeographicContourLineSeries.prototype.
|
|
9654
|
-
_super.prototype.
|
|
9680
|
+
GeographicContourLineSeries.prototype.t9 = function () {
|
|
9681
|
+
_super.prototype.t9.call(this);
|
|
9655
9682
|
};
|
|
9656
|
-
GeographicContourLineSeries.prototype.
|
|
9657
|
-
this.
|
|
9658
|
-
var a = this.
|
|
9659
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
9660
|
-
var b = this.
|
|
9661
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
9662
|
-
return this.
|
|
9683
|
+
GeographicContourLineSeries.prototype.t3 = function () {
|
|
9684
|
+
this.uw = new ScatterContourSeries();
|
|
9685
|
+
var a = this.uw;
|
|
9686
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
9687
|
+
var b = this.uw;
|
|
9688
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
|
|
9689
|
+
return this.uw;
|
|
9663
9690
|
};
|
|
9664
|
-
GeographicContourLineSeries.prototype.
|
|
9691
|
+
GeographicContourLineSeries.prototype.u6 = function (a, b) {
|
|
9665
9692
|
if (this.triangulationStatusChanged != null) {
|
|
9666
9693
|
this.triangulationStatusChanged(this, b);
|
|
9667
9694
|
}
|
|
9668
9695
|
};
|
|
9669
|
-
GeographicContourLineSeries.prototype.
|
|
9670
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
9696
|
+
GeographicContourLineSeries.prototype.u7 = function (a, b) {
|
|
9697
|
+
var c = typeCast(ScatterContourSeries.$, this.t4);
|
|
9671
9698
|
if (c == null) {
|
|
9672
9699
|
return;
|
|
9673
9700
|
}
|
|
9674
9701
|
if (b.propertyName == "ActualFillScale") {
|
|
9675
|
-
this.
|
|
9702
|
+
this.uy = c.vy;
|
|
9676
9703
|
}
|
|
9677
9704
|
};
|
|
9678
|
-
GeographicContourLineSeries.prototype.
|
|
9679
|
-
_super.prototype.
|
|
9705
|
+
GeographicContourLineSeries.prototype.qe = function () {
|
|
9706
|
+
_super.prototype.qe.call(this);
|
|
9680
9707
|
};
|
|
9681
|
-
GeographicContourLineSeries.prototype.
|
|
9708
|
+
GeographicContourLineSeries.prototype.ch = function () {
|
|
9682
9709
|
return new GeographicContourLineSeriesView(this);
|
|
9683
9710
|
};
|
|
9684
|
-
GeographicContourLineSeries.prototype.
|
|
9685
|
-
_super.prototype.
|
|
9686
|
-
this.
|
|
9711
|
+
GeographicContourLineSeries.prototype.o1 = function (a) {
|
|
9712
|
+
_super.prototype.o1.call(this, a);
|
|
9713
|
+
this.u0 = a;
|
|
9687
9714
|
};
|
|
9688
|
-
GeographicContourLineSeries.prototype.
|
|
9689
|
-
_super.prototype.
|
|
9715
|
+
GeographicContourLineSeries.prototype.o9 = function (a, b, c, d) {
|
|
9716
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
9690
9717
|
switch (b) {
|
|
9691
9718
|
case GeographicContourLineSeries.$$p[1]:
|
|
9692
|
-
this.
|
|
9719
|
+
this.u0.cq();
|
|
9693
9720
|
break;
|
|
9694
9721
|
case GeographicContourLineSeries.$$p[2]:
|
|
9695
|
-
this.
|
|
9722
|
+
this.u0.cr();
|
|
9696
9723
|
break;
|
|
9697
9724
|
case GeographicContourLineSeries.$$p[3]:
|
|
9698
|
-
this.
|
|
9725
|
+
this.uw.vw = this.uv;
|
|
9699
9726
|
break;
|
|
9700
9727
|
case "DashArray":
|
|
9701
|
-
this.
|
|
9728
|
+
this.uw.s8 = this.s8;
|
|
9702
9729
|
break;
|
|
9703
9730
|
case "DashCap":
|
|
9704
|
-
this.
|
|
9731
|
+
this.uw.s9 = this.s9;
|
|
9705
9732
|
break;
|
|
9706
9733
|
case "MiterLimit":
|
|
9707
|
-
this.
|
|
9734
|
+
this.uw.im = this.im;
|
|
9708
9735
|
break;
|
|
9709
9736
|
case "LineJoin":
|
|
9710
|
-
this.
|
|
9737
|
+
this.uw.tb = this.tb;
|
|
9711
9738
|
break;
|
|
9712
9739
|
}
|
|
9713
9740
|
};
|
|
9714
9741
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9715
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9742
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
|
|
9716
9743
|
return GeographicContourLineSeries;
|
|
9717
9744
|
}(GeographicXYTriangulatingSeries));
|
|
9718
9745
|
|
|
@@ -9751,7 +9778,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9751
9778
|
* Gets whether the current series shows a line contour shape.
|
|
9752
9779
|
*/
|
|
9753
9780
|
get: function () {
|
|
9754
|
-
return this.i.
|
|
9781
|
+
return this.i.ex;
|
|
9755
9782
|
},
|
|
9756
9783
|
enumerable: false,
|
|
9757
9784
|
configurable: true
|
|
@@ -9761,10 +9788,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9761
9788
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9762
9789
|
*/
|
|
9763
9790
|
get: function () {
|
|
9764
|
-
return this.i.
|
|
9791
|
+
return this.i.u3;
|
|
9765
9792
|
},
|
|
9766
9793
|
set: function (v) {
|
|
9767
|
-
this.i.
|
|
9794
|
+
this.i.u3 = v;
|
|
9768
9795
|
},
|
|
9769
9796
|
enumerable: false,
|
|
9770
9797
|
configurable: true
|
|
@@ -9774,7 +9801,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9774
9801
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9775
9802
|
*/
|
|
9776
9803
|
get: function () {
|
|
9777
|
-
var r = this.i.
|
|
9804
|
+
var r = this.i.uz;
|
|
9778
9805
|
if (r == null) {
|
|
9779
9806
|
return null;
|
|
9780
9807
|
}
|
|
@@ -9790,7 +9817,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9790
9817
|
set: function (v) {
|
|
9791
9818
|
if (v != null && this._stylingContainer && v._styling)
|
|
9792
9819
|
v._styling(this._stylingContainer, this, this);
|
|
9793
|
-
v == null ? this.i.
|
|
9820
|
+
v == null ? this.i.uz = null : this.i.uz = v.i;
|
|
9794
9821
|
},
|
|
9795
9822
|
enumerable: false,
|
|
9796
9823
|
configurable: true
|
|
@@ -9800,7 +9827,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9800
9827
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9801
9828
|
*/
|
|
9802
9829
|
get: function () {
|
|
9803
|
-
var r = this.i.
|
|
9830
|
+
var r = this.i.uy;
|
|
9804
9831
|
if (r == null) {
|
|
9805
9832
|
return null;
|
|
9806
9833
|
}
|
|
@@ -9816,7 +9843,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9816
9843
|
set: function (v) {
|
|
9817
9844
|
if (v != null && this._stylingContainer && v._styling)
|
|
9818
9845
|
v._styling(this._stylingContainer, this, this);
|
|
9819
|
-
v == null ? this.i.
|
|
9846
|
+
v == null ? this.i.uy = null : this.i.uy = v.i;
|
|
9820
9847
|
},
|
|
9821
9848
|
enumerable: false,
|
|
9822
9849
|
configurable: true
|
|
@@ -9826,7 +9853,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9826
9853
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9827
9854
|
*/
|
|
9828
9855
|
get: function () {
|
|
9829
|
-
var r = this.i.
|
|
9856
|
+
var r = this.i.uv;
|
|
9830
9857
|
if (r == null) {
|
|
9831
9858
|
return null;
|
|
9832
9859
|
}
|
|
@@ -9842,7 +9869,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9842
9869
|
set: function (v) {
|
|
9843
9870
|
if (v != null && this._stylingContainer && v._styling)
|
|
9844
9871
|
v._styling(this._stylingContainer, this, this);
|
|
9845
|
-
v == null ? this.i.
|
|
9872
|
+
v == null ? this.i.uv = null : this.i.uv = v.i;
|
|
9846
9873
|
},
|
|
9847
9874
|
enumerable: false,
|
|
9848
9875
|
configurable: true
|