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