igniteui-angular-maps 14.0.0 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +946 -946
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +954 -954
- package/fesm5/igniteui-angular-maps.js +946 -946
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -449,14 +449,14 @@
|
|
|
449
449
|
tslib.__extends(GeographicMapSeriesHost, _super);
|
|
450
450
|
function GeographicMapSeriesHost() {
|
|
451
451
|
var _this = _super.call(this) || this;
|
|
452
|
-
_this.
|
|
453
|
-
_this.
|
|
452
|
+
_this.p4 = null;
|
|
453
|
+
_this.p6 = _this.p5();
|
|
454
454
|
return _this;
|
|
455
455
|
}
|
|
456
|
-
GeographicMapSeriesHost.prototype.
|
|
457
|
-
_super.prototype.
|
|
458
|
-
if (this.
|
|
459
|
-
this.
|
|
456
|
+
GeographicMapSeriesHost.prototype.lk = function () {
|
|
457
|
+
_super.prototype.lk.call(this);
|
|
458
|
+
if (this.p6 != null) {
|
|
459
|
+
this.p6.lk();
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
462
|
GeographicMapSeriesHost.prototype.get_dv = function () {
|
|
@@ -470,298 +470,298 @@
|
|
|
470
470
|
if (c == "LongitudeMemberPath") {
|
|
471
471
|
c = "XMemberPath";
|
|
472
472
|
}
|
|
473
|
-
return this.
|
|
473
|
+
return this.p6.hw(a, b);
|
|
474
474
|
};
|
|
475
475
|
GeographicMapSeriesHost.prototype.c1 = function (a, b, c, d) {
|
|
476
|
-
return this.
|
|
476
|
+
return this.p6.c1(a, b, c, d);
|
|
477
477
|
};
|
|
478
478
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
479
|
-
return this.
|
|
479
|
+
return this.p6.ag();
|
|
480
480
|
};
|
|
481
481
|
GeographicMapSeriesHost.prototype.be = function () {
|
|
482
|
-
return this.
|
|
482
|
+
return this.p6;
|
|
483
483
|
};
|
|
484
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
484
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "p6", {
|
|
485
485
|
get: function () {
|
|
486
|
-
return this.
|
|
486
|
+
return this.p4;
|
|
487
487
|
},
|
|
488
488
|
set: function (a) {
|
|
489
|
-
var b = this.
|
|
489
|
+
var b = this.p6 != a;
|
|
490
490
|
if (b) {
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
491
|
+
this.p4 = a;
|
|
492
|
+
this.qb();
|
|
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.p6.hasMarkers;
|
|
500
500
|
};
|
|
501
|
-
GeographicMapSeriesHost.prototype.
|
|
502
|
-
if (this.
|
|
503
|
-
var hostedSeries_ = this.
|
|
501
|
+
GeographicMapSeriesHost.prototype.qb = function () {
|
|
502
|
+
if (this.p4 != null) {
|
|
503
|
+
var hostedSeries_ = this.p4;
|
|
504
504
|
hostedSeries_.externalObject = igniteuiAngularCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiAngularCore.PlatformConstants.Prefix, igniteuiAngularCore.PlatformConstants.Postfix);
|
|
505
505
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
506
506
|
}
|
|
507
|
-
this.k2(this.
|
|
508
|
-
this.
|
|
507
|
+
this.k2(this.p6);
|
|
508
|
+
this.p7.b2();
|
|
509
509
|
};
|
|
510
510
|
GeographicMapSeriesHost.prototype.aw = function (a, b, c) {
|
|
511
|
-
return this.ay(this.
|
|
511
|
+
return this.ay(this.p6, a, b, c);
|
|
512
512
|
};
|
|
513
513
|
GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
|
|
514
|
-
return this.az(this.
|
|
514
|
+
return this.az(this.p6, a, b, c);
|
|
515
515
|
};
|
|
516
516
|
GeographicMapSeriesHost.prototype.ht = function (a) {
|
|
517
|
-
return this.hy(this.
|
|
517
|
+
return this.hy(this.p6, a);
|
|
518
518
|
};
|
|
519
519
|
GeographicMapSeriesHost.prototype.hj = function (a, b) {
|
|
520
|
-
return this.
|
|
520
|
+
return this.p6.hj(a, b);
|
|
521
521
|
};
|
|
522
522
|
GeographicMapSeriesHost.prototype.hh = function (a, b) {
|
|
523
|
-
return this.
|
|
523
|
+
return this.p6.hh(a, b);
|
|
524
524
|
};
|
|
525
525
|
GeographicMapSeriesHost.prototype.gj = function (a, b, c) {
|
|
526
|
-
return this.
|
|
526
|
+
return this.p6.gj(a, b, c);
|
|
527
527
|
};
|
|
528
|
-
GeographicMapSeriesHost.prototype.
|
|
529
|
-
return this.
|
|
528
|
+
GeographicMapSeriesHost.prototype.pm = function (a, b, c) {
|
|
529
|
+
return this.p6.pm(a, b, c);
|
|
530
530
|
};
|
|
531
|
-
GeographicMapSeriesHost.prototype.
|
|
532
|
-
return this.
|
|
531
|
+
GeographicMapSeriesHost.prototype.pv = function (a) {
|
|
532
|
+
return this.p6.pv(a);
|
|
533
533
|
};
|
|
534
534
|
GeographicMapSeriesHost.prototype.ak = function (a) {
|
|
535
|
-
return this.
|
|
535
|
+
return this.p6.ak(a);
|
|
536
536
|
};
|
|
537
|
-
GeographicMapSeriesHost.prototype.
|
|
538
|
-
return this.
|
|
537
|
+
GeographicMapSeriesHost.prototype.pw = function (a) {
|
|
538
|
+
return this.p6.pw(a);
|
|
539
539
|
};
|
|
540
540
|
GeographicMapSeriesHost.prototype.al = function (a) {
|
|
541
|
-
return this.
|
|
542
|
-
};
|
|
543
|
-
GeographicMapSeriesHost.prototype.pw = function (a) {
|
|
544
|
-
return this.p5.pw(a);
|
|
541
|
+
return this.p6.al(a);
|
|
545
542
|
};
|
|
546
543
|
GeographicMapSeriesHost.prototype.px = function (a) {
|
|
547
|
-
return this.
|
|
544
|
+
return this.p6.px(a);
|
|
545
|
+
};
|
|
546
|
+
GeographicMapSeriesHost.prototype.py = function (a) {
|
|
547
|
+
return this.p6.py(a);
|
|
548
548
|
};
|
|
549
549
|
GeographicMapSeriesHost.prototype.gf = function (a, b, c) {
|
|
550
|
-
return this.
|
|
550
|
+
return this.p6.gf(a, b, c);
|
|
551
551
|
};
|
|
552
|
-
GeographicMapSeriesHost.prototype.
|
|
553
|
-
return this.
|
|
552
|
+
GeographicMapSeriesHost.prototype.pi = function (a, b, c) {
|
|
553
|
+
return this.p6.pi(a, b, c);
|
|
554
554
|
};
|
|
555
555
|
GeographicMapSeriesHost.prototype.gh = function (a, b, c) {
|
|
556
556
|
return this.gj(a, b, c);
|
|
557
557
|
};
|
|
558
|
-
GeographicMapSeriesHost.prototype.
|
|
559
|
-
return this.
|
|
558
|
+
GeographicMapSeriesHost.prototype.pk = function (a, b, c) {
|
|
559
|
+
return this.p6.pk(a, b, c);
|
|
560
560
|
};
|
|
561
|
-
GeographicMapSeriesHost.prototype.
|
|
562
|
-
return this.
|
|
561
|
+
GeographicMapSeriesHost.prototype.pn = function (a, b, c) {
|
|
562
|
+
return this.p6.pn(a, b, c);
|
|
563
563
|
};
|
|
564
564
|
GeographicMapSeriesHost.prototype.gk = function (a, b, c) {
|
|
565
|
-
return this.
|
|
565
|
+
return this.p6.gk(a, b, c);
|
|
566
566
|
};
|
|
567
|
-
GeographicMapSeriesHost.prototype.
|
|
568
|
-
return this.
|
|
567
|
+
GeographicMapSeriesHost.prototype.pj = function (a, b, c) {
|
|
568
|
+
return this.p6.pj(a, b, c);
|
|
569
569
|
};
|
|
570
570
|
GeographicMapSeriesHost.prototype.gg = function (a, b, c) {
|
|
571
|
-
return this.
|
|
571
|
+
return this.p6.gg(a, b, c);
|
|
572
572
|
};
|
|
573
|
-
GeographicMapSeriesHost.prototype.
|
|
574
|
-
return this.
|
|
573
|
+
GeographicMapSeriesHost.prototype.pl = function (a, b, c) {
|
|
574
|
+
return this.p6.pl(a, b, c);
|
|
575
575
|
};
|
|
576
576
|
GeographicMapSeriesHost.prototype.gi = function (a, b, c) {
|
|
577
|
-
return this.
|
|
577
|
+
return this.p6.gi(a, b, c);
|
|
578
578
|
};
|
|
579
579
|
GeographicMapSeriesHost.prototype.he = function (a) {
|
|
580
|
-
return this.
|
|
580
|
+
return this.p6.he(a);
|
|
581
581
|
};
|
|
582
582
|
GeographicMapSeriesHost.prototype.ga = function () {
|
|
583
|
-
return this.
|
|
583
|
+
return this.p6.ga();
|
|
584
584
|
};
|
|
585
585
|
GeographicMapSeriesHost.prototype.f6 = function (a) {
|
|
586
|
-
return this.
|
|
586
|
+
return this.p6.f6(a);
|
|
587
587
|
};
|
|
588
588
|
GeographicMapSeriesHost.prototype.hu = function (a) {
|
|
589
|
-
return this.
|
|
589
|
+
return this.p6.hu(a);
|
|
590
590
|
};
|
|
591
591
|
GeographicMapSeriesHost.prototype.bx = function () {
|
|
592
592
|
return new HostSeriesView(this);
|
|
593
593
|
};
|
|
594
|
-
GeographicMapSeriesHost.prototype.
|
|
595
|
-
_super.prototype.
|
|
596
|
-
this.
|
|
594
|
+
GeographicMapSeriesHost.prototype.lz = function (a) {
|
|
595
|
+
_super.prototype.lz.call(this, a);
|
|
596
|
+
this.p7 = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
|
|
597
597
|
};
|
|
598
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
598
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "p8", {
|
|
599
599
|
get: function () {
|
|
600
|
-
return this.c(GeographicMapSeriesHost.
|
|
600
|
+
return this.c(GeographicMapSeriesHost.qd);
|
|
601
601
|
},
|
|
602
602
|
set: function (a) {
|
|
603
|
-
this.h(GeographicMapSeriesHost.
|
|
603
|
+
this.h(GeographicMapSeriesHost.qd, a);
|
|
604
604
|
},
|
|
605
605
|
enumerable: false,
|
|
606
606
|
configurable: true
|
|
607
607
|
});
|
|
608
|
-
GeographicMapSeriesHost.prototype.
|
|
609
|
-
_super.prototype.
|
|
608
|
+
GeographicMapSeriesHost.prototype.l4 = function (a, b, c, d) {
|
|
609
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
610
610
|
switch (b) {
|
|
611
611
|
case "SeriesViewer":
|
|
612
|
-
this.
|
|
612
|
+
this.p6.cd = this.cd;
|
|
613
613
|
if (c != null) {
|
|
614
|
-
c.n2(this.
|
|
614
|
+
c.n2(this.p6);
|
|
615
615
|
}
|
|
616
616
|
if (d != null) {
|
|
617
|
-
this.cd.kx(this.
|
|
617
|
+
this.cd.kx(this.p6);
|
|
618
618
|
}
|
|
619
|
-
this.
|
|
620
|
-
this.
|
|
621
|
-
this.k8(this.
|
|
622
|
-
this.ho = this.
|
|
619
|
+
this.p6.l7(this.pz);
|
|
620
|
+
this.p6.index = this.index;
|
|
621
|
+
this.k8(this.p6);
|
|
622
|
+
this.ho = this.p6.ho;
|
|
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.qc));
|
|
626
626
|
}
|
|
627
627
|
if (this.cd != null) {
|
|
628
628
|
var f = this.cd;
|
|
629
|
-
f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.
|
|
629
|
+
f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.qc));
|
|
630
630
|
}
|
|
631
|
-
this.
|
|
631
|
+
this.qa();
|
|
632
632
|
break;
|
|
633
633
|
case "SyncLink":
|
|
634
|
-
this.
|
|
634
|
+
this.p6.b8 = this.b8;
|
|
635
635
|
break;
|
|
636
636
|
case "VisibleFromScale":
|
|
637
|
-
this.
|
|
637
|
+
this.qa();
|
|
638
638
|
break;
|
|
639
639
|
case "Index":
|
|
640
|
-
this.
|
|
640
|
+
this.p6.index = this.index;
|
|
641
641
|
break;
|
|
642
642
|
case "ItemsSource":
|
|
643
|
-
this.
|
|
643
|
+
this.p7.b3();
|
|
644
644
|
break;
|
|
645
645
|
case "Resolution":
|
|
646
|
-
this.
|
|
646
|
+
this.p7.ca();
|
|
647
647
|
break;
|
|
648
648
|
case "TransitionDuration":
|
|
649
|
-
this.
|
|
649
|
+
this.p7.cd();
|
|
650
650
|
break;
|
|
651
651
|
case "Opacity":
|
|
652
|
-
this.
|
|
652
|
+
this.p7.b7();
|
|
653
653
|
break;
|
|
654
654
|
case "Visibility":
|
|
655
|
-
var hs_ = this.
|
|
655
|
+
var hs_ = this.p6;
|
|
656
656
|
var v_ = this._visibility;
|
|
657
657
|
hs_.visibility = v_;
|
|
658
658
|
break;
|
|
659
659
|
case "MouseOverEnabled":
|
|
660
|
-
this.
|
|
660
|
+
this.p6.el = this.el;
|
|
661
661
|
break;
|
|
662
662
|
case "ExpectFunctions":
|
|
663
|
-
this.
|
|
663
|
+
this.p6.expectFunctions = this.expectFunctions;
|
|
664
664
|
break;
|
|
665
665
|
case "Thickness":
|
|
666
|
-
this.
|
|
666
|
+
this.p7.cc();
|
|
667
667
|
break;
|
|
668
668
|
case "Brush":
|
|
669
|
-
this.
|
|
669
|
+
this.p7.b1();
|
|
670
670
|
break;
|
|
671
671
|
case "Outline":
|
|
672
|
-
this.
|
|
672
|
+
this.p7.b9();
|
|
673
673
|
break;
|
|
674
674
|
case "ActualBrush":
|
|
675
|
-
this.
|
|
675
|
+
this.p7.by();
|
|
676
676
|
break;
|
|
677
677
|
case "ActualOutline":
|
|
678
|
-
this.
|
|
678
|
+
this.p7.bz();
|
|
679
679
|
break;
|
|
680
680
|
case "MarkerFillOpacity":
|
|
681
681
|
if (!igniteuiAngularCore.isNaN_(this.gq)) {
|
|
682
|
-
this.
|
|
682
|
+
this.p7.b6();
|
|
683
683
|
}
|
|
684
684
|
break;
|
|
685
685
|
case "AreaFillOpacity":
|
|
686
686
|
if (!igniteuiAngularCore.isNaN_(this.fz)) {
|
|
687
|
-
this.
|
|
687
|
+
this.p7.b0();
|
|
688
688
|
}
|
|
689
689
|
break;
|
|
690
690
|
case "OutlineMode":
|
|
691
|
-
this.
|
|
691
|
+
this.p7.b8();
|
|
692
692
|
break;
|
|
693
693
|
case "ShowDefaultTooltip":
|
|
694
|
-
this.
|
|
694
|
+
this.p7.cb();
|
|
695
695
|
break;
|
|
696
696
|
case "Title":
|
|
697
|
-
this.
|
|
697
|
+
this.p6.title = this.title;
|
|
698
698
|
break;
|
|
699
699
|
case "LegendItemBadgeMode":
|
|
700
|
-
this.
|
|
700
|
+
this.p7.b4();
|
|
701
701
|
break;
|
|
702
702
|
case "LegendItemBadgeShape":
|
|
703
|
-
this.
|
|
703
|
+
this.p7.b5();
|
|
704
704
|
break;
|
|
705
705
|
case "Legend":
|
|
706
|
-
this.
|
|
706
|
+
this.p6.legend = this.legend;
|
|
707
707
|
this.b0.at();
|
|
708
708
|
break;
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
|
-
GeographicMapSeriesHost.prototype.
|
|
712
|
-
if (this.cd == null || this.
|
|
711
|
+
GeographicMapSeriesHost.prototype.qa = function () {
|
|
712
|
+
if (this.cd == null || this.p6 == null) {
|
|
713
713
|
return;
|
|
714
714
|
}
|
|
715
|
-
if (!igniteuiAngularCore.isNaN_(this.
|
|
716
|
-
if (this.cd.sf.width > this.
|
|
717
|
-
var hs_ = this.
|
|
715
|
+
if (!igniteuiAngularCore.isNaN_(this.p8)) {
|
|
716
|
+
if (this.cd.sf.width > this.p8) {
|
|
717
|
+
var hs_ = this.p6;
|
|
718
718
|
var v_ = 1;
|
|
719
719
|
hs_.visibility = v_;
|
|
720
720
|
}
|
|
721
721
|
else {
|
|
722
|
-
var hs2_ = this.
|
|
722
|
+
var hs2_ = this.p6;
|
|
723
723
|
var v2_ = 0;
|
|
724
724
|
hs2_.visibility = v2_;
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
};
|
|
728
|
-
GeographicMapSeriesHost.prototype.
|
|
729
|
-
this.
|
|
728
|
+
GeographicMapSeriesHost.prototype.qc = function (a, b) {
|
|
729
|
+
this.qa();
|
|
730
730
|
};
|
|
731
|
-
GeographicMapSeriesHost.prototype.
|
|
732
|
-
_super.prototype.
|
|
733
|
-
if (this.
|
|
734
|
-
this.
|
|
731
|
+
GeographicMapSeriesHost.prototype.mi = function (a) {
|
|
732
|
+
_super.prototype.mi.call(this, a);
|
|
733
|
+
if (this.p6 != null) {
|
|
734
|
+
this.p6.mi(a);
|
|
735
735
|
}
|
|
736
736
|
};
|
|
737
|
-
GeographicMapSeriesHost.prototype.
|
|
738
|
-
if (this.
|
|
739
|
-
this.
|
|
737
|
+
GeographicMapSeriesHost.prototype.mh = function (a, b, c, d, e) {
|
|
738
|
+
if (this.p6 != null) {
|
|
739
|
+
this.p6.mh(a, b, c, d, e);
|
|
740
740
|
}
|
|
741
741
|
};
|
|
742
742
|
GeographicMapSeriesHost.prototype.at = function (a, b) {
|
|
743
|
-
return this.
|
|
743
|
+
return this.p6.at(a, b);
|
|
744
744
|
};
|
|
745
|
-
GeographicMapSeriesHost.prototype.
|
|
746
|
-
_super.prototype.
|
|
747
|
-
this.
|
|
745
|
+
GeographicMapSeriesHost.prototype.ms = function () {
|
|
746
|
+
_super.prototype.ms.call(this);
|
|
747
|
+
this.p6.ms();
|
|
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.p6.coercionMethods = a;
|
|
755
755
|
};
|
|
756
756
|
GeographicMapSeriesHost.prototype.k7 = function (a) {
|
|
757
757
|
_super.prototype.k7.call(this, a);
|
|
758
|
-
if (this.
|
|
759
|
-
var b = this.
|
|
758
|
+
if (this.p6 != null) {
|
|
759
|
+
var b = this.p6.hs();
|
|
760
760
|
this.kz(a, b);
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
763
|
GeographicMapSeriesHost.$t = igniteuiAngularCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiAngularCharts.Series.$);
|
|
764
|
-
GeographicMapSeriesHost.
|
|
764
|
+
GeographicMapSeriesHost.qd = 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.ar.call(this, a, b);
|
|
783
783
|
};
|
|
784
784
|
HostSeriesView.prototype.b2 = function () {
|
|
785
|
-
this.bx.
|
|
786
|
-
this.bx.
|
|
787
|
-
this.bx.
|
|
788
|
-
this.bx.
|
|
789
|
-
this.bx.
|
|
790
|
-
this.bx.
|
|
791
|
-
this.bx.
|
|
792
|
-
this.bx.
|
|
793
|
-
this.bx.
|
|
794
|
-
this.bx.
|
|
795
|
-
this.bx.
|
|
796
|
-
this.bx.
|
|
797
|
-
this.bx.
|
|
798
|
-
this.bx.
|
|
799
|
-
this.bx.
|
|
800
|
-
this.bx.
|
|
785
|
+
this.bx.p3 = 1;
|
|
786
|
+
this.bx.p6.p3 = 0;
|
|
787
|
+
this.bx.p6.itemsSource = this.bx.itemsSource;
|
|
788
|
+
this.bx.p6.index = this.bx.index;
|
|
789
|
+
this.bx.p6.o3 = this.bx.o3;
|
|
790
|
+
this.bx.p6.o8 = this.bx.o3;
|
|
791
|
+
this.bx.p6.bt = this.bx.bt;
|
|
792
|
+
this.bx.p6.gt = this.bx.gt;
|
|
793
|
+
this.bx.p6.hm = this.bx.hm;
|
|
794
|
+
this.bx.p6._opacity = this.bx._opacity;
|
|
795
|
+
this.bx.p6.gz = this.bx.gz;
|
|
796
|
+
this.bx.p6.fz = this.bx.fz;
|
|
797
|
+
this.bx.p6.gq = this.bx.gq;
|
|
798
|
+
this.bx.p6.er = this.bx.er;
|
|
799
|
+
this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
|
|
800
|
+
this.bx.p6.a9 = this.bx.a9;
|
|
801
801
|
};
|
|
802
802
|
HostSeriesView.prototype.b3 = function () {
|
|
803
|
-
this.bx.
|
|
803
|
+
this.bx.p6.itemsSource = this.bx.itemsSource;
|
|
804
804
|
};
|
|
805
805
|
HostSeriesView.prototype.ca = function () {
|
|
806
|
-
this.bx.
|
|
806
|
+
this.bx.p6.gt = this.bx.gt;
|
|
807
807
|
};
|
|
808
808
|
HostSeriesView.prototype.cd = function () {
|
|
809
|
-
this.bx.
|
|
809
|
+
this.bx.p6.hm = this.bx.hm;
|
|
810
810
|
};
|
|
811
811
|
HostSeriesView.prototype.b7 = function () {
|
|
812
|
-
this.bx.
|
|
812
|
+
this.bx.p6._opacity = this.bx._opacity;
|
|
813
813
|
};
|
|
814
814
|
HostSeriesView.prototype.cc = function () {
|
|
815
|
-
this.bx.
|
|
815
|
+
this.bx.p6.gz = this.bx.gz;
|
|
816
816
|
};
|
|
817
817
|
HostSeriesView.prototype.b1 = function () {
|
|
818
|
-
this.bx.
|
|
818
|
+
this.bx.p6.o3 = this.bx.o3;
|
|
819
819
|
};
|
|
820
820
|
HostSeriesView.prototype.b9 = function () {
|
|
821
|
-
this.bx.
|
|
821
|
+
this.bx.p6.o8 = this.bx.o8;
|
|
822
822
|
};
|
|
823
823
|
HostSeriesView.prototype.by = function () {
|
|
824
|
-
this.bx.
|
|
824
|
+
this.bx.p6.o3 = this.bx.oz;
|
|
825
825
|
};
|
|
826
826
|
HostSeriesView.prototype.bz = function () {
|
|
827
|
-
this.bx.
|
|
827
|
+
this.bx.p6.o8 = this.bx.o2;
|
|
828
828
|
};
|
|
829
829
|
HostSeriesView.prototype.b4 = function () {
|
|
830
|
-
this.bx.
|
|
830
|
+
this.bx.p6.a9 = this.bx.a9;
|
|
831
831
|
};
|
|
832
832
|
HostSeriesView.prototype.b5 = function () {
|
|
833
|
-
this.bx.
|
|
833
|
+
this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
|
|
834
834
|
};
|
|
835
835
|
HostSeriesView.prototype.b0 = function () {
|
|
836
|
-
this.bx.
|
|
836
|
+
this.bx.p6.fz = this.bx.fz;
|
|
837
837
|
};
|
|
838
838
|
HostSeriesView.prototype.b6 = function () {
|
|
839
|
-
this.bx.
|
|
839
|
+
this.bx.p6.gq = this.bx.gq;
|
|
840
840
|
};
|
|
841
841
|
HostSeriesView.prototype.b8 = function () {
|
|
842
|
-
this.bx.
|
|
842
|
+
this.bx.p6.bt = this.bx.bt;
|
|
843
843
|
};
|
|
844
844
|
HostSeriesView.prototype.cb = function () {
|
|
845
|
-
this.bx.
|
|
845
|
+
this.bx.p6.er = this.bx.er;
|
|
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.ms();
|
|
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.mi(false);
|
|
1590
1590
|
}
|
|
1591
1591
|
}
|
|
1592
1592
|
catch (e_2_1) {
|
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
try {
|
|
1622
1622
|
for (var _e = tslib.__values(igniteuiAngularCore.fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1623
1623
|
var h = _f.value;
|
|
1624
|
-
h.
|
|
1624
|
+
h.lk();
|
|
1625
1625
|
}
|
|
1626
1626
|
}
|
|
1627
1627
|
catch (e_3_1) {
|
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
var c = b;
|
|
1678
1678
|
var d = a;
|
|
1679
1679
|
d.itemsSource = c.triangulationSource.points;
|
|
1680
|
-
d.
|
|
1680
|
+
d.qf = c.triangulationSource.triangles;
|
|
1681
1681
|
}
|
|
1682
1682
|
else {
|
|
1683
1683
|
_super.prototype.n9.call(this, a, b);
|
|
@@ -2010,41 +2010,41 @@
|
|
|
2010
2010
|
}
|
|
2011
2011
|
GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
|
|
2012
2012
|
_super.prototype.b2.call(this);
|
|
2013
|
-
var a = this.ce.
|
|
2014
|
-
a.
|
|
2015
|
-
a.
|
|
2016
|
-
a.trianglesSource = this.ce.
|
|
2017
|
-
a.
|
|
2018
|
-
a.
|
|
2019
|
-
a.
|
|
2013
|
+
var a = this.ce.p6;
|
|
2014
|
+
a.q6 = this.ce.qi;
|
|
2015
|
+
a.re = this.ce.qg;
|
|
2016
|
+
a.trianglesSource = this.ce.qf;
|
|
2017
|
+
a.qu = this.ce.ql;
|
|
2018
|
+
a.qw = this.ce.qn;
|
|
2019
|
+
a.qy = this.ce.qp;
|
|
2020
2020
|
};
|
|
2021
2021
|
GeographicXYTriangulatingSeriesView.prototype.ch = function () {
|
|
2022
|
-
var a = this.ce.
|
|
2022
|
+
var a = this.ce.p6;
|
|
2023
2023
|
if (this.ce.cd == null) {
|
|
2024
|
-
a.p3 = null;
|
|
2025
2024
|
a.p4 = null;
|
|
2025
|
+
a.p5 = null;
|
|
2026
2026
|
return;
|
|
2027
2027
|
}
|
|
2028
|
-
a.
|
|
2029
|
-
a.
|
|
2028
|
+
a.p4 = this.ce.cd.s2;
|
|
2029
|
+
a.p5 = this.ce.cd.s4;
|
|
2030
2030
|
};
|
|
2031
2031
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
2032
|
-
this.ce.
|
|
2032
|
+
this.ce.p6.q6 = this.ce.qi;
|
|
2033
2033
|
};
|
|
2034
2034
|
GeographicXYTriangulatingSeriesView.prototype.cf = function () {
|
|
2035
|
-
this.ce.
|
|
2035
|
+
this.ce.p6.re = this.ce.qg;
|
|
2036
2036
|
};
|
|
2037
2037
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2038
|
-
this.ce.
|
|
2038
|
+
this.ce.p6.trianglesSource = this.ce.qf;
|
|
2039
2039
|
};
|
|
2040
2040
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2041
|
-
this.ce.
|
|
2041
|
+
this.ce.p6.qu = this.ce.ql;
|
|
2042
2042
|
};
|
|
2043
2043
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2044
|
-
this.ce.
|
|
2044
|
+
this.ce.p6.qw = this.ce.qn;
|
|
2045
2045
|
};
|
|
2046
2046
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
2047
|
-
this.ce.
|
|
2047
|
+
this.ce.p6.qy = this.ce.qp;
|
|
2048
2048
|
};
|
|
2049
2049
|
GeographicXYTriangulatingSeriesView.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2050
2050
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2067,19 +2067,19 @@
|
|
|
2067
2067
|
};
|
|
2068
2068
|
GeographicScatterAreaSeriesView.prototype.b2 = function () {
|
|
2069
2069
|
_super.prototype.b2.call(this);
|
|
2070
|
-
if (this.cm.
|
|
2071
|
-
this.cm.
|
|
2072
|
-
this.cm.
|
|
2070
|
+
if (this.cm.q0 != null) {
|
|
2071
|
+
this.cm.q0.sd = this.cm.q4;
|
|
2072
|
+
this.cm.q0.r1 = this.cm.qz;
|
|
2073
2073
|
}
|
|
2074
2074
|
};
|
|
2075
2075
|
GeographicScatterAreaSeriesView.prototype.cn = function () {
|
|
2076
|
-
if (this.cm.
|
|
2077
|
-
this.cm.
|
|
2076
|
+
if (this.cm.q0 != null) {
|
|
2077
|
+
this.cm.q0.sd = this.cm.q4;
|
|
2078
2078
|
}
|
|
2079
2079
|
};
|
|
2080
2080
|
GeographicScatterAreaSeriesView.prototype.co = function () {
|
|
2081
|
-
if (this.cm.
|
|
2082
|
-
this.cm.
|
|
2081
|
+
if (this.cm.q0 != null) {
|
|
2082
|
+
this.cm.q0.r1 = this.cm.qz;
|
|
2083
2083
|
}
|
|
2084
2084
|
};
|
|
2085
2085
|
GeographicScatterAreaSeriesView.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2286,38 +2286,38 @@
|
|
|
2286
2286
|
GeographicXYTriangulatingSeries.prototype.bx = function () {
|
|
2287
2287
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2288
2288
|
};
|
|
2289
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2290
|
-
_super.prototype.
|
|
2291
|
-
this.
|
|
2289
|
+
GeographicXYTriangulatingSeries.prototype.lz = function (a) {
|
|
2290
|
+
_super.prototype.lz.call(this, a);
|
|
2291
|
+
this.qe = a;
|
|
2292
2292
|
};
|
|
2293
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2294
|
-
_super.prototype.
|
|
2293
|
+
GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
|
|
2294
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
2295
2295
|
switch (b) {
|
|
2296
2296
|
case "SeriesViewer":
|
|
2297
|
-
this.
|
|
2297
|
+
this.qe.ch();
|
|
2298
2298
|
break;
|
|
2299
2299
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2300
|
-
this.
|
|
2300
|
+
this.qe.cg();
|
|
2301
2301
|
break;
|
|
2302
2302
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2303
|
-
this.
|
|
2303
|
+
this.qe.cf();
|
|
2304
2304
|
break;
|
|
2305
2305
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2306
|
-
this.
|
|
2306
|
+
this.qe.ci();
|
|
2307
2307
|
break;
|
|
2308
2308
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2309
|
-
this.
|
|
2309
|
+
this.qe.cj();
|
|
2310
2310
|
break;
|
|
2311
2311
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2312
|
-
this.
|
|
2312
|
+
this.qe.ck();
|
|
2313
2313
|
break;
|
|
2314
2314
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2315
|
-
this.
|
|
2315
|
+
this.qe.cl();
|
|
2316
2316
|
break;
|
|
2317
2317
|
}
|
|
2318
2318
|
};
|
|
2319
2319
|
GeographicXYTriangulatingSeries.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2320
|
-
GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2320
|
+
GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [igniteuiAngularCore.IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
|
|
2321
2321
|
return GeographicXYTriangulatingSeries;
|
|
2322
2322
|
}(GeographicMapSeriesHost));
|
|
2323
2323
|
/**
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
tslib.__extends(GeographicScatterAreaSeries, _super);
|
|
2328
2328
|
function GeographicScatterAreaSeries() {
|
|
2329
2329
|
var _this = _super.call(this) || this;
|
|
2330
|
-
_this.
|
|
2330
|
+
_this.qx = null;
|
|
2331
2331
|
_this.triangulationStatusChanged = null;
|
|
2332
2332
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2333
2333
|
return _this;
|
|
@@ -2335,53 +2335,53 @@
|
|
|
2335
2335
|
GeographicScatterAreaSeries.prototype.get_dd = function () {
|
|
2336
2336
|
return true;
|
|
2337
2337
|
};
|
|
2338
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2338
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
|
|
2339
2339
|
get: function () {
|
|
2340
|
-
return this.
|
|
2340
|
+
return this.qx;
|
|
2341
2341
|
},
|
|
2342
2342
|
set: function (a) {
|
|
2343
|
-
var b = this.
|
|
2343
|
+
var b = this.qx != a;
|
|
2344
2344
|
if (b) {
|
|
2345
|
-
var c = this.
|
|
2346
|
-
if (this.
|
|
2347
|
-
var d = this.
|
|
2348
|
-
d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
2345
|
+
var c = this.qx;
|
|
2346
|
+
if (this.qx != null) {
|
|
2347
|
+
var d = this.qx;
|
|
2348
|
+
d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.q7));
|
|
2349
2349
|
}
|
|
2350
|
-
this.
|
|
2351
|
-
if (this.
|
|
2352
|
-
var e = this.
|
|
2353
|
-
e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
2350
|
+
this.qx = a;
|
|
2351
|
+
if (this.qx != null) {
|
|
2352
|
+
var e = this.qx;
|
|
2353
|
+
e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.q7));
|
|
2354
2354
|
}
|
|
2355
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2356
|
-
if (this.
|
|
2357
|
-
this.
|
|
2355
|
+
this.raisePropertyChanged("ColorScale", c, this.qx);
|
|
2356
|
+
if (this.q0 != null) {
|
|
2357
|
+
this.q0.r1 = a;
|
|
2358
2358
|
}
|
|
2359
2359
|
}
|
|
2360
2360
|
},
|
|
2361
2361
|
enumerable: false,
|
|
2362
2362
|
configurable: true
|
|
2363
2363
|
});
|
|
2364
|
-
GeographicScatterAreaSeries.prototype.
|
|
2365
|
-
this.
|
|
2366
|
-
this.
|
|
2367
|
-
this.
|
|
2364
|
+
GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
|
|
2365
|
+
this.q2.co();
|
|
2366
|
+
this.q9();
|
|
2367
|
+
this.mi(false);
|
|
2368
2368
|
};
|
|
2369
|
-
GeographicScatterAreaSeries.prototype.
|
|
2370
|
-
if (this.
|
|
2371
|
-
this.
|
|
2369
|
+
GeographicScatterAreaSeries.prototype.q9 = function () {
|
|
2370
|
+
if (this.q0 != null) {
|
|
2371
|
+
this.qy = this.q0.r0;
|
|
2372
2372
|
}
|
|
2373
2373
|
};
|
|
2374
|
-
GeographicScatterAreaSeries.prototype.
|
|
2375
|
-
_super.prototype.
|
|
2376
|
-
this.
|
|
2374
|
+
GeographicScatterAreaSeries.prototype.mw = function () {
|
|
2375
|
+
_super.prototype.mw.call(this);
|
|
2376
|
+
this.q9();
|
|
2377
2377
|
};
|
|
2378
|
-
GeographicScatterAreaSeries.prototype.
|
|
2379
|
-
this.
|
|
2380
|
-
var a = this.
|
|
2381
|
-
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
2382
|
-
return this.
|
|
2378
|
+
GeographicScatterAreaSeries.prototype.p5 = function () {
|
|
2379
|
+
this.q0 = new igniteuiAngularCharts.ScatterAreaSeries();
|
|
2380
|
+
var a = this.q0;
|
|
2381
|
+
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.q8));
|
|
2382
|
+
return this.q0;
|
|
2383
2383
|
};
|
|
2384
|
-
GeographicScatterAreaSeries.prototype.
|
|
2384
|
+
GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
|
|
2385
2385
|
if (this.triangulationStatusChanged != null) {
|
|
2386
2386
|
this.triangulationStatusChanged(this, b);
|
|
2387
2387
|
}
|
|
@@ -2389,19 +2389,19 @@
|
|
|
2389
2389
|
GeographicScatterAreaSeries.prototype.bx = function () {
|
|
2390
2390
|
return new GeographicScatterAreaSeriesView(this);
|
|
2391
2391
|
};
|
|
2392
|
-
GeographicScatterAreaSeries.prototype.
|
|
2393
|
-
_super.prototype.
|
|
2394
|
-
this.
|
|
2392
|
+
GeographicScatterAreaSeries.prototype.lz = function (a) {
|
|
2393
|
+
_super.prototype.lz.call(this, a);
|
|
2394
|
+
this.q2 = a;
|
|
2395
2395
|
};
|
|
2396
|
-
GeographicScatterAreaSeries.prototype.
|
|
2397
|
-
_super.prototype.
|
|
2396
|
+
GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
|
|
2397
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
2398
2398
|
switch (b) {
|
|
2399
2399
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2400
|
-
this.
|
|
2400
|
+
this.q2.cn();
|
|
2401
2401
|
break;
|
|
2402
2402
|
case "ColorScale":
|
|
2403
|
-
this.
|
|
2404
|
-
this.
|
|
2403
|
+
this.q2.co();
|
|
2404
|
+
this.q9();
|
|
2405
2405
|
break;
|
|
2406
2406
|
}
|
|
2407
2407
|
};
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
_super.prototype.set_e3.call(this, a);
|
|
2413
2413
|
};
|
|
2414
2414
|
GeographicScatterAreaSeries.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2415
|
-
GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2415
|
+
GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
|
|
2416
2416
|
return GeographicScatterAreaSeries;
|
|
2417
2417
|
}(GeographicXYTriangulatingSeries));
|
|
2418
2418
|
|
|
@@ -4923,10 +4923,10 @@
|
|
|
4923
4923
|
* 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%.
|
|
4924
4924
|
*/
|
|
4925
4925
|
get: function () {
|
|
4926
|
-
return this.i.
|
|
4926
|
+
return this.i.p8;
|
|
4927
4927
|
},
|
|
4928
4928
|
set: function (v) {
|
|
4929
|
-
this.i.
|
|
4929
|
+
this.i.p8 = +v;
|
|
4930
4930
|
},
|
|
4931
4931
|
enumerable: false,
|
|
4932
4932
|
configurable: true
|
|
@@ -4951,7 +4951,7 @@
|
|
|
4951
4951
|
|
|
4952
4952
|
*/
|
|
4953
4953
|
IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
4954
|
-
this.i.
|
|
4954
|
+
this.i.lk();
|
|
4955
4955
|
};
|
|
4956
4956
|
IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
4957
4957
|
var iv = this.i.hw(item, memberPathName);
|
|
@@ -4979,7 +4979,7 @@
|
|
|
4979
4979
|
return (iv);
|
|
4980
4980
|
};
|
|
4981
4981
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4982
|
-
var iv = this.i.
|
|
4982
|
+
var iv = this.i.pm(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4983
4983
|
return igniteuiAngularCore.fromPoint(iv);
|
|
4984
4984
|
};
|
|
4985
4985
|
/**
|
|
@@ -4988,7 +4988,7 @@
|
|
|
4988
4988
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4989
4989
|
*/
|
|
4990
4990
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
4991
|
-
var iv = this.i.
|
|
4991
|
+
var iv = this.i.pv(igniteuiAngularCore.toPoint(world));
|
|
4992
4992
|
return igniteuiAngularCore.fromRect(iv);
|
|
4993
4993
|
};
|
|
4994
4994
|
/**
|
|
@@ -4997,7 +4997,7 @@
|
|
|
4997
4997
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4998
4998
|
*/
|
|
4999
4999
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
5000
|
-
var iv = this.i.
|
|
5000
|
+
var iv = this.i.px(igniteuiAngularCore.toPoint(world));
|
|
5001
5001
|
return igniteuiAngularCore.fromRect(iv);
|
|
5002
5002
|
};
|
|
5003
5003
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -5005,7 +5005,7 @@
|
|
|
5005
5005
|
return (iv);
|
|
5006
5006
|
};
|
|
5007
5007
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5008
|
-
var iv = this.i.
|
|
5008
|
+
var iv = this.i.pi(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5009
5009
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5010
5010
|
};
|
|
5011
5011
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -5013,11 +5013,11 @@
|
|
|
5013
5013
|
return (iv);
|
|
5014
5014
|
};
|
|
5015
5015
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5016
|
-
var iv = this.i.
|
|
5016
|
+
var iv = this.i.pk(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5017
5017
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5018
5018
|
};
|
|
5019
5019
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5020
|
-
var iv = this.i.
|
|
5020
|
+
var iv = this.i.pn(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5021
5021
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5022
5022
|
};
|
|
5023
5023
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
@@ -5038,14 +5038,14 @@
|
|
|
5038
5038
|
* @param animate * True if the change should be animated.
|
|
5039
5039
|
*/
|
|
5040
5040
|
IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
5041
|
-
this.i.
|
|
5041
|
+
this.i.mi(animate);
|
|
5042
5042
|
};
|
|
5043
5043
|
/**
|
|
5044
5044
|
* Called when this series' Style is updated.
|
|
5045
5045
|
|
|
5046
5046
|
*/
|
|
5047
5047
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5048
|
-
this.i.
|
|
5048
|
+
this.i.ms();
|
|
5049
5049
|
};
|
|
5050
5050
|
IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5051
5051
|
IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
@@ -5154,10 +5154,10 @@
|
|
|
5154
5154
|
* 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.
|
|
5155
5155
|
*/
|
|
5156
5156
|
get: function () {
|
|
5157
|
-
return this.i.
|
|
5157
|
+
return this.i.qz;
|
|
5158
5158
|
},
|
|
5159
5159
|
set: function (v) {
|
|
5160
|
-
this.i.
|
|
5160
|
+
this.i.qz = v;
|
|
5161
5161
|
},
|
|
5162
5162
|
enumerable: false,
|
|
5163
5163
|
configurable: true
|
|
@@ -5167,10 +5167,10 @@
|
|
|
5167
5167
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5168
5168
|
*/
|
|
5169
5169
|
get: function () {
|
|
5170
|
-
return this.i.
|
|
5170
|
+
return this.i.qo;
|
|
5171
5171
|
},
|
|
5172
5172
|
set: function (v) {
|
|
5173
|
-
this.i.
|
|
5173
|
+
this.i.qo = igniteuiAngularCore.ensureBool(v);
|
|
5174
5174
|
},
|
|
5175
5175
|
enumerable: false,
|
|
5176
5176
|
configurable: true
|
|
@@ -5180,10 +5180,10 @@
|
|
|
5180
5180
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5181
5181
|
*/
|
|
5182
5182
|
get: function () {
|
|
5183
|
-
return this.i.
|
|
5183
|
+
return this.i.qn;
|
|
5184
5184
|
},
|
|
5185
5185
|
set: function (v) {
|
|
5186
|
-
this.i.
|
|
5186
|
+
this.i.qn = igniteuiAngularCore.ensureBool(v);
|
|
5187
5187
|
},
|
|
5188
5188
|
enumerable: false,
|
|
5189
5189
|
configurable: true
|
|
@@ -5193,10 +5193,10 @@
|
|
|
5193
5193
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5194
5194
|
*/
|
|
5195
5195
|
get: function () {
|
|
5196
|
-
return this.i.
|
|
5196
|
+
return this.i.qg;
|
|
5197
5197
|
},
|
|
5198
5198
|
set: function (v) {
|
|
5199
|
-
this.i.
|
|
5199
|
+
this.i.qg = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
|
|
5200
5200
|
},
|
|
5201
5201
|
enumerable: false,
|
|
5202
5202
|
configurable: true
|
|
@@ -5206,10 +5206,10 @@
|
|
|
5206
5206
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5207
5207
|
*/
|
|
5208
5208
|
get: function () {
|
|
5209
|
-
return this.i.
|
|
5209
|
+
return this.i.qr;
|
|
5210
5210
|
},
|
|
5211
5211
|
set: function (v) {
|
|
5212
|
-
this.i.
|
|
5212
|
+
this.i.qr = +v;
|
|
5213
5213
|
},
|
|
5214
5214
|
enumerable: false,
|
|
5215
5215
|
configurable: true
|
|
@@ -5219,10 +5219,10 @@
|
|
|
5219
5219
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5220
5220
|
*/
|
|
5221
5221
|
get: function () {
|
|
5222
|
-
return this.i.
|
|
5222
|
+
return this.i.qq;
|
|
5223
5223
|
},
|
|
5224
5224
|
set: function (v) {
|
|
5225
|
-
this.i.
|
|
5225
|
+
this.i.qq = +v;
|
|
5226
5226
|
},
|
|
5227
5227
|
enumerable: false,
|
|
5228
5228
|
configurable: true
|
|
@@ -5232,18 +5232,18 @@
|
|
|
5232
5232
|
* Set a shapefile datasource to use with the series.
|
|
5233
5233
|
*/
|
|
5234
5234
|
get: function () {
|
|
5235
|
-
if (this.i.
|
|
5235
|
+
if (this.i.qj == null) {
|
|
5236
5236
|
return null;
|
|
5237
5237
|
}
|
|
5238
|
-
if (!this.i.
|
|
5238
|
+
if (!this.i.qj.externalObject) {
|
|
5239
5239
|
var e = new igniteuiAngularCore.IgxShapeDataSource();
|
|
5240
|
-
e._implementation = this.i.
|
|
5241
|
-
this.i.
|
|
5240
|
+
e._implementation = this.i.qj;
|
|
5241
|
+
this.i.qj.externalObject = e;
|
|
5242
5242
|
}
|
|
5243
|
-
return this.i.
|
|
5243
|
+
return this.i.qj.externalObject;
|
|
5244
5244
|
},
|
|
5245
5245
|
set: function (v) {
|
|
5246
|
-
v == null ? this.i.
|
|
5246
|
+
v == null ? this.i.qj = null : this.i.qj = v.i;
|
|
5247
5247
|
},
|
|
5248
5248
|
enumerable: false,
|
|
5249
5249
|
configurable: true
|
|
@@ -5254,10 +5254,10 @@
|
|
|
5254
5254
|
* 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.
|
|
5255
5255
|
*/
|
|
5256
5256
|
get: function () {
|
|
5257
|
-
return this.i.
|
|
5257
|
+
return this.i.qp;
|
|
5258
5258
|
},
|
|
5259
5259
|
set: function (v) {
|
|
5260
|
-
this.i.
|
|
5260
|
+
this.i.qp = +v;
|
|
5261
5261
|
},
|
|
5262
5262
|
enumerable: false,
|
|
5263
5263
|
configurable: true
|
|
@@ -5370,20 +5370,20 @@
|
|
|
5370
5370
|
tslib.__extends(GeographicShapeSeriesBase, _super);
|
|
5371
5371
|
function GeographicShapeSeriesBase() {
|
|
5372
5372
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5373
|
+
_this.qm = false;
|
|
5373
5374
|
_this.ql = false;
|
|
5374
|
-
_this.qk = false;
|
|
5375
5375
|
_this.assigningShapeStyle = null;
|
|
5376
5376
|
_this.assigningShapeMarkerStyle = null;
|
|
5377
|
-
_this.
|
|
5378
|
-
_this.
|
|
5377
|
+
_this.qi = null;
|
|
5378
|
+
_this.qk = false;
|
|
5379
5379
|
return _this;
|
|
5380
5380
|
}
|
|
5381
5381
|
GeographicShapeSeriesBase.prototype.bx = function () {
|
|
5382
5382
|
return new GeographicShapeSeriesBaseView(this);
|
|
5383
5383
|
};
|
|
5384
|
-
GeographicShapeSeriesBase.prototype.
|
|
5385
|
-
_super.prototype.
|
|
5386
|
-
this.
|
|
5384
|
+
GeographicShapeSeriesBase.prototype.lz = function (a) {
|
|
5385
|
+
_super.prototype.lz.call(this, a);
|
|
5386
|
+
this.qh = a;
|
|
5387
5387
|
};
|
|
5388
5388
|
GeographicShapeSeriesBase.prototype.get_dx = function () {
|
|
5389
5389
|
return true;
|
|
@@ -5391,97 +5391,97 @@
|
|
|
5391
5391
|
GeographicShapeSeriesBase.prototype.get_c2 = function () {
|
|
5392
5392
|
return true;
|
|
5393
5393
|
};
|
|
5394
|
-
GeographicShapeSeriesBase.prototype.
|
|
5395
|
-
_super.prototype.
|
|
5394
|
+
GeographicShapeSeriesBase.prototype.l4 = function (a, b, c, d) {
|
|
5395
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
5396
5396
|
switch (b) {
|
|
5397
5397
|
case "SeriesViewer":
|
|
5398
|
-
this.
|
|
5398
|
+
this.qh.cf();
|
|
5399
5399
|
break;
|
|
5400
5400
|
case "ShapeMemberPath":
|
|
5401
|
-
this.
|
|
5401
|
+
this.qh.ch();
|
|
5402
5402
|
break;
|
|
5403
5403
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5404
|
-
this.
|
|
5404
|
+
this.qh.cg();
|
|
5405
5405
|
break;
|
|
5406
5406
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5407
|
-
this.
|
|
5408
|
-
this.
|
|
5409
|
-
if (this.
|
|
5410
|
-
var e = this.
|
|
5411
|
-
e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.
|
|
5407
|
+
this.p6.q5 = this.qo;
|
|
5408
|
+
this.qm = this.qo;
|
|
5409
|
+
if (this.qo) {
|
|
5410
|
+
var e = this.p6;
|
|
5411
|
+
e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.q2));
|
|
5412
5412
|
}
|
|
5413
5413
|
else {
|
|
5414
|
-
var f = this.
|
|
5415
|
-
f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.
|
|
5414
|
+
var f = this.p6;
|
|
5415
|
+
f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.q2));
|
|
5416
5416
|
}
|
|
5417
5417
|
break;
|
|
5418
5418
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5419
|
-
this.
|
|
5420
|
-
this.
|
|
5421
|
-
if (this.
|
|
5422
|
-
var g = this.
|
|
5423
|
-
g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
5419
|
+
this.p6.q4 = this.qn;
|
|
5420
|
+
this.ql = this.qn;
|
|
5421
|
+
if (this.qo) {
|
|
5422
|
+
var g = this.p6;
|
|
5423
|
+
g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.q1));
|
|
5424
5424
|
}
|
|
5425
5425
|
else {
|
|
5426
|
-
var h = this.
|
|
5427
|
-
h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
5426
|
+
var h = this.p6;
|
|
5427
|
+
h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.q1));
|
|
5428
5428
|
}
|
|
5429
5429
|
break;
|
|
5430
5430
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5431
|
-
this.
|
|
5431
|
+
this.p6.qr = this.qg;
|
|
5432
5432
|
break;
|
|
5433
5433
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5434
|
-
this.
|
|
5434
|
+
this.p6.rm = this.qq;
|
|
5435
5435
|
break;
|
|
5436
5436
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5437
|
-
this.
|
|
5437
|
+
this.p6.rn = this.qr;
|
|
5438
5438
|
break;
|
|
5439
5439
|
case "ShapefileDataSource":
|
|
5440
5440
|
if (c != null) {
|
|
5441
5441
|
var i = c;
|
|
5442
|
-
if (this.
|
|
5443
|
-
i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.
|
|
5442
|
+
if (this.qk) {
|
|
5443
|
+
i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.q3));
|
|
5444
5444
|
}
|
|
5445
5445
|
}
|
|
5446
5446
|
if (d != null) {
|
|
5447
5447
|
var j = d;
|
|
5448
5448
|
if (j.count > 0) {
|
|
5449
|
-
this.
|
|
5449
|
+
this.q4();
|
|
5450
5450
|
break;
|
|
5451
5451
|
}
|
|
5452
|
-
this.
|
|
5453
|
-
j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.
|
|
5452
|
+
this.qk = true;
|
|
5453
|
+
j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.q3));
|
|
5454
5454
|
}
|
|
5455
5455
|
break;
|
|
5456
5456
|
}
|
|
5457
5457
|
};
|
|
5458
|
-
GeographicShapeSeriesBase.prototype.
|
|
5458
|
+
GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
|
|
5459
5459
|
if (this.assigningShapeStyle != null) {
|
|
5460
5460
|
this.assigningShapeStyle(this, b);
|
|
5461
5461
|
}
|
|
5462
5462
|
};
|
|
5463
|
-
GeographicShapeSeriesBase.prototype.
|
|
5463
|
+
GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
|
|
5464
5464
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5465
5465
|
this.assigningShapeMarkerStyle(this, b);
|
|
5466
5466
|
}
|
|
5467
5467
|
};
|
|
5468
|
-
GeographicShapeSeriesBase.prototype.
|
|
5469
|
-
this.
|
|
5468
|
+
GeographicShapeSeriesBase.prototype.q3 = function (a, b) {
|
|
5469
|
+
this.q4();
|
|
5470
5470
|
};
|
|
5471
|
-
GeographicShapeSeriesBase.prototype.
|
|
5472
|
-
var sds_ = this.
|
|
5471
|
+
GeographicShapeSeriesBase.prototype.q4 = function () {
|
|
5472
|
+
var sds_ = this.qj;
|
|
5473
5473
|
var ext_ = sds_.externalObject;
|
|
5474
5474
|
this.itemsSource = (ext_.getPointData());
|
|
5475
5475
|
};
|
|
5476
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5476
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "qj", {
|
|
5477
5477
|
get: function () {
|
|
5478
|
-
return this.
|
|
5478
|
+
return this.qi;
|
|
5479
5479
|
},
|
|
5480
5480
|
set: function (a) {
|
|
5481
|
-
var b = this.
|
|
5482
|
-
this.
|
|
5483
|
-
if (b != this.
|
|
5484
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5481
|
+
var b = this.qi;
|
|
5482
|
+
this.qi = a;
|
|
5483
|
+
if (b != this.qi) {
|
|
5484
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
|
|
5485
5485
|
}
|
|
5486
5486
|
},
|
|
5487
5487
|
enumerable: false,
|
|
@@ -5494,7 +5494,7 @@
|
|
|
5494
5494
|
_super.prototype.set_e3.call(this, a);
|
|
5495
5495
|
};
|
|
5496
5496
|
GeographicShapeSeriesBase.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5497
|
-
GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
5497
|
+
GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
|
|
5498
5498
|
return GeographicShapeSeriesBase;
|
|
5499
5499
|
}(GeographicMapSeriesHost));
|
|
5500
5500
|
/**
|
|
@@ -5510,23 +5510,23 @@
|
|
|
5510
5510
|
}
|
|
5511
5511
|
GeographicShapeSeriesBaseView.prototype.b2 = function () {
|
|
5512
5512
|
_super.prototype.b2.call(this);
|
|
5513
|
-
this.ce.
|
|
5513
|
+
this.ce.p6.rx = this.ce.qz;
|
|
5514
5514
|
};
|
|
5515
5515
|
GeographicShapeSeriesBaseView.prototype.cf = function () {
|
|
5516
|
-
var a = this.ce.
|
|
5516
|
+
var a = this.ce.p6;
|
|
5517
5517
|
if (this.ce.cd == null) {
|
|
5518
|
-
a.
|
|
5519
|
-
a.
|
|
5518
|
+
a.ql = null;
|
|
5519
|
+
a.qn = null;
|
|
5520
5520
|
return;
|
|
5521
5521
|
}
|
|
5522
|
-
a.
|
|
5523
|
-
a.
|
|
5522
|
+
a.ql = this.ce.cd.s2;
|
|
5523
|
+
a.qn = this.ce.cd.s4;
|
|
5524
5524
|
};
|
|
5525
5525
|
GeographicShapeSeriesBaseView.prototype.ch = function () {
|
|
5526
|
-
this.ce.
|
|
5526
|
+
this.ce.p6.rx = this.ce.qz;
|
|
5527
5527
|
};
|
|
5528
5528
|
GeographicShapeSeriesBaseView.prototype.cg = function () {
|
|
5529
|
-
this.ce.
|
|
5529
|
+
this.ce.p6.rj = this.ce.qp;
|
|
5530
5530
|
};
|
|
5531
5531
|
GeographicShapeSeriesBaseView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5532
5532
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5562,54 +5562,54 @@
|
|
|
5562
5562
|
_this.ci = null;
|
|
5563
5563
|
_this.ci = a;
|
|
5564
5564
|
if (!_this.q) {
|
|
5565
|
-
_this.ci.
|
|
5565
|
+
_this.ci.qz = "points";
|
|
5566
5566
|
}
|
|
5567
5567
|
return _this;
|
|
5568
5568
|
}
|
|
5569
5569
|
GeographicShapeSeriesView.prototype.as = function () {
|
|
5570
5570
|
_super.prototype.as.call(this);
|
|
5571
5571
|
if (!this.q) {
|
|
5572
|
-
this.ci.
|
|
5572
|
+
this.ci.sj = igniteuiAngularCharts.Defaults.aj;
|
|
5573
5573
|
this.ci.gz = igniteuiAngularCharts.Defaults.p;
|
|
5574
|
-
this.ci.
|
|
5575
|
-
this.ci.
|
|
5576
|
-
this.ci.
|
|
5574
|
+
this.ci.ri = igniteuiAngularCharts.Defaults.o;
|
|
5575
|
+
this.ci.rf = igniteuiAngularCharts.Defaults.d;
|
|
5576
|
+
this.ci.rd = igniteuiAngularCharts.Defaults.a;
|
|
5577
5577
|
}
|
|
5578
5578
|
};
|
|
5579
5579
|
GeographicShapeSeriesView.prototype.b2 = function () {
|
|
5580
5580
|
_super.prototype.b2.call(this);
|
|
5581
|
-
this.ci.
|
|
5582
|
-
this.ci.
|
|
5583
|
-
this.ci.
|
|
5584
|
-
this.ci.
|
|
5585
|
-
this.ci.
|
|
5581
|
+
this.ci.p6.ud = this.ci.sl;
|
|
5582
|
+
this.ci.p6.s6 = this.ci.rg;
|
|
5583
|
+
this.ci.p6.ts = this.ci.r1;
|
|
5584
|
+
this.ci.p6.s9 = this.ci.ri;
|
|
5585
|
+
this.ci.p6.ss = this.ci.rc;
|
|
5586
5586
|
};
|
|
5587
5587
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
5588
|
-
this.ci.
|
|
5588
|
+
this.ci.p6.ts = this.ci.r1;
|
|
5589
5589
|
};
|
|
5590
5590
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
5591
|
-
this.ci.
|
|
5591
|
+
this.ci.p6.s9 = this.ci.ri;
|
|
5592
5592
|
};
|
|
5593
5593
|
GeographicShapeSeriesView.prototype.ck = function () {
|
|
5594
|
-
this.ci.
|
|
5594
|
+
this.ci.p6.ss = this.ci.rc;
|
|
5595
5595
|
};
|
|
5596
5596
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
5597
|
-
this.ci.
|
|
5597
|
+
this.ci.p6.s1 = this.ci.rf;
|
|
5598
5598
|
};
|
|
5599
5599
|
GeographicShapeSeriesView.prototype.cj = function () {
|
|
5600
|
-
this.ci.
|
|
5600
|
+
this.ci.p6.t9 = this.ci.si;
|
|
5601
5601
|
};
|
|
5602
5602
|
GeographicShapeSeriesView.prototype.cl = function () {
|
|
5603
|
-
this.ci.
|
|
5603
|
+
this.ci.p6.ua = this.ci.sj;
|
|
5604
5604
|
};
|
|
5605
5605
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
5606
|
-
this.ci.
|
|
5606
|
+
this.ci.p6.uc = this.ci.sk;
|
|
5607
5607
|
};
|
|
5608
5608
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
5609
|
-
this.ci.
|
|
5609
|
+
this.ci.p6.s6 = this.ci.rg;
|
|
5610
5610
|
};
|
|
5611
5611
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
5612
|
-
this.ci.
|
|
5612
|
+
this.ci.p6.ud = this.ci.sl;
|
|
5613
5613
|
};
|
|
5614
5614
|
GeographicShapeSeriesView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5615
5615
|
return GeographicShapeSeriesView;
|
|
@@ -5631,81 +5631,81 @@
|
|
|
5631
5631
|
GeographicShapeSeries.prototype.bx = function () {
|
|
5632
5632
|
return new GeographicShapeSeriesView(this);
|
|
5633
5633
|
};
|
|
5634
|
-
GeographicShapeSeries.prototype.
|
|
5635
|
-
_super.prototype.
|
|
5636
|
-
this.
|
|
5634
|
+
GeographicShapeSeries.prototype.lz = function (a) {
|
|
5635
|
+
_super.prototype.lz.call(this, a);
|
|
5636
|
+
this.rh = a;
|
|
5637
5637
|
};
|
|
5638
|
-
GeographicShapeSeries.prototype.
|
|
5638
|
+
GeographicShapeSeries.prototype.p5 = function () {
|
|
5639
5639
|
var a = new igniteuiAngularCharts.ScatterPolygonSeries();
|
|
5640
|
-
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.
|
|
5641
|
-
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
5640
|
+
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.ry));
|
|
5641
|
+
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.rz));
|
|
5642
5642
|
return a;
|
|
5643
5643
|
};
|
|
5644
|
-
GeographicShapeSeries.prototype.
|
|
5644
|
+
GeographicShapeSeries.prototype.ry = function (a, b) {
|
|
5645
5645
|
if (this.styleShape != null) {
|
|
5646
5646
|
this.styleShape(this, b);
|
|
5647
5647
|
}
|
|
5648
5648
|
};
|
|
5649
|
-
GeographicShapeSeries.prototype.
|
|
5650
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.
|
|
5649
|
+
GeographicShapeSeries.prototype.rz = function (a, b) {
|
|
5650
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.p6);
|
|
5651
5651
|
if (c == null) {
|
|
5652
5652
|
return;
|
|
5653
5653
|
}
|
|
5654
5654
|
};
|
|
5655
5655
|
GeographicShapeSeries.prototype.f2 = function () {
|
|
5656
|
-
return this.
|
|
5657
|
-
};
|
|
5658
|
-
GeographicShapeSeries.prototype.o5 = function () {
|
|
5659
|
-
return this.sf;
|
|
5656
|
+
return this.ri;
|
|
5660
5657
|
};
|
|
5661
5658
|
GeographicShapeSeries.prototype.o6 = function () {
|
|
5662
5659
|
return this.sg;
|
|
5663
5660
|
};
|
|
5664
|
-
GeographicShapeSeries.prototype.
|
|
5665
|
-
return this.
|
|
5661
|
+
GeographicShapeSeries.prototype.o7 = function () {
|
|
5662
|
+
return this.sh;
|
|
5663
|
+
};
|
|
5664
|
+
GeographicShapeSeries.prototype.ne = function () {
|
|
5665
|
+
return this.r0;
|
|
5666
5666
|
};
|
|
5667
5667
|
GeographicShapeSeries.prototype.iy = function () {
|
|
5668
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.
|
|
5668
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.p6);
|
|
5669
5669
|
if (a == null) {
|
|
5670
5670
|
return "Unknown";
|
|
5671
5671
|
}
|
|
5672
5672
|
return a.iy();
|
|
5673
5673
|
};
|
|
5674
|
-
GeographicShapeSeries.prototype.
|
|
5675
|
-
_super.prototype.
|
|
5674
|
+
GeographicShapeSeries.prototype.l4 = function (a, b, c, d) {
|
|
5675
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
5676
5676
|
switch (b) {
|
|
5677
5677
|
case GeographicShapeSeries.$$p[6]:
|
|
5678
|
-
this.
|
|
5678
|
+
this.p6.sz = this.re;
|
|
5679
5679
|
break;
|
|
5680
5680
|
case GeographicShapeSeries.$$p[5]:
|
|
5681
|
-
this.
|
|
5681
|
+
this.p6.sv = this.rd;
|
|
5682
5682
|
break;
|
|
5683
5683
|
case GeographicShapeSeries.$$p[9]:
|
|
5684
|
-
this.
|
|
5684
|
+
this.rh.cn();
|
|
5685
5685
|
break;
|
|
5686
5686
|
case GeographicShapeSeries.$$p[10]:
|
|
5687
|
-
this.
|
|
5687
|
+
this.rh.cp();
|
|
5688
5688
|
break;
|
|
5689
5689
|
case GeographicShapeSeries.$$p[4]:
|
|
5690
|
-
this.
|
|
5690
|
+
this.rh.ck();
|
|
5691
5691
|
break;
|
|
5692
5692
|
case GeographicShapeSeries.$$p[11]:
|
|
5693
|
-
this.
|
|
5693
|
+
this.rh.co();
|
|
5694
5694
|
break;
|
|
5695
5695
|
case GeographicShapeSeries.$$p[3]:
|
|
5696
|
-
this.
|
|
5696
|
+
this.rh.cj();
|
|
5697
5697
|
break;
|
|
5698
5698
|
case GeographicShapeSeries.$$p[7]:
|
|
5699
|
-
this.
|
|
5699
|
+
this.rh.cl();
|
|
5700
5700
|
break;
|
|
5701
5701
|
case GeographicShapeSeries.$$p[8]:
|
|
5702
|
-
this.
|
|
5702
|
+
this.rh.cm();
|
|
5703
5703
|
break;
|
|
5704
5704
|
case GeographicShapeSeries.$$p[13]:
|
|
5705
|
-
this.
|
|
5705
|
+
this.rh.cq();
|
|
5706
5706
|
break;
|
|
5707
5707
|
case GeographicShapeSeries.$$p[12]:
|
|
5708
|
-
this.
|
|
5708
|
+
this.rh.cr();
|
|
5709
5709
|
break;
|
|
5710
5710
|
}
|
|
5711
5711
|
};
|
|
@@ -5713,7 +5713,7 @@
|
|
|
5713
5713
|
return 0.7;
|
|
5714
5714
|
};
|
|
5715
5715
|
GeographicShapeSeries.$t = igniteuiAngularCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5716
|
-
GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5716
|
+
GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sg:r2', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:sh:r3', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:r0:r4', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:si:r5', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:rc:r6', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rd:r7', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:re:r8', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:sj:r9', [igniteuiAngularCore.Brush.$], 'MarkerStyle:sk:sa', [igniteuiAngularCore.Style.$], 'MarkerTemplate:r1:sb', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:ri:sc', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:rf:sd', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:sl:se', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:rg:sf', [igniteuiAngularCharts.StyleSelector.$, null]]);
|
|
5717
5717
|
return GeographicShapeSeries;
|
|
5718
5718
|
}(GeographicShapeSeriesBase));
|
|
5719
5719
|
|
|
@@ -5762,11 +5762,11 @@
|
|
|
5762
5762
|
* Gets or sets the fill brush.
|
|
5763
5763
|
*/
|
|
5764
5764
|
get: function () {
|
|
5765
|
-
return this.i.
|
|
5765
|
+
return this.i.sl ? this.i.sl.fill : null;
|
|
5766
5766
|
},
|
|
5767
5767
|
set: function (v) {
|
|
5768
5768
|
this.ensureShapeStyle();
|
|
5769
|
-
this.i.
|
|
5769
|
+
this.i.sl.fill = v;
|
|
5770
5770
|
},
|
|
5771
5771
|
enumerable: false,
|
|
5772
5772
|
configurable: true
|
|
@@ -5776,11 +5776,11 @@
|
|
|
5776
5776
|
* Gets or sets the stroke brush.
|
|
5777
5777
|
*/
|
|
5778
5778
|
get: function () {
|
|
5779
|
-
return this.i.
|
|
5779
|
+
return this.i.sl ? this.i.sl.stroke : null;
|
|
5780
5780
|
},
|
|
5781
5781
|
set: function (v) {
|
|
5782
5782
|
this.ensureShapeStyle();
|
|
5783
|
-
this.i.
|
|
5783
|
+
this.i.sl.stroke = v;
|
|
5784
5784
|
},
|
|
5785
5785
|
enumerable: false,
|
|
5786
5786
|
configurable: true
|
|
@@ -5790,11 +5790,11 @@
|
|
|
5790
5790
|
* Gets or sets the stroke thickness.
|
|
5791
5791
|
*/
|
|
5792
5792
|
get: function () {
|
|
5793
|
-
return this.i.
|
|
5793
|
+
return this.i.sl ? this.i.sl.strokeThickness : NaN;
|
|
5794
5794
|
},
|
|
5795
5795
|
set: function (v) {
|
|
5796
5796
|
this.ensureShapeStyle();
|
|
5797
|
-
this.i.
|
|
5797
|
+
this.i.sl.strokeThickness = +v;
|
|
5798
5798
|
},
|
|
5799
5799
|
enumerable: false,
|
|
5800
5800
|
configurable: true
|
|
@@ -5804,20 +5804,20 @@
|
|
|
5804
5804
|
* Gets or sets the opacity.
|
|
5805
5805
|
*/
|
|
5806
5806
|
get: function () {
|
|
5807
|
-
return this.i.
|
|
5807
|
+
return this.i.sl ? this.i.sl.opacity : NaN;
|
|
5808
5808
|
},
|
|
5809
5809
|
set: function (v) {
|
|
5810
5810
|
this.ensureShapeStyle();
|
|
5811
|
-
this.i.
|
|
5811
|
+
this.i.sl.opacity = +v;
|
|
5812
5812
|
},
|
|
5813
5813
|
enumerable: false,
|
|
5814
5814
|
configurable: true
|
|
5815
5815
|
});
|
|
5816
5816
|
IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5817
|
-
if (this.i.
|
|
5817
|
+
if (this.i.sl) {
|
|
5818
5818
|
return;
|
|
5819
5819
|
}
|
|
5820
|
-
this.i.
|
|
5820
|
+
this.i.sl = new igniteuiAngularCore.Style();
|
|
5821
5821
|
};
|
|
5822
5822
|
Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5823
5823
|
/**
|
|
@@ -5825,10 +5825,10 @@
|
|
|
5825
5825
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5826
5826
|
*/
|
|
5827
5827
|
get: function () {
|
|
5828
|
-
return this.i.
|
|
5828
|
+
return this.i.rf;
|
|
5829
5829
|
},
|
|
5830
5830
|
set: function (v) {
|
|
5831
|
-
this.i.
|
|
5831
|
+
this.i.rf = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
|
|
5832
5832
|
},
|
|
5833
5833
|
enumerable: false,
|
|
5834
5834
|
configurable: true
|
|
@@ -5838,10 +5838,10 @@
|
|
|
5838
5838
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5839
5839
|
*/
|
|
5840
5840
|
get: function () {
|
|
5841
|
-
return this.i.
|
|
5841
|
+
return this.i.re;
|
|
5842
5842
|
},
|
|
5843
5843
|
set: function (v) {
|
|
5844
|
-
this.i.
|
|
5844
|
+
this.i.re = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
|
|
5845
5845
|
},
|
|
5846
5846
|
enumerable: false,
|
|
5847
5847
|
configurable: true
|
|
@@ -5851,10 +5851,10 @@
|
|
|
5851
5851
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5852
5852
|
*/
|
|
5853
5853
|
get: function () {
|
|
5854
|
-
return this.i.
|
|
5854
|
+
return this.i.rd;
|
|
5855
5855
|
},
|
|
5856
5856
|
set: function (v) {
|
|
5857
|
-
this.i.
|
|
5857
|
+
this.i.rd = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
|
|
5858
5858
|
},
|
|
5859
5859
|
enumerable: false,
|
|
5860
5860
|
configurable: true
|
|
@@ -5864,10 +5864,10 @@
|
|
|
5864
5864
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5865
5865
|
*/
|
|
5866
5866
|
get: function () {
|
|
5867
|
-
return this.i.
|
|
5867
|
+
return this.i.r1;
|
|
5868
5868
|
},
|
|
5869
5869
|
set: function (v) {
|
|
5870
|
-
this.i.
|
|
5870
|
+
this.i.r1 = v;
|
|
5871
5871
|
},
|
|
5872
5872
|
enumerable: false,
|
|
5873
5873
|
configurable: true
|
|
@@ -5877,10 +5877,10 @@
|
|
|
5877
5877
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5878
5878
|
*/
|
|
5879
5879
|
get: function () {
|
|
5880
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
5880
|
+
return igniteuiAngularCore.brushToString(this.i.si);
|
|
5881
5881
|
},
|
|
5882
5882
|
set: function (v) {
|
|
5883
|
-
this.i.
|
|
5883
|
+
this.i.si = igniteuiAngularCore.stringToBrush(v);
|
|
5884
5884
|
},
|
|
5885
5885
|
enumerable: false,
|
|
5886
5886
|
configurable: true
|
|
@@ -5890,10 +5890,10 @@
|
|
|
5890
5890
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5891
5891
|
*/
|
|
5892
5892
|
get: function () {
|
|
5893
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
5893
|
+
return igniteuiAngularCore.brushToString(this.i.sj);
|
|
5894
5894
|
},
|
|
5895
5895
|
set: function (v) {
|
|
5896
|
-
this.i.
|
|
5896
|
+
this.i.sj = igniteuiAngularCore.stringToBrush(v);
|
|
5897
5897
|
},
|
|
5898
5898
|
enumerable: false,
|
|
5899
5899
|
configurable: true
|
|
@@ -5903,10 +5903,10 @@
|
|
|
5903
5903
|
* Gets or sets thickness of the marker outline
|
|
5904
5904
|
*/
|
|
5905
5905
|
get: function () {
|
|
5906
|
-
return this.i.
|
|
5906
|
+
return this.i.ri;
|
|
5907
5907
|
},
|
|
5908
5908
|
set: function (v) {
|
|
5909
|
-
this.i.
|
|
5909
|
+
this.i.ri = +v;
|
|
5910
5910
|
},
|
|
5911
5911
|
enumerable: false,
|
|
5912
5912
|
configurable: true
|
|
@@ -5916,10 +5916,10 @@
|
|
|
5916
5916
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5917
5917
|
*/
|
|
5918
5918
|
get: function () {
|
|
5919
|
-
return this.i.
|
|
5919
|
+
return this.i.rc;
|
|
5920
5920
|
},
|
|
5921
5921
|
set: function (v) {
|
|
5922
|
-
this.i.
|
|
5922
|
+
this.i.rc = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
|
|
5923
5923
|
},
|
|
5924
5924
|
enumerable: false,
|
|
5925
5925
|
configurable: true
|
|
@@ -5929,10 +5929,10 @@
|
|
|
5929
5929
|
* Gets the effective marker template for the current series object.
|
|
5930
5930
|
*/
|
|
5931
5931
|
get: function () {
|
|
5932
|
-
return this.i.
|
|
5932
|
+
return this.i.r0;
|
|
5933
5933
|
},
|
|
5934
5934
|
set: function (v) {
|
|
5935
|
-
this.i.
|
|
5935
|
+
this.i.r0 = v;
|
|
5936
5936
|
},
|
|
5937
5937
|
enumerable: false,
|
|
5938
5938
|
configurable: true
|
|
@@ -5942,10 +5942,10 @@
|
|
|
5942
5942
|
* Gets the effective marker brush for the current series object.
|
|
5943
5943
|
*/
|
|
5944
5944
|
get: function () {
|
|
5945
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
5945
|
+
return igniteuiAngularCore.brushToString(this.i.sg);
|
|
5946
5946
|
},
|
|
5947
5947
|
set: function (v) {
|
|
5948
|
-
this.i.
|
|
5948
|
+
this.i.sg = igniteuiAngularCore.stringToBrush(v);
|
|
5949
5949
|
},
|
|
5950
5950
|
enumerable: false,
|
|
5951
5951
|
configurable: true
|
|
@@ -5955,10 +5955,10 @@
|
|
|
5955
5955
|
* Gets the effective marker outline for the current series object.
|
|
5956
5956
|
*/
|
|
5957
5957
|
get: function () {
|
|
5958
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
5958
|
+
return igniteuiAngularCore.brushToString(this.i.sh);
|
|
5959
5959
|
},
|
|
5960
5960
|
set: function (v) {
|
|
5961
|
-
this.i.
|
|
5961
|
+
this.i.sh = igniteuiAngularCore.stringToBrush(v);
|
|
5962
5962
|
},
|
|
5963
5963
|
enumerable: false,
|
|
5964
5964
|
configurable: true
|
|
@@ -6108,14 +6108,14 @@
|
|
|
6108
6108
|
};
|
|
6109
6109
|
GeographicPolylineSeriesView.prototype.b2 = function () {
|
|
6110
6110
|
_super.prototype.b2.call(this);
|
|
6111
|
-
this.ci.
|
|
6112
|
-
this.ci.
|
|
6111
|
+
this.ci.p6.ss = this.ci.rc;
|
|
6112
|
+
this.ci.p6.sx = this.ci.rk;
|
|
6113
6113
|
};
|
|
6114
6114
|
GeographicPolylineSeriesView.prototype.cj = function () {
|
|
6115
|
-
this.ci.
|
|
6115
|
+
this.ci.p6.ss = this.ci.rc;
|
|
6116
6116
|
};
|
|
6117
6117
|
GeographicPolylineSeriesView.prototype.ck = function () {
|
|
6118
|
-
this.ci.
|
|
6118
|
+
this.ci.p6.sx = this.ci.rk;
|
|
6119
6119
|
};
|
|
6120
6120
|
GeographicPolylineSeriesView.$t = igniteuiAngularCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
6121
6121
|
return GeographicPolylineSeriesView;
|
|
@@ -6137,33 +6137,33 @@
|
|
|
6137
6137
|
GeographicPolylineSeries.prototype.bx = function () {
|
|
6138
6138
|
return new GeographicPolylineSeriesView(this);
|
|
6139
6139
|
};
|
|
6140
|
-
GeographicPolylineSeries.prototype.
|
|
6141
|
-
_super.prototype.
|
|
6142
|
-
this.
|
|
6140
|
+
GeographicPolylineSeries.prototype.lz = function (a) {
|
|
6141
|
+
_super.prototype.lz.call(this, a);
|
|
6142
|
+
this.rd = a;
|
|
6143
6143
|
};
|
|
6144
|
-
GeographicPolylineSeries.prototype.
|
|
6144
|
+
GeographicPolylineSeries.prototype.p5 = function () {
|
|
6145
6145
|
var a = new igniteuiAngularCharts.ScatterPolylineSeries();
|
|
6146
|
-
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.
|
|
6146
|
+
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.rh));
|
|
6147
6147
|
return a;
|
|
6148
6148
|
};
|
|
6149
|
-
GeographicPolylineSeries.prototype.
|
|
6149
|
+
GeographicPolylineSeries.prototype.rh = function (a, b) {
|
|
6150
6150
|
if (this.styleShape != null) {
|
|
6151
6151
|
this.styleShape(this, b);
|
|
6152
6152
|
}
|
|
6153
6153
|
};
|
|
6154
|
-
GeographicPolylineSeries.prototype.
|
|
6155
|
-
_super.prototype.
|
|
6154
|
+
GeographicPolylineSeries.prototype.l4 = function (a, b, c, d) {
|
|
6155
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
6156
6156
|
switch (b) {
|
|
6157
6157
|
case GeographicPolylineSeries.$$p[1]:
|
|
6158
|
-
this.
|
|
6158
|
+
this.rd.cj();
|
|
6159
6159
|
break;
|
|
6160
6160
|
case GeographicPolylineSeries.$$p[0]:
|
|
6161
|
-
this.
|
|
6161
|
+
this.rd.ck();
|
|
6162
6162
|
break;
|
|
6163
6163
|
}
|
|
6164
6164
|
};
|
|
6165
6165
|
GeographicPolylineSeries.$t = igniteuiAngularCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6166
|
-
GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6166
|
+
GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:rc:rj', [igniteuiAngularCharts.StyleSelector.$, null]]);
|
|
6167
6167
|
return GeographicPolylineSeries;
|
|
6168
6168
|
}(GeographicShapeSeriesBase));
|
|
6169
6169
|
|
|
@@ -6212,11 +6212,11 @@
|
|
|
6212
6212
|
* Gets or sets the fill brush.
|
|
6213
6213
|
*/
|
|
6214
6214
|
get: function () {
|
|
6215
|
-
return this.i.
|
|
6215
|
+
return this.i.rk ? this.i.rk.fill : null;
|
|
6216
6216
|
},
|
|
6217
6217
|
set: function (v) {
|
|
6218
6218
|
this.ensureShapeStyle();
|
|
6219
|
-
this.i.
|
|
6219
|
+
this.i.rk.fill = v;
|
|
6220
6220
|
},
|
|
6221
6221
|
enumerable: false,
|
|
6222
6222
|
configurable: true
|
|
@@ -6226,11 +6226,11 @@
|
|
|
6226
6226
|
* Gets or sets the stroke brush.
|
|
6227
6227
|
*/
|
|
6228
6228
|
get: function () {
|
|
6229
|
-
return this.i.
|
|
6229
|
+
return this.i.rk ? this.i.rk.stroke : null;
|
|
6230
6230
|
},
|
|
6231
6231
|
set: function (v) {
|
|
6232
6232
|
this.ensureShapeStyle();
|
|
6233
|
-
this.i.
|
|
6233
|
+
this.i.rk.stroke = v;
|
|
6234
6234
|
},
|
|
6235
6235
|
enumerable: false,
|
|
6236
6236
|
configurable: true
|
|
@@ -6240,11 +6240,11 @@
|
|
|
6240
6240
|
* Gets or sets the stroke thickness.
|
|
6241
6241
|
*/
|
|
6242
6242
|
get: function () {
|
|
6243
|
-
return this.i.
|
|
6243
|
+
return this.i.rk ? this.i.rk.strokeThickness : NaN;
|
|
6244
6244
|
},
|
|
6245
6245
|
set: function (v) {
|
|
6246
6246
|
this.ensureShapeStyle();
|
|
6247
|
-
this.i.
|
|
6247
|
+
this.i.rk.strokeThickness = +v;
|
|
6248
6248
|
},
|
|
6249
6249
|
enumerable: false,
|
|
6250
6250
|
configurable: true
|
|
@@ -6254,20 +6254,20 @@
|
|
|
6254
6254
|
* Gets or sets the opacity.
|
|
6255
6255
|
*/
|
|
6256
6256
|
get: function () {
|
|
6257
|
-
return this.i.
|
|
6257
|
+
return this.i.rk ? this.i.rk.opacity : NaN;
|
|
6258
6258
|
},
|
|
6259
6259
|
set: function (v) {
|
|
6260
6260
|
this.ensureShapeStyle();
|
|
6261
|
-
this.i.
|
|
6261
|
+
this.i.rk.opacity = +v;
|
|
6262
6262
|
},
|
|
6263
6263
|
enumerable: false,
|
|
6264
6264
|
configurable: true
|
|
6265
6265
|
});
|
|
6266
6266
|
IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6267
|
-
if (this.i.
|
|
6267
|
+
if (this.i.rk) {
|
|
6268
6268
|
return;
|
|
6269
6269
|
}
|
|
6270
|
-
this.i.
|
|
6270
|
+
this.i.rk = new igniteuiAngularCore.Style();
|
|
6271
6271
|
};
|
|
6272
6272
|
Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6273
6273
|
get: function () {
|
|
@@ -6512,11 +6512,11 @@
|
|
|
6512
6512
|
tslib.__extends(TileSeries, _super);
|
|
6513
6513
|
function TileSeries() {
|
|
6514
6514
|
var _this = _super.call(this) || this;
|
|
6515
|
+
_this.st = null;
|
|
6515
6516
|
_this.ss = null;
|
|
6516
|
-
_this.sr = null;
|
|
6517
6517
|
_this.imageTilesReady = null;
|
|
6518
|
-
_this.
|
|
6519
|
-
_this.
|
|
6518
|
+
_this.sw = null;
|
|
6519
|
+
_this.sx = false;
|
|
6520
6520
|
_this.ab = TileSeries.$;
|
|
6521
6521
|
return _this;
|
|
6522
6522
|
}
|
|
@@ -6526,42 +6526,42 @@
|
|
|
6526
6526
|
TileSeries.prototype.bx = function () {
|
|
6527
6527
|
return new TileSeriesView(this);
|
|
6528
6528
|
};
|
|
6529
|
-
TileSeries.prototype.
|
|
6530
|
-
_super.prototype.
|
|
6531
|
-
this.
|
|
6529
|
+
TileSeries.prototype.lz = function (a) {
|
|
6530
|
+
_super.prototype.lz.call(this, a);
|
|
6531
|
+
this.sr = a;
|
|
6532
6532
|
};
|
|
6533
|
-
TileSeries.prototype.
|
|
6533
|
+
TileSeries.prototype.get_q7 = function () {
|
|
6534
6534
|
return false;
|
|
6535
6535
|
};
|
|
6536
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6536
|
+
Object.defineProperty(TileSeries.prototype, "sv", {
|
|
6537
6537
|
get: function () {
|
|
6538
|
-
return this.
|
|
6538
|
+
return this.st;
|
|
6539
6539
|
},
|
|
6540
6540
|
set: function (a) {
|
|
6541
|
-
var b = a != this.
|
|
6541
|
+
var b = a != this.sv;
|
|
6542
6542
|
if (b) {
|
|
6543
|
-
var c = this.
|
|
6544
|
-
this.
|
|
6543
|
+
var c = this.sv;
|
|
6544
|
+
this.st = a;
|
|
6545
6545
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6546
6546
|
}
|
|
6547
6547
|
},
|
|
6548
6548
|
enumerable: false,
|
|
6549
6549
|
configurable: true
|
|
6550
6550
|
});
|
|
6551
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6551
|
+
Object.defineProperty(TileSeries.prototype, "su", {
|
|
6552
6552
|
get: function () {
|
|
6553
|
-
return this.
|
|
6553
|
+
return this.ss;
|
|
6554
6554
|
},
|
|
6555
6555
|
set: function (a) {
|
|
6556
|
-
var b = this.
|
|
6557
|
-
this.
|
|
6558
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6556
|
+
var b = this.ss;
|
|
6557
|
+
this.ss = a;
|
|
6558
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.ss);
|
|
6559
6559
|
},
|
|
6560
6560
|
enumerable: false,
|
|
6561
6561
|
configurable: true
|
|
6562
6562
|
});
|
|
6563
|
-
TileSeries.prototype.
|
|
6564
|
-
_super.prototype.
|
|
6563
|
+
TileSeries.prototype.l4 = function (a, b, c, d) {
|
|
6564
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
6565
6565
|
var e;
|
|
6566
6566
|
var f;
|
|
6567
6567
|
switch (b) {
|
|
@@ -6569,78 +6569,78 @@
|
|
|
6569
6569
|
e = c;
|
|
6570
6570
|
f = d;
|
|
6571
6571
|
if (e != null) {
|
|
6572
|
-
e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
6572
|
+
e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.s0));
|
|
6573
6573
|
}
|
|
6574
6574
|
if (f != null) {
|
|
6575
|
-
f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
6575
|
+
f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.s0));
|
|
6576
6576
|
}
|
|
6577
|
-
this.
|
|
6578
|
-
this.
|
|
6579
|
-
this.
|
|
6577
|
+
this.sr.de(e, f);
|
|
6578
|
+
this.mi(false);
|
|
6579
|
+
this.lp();
|
|
6580
6580
|
break;
|
|
6581
6581
|
case "ActualTileImagery":
|
|
6582
6582
|
e = c;
|
|
6583
6583
|
f = d;
|
|
6584
6584
|
if (e != null) {
|
|
6585
|
-
e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
6585
|
+
e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.s1));
|
|
6586
6586
|
e.deferralHandler = null;
|
|
6587
6587
|
}
|
|
6588
6588
|
if (f != null) {
|
|
6589
|
-
f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
6589
|
+
f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.s1));
|
|
6590
6590
|
f.deferralHandler = this;
|
|
6591
6591
|
}
|
|
6592
|
-
this.
|
|
6592
|
+
this.sr.dd(e, f);
|
|
6593
6593
|
if (f != null && igniteuiAngularCore.typeCast(XamGeographicMap.$, this.cd) !== null) {
|
|
6594
6594
|
f.geographicMap = this.cd;
|
|
6595
|
-
this.
|
|
6596
|
-
this.
|
|
6595
|
+
this.s3(this.b0);
|
|
6596
|
+
this.sr.da(this.cd.sf);
|
|
6597
6597
|
}
|
|
6598
|
-
this.
|
|
6598
|
+
this.lp();
|
|
6599
6599
|
break;
|
|
6600
6600
|
case "ActualWindowRect":
|
|
6601
|
-
this.
|
|
6601
|
+
this.sr.da(d);
|
|
6602
6602
|
break;
|
|
6603
6603
|
case "WorldRect":
|
|
6604
|
-
this.
|
|
6604
|
+
this.sr.dh(d);
|
|
6605
6605
|
break;
|
|
6606
6606
|
case "SeriesViewer":
|
|
6607
6607
|
var g = c;
|
|
6608
6608
|
var h = d;
|
|
6609
|
-
if (g != null && this.
|
|
6610
|
-
this.
|
|
6609
|
+
if (g != null && this.su != null) {
|
|
6610
|
+
this.su.be(null);
|
|
6611
6611
|
}
|
|
6612
|
-
if (h != null && this.
|
|
6613
|
-
this.
|
|
6612
|
+
if (h != null && this.su != null) {
|
|
6613
|
+
this.su.be(this.b0.w);
|
|
6614
6614
|
}
|
|
6615
6615
|
break;
|
|
6616
6616
|
case "ActualBrush":
|
|
6617
6617
|
case "ActualOutline":
|
|
6618
6618
|
case "ActualThickness":
|
|
6619
|
-
this.
|
|
6619
|
+
this.lr();
|
|
6620
6620
|
break;
|
|
6621
6621
|
}
|
|
6622
6622
|
};
|
|
6623
|
-
TileSeries.prototype.
|
|
6623
|
+
TileSeries.prototype.s0 = function (a, b) {
|
|
6624
6624
|
if (b.propertyName == "MultiScaleImage") {
|
|
6625
|
-
this.
|
|
6625
|
+
this.s3(this.b0);
|
|
6626
6626
|
}
|
|
6627
6627
|
};
|
|
6628
|
-
TileSeries.prototype.
|
|
6628
|
+
TileSeries.prototype.s1 = function (a, b) {
|
|
6629
6629
|
if (this.imageTilesReady != null) {
|
|
6630
6630
|
this.imageTilesReady(this, new igniteuiAngularCore.EventArgs());
|
|
6631
6631
|
}
|
|
6632
|
-
if (!this.
|
|
6633
|
-
this.
|
|
6632
|
+
if (!this.sx) {
|
|
6633
|
+
this.sr.df();
|
|
6634
6634
|
}
|
|
6635
6635
|
};
|
|
6636
6636
|
TileSeries.prototype.register = function (a, b) {
|
|
6637
|
-
this.
|
|
6637
|
+
this.sw = b;
|
|
6638
6638
|
};
|
|
6639
6639
|
TileSeries.prototype.unRegister = function (a) {
|
|
6640
|
-
this.
|
|
6640
|
+
this.sw = null;
|
|
6641
6641
|
};
|
|
6642
6642
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6643
|
-
this.
|
|
6643
|
+
this.mi(false);
|
|
6644
6644
|
};
|
|
6645
6645
|
TileSeries.prototype.deferAction = function (a) {
|
|
6646
6646
|
if (this.g9 != null) {
|
|
@@ -6650,54 +6650,54 @@
|
|
|
6650
6650
|
window.setTimeout(a, 0);
|
|
6651
6651
|
}
|
|
6652
6652
|
};
|
|
6653
|
-
TileSeries.prototype.
|
|
6654
|
-
this.
|
|
6655
|
-
_super.prototype.
|
|
6653
|
+
TileSeries.prototype.m5 = function (a, b) {
|
|
6654
|
+
this.sr.dg();
|
|
6655
|
+
_super.prototype.m5.call(this, a, b);
|
|
6656
6656
|
};
|
|
6657
|
-
TileSeries.prototype.
|
|
6658
|
-
_super.prototype.
|
|
6659
|
-
this.
|
|
6657
|
+
TileSeries.prototype.mj = function (a) {
|
|
6658
|
+
_super.prototype.mj.call(this, a);
|
|
6659
|
+
this.s2(a, this.b0);
|
|
6660
6660
|
};
|
|
6661
|
-
TileSeries.prototype.
|
|
6661
|
+
TileSeries.prototype.s2 = function (a, b) {
|
|
6662
6662
|
var c;
|
|
6663
6663
|
var d;
|
|
6664
6664
|
var e = b;
|
|
6665
6665
|
var f = b.getViewInfo(c, d);
|
|
6666
6666
|
c = f.p0;
|
|
6667
6667
|
d = f.p1;
|
|
6668
|
-
this.
|
|
6669
|
-
if (this.
|
|
6670
|
-
this.
|
|
6671
|
-
this.
|
|
6672
|
-
this.
|
|
6668
|
+
this.s3(b);
|
|
6669
|
+
if (this.sw != null) {
|
|
6670
|
+
this.sx = true;
|
|
6671
|
+
this.sw(a);
|
|
6672
|
+
this.sx = false;
|
|
6673
6673
|
}
|
|
6674
6674
|
e.df();
|
|
6675
6675
|
};
|
|
6676
|
-
TileSeries.prototype.
|
|
6677
|
-
_super.prototype.
|
|
6676
|
+
TileSeries.prototype.mh = function (a, b, c, d, e) {
|
|
6677
|
+
_super.prototype.mh.call(this, a, b, c, d, e);
|
|
6678
6678
|
var f = this.fc.item(d);
|
|
6679
6679
|
f.a1(c);
|
|
6680
6680
|
if (this.cx(f)) {
|
|
6681
6681
|
return;
|
|
6682
6682
|
}
|
|
6683
|
-
this.
|
|
6683
|
+
this.sb(f);
|
|
6684
6684
|
};
|
|
6685
|
-
TileSeries.prototype.
|
|
6685
|
+
TileSeries.prototype.s3 = function (a) {
|
|
6686
6686
|
var b;
|
|
6687
6687
|
var c;
|
|
6688
6688
|
var d = a.getViewInfo(b, c);
|
|
6689
6689
|
b = d.p0;
|
|
6690
6690
|
c = d.p1;
|
|
6691
|
-
if (this.
|
|
6692
|
-
if (this.
|
|
6693
|
-
this.
|
|
6691
|
+
if (this.sv != null && this.sv.ao != null) {
|
|
6692
|
+
if (this.sv != this.su) {
|
|
6693
|
+
this.su = this.sv;
|
|
6694
6694
|
}
|
|
6695
|
-
if (this.
|
|
6696
|
-
if (this.
|
|
6697
|
-
this.
|
|
6695
|
+
if (this.su != null && !b.isEmpty) {
|
|
6696
|
+
if (this.su.width != b.width) {
|
|
6697
|
+
this.su.width = b.width;
|
|
6698
6698
|
}
|
|
6699
|
-
if (this.
|
|
6700
|
-
this.
|
|
6699
|
+
if (this.su.height != b.height) {
|
|
6700
|
+
this.su.height = b.height;
|
|
6701
6701
|
}
|
|
6702
6702
|
}
|
|
6703
6703
|
}
|
|
@@ -6726,8 +6726,8 @@
|
|
|
6726
6726
|
TileSeriesView.prototype.as = function () {
|
|
6727
6727
|
_super.prototype.as.call(this);
|
|
6728
6728
|
if (!this.q) {
|
|
6729
|
-
this.c7.
|
|
6730
|
-
this.c7.
|
|
6729
|
+
this.c7.o8 = igniteuiAngularCharts.Defaults.ao;
|
|
6730
|
+
this.c7.o3 = igniteuiAngularCharts.Defaults.an;
|
|
6731
6731
|
}
|
|
6732
6732
|
};
|
|
6733
6733
|
TileSeriesView.prototype.ch = function (a, b) {
|
|
@@ -6754,8 +6754,8 @@
|
|
|
6754
6754
|
this.aq();
|
|
6755
6755
|
};
|
|
6756
6756
|
TileSeriesView.prototype.da = function (a) {
|
|
6757
|
-
if (this.c7.
|
|
6758
|
-
this.c7.
|
|
6757
|
+
if (this.c7.sv != null) {
|
|
6758
|
+
this.c7.sv.windowRect = a;
|
|
6759
6759
|
}
|
|
6760
6760
|
};
|
|
6761
6761
|
TileSeriesView.prototype.dd = function (a, b) {
|
|
@@ -6790,8 +6790,8 @@
|
|
|
6790
6790
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
6791
6791
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
6792
6792
|
}
|
|
6793
|
-
if (this.c7.
|
|
6794
|
-
this.c7.
|
|
6793
|
+
if (this.c7.sv != null) {
|
|
6794
|
+
this.c7.sv.bf(this.bu);
|
|
6795
6795
|
}
|
|
6796
6796
|
};
|
|
6797
6797
|
TileSeriesView.prototype.a6 = function (a, b) {
|
|
@@ -6825,8 +6825,8 @@
|
|
|
6825
6825
|
TileSeriesView.prototype.db = function () {
|
|
6826
6826
|
};
|
|
6827
6827
|
TileSeriesView.prototype.dh = function (a) {
|
|
6828
|
-
if (this.c7.
|
|
6829
|
-
this.c7.
|
|
6828
|
+
if (this.c7.sv != null) {
|
|
6829
|
+
this.c7.sv.a6();
|
|
6830
6830
|
}
|
|
6831
6831
|
};
|
|
6832
6832
|
TileSeriesView.$t = igniteuiAngularCore.markType(TileSeriesView, 'TileSeriesView', igniteuiAngularCharts.ShapeSeriesViewBase.$);
|
|
@@ -6876,13 +6876,13 @@
|
|
|
6876
6876
|
* The MapImagery which is used to provide the tiles for display.
|
|
6877
6877
|
*/
|
|
6878
6878
|
get: function () {
|
|
6879
|
-
if (this.i.
|
|
6879
|
+
if (this.i.sv == null) {
|
|
6880
6880
|
return null;
|
|
6881
6881
|
}
|
|
6882
|
-
return this.i.
|
|
6882
|
+
return this.i.sv.externalObject;
|
|
6883
6883
|
},
|
|
6884
6884
|
set: function (v) {
|
|
6885
|
-
v == null ? this.i.
|
|
6885
|
+
v == null ? this.i.sv = null : this.i.sv = v.i;
|
|
6886
6886
|
},
|
|
6887
6887
|
enumerable: false,
|
|
6888
6888
|
configurable: true
|
|
@@ -6983,8 +6983,8 @@
|
|
|
6983
6983
|
tslib.__extends(GeographicTileSeries, _super);
|
|
6984
6984
|
function GeographicTileSeries() {
|
|
6985
6985
|
var _this = _super.call(this) || this;
|
|
6986
|
+
_this.rd = null;
|
|
6986
6987
|
_this.rc = null;
|
|
6987
|
-
_this.rb = null;
|
|
6988
6988
|
_this.imageTilesReady = null;
|
|
6989
6989
|
_this.ab = GeographicTileSeries.$;
|
|
6990
6990
|
return _this;
|
|
@@ -6992,53 +6992,53 @@
|
|
|
6992
6992
|
GeographicTileSeries.prototype.get_ei = function () {
|
|
6993
6993
|
return true;
|
|
6994
6994
|
};
|
|
6995
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
6995
|
+
Object.defineProperty(GeographicTileSeries.prototype, "re", {
|
|
6996
6996
|
get: function () {
|
|
6997
|
-
return this.
|
|
6997
|
+
return this.rd;
|
|
6998
6998
|
},
|
|
6999
6999
|
set: function (a) {
|
|
7000
|
-
var b = a != this.
|
|
7000
|
+
var b = a != this.re;
|
|
7001
7001
|
if (b) {
|
|
7002
|
-
var c = this.
|
|
7003
|
-
this.
|
|
7002
|
+
var c = this.re;
|
|
7003
|
+
this.rd = a;
|
|
7004
7004
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
7005
7005
|
}
|
|
7006
7006
|
},
|
|
7007
7007
|
enumerable: false,
|
|
7008
7008
|
configurable: true
|
|
7009
7009
|
});
|
|
7010
|
-
GeographicTileSeries.prototype.
|
|
7011
|
-
if (this.
|
|
7012
|
-
this.
|
|
7010
|
+
GeographicTileSeries.prototype.ri = function () {
|
|
7011
|
+
if (this.re != null) {
|
|
7012
|
+
this.re.clearTileCache();
|
|
7013
7013
|
}
|
|
7014
7014
|
};
|
|
7015
|
-
GeographicTileSeries.prototype.
|
|
7016
|
-
_super.prototype.
|
|
7015
|
+
GeographicTileSeries.prototype.l4 = function (a, b, c, d) {
|
|
7016
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
7017
7017
|
switch (b) {
|
|
7018
7018
|
case "TileImagery":
|
|
7019
|
-
if (this.
|
|
7020
|
-
this.
|
|
7019
|
+
if (this.p6 != null) {
|
|
7020
|
+
this.p6.sv = this.re;
|
|
7021
7021
|
}
|
|
7022
7022
|
break;
|
|
7023
7023
|
}
|
|
7024
7024
|
};
|
|
7025
|
-
GeographicTileSeries.prototype.
|
|
7026
|
-
_super.prototype.
|
|
7027
|
-
this.
|
|
7028
|
-
if (this.
|
|
7029
|
-
var a = this.
|
|
7030
|
-
a.imageTilesReady = igniteuiAngularCore.delegateRemove(a.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
7025
|
+
GeographicTileSeries.prototype.qb = function () {
|
|
7026
|
+
_super.prototype.qb.call(this);
|
|
7027
|
+
this.p6.sv = this.re;
|
|
7028
|
+
if (this.rc != null) {
|
|
7029
|
+
var a = this.rc;
|
|
7030
|
+
a.imageTilesReady = igniteuiAngularCore.delegateRemove(a.imageTilesReady, igniteuiAngularCore.runOn(this, this.rh));
|
|
7031
7031
|
}
|
|
7032
|
-
this.
|
|
7033
|
-
if (this.
|
|
7034
|
-
var b = this.
|
|
7035
|
-
b.imageTilesReady = igniteuiAngularCore.delegateCombine(b.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
7032
|
+
this.rc = this.p6;
|
|
7033
|
+
if (this.rc != null) {
|
|
7034
|
+
var b = this.rc;
|
|
7035
|
+
b.imageTilesReady = igniteuiAngularCore.delegateCombine(b.imageTilesReady, igniteuiAngularCore.runOn(this, this.rh));
|
|
7036
7036
|
}
|
|
7037
7037
|
};
|
|
7038
|
-
GeographicTileSeries.prototype.
|
|
7038
|
+
GeographicTileSeries.prototype.p5 = function () {
|
|
7039
7039
|
return new TileSeries();
|
|
7040
7040
|
};
|
|
7041
|
-
GeographicTileSeries.prototype.
|
|
7041
|
+
GeographicTileSeries.prototype.rh = function (a, b) {
|
|
7042
7042
|
if (this.imageTilesReady != null) {
|
|
7043
7043
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
7044
7044
|
}
|
|
@@ -7085,13 +7085,13 @@
|
|
|
7085
7085
|
* The MapImagery which is used to provide the tiles for display.
|
|
7086
7086
|
*/
|
|
7087
7087
|
get: function () {
|
|
7088
|
-
if (this.i.
|
|
7088
|
+
if (this.i.re == null) {
|
|
7089
7089
|
return null;
|
|
7090
7090
|
}
|
|
7091
|
-
return this.i.
|
|
7091
|
+
return this.i.re.externalObject;
|
|
7092
7092
|
},
|
|
7093
7093
|
set: function (v) {
|
|
7094
|
-
v == null ? this.i.
|
|
7094
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
7095
7095
|
},
|
|
7096
7096
|
enumerable: false,
|
|
7097
7097
|
configurable: true
|
|
@@ -7111,7 +7111,7 @@
|
|
|
7111
7111
|
|
|
7112
7112
|
*/
|
|
7113
7113
|
IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
7114
|
-
this.i.
|
|
7114
|
+
this.i.ri();
|
|
7115
7115
|
};
|
|
7116
7116
|
Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
7117
7117
|
/**
|
|
@@ -7232,10 +7232,10 @@
|
|
|
7232
7232
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7233
7233
|
*/
|
|
7234
7234
|
get: function () {
|
|
7235
|
-
return this.i.
|
|
7235
|
+
return this.i.qg;
|
|
7236
7236
|
},
|
|
7237
7237
|
set: function (v) {
|
|
7238
|
-
this.i.
|
|
7238
|
+
this.i.qg = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
|
|
7239
7239
|
},
|
|
7240
7240
|
enumerable: false,
|
|
7241
7241
|
configurable: true
|
|
@@ -7245,10 +7245,10 @@
|
|
|
7245
7245
|
* Gets or sets thickness of the marker outline
|
|
7246
7246
|
*/
|
|
7247
7247
|
get: function () {
|
|
7248
|
-
return this.i.
|
|
7248
|
+
return this.i.qh;
|
|
7249
7249
|
},
|
|
7250
7250
|
set: function (v) {
|
|
7251
|
-
this.i.
|
|
7251
|
+
this.i.qh = +v;
|
|
7252
7252
|
},
|
|
7253
7253
|
enumerable: false,
|
|
7254
7254
|
configurable: true
|
|
@@ -7258,10 +7258,10 @@
|
|
|
7258
7258
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7259
7259
|
*/
|
|
7260
7260
|
get: function () {
|
|
7261
|
-
return this.i.
|
|
7261
|
+
return this.i.qf;
|
|
7262
7262
|
},
|
|
7263
7263
|
set: function (v) {
|
|
7264
|
-
this.i.
|
|
7264
|
+
this.i.qf = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
|
|
7265
7265
|
},
|
|
7266
7266
|
enumerable: false,
|
|
7267
7267
|
configurable: true
|
|
@@ -7271,10 +7271,10 @@
|
|
|
7271
7271
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7272
7272
|
*/
|
|
7273
7273
|
get: function () {
|
|
7274
|
-
return this.i.
|
|
7274
|
+
return this.i.qe;
|
|
7275
7275
|
},
|
|
7276
7276
|
set: function (v) {
|
|
7277
|
-
this.i.
|
|
7277
|
+
this.i.qe = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
|
|
7278
7278
|
},
|
|
7279
7279
|
enumerable: false,
|
|
7280
7280
|
configurable: true
|
|
@@ -7284,10 +7284,10 @@
|
|
|
7284
7284
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7285
7285
|
*/
|
|
7286
7286
|
get: function () {
|
|
7287
|
-
return this.i.
|
|
7287
|
+
return this.i.qw;
|
|
7288
7288
|
},
|
|
7289
7289
|
set: function (v) {
|
|
7290
|
-
this.i.
|
|
7290
|
+
this.i.qw = v;
|
|
7291
7291
|
},
|
|
7292
7292
|
enumerable: false,
|
|
7293
7293
|
configurable: true
|
|
@@ -7297,10 +7297,10 @@
|
|
|
7297
7297
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7298
7298
|
*/
|
|
7299
7299
|
get: function () {
|
|
7300
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7300
|
+
return igniteuiAngularCore.brushToString(this.i.ra);
|
|
7301
7301
|
},
|
|
7302
7302
|
set: function (v) {
|
|
7303
|
-
this.i.
|
|
7303
|
+
this.i.ra = igniteuiAngularCore.stringToBrush(v);
|
|
7304
7304
|
},
|
|
7305
7305
|
enumerable: false,
|
|
7306
7306
|
configurable: true
|
|
@@ -7310,10 +7310,10 @@
|
|
|
7310
7310
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7311
7311
|
*/
|
|
7312
7312
|
get: function () {
|
|
7313
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7313
|
+
return igniteuiAngularCore.brushToString(this.i.rb);
|
|
7314
7314
|
},
|
|
7315
7315
|
set: function (v) {
|
|
7316
|
-
this.i.
|
|
7316
|
+
this.i.rb = igniteuiAngularCore.stringToBrush(v);
|
|
7317
7317
|
},
|
|
7318
7318
|
enumerable: false,
|
|
7319
7319
|
configurable: true
|
|
@@ -7325,10 +7325,10 @@
|
|
|
7325
7325
|
* choose a representative set.
|
|
7326
7326
|
*/
|
|
7327
7327
|
get: function () {
|
|
7328
|
-
return this.i.
|
|
7328
|
+
return this.i.qi;
|
|
7329
7329
|
},
|
|
7330
7330
|
set: function (v) {
|
|
7331
|
-
this.i.
|
|
7331
|
+
this.i.qi = +v;
|
|
7332
7332
|
},
|
|
7333
7333
|
enumerable: false,
|
|
7334
7334
|
configurable: true
|
|
@@ -7338,10 +7338,10 @@
|
|
|
7338
7338
|
* Gets the effective marker template for the current series object.
|
|
7339
7339
|
*/
|
|
7340
7340
|
get: function () {
|
|
7341
|
-
return this.i.
|
|
7341
|
+
return this.i.qv;
|
|
7342
7342
|
},
|
|
7343
7343
|
set: function (v) {
|
|
7344
|
-
this.i.
|
|
7344
|
+
this.i.qv = v;
|
|
7345
7345
|
},
|
|
7346
7346
|
enumerable: false,
|
|
7347
7347
|
configurable: true
|
|
@@ -7351,10 +7351,10 @@
|
|
|
7351
7351
|
* Gets the effective marker brush for the current series object.
|
|
7352
7352
|
*/
|
|
7353
7353
|
get: function () {
|
|
7354
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7354
|
+
return igniteuiAngularCore.brushToString(this.i.q8);
|
|
7355
7355
|
},
|
|
7356
7356
|
set: function (v) {
|
|
7357
|
-
this.i.
|
|
7357
|
+
this.i.q8 = igniteuiAngularCore.stringToBrush(v);
|
|
7358
7358
|
},
|
|
7359
7359
|
enumerable: false,
|
|
7360
7360
|
configurable: true
|
|
@@ -7364,10 +7364,10 @@
|
|
|
7364
7364
|
* Gets the effective marker outline for the current series object.
|
|
7365
7365
|
*/
|
|
7366
7366
|
get: function () {
|
|
7367
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7367
|
+
return igniteuiAngularCore.brushToString(this.i.q9);
|
|
7368
7368
|
},
|
|
7369
7369
|
set: function (v) {
|
|
7370
|
-
this.i.
|
|
7370
|
+
this.i.q9 = igniteuiAngularCore.stringToBrush(v);
|
|
7371
7371
|
},
|
|
7372
7372
|
enumerable: false,
|
|
7373
7373
|
configurable: true
|
|
@@ -7418,75 +7418,75 @@
|
|
|
7418
7418
|
tslib.__extends(GeographicMarkerSeries, _super);
|
|
7419
7419
|
function GeographicMarkerSeries() {
|
|
7420
7420
|
var _this = _super.call(this) || this;
|
|
7421
|
-
var a = _this.
|
|
7422
|
-
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.
|
|
7421
|
+
var a = _this.p6;
|
|
7422
|
+
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.qu));
|
|
7423
7423
|
return _this;
|
|
7424
7424
|
}
|
|
7425
|
-
GeographicMarkerSeries.prototype.
|
|
7426
|
-
return this.
|
|
7427
|
-
};
|
|
7428
|
-
GeographicMarkerSeries.prototype.o5 = function () {
|
|
7429
|
-
return this.q7;
|
|
7425
|
+
GeographicMarkerSeries.prototype.ne = function () {
|
|
7426
|
+
return this.qv;
|
|
7430
7427
|
};
|
|
7431
7428
|
GeographicMarkerSeries.prototype.o6 = function () {
|
|
7432
7429
|
return this.q8;
|
|
7433
7430
|
};
|
|
7431
|
+
GeographicMarkerSeries.prototype.o7 = function () {
|
|
7432
|
+
return this.q9;
|
|
7433
|
+
};
|
|
7434
7434
|
GeographicMarkerSeries.prototype.f2 = function () {
|
|
7435
|
-
return this.
|
|
7435
|
+
return this.qh;
|
|
7436
7436
|
};
|
|
7437
7437
|
GeographicMarkerSeries.prototype.iy = function () {
|
|
7438
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.
|
|
7438
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.p6);
|
|
7439
7439
|
if (a == null) {
|
|
7440
7440
|
return "Unknown";
|
|
7441
7441
|
}
|
|
7442
7442
|
return a.iy();
|
|
7443
7443
|
};
|
|
7444
|
-
GeographicMarkerSeries.prototype.
|
|
7445
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.
|
|
7444
|
+
GeographicMarkerSeries.prototype.qu = function (a, b) {
|
|
7445
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.p6);
|
|
7446
7446
|
if (c == null) {
|
|
7447
7447
|
return;
|
|
7448
7448
|
}
|
|
7449
7449
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7450
|
-
this.
|
|
7450
|
+
this.qv = c.qx;
|
|
7451
7451
|
}
|
|
7452
7452
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7453
|
-
this.
|
|
7453
|
+
this.q9 = c.re;
|
|
7454
7454
|
}
|
|
7455
7455
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7456
|
-
this.
|
|
7456
|
+
this.q8 = c.rd;
|
|
7457
7457
|
}
|
|
7458
7458
|
};
|
|
7459
|
-
GeographicMarkerSeries.prototype.
|
|
7460
|
-
_super.prototype.
|
|
7459
|
+
GeographicMarkerSeries.prototype.l4 = function (a, b, c, d) {
|
|
7460
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
7461
7461
|
switch (b) {
|
|
7462
7462
|
case GeographicMarkerSeries.$$p[3]:
|
|
7463
|
-
this.
|
|
7463
|
+
this.p6.rf = this.ra;
|
|
7464
7464
|
break;
|
|
7465
7465
|
case GeographicMarkerSeries.$$p[6]:
|
|
7466
|
-
this.
|
|
7466
|
+
this.p6.rg = this.rb;
|
|
7467
7467
|
break;
|
|
7468
7468
|
case GeographicMarkerSeries.$$p[5]:
|
|
7469
|
-
this.
|
|
7469
|
+
this.p6.qa = this.qf;
|
|
7470
7470
|
break;
|
|
7471
7471
|
case GeographicMarkerSeries.$$p[4]:
|
|
7472
|
-
this.
|
|
7472
|
+
this.p6.p6 = this.qe;
|
|
7473
7473
|
break;
|
|
7474
7474
|
case GeographicMarkerSeries.$$p[9]:
|
|
7475
|
-
this.
|
|
7475
|
+
this.p6.qd = this.qg;
|
|
7476
7476
|
break;
|
|
7477
7477
|
case GeographicMarkerSeries.$$p[7]:
|
|
7478
|
-
this.
|
|
7478
|
+
this.p6.qz = this.qw;
|
|
7479
7479
|
break;
|
|
7480
7480
|
case GeographicMarkerSeries.$$p[8]:
|
|
7481
|
-
this.
|
|
7481
|
+
this.p6.qi = this.qh;
|
|
7482
7482
|
break;
|
|
7483
7483
|
case GeographicMarkerSeries.$$p[10]:
|
|
7484
|
-
this.
|
|
7484
|
+
this.p6.sy = this.qi;
|
|
7485
7485
|
break;
|
|
7486
7486
|
}
|
|
7487
7487
|
};
|
|
7488
7488
|
GeographicMarkerSeries.$t = igniteuiAngularCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7489
|
-
GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7489
|
+
GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q8:qx', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:q9:qy', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:qv:qz', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:ra:q0', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:qe:q1', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qf:q2', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:rb:q3', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:qw:q4', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:qh:q5', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:qg:q6', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:qi:q7', [1, 400]]);
|
|
7490
7490
|
return GeographicMarkerSeries;
|
|
7491
7491
|
}(GeographicMapSeriesHost));
|
|
7492
7492
|
|
|
@@ -7514,49 +7514,49 @@
|
|
|
7514
7514
|
};
|
|
7515
7515
|
GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
|
|
7516
7516
|
_super.prototype.b2.call(this);
|
|
7517
|
-
var a = this.ce.
|
|
7518
|
-
a.
|
|
7519
|
-
a.
|
|
7520
|
-
a.
|
|
7521
|
-
a.
|
|
7522
|
-
a.
|
|
7517
|
+
var a = this.ce.p6;
|
|
7518
|
+
a.te = this.ce.r5;
|
|
7519
|
+
a.tm = this.ce.r3;
|
|
7520
|
+
a.qd = this.ce.qg;
|
|
7521
|
+
a.qz = this.ce.qw;
|
|
7522
|
+
a.qi = this.ce.qh;
|
|
7523
|
+
a.vh = this.ce.rp;
|
|
7524
|
+
a.v7 = this.ce.sa;
|
|
7525
|
+
a.u7 = this.ce.rh;
|
|
7526
|
+
a.vx = this.ce.r1;
|
|
7527
|
+
a.vs = this.ce.rt;
|
|
7528
|
+
a.u4 = this.ce.re;
|
|
7529
|
+
a.vf = this.ce.rl;
|
|
7523
7530
|
a.vg = this.ce.ro;
|
|
7524
|
-
a.
|
|
7525
|
-
a.u6 = this.ce.rg;
|
|
7526
|
-
a.vw = this.ce.r0;
|
|
7527
|
-
a.vr = this.ce.rs;
|
|
7528
|
-
a.u3 = this.ce.rd;
|
|
7529
|
-
a.ve = this.ce.rk;
|
|
7530
|
-
a.vf = this.ce.rn;
|
|
7531
|
+
a.vm = this.ce.rr;
|
|
7531
7532
|
a.vl = this.ce.rq;
|
|
7532
|
-
a.vk = this.ce.rp;
|
|
7533
7533
|
};
|
|
7534
7534
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
7535
|
-
this.ce.
|
|
7535
|
+
this.ce.p6.te = this.ce.r5;
|
|
7536
7536
|
};
|
|
7537
7537
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
7538
|
-
this.ce.
|
|
7538
|
+
this.ce.p6.tm = this.ce.r3;
|
|
7539
7539
|
};
|
|
7540
7540
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
7541
|
-
this.ce.
|
|
7541
|
+
this.ce.p6.qd = this.ce.qg;
|
|
7542
7542
|
};
|
|
7543
7543
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
7544
|
-
this.ce.
|
|
7544
|
+
this.ce.p6.qz = this.ce.qw;
|
|
7545
7545
|
};
|
|
7546
7546
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7547
|
-
this.ce.
|
|
7547
|
+
this.ce.p6.qi = this.ce.qh;
|
|
7548
7548
|
};
|
|
7549
7549
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
7550
|
-
this.ce.
|
|
7550
|
+
this.ce.p6.sy = this.ce.qi;
|
|
7551
7551
|
};
|
|
7552
7552
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7553
|
-
this.ce.
|
|
7553
|
+
this.ce.p6.xAxis = this.ce.cd.s2;
|
|
7554
7554
|
};
|
|
7555
7555
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7556
|
-
this.ce.
|
|
7556
|
+
this.ce.p6.yAxis = this.ce.cd.s4;
|
|
7557
7557
|
};
|
|
7558
7558
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7559
|
-
var a = this.ce.
|
|
7559
|
+
var a = this.ce.p6;
|
|
7560
7560
|
if (this.ce.cd == null) {
|
|
7561
7561
|
a.xAxis = null;
|
|
7562
7562
|
a.yAxis = null;
|
|
@@ -7566,45 +7566,45 @@
|
|
|
7566
7566
|
a.yAxis = this.ce.cd.s4;
|
|
7567
7567
|
};
|
|
7568
7568
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7569
|
-
this.ce.
|
|
7569
|
+
this.ce.p6.rf = this.ce.ra;
|
|
7570
7570
|
};
|
|
7571
7571
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
7572
|
-
this.ce.
|
|
7572
|
+
this.ce.p6.rg = this.ce.rb;
|
|
7573
7573
|
};
|
|
7574
7574
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7575
|
-
this.ce.
|
|
7575
|
+
this.ce.p6.v7 = this.ce.sa;
|
|
7576
7576
|
};
|
|
7577
7577
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7578
|
-
this.ce.
|
|
7579
|
-
this.ce.
|
|
7578
|
+
this.ce.p6.u7 = this.ce.rh;
|
|
7579
|
+
this.ce.p6.vh = this.ce.rp;
|
|
7580
7580
|
};
|
|
7581
7581
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7582
|
-
this.ce.
|
|
7582
|
+
this.ce.p6.vx = this.ce.r1;
|
|
7583
7583
|
};
|
|
7584
7584
|
GeographicProportionalSymbolSeriesView.prototype.cg = function () {
|
|
7585
|
-
this.ce.
|
|
7586
|
-
this.ce.
|
|
7587
|
-
this.ce.
|
|
7588
|
-
this.ce.
|
|
7589
|
-
this.ce.
|
|
7585
|
+
this.ce.p6.u4 = this.ce.re;
|
|
7586
|
+
this.ce.p6.vf = this.ce.rl;
|
|
7587
|
+
this.ce.p6.vg = this.ce.ro;
|
|
7588
|
+
this.ce.p6.vm = this.ce.rr;
|
|
7589
|
+
this.ce.p6.vl = this.ce.rq;
|
|
7590
7590
|
};
|
|
7591
7591
|
GeographicProportionalSymbolSeriesView.prototype.cf = function () {
|
|
7592
|
-
this.ce.
|
|
7592
|
+
this.ce.p6.vs = this.ce.rt;
|
|
7593
7593
|
};
|
|
7594
7594
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7595
|
-
this.ce.
|
|
7595
|
+
this.ce.p6.vh = this.ce.rp;
|
|
7596
7596
|
};
|
|
7597
7597
|
GeographicProportionalSymbolSeriesView.prototype.ch = function () {
|
|
7598
|
-
this.ce.
|
|
7598
|
+
this.ce.p6.vf = this.ce.rl;
|
|
7599
7599
|
};
|
|
7600
7600
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
7601
|
-
this.ce.
|
|
7601
|
+
this.ce.p6.vg = this.ce.ro;
|
|
7602
7602
|
};
|
|
7603
7603
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
7604
|
-
this.ce.
|
|
7604
|
+
this.ce.p6.vm = this.ce.rr;
|
|
7605
7605
|
};
|
|
7606
7606
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
7607
|
-
this.ce.
|
|
7607
|
+
this.ce.p6.vl = this.ce.rq;
|
|
7608
7608
|
};
|
|
7609
7609
|
GeographicProportionalSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7610
7610
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7616,9 +7616,9 @@
|
|
|
7616
7616
|
tslib.__extends(GeographicProportionalSymbolSeries, _super);
|
|
7617
7617
|
function GeographicProportionalSymbolSeries() {
|
|
7618
7618
|
var _this = _super.call(this) || this;
|
|
7619
|
-
_this.
|
|
7619
|
+
_this.rf = null;
|
|
7620
|
+
_this.rk = false;
|
|
7620
7621
|
_this.rj = false;
|
|
7621
|
-
_this.ri = false;
|
|
7622
7622
|
_this.assigningScatterStyle = null;
|
|
7623
7623
|
_this.assigningScatterMarkerStyle = null;
|
|
7624
7624
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -7630,111 +7630,111 @@
|
|
|
7630
7630
|
GeographicProportionalSymbolSeries.prototype.bx = function () {
|
|
7631
7631
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7632
7632
|
};
|
|
7633
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7634
|
-
_super.prototype.
|
|
7635
|
-
this.
|
|
7633
|
+
GeographicProportionalSymbolSeries.prototype.lz = function (a) {
|
|
7634
|
+
_super.prototype.lz.call(this, a);
|
|
7635
|
+
this.ri = a;
|
|
7636
7636
|
};
|
|
7637
7637
|
GeographicProportionalSymbolSeries.prototype.gv = function () {
|
|
7638
7638
|
return 0.7;
|
|
7639
7639
|
};
|
|
7640
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7640
|
+
GeographicProportionalSymbolSeries.prototype.p5 = function () {
|
|
7641
7641
|
return new igniteuiAngularCharts.BubbleSeries();
|
|
7642
7642
|
};
|
|
7643
7643
|
GeographicProportionalSymbolSeries.prototype.get_dx = function () {
|
|
7644
7644
|
return true;
|
|
7645
7645
|
};
|
|
7646
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7647
|
-
_super.prototype.
|
|
7646
|
+
GeographicProportionalSymbolSeries.prototype.l4 = function (a, b, c, d) {
|
|
7647
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
7648
7648
|
switch (b) {
|
|
7649
7649
|
case "SeriesViewer":
|
|
7650
|
-
this.
|
|
7650
|
+
this.ri.cu();
|
|
7651
7651
|
break;
|
|
7652
7652
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7653
|
-
this.
|
|
7653
|
+
this.ri.cn();
|
|
7654
7654
|
break;
|
|
7655
7655
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7656
|
-
this.
|
|
7656
|
+
this.ri.cm();
|
|
7657
7657
|
break;
|
|
7658
7658
|
case "XAxis":
|
|
7659
|
-
this.
|
|
7659
|
+
this.ri.cv();
|
|
7660
7660
|
break;
|
|
7661
7661
|
case "YAxis":
|
|
7662
|
-
this.
|
|
7662
|
+
this.ri.cw();
|
|
7663
7663
|
break;
|
|
7664
7664
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7665
|
-
this.
|
|
7665
|
+
this.ri.cx();
|
|
7666
7666
|
break;
|
|
7667
7667
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7668
|
-
this.
|
|
7668
|
+
this.ri.cy();
|
|
7669
7669
|
break;
|
|
7670
7670
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7671
|
-
this.
|
|
7671
|
+
this.ri.cz();
|
|
7672
7672
|
break;
|
|
7673
7673
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7674
|
-
this.
|
|
7674
|
+
this.ri.ci();
|
|
7675
7675
|
break;
|
|
7676
7676
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7677
|
-
this.
|
|
7677
|
+
this.ri.cf();
|
|
7678
7678
|
break;
|
|
7679
7679
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7680
|
-
this.
|
|
7680
|
+
this.ri.cg();
|
|
7681
7681
|
break;
|
|
7682
7682
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7683
|
-
this.
|
|
7683
|
+
this.ri.ch();
|
|
7684
7684
|
break;
|
|
7685
7685
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7686
|
-
this.
|
|
7686
|
+
this.ri.cl();
|
|
7687
7687
|
break;
|
|
7688
7688
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7689
|
-
this.
|
|
7689
|
+
this.ri.ck();
|
|
7690
7690
|
break;
|
|
7691
7691
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7692
|
-
this.
|
|
7692
|
+
this.ri.cj();
|
|
7693
7693
|
break;
|
|
7694
7694
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7695
|
-
this.
|
|
7696
|
-
this.
|
|
7697
|
-
if (this.
|
|
7698
|
-
var e = this.
|
|
7699
|
-
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
7695
|
+
this.p6.sk = this.rn;
|
|
7696
|
+
this.rk = this.rn;
|
|
7697
|
+
if (this.rn) {
|
|
7698
|
+
var e = this.p6;
|
|
7699
|
+
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.sf));
|
|
7700
7700
|
}
|
|
7701
7701
|
else {
|
|
7702
|
-
var f = this.
|
|
7703
|
-
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
7702
|
+
var f = this.p6;
|
|
7703
|
+
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.sf));
|
|
7704
7704
|
}
|
|
7705
7705
|
break;
|
|
7706
7706
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7707
|
-
this.
|
|
7708
|
-
this.
|
|
7709
|
-
if (this.
|
|
7710
|
-
var g = this.
|
|
7711
|
-
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
7707
|
+
this.p6.sj = this.rm;
|
|
7708
|
+
this.rj = this.rm;
|
|
7709
|
+
if (this.rn) {
|
|
7710
|
+
var g = this.p6;
|
|
7711
|
+
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.se));
|
|
7712
7712
|
}
|
|
7713
7713
|
else {
|
|
7714
|
-
var h = this.
|
|
7715
|
-
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
7714
|
+
var h = this.p6;
|
|
7715
|
+
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.se));
|
|
7716
7716
|
}
|
|
7717
7717
|
break;
|
|
7718
7718
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7719
|
-
this.
|
|
7719
|
+
this.p6.r9 = this.rg;
|
|
7720
7720
|
break;
|
|
7721
7721
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7722
|
-
this.
|
|
7722
|
+
this.p6.sx = this.rs;
|
|
7723
7723
|
break;
|
|
7724
7724
|
}
|
|
7725
7725
|
};
|
|
7726
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7726
|
+
GeographicProportionalSymbolSeries.prototype.sf = function (a, b) {
|
|
7727
7727
|
if (this.assigningScatterStyle != null) {
|
|
7728
7728
|
this.assigningScatterStyle(this, b);
|
|
7729
7729
|
}
|
|
7730
7730
|
};
|
|
7731
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7731
|
+
GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
|
|
7732
7732
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7733
7733
|
this.assigningScatterMarkerStyle(this, b);
|
|
7734
7734
|
}
|
|
7735
7735
|
};
|
|
7736
7736
|
GeographicProportionalSymbolSeries.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7737
|
-
GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7737
|
+
GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
|
|
7738
7738
|
return GeographicProportionalSymbolSeries;
|
|
7739
7739
|
}(GeographicMarkerSeries));
|
|
7740
7740
|
|
|
@@ -7785,10 +7785,10 @@
|
|
|
7785
7785
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7786
7786
|
*/
|
|
7787
7787
|
get: function () {
|
|
7788
|
-
return this.i.
|
|
7788
|
+
return this.i.r3;
|
|
7789
7789
|
},
|
|
7790
7790
|
set: function (v) {
|
|
7791
|
-
this.i.
|
|
7791
|
+
this.i.r3 = v;
|
|
7792
7792
|
},
|
|
7793
7793
|
enumerable: false,
|
|
7794
7794
|
configurable: true
|
|
@@ -7798,10 +7798,10 @@
|
|
|
7798
7798
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7799
7799
|
*/
|
|
7800
7800
|
get: function () {
|
|
7801
|
-
return this.i.
|
|
7801
|
+
return this.i.r5;
|
|
7802
7802
|
},
|
|
7803
7803
|
set: function (v) {
|
|
7804
|
-
this.i.
|
|
7804
|
+
this.i.r5 = v;
|
|
7805
7805
|
},
|
|
7806
7806
|
enumerable: false,
|
|
7807
7807
|
configurable: true
|
|
@@ -7811,10 +7811,10 @@
|
|
|
7811
7811
|
* Gets or sets the radius mapping property for the current series object.
|
|
7812
7812
|
*/
|
|
7813
7813
|
get: function () {
|
|
7814
|
-
return this.i.
|
|
7814
|
+
return this.i.sa;
|
|
7815
7815
|
},
|
|
7816
7816
|
set: function (v) {
|
|
7817
|
-
this.i.
|
|
7817
|
+
this.i.sa = v;
|
|
7818
7818
|
},
|
|
7819
7819
|
enumerable: false,
|
|
7820
7820
|
configurable: true
|
|
@@ -7824,22 +7824,22 @@
|
|
|
7824
7824
|
* Gets or sets the radius size scale for the bubbles.
|
|
7825
7825
|
*/
|
|
7826
7826
|
get: function () {
|
|
7827
|
-
if (this.i.
|
|
7827
|
+
if (this.i.rh == null) {
|
|
7828
7828
|
return null;
|
|
7829
7829
|
}
|
|
7830
|
-
if (!this.i.
|
|
7831
|
-
var e = igniteuiAngularCharts.IgxSizeScaleComponent._createFromInternal(this.i.
|
|
7830
|
+
if (!this.i.rh.externalObject) {
|
|
7831
|
+
var e = igniteuiAngularCharts.IgxSizeScaleComponent._createFromInternal(this.i.rh);
|
|
7832
7832
|
if (e) {
|
|
7833
|
-
e._implementation = this.i.
|
|
7833
|
+
e._implementation = this.i.rh;
|
|
7834
7834
|
}
|
|
7835
|
-
this.i.
|
|
7835
|
+
this.i.rh.externalObject = e;
|
|
7836
7836
|
}
|
|
7837
|
-
return this.i.
|
|
7837
|
+
return this.i.rh.externalObject;
|
|
7838
7838
|
},
|
|
7839
7839
|
set: function (v) {
|
|
7840
7840
|
if (v != null && this._stylingContainer && v._styling)
|
|
7841
7841
|
v._styling(this._stylingContainer, this, this);
|
|
7842
|
-
v == null ? this.i.
|
|
7842
|
+
v == null ? this.i.rh = null : this.i.rh = v.i;
|
|
7843
7843
|
},
|
|
7844
7844
|
enumerable: false,
|
|
7845
7845
|
configurable: true
|
|
@@ -7849,10 +7849,10 @@
|
|
|
7849
7849
|
* Gets or sets the Label mapping property for the current series object.
|
|
7850
7850
|
*/
|
|
7851
7851
|
get: function () {
|
|
7852
|
-
return this.i.
|
|
7852
|
+
return this.i.r1;
|
|
7853
7853
|
},
|
|
7854
7854
|
set: function (v) {
|
|
7855
|
-
this.i.
|
|
7855
|
+
this.i.r1 = v;
|
|
7856
7856
|
},
|
|
7857
7857
|
enumerable: false,
|
|
7858
7858
|
configurable: true
|
|
@@ -7862,10 +7862,10 @@
|
|
|
7862
7862
|
* Gets or sets the fill mapping property for the current series object.
|
|
7863
7863
|
*/
|
|
7864
7864
|
get: function () {
|
|
7865
|
-
return this.i.
|
|
7865
|
+
return this.i.rt;
|
|
7866
7866
|
},
|
|
7867
7867
|
set: function (v) {
|
|
7868
|
-
this.i.
|
|
7868
|
+
this.i.rt = v;
|
|
7869
7869
|
},
|
|
7870
7870
|
enumerable: false,
|
|
7871
7871
|
configurable: true
|
|
@@ -7875,22 +7875,22 @@
|
|
|
7875
7875
|
* Gets or sets the brush scale for the marker brush.
|
|
7876
7876
|
*/
|
|
7877
7877
|
get: function () {
|
|
7878
|
-
if (this.i.
|
|
7878
|
+
if (this.i.re == null) {
|
|
7879
7879
|
return null;
|
|
7880
7880
|
}
|
|
7881
|
-
if (!this.i.
|
|
7882
|
-
var e = igniteuiAngularCharts.IgxBrushScaleComponent._createFromInternal(this.i.
|
|
7881
|
+
if (!this.i.re.externalObject) {
|
|
7882
|
+
var e = igniteuiAngularCharts.IgxBrushScaleComponent._createFromInternal(this.i.re);
|
|
7883
7883
|
if (e) {
|
|
7884
|
-
e._implementation = this.i.
|
|
7884
|
+
e._implementation = this.i.re;
|
|
7885
7885
|
}
|
|
7886
|
-
this.i.
|
|
7886
|
+
this.i.re.externalObject = e;
|
|
7887
7887
|
}
|
|
7888
|
-
return this.i.
|
|
7888
|
+
return this.i.re.externalObject;
|
|
7889
7889
|
},
|
|
7890
7890
|
set: function (v) {
|
|
7891
7891
|
if (v != null && this._stylingContainer && v._styling)
|
|
7892
7892
|
v._styling(this._stylingContainer, this, this);
|
|
7893
|
-
v == null ? this.i.
|
|
7893
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
7894
7894
|
},
|
|
7895
7895
|
enumerable: false,
|
|
7896
7896
|
configurable: true
|
|
@@ -7901,10 +7901,10 @@
|
|
|
7901
7901
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7902
7902
|
*/
|
|
7903
7903
|
get: function () {
|
|
7904
|
-
return this.i.
|
|
7904
|
+
return this.i.rl;
|
|
7905
7905
|
},
|
|
7906
7906
|
set: function (v) {
|
|
7907
|
-
this.i.
|
|
7907
|
+
this.i.rl = igniteuiAngularCore.ensureBool(v);
|
|
7908
7908
|
},
|
|
7909
7909
|
enumerable: false,
|
|
7910
7910
|
configurable: true
|
|
@@ -7915,10 +7915,10 @@
|
|
|
7915
7915
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7916
7916
|
*/
|
|
7917
7917
|
get: function () {
|
|
7918
|
-
return this.i.
|
|
7918
|
+
return this.i.ro;
|
|
7919
7919
|
},
|
|
7920
7920
|
set: function (v) {
|
|
7921
|
-
this.i.
|
|
7921
|
+
this.i.ro = igniteuiAngularCore.ensureBool(v);
|
|
7922
7922
|
},
|
|
7923
7923
|
enumerable: false,
|
|
7924
7924
|
configurable: true
|
|
@@ -7929,10 +7929,10 @@
|
|
|
7929
7929
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7930
7930
|
*/
|
|
7931
7931
|
get: function () {
|
|
7932
|
-
return this.i.
|
|
7932
|
+
return this.i.rr;
|
|
7933
7933
|
},
|
|
7934
7934
|
set: function (v) {
|
|
7935
|
-
this.i.
|
|
7935
|
+
this.i.rr = +v;
|
|
7936
7936
|
},
|
|
7937
7937
|
enumerable: false,
|
|
7938
7938
|
configurable: true
|
|
@@ -7943,10 +7943,10 @@
|
|
|
7943
7943
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7944
7944
|
*/
|
|
7945
7945
|
get: function () {
|
|
7946
|
-
return this.i.
|
|
7946
|
+
return this.i.rq;
|
|
7947
7947
|
},
|
|
7948
7948
|
set: function (v) {
|
|
7949
|
-
this.i.
|
|
7949
|
+
this.i.rq = +v;
|
|
7950
7950
|
},
|
|
7951
7951
|
enumerable: false,
|
|
7952
7952
|
configurable: true
|
|
@@ -7957,10 +7957,10 @@
|
|
|
7957
7957
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7958
7958
|
*/
|
|
7959
7959
|
get: function () {
|
|
7960
|
-
return this.i.
|
|
7960
|
+
return this.i.rp;
|
|
7961
7961
|
},
|
|
7962
7962
|
set: function (v) {
|
|
7963
|
-
this.i.
|
|
7963
|
+
this.i.rp = igniteuiAngularCore.ensureBool(v);
|
|
7964
7964
|
},
|
|
7965
7965
|
enumerable: false,
|
|
7966
7966
|
configurable: true
|
|
@@ -7970,10 +7970,10 @@
|
|
|
7970
7970
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7971
7971
|
*/
|
|
7972
7972
|
get: function () {
|
|
7973
|
-
return this.i.
|
|
7973
|
+
return this.i.rn;
|
|
7974
7974
|
},
|
|
7975
7975
|
set: function (v) {
|
|
7976
|
-
this.i.
|
|
7976
|
+
this.i.rn = igniteuiAngularCore.ensureBool(v);
|
|
7977
7977
|
},
|
|
7978
7978
|
enumerable: false,
|
|
7979
7979
|
configurable: true
|
|
@@ -7983,10 +7983,10 @@
|
|
|
7983
7983
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7984
7984
|
*/
|
|
7985
7985
|
get: function () {
|
|
7986
|
-
return this.i.
|
|
7986
|
+
return this.i.rm;
|
|
7987
7987
|
},
|
|
7988
7988
|
set: function (v) {
|
|
7989
|
-
this.i.
|
|
7989
|
+
this.i.rm = igniteuiAngularCore.ensureBool(v);
|
|
7990
7990
|
},
|
|
7991
7991
|
enumerable: false,
|
|
7992
7992
|
configurable: true
|
|
@@ -7996,10 +7996,10 @@
|
|
|
7996
7996
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7997
7997
|
*/
|
|
7998
7998
|
get: function () {
|
|
7999
|
-
return this.i.
|
|
7999
|
+
return this.i.rg;
|
|
8000
8000
|
},
|
|
8001
8001
|
set: function (v) {
|
|
8002
|
-
this.i.
|
|
8002
|
+
this.i.rg = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
|
|
8003
8003
|
},
|
|
8004
8004
|
enumerable: false,
|
|
8005
8005
|
configurable: true
|
|
@@ -8009,10 +8009,10 @@
|
|
|
8009
8009
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8010
8010
|
*/
|
|
8011
8011
|
get: function () {
|
|
8012
|
-
return this.i.
|
|
8012
|
+
return this.i.rs;
|
|
8013
8013
|
},
|
|
8014
8014
|
set: function (v) {
|
|
8015
|
-
this.i.
|
|
8015
|
+
this.i.rs = +v;
|
|
8016
8016
|
},
|
|
8017
8017
|
enumerable: false,
|
|
8018
8018
|
configurable: true
|
|
@@ -8214,40 +8214,40 @@
|
|
|
8214
8214
|
}
|
|
8215
8215
|
};
|
|
8216
8216
|
GeographicSymbolSeriesView.prototype.b2 = function () {
|
|
8217
|
-
var a = this.ce.
|
|
8217
|
+
var a = this.ce.p6;
|
|
8218
8218
|
_super.prototype.b2.call(this);
|
|
8219
|
-
a.
|
|
8220
|
-
a.
|
|
8221
|
-
a.
|
|
8222
|
-
a.
|
|
8223
|
-
a.
|
|
8219
|
+
a.te = this.ce.ru;
|
|
8220
|
+
a.tm = this.ce.rs;
|
|
8221
|
+
a.qd = this.ce.qg;
|
|
8222
|
+
a.qz = this.ce.qw;
|
|
8223
|
+
a.qi = this.ce.qh;
|
|
8224
8224
|
};
|
|
8225
8225
|
GeographicSymbolSeriesView.prototype.cg = function () {
|
|
8226
|
-
this.ce.
|
|
8226
|
+
this.ce.p6.te = this.ce.ru;
|
|
8227
8227
|
};
|
|
8228
8228
|
GeographicSymbolSeriesView.prototype.cf = function () {
|
|
8229
|
-
this.ce.
|
|
8229
|
+
this.ce.p6.tm = this.ce.rs;
|
|
8230
8230
|
};
|
|
8231
8231
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
8232
|
-
this.ce.
|
|
8232
|
+
this.ce.p6.qd = this.ce.qg;
|
|
8233
8233
|
};
|
|
8234
8234
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
8235
|
-
this.ce.
|
|
8235
|
+
this.ce.p6.qz = this.ce.qw;
|
|
8236
8236
|
};
|
|
8237
8237
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8238
|
-
this.ce.
|
|
8238
|
+
this.ce.p6.qi = this.ce.qh;
|
|
8239
8239
|
};
|
|
8240
8240
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
8241
|
-
this.ce.
|
|
8241
|
+
this.ce.p6.sy = this.ce.qi;
|
|
8242
8242
|
};
|
|
8243
8243
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8244
|
-
this.ce.
|
|
8244
|
+
this.ce.p6.xAxis = this.ce.cd.s2;
|
|
8245
8245
|
};
|
|
8246
8246
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8247
|
-
this.ce.
|
|
8247
|
+
this.ce.p6.yAxis = this.ce.cd.s4;
|
|
8248
8248
|
};
|
|
8249
8249
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8250
|
-
var a = this.ce.
|
|
8250
|
+
var a = this.ce.p6;
|
|
8251
8251
|
if (this.ce.cd == null) {
|
|
8252
8252
|
a.xAxis = null;
|
|
8253
8253
|
a.yAxis = null;
|
|
@@ -8257,13 +8257,13 @@
|
|
|
8257
8257
|
a.yAxis = this.ce.cd.s4;
|
|
8258
8258
|
};
|
|
8259
8259
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8260
|
-
this.ce.
|
|
8260
|
+
this.ce.p6.rp = this.ce.re;
|
|
8261
8261
|
};
|
|
8262
8262
|
GeographicSymbolSeriesView.prototype.ch = function () {
|
|
8263
|
-
this.ce.
|
|
8263
|
+
this.ce.p6.rf = this.ce.ra;
|
|
8264
8264
|
};
|
|
8265
8265
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
8266
|
-
this.ce.
|
|
8266
|
+
this.ce.p6.rg = this.ce.rb;
|
|
8267
8267
|
};
|
|
8268
8268
|
GeographicSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8269
8269
|
return GeographicSymbolSeriesView;
|
|
@@ -8275,9 +8275,9 @@
|
|
|
8275
8275
|
tslib.__extends(GeographicSymbolSeries, _super);
|
|
8276
8276
|
function GeographicSymbolSeries() {
|
|
8277
8277
|
var _this = _super.call(this) || this;
|
|
8278
|
-
_this.
|
|
8278
|
+
_this.rg = null;
|
|
8279
|
+
_this.rj = false;
|
|
8279
8280
|
_this.ri = false;
|
|
8280
|
-
_this.rh = false;
|
|
8281
8281
|
_this.assigningScatterStyle = null;
|
|
8282
8282
|
_this.assigningScatterMarkerStyle = null;
|
|
8283
8283
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -8289,84 +8289,84 @@
|
|
|
8289
8289
|
GeographicSymbolSeries.prototype.bx = function () {
|
|
8290
8290
|
return new GeographicSymbolSeriesView(this);
|
|
8291
8291
|
};
|
|
8292
|
-
GeographicSymbolSeries.prototype.
|
|
8293
|
-
_super.prototype.
|
|
8294
|
-
this.
|
|
8292
|
+
GeographicSymbolSeries.prototype.lz = function (a) {
|
|
8293
|
+
_super.prototype.lz.call(this, a);
|
|
8294
|
+
this.rh = a;
|
|
8295
8295
|
};
|
|
8296
8296
|
GeographicSymbolSeries.prototype.gv = function () {
|
|
8297
8297
|
return 0.7;
|
|
8298
8298
|
};
|
|
8299
|
-
GeographicSymbolSeries.prototype.
|
|
8299
|
+
GeographicSymbolSeries.prototype.p5 = function () {
|
|
8300
8300
|
return new igniteuiAngularCharts.ScatterSeries();
|
|
8301
8301
|
};
|
|
8302
8302
|
GeographicSymbolSeries.prototype.get_dx = function () {
|
|
8303
8303
|
return true;
|
|
8304
8304
|
};
|
|
8305
|
-
GeographicSymbolSeries.prototype.
|
|
8306
|
-
_super.prototype.
|
|
8305
|
+
GeographicSymbolSeries.prototype.l4 = function (a, b, c, d) {
|
|
8306
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
8307
8307
|
switch (b) {
|
|
8308
8308
|
case "SeriesViewer":
|
|
8309
|
-
this.
|
|
8309
|
+
this.rh.co();
|
|
8310
8310
|
break;
|
|
8311
8311
|
case GeographicSymbolSeries.$$p[5]:
|
|
8312
|
-
this.
|
|
8312
|
+
this.rh.cg();
|
|
8313
8313
|
break;
|
|
8314
8314
|
case GeographicSymbolSeries.$$p[4]:
|
|
8315
|
-
this.
|
|
8315
|
+
this.rh.cf();
|
|
8316
8316
|
break;
|
|
8317
8317
|
case GeographicSymbolSeries.$$p[6]:
|
|
8318
|
-
this.
|
|
8318
|
+
this.rh.ci();
|
|
8319
8319
|
break;
|
|
8320
8320
|
case "XAxis":
|
|
8321
|
-
this.
|
|
8321
|
+
this.rh.cp();
|
|
8322
8322
|
break;
|
|
8323
8323
|
case "YAxis":
|
|
8324
|
-
this.
|
|
8324
|
+
this.rh.cq();
|
|
8325
8325
|
break;
|
|
8326
8326
|
case GeographicSymbolSeries.$$p[1]:
|
|
8327
|
-
this.
|
|
8328
|
-
this.
|
|
8329
|
-
if (this.
|
|
8330
|
-
var e = this.
|
|
8331
|
-
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
8327
|
+
this.p6.sk = this.rl;
|
|
8328
|
+
this.rj = this.rl;
|
|
8329
|
+
if (this.rl) {
|
|
8330
|
+
var e = this.p6;
|
|
8331
|
+
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.rz));
|
|
8332
8332
|
}
|
|
8333
8333
|
else {
|
|
8334
|
-
var f = this.
|
|
8335
|
-
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
8334
|
+
var f = this.p6;
|
|
8335
|
+
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.rz));
|
|
8336
8336
|
}
|
|
8337
8337
|
break;
|
|
8338
8338
|
case GeographicSymbolSeries.$$p[0]:
|
|
8339
|
-
this.
|
|
8340
|
-
this.
|
|
8341
|
-
if (this.
|
|
8342
|
-
var g = this.
|
|
8343
|
-
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
8339
|
+
this.p6.sj = this.rk;
|
|
8340
|
+
this.ri = this.rk;
|
|
8341
|
+
if (this.rl) {
|
|
8342
|
+
var g = this.p6;
|
|
8343
|
+
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.ry));
|
|
8344
8344
|
}
|
|
8345
8345
|
else {
|
|
8346
|
-
var h = this.
|
|
8347
|
-
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
8346
|
+
var h = this.p6;
|
|
8347
|
+
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.ry));
|
|
8348
8348
|
}
|
|
8349
8349
|
break;
|
|
8350
8350
|
case GeographicSymbolSeries.$$p[2]:
|
|
8351
|
-
this.
|
|
8351
|
+
this.p6.r9 = this.rf;
|
|
8352
8352
|
break;
|
|
8353
8353
|
case GeographicSymbolSeries.$$p[3]:
|
|
8354
|
-
this.
|
|
8354
|
+
this.p6.sx = this.rn;
|
|
8355
8355
|
break;
|
|
8356
8356
|
}
|
|
8357
8357
|
};
|
|
8358
|
-
GeographicSymbolSeries.prototype.
|
|
8358
|
+
GeographicSymbolSeries.prototype.rz = function (a, b) {
|
|
8359
8359
|
if (this.assigningScatterStyle != null) {
|
|
8360
8360
|
this.assigningScatterStyle(this, b);
|
|
8361
8361
|
}
|
|
8362
8362
|
};
|
|
8363
|
-
GeographicSymbolSeries.prototype.
|
|
8363
|
+
GeographicSymbolSeries.prototype.ry = function (a, b) {
|
|
8364
8364
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8365
8365
|
this.assigningScatterMarkerStyle(this, b);
|
|
8366
8366
|
}
|
|
8367
8367
|
};
|
|
8368
8368
|
GeographicSymbolSeries.$t = igniteuiAngularCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8369
|
-
GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8369
|
+
GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rk:r0', [0, false], 'IsCustomScatterStyleAllowed:rl:r1', [0, false], 'ItemSearchMode:rf:r2', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rn:r3', [1, 10000], 'LatitudeMemberPath:rs:r4', [2, null], 'LongitudeMemberPath:ru:r5', [2, null], 'MarkerCollisionAvoidance:re:r6', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rm:r7', [0, false]]);
|
|
8370
8370
|
return GeographicSymbolSeries;
|
|
8371
8371
|
}(GeographicMarkerSeries));
|
|
8372
8372
|
|
|
@@ -8417,10 +8417,10 @@
|
|
|
8417
8417
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8418
8418
|
*/
|
|
8419
8419
|
get: function () {
|
|
8420
|
-
return this.i.
|
|
8420
|
+
return this.i.rs;
|
|
8421
8421
|
},
|
|
8422
8422
|
set: function (v) {
|
|
8423
|
-
this.i.
|
|
8423
|
+
this.i.rs = v;
|
|
8424
8424
|
},
|
|
8425
8425
|
enumerable: false,
|
|
8426
8426
|
configurable: true
|
|
@@ -8430,10 +8430,10 @@
|
|
|
8430
8430
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8431
8431
|
*/
|
|
8432
8432
|
get: function () {
|
|
8433
|
-
return this.i.
|
|
8433
|
+
return this.i.ru;
|
|
8434
8434
|
},
|
|
8435
8435
|
set: function (v) {
|
|
8436
|
-
this.i.
|
|
8436
|
+
this.i.ru = v;
|
|
8437
8437
|
},
|
|
8438
8438
|
enumerable: false,
|
|
8439
8439
|
configurable: true
|
|
@@ -8443,10 +8443,10 @@
|
|
|
8443
8443
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8444
8444
|
*/
|
|
8445
8445
|
get: function () {
|
|
8446
|
-
return this.i.
|
|
8446
|
+
return this.i.re;
|
|
8447
8447
|
},
|
|
8448
8448
|
set: function (v) {
|
|
8449
|
-
this.i.
|
|
8449
|
+
this.i.re = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
|
|
8450
8450
|
},
|
|
8451
8451
|
enumerable: false,
|
|
8452
8452
|
configurable: true
|
|
@@ -8456,10 +8456,10 @@
|
|
|
8456
8456
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8457
8457
|
*/
|
|
8458
8458
|
get: function () {
|
|
8459
|
-
return this.i.
|
|
8459
|
+
return this.i.rl;
|
|
8460
8460
|
},
|
|
8461
8461
|
set: function (v) {
|
|
8462
|
-
this.i.
|
|
8462
|
+
this.i.rl = igniteuiAngularCore.ensureBool(v);
|
|
8463
8463
|
},
|
|
8464
8464
|
enumerable: false,
|
|
8465
8465
|
configurable: true
|
|
@@ -8469,10 +8469,10 @@
|
|
|
8469
8469
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8470
8470
|
*/
|
|
8471
8471
|
get: function () {
|
|
8472
|
-
return this.i.
|
|
8472
|
+
return this.i.rk;
|
|
8473
8473
|
},
|
|
8474
8474
|
set: function (v) {
|
|
8475
|
-
this.i.
|
|
8475
|
+
this.i.rk = igniteuiAngularCore.ensureBool(v);
|
|
8476
8476
|
},
|
|
8477
8477
|
enumerable: false,
|
|
8478
8478
|
configurable: true
|
|
@@ -8482,10 +8482,10 @@
|
|
|
8482
8482
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8483
8483
|
*/
|
|
8484
8484
|
get: function () {
|
|
8485
|
-
return this.i.
|
|
8485
|
+
return this.i.rf;
|
|
8486
8486
|
},
|
|
8487
8487
|
set: function (v) {
|
|
8488
|
-
this.i.
|
|
8488
|
+
this.i.rf = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
|
|
8489
8489
|
},
|
|
8490
8490
|
enumerable: false,
|
|
8491
8491
|
configurable: true
|
|
@@ -8495,10 +8495,10 @@
|
|
|
8495
8495
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8496
8496
|
*/
|
|
8497
8497
|
get: function () {
|
|
8498
|
-
return this.i.
|
|
8498
|
+
return this.i.rn;
|
|
8499
8499
|
},
|
|
8500
8500
|
set: function (v) {
|
|
8501
|
-
this.i.
|
|
8501
|
+
this.i.rn = +v;
|
|
8502
8502
|
},
|
|
8503
8503
|
enumerable: false,
|
|
8504
8504
|
configurable: true
|
|
@@ -8681,10 +8681,10 @@
|
|
|
8681
8681
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8682
8682
|
*/
|
|
8683
8683
|
get: function () {
|
|
8684
|
-
return this.i.
|
|
8684
|
+
return this.i.qi;
|
|
8685
8685
|
},
|
|
8686
8686
|
set: function (v) {
|
|
8687
|
-
this.i.
|
|
8687
|
+
this.i.qi = v;
|
|
8688
8688
|
},
|
|
8689
8689
|
enumerable: false,
|
|
8690
8690
|
configurable: true
|
|
@@ -8694,10 +8694,10 @@
|
|
|
8694
8694
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8695
8695
|
*/
|
|
8696
8696
|
get: function () {
|
|
8697
|
-
return this.i.
|
|
8697
|
+
return this.i.qg;
|
|
8698
8698
|
},
|
|
8699
8699
|
set: function (v) {
|
|
8700
|
-
this.i.
|
|
8700
|
+
this.i.qg = v;
|
|
8701
8701
|
},
|
|
8702
8702
|
enumerable: false,
|
|
8703
8703
|
configurable: true
|
|
@@ -8708,10 +8708,10 @@
|
|
|
8708
8708
|
* 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.
|
|
8709
8709
|
*/
|
|
8710
8710
|
get: function () {
|
|
8711
|
-
return this.i.
|
|
8711
|
+
return this.i.qf;
|
|
8712
8712
|
},
|
|
8713
8713
|
set: function (v) {
|
|
8714
|
-
this.i.
|
|
8714
|
+
this.i.qf = v;
|
|
8715
8715
|
},
|
|
8716
8716
|
enumerable: false,
|
|
8717
8717
|
configurable: true
|
|
@@ -8721,10 +8721,10 @@
|
|
|
8721
8721
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8722
8722
|
*/
|
|
8723
8723
|
get: function () {
|
|
8724
|
-
return this.i.
|
|
8724
|
+
return this.i.ql;
|
|
8725
8725
|
},
|
|
8726
8726
|
set: function (v) {
|
|
8727
|
-
this.i.
|
|
8727
|
+
this.i.ql = v;
|
|
8728
8728
|
},
|
|
8729
8729
|
enumerable: false,
|
|
8730
8730
|
configurable: true
|
|
@@ -8734,10 +8734,10 @@
|
|
|
8734
8734
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8735
8735
|
*/
|
|
8736
8736
|
get: function () {
|
|
8737
|
-
return this.i.
|
|
8737
|
+
return this.i.qn;
|
|
8738
8738
|
},
|
|
8739
8739
|
set: function (v) {
|
|
8740
|
-
this.i.
|
|
8740
|
+
this.i.qn = v;
|
|
8741
8741
|
},
|
|
8742
8742
|
enumerable: false,
|
|
8743
8743
|
configurable: true
|
|
@@ -8747,10 +8747,10 @@
|
|
|
8747
8747
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8748
8748
|
*/
|
|
8749
8749
|
get: function () {
|
|
8750
|
-
return this.i.
|
|
8750
|
+
return this.i.qp;
|
|
8751
8751
|
},
|
|
8752
8752
|
set: function (v) {
|
|
8753
|
-
this.i.
|
|
8753
|
+
this.i.qp = v;
|
|
8754
8754
|
},
|
|
8755
8755
|
enumerable: false,
|
|
8756
8756
|
configurable: true
|
|
@@ -8825,10 +8825,10 @@
|
|
|
8825
8825
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8826
8826
|
*/
|
|
8827
8827
|
get: function () {
|
|
8828
|
-
return this.i.
|
|
8828
|
+
return this.i.q4;
|
|
8829
8829
|
},
|
|
8830
8830
|
set: function (v) {
|
|
8831
|
-
this.i.
|
|
8831
|
+
this.i.q4 = v;
|
|
8832
8832
|
},
|
|
8833
8833
|
enumerable: false,
|
|
8834
8834
|
configurable: true
|
|
@@ -8838,22 +8838,22 @@
|
|
|
8838
8838
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8839
8839
|
*/
|
|
8840
8840
|
get: function () {
|
|
8841
|
-
if (this.i.
|
|
8841
|
+
if (this.i.qz == null) {
|
|
8842
8842
|
return null;
|
|
8843
8843
|
}
|
|
8844
|
-
if (!this.i.
|
|
8845
|
-
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(this.i.
|
|
8844
|
+
if (!this.i.qz.externalObject) {
|
|
8845
|
+
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(this.i.qz);
|
|
8846
8846
|
if (e) {
|
|
8847
|
-
e._implementation = this.i.
|
|
8847
|
+
e._implementation = this.i.qz;
|
|
8848
8848
|
}
|
|
8849
|
-
this.i.
|
|
8849
|
+
this.i.qz.externalObject = e;
|
|
8850
8850
|
}
|
|
8851
|
-
return this.i.
|
|
8851
|
+
return this.i.qz.externalObject;
|
|
8852
8852
|
},
|
|
8853
8853
|
set: function (v) {
|
|
8854
8854
|
if (v != null && this._stylingContainer && v._styling)
|
|
8855
8855
|
v._styling(this._stylingContainer, this, this);
|
|
8856
|
-
v == null ? this.i.
|
|
8856
|
+
v == null ? this.i.qz = null : this.i.qz = v.i;
|
|
8857
8857
|
},
|
|
8858
8858
|
enumerable: false,
|
|
8859
8859
|
configurable: true
|
|
@@ -8863,22 +8863,22 @@
|
|
|
8863
8863
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8864
8864
|
*/
|
|
8865
8865
|
get: function () {
|
|
8866
|
-
if (this.i.
|
|
8866
|
+
if (this.i.qy == null) {
|
|
8867
8867
|
return null;
|
|
8868
8868
|
}
|
|
8869
|
-
if (!this.i.
|
|
8870
|
-
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(this.i.
|
|
8869
|
+
if (!this.i.qy.externalObject) {
|
|
8870
|
+
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(this.i.qy);
|
|
8871
8871
|
if (e) {
|
|
8872
|
-
e._implementation = this.i.
|
|
8872
|
+
e._implementation = this.i.qy;
|
|
8873
8873
|
}
|
|
8874
|
-
this.i.
|
|
8874
|
+
this.i.qy.externalObject = e;
|
|
8875
8875
|
}
|
|
8876
|
-
return this.i.
|
|
8876
|
+
return this.i.qy.externalObject;
|
|
8877
8877
|
},
|
|
8878
8878
|
set: function (v) {
|
|
8879
8879
|
if (v != null && this._stylingContainer && v._styling)
|
|
8880
8880
|
v._styling(this._stylingContainer, this, this);
|
|
8881
|
-
v == null ? this.i.
|
|
8881
|
+
v == null ? this.i.qy = null : this.i.qy = v.i;
|
|
8882
8882
|
},
|
|
8883
8883
|
enumerable: false,
|
|
8884
8884
|
configurable: true
|
|
@@ -8912,7 +8912,7 @@
|
|
|
8912
8912
|
|
|
8913
8913
|
*/
|
|
8914
8914
|
IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
8915
|
-
this.i.
|
|
8915
|
+
this.i.q9();
|
|
8916
8916
|
};
|
|
8917
8917
|
Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
8918
8918
|
/**
|
|
@@ -9032,71 +9032,71 @@
|
|
|
9032
9032
|
}
|
|
9033
9033
|
GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
|
|
9034
9034
|
_super.prototype.b2.call(this);
|
|
9035
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ce.
|
|
9036
|
-
a.
|
|
9037
|
-
a.
|
|
9035
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ce.p6);
|
|
9036
|
+
a.se = this.ce.qv;
|
|
9037
|
+
a.sm = this.ce.qt;
|
|
9038
|
+
a.qr = this.ce.qi;
|
|
9038
9039
|
a.qq = this.ce.qh;
|
|
9039
|
-
a.
|
|
9040
|
-
a.
|
|
9040
|
+
a.el = this.ce.qg;
|
|
9041
|
+
a.rm = this.ce.qk;
|
|
9041
9042
|
a.rl = this.ce.qj;
|
|
9042
|
-
a.
|
|
9043
|
+
a.tk = this.ce.re;
|
|
9043
9044
|
a.tj = this.ce.rd;
|
|
9044
|
-
a.
|
|
9045
|
-
a.rx = this.ce.qm;
|
|
9045
|
+
a.ry = this.ce.qn;
|
|
9046
9046
|
};
|
|
9047
9047
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9048
|
-
this.ce.
|
|
9048
|
+
this.ce.p6.se = this.ce.qv;
|
|
9049
9049
|
};
|
|
9050
9050
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
9051
|
-
this.ce.
|
|
9051
|
+
this.ce.p6.sm = this.ce.qt;
|
|
9052
9052
|
};
|
|
9053
9053
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
9054
|
-
this.ce.
|
|
9054
|
+
this.ce.p6.qr = this.ce.qi;
|
|
9055
9055
|
};
|
|
9056
9056
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
9057
|
-
this.ce.
|
|
9057
|
+
this.ce.p6.qq = this.ce.qh;
|
|
9058
9058
|
};
|
|
9059
9059
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
9060
|
-
this.ce.
|
|
9060
|
+
this.ce.p6.el = this.ce.qg;
|
|
9061
9061
|
};
|
|
9062
9062
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9063
|
-
this.ce.
|
|
9063
|
+
this.ce.p6.rm = this.ce.qk;
|
|
9064
9064
|
};
|
|
9065
9065
|
GeographicHighDensityScatterSeriesView.prototype.cg = function () {
|
|
9066
|
-
this.ce.
|
|
9066
|
+
this.ce.p6.rl = this.ce.qj;
|
|
9067
9067
|
};
|
|
9068
9068
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
9069
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ce.
|
|
9069
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ce.p6);
|
|
9070
9070
|
if (this.ce.cd == null) {
|
|
9071
|
-
a.
|
|
9072
|
-
a.
|
|
9071
|
+
a.qb = null;
|
|
9072
|
+
a.qd = null;
|
|
9073
9073
|
return;
|
|
9074
9074
|
}
|
|
9075
|
-
a.
|
|
9076
|
-
a.
|
|
9075
|
+
a.qb = this.ce.cd.s2;
|
|
9076
|
+
a.qd = this.ce.cd.s4;
|
|
9077
9077
|
};
|
|
9078
9078
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9079
|
-
this.ce.
|
|
9079
|
+
this.ce.p6.qb = this.ce.cd.s2;
|
|
9080
9080
|
};
|
|
9081
9081
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9082
|
-
this.ce.
|
|
9082
|
+
this.ce.p6.qd = this.ce.cd.s4;
|
|
9083
9083
|
};
|
|
9084
9084
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
9085
|
-
this.ce.
|
|
9085
|
+
this.ce.p6.tk = this.ce.re;
|
|
9086
9086
|
};
|
|
9087
9087
|
GeographicHighDensityScatterSeriesView.prototype.cf = function () {
|
|
9088
|
-
this.ce.
|
|
9088
|
+
this.ce.p6.tj = this.ce.rd;
|
|
9089
9089
|
};
|
|
9090
9090
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
9091
|
-
this.ce.
|
|
9091
|
+
this.ce.p6.ry = this.ce.qn;
|
|
9092
9092
|
};
|
|
9093
9093
|
GeographicHighDensityScatterSeriesView.prototype.as = function () {
|
|
9094
9094
|
_super.prototype.as.call(this);
|
|
9095
9095
|
if (!this.q) {
|
|
9096
|
-
this.ce.
|
|
9097
|
-
this.ce.
|
|
9098
|
-
this.ce.
|
|
9099
|
-
this.ce.
|
|
9096
|
+
this.ce.re = igniteuiAngularCharts.Defaults.aq;
|
|
9097
|
+
this.ce.rd = igniteuiAngularCharts.Defaults.ap;
|
|
9098
|
+
this.ce.o3 = igniteuiAngularCharts.Defaults.al;
|
|
9099
|
+
this.ce.o8 = igniteuiAngularCharts.Defaults.ak;
|
|
9100
9100
|
}
|
|
9101
9101
|
};
|
|
9102
9102
|
GeographicHighDensityScatterSeriesView.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -9109,9 +9109,9 @@
|
|
|
9109
9109
|
tslib.__extends(GeographicHighDensityScatterSeries, _super);
|
|
9110
9110
|
function GeographicHighDensityScatterSeries() {
|
|
9111
9111
|
var _this = _super.call(this) || this;
|
|
9112
|
-
_this.
|
|
9112
|
+
_this.qe = null;
|
|
9113
9113
|
_this.progressiveLoadStatusChanged = null;
|
|
9114
|
-
_this.
|
|
9114
|
+
_this.qm = 0;
|
|
9115
9115
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9116
9116
|
return _this;
|
|
9117
9117
|
}
|
|
@@ -9127,85 +9127,85 @@
|
|
|
9127
9127
|
GeographicHighDensityScatterSeries.prototype.bx = function () {
|
|
9128
9128
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9129
9129
|
};
|
|
9130
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9131
|
-
_super.prototype.
|
|
9132
|
-
this.
|
|
9130
|
+
GeographicHighDensityScatterSeries.prototype.lz = function (a) {
|
|
9131
|
+
_super.prototype.lz.call(this, a);
|
|
9132
|
+
this.qf = a;
|
|
9133
9133
|
};
|
|
9134
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9135
|
-
this.
|
|
9136
|
-
return this.
|
|
9134
|
+
GeographicHighDensityScatterSeries.prototype.p5 = function () {
|
|
9135
|
+
this.qe = new igniteuiAngularCharts.HighDensityScatterSeries();
|
|
9136
|
+
return this.qe;
|
|
9137
9137
|
};
|
|
9138
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9138
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qo", {
|
|
9139
9139
|
get: function () {
|
|
9140
|
-
return this.
|
|
9140
|
+
return this.qm;
|
|
9141
9141
|
},
|
|
9142
9142
|
set: function (a) {
|
|
9143
|
-
var b = this.
|
|
9144
|
-
this.
|
|
9145
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
9143
|
+
var b = this.qm;
|
|
9144
|
+
this.qm = a;
|
|
9145
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
|
|
9146
9146
|
},
|
|
9147
9147
|
enumerable: false,
|
|
9148
9148
|
configurable: true
|
|
9149
9149
|
});
|
|
9150
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9151
|
-
_super.prototype.
|
|
9152
|
-
var a = this.
|
|
9153
|
-
a.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
9154
|
-
var b = this.
|
|
9155
|
-
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
9156
|
-
};
|
|
9157
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9158
|
-
this.
|
|
9150
|
+
GeographicHighDensityScatterSeries.prototype.qb = function () {
|
|
9151
|
+
_super.prototype.qb.call(this);
|
|
9152
|
+
var a = this.p6;
|
|
9153
|
+
a.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.q2));
|
|
9154
|
+
var b = this.p6;
|
|
9155
|
+
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.q1));
|
|
9156
|
+
};
|
|
9157
|
+
GeographicHighDensityScatterSeries.prototype.q2 = function (a, b) {
|
|
9158
|
+
this.qo = b.currentStatus;
|
|
9159
9159
|
if (this.progressiveLoadStatusChanged != null) {
|
|
9160
9160
|
this.progressiveLoadStatusChanged(this, b);
|
|
9161
9161
|
}
|
|
9162
9162
|
};
|
|
9163
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9164
|
-
if (this.
|
|
9163
|
+
GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
|
|
9164
|
+
if (this.qe == null) {
|
|
9165
9165
|
return;
|
|
9166
9166
|
}
|
|
9167
9167
|
};
|
|
9168
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9169
|
-
_super.prototype.
|
|
9168
|
+
GeographicHighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
|
|
9169
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
9170
9170
|
switch (b) {
|
|
9171
9171
|
case "SeriesViewer":
|
|
9172
|
-
this.
|
|
9172
|
+
this.qf.co();
|
|
9173
9173
|
break;
|
|
9174
9174
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9175
|
-
this.
|
|
9175
|
+
this.qf.ck();
|
|
9176
9176
|
break;
|
|
9177
9177
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9178
|
-
this.
|
|
9178
|
+
this.qf.cj();
|
|
9179
9179
|
break;
|
|
9180
9180
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9181
|
-
this.
|
|
9181
|
+
this.qf.cp();
|
|
9182
9182
|
break;
|
|
9183
9183
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9184
|
-
this.
|
|
9184
|
+
this.qf.cn();
|
|
9185
9185
|
break;
|
|
9186
9186
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9187
|
-
this.
|
|
9187
|
+
this.qf.cl();
|
|
9188
9188
|
break;
|
|
9189
9189
|
case "XAxis":
|
|
9190
|
-
this.
|
|
9190
|
+
this.qf.cq();
|
|
9191
9191
|
break;
|
|
9192
9192
|
case "YAxis":
|
|
9193
|
-
this.
|
|
9193
|
+
this.qf.cr();
|
|
9194
9194
|
break;
|
|
9195
9195
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9196
|
-
this.
|
|
9196
|
+
this.qf.ci();
|
|
9197
9197
|
break;
|
|
9198
9198
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9199
|
-
this.
|
|
9199
|
+
this.qf.cg();
|
|
9200
9200
|
break;
|
|
9201
9201
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9202
|
-
this.
|
|
9202
|
+
this.qf.ch();
|
|
9203
9203
|
break;
|
|
9204
9204
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9205
|
-
this.
|
|
9205
|
+
this.qf.cf();
|
|
9206
9206
|
break;
|
|
9207
9207
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9208
|
-
this.
|
|
9208
|
+
this.qf.cm();
|
|
9209
9209
|
break;
|
|
9210
9210
|
}
|
|
9211
9211
|
};
|
|
@@ -9216,7 +9216,7 @@
|
|
|
9216
9216
|
_super.prototype.set_e3.call(this, a);
|
|
9217
9217
|
};
|
|
9218
9218
|
GeographicHighDensityScatterSeries.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
9219
|
-
GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
9219
|
+
GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.aq], 'HeatMinimum:qk:q6', [1, 0], 'LatitudeMemberPath:qt:q7', [2, null], 'LongitudeMemberPath:qv:q8', [2, null], 'MouseOverEnabled:qg:q9', [0, false], 'PointExtent:qn:ra', [1, 1], 'ProgressiveLoad:qh:rb', [0, true], 'UseBruteForce:qi:rc', [0, false]]);
|
|
9220
9220
|
return GeographicHighDensityScatterSeries;
|
|
9221
9221
|
}(GeographicMapSeriesHost));
|
|
9222
9222
|
|
|
@@ -9266,10 +9266,10 @@
|
|
|
9266
9266
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9267
9267
|
*/
|
|
9268
9268
|
get: function () {
|
|
9269
|
-
return this.i.
|
|
9269
|
+
return this.i.qt;
|
|
9270
9270
|
},
|
|
9271
9271
|
set: function (v) {
|
|
9272
|
-
this.i.
|
|
9272
|
+
this.i.qt = v;
|
|
9273
9273
|
},
|
|
9274
9274
|
enumerable: false,
|
|
9275
9275
|
configurable: true
|
|
@@ -9279,10 +9279,10 @@
|
|
|
9279
9279
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9280
9280
|
*/
|
|
9281
9281
|
get: function () {
|
|
9282
|
-
return this.i.
|
|
9282
|
+
return this.i.qv;
|
|
9283
9283
|
},
|
|
9284
9284
|
set: function (v) {
|
|
9285
|
-
this.i.
|
|
9285
|
+
this.i.qv = v;
|
|
9286
9286
|
},
|
|
9287
9287
|
enumerable: false,
|
|
9288
9288
|
configurable: true
|
|
@@ -9292,10 +9292,10 @@
|
|
|
9292
9292
|
* Gets or sets the whether to use use brute force mode.
|
|
9293
9293
|
*/
|
|
9294
9294
|
get: function () {
|
|
9295
|
-
return this.i.
|
|
9295
|
+
return this.i.qi;
|
|
9296
9296
|
},
|
|
9297
9297
|
set: function (v) {
|
|
9298
|
-
this.i.
|
|
9298
|
+
this.i.qi = igniteuiAngularCore.ensureBool(v);
|
|
9299
9299
|
},
|
|
9300
9300
|
enumerable: false,
|
|
9301
9301
|
configurable: true
|
|
@@ -9305,10 +9305,10 @@
|
|
|
9305
9305
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9306
9306
|
*/
|
|
9307
9307
|
get: function () {
|
|
9308
|
-
return this.i.
|
|
9308
|
+
return this.i.qh;
|
|
9309
9309
|
},
|
|
9310
9310
|
set: function (v) {
|
|
9311
|
-
this.i.
|
|
9311
|
+
this.i.qh = igniteuiAngularCore.ensureBool(v);
|
|
9312
9312
|
},
|
|
9313
9313
|
enumerable: false,
|
|
9314
9314
|
configurable: true
|
|
@@ -9318,10 +9318,10 @@
|
|
|
9318
9318
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9319
9319
|
*/
|
|
9320
9320
|
get: function () {
|
|
9321
|
-
return this.i.
|
|
9321
|
+
return this.i.qg;
|
|
9322
9322
|
},
|
|
9323
9323
|
set: function (v) {
|
|
9324
|
-
this.i.
|
|
9324
|
+
this.i.qg = igniteuiAngularCore.ensureBool(v);
|
|
9325
9325
|
},
|
|
9326
9326
|
enumerable: false,
|
|
9327
9327
|
configurable: true
|
|
@@ -9331,10 +9331,10 @@
|
|
|
9331
9331
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9332
9332
|
*/
|
|
9333
9333
|
get: function () {
|
|
9334
|
-
return this.i.
|
|
9334
|
+
return this.i.qk;
|
|
9335
9335
|
},
|
|
9336
9336
|
set: function (v) {
|
|
9337
|
-
this.i.
|
|
9337
|
+
this.i.qk = +v;
|
|
9338
9338
|
},
|
|
9339
9339
|
enumerable: false,
|
|
9340
9340
|
configurable: true
|
|
@@ -9344,10 +9344,10 @@
|
|
|
9344
9344
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9345
9345
|
*/
|
|
9346
9346
|
get: function () {
|
|
9347
|
-
return this.i.
|
|
9347
|
+
return this.i.qj;
|
|
9348
9348
|
},
|
|
9349
9349
|
set: function (v) {
|
|
9350
|
-
this.i.
|
|
9350
|
+
this.i.qj = +v;
|
|
9351
9351
|
},
|
|
9352
9352
|
enumerable: false,
|
|
9353
9353
|
configurable: true
|
|
@@ -9357,10 +9357,10 @@
|
|
|
9357
9357
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9358
9358
|
*/
|
|
9359
9359
|
get: function () {
|
|
9360
|
-
return igniteuiAngularCore.colorToString(this.i.
|
|
9360
|
+
return igniteuiAngularCore.colorToString(this.i.re);
|
|
9361
9361
|
},
|
|
9362
9362
|
set: function (v) {
|
|
9363
|
-
this.i.
|
|
9363
|
+
this.i.re = igniteuiAngularCore.stringToColor(v);
|
|
9364
9364
|
},
|
|
9365
9365
|
enumerable: false,
|
|
9366
9366
|
configurable: true
|
|
@@ -9370,10 +9370,10 @@
|
|
|
9370
9370
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9371
9371
|
*/
|
|
9372
9372
|
get: function () {
|
|
9373
|
-
return igniteuiAngularCore.colorToString(this.i.
|
|
9373
|
+
return igniteuiAngularCore.colorToString(this.i.rd);
|
|
9374
9374
|
},
|
|
9375
9375
|
set: function (v) {
|
|
9376
|
-
this.i.
|
|
9376
|
+
this.i.rd = igniteuiAngularCore.stringToColor(v);
|
|
9377
9377
|
},
|
|
9378
9378
|
enumerable: false,
|
|
9379
9379
|
configurable: true
|
|
@@ -9383,10 +9383,10 @@
|
|
|
9383
9383
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9384
9384
|
*/
|
|
9385
9385
|
get: function () {
|
|
9386
|
-
return this.i.
|
|
9386
|
+
return this.i.qn;
|
|
9387
9387
|
},
|
|
9388
9388
|
set: function (v) {
|
|
9389
|
-
this.i.
|
|
9389
|
+
this.i.qn = +v;
|
|
9390
9390
|
},
|
|
9391
9391
|
enumerable: false,
|
|
9392
9392
|
configurable: true
|
|
@@ -9396,10 +9396,10 @@
|
|
|
9396
9396
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9397
9397
|
*/
|
|
9398
9398
|
get: function () {
|
|
9399
|
-
return this.i.
|
|
9399
|
+
return this.i.qo;
|
|
9400
9400
|
},
|
|
9401
9401
|
set: function (v) {
|
|
9402
|
-
this.i.
|
|
9402
|
+
this.i.qo = +v;
|
|
9403
9403
|
},
|
|
9404
9404
|
enumerable: false,
|
|
9405
9405
|
configurable: true
|
|
@@ -9558,19 +9558,19 @@
|
|
|
9558
9558
|
};
|
|
9559
9559
|
GeographicContourLineSeriesView.prototype.b2 = function () {
|
|
9560
9560
|
_super.prototype.b2.call(this);
|
|
9561
|
-
if (this.cm.
|
|
9562
|
-
this.cm.
|
|
9563
|
-
this.cm.
|
|
9561
|
+
if (this.cm.p6 != null) {
|
|
9562
|
+
this.cm.qy.r1 = this.cm.q1;
|
|
9563
|
+
this.cm.qy.sb = this.cm.q5;
|
|
9564
9564
|
}
|
|
9565
9565
|
};
|
|
9566
9566
|
GeographicContourLineSeriesView.prototype.cn = function () {
|
|
9567
|
-
if (this.cm.
|
|
9568
|
-
this.cm.
|
|
9567
|
+
if (this.cm.qy != null) {
|
|
9568
|
+
this.cm.qy.r1 = this.cm.q1;
|
|
9569
9569
|
}
|
|
9570
9570
|
};
|
|
9571
9571
|
GeographicContourLineSeriesView.prototype.co = function () {
|
|
9572
|
-
if (this.cm.
|
|
9573
|
-
this.cm.
|
|
9572
|
+
if (this.cm.qy != null) {
|
|
9573
|
+
this.cm.qy.sb = this.cm.q5;
|
|
9574
9574
|
}
|
|
9575
9575
|
};
|
|
9576
9576
|
GeographicContourLineSeriesView.$t = igniteuiAngularCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9590,66 +9590,66 @@
|
|
|
9590
9590
|
GeographicContourLineSeries.prototype.get_d0 = function () {
|
|
9591
9591
|
return true;
|
|
9592
9592
|
};
|
|
9593
|
-
GeographicContourLineSeries.prototype.
|
|
9594
|
-
_super.prototype.
|
|
9593
|
+
GeographicContourLineSeries.prototype.qb = function () {
|
|
9594
|
+
_super.prototype.qb.call(this);
|
|
9595
9595
|
};
|
|
9596
|
-
GeographicContourLineSeries.prototype.
|
|
9597
|
-
this.
|
|
9598
|
-
var a = this.
|
|
9599
|
-
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
9600
|
-
var b = this.
|
|
9601
|
-
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
9602
|
-
return this.
|
|
9596
|
+
GeographicContourLineSeries.prototype.p5 = function () {
|
|
9597
|
+
this.qy = new igniteuiAngularCharts.ScatterContourSeries();
|
|
9598
|
+
var a = this.qy;
|
|
9599
|
+
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.q8));
|
|
9600
|
+
var b = this.qy;
|
|
9601
|
+
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.q9));
|
|
9602
|
+
return this.qy;
|
|
9603
9603
|
};
|
|
9604
|
-
GeographicContourLineSeries.prototype.
|
|
9604
|
+
GeographicContourLineSeries.prototype.q8 = function (a, b) {
|
|
9605
9605
|
if (this.triangulationStatusChanged != null) {
|
|
9606
9606
|
this.triangulationStatusChanged(this, b);
|
|
9607
9607
|
}
|
|
9608
9608
|
};
|
|
9609
|
-
GeographicContourLineSeries.prototype.
|
|
9610
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.
|
|
9609
|
+
GeographicContourLineSeries.prototype.q9 = function (a, b) {
|
|
9610
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.p6);
|
|
9611
9611
|
if (c == null) {
|
|
9612
9612
|
return;
|
|
9613
9613
|
}
|
|
9614
9614
|
if (b.propertyName == "ActualFillScale") {
|
|
9615
|
-
this.
|
|
9615
|
+
this.q0 = c.r0;
|
|
9616
9616
|
}
|
|
9617
9617
|
};
|
|
9618
|
-
GeographicContourLineSeries.prototype.
|
|
9619
|
-
_super.prototype.
|
|
9618
|
+
GeographicContourLineSeries.prototype.mw = function () {
|
|
9619
|
+
_super.prototype.mw.call(this);
|
|
9620
9620
|
};
|
|
9621
9621
|
GeographicContourLineSeries.prototype.bx = function () {
|
|
9622
9622
|
return new GeographicContourLineSeriesView(this);
|
|
9623
9623
|
};
|
|
9624
|
-
GeographicContourLineSeries.prototype.
|
|
9625
|
-
_super.prototype.
|
|
9626
|
-
this.
|
|
9624
|
+
GeographicContourLineSeries.prototype.lz = function (a) {
|
|
9625
|
+
_super.prototype.lz.call(this, a);
|
|
9626
|
+
this.q2 = a;
|
|
9627
9627
|
};
|
|
9628
|
-
GeographicContourLineSeries.prototype.
|
|
9629
|
-
_super.prototype.
|
|
9628
|
+
GeographicContourLineSeries.prototype.l4 = function (a, b, c, d) {
|
|
9629
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
9630
9630
|
switch (b) {
|
|
9631
9631
|
case GeographicContourLineSeries.$$p[1]:
|
|
9632
|
-
this.
|
|
9632
|
+
this.q2.cn();
|
|
9633
9633
|
break;
|
|
9634
9634
|
case GeographicContourLineSeries.$$p[2]:
|
|
9635
|
-
this.
|
|
9635
|
+
this.q2.co();
|
|
9636
9636
|
break;
|
|
9637
9637
|
case GeographicContourLineSeries.$$p[3]:
|
|
9638
|
-
this.
|
|
9638
|
+
this.qy.ry = this.qx;
|
|
9639
9639
|
break;
|
|
9640
9640
|
case "DashArray":
|
|
9641
|
-
this.
|
|
9641
|
+
this.qy.pc = this.pc;
|
|
9642
9642
|
break;
|
|
9643
9643
|
case "DashCap":
|
|
9644
|
-
this.
|
|
9644
|
+
this.qy.pd = this.pd;
|
|
9645
9645
|
break;
|
|
9646
9646
|
case "MiterLimit":
|
|
9647
|
-
this.
|
|
9647
|
+
this.qy.gr = this.gr;
|
|
9648
9648
|
break;
|
|
9649
9649
|
}
|
|
9650
9650
|
};
|
|
9651
9651
|
GeographicContourLineSeries.$t = igniteuiAngularCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9652
|
-
GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9652
|
+
GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:q1:rb', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
|
|
9653
9653
|
return GeographicContourLineSeries;
|
|
9654
9654
|
}(GeographicXYTriangulatingSeries));
|
|
9655
9655
|
|
|
@@ -9698,10 +9698,10 @@
|
|
|
9698
9698
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9699
9699
|
*/
|
|
9700
9700
|
get: function () {
|
|
9701
|
-
return this.i.
|
|
9701
|
+
return this.i.q5;
|
|
9702
9702
|
},
|
|
9703
9703
|
set: function (v) {
|
|
9704
|
-
this.i.
|
|
9704
|
+
this.i.q5 = v;
|
|
9705
9705
|
},
|
|
9706
9706
|
enumerable: false,
|
|
9707
9707
|
configurable: true
|
|
@@ -9711,22 +9711,22 @@
|
|
|
9711
9711
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9712
9712
|
*/
|
|
9713
9713
|
get: function () {
|
|
9714
|
-
if (this.i.
|
|
9714
|
+
if (this.i.q1 == null) {
|
|
9715
9715
|
return null;
|
|
9716
9716
|
}
|
|
9717
|
-
if (!this.i.
|
|
9718
|
-
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(this.i.
|
|
9717
|
+
if (!this.i.q1.externalObject) {
|
|
9718
|
+
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(this.i.q1);
|
|
9719
9719
|
if (e) {
|
|
9720
|
-
e._implementation = this.i.
|
|
9720
|
+
e._implementation = this.i.q1;
|
|
9721
9721
|
}
|
|
9722
|
-
this.i.
|
|
9722
|
+
this.i.q1.externalObject = e;
|
|
9723
9723
|
}
|
|
9724
|
-
return this.i.
|
|
9724
|
+
return this.i.q1.externalObject;
|
|
9725
9725
|
},
|
|
9726
9726
|
set: function (v) {
|
|
9727
9727
|
if (v != null && this._stylingContainer && v._styling)
|
|
9728
9728
|
v._styling(this._stylingContainer, this, this);
|
|
9729
|
-
v == null ? this.i.
|
|
9729
|
+
v == null ? this.i.q1 = null : this.i.q1 = v.i;
|
|
9730
9730
|
},
|
|
9731
9731
|
enumerable: false,
|
|
9732
9732
|
configurable: true
|
|
@@ -9736,22 +9736,22 @@
|
|
|
9736
9736
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9737
9737
|
*/
|
|
9738
9738
|
get: function () {
|
|
9739
|
-
if (this.i.
|
|
9739
|
+
if (this.i.q0 == null) {
|
|
9740
9740
|
return null;
|
|
9741
9741
|
}
|
|
9742
|
-
if (!this.i.
|
|
9743
|
-
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(this.i.
|
|
9742
|
+
if (!this.i.q0.externalObject) {
|
|
9743
|
+
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
|
|
9744
9744
|
if (e) {
|
|
9745
|
-
e._implementation = this.i.
|
|
9745
|
+
e._implementation = this.i.q0;
|
|
9746
9746
|
}
|
|
9747
|
-
this.i.
|
|
9747
|
+
this.i.q0.externalObject = e;
|
|
9748
9748
|
}
|
|
9749
|
-
return this.i.
|
|
9749
|
+
return this.i.q0.externalObject;
|
|
9750
9750
|
},
|
|
9751
9751
|
set: function (v) {
|
|
9752
9752
|
if (v != null && this._stylingContainer && v._styling)
|
|
9753
9753
|
v._styling(this._stylingContainer, this, this);
|
|
9754
|
-
v == null ? this.i.
|
|
9754
|
+
v == null ? this.i.q0 = null : this.i.q0 = v.i;
|
|
9755
9755
|
},
|
|
9756
9756
|
enumerable: false,
|
|
9757
9757
|
configurable: true
|
|
@@ -9761,22 +9761,22 @@
|
|
|
9761
9761
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9762
9762
|
*/
|
|
9763
9763
|
get: function () {
|
|
9764
|
-
if (this.i.
|
|
9764
|
+
if (this.i.qx == null) {
|
|
9765
9765
|
return null;
|
|
9766
9766
|
}
|
|
9767
|
-
if (!this.i.
|
|
9768
|
-
var e = igniteuiAngularCharts.IgxContourValueResolverComponent._createFromInternal(this.i.
|
|
9767
|
+
if (!this.i.qx.externalObject) {
|
|
9768
|
+
var e = igniteuiAngularCharts.IgxContourValueResolverComponent._createFromInternal(this.i.qx);
|
|
9769
9769
|
if (e) {
|
|
9770
|
-
e._implementation = this.i.
|
|
9770
|
+
e._implementation = this.i.qx;
|
|
9771
9771
|
}
|
|
9772
|
-
this.i.
|
|
9772
|
+
this.i.qx.externalObject = e;
|
|
9773
9773
|
}
|
|
9774
|
-
return this.i.
|
|
9774
|
+
return this.i.qx.externalObject;
|
|
9775
9775
|
},
|
|
9776
9776
|
set: function (v) {
|
|
9777
9777
|
if (v != null && this._stylingContainer && v._styling)
|
|
9778
9778
|
v._styling(this._stylingContainer, this, this);
|
|
9779
|
-
v == null ? this.i.
|
|
9779
|
+
v == null ? this.i.qx = null : this.i.qx = v.i;
|
|
9780
9780
|
},
|
|
9781
9781
|
enumerable: false,
|
|
9782
9782
|
configurable: true
|