igniteui-angular-maps 18.1.0 → 18.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +921 -921
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- 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 +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +12 -12
- 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 +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- 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 +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +12 -12
- 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 +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +929 -929
- package/fesm5/igniteui-angular-maps.js +921 -921
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- 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 +21 -21
- 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 +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -449,335 +449,335 @@
|
|
|
449
449
|
tslib.__extends(GeographicMapSeriesHost, _super);
|
|
450
450
|
function GeographicMapSeriesHost() {
|
|
451
451
|
var _this = _super.call(this) || this;
|
|
452
|
-
_this.
|
|
453
|
-
_this.
|
|
452
|
+
_this.wq = null;
|
|
453
|
+
_this.ws = _this.wr();
|
|
454
454
|
return _this;
|
|
455
455
|
}
|
|
456
|
-
GeographicMapSeriesHost.prototype.
|
|
457
|
-
_super.prototype.
|
|
458
|
-
if (this.
|
|
459
|
-
this.
|
|
456
|
+
GeographicMapSeriesHost.prototype.qc = function () {
|
|
457
|
+
_super.prototype.qc.call(this);
|
|
458
|
+
if (this.ws != null) {
|
|
459
|
+
this.ws.qc();
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
462
|
GeographicMapSeriesHost.prototype.get_fa = function () {
|
|
463
463
|
return true;
|
|
464
464
|
};
|
|
465
465
|
GeographicMapSeriesHost.prototype.ko = function (a, b) {
|
|
466
|
-
var c = this.
|
|
466
|
+
var c = this.nb(b);
|
|
467
467
|
if (c == "LatitudeMemberPath") {
|
|
468
468
|
c = "YMemberPath";
|
|
469
469
|
}
|
|
470
470
|
if (c == "LongitudeMemberPath") {
|
|
471
471
|
c = "XMemberPath";
|
|
472
472
|
}
|
|
473
|
-
return this.
|
|
473
|
+
return this.ws.ko(a, c);
|
|
474
474
|
};
|
|
475
|
-
GeographicMapSeriesHost.prototype.
|
|
476
|
-
var b = this.
|
|
475
|
+
GeographicMapSeriesHost.prototype.mb = function (a) {
|
|
476
|
+
var b = this.nb(a);
|
|
477
477
|
if (b == "LatitudeMemberPath") {
|
|
478
478
|
b = "YMemberPath";
|
|
479
479
|
}
|
|
480
480
|
if (b == "LongitudeMemberPath") {
|
|
481
481
|
b = "XMemberPath";
|
|
482
482
|
}
|
|
483
|
-
return this.
|
|
483
|
+
return this.ws.mb(b);
|
|
484
484
|
};
|
|
485
485
|
GeographicMapSeriesHost.prototype.get_kg = function () {
|
|
486
|
-
return this.
|
|
486
|
+
return this.ky(this.ws);
|
|
487
487
|
};
|
|
488
488
|
GeographicMapSeriesHost.prototype.set_kg = function (a) {
|
|
489
|
-
this.
|
|
489
|
+
this.ox(this.ws, a);
|
|
490
490
|
};
|
|
491
491
|
GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d) {
|
|
492
|
-
return this.
|
|
492
|
+
return this.ws.d9(a, b, c, d);
|
|
493
493
|
};
|
|
494
494
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
495
|
-
return this.
|
|
495
|
+
return this.ws.ai();
|
|
496
496
|
};
|
|
497
497
|
GeographicMapSeriesHost.prototype.bm = function () {
|
|
498
|
-
return this.
|
|
498
|
+
return this.ws;
|
|
499
499
|
};
|
|
500
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
500
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "ws", {
|
|
501
501
|
get: function () {
|
|
502
|
-
return this.
|
|
502
|
+
return this.wq;
|
|
503
503
|
},
|
|
504
504
|
set: function (a) {
|
|
505
|
-
var b = this.
|
|
505
|
+
var b = this.ws != a;
|
|
506
506
|
if (b) {
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
507
|
+
this.wq = a;
|
|
508
|
+
this.wx();
|
|
509
509
|
}
|
|
510
510
|
},
|
|
511
511
|
enumerable: false,
|
|
512
512
|
configurable: true
|
|
513
513
|
});
|
|
514
514
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
515
|
-
return this.
|
|
515
|
+
return this.ws.hasMarkers;
|
|
516
516
|
};
|
|
517
|
-
GeographicMapSeriesHost.prototype.
|
|
518
|
-
if (this.
|
|
519
|
-
var hostedSeries_ = this.
|
|
517
|
+
GeographicMapSeriesHost.prototype.wx = function () {
|
|
518
|
+
if (this.wq != null) {
|
|
519
|
+
var hostedSeries_ = this.wq;
|
|
520
520
|
hostedSeries_.externalObject = igniteuiAngularCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiAngularCore.PlatformConstants.Prefix, igniteuiAngularCore.PlatformConstants.Postfix);
|
|
521
521
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
522
522
|
}
|
|
523
|
-
this.
|
|
524
|
-
this.
|
|
523
|
+
this.pd(this.ws);
|
|
524
|
+
this.wt.b5();
|
|
525
525
|
};
|
|
526
526
|
GeographicMapSeriesHost.prototype.de = function (a, b, c) {
|
|
527
|
-
return this.dg(this.
|
|
527
|
+
return this.dg(this.ws, a, b, c);
|
|
528
528
|
};
|
|
529
529
|
GeographicMapSeriesHost.prototype.df = function (a, b, c) {
|
|
530
|
-
return this.dh(this.
|
|
530
|
+
return this.dh(this.ws, a, b, c);
|
|
531
531
|
};
|
|
532
532
|
GeographicMapSeriesHost.prototype.kl = function (a) {
|
|
533
|
-
return this.
|
|
533
|
+
return this.ku(this.ws, a);
|
|
534
534
|
};
|
|
535
535
|
GeographicMapSeriesHost.prototype.j8 = function (a, b) {
|
|
536
|
-
return this.
|
|
536
|
+
return this.ws.j8(a, b);
|
|
537
537
|
};
|
|
538
538
|
GeographicMapSeriesHost.prototype.j6 = function (a, b) {
|
|
539
|
-
return this.
|
|
539
|
+
return this.ws.j6(a, b);
|
|
540
540
|
};
|
|
541
541
|
GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
|
|
542
|
-
return this.
|
|
542
|
+
return this.ws.i3(a, b, c);
|
|
543
543
|
};
|
|
544
|
-
GeographicMapSeriesHost.prototype.
|
|
545
|
-
return this.
|
|
544
|
+
GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
|
|
545
|
+
return this.ws.v6(a, b, c);
|
|
546
546
|
};
|
|
547
|
-
GeographicMapSeriesHost.prototype.
|
|
548
|
-
return this.
|
|
547
|
+
GeographicMapSeriesHost.prototype.wh = function (a) {
|
|
548
|
+
return this.ws.wh(a);
|
|
549
549
|
};
|
|
550
550
|
GeographicMapSeriesHost.prototype.an = function (a) {
|
|
551
|
-
return this.
|
|
551
|
+
return this.ws.an(a);
|
|
552
552
|
};
|
|
553
|
-
GeographicMapSeriesHost.prototype.
|
|
554
|
-
return this.
|
|
553
|
+
GeographicMapSeriesHost.prototype.wi = function (a) {
|
|
554
|
+
return this.ws.wi(a);
|
|
555
555
|
};
|
|
556
556
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
557
|
-
return this.
|
|
558
|
-
};
|
|
559
|
-
GeographicMapSeriesHost.prototype.wi = function (a) {
|
|
560
|
-
return this.wr.wi(a);
|
|
557
|
+
return this.ws.ao(a);
|
|
561
558
|
};
|
|
562
559
|
GeographicMapSeriesHost.prototype.wj = function (a) {
|
|
563
|
-
return this.
|
|
560
|
+
return this.ws.wj(a);
|
|
561
|
+
};
|
|
562
|
+
GeographicMapSeriesHost.prototype.wk = function (a) {
|
|
563
|
+
return this.ws.wk(a);
|
|
564
564
|
};
|
|
565
565
|
GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
|
|
566
|
-
return this.
|
|
566
|
+
return this.ws.iz(a, b, c);
|
|
567
567
|
};
|
|
568
|
-
GeographicMapSeriesHost.prototype.
|
|
569
|
-
return this.
|
|
568
|
+
GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
|
|
569
|
+
return this.ws.v2(a, b, c);
|
|
570
570
|
};
|
|
571
571
|
GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
|
|
572
572
|
return this.i3(a, b, c);
|
|
573
573
|
};
|
|
574
|
-
GeographicMapSeriesHost.prototype.
|
|
575
|
-
return this.
|
|
574
|
+
GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
|
|
575
|
+
return this.ws.v4(a, b, c);
|
|
576
576
|
};
|
|
577
|
-
GeographicMapSeriesHost.prototype.
|
|
578
|
-
return this.
|
|
577
|
+
GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
|
|
578
|
+
return this.ws.v7(a, b, c);
|
|
579
579
|
};
|
|
580
580
|
GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
|
|
581
|
-
return this.
|
|
581
|
+
return this.ws.i4(a, b, c);
|
|
582
582
|
};
|
|
583
|
-
GeographicMapSeriesHost.prototype.
|
|
584
|
-
return this.
|
|
583
|
+
GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
|
|
584
|
+
return this.ws.v3(a, b, c);
|
|
585
585
|
};
|
|
586
586
|
GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
|
|
587
|
-
return this.
|
|
587
|
+
return this.ws.i0(a, b, c);
|
|
588
588
|
};
|
|
589
|
-
GeographicMapSeriesHost.prototype.
|
|
590
|
-
return this.
|
|
589
|
+
GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
|
|
590
|
+
return this.ws.v5(a, b, c);
|
|
591
591
|
};
|
|
592
592
|
GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
|
|
593
|
-
return this.
|
|
593
|
+
return this.ws.i2(a, b, c);
|
|
594
594
|
};
|
|
595
595
|
GeographicMapSeriesHost.prototype.j2 = function (a) {
|
|
596
|
-
return this.
|
|
596
|
+
return this.ws.j2(a);
|
|
597
597
|
};
|
|
598
598
|
GeographicMapSeriesHost.prototype.iu = function () {
|
|
599
|
-
return this.
|
|
599
|
+
return this.ws.iu();
|
|
600
600
|
};
|
|
601
601
|
GeographicMapSeriesHost.prototype.iq = function (a) {
|
|
602
|
-
return this.
|
|
602
|
+
return this.ws.iq(a);
|
|
603
603
|
};
|
|
604
604
|
GeographicMapSeriesHost.prototype.km = function (a) {
|
|
605
|
-
return this.
|
|
605
|
+
return this.ws.km(a);
|
|
606
606
|
};
|
|
607
607
|
GeographicMapSeriesHost.prototype.cq = function () {
|
|
608
608
|
return new HostSeriesView(this);
|
|
609
609
|
};
|
|
610
|
-
GeographicMapSeriesHost.prototype.
|
|
611
|
-
_super.prototype.
|
|
612
|
-
this.
|
|
610
|
+
GeographicMapSeriesHost.prototype.qx = function (a) {
|
|
611
|
+
_super.prototype.qx.call(this, a);
|
|
612
|
+
this.wt = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
|
|
613
613
|
};
|
|
614
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
614
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "wu", {
|
|
615
615
|
get: function () {
|
|
616
|
-
return this.c(GeographicMapSeriesHost.
|
|
616
|
+
return this.c(GeographicMapSeriesHost.wz);
|
|
617
617
|
},
|
|
618
618
|
set: function (a) {
|
|
619
|
-
this.h(GeographicMapSeriesHost.
|
|
619
|
+
this.h(GeographicMapSeriesHost.wz, a);
|
|
620
620
|
},
|
|
621
621
|
enumerable: false,
|
|
622
622
|
configurable: true
|
|
623
623
|
});
|
|
624
|
-
GeographicMapSeriesHost.prototype.
|
|
625
|
-
_super.prototype.
|
|
624
|
+
GeographicMapSeriesHost.prototype.q5 = function (a, b, c, d) {
|
|
625
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
626
626
|
switch (b) {
|
|
627
627
|
case "SeriesViewer":
|
|
628
|
-
this.
|
|
628
|
+
this.ws.c9 = this.c9;
|
|
629
629
|
if (c != null) {
|
|
630
|
-
c.qq(this.
|
|
630
|
+
c.qq(this.ws);
|
|
631
631
|
}
|
|
632
632
|
if (d != null) {
|
|
633
|
-
this.c9.mw(this.
|
|
633
|
+
this.c9.mw(this.ws);
|
|
634
634
|
}
|
|
635
|
-
this.
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
638
|
-
this.ke = this.
|
|
635
|
+
this.ws.q8(this.wl);
|
|
636
|
+
this.ws.index = this.index;
|
|
637
|
+
this.pw(this.ws);
|
|
638
|
+
this.ke = this.ws.ke;
|
|
639
639
|
var e = igniteuiAngularCore.typeCast(igniteuiAngularCharts.SeriesViewer.$, c);
|
|
640
640
|
if (e != null) {
|
|
641
|
-
e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.
|
|
641
|
+
e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.wy));
|
|
642
642
|
}
|
|
643
643
|
if (this.c9 != null) {
|
|
644
644
|
var f = this.c9;
|
|
645
|
-
f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.
|
|
645
|
+
f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.wy));
|
|
646
646
|
}
|
|
647
|
-
this.
|
|
647
|
+
this.ww();
|
|
648
648
|
break;
|
|
649
649
|
case "SyncLink":
|
|
650
|
-
this.
|
|
650
|
+
this.ws.c1 = this.c1;
|
|
651
651
|
break;
|
|
652
652
|
case "VisibleFromScale":
|
|
653
|
-
this.
|
|
653
|
+
this.ww();
|
|
654
654
|
break;
|
|
655
655
|
case "Index":
|
|
656
|
-
this.
|
|
656
|
+
this.ws.index = this.index;
|
|
657
657
|
break;
|
|
658
658
|
case "ItemsSource":
|
|
659
|
-
this.
|
|
659
|
+
this.wt.b6();
|
|
660
660
|
break;
|
|
661
661
|
case "Resolution":
|
|
662
|
-
this.
|
|
662
|
+
this.wt.cd();
|
|
663
663
|
break;
|
|
664
664
|
case "TransitionDuration":
|
|
665
|
-
this.
|
|
665
|
+
this.wt.cg();
|
|
666
666
|
break;
|
|
667
667
|
case "Opacity":
|
|
668
|
-
this.
|
|
668
|
+
this.wt.ca();
|
|
669
669
|
break;
|
|
670
670
|
case "Visibility":
|
|
671
|
-
var hs_ = this.
|
|
671
|
+
var hs_ = this.ws;
|
|
672
672
|
var v_ = this._visibility;
|
|
673
673
|
hs_.visibility = v_;
|
|
674
674
|
break;
|
|
675
675
|
case "MouseOverEnabled":
|
|
676
|
-
this.
|
|
676
|
+
this.ws.f6 = this.f6;
|
|
677
677
|
break;
|
|
678
678
|
case "ExpectFunctions":
|
|
679
|
-
this.
|
|
679
|
+
this.ws.expectFunctions = this.expectFunctions;
|
|
680
680
|
break;
|
|
681
681
|
case "Thickness":
|
|
682
|
-
this.
|
|
682
|
+
this.wt.cf();
|
|
683
683
|
break;
|
|
684
684
|
case "Brush":
|
|
685
|
-
this.
|
|
685
|
+
this.wt.b4();
|
|
686
686
|
break;
|
|
687
687
|
case "Outline":
|
|
688
|
-
this.
|
|
688
|
+
this.wt.cc();
|
|
689
689
|
break;
|
|
690
690
|
case "ActualBrush":
|
|
691
|
-
this.
|
|
691
|
+
this.wt.b1();
|
|
692
692
|
break;
|
|
693
693
|
case "ActualOutline":
|
|
694
|
-
this.
|
|
694
|
+
this.wt.b2();
|
|
695
695
|
break;
|
|
696
696
|
case "MarkerFillOpacity":
|
|
697
697
|
if (!igniteuiAngularCore.isNaN_(this.je)) {
|
|
698
|
-
this.
|
|
698
|
+
this.wt.b9();
|
|
699
699
|
}
|
|
700
700
|
break;
|
|
701
701
|
case "AreaFillOpacity":
|
|
702
702
|
if (!igniteuiAngularCore.isNaN_(this.ii)) {
|
|
703
|
-
this.
|
|
703
|
+
this.wt.b3();
|
|
704
704
|
}
|
|
705
705
|
break;
|
|
706
706
|
case "OutlineMode":
|
|
707
|
-
this.
|
|
707
|
+
this.wt.cb();
|
|
708
708
|
break;
|
|
709
709
|
case "ShowDefaultTooltip":
|
|
710
|
-
this.
|
|
710
|
+
this.wt.ce();
|
|
711
711
|
break;
|
|
712
712
|
case "Title":
|
|
713
|
-
this.
|
|
713
|
+
this.ws.title = this.title;
|
|
714
714
|
break;
|
|
715
715
|
case "LegendItemBadgeMode":
|
|
716
|
-
this.
|
|
716
|
+
this.wt.b7();
|
|
717
717
|
break;
|
|
718
718
|
case "LegendItemBadgeShape":
|
|
719
|
-
this.
|
|
719
|
+
this.wt.b8();
|
|
720
720
|
break;
|
|
721
721
|
case "Legend":
|
|
722
|
-
this.
|
|
722
|
+
this.ws.legend = this.legend;
|
|
723
723
|
this.ct.av();
|
|
724
724
|
break;
|
|
725
725
|
}
|
|
726
726
|
};
|
|
727
|
-
GeographicMapSeriesHost.prototype.
|
|
728
|
-
if (this.c9 == null || this.
|
|
727
|
+
GeographicMapSeriesHost.prototype.ww = function () {
|
|
728
|
+
if (this.c9 == null || this.ws == null) {
|
|
729
729
|
return;
|
|
730
730
|
}
|
|
731
|
-
if (!igniteuiAngularCore.isNaN_(this.
|
|
732
|
-
if (this.c9.vl.width > this.
|
|
733
|
-
var hs_ = this.
|
|
731
|
+
if (!igniteuiAngularCore.isNaN_(this.wu)) {
|
|
732
|
+
if (this.c9.vl.width > this.wu) {
|
|
733
|
+
var hs_ = this.ws;
|
|
734
734
|
var v_ = 1;
|
|
735
735
|
hs_.visibility = v_;
|
|
736
736
|
}
|
|
737
737
|
else {
|
|
738
|
-
var hs2_ = this.
|
|
738
|
+
var hs2_ = this.ws;
|
|
739
739
|
var v2_ = 0;
|
|
740
740
|
hs2_.visibility = v2_;
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
};
|
|
744
|
-
GeographicMapSeriesHost.prototype.
|
|
745
|
-
this.
|
|
744
|
+
GeographicMapSeriesHost.prototype.wy = function (a, b) {
|
|
745
|
+
this.ww();
|
|
746
746
|
};
|
|
747
|
-
GeographicMapSeriesHost.prototype.
|
|
748
|
-
_super.prototype.
|
|
749
|
-
if (this.
|
|
750
|
-
this.
|
|
747
|
+
GeographicMapSeriesHost.prototype.rn = function (a) {
|
|
748
|
+
_super.prototype.rn.call(this, a);
|
|
749
|
+
if (this.ws != null) {
|
|
750
|
+
this.ws.rn(a);
|
|
751
751
|
}
|
|
752
752
|
};
|
|
753
|
-
GeographicMapSeriesHost.prototype.
|
|
754
|
-
if (this.
|
|
755
|
-
this.
|
|
753
|
+
GeographicMapSeriesHost.prototype.rm = function (a, b, c, d, e) {
|
|
754
|
+
if (this.ws != null) {
|
|
755
|
+
this.ws.rm(a, b, c, d, e);
|
|
756
756
|
}
|
|
757
757
|
};
|
|
758
758
|
GeographicMapSeriesHost.prototype.a1 = function (a, b) {
|
|
759
|
-
return this.
|
|
759
|
+
return this.ws.a1(a, b);
|
|
760
760
|
};
|
|
761
|
-
GeographicMapSeriesHost.prototype.
|
|
762
|
-
_super.prototype.
|
|
763
|
-
this.
|
|
761
|
+
GeographicMapSeriesHost.prototype.r6 = function () {
|
|
762
|
+
_super.prototype.r6.call(this);
|
|
763
|
+
this.ws.r6();
|
|
764
764
|
};
|
|
765
765
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
766
766
|
return this._coercionMethods;
|
|
767
767
|
};
|
|
768
768
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
769
769
|
this._coercionMethods = a;
|
|
770
|
-
this.
|
|
770
|
+
this.ws.coercionMethods = a;
|
|
771
771
|
};
|
|
772
|
-
GeographicMapSeriesHost.prototype.
|
|
773
|
-
_super.prototype.
|
|
774
|
-
if (this.
|
|
775
|
-
var b = this.
|
|
776
|
-
this.
|
|
772
|
+
GeographicMapSeriesHost.prototype.pv = function (a) {
|
|
773
|
+
_super.prototype.pv.call(this, a);
|
|
774
|
+
if (this.ws != null) {
|
|
775
|
+
var b = this.ws.kk();
|
|
776
|
+
this.o6(a, b);
|
|
777
777
|
}
|
|
778
778
|
};
|
|
779
779
|
GeographicMapSeriesHost.$t = igniteuiAngularCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiAngularCharts.Series.$);
|
|
780
|
-
GeographicMapSeriesHost.
|
|
780
|
+
GeographicMapSeriesHost.wz = igniteuiAngularCore.DependencyProperty.i("VisibleFromScale", igniteuiAngularCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiAngularCore.PropertyMetadata(2, 1, function (a, b) {
|
|
781
781
|
var c = a;
|
|
782
782
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
783
783
|
}));
|
|
@@ -799,66 +799,66 @@
|
|
|
799
799
|
};
|
|
800
800
|
HostSeriesView.prototype.b5 = function () {
|
|
801
801
|
this.b0.legendItemVisibility = 1;
|
|
802
|
-
this.b0.
|
|
803
|
-
this.b0.
|
|
804
|
-
this.b0.
|
|
805
|
-
this.b0.
|
|
806
|
-
this.b0.
|
|
807
|
-
this.b0.
|
|
808
|
-
this.b0.
|
|
809
|
-
this.b0.
|
|
810
|
-
this.b0.
|
|
811
|
-
this.b0.
|
|
812
|
-
this.b0.
|
|
813
|
-
this.b0.
|
|
814
|
-
this.b0.
|
|
815
|
-
this.b0.
|
|
816
|
-
this.b0.
|
|
802
|
+
this.b0.ws.legendItemVisibility = 0;
|
|
803
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
804
|
+
this.b0.ws.index = this.b0.index;
|
|
805
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
806
|
+
this.b0.ws.vp = this.b0.u9;
|
|
807
|
+
this.b0.ws.cg = this.b0.cg;
|
|
808
|
+
this.b0.ws.jh = this.b0.jh;
|
|
809
|
+
this.b0.ws.kb = this.b0.kb;
|
|
810
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
811
|
+
this.b0.ws.jn = this.b0.jn;
|
|
812
|
+
this.b0.ws.ii = this.b0.ii;
|
|
813
|
+
this.b0.ws.je = this.b0.je;
|
|
814
|
+
this.b0.ws.gn = this.b0.gn;
|
|
815
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
816
|
+
this.b0.ws.bc = this.b0.bc;
|
|
817
817
|
};
|
|
818
818
|
HostSeriesView.prototype.b6 = function () {
|
|
819
|
-
this.b0.
|
|
819
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
820
820
|
};
|
|
821
821
|
HostSeriesView.prototype.cd = function () {
|
|
822
|
-
this.b0.
|
|
822
|
+
this.b0.ws.jh = this.b0.jh;
|
|
823
823
|
};
|
|
824
824
|
HostSeriesView.prototype.cg = function () {
|
|
825
|
-
this.b0.
|
|
825
|
+
this.b0.ws.kb = this.b0.kb;
|
|
826
826
|
};
|
|
827
827
|
HostSeriesView.prototype.ca = function () {
|
|
828
|
-
this.b0.
|
|
828
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
829
829
|
};
|
|
830
830
|
HostSeriesView.prototype.cf = function () {
|
|
831
|
-
this.b0.
|
|
831
|
+
this.b0.ws.jn = this.b0.jn;
|
|
832
832
|
};
|
|
833
833
|
HostSeriesView.prototype.b4 = function () {
|
|
834
|
-
this.b0.
|
|
834
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
835
835
|
};
|
|
836
836
|
HostSeriesView.prototype.cc = function () {
|
|
837
|
-
this.b0.
|
|
837
|
+
this.b0.ws.vp = this.b0.vp;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.b1 = function () {
|
|
840
|
-
this.b0.
|
|
840
|
+
this.b0.ws.u9 = this.b0.u3;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.b2 = function () {
|
|
843
|
-
this.b0.
|
|
843
|
+
this.b0.ws.vp = this.b0.u7;
|
|
844
844
|
};
|
|
845
845
|
HostSeriesView.prototype.b7 = function () {
|
|
846
|
-
this.b0.
|
|
846
|
+
this.b0.ws.bc = this.b0.bc;
|
|
847
847
|
};
|
|
848
848
|
HostSeriesView.prototype.b8 = function () {
|
|
849
|
-
this.b0.
|
|
849
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
850
850
|
};
|
|
851
851
|
HostSeriesView.prototype.b3 = function () {
|
|
852
|
-
this.b0.
|
|
852
|
+
this.b0.ws.ii = this.b0.ii;
|
|
853
853
|
};
|
|
854
854
|
HostSeriesView.prototype.b9 = function () {
|
|
855
|
-
this.b0.
|
|
855
|
+
this.b0.ws.je = this.b0.je;
|
|
856
856
|
};
|
|
857
857
|
HostSeriesView.prototype.cb = function () {
|
|
858
|
-
this.b0.
|
|
858
|
+
this.b0.ws.cg = this.b0.cg;
|
|
859
859
|
};
|
|
860
860
|
HostSeriesView.prototype.ce = function () {
|
|
861
|
-
this.b0.
|
|
861
|
+
this.b0.ws.gn = this.b0.gn;
|
|
862
862
|
};
|
|
863
863
|
HostSeriesView.$t = igniteuiAngularCore.markType(HostSeriesView, 'HostSeriesView', igniteuiAngularCharts.SeriesView.$);
|
|
864
864
|
return HostSeriesView;
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
try {
|
|
1186
1186
|
for (var _b = tslib.__values(igniteuiAngularCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1187
1187
|
var a = _c.value;
|
|
1188
|
-
a.
|
|
1188
|
+
a.r6();
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
1191
|
catch (e_1_1) {
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
try {
|
|
1603
1603
|
for (var _c = tslib.__values(igniteuiAngularCore.fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1604
1604
|
var g = _d.value;
|
|
1605
|
-
g.
|
|
1605
|
+
g.rn(false);
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
1608
1608
|
catch (e_2_1) {
|
|
@@ -1649,7 +1649,7 @@
|
|
|
1649
1649
|
try {
|
|
1650
1650
|
for (var _e = tslib.__values(igniteuiAngularCore.fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1651
1651
|
var i = _f.value;
|
|
1652
|
-
i.
|
|
1652
|
+
i.qc();
|
|
1653
1653
|
}
|
|
1654
1654
|
}
|
|
1655
1655
|
catch (e_3_1) {
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
var c = b;
|
|
1706
1706
|
var d = a;
|
|
1707
1707
|
d.itemsSource = c.triangulationSource.points;
|
|
1708
|
-
d.
|
|
1708
|
+
d.w1 = c.triangulationSource.triangles;
|
|
1709
1709
|
}
|
|
1710
1710
|
else {
|
|
1711
1711
|
_super.prototype.qz.call(this, a, b);
|
|
@@ -2038,41 +2038,41 @@
|
|
|
2038
2038
|
}
|
|
2039
2039
|
GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
|
|
2040
2040
|
_super.prototype.b5.call(this);
|
|
2041
|
-
var a = this.ch.
|
|
2042
|
-
a.
|
|
2043
|
-
a.
|
|
2044
|
-
a.trianglesSource = this.ch.
|
|
2045
|
-
a.
|
|
2046
|
-
a.
|
|
2047
|
-
a.
|
|
2041
|
+
var a = this.ch.ws;
|
|
2042
|
+
a.xs = this.ch.w4;
|
|
2043
|
+
a.x0 = this.ch.w2;
|
|
2044
|
+
a.trianglesSource = this.ch.w1;
|
|
2045
|
+
a.xg = this.ch.w7;
|
|
2046
|
+
a.xi = this.ch.w9;
|
|
2047
|
+
a.xk = this.ch.xb;
|
|
2048
2048
|
};
|
|
2049
2049
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2050
|
-
var a = this.ch.
|
|
2050
|
+
var a = this.ch.ws;
|
|
2051
2051
|
if (this.ch.c9 == null) {
|
|
2052
|
-
a.wp = null;
|
|
2053
2052
|
a.wq = null;
|
|
2053
|
+
a.wr = null;
|
|
2054
2054
|
return;
|
|
2055
2055
|
}
|
|
2056
|
-
a.
|
|
2057
|
-
a.
|
|
2056
|
+
a.wq = this.ch.c9.v8;
|
|
2057
|
+
a.wr = this.ch.c9.wa;
|
|
2058
2058
|
};
|
|
2059
2059
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2060
|
-
this.ch.
|
|
2060
|
+
this.ch.ws.xs = this.ch.w4;
|
|
2061
2061
|
};
|
|
2062
2062
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2063
|
-
this.ch.
|
|
2063
|
+
this.ch.ws.x0 = this.ch.w2;
|
|
2064
2064
|
};
|
|
2065
2065
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
2066
|
-
this.ch.
|
|
2066
|
+
this.ch.ws.trianglesSource = this.ch.w1;
|
|
2067
2067
|
};
|
|
2068
2068
|
GeographicXYTriangulatingSeriesView.prototype.cm = function () {
|
|
2069
|
-
this.ch.
|
|
2069
|
+
this.ch.ws.xg = this.ch.w7;
|
|
2070
2070
|
};
|
|
2071
2071
|
GeographicXYTriangulatingSeriesView.prototype.cn = function () {
|
|
2072
|
-
this.ch.
|
|
2072
|
+
this.ch.ws.xi = this.ch.w9;
|
|
2073
2073
|
};
|
|
2074
2074
|
GeographicXYTriangulatingSeriesView.prototype.co = function () {
|
|
2075
|
-
this.ch.
|
|
2075
|
+
this.ch.ws.xk = this.ch.xb;
|
|
2076
2076
|
};
|
|
2077
2077
|
GeographicXYTriangulatingSeriesView.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2078
2078
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2095,19 +2095,19 @@
|
|
|
2095
2095
|
};
|
|
2096
2096
|
GeographicScatterAreaSeriesView.prototype.b5 = function () {
|
|
2097
2097
|
_super.prototype.b5.call(this);
|
|
2098
|
-
if (this.cp.
|
|
2099
|
-
this.cp.
|
|
2100
|
-
this.cp.
|
|
2098
|
+
if (this.cp.xm != null) {
|
|
2099
|
+
this.cp.xm.yz = this.cp.xq;
|
|
2100
|
+
this.cp.xm.yn = this.cp.xl;
|
|
2101
2101
|
}
|
|
2102
2102
|
};
|
|
2103
2103
|
GeographicScatterAreaSeriesView.prototype.cq = function () {
|
|
2104
|
-
if (this.cp.
|
|
2105
|
-
this.cp.
|
|
2104
|
+
if (this.cp.xm != null) {
|
|
2105
|
+
this.cp.xm.yz = this.cp.xq;
|
|
2106
2106
|
}
|
|
2107
2107
|
};
|
|
2108
2108
|
GeographicScatterAreaSeriesView.prototype.cr = function () {
|
|
2109
|
-
if (this.cp.
|
|
2110
|
-
this.cp.
|
|
2109
|
+
if (this.cp.xm != null) {
|
|
2110
|
+
this.cp.xm.yn = this.cp.xl;
|
|
2111
2111
|
}
|
|
2112
2112
|
};
|
|
2113
2113
|
GeographicScatterAreaSeriesView.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2314,38 +2314,38 @@
|
|
|
2314
2314
|
GeographicXYTriangulatingSeries.prototype.cq = function () {
|
|
2315
2315
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2316
2316
|
};
|
|
2317
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2318
|
-
_super.prototype.
|
|
2319
|
-
this.
|
|
2317
|
+
GeographicXYTriangulatingSeries.prototype.qx = function (a) {
|
|
2318
|
+
_super.prototype.qx.call(this, a);
|
|
2319
|
+
this.w0 = a;
|
|
2320
2320
|
};
|
|
2321
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2322
|
-
_super.prototype.
|
|
2321
|
+
GeographicXYTriangulatingSeries.prototype.q5 = function (a, b, c, d) {
|
|
2322
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
2323
2323
|
switch (b) {
|
|
2324
2324
|
case "SeriesViewer":
|
|
2325
|
-
this.
|
|
2325
|
+
this.w0.ck();
|
|
2326
2326
|
break;
|
|
2327
2327
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2328
|
-
this.
|
|
2328
|
+
this.w0.cj();
|
|
2329
2329
|
break;
|
|
2330
2330
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2331
|
-
this.
|
|
2331
|
+
this.w0.ci();
|
|
2332
2332
|
break;
|
|
2333
2333
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2334
|
-
this.
|
|
2334
|
+
this.w0.cl();
|
|
2335
2335
|
break;
|
|
2336
2336
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2337
|
-
this.
|
|
2337
|
+
this.w0.cm();
|
|
2338
2338
|
break;
|
|
2339
2339
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2340
|
-
this.
|
|
2340
|
+
this.w0.cn();
|
|
2341
2341
|
break;
|
|
2342
2342
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2343
|
-
this.
|
|
2343
|
+
this.w0.co();
|
|
2344
2344
|
break;
|
|
2345
2345
|
}
|
|
2346
2346
|
};
|
|
2347
2347
|
GeographicXYTriangulatingSeries.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2348
|
-
GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2348
|
+
GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w2:xd', [2, "pointY"], 'LongitudeMemberPath:w4:xe', [2, "pointX"], 'TriangleVertexMemberPath1:w7:xg', [2, "v1"], 'TriangleVertexMemberPath2:w9:xh', [2, "v2"], 'TriangleVertexMemberPath3:xb:xi', [2, "v3"], 'TrianglesSource:w1:xf', [igniteuiAngularCore.IEnumerable_$type, null]]);
|
|
2349
2349
|
return GeographicXYTriangulatingSeries;
|
|
2350
2350
|
}(GeographicMapSeriesHost));
|
|
2351
2351
|
/**
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
tslib.__extends(GeographicScatterAreaSeries, _super);
|
|
2356
2356
|
function GeographicScatterAreaSeries() {
|
|
2357
2357
|
var _this = _super.call(this) || this;
|
|
2358
|
-
_this.
|
|
2358
|
+
_this.xj = null;
|
|
2359
2359
|
_this.triangulationStatusChanged = null;
|
|
2360
2360
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2361
2361
|
return _this;
|
|
@@ -2366,53 +2366,53 @@
|
|
|
2366
2366
|
GeographicScatterAreaSeries.prototype.get_es = function () {
|
|
2367
2367
|
return true;
|
|
2368
2368
|
};
|
|
2369
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2369
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "xl", {
|
|
2370
2370
|
get: function () {
|
|
2371
|
-
return this.
|
|
2371
|
+
return this.xj;
|
|
2372
2372
|
},
|
|
2373
2373
|
set: function (a) {
|
|
2374
|
-
var b = this.
|
|
2374
|
+
var b = this.xj != a;
|
|
2375
2375
|
if (b) {
|
|
2376
|
-
var c = this.
|
|
2377
|
-
if (this.
|
|
2378
|
-
var d = this.
|
|
2379
|
-
d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
2376
|
+
var c = this.xj;
|
|
2377
|
+
if (this.xj != null) {
|
|
2378
|
+
var d = this.xj;
|
|
2379
|
+
d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.xt));
|
|
2380
2380
|
}
|
|
2381
|
-
this.
|
|
2382
|
-
if (this.
|
|
2383
|
-
var e = this.
|
|
2384
|
-
e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
2381
|
+
this.xj = a;
|
|
2382
|
+
if (this.xj != null) {
|
|
2383
|
+
var e = this.xj;
|
|
2384
|
+
e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.xt));
|
|
2385
2385
|
}
|
|
2386
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2387
|
-
if (this.
|
|
2388
|
-
this.
|
|
2386
|
+
this.raisePropertyChanged("ColorScale", c, this.xj);
|
|
2387
|
+
if (this.xm != null) {
|
|
2388
|
+
this.xm.yn = a;
|
|
2389
2389
|
}
|
|
2390
2390
|
}
|
|
2391
2391
|
},
|
|
2392
2392
|
enumerable: false,
|
|
2393
2393
|
configurable: true
|
|
2394
2394
|
});
|
|
2395
|
-
GeographicScatterAreaSeries.prototype.
|
|
2396
|
-
this.
|
|
2397
|
-
this.
|
|
2398
|
-
this.
|
|
2395
|
+
GeographicScatterAreaSeries.prototype.xt = function (a, b) {
|
|
2396
|
+
this.xo.cr();
|
|
2397
|
+
this.xv();
|
|
2398
|
+
this.rn(false);
|
|
2399
2399
|
};
|
|
2400
|
-
GeographicScatterAreaSeries.prototype.
|
|
2401
|
-
if (this.
|
|
2402
|
-
this.
|
|
2400
|
+
GeographicScatterAreaSeries.prototype.xv = function () {
|
|
2401
|
+
if (this.xm != null) {
|
|
2402
|
+
this.xk = this.xm.ym;
|
|
2403
2403
|
}
|
|
2404
2404
|
};
|
|
2405
|
-
GeographicScatterAreaSeries.prototype.
|
|
2406
|
-
_super.prototype.
|
|
2407
|
-
this.
|
|
2405
|
+
GeographicScatterAreaSeries.prototype.sb = function () {
|
|
2406
|
+
_super.prototype.sb.call(this);
|
|
2407
|
+
this.xv();
|
|
2408
2408
|
};
|
|
2409
|
-
GeographicScatterAreaSeries.prototype.
|
|
2410
|
-
this.
|
|
2411
|
-
var a = this.
|
|
2412
|
-
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
2413
|
-
return this.
|
|
2409
|
+
GeographicScatterAreaSeries.prototype.wr = function () {
|
|
2410
|
+
this.xm = new igniteuiAngularCharts.ScatterAreaSeries();
|
|
2411
|
+
var a = this.xm;
|
|
2412
|
+
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.xu));
|
|
2413
|
+
return this.xm;
|
|
2414
2414
|
};
|
|
2415
|
-
GeographicScatterAreaSeries.prototype.
|
|
2415
|
+
GeographicScatterAreaSeries.prototype.xu = function (a, b) {
|
|
2416
2416
|
if (this.triangulationStatusChanged != null) {
|
|
2417
2417
|
this.triangulationStatusChanged(this, b);
|
|
2418
2418
|
}
|
|
@@ -2420,19 +2420,19 @@
|
|
|
2420
2420
|
GeographicScatterAreaSeries.prototype.cq = function () {
|
|
2421
2421
|
return new GeographicScatterAreaSeriesView(this);
|
|
2422
2422
|
};
|
|
2423
|
-
GeographicScatterAreaSeries.prototype.
|
|
2424
|
-
_super.prototype.
|
|
2425
|
-
this.
|
|
2423
|
+
GeographicScatterAreaSeries.prototype.qx = function (a) {
|
|
2424
|
+
_super.prototype.qx.call(this, a);
|
|
2425
|
+
this.xo = a;
|
|
2426
2426
|
};
|
|
2427
|
-
GeographicScatterAreaSeries.prototype.
|
|
2428
|
-
_super.prototype.
|
|
2427
|
+
GeographicScatterAreaSeries.prototype.q5 = function (a, b, c, d) {
|
|
2428
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
2429
2429
|
switch (b) {
|
|
2430
2430
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2431
|
-
this.
|
|
2431
|
+
this.xo.cq();
|
|
2432
2432
|
break;
|
|
2433
2433
|
case "ColorScale":
|
|
2434
|
-
this.
|
|
2435
|
-
this.
|
|
2434
|
+
this.xo.cr();
|
|
2435
|
+
this.xv();
|
|
2436
2436
|
break;
|
|
2437
2437
|
}
|
|
2438
2438
|
};
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
_super.prototype.set_g5.call(this, a);
|
|
2444
2444
|
};
|
|
2445
2445
|
GeographicScatterAreaSeries.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2446
|
-
GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2446
|
+
GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xk:xw', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:xq:xx', [2, "value"]]);
|
|
2447
2447
|
return GeographicScatterAreaSeries;
|
|
2448
2448
|
}(GeographicXYTriangulatingSeries));
|
|
2449
2449
|
|
|
@@ -4987,10 +4987,10 @@
|
|
|
4987
4987
|
* 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%.
|
|
4988
4988
|
*/
|
|
4989
4989
|
get: function () {
|
|
4990
|
-
return this.i.
|
|
4990
|
+
return this.i.wu;
|
|
4991
4991
|
},
|
|
4992
4992
|
set: function (v) {
|
|
4993
|
-
this.i.
|
|
4993
|
+
this.i.wu = +v;
|
|
4994
4994
|
},
|
|
4995
4995
|
enumerable: false,
|
|
4996
4996
|
configurable: true
|
|
@@ -5015,7 +5015,7 @@
|
|
|
5015
5015
|
|
|
5016
5016
|
*/
|
|
5017
5017
|
IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
5018
|
-
this.i.
|
|
5018
|
+
this.i.qc();
|
|
5019
5019
|
};
|
|
5020
5020
|
IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
5021
5021
|
var iv = this.i.ko(item, memberPathName);
|
|
@@ -5027,7 +5027,7 @@
|
|
|
5027
5027
|
* @param memberPathName * The property name of a valid member path for the series
|
|
5028
5028
|
*/
|
|
5029
5029
|
IgxGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
|
|
5030
|
-
var iv = this.i.
|
|
5030
|
+
var iv = this.i.mb(memberPathName);
|
|
5031
5031
|
return (iv);
|
|
5032
5032
|
};
|
|
5033
5033
|
/**
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
return (iv);
|
|
5053
5053
|
};
|
|
5054
5054
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5055
|
-
var iv = this.i.
|
|
5055
|
+
var iv = this.i.v6(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5056
5056
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5057
5057
|
};
|
|
5058
5058
|
/**
|
|
@@ -5061,7 +5061,7 @@
|
|
|
5061
5061
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
5062
5062
|
*/
|
|
5063
5063
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
5064
|
-
var iv = this.i.
|
|
5064
|
+
var iv = this.i.wh(igniteuiAngularCore.toPoint(world));
|
|
5065
5065
|
return igniteuiAngularCore.fromRect(iv);
|
|
5066
5066
|
};
|
|
5067
5067
|
/**
|
|
@@ -5070,7 +5070,7 @@
|
|
|
5070
5070
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
5071
5071
|
*/
|
|
5072
5072
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
5073
|
-
var iv = this.i.
|
|
5073
|
+
var iv = this.i.wj(igniteuiAngularCore.toPoint(world));
|
|
5074
5074
|
return igniteuiAngularCore.fromRect(iv);
|
|
5075
5075
|
};
|
|
5076
5076
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -5078,7 +5078,7 @@
|
|
|
5078
5078
|
return (iv);
|
|
5079
5079
|
};
|
|
5080
5080
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5081
|
-
var iv = this.i.
|
|
5081
|
+
var iv = this.i.v2(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5082
5082
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5083
5083
|
};
|
|
5084
5084
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -5086,11 +5086,11 @@
|
|
|
5086
5086
|
return (iv);
|
|
5087
5087
|
};
|
|
5088
5088
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5089
|
-
var iv = this.i.
|
|
5089
|
+
var iv = this.i.v4(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5090
5090
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5091
5091
|
};
|
|
5092
5092
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5093
|
-
var iv = this.i.
|
|
5093
|
+
var iv = this.i.v7(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5094
5094
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5095
5095
|
};
|
|
5096
5096
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
@@ -5111,14 +5111,14 @@
|
|
|
5111
5111
|
* @param animate * True if the change should be animated.
|
|
5112
5112
|
*/
|
|
5113
5113
|
IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
5114
|
-
this.i.
|
|
5114
|
+
this.i.rn(animate);
|
|
5115
5115
|
};
|
|
5116
5116
|
/**
|
|
5117
5117
|
* Called when this series' Style is updated.
|
|
5118
5118
|
|
|
5119
5119
|
*/
|
|
5120
5120
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5121
|
-
this.i.
|
|
5121
|
+
this.i.r6();
|
|
5122
5122
|
};
|
|
5123
5123
|
IgxGeographicMapSeriesHostComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
5124
5124
|
IgxGeographicMapSeriesHostComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
@@ -5227,10 +5227,10 @@
|
|
|
5227
5227
|
* 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.
|
|
5228
5228
|
*/
|
|
5229
5229
|
get: function () {
|
|
5230
|
-
return this.i.
|
|
5230
|
+
return this.i.xl;
|
|
5231
5231
|
},
|
|
5232
5232
|
set: function (v) {
|
|
5233
|
-
this.i.
|
|
5233
|
+
this.i.xl = v;
|
|
5234
5234
|
},
|
|
5235
5235
|
enumerable: false,
|
|
5236
5236
|
configurable: true
|
|
@@ -5240,10 +5240,10 @@
|
|
|
5240
5240
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5241
5241
|
*/
|
|
5242
5242
|
get: function () {
|
|
5243
|
-
return this.i.
|
|
5243
|
+
return this.i.xa;
|
|
5244
5244
|
},
|
|
5245
5245
|
set: function (v) {
|
|
5246
|
-
this.i.
|
|
5246
|
+
this.i.xa = igniteuiAngularCore.ensureBool(v);
|
|
5247
5247
|
},
|
|
5248
5248
|
enumerable: false,
|
|
5249
5249
|
configurable: true
|
|
@@ -5253,10 +5253,10 @@
|
|
|
5253
5253
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5254
5254
|
*/
|
|
5255
5255
|
get: function () {
|
|
5256
|
-
return this.i.
|
|
5256
|
+
return this.i.w9;
|
|
5257
5257
|
},
|
|
5258
5258
|
set: function (v) {
|
|
5259
|
-
this.i.
|
|
5259
|
+
this.i.w9 = igniteuiAngularCore.ensureBool(v);
|
|
5260
5260
|
},
|
|
5261
5261
|
enumerable: false,
|
|
5262
5262
|
configurable: true
|
|
@@ -5266,10 +5266,10 @@
|
|
|
5266
5266
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5267
5267
|
*/
|
|
5268
5268
|
get: function () {
|
|
5269
|
-
return this.i.
|
|
5269
|
+
return this.i.w2;
|
|
5270
5270
|
},
|
|
5271
5271
|
set: function (v) {
|
|
5272
|
-
this.i.
|
|
5272
|
+
this.i.w2 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
|
|
5273
5273
|
},
|
|
5274
5274
|
enumerable: false,
|
|
5275
5275
|
configurable: true
|
|
@@ -5279,10 +5279,10 @@
|
|
|
5279
5279
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5280
5280
|
*/
|
|
5281
5281
|
get: function () {
|
|
5282
|
-
return this.i.
|
|
5282
|
+
return this.i.xd;
|
|
5283
5283
|
},
|
|
5284
5284
|
set: function (v) {
|
|
5285
|
-
this.i.
|
|
5285
|
+
this.i.xd = +v;
|
|
5286
5286
|
},
|
|
5287
5287
|
enumerable: false,
|
|
5288
5288
|
configurable: true
|
|
@@ -5292,10 +5292,10 @@
|
|
|
5292
5292
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5293
5293
|
*/
|
|
5294
5294
|
get: function () {
|
|
5295
|
-
return this.i.
|
|
5295
|
+
return this.i.xc;
|
|
5296
5296
|
},
|
|
5297
5297
|
set: function (v) {
|
|
5298
|
-
this.i.
|
|
5298
|
+
this.i.xc = +v;
|
|
5299
5299
|
},
|
|
5300
5300
|
enumerable: false,
|
|
5301
5301
|
configurable: true
|
|
@@ -5305,7 +5305,7 @@
|
|
|
5305
5305
|
* Set a shapefile datasource to use with the series.
|
|
5306
5306
|
*/
|
|
5307
5307
|
get: function () {
|
|
5308
|
-
var r = this.i.
|
|
5308
|
+
var r = this.i.w5;
|
|
5309
5309
|
if (r == null) {
|
|
5310
5310
|
return null;
|
|
5311
5311
|
}
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
return r.externalObject;
|
|
5325
5325
|
},
|
|
5326
5326
|
set: function (v) {
|
|
5327
|
-
v == null ? this.i.
|
|
5327
|
+
v == null ? this.i.w5 = null : this.i.w5 = v.i;
|
|
5328
5328
|
},
|
|
5329
5329
|
enumerable: false,
|
|
5330
5330
|
configurable: true
|
|
@@ -5335,10 +5335,10 @@
|
|
|
5335
5335
|
* 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.
|
|
5336
5336
|
*/
|
|
5337
5337
|
get: function () {
|
|
5338
|
-
return this.i.
|
|
5338
|
+
return this.i.xb;
|
|
5339
5339
|
},
|
|
5340
5340
|
set: function (v) {
|
|
5341
|
-
this.i.
|
|
5341
|
+
this.i.xb = +v;
|
|
5342
5342
|
},
|
|
5343
5343
|
enumerable: false,
|
|
5344
5344
|
configurable: true
|
|
@@ -5451,20 +5451,20 @@
|
|
|
5451
5451
|
tslib.__extends(GeographicShapeSeriesBase, _super);
|
|
5452
5452
|
function GeographicShapeSeriesBase() {
|
|
5453
5453
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5454
|
+
_this.w8 = false;
|
|
5454
5455
|
_this.w7 = false;
|
|
5455
|
-
_this.w6 = false;
|
|
5456
5456
|
_this.assigningShapeStyle = null;
|
|
5457
5457
|
_this.assigningShapeMarkerStyle = null;
|
|
5458
|
-
_this.
|
|
5459
|
-
_this.
|
|
5458
|
+
_this.w4 = null;
|
|
5459
|
+
_this.w6 = false;
|
|
5460
5460
|
return _this;
|
|
5461
5461
|
}
|
|
5462
5462
|
GeographicShapeSeriesBase.prototype.cq = function () {
|
|
5463
5463
|
return new GeographicShapeSeriesBaseView(this);
|
|
5464
5464
|
};
|
|
5465
|
-
GeographicShapeSeriesBase.prototype.
|
|
5466
|
-
_super.prototype.
|
|
5467
|
-
this.
|
|
5465
|
+
GeographicShapeSeriesBase.prototype.qx = function (a) {
|
|
5466
|
+
_super.prototype.qx.call(this, a);
|
|
5467
|
+
this.w3 = a;
|
|
5468
5468
|
};
|
|
5469
5469
|
GeographicShapeSeriesBase.prototype.get_fc = function () {
|
|
5470
5470
|
return true;
|
|
@@ -5472,97 +5472,97 @@
|
|
|
5472
5472
|
GeographicShapeSeriesBase.prototype.get_eb = function () {
|
|
5473
5473
|
return true;
|
|
5474
5474
|
};
|
|
5475
|
-
GeographicShapeSeriesBase.prototype.
|
|
5476
|
-
_super.prototype.
|
|
5475
|
+
GeographicShapeSeriesBase.prototype.q5 = function (a, b, c, d) {
|
|
5476
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
5477
5477
|
switch (b) {
|
|
5478
5478
|
case "SeriesViewer":
|
|
5479
|
-
this.
|
|
5479
|
+
this.w3.ci();
|
|
5480
5480
|
break;
|
|
5481
5481
|
case "ShapeMemberPath":
|
|
5482
|
-
this.
|
|
5482
|
+
this.w3.ck();
|
|
5483
5483
|
break;
|
|
5484
5484
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5485
|
-
this.
|
|
5485
|
+
this.w3.cj();
|
|
5486
5486
|
break;
|
|
5487
5487
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5488
|
-
this.
|
|
5489
|
-
this.
|
|
5490
|
-
if (this.
|
|
5491
|
-
var e = this.
|
|
5492
|
-
e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.
|
|
5488
|
+
this.ws.xr = this.xa;
|
|
5489
|
+
this.w8 = this.xa;
|
|
5490
|
+
if (this.xa) {
|
|
5491
|
+
var e = this.ws;
|
|
5492
|
+
e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.xo));
|
|
5493
5493
|
}
|
|
5494
5494
|
else {
|
|
5495
|
-
var f = this.
|
|
5496
|
-
f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.
|
|
5495
|
+
var f = this.ws;
|
|
5496
|
+
f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.xo));
|
|
5497
5497
|
}
|
|
5498
5498
|
break;
|
|
5499
5499
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5500
|
-
this.
|
|
5501
|
-
this.
|
|
5502
|
-
if (this.
|
|
5503
|
-
var g = this.
|
|
5504
|
-
g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
5500
|
+
this.ws.xq = this.w9;
|
|
5501
|
+
this.w7 = this.w9;
|
|
5502
|
+
if (this.xa) {
|
|
5503
|
+
var g = this.ws;
|
|
5504
|
+
g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.xn));
|
|
5505
5505
|
}
|
|
5506
5506
|
else {
|
|
5507
|
-
var h = this.
|
|
5508
|
-
h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
5507
|
+
var h = this.ws;
|
|
5508
|
+
h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.xn));
|
|
5509
5509
|
}
|
|
5510
5510
|
break;
|
|
5511
5511
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5512
|
-
this.
|
|
5512
|
+
this.ws.w8 = this.w2;
|
|
5513
5513
|
break;
|
|
5514
5514
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5515
|
-
this.
|
|
5515
|
+
this.ws.x8 = this.xc;
|
|
5516
5516
|
break;
|
|
5517
5517
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5518
|
-
this.
|
|
5518
|
+
this.ws.x9 = this.xd;
|
|
5519
5519
|
break;
|
|
5520
5520
|
case "ShapefileDataSource":
|
|
5521
5521
|
if (c != null) {
|
|
5522
5522
|
var i = c;
|
|
5523
|
-
if (this.
|
|
5524
|
-
i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.
|
|
5523
|
+
if (this.w6) {
|
|
5524
|
+
i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.xp));
|
|
5525
5525
|
}
|
|
5526
5526
|
}
|
|
5527
5527
|
if (d != null) {
|
|
5528
5528
|
var j = d;
|
|
5529
5529
|
if (j.count > 0) {
|
|
5530
|
-
this.
|
|
5530
|
+
this.xq();
|
|
5531
5531
|
break;
|
|
5532
5532
|
}
|
|
5533
|
-
this.
|
|
5534
|
-
j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.
|
|
5533
|
+
this.w6 = true;
|
|
5534
|
+
j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.xp));
|
|
5535
5535
|
}
|
|
5536
5536
|
break;
|
|
5537
5537
|
}
|
|
5538
5538
|
};
|
|
5539
|
-
GeographicShapeSeriesBase.prototype.
|
|
5539
|
+
GeographicShapeSeriesBase.prototype.xo = function (a, b) {
|
|
5540
5540
|
if (this.assigningShapeStyle != null) {
|
|
5541
5541
|
this.assigningShapeStyle(this, b);
|
|
5542
5542
|
}
|
|
5543
5543
|
};
|
|
5544
|
-
GeographicShapeSeriesBase.prototype.
|
|
5544
|
+
GeographicShapeSeriesBase.prototype.xn = function (a, b) {
|
|
5545
5545
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5546
5546
|
this.assigningShapeMarkerStyle(this, b);
|
|
5547
5547
|
}
|
|
5548
5548
|
};
|
|
5549
|
-
GeographicShapeSeriesBase.prototype.
|
|
5550
|
-
this.
|
|
5549
|
+
GeographicShapeSeriesBase.prototype.xp = function (a, b) {
|
|
5550
|
+
this.xq();
|
|
5551
5551
|
};
|
|
5552
|
-
GeographicShapeSeriesBase.prototype.
|
|
5553
|
-
var sds_ = this.
|
|
5552
|
+
GeographicShapeSeriesBase.prototype.xq = function () {
|
|
5553
|
+
var sds_ = this.w5;
|
|
5554
5554
|
var ext_ = sds_.externalObject;
|
|
5555
5555
|
this.itemsSource = (ext_.getPointData());
|
|
5556
5556
|
};
|
|
5557
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5557
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "w5", {
|
|
5558
5558
|
get: function () {
|
|
5559
|
-
return this.
|
|
5559
|
+
return this.w4;
|
|
5560
5560
|
},
|
|
5561
5561
|
set: function (a) {
|
|
5562
|
-
var b = this.
|
|
5563
|
-
this.
|
|
5564
|
-
if (b != this.
|
|
5565
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5562
|
+
var b = this.w4;
|
|
5563
|
+
this.w4 = a;
|
|
5564
|
+
if (b != this.w4) {
|
|
5565
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.w4);
|
|
5566
5566
|
}
|
|
5567
5567
|
},
|
|
5568
5568
|
enumerable: false,
|
|
@@ -5575,7 +5575,7 @@
|
|
|
5575
5575
|
_super.prototype.set_g5.call(this, a);
|
|
5576
5576
|
};
|
|
5577
5577
|
GeographicShapeSeriesBase.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5578
|
-
GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
5578
|
+
GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:w9:xr', [0, false], 'IsCustomShapeStyleAllowed:xa:xs', [0, false], 'ItemSearchMode:w2:xt', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xc:xu', [1, 10000], 'ItemSearchThreshold:xd:xv', [1, 10000], 'ShapeFilterResolution:xb:xw', [1, 2], 'ShapeMemberPath:xl:xx', [2, "points"]]);
|
|
5579
5579
|
return GeographicShapeSeriesBase;
|
|
5580
5580
|
}(GeographicMapSeriesHost));
|
|
5581
5581
|
/**
|
|
@@ -5591,23 +5591,23 @@
|
|
|
5591
5591
|
}
|
|
5592
5592
|
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
5593
5593
|
_super.prototype.b5.call(this);
|
|
5594
|
-
this.ch.
|
|
5594
|
+
this.ch.ws.yl = this.ch.xl;
|
|
5595
5595
|
};
|
|
5596
5596
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5597
|
-
var a = this.ch.
|
|
5597
|
+
var a = this.ch.ws;
|
|
5598
5598
|
if (this.ch.c9 == null) {
|
|
5599
|
-
a.
|
|
5600
|
-
a.
|
|
5599
|
+
a.w2 = null;
|
|
5600
|
+
a.w4 = null;
|
|
5601
5601
|
return;
|
|
5602
5602
|
}
|
|
5603
|
-
a.
|
|
5604
|
-
a.
|
|
5603
|
+
a.w2 = this.ch.c9.v8;
|
|
5604
|
+
a.w4 = this.ch.c9.wa;
|
|
5605
5605
|
};
|
|
5606
5606
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
5607
|
-
this.ch.
|
|
5607
|
+
this.ch.ws.yl = this.ch.xl;
|
|
5608
5608
|
};
|
|
5609
5609
|
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
5610
|
-
this.ch.
|
|
5610
|
+
this.ch.ws.x5 = this.ch.xb;
|
|
5611
5611
|
};
|
|
5612
5612
|
GeographicShapeSeriesBaseView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5613
5613
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5643,54 +5643,54 @@
|
|
|
5643
5643
|
_this.cl = null;
|
|
5644
5644
|
_this.cl = a;
|
|
5645
5645
|
if (!_this.q) {
|
|
5646
|
-
_this.cl.
|
|
5646
|
+
_this.cl.xl = "points";
|
|
5647
5647
|
}
|
|
5648
5648
|
return _this;
|
|
5649
5649
|
}
|
|
5650
5650
|
GeographicShapeSeriesView.prototype.au = function () {
|
|
5651
5651
|
_super.prototype.au.call(this);
|
|
5652
5652
|
if (!this.q) {
|
|
5653
|
-
this.cl.
|
|
5653
|
+
this.cl.y5 = igniteuiAngularCharts.Defaults.aj;
|
|
5654
5654
|
this.cl.jn = igniteuiAngularCharts.Defaults.p;
|
|
5655
|
-
this.cl.
|
|
5656
|
-
this.cl.
|
|
5657
|
-
this.cl.
|
|
5655
|
+
this.cl.x4 = igniteuiAngularCharts.Defaults.o;
|
|
5656
|
+
this.cl.x1 = igniteuiAngularCharts.Defaults.d;
|
|
5657
|
+
this.cl.xz = igniteuiAngularCharts.Defaults.a;
|
|
5658
5658
|
}
|
|
5659
5659
|
};
|
|
5660
5660
|
GeographicShapeSeriesView.prototype.b5 = function () {
|
|
5661
5661
|
_super.prototype.b5.call(this);
|
|
5662
|
-
this.cl.
|
|
5663
|
-
this.cl.
|
|
5664
|
-
this.cl.
|
|
5665
|
-
this.cl.
|
|
5666
|
-
this.cl.
|
|
5662
|
+
this.cl.ws.aa3 = this.cl.y7;
|
|
5663
|
+
this.cl.ws.zw = this.cl.x2;
|
|
5664
|
+
this.cl.ws.aai = this.cl.yn;
|
|
5665
|
+
this.cl.ws.zz = this.cl.x4;
|
|
5666
|
+
this.cl.ws.zi = this.cl.xy;
|
|
5667
5667
|
};
|
|
5668
5668
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
5669
|
-
this.cl.
|
|
5669
|
+
this.cl.ws.aai = this.cl.yn;
|
|
5670
5670
|
};
|
|
5671
5671
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
5672
|
-
this.cl.
|
|
5672
|
+
this.cl.ws.zz = this.cl.x4;
|
|
5673
5673
|
};
|
|
5674
5674
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
5675
|
-
this.cl.
|
|
5675
|
+
this.cl.ws.zi = this.cl.xy;
|
|
5676
5676
|
};
|
|
5677
5677
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
5678
|
-
this.cl.
|
|
5678
|
+
this.cl.ws.zr = this.cl.x1;
|
|
5679
5679
|
};
|
|
5680
5680
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
5681
|
-
this.cl.
|
|
5681
|
+
this.cl.ws.aaz = this.cl.y4;
|
|
5682
5682
|
};
|
|
5683
5683
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
5684
|
-
this.cl.
|
|
5684
|
+
this.cl.ws.aa0 = this.cl.y5;
|
|
5685
5685
|
};
|
|
5686
5686
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
5687
|
-
this.cl.
|
|
5687
|
+
this.cl.ws.aa2 = this.cl.y6;
|
|
5688
5688
|
};
|
|
5689
5689
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
5690
|
-
this.cl.
|
|
5690
|
+
this.cl.ws.zw = this.cl.x2;
|
|
5691
5691
|
};
|
|
5692
5692
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
5693
|
-
this.cl.
|
|
5693
|
+
this.cl.ws.aa3 = this.cl.y7;
|
|
5694
5694
|
};
|
|
5695
5695
|
GeographicShapeSeriesView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5696
5696
|
return GeographicShapeSeriesView;
|
|
@@ -5715,81 +5715,81 @@
|
|
|
5715
5715
|
GeographicShapeSeries.prototype.cq = function () {
|
|
5716
5716
|
return new GeographicShapeSeriesView(this);
|
|
5717
5717
|
};
|
|
5718
|
-
GeographicShapeSeries.prototype.
|
|
5719
|
-
_super.prototype.
|
|
5720
|
-
this.
|
|
5718
|
+
GeographicShapeSeries.prototype.qx = function (a) {
|
|
5719
|
+
_super.prototype.qx.call(this, a);
|
|
5720
|
+
this.x3 = a;
|
|
5721
5721
|
};
|
|
5722
|
-
GeographicShapeSeries.prototype.
|
|
5722
|
+
GeographicShapeSeries.prototype.wr = function () {
|
|
5723
5723
|
var a = new igniteuiAngularCharts.ScatterPolygonSeries();
|
|
5724
|
-
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.
|
|
5725
|
-
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
5724
|
+
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.yk));
|
|
5725
|
+
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.yl));
|
|
5726
5726
|
return a;
|
|
5727
5727
|
};
|
|
5728
|
-
GeographicShapeSeries.prototype.
|
|
5728
|
+
GeographicShapeSeries.prototype.yk = function (a, b) {
|
|
5729
5729
|
if (this.styleShape != null) {
|
|
5730
5730
|
this.styleShape(this, b);
|
|
5731
5731
|
}
|
|
5732
5732
|
};
|
|
5733
|
-
GeographicShapeSeries.prototype.
|
|
5734
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.
|
|
5733
|
+
GeographicShapeSeries.prototype.yl = function (a, b) {
|
|
5734
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.ws);
|
|
5735
5735
|
if (c == null) {
|
|
5736
5736
|
return;
|
|
5737
5737
|
}
|
|
5738
5738
|
};
|
|
5739
5739
|
GeographicShapeSeries.prototype.il = function () {
|
|
5740
|
-
return this.
|
|
5741
|
-
};
|
|
5742
|
-
GeographicShapeSeries.prototype.ve = function () {
|
|
5743
|
-
return this.y1;
|
|
5740
|
+
return this.x4;
|
|
5744
5741
|
};
|
|
5745
5742
|
GeographicShapeSeries.prototype.vf = function () {
|
|
5746
5743
|
return this.y2;
|
|
5747
5744
|
};
|
|
5748
|
-
GeographicShapeSeries.prototype.
|
|
5749
|
-
return this.
|
|
5745
|
+
GeographicShapeSeries.prototype.vg = function () {
|
|
5746
|
+
return this.y3;
|
|
5747
|
+
};
|
|
5748
|
+
GeographicShapeSeries.prototype.st = function () {
|
|
5749
|
+
return this.ym;
|
|
5750
5750
|
};
|
|
5751
|
-
GeographicShapeSeries.prototype.
|
|
5752
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.
|
|
5751
|
+
GeographicShapeSeries.prototype.l8 = function () {
|
|
5752
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.ws);
|
|
5753
5753
|
if (a == null) {
|
|
5754
5754
|
return "Unknown";
|
|
5755
5755
|
}
|
|
5756
|
-
return a.
|
|
5756
|
+
return a.l8();
|
|
5757
5757
|
};
|
|
5758
|
-
GeographicShapeSeries.prototype.
|
|
5759
|
-
_super.prototype.
|
|
5758
|
+
GeographicShapeSeries.prototype.q5 = function (a, b, c, d) {
|
|
5759
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
5760
5760
|
switch (b) {
|
|
5761
5761
|
case GeographicShapeSeries.$$p[6]:
|
|
5762
|
-
this.
|
|
5762
|
+
this.ws.zp = this.x0;
|
|
5763
5763
|
break;
|
|
5764
5764
|
case GeographicShapeSeries.$$p[5]:
|
|
5765
|
-
this.
|
|
5765
|
+
this.ws.zl = this.xz;
|
|
5766
5766
|
break;
|
|
5767
5767
|
case GeographicShapeSeries.$$p[9]:
|
|
5768
|
-
this.
|
|
5768
|
+
this.x3.cq();
|
|
5769
5769
|
break;
|
|
5770
5770
|
case GeographicShapeSeries.$$p[10]:
|
|
5771
|
-
this.
|
|
5771
|
+
this.x3.cs();
|
|
5772
5772
|
break;
|
|
5773
5773
|
case GeographicShapeSeries.$$p[4]:
|
|
5774
|
-
this.
|
|
5774
|
+
this.x3.cn();
|
|
5775
5775
|
break;
|
|
5776
5776
|
case GeographicShapeSeries.$$p[11]:
|
|
5777
|
-
this.
|
|
5777
|
+
this.x3.cr();
|
|
5778
5778
|
break;
|
|
5779
5779
|
case GeographicShapeSeries.$$p[3]:
|
|
5780
|
-
this.
|
|
5780
|
+
this.x3.cm();
|
|
5781
5781
|
break;
|
|
5782
5782
|
case GeographicShapeSeries.$$p[7]:
|
|
5783
|
-
this.
|
|
5783
|
+
this.x3.co();
|
|
5784
5784
|
break;
|
|
5785
5785
|
case GeographicShapeSeries.$$p[8]:
|
|
5786
|
-
this.
|
|
5786
|
+
this.x3.cp();
|
|
5787
5787
|
break;
|
|
5788
5788
|
case GeographicShapeSeries.$$p[13]:
|
|
5789
|
-
this.
|
|
5789
|
+
this.x3.ct();
|
|
5790
5790
|
break;
|
|
5791
5791
|
case GeographicShapeSeries.$$p[12]:
|
|
5792
|
-
this.
|
|
5792
|
+
this.x3.cu();
|
|
5793
5793
|
break;
|
|
5794
5794
|
}
|
|
5795
5795
|
};
|
|
@@ -5797,7 +5797,7 @@
|
|
|
5797
5797
|
return 0.7;
|
|
5798
5798
|
};
|
|
5799
5799
|
GeographicShapeSeries.$t = igniteuiAngularCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5800
|
-
GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5800
|
+
GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y2:yo', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:y3:yp', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:ym:yq', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:y4:yr', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:xy:ys', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:xz:yt', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:x0:yu', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:y5:yv', [igniteuiAngularCore.Brush.$], 'MarkerStyle:y6:yw', [igniteuiAngularCore.Style.$], 'MarkerTemplate:yn:yx', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:x4:yy', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:x1:yz', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:y7:y0', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:x2:y1', [igniteuiAngularCharts.StyleSelector.$, null]]);
|
|
5801
5801
|
return GeographicShapeSeries;
|
|
5802
5802
|
}(GeographicShapeSeriesBase));
|
|
5803
5803
|
|
|
@@ -5846,11 +5846,11 @@
|
|
|
5846
5846
|
* Gets or sets the fill brush.
|
|
5847
5847
|
*/
|
|
5848
5848
|
get: function () {
|
|
5849
|
-
return this.i.
|
|
5849
|
+
return this.i.y7 ? this.i.y7.fill : null;
|
|
5850
5850
|
},
|
|
5851
5851
|
set: function (v) {
|
|
5852
5852
|
this.ensureShapeStyle();
|
|
5853
|
-
this.i.
|
|
5853
|
+
this.i.y7.fill = v;
|
|
5854
5854
|
},
|
|
5855
5855
|
enumerable: false,
|
|
5856
5856
|
configurable: true
|
|
@@ -5860,11 +5860,11 @@
|
|
|
5860
5860
|
* Gets or sets the stroke brush.
|
|
5861
5861
|
*/
|
|
5862
5862
|
get: function () {
|
|
5863
|
-
return this.i.
|
|
5863
|
+
return this.i.y7 ? this.i.y7.stroke : null;
|
|
5864
5864
|
},
|
|
5865
5865
|
set: function (v) {
|
|
5866
5866
|
this.ensureShapeStyle();
|
|
5867
|
-
this.i.
|
|
5867
|
+
this.i.y7.stroke = v;
|
|
5868
5868
|
},
|
|
5869
5869
|
enumerable: false,
|
|
5870
5870
|
configurable: true
|
|
@@ -5874,11 +5874,11 @@
|
|
|
5874
5874
|
* Gets or sets the stroke thickness.
|
|
5875
5875
|
*/
|
|
5876
5876
|
get: function () {
|
|
5877
|
-
return this.i.
|
|
5877
|
+
return this.i.y7 ? this.i.y7.strokeThickness : NaN;
|
|
5878
5878
|
},
|
|
5879
5879
|
set: function (v) {
|
|
5880
5880
|
this.ensureShapeStyle();
|
|
5881
|
-
this.i.
|
|
5881
|
+
this.i.y7.strokeThickness = +v;
|
|
5882
5882
|
},
|
|
5883
5883
|
enumerable: false,
|
|
5884
5884
|
configurable: true
|
|
@@ -5888,20 +5888,20 @@
|
|
|
5888
5888
|
* Gets or sets the opacity.
|
|
5889
5889
|
*/
|
|
5890
5890
|
get: function () {
|
|
5891
|
-
return this.i.
|
|
5891
|
+
return this.i.y7 ? this.i.y7.opacity : NaN;
|
|
5892
5892
|
},
|
|
5893
5893
|
set: function (v) {
|
|
5894
5894
|
this.ensureShapeStyle();
|
|
5895
|
-
this.i.
|
|
5895
|
+
this.i.y7.opacity = +v;
|
|
5896
5896
|
},
|
|
5897
5897
|
enumerable: false,
|
|
5898
5898
|
configurable: true
|
|
5899
5899
|
});
|
|
5900
5900
|
IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5901
|
-
if (this.i.
|
|
5901
|
+
if (this.i.y7) {
|
|
5902
5902
|
return;
|
|
5903
5903
|
}
|
|
5904
|
-
this.i.
|
|
5904
|
+
this.i.y7 = new igniteuiAngularCore.Style();
|
|
5905
5905
|
};
|
|
5906
5906
|
Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5907
5907
|
/**
|
|
@@ -5909,10 +5909,10 @@
|
|
|
5909
5909
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5910
5910
|
*/
|
|
5911
5911
|
get: function () {
|
|
5912
|
-
return this.i.
|
|
5912
|
+
return this.i.x1;
|
|
5913
5913
|
},
|
|
5914
5914
|
set: function (v) {
|
|
5915
|
-
this.i.
|
|
5915
|
+
this.i.x1 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
|
|
5916
5916
|
},
|
|
5917
5917
|
enumerable: false,
|
|
5918
5918
|
configurable: true
|
|
@@ -5922,10 +5922,10 @@
|
|
|
5922
5922
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5923
5923
|
*/
|
|
5924
5924
|
get: function () {
|
|
5925
|
-
return this.i.
|
|
5925
|
+
return this.i.x0;
|
|
5926
5926
|
},
|
|
5927
5927
|
set: function (v) {
|
|
5928
|
-
this.i.
|
|
5928
|
+
this.i.x0 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
|
|
5929
5929
|
},
|
|
5930
5930
|
enumerable: false,
|
|
5931
5931
|
configurable: true
|
|
@@ -5935,10 +5935,10 @@
|
|
|
5935
5935
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5936
5936
|
*/
|
|
5937
5937
|
get: function () {
|
|
5938
|
-
return this.i.
|
|
5938
|
+
return this.i.xz;
|
|
5939
5939
|
},
|
|
5940
5940
|
set: function (v) {
|
|
5941
|
-
this.i.
|
|
5941
|
+
this.i.xz = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
|
|
5942
5942
|
},
|
|
5943
5943
|
enumerable: false,
|
|
5944
5944
|
configurable: true
|
|
@@ -5948,10 +5948,10 @@
|
|
|
5948
5948
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5949
5949
|
*/
|
|
5950
5950
|
get: function () {
|
|
5951
|
-
return this.i.
|
|
5951
|
+
return this.i.yn;
|
|
5952
5952
|
},
|
|
5953
5953
|
set: function (v) {
|
|
5954
|
-
this.i.
|
|
5954
|
+
this.i.yn = v;
|
|
5955
5955
|
},
|
|
5956
5956
|
enumerable: false,
|
|
5957
5957
|
configurable: true
|
|
@@ -5961,10 +5961,10 @@
|
|
|
5961
5961
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5962
5962
|
*/
|
|
5963
5963
|
get: function () {
|
|
5964
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
5964
|
+
return igniteuiAngularCore.brushToString(this.i.y4);
|
|
5965
5965
|
},
|
|
5966
5966
|
set: function (v) {
|
|
5967
|
-
this.i.
|
|
5967
|
+
this.i.y4 = igniteuiAngularCore.stringToBrush(v);
|
|
5968
5968
|
},
|
|
5969
5969
|
enumerable: false,
|
|
5970
5970
|
configurable: true
|
|
@@ -5974,10 +5974,10 @@
|
|
|
5974
5974
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5975
5975
|
*/
|
|
5976
5976
|
get: function () {
|
|
5977
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
5977
|
+
return igniteuiAngularCore.brushToString(this.i.y5);
|
|
5978
5978
|
},
|
|
5979
5979
|
set: function (v) {
|
|
5980
|
-
this.i.
|
|
5980
|
+
this.i.y5 = igniteuiAngularCore.stringToBrush(v);
|
|
5981
5981
|
},
|
|
5982
5982
|
enumerable: false,
|
|
5983
5983
|
configurable: true
|
|
@@ -5987,10 +5987,10 @@
|
|
|
5987
5987
|
* Gets or sets thickness of the marker outline
|
|
5988
5988
|
*/
|
|
5989
5989
|
get: function () {
|
|
5990
|
-
return this.i.
|
|
5990
|
+
return this.i.x4;
|
|
5991
5991
|
},
|
|
5992
5992
|
set: function (v) {
|
|
5993
|
-
this.i.
|
|
5993
|
+
this.i.x4 = +v;
|
|
5994
5994
|
},
|
|
5995
5995
|
enumerable: false,
|
|
5996
5996
|
configurable: true
|
|
@@ -6000,10 +6000,10 @@
|
|
|
6000
6000
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
6001
6001
|
*/
|
|
6002
6002
|
get: function () {
|
|
6003
|
-
return this.i.
|
|
6003
|
+
return this.i.xy;
|
|
6004
6004
|
},
|
|
6005
6005
|
set: function (v) {
|
|
6006
|
-
this.i.
|
|
6006
|
+
this.i.xy = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
|
|
6007
6007
|
},
|
|
6008
6008
|
enumerable: false,
|
|
6009
6009
|
configurable: true
|
|
@@ -6013,10 +6013,10 @@
|
|
|
6013
6013
|
* Gets the effective marker template for the current series object.
|
|
6014
6014
|
*/
|
|
6015
6015
|
get: function () {
|
|
6016
|
-
return this.i.
|
|
6016
|
+
return this.i.ym;
|
|
6017
6017
|
},
|
|
6018
6018
|
set: function (v) {
|
|
6019
|
-
this.i.
|
|
6019
|
+
this.i.ym = v;
|
|
6020
6020
|
},
|
|
6021
6021
|
enumerable: false,
|
|
6022
6022
|
configurable: true
|
|
@@ -6026,10 +6026,10 @@
|
|
|
6026
6026
|
* Gets the effective marker brush for the current series object.
|
|
6027
6027
|
*/
|
|
6028
6028
|
get: function () {
|
|
6029
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
6029
|
+
return igniteuiAngularCore.brushToString(this.i.y2);
|
|
6030
6030
|
},
|
|
6031
6031
|
set: function (v) {
|
|
6032
|
-
this.i.
|
|
6032
|
+
this.i.y2 = igniteuiAngularCore.stringToBrush(v);
|
|
6033
6033
|
},
|
|
6034
6034
|
enumerable: false,
|
|
6035
6035
|
configurable: true
|
|
@@ -6039,10 +6039,10 @@
|
|
|
6039
6039
|
* Gets the effective marker outline for the current series object.
|
|
6040
6040
|
*/
|
|
6041
6041
|
get: function () {
|
|
6042
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
6042
|
+
return igniteuiAngularCore.brushToString(this.i.y3);
|
|
6043
6043
|
},
|
|
6044
6044
|
set: function (v) {
|
|
6045
|
-
this.i.
|
|
6045
|
+
this.i.y3 = igniteuiAngularCore.stringToBrush(v);
|
|
6046
6046
|
},
|
|
6047
6047
|
enumerable: false,
|
|
6048
6048
|
configurable: true
|
|
@@ -6192,14 +6192,14 @@
|
|
|
6192
6192
|
};
|
|
6193
6193
|
GeographicPolylineSeriesView.prototype.b5 = function () {
|
|
6194
6194
|
_super.prototype.b5.call(this);
|
|
6195
|
-
this.cl.
|
|
6196
|
-
this.cl.
|
|
6195
|
+
this.cl.ws.zi = this.cl.xy;
|
|
6196
|
+
this.cl.ws.zn = this.cl.x6;
|
|
6197
6197
|
};
|
|
6198
6198
|
GeographicPolylineSeriesView.prototype.cm = function () {
|
|
6199
|
-
this.cl.
|
|
6199
|
+
this.cl.ws.zi = this.cl.xy;
|
|
6200
6200
|
};
|
|
6201
6201
|
GeographicPolylineSeriesView.prototype.cn = function () {
|
|
6202
|
-
this.cl.
|
|
6202
|
+
this.cl.ws.zn = this.cl.x6;
|
|
6203
6203
|
};
|
|
6204
6204
|
GeographicPolylineSeriesView.$t = igniteuiAngularCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
6205
6205
|
return GeographicPolylineSeriesView;
|
|
@@ -6224,33 +6224,33 @@
|
|
|
6224
6224
|
GeographicPolylineSeries.prototype.cq = function () {
|
|
6225
6225
|
return new GeographicPolylineSeriesView(this);
|
|
6226
6226
|
};
|
|
6227
|
-
GeographicPolylineSeries.prototype.
|
|
6228
|
-
_super.prototype.
|
|
6229
|
-
this.
|
|
6227
|
+
GeographicPolylineSeries.prototype.qx = function (a) {
|
|
6228
|
+
_super.prototype.qx.call(this, a);
|
|
6229
|
+
this.xz = a;
|
|
6230
6230
|
};
|
|
6231
|
-
GeographicPolylineSeries.prototype.
|
|
6231
|
+
GeographicPolylineSeries.prototype.wr = function () {
|
|
6232
6232
|
var a = new igniteuiAngularCharts.ScatterPolylineSeries();
|
|
6233
|
-
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.
|
|
6233
|
+
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.x3));
|
|
6234
6234
|
return a;
|
|
6235
6235
|
};
|
|
6236
|
-
GeographicPolylineSeries.prototype.
|
|
6236
|
+
GeographicPolylineSeries.prototype.x3 = function (a, b) {
|
|
6237
6237
|
if (this.styleShape != null) {
|
|
6238
6238
|
this.styleShape(this, b);
|
|
6239
6239
|
}
|
|
6240
6240
|
};
|
|
6241
|
-
GeographicPolylineSeries.prototype.
|
|
6242
|
-
_super.prototype.
|
|
6241
|
+
GeographicPolylineSeries.prototype.q5 = function (a, b, c, d) {
|
|
6242
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
6243
6243
|
switch (b) {
|
|
6244
6244
|
case GeographicPolylineSeries.$$p[1]:
|
|
6245
|
-
this.
|
|
6245
|
+
this.xz.cm();
|
|
6246
6246
|
break;
|
|
6247
6247
|
case GeographicPolylineSeries.$$p[0]:
|
|
6248
|
-
this.
|
|
6248
|
+
this.xz.cn();
|
|
6249
6249
|
break;
|
|
6250
6250
|
}
|
|
6251
6251
|
};
|
|
6252
6252
|
GeographicPolylineSeries.$t = igniteuiAngularCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6253
|
-
GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6253
|
+
GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:x6:x4', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:xy:x5', [igniteuiAngularCharts.StyleSelector.$, null]]);
|
|
6254
6254
|
return GeographicPolylineSeries;
|
|
6255
6255
|
}(GeographicShapeSeriesBase));
|
|
6256
6256
|
|
|
@@ -6299,11 +6299,11 @@
|
|
|
6299
6299
|
* Gets or sets the fill brush.
|
|
6300
6300
|
*/
|
|
6301
6301
|
get: function () {
|
|
6302
|
-
return this.i.
|
|
6302
|
+
return this.i.x6 ? this.i.x6.fill : null;
|
|
6303
6303
|
},
|
|
6304
6304
|
set: function (v) {
|
|
6305
6305
|
this.ensureShapeStyle();
|
|
6306
|
-
this.i.
|
|
6306
|
+
this.i.x6.fill = v;
|
|
6307
6307
|
},
|
|
6308
6308
|
enumerable: false,
|
|
6309
6309
|
configurable: true
|
|
@@ -6313,11 +6313,11 @@
|
|
|
6313
6313
|
* Gets or sets the stroke brush.
|
|
6314
6314
|
*/
|
|
6315
6315
|
get: function () {
|
|
6316
|
-
return this.i.
|
|
6316
|
+
return this.i.x6 ? this.i.x6.stroke : null;
|
|
6317
6317
|
},
|
|
6318
6318
|
set: function (v) {
|
|
6319
6319
|
this.ensureShapeStyle();
|
|
6320
|
-
this.i.
|
|
6320
|
+
this.i.x6.stroke = v;
|
|
6321
6321
|
},
|
|
6322
6322
|
enumerable: false,
|
|
6323
6323
|
configurable: true
|
|
@@ -6327,11 +6327,11 @@
|
|
|
6327
6327
|
* Gets or sets the stroke thickness.
|
|
6328
6328
|
*/
|
|
6329
6329
|
get: function () {
|
|
6330
|
-
return this.i.
|
|
6330
|
+
return this.i.x6 ? this.i.x6.strokeThickness : NaN;
|
|
6331
6331
|
},
|
|
6332
6332
|
set: function (v) {
|
|
6333
6333
|
this.ensureShapeStyle();
|
|
6334
|
-
this.i.
|
|
6334
|
+
this.i.x6.strokeThickness = +v;
|
|
6335
6335
|
},
|
|
6336
6336
|
enumerable: false,
|
|
6337
6337
|
configurable: true
|
|
@@ -6341,20 +6341,20 @@
|
|
|
6341
6341
|
* Gets or sets the opacity.
|
|
6342
6342
|
*/
|
|
6343
6343
|
get: function () {
|
|
6344
|
-
return this.i.
|
|
6344
|
+
return this.i.x6 ? this.i.x6.opacity : NaN;
|
|
6345
6345
|
},
|
|
6346
6346
|
set: function (v) {
|
|
6347
6347
|
this.ensureShapeStyle();
|
|
6348
|
-
this.i.
|
|
6348
|
+
this.i.x6.opacity = +v;
|
|
6349
6349
|
},
|
|
6350
6350
|
enumerable: false,
|
|
6351
6351
|
configurable: true
|
|
6352
6352
|
});
|
|
6353
6353
|
IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6354
|
-
if (this.i.
|
|
6354
|
+
if (this.i.x6) {
|
|
6355
6355
|
return;
|
|
6356
6356
|
}
|
|
6357
|
-
this.i.
|
|
6357
|
+
this.i.x6 = new igniteuiAngularCore.Style();
|
|
6358
6358
|
};
|
|
6359
6359
|
Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6360
6360
|
get: function () {
|
|
@@ -6599,11 +6599,11 @@
|
|
|
6599
6599
|
tslib.__extends(TileSeries, _super);
|
|
6600
6600
|
function TileSeries() {
|
|
6601
6601
|
var _this = _super.call(this) || this;
|
|
6602
|
+
_this.zj = null;
|
|
6602
6603
|
_this.zi = null;
|
|
6603
|
-
_this.zh = null;
|
|
6604
6604
|
_this.imageTilesReady = null;
|
|
6605
|
-
_this.
|
|
6606
|
-
_this.
|
|
6605
|
+
_this.zm = null;
|
|
6606
|
+
_this.zn = false;
|
|
6607
6607
|
_this.ab = TileSeries.$;
|
|
6608
6608
|
return _this;
|
|
6609
6609
|
}
|
|
@@ -6616,42 +6616,42 @@
|
|
|
6616
6616
|
TileSeries.prototype.cq = function () {
|
|
6617
6617
|
return new TileSeriesView(this);
|
|
6618
6618
|
};
|
|
6619
|
-
TileSeries.prototype.
|
|
6620
|
-
_super.prototype.
|
|
6621
|
-
this.
|
|
6619
|
+
TileSeries.prototype.qx = function (a) {
|
|
6620
|
+
_super.prototype.qx.call(this, a);
|
|
6621
|
+
this.zh = a;
|
|
6622
6622
|
};
|
|
6623
|
-
TileSeries.prototype.
|
|
6623
|
+
TileSeries.prototype.get_xt = function () {
|
|
6624
6624
|
return false;
|
|
6625
6625
|
};
|
|
6626
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6626
|
+
Object.defineProperty(TileSeries.prototype, "zl", {
|
|
6627
6627
|
get: function () {
|
|
6628
|
-
return this.
|
|
6628
|
+
return this.zj;
|
|
6629
6629
|
},
|
|
6630
6630
|
set: function (a) {
|
|
6631
|
-
var b = a != this.
|
|
6631
|
+
var b = a != this.zl;
|
|
6632
6632
|
if (b) {
|
|
6633
|
-
var c = this.
|
|
6634
|
-
this.
|
|
6633
|
+
var c = this.zl;
|
|
6634
|
+
this.zj = a;
|
|
6635
6635
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6636
6636
|
}
|
|
6637
6637
|
},
|
|
6638
6638
|
enumerable: false,
|
|
6639
6639
|
configurable: true
|
|
6640
6640
|
});
|
|
6641
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6641
|
+
Object.defineProperty(TileSeries.prototype, "zk", {
|
|
6642
6642
|
get: function () {
|
|
6643
|
-
return this.
|
|
6643
|
+
return this.zi;
|
|
6644
6644
|
},
|
|
6645
6645
|
set: function (a) {
|
|
6646
|
-
var b = this.
|
|
6647
|
-
this.
|
|
6648
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6646
|
+
var b = this.zi;
|
|
6647
|
+
this.zi = a;
|
|
6648
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.zi);
|
|
6649
6649
|
},
|
|
6650
6650
|
enumerable: false,
|
|
6651
6651
|
configurable: true
|
|
6652
6652
|
});
|
|
6653
|
-
TileSeries.prototype.
|
|
6654
|
-
_super.prototype.
|
|
6653
|
+
TileSeries.prototype.q5 = function (a, b, c, d) {
|
|
6654
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
6655
6655
|
var e;
|
|
6656
6656
|
var f;
|
|
6657
6657
|
switch (b) {
|
|
@@ -6659,78 +6659,78 @@
|
|
|
6659
6659
|
e = c;
|
|
6660
6660
|
f = d;
|
|
6661
6661
|
if (e != null) {
|
|
6662
|
-
e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
6662
|
+
e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.zq));
|
|
6663
6663
|
}
|
|
6664
6664
|
if (f != null) {
|
|
6665
|
-
f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
6665
|
+
f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.zq));
|
|
6666
6666
|
}
|
|
6667
|
-
this.
|
|
6668
|
-
this.
|
|
6669
|
-
this.
|
|
6667
|
+
this.zh.dh(e, f);
|
|
6668
|
+
this.rn(false);
|
|
6669
|
+
this.qh();
|
|
6670
6670
|
break;
|
|
6671
6671
|
case "ActualTileImagery":
|
|
6672
6672
|
e = c;
|
|
6673
6673
|
f = d;
|
|
6674
6674
|
if (e != null) {
|
|
6675
|
-
e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
6675
|
+
e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.zr));
|
|
6676
6676
|
e.deferralHandler = null;
|
|
6677
6677
|
}
|
|
6678
6678
|
if (f != null) {
|
|
6679
|
-
f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
6679
|
+
f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.zr));
|
|
6680
6680
|
f.deferralHandler = this;
|
|
6681
6681
|
}
|
|
6682
|
-
this.
|
|
6682
|
+
this.zh.dg(e, f);
|
|
6683
6683
|
if (f != null && igniteuiAngularCore.typeCast(XamGeographicMap.$, this.c9) !== null) {
|
|
6684
6684
|
f.geographicMap = this.c9;
|
|
6685
|
-
this.
|
|
6686
|
-
this.
|
|
6685
|
+
this.zt(this.ct);
|
|
6686
|
+
this.zh.dd(this.c9.vl);
|
|
6687
6687
|
}
|
|
6688
|
-
this.
|
|
6688
|
+
this.qh();
|
|
6689
6689
|
break;
|
|
6690
6690
|
case "ActualWindowRect":
|
|
6691
|
-
this.
|
|
6691
|
+
this.zh.dd(d);
|
|
6692
6692
|
break;
|
|
6693
6693
|
case "WorldRect":
|
|
6694
|
-
this.
|
|
6694
|
+
this.zh.dk(d);
|
|
6695
6695
|
break;
|
|
6696
6696
|
case "SeriesViewer":
|
|
6697
6697
|
var g = c;
|
|
6698
6698
|
var h = d;
|
|
6699
|
-
if (g != null && this.
|
|
6700
|
-
this.
|
|
6699
|
+
if (g != null && this.zk != null) {
|
|
6700
|
+
this.zk.be(null);
|
|
6701
6701
|
}
|
|
6702
|
-
if (h != null && this.
|
|
6703
|
-
this.
|
|
6702
|
+
if (h != null && this.zk != null) {
|
|
6703
|
+
this.zk.be(this.ct.w);
|
|
6704
6704
|
}
|
|
6705
6705
|
break;
|
|
6706
6706
|
case "ActualBrush":
|
|
6707
6707
|
case "ActualOutline":
|
|
6708
6708
|
case "ActualThickness":
|
|
6709
|
-
this.
|
|
6709
|
+
this.qj();
|
|
6710
6710
|
break;
|
|
6711
6711
|
}
|
|
6712
6712
|
};
|
|
6713
|
-
TileSeries.prototype.
|
|
6713
|
+
TileSeries.prototype.zq = function (a, b) {
|
|
6714
6714
|
if (b.propertyName == "MultiScaleImage") {
|
|
6715
|
-
this.
|
|
6715
|
+
this.zt(this.ct);
|
|
6716
6716
|
}
|
|
6717
6717
|
};
|
|
6718
|
-
TileSeries.prototype.
|
|
6718
|
+
TileSeries.prototype.zr = function (a, b) {
|
|
6719
6719
|
if (this.imageTilesReady != null) {
|
|
6720
6720
|
this.imageTilesReady(this, new igniteuiAngularCore.EventArgs());
|
|
6721
6721
|
}
|
|
6722
|
-
if (!this.
|
|
6723
|
-
this.
|
|
6722
|
+
if (!this.zn) {
|
|
6723
|
+
this.zh.di();
|
|
6724
6724
|
}
|
|
6725
6725
|
};
|
|
6726
6726
|
TileSeries.prototype.register = function (a, b) {
|
|
6727
|
-
this.
|
|
6727
|
+
this.zm = b;
|
|
6728
6728
|
};
|
|
6729
6729
|
TileSeries.prototype.unRegister = function (a) {
|
|
6730
|
-
this.
|
|
6730
|
+
this.zm = null;
|
|
6731
6731
|
};
|
|
6732
6732
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6733
|
-
this.
|
|
6733
|
+
this.rn(false);
|
|
6734
6734
|
};
|
|
6735
6735
|
TileSeries.prototype.deferAction = function (a) {
|
|
6736
6736
|
if (this.jx != null) {
|
|
@@ -6740,60 +6740,60 @@
|
|
|
6740
6740
|
window.setTimeout(a, 0);
|
|
6741
6741
|
}
|
|
6742
6742
|
};
|
|
6743
|
-
TileSeries.prototype.
|
|
6744
|
-
this.
|
|
6745
|
-
_super.prototype.
|
|
6743
|
+
TileSeries.prototype.sk = function (a, b) {
|
|
6744
|
+
this.zh.dj();
|
|
6745
|
+
_super.prototype.sk.call(this, a, b);
|
|
6746
6746
|
};
|
|
6747
|
-
TileSeries.prototype.
|
|
6748
|
-
_super.prototype.
|
|
6749
|
-
this.
|
|
6747
|
+
TileSeries.prototype.ro = function (a) {
|
|
6748
|
+
_super.prototype.ro.call(this, a);
|
|
6749
|
+
this.zs(a, this.ct);
|
|
6750
6750
|
};
|
|
6751
|
-
TileSeries.prototype.
|
|
6751
|
+
TileSeries.prototype.zs = function (a, b) {
|
|
6752
6752
|
var c;
|
|
6753
6753
|
var d;
|
|
6754
6754
|
var e = b;
|
|
6755
6755
|
var f = b.getViewInfo(c, d);
|
|
6756
6756
|
c = f.p0;
|
|
6757
6757
|
d = f.p1;
|
|
6758
|
-
this.
|
|
6759
|
-
if (this.
|
|
6760
|
-
this.
|
|
6761
|
-
this.
|
|
6762
|
-
this.
|
|
6758
|
+
this.zt(b);
|
|
6759
|
+
if (this.zm != null) {
|
|
6760
|
+
this.zn = true;
|
|
6761
|
+
this.zm(a);
|
|
6762
|
+
this.zn = false;
|
|
6763
6763
|
}
|
|
6764
6764
|
e.di();
|
|
6765
6765
|
};
|
|
6766
|
-
TileSeries.prototype.
|
|
6767
|
-
_super.prototype.
|
|
6766
|
+
TileSeries.prototype.rm = function (a, b, c, d, e) {
|
|
6767
|
+
_super.prototype.rm.call(this, a, b, c, d, e);
|
|
6768
6768
|
var f = this.hl.item(d);
|
|
6769
6769
|
f.a3(c);
|
|
6770
6770
|
if (this.d3(f)) {
|
|
6771
6771
|
return;
|
|
6772
6772
|
}
|
|
6773
|
-
this.
|
|
6773
|
+
this.y0(f);
|
|
6774
6774
|
};
|
|
6775
|
-
TileSeries.prototype.
|
|
6775
|
+
TileSeries.prototype.zt = function (a) {
|
|
6776
6776
|
var b;
|
|
6777
6777
|
var c;
|
|
6778
6778
|
var d = a.getViewInfo(b, c);
|
|
6779
6779
|
b = d.p0;
|
|
6780
6780
|
c = d.p1;
|
|
6781
|
-
if (this.
|
|
6782
|
-
if (this.
|
|
6783
|
-
this.
|
|
6781
|
+
if (this.zl != null && this.zl.ao != null) {
|
|
6782
|
+
if (this.zl != this.zk) {
|
|
6783
|
+
this.zk = this.zl;
|
|
6784
6784
|
}
|
|
6785
|
-
if (this.
|
|
6786
|
-
if (this.
|
|
6787
|
-
this.
|
|
6785
|
+
if (this.zk != null && !b.isEmpty) {
|
|
6786
|
+
if (this.zk.width != b.width) {
|
|
6787
|
+
this.zk.width = b.width;
|
|
6788
6788
|
}
|
|
6789
|
-
if (this.
|
|
6790
|
-
this.
|
|
6789
|
+
if (this.zk.height != b.height) {
|
|
6790
|
+
this.zk.height = b.height;
|
|
6791
6791
|
}
|
|
6792
6792
|
}
|
|
6793
6793
|
}
|
|
6794
6794
|
};
|
|
6795
|
-
TileSeries.prototype.
|
|
6796
|
-
_super.prototype.
|
|
6795
|
+
TileSeries.prototype.o3 = function (a, b) {
|
|
6796
|
+
_super.prototype.o3.call(this, a, b);
|
|
6797
6797
|
b.de();
|
|
6798
6798
|
};
|
|
6799
6799
|
TileSeries.$t = igniteuiAngularCore.markType(TileSeries, 'TileSeries', igniteuiAngularCharts.ShapeSeriesBase.$, [igniteuiAngularCore.IMapRenderDeferralHandler_$type]);
|
|
@@ -6816,8 +6816,8 @@
|
|
|
6816
6816
|
TileSeriesView.prototype.au = function () {
|
|
6817
6817
|
_super.prototype.au.call(this);
|
|
6818
6818
|
if (!this.q) {
|
|
6819
|
-
this.da.
|
|
6820
|
-
this.da.
|
|
6819
|
+
this.da.vp = igniteuiAngularCharts.Defaults.ao;
|
|
6820
|
+
this.da.u9 = igniteuiAngularCharts.Defaults.an;
|
|
6821
6821
|
}
|
|
6822
6822
|
};
|
|
6823
6823
|
TileSeriesView.prototype.ck = function (a, b) {
|
|
@@ -6844,8 +6844,8 @@
|
|
|
6844
6844
|
this.as();
|
|
6845
6845
|
};
|
|
6846
6846
|
TileSeriesView.prototype.dd = function (a) {
|
|
6847
|
-
if (this.da.
|
|
6848
|
-
this.da.
|
|
6847
|
+
if (this.da.zl != null) {
|
|
6848
|
+
this.da.zl.windowRect = a;
|
|
6849
6849
|
}
|
|
6850
6850
|
};
|
|
6851
6851
|
TileSeriesView.prototype.dg = function (a, b) {
|
|
@@ -6880,8 +6880,8 @@
|
|
|
6880
6880
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6881
6881
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6882
6882
|
}
|
|
6883
|
-
if (this.da.
|
|
6884
|
-
this.da.
|
|
6883
|
+
if (this.da.zl != null) {
|
|
6884
|
+
this.da.zl.bf(this.bx);
|
|
6885
6885
|
}
|
|
6886
6886
|
};
|
|
6887
6887
|
TileSeriesView.prototype.a8 = function (a, b) {
|
|
@@ -6915,8 +6915,8 @@
|
|
|
6915
6915
|
TileSeriesView.prototype.de = function () {
|
|
6916
6916
|
};
|
|
6917
6917
|
TileSeriesView.prototype.dk = function (a) {
|
|
6918
|
-
if (this.da.
|
|
6919
|
-
this.da.
|
|
6918
|
+
if (this.da.zl != null) {
|
|
6919
|
+
this.da.zl.a6();
|
|
6920
6920
|
}
|
|
6921
6921
|
};
|
|
6922
6922
|
TileSeriesView.$t = igniteuiAngularCore.markType(TileSeriesView, 'TileSeriesView', igniteuiAngularCharts.ShapeSeriesViewBase.$);
|
|
@@ -6966,14 +6966,14 @@
|
|
|
6966
6966
|
* The MapImagery which is used to provide the tiles for display.
|
|
6967
6967
|
*/
|
|
6968
6968
|
get: function () {
|
|
6969
|
-
var r = this.i.
|
|
6969
|
+
var r = this.i.zl;
|
|
6970
6970
|
if (r == null) {
|
|
6971
6971
|
return null;
|
|
6972
6972
|
}
|
|
6973
6973
|
return r.externalObject;
|
|
6974
6974
|
},
|
|
6975
6975
|
set: function (v) {
|
|
6976
|
-
v == null ? this.i.
|
|
6976
|
+
v == null ? this.i.zl = null : this.i.zl = v.i;
|
|
6977
6977
|
},
|
|
6978
6978
|
enumerable: false,
|
|
6979
6979
|
configurable: true
|
|
@@ -7074,8 +7074,8 @@
|
|
|
7074
7074
|
tslib.__extends(GeographicTileSeries, _super);
|
|
7075
7075
|
function GeographicTileSeries() {
|
|
7076
7076
|
var _this = _super.call(this) || this;
|
|
7077
|
+
_this.xz = null;
|
|
7077
7078
|
_this.xy = null;
|
|
7078
|
-
_this.xx = null;
|
|
7079
7079
|
_this.imageTilesReady = null;
|
|
7080
7080
|
_this.ab = GeographicTileSeries.$;
|
|
7081
7081
|
return _this;
|
|
@@ -7086,53 +7086,53 @@
|
|
|
7086
7086
|
GeographicTileSeries.prototype.get_f1 = function () {
|
|
7087
7087
|
return true;
|
|
7088
7088
|
};
|
|
7089
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
7089
|
+
Object.defineProperty(GeographicTileSeries.prototype, "x0", {
|
|
7090
7090
|
get: function () {
|
|
7091
|
-
return this.
|
|
7091
|
+
return this.xz;
|
|
7092
7092
|
},
|
|
7093
7093
|
set: function (a) {
|
|
7094
|
-
var b = a != this.
|
|
7094
|
+
var b = a != this.x0;
|
|
7095
7095
|
if (b) {
|
|
7096
|
-
var c = this.
|
|
7097
|
-
this.
|
|
7096
|
+
var c = this.x0;
|
|
7097
|
+
this.xz = a;
|
|
7098
7098
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
7099
7099
|
}
|
|
7100
7100
|
},
|
|
7101
7101
|
enumerable: false,
|
|
7102
7102
|
configurable: true
|
|
7103
7103
|
});
|
|
7104
|
-
GeographicTileSeries.prototype.
|
|
7105
|
-
if (this.
|
|
7106
|
-
this.
|
|
7104
|
+
GeographicTileSeries.prototype.x4 = function () {
|
|
7105
|
+
if (this.x0 != null) {
|
|
7106
|
+
this.x0.clearTileCache();
|
|
7107
7107
|
}
|
|
7108
7108
|
};
|
|
7109
|
-
GeographicTileSeries.prototype.
|
|
7110
|
-
_super.prototype.
|
|
7109
|
+
GeographicTileSeries.prototype.q5 = function (a, b, c, d) {
|
|
7110
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
7111
7111
|
switch (b) {
|
|
7112
7112
|
case "TileImagery":
|
|
7113
|
-
if (this.
|
|
7114
|
-
this.
|
|
7113
|
+
if (this.ws != null) {
|
|
7114
|
+
this.ws.zl = this.x0;
|
|
7115
7115
|
}
|
|
7116
7116
|
break;
|
|
7117
7117
|
}
|
|
7118
7118
|
};
|
|
7119
|
-
GeographicTileSeries.prototype.
|
|
7120
|
-
_super.prototype.
|
|
7121
|
-
this.
|
|
7122
|
-
if (this.
|
|
7123
|
-
var a = this.
|
|
7124
|
-
a.imageTilesReady = igniteuiAngularCore.delegateRemove(a.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
7119
|
+
GeographicTileSeries.prototype.wx = function () {
|
|
7120
|
+
_super.prototype.wx.call(this);
|
|
7121
|
+
this.ws.zl = this.x0;
|
|
7122
|
+
if (this.xy != null) {
|
|
7123
|
+
var a = this.xy;
|
|
7124
|
+
a.imageTilesReady = igniteuiAngularCore.delegateRemove(a.imageTilesReady, igniteuiAngularCore.runOn(this, this.x3));
|
|
7125
7125
|
}
|
|
7126
|
-
this.
|
|
7127
|
-
if (this.
|
|
7128
|
-
var b = this.
|
|
7129
|
-
b.imageTilesReady = igniteuiAngularCore.delegateCombine(b.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
7126
|
+
this.xy = this.ws;
|
|
7127
|
+
if (this.xy != null) {
|
|
7128
|
+
var b = this.xy;
|
|
7129
|
+
b.imageTilesReady = igniteuiAngularCore.delegateCombine(b.imageTilesReady, igniteuiAngularCore.runOn(this, this.x3));
|
|
7130
7130
|
}
|
|
7131
7131
|
};
|
|
7132
|
-
GeographicTileSeries.prototype.
|
|
7132
|
+
GeographicTileSeries.prototype.wr = function () {
|
|
7133
7133
|
return new TileSeries();
|
|
7134
7134
|
};
|
|
7135
|
-
GeographicTileSeries.prototype.
|
|
7135
|
+
GeographicTileSeries.prototype.x3 = function (a, b) {
|
|
7136
7136
|
if (this.imageTilesReady != null) {
|
|
7137
7137
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
7138
7138
|
}
|
|
@@ -7179,14 +7179,14 @@
|
|
|
7179
7179
|
* The MapImagery which is used to provide the tiles for display.
|
|
7180
7180
|
*/
|
|
7181
7181
|
get: function () {
|
|
7182
|
-
var r = this.i.
|
|
7182
|
+
var r = this.i.x0;
|
|
7183
7183
|
if (r == null) {
|
|
7184
7184
|
return null;
|
|
7185
7185
|
}
|
|
7186
7186
|
return r.externalObject;
|
|
7187
7187
|
},
|
|
7188
7188
|
set: function (v) {
|
|
7189
|
-
v == null ? this.i.
|
|
7189
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
7190
7190
|
},
|
|
7191
7191
|
enumerable: false,
|
|
7192
7192
|
configurable: true
|
|
@@ -7206,7 +7206,7 @@
|
|
|
7206
7206
|
|
|
7207
7207
|
*/
|
|
7208
7208
|
IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
7209
|
-
this.i.
|
|
7209
|
+
this.i.x4();
|
|
7210
7210
|
};
|
|
7211
7211
|
Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
7212
7212
|
/**
|
|
@@ -7327,10 +7327,10 @@
|
|
|
7327
7327
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7328
7328
|
*/
|
|
7329
7329
|
get: function () {
|
|
7330
|
-
return this.i.
|
|
7330
|
+
return this.i.w2;
|
|
7331
7331
|
},
|
|
7332
7332
|
set: function (v) {
|
|
7333
|
-
this.i.
|
|
7333
|
+
this.i.w2 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
|
|
7334
7334
|
},
|
|
7335
7335
|
enumerable: false,
|
|
7336
7336
|
configurable: true
|
|
@@ -7340,10 +7340,10 @@
|
|
|
7340
7340
|
* Gets or sets thickness of the marker outline
|
|
7341
7341
|
*/
|
|
7342
7342
|
get: function () {
|
|
7343
|
-
return this.i.
|
|
7343
|
+
return this.i.w3;
|
|
7344
7344
|
},
|
|
7345
7345
|
set: function (v) {
|
|
7346
|
-
this.i.
|
|
7346
|
+
this.i.w3 = +v;
|
|
7347
7347
|
},
|
|
7348
7348
|
enumerable: false,
|
|
7349
7349
|
configurable: true
|
|
@@ -7353,10 +7353,10 @@
|
|
|
7353
7353
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7354
7354
|
*/
|
|
7355
7355
|
get: function () {
|
|
7356
|
-
return this.i.
|
|
7356
|
+
return this.i.w1;
|
|
7357
7357
|
},
|
|
7358
7358
|
set: function (v) {
|
|
7359
|
-
this.i.
|
|
7359
|
+
this.i.w1 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
|
|
7360
7360
|
},
|
|
7361
7361
|
enumerable: false,
|
|
7362
7362
|
configurable: true
|
|
@@ -7366,10 +7366,10 @@
|
|
|
7366
7366
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7367
7367
|
*/
|
|
7368
7368
|
get: function () {
|
|
7369
|
-
return this.i.
|
|
7369
|
+
return this.i.w0;
|
|
7370
7370
|
},
|
|
7371
7371
|
set: function (v) {
|
|
7372
|
-
this.i.
|
|
7372
|
+
this.i.w0 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
|
|
7373
7373
|
},
|
|
7374
7374
|
enumerable: false,
|
|
7375
7375
|
configurable: true
|
|
@@ -7379,10 +7379,10 @@
|
|
|
7379
7379
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7380
7380
|
*/
|
|
7381
7381
|
get: function () {
|
|
7382
|
-
return this.i.
|
|
7382
|
+
return this.i.xi;
|
|
7383
7383
|
},
|
|
7384
7384
|
set: function (v) {
|
|
7385
|
-
this.i.
|
|
7385
|
+
this.i.xi = v;
|
|
7386
7386
|
},
|
|
7387
7387
|
enumerable: false,
|
|
7388
7388
|
configurable: true
|
|
@@ -7392,10 +7392,10 @@
|
|
|
7392
7392
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7393
7393
|
*/
|
|
7394
7394
|
get: function () {
|
|
7395
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7395
|
+
return igniteuiAngularCore.brushToString(this.i.xw);
|
|
7396
7396
|
},
|
|
7397
7397
|
set: function (v) {
|
|
7398
|
-
this.i.
|
|
7398
|
+
this.i.xw = igniteuiAngularCore.stringToBrush(v);
|
|
7399
7399
|
},
|
|
7400
7400
|
enumerable: false,
|
|
7401
7401
|
configurable: true
|
|
@@ -7405,10 +7405,10 @@
|
|
|
7405
7405
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7406
7406
|
*/
|
|
7407
7407
|
get: function () {
|
|
7408
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7408
|
+
return igniteuiAngularCore.brushToString(this.i.xx);
|
|
7409
7409
|
},
|
|
7410
7410
|
set: function (v) {
|
|
7411
|
-
this.i.
|
|
7411
|
+
this.i.xx = igniteuiAngularCore.stringToBrush(v);
|
|
7412
7412
|
},
|
|
7413
7413
|
enumerable: false,
|
|
7414
7414
|
configurable: true
|
|
@@ -7420,10 +7420,10 @@
|
|
|
7420
7420
|
* choose a representative set.
|
|
7421
7421
|
*/
|
|
7422
7422
|
get: function () {
|
|
7423
|
-
return this.i.
|
|
7423
|
+
return this.i.w4;
|
|
7424
7424
|
},
|
|
7425
7425
|
set: function (v) {
|
|
7426
|
-
this.i.
|
|
7426
|
+
this.i.w4 = +v;
|
|
7427
7427
|
},
|
|
7428
7428
|
enumerable: false,
|
|
7429
7429
|
configurable: true
|
|
@@ -7433,10 +7433,10 @@
|
|
|
7433
7433
|
* Gets the effective marker template for the current series object.
|
|
7434
7434
|
*/
|
|
7435
7435
|
get: function () {
|
|
7436
|
-
return this.i.
|
|
7436
|
+
return this.i.xh;
|
|
7437
7437
|
},
|
|
7438
7438
|
set: function (v) {
|
|
7439
|
-
this.i.
|
|
7439
|
+
this.i.xh = v;
|
|
7440
7440
|
},
|
|
7441
7441
|
enumerable: false,
|
|
7442
7442
|
configurable: true
|
|
@@ -7446,10 +7446,10 @@
|
|
|
7446
7446
|
* Gets the effective marker brush for the current series object.
|
|
7447
7447
|
*/
|
|
7448
7448
|
get: function () {
|
|
7449
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7449
|
+
return igniteuiAngularCore.brushToString(this.i.xu);
|
|
7450
7450
|
},
|
|
7451
7451
|
set: function (v) {
|
|
7452
|
-
this.i.
|
|
7452
|
+
this.i.xu = igniteuiAngularCore.stringToBrush(v);
|
|
7453
7453
|
},
|
|
7454
7454
|
enumerable: false,
|
|
7455
7455
|
configurable: true
|
|
@@ -7459,10 +7459,10 @@
|
|
|
7459
7459
|
* Gets the effective marker outline for the current series object.
|
|
7460
7460
|
*/
|
|
7461
7461
|
get: function () {
|
|
7462
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7462
|
+
return igniteuiAngularCore.brushToString(this.i.xv);
|
|
7463
7463
|
},
|
|
7464
7464
|
set: function (v) {
|
|
7465
|
-
this.i.
|
|
7465
|
+
this.i.xv = igniteuiAngularCore.stringToBrush(v);
|
|
7466
7466
|
},
|
|
7467
7467
|
enumerable: false,
|
|
7468
7468
|
configurable: true
|
|
@@ -7513,75 +7513,75 @@
|
|
|
7513
7513
|
tslib.__extends(GeographicMarkerSeries, _super);
|
|
7514
7514
|
function GeographicMarkerSeries() {
|
|
7515
7515
|
var _this = _super.call(this) || this;
|
|
7516
|
-
var a = _this.
|
|
7517
|
-
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.
|
|
7516
|
+
var a = _this.ws;
|
|
7517
|
+
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.xg));
|
|
7518
7518
|
return _this;
|
|
7519
7519
|
}
|
|
7520
|
-
GeographicMarkerSeries.prototype.
|
|
7521
|
-
return this.
|
|
7522
|
-
};
|
|
7523
|
-
GeographicMarkerSeries.prototype.ve = function () {
|
|
7524
|
-
return this.xt;
|
|
7520
|
+
GeographicMarkerSeries.prototype.st = function () {
|
|
7521
|
+
return this.xh;
|
|
7525
7522
|
};
|
|
7526
7523
|
GeographicMarkerSeries.prototype.vf = function () {
|
|
7527
7524
|
return this.xu;
|
|
7528
7525
|
};
|
|
7526
|
+
GeographicMarkerSeries.prototype.vg = function () {
|
|
7527
|
+
return this.xv;
|
|
7528
|
+
};
|
|
7529
7529
|
GeographicMarkerSeries.prototype.il = function () {
|
|
7530
|
-
return this.
|
|
7530
|
+
return this.w3;
|
|
7531
7531
|
};
|
|
7532
|
-
GeographicMarkerSeries.prototype.
|
|
7533
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.
|
|
7532
|
+
GeographicMarkerSeries.prototype.l8 = function () {
|
|
7533
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.ws);
|
|
7534
7534
|
if (a == null) {
|
|
7535
7535
|
return "Unknown";
|
|
7536
7536
|
}
|
|
7537
|
-
return a.
|
|
7537
|
+
return a.l8();
|
|
7538
7538
|
};
|
|
7539
|
-
GeographicMarkerSeries.prototype.
|
|
7540
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.
|
|
7539
|
+
GeographicMarkerSeries.prototype.xg = function (a, b) {
|
|
7540
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.ws);
|
|
7541
7541
|
if (c == null) {
|
|
7542
7542
|
return;
|
|
7543
7543
|
}
|
|
7544
7544
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7545
|
-
this.
|
|
7545
|
+
this.xh = c.xs;
|
|
7546
7546
|
}
|
|
7547
7547
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7548
|
-
this.
|
|
7548
|
+
this.xv = c.ya;
|
|
7549
7549
|
}
|
|
7550
7550
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7551
|
-
this.
|
|
7551
|
+
this.xu = c.x9;
|
|
7552
7552
|
}
|
|
7553
7553
|
};
|
|
7554
|
-
GeographicMarkerSeries.prototype.
|
|
7555
|
-
_super.prototype.
|
|
7554
|
+
GeographicMarkerSeries.prototype.q5 = function (a, b, c, d) {
|
|
7555
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
7556
7556
|
switch (b) {
|
|
7557
7557
|
case GeographicMarkerSeries.$$p[3]:
|
|
7558
|
-
this.
|
|
7558
|
+
this.ws.yb = this.xw;
|
|
7559
7559
|
break;
|
|
7560
7560
|
case GeographicMarkerSeries.$$p[6]:
|
|
7561
|
-
this.
|
|
7561
|
+
this.ws.yc = this.xx;
|
|
7562
7562
|
break;
|
|
7563
7563
|
case GeographicMarkerSeries.$$p[5]:
|
|
7564
|
-
this.
|
|
7564
|
+
this.ws.ww = this.w1;
|
|
7565
7565
|
break;
|
|
7566
7566
|
case GeographicMarkerSeries.$$p[4]:
|
|
7567
|
-
this.
|
|
7567
|
+
this.ws.ws = this.w0;
|
|
7568
7568
|
break;
|
|
7569
7569
|
case GeographicMarkerSeries.$$p[9]:
|
|
7570
|
-
this.
|
|
7570
|
+
this.ws.w2 = this.w2;
|
|
7571
7571
|
break;
|
|
7572
7572
|
case GeographicMarkerSeries.$$p[7]:
|
|
7573
|
-
this.
|
|
7573
|
+
this.ws.xu = this.xi;
|
|
7574
7574
|
break;
|
|
7575
7575
|
case GeographicMarkerSeries.$$p[8]:
|
|
7576
|
-
this.
|
|
7576
|
+
this.ws.xb = this.w3;
|
|
7577
7577
|
break;
|
|
7578
7578
|
case GeographicMarkerSeries.$$p[10]:
|
|
7579
|
-
this.
|
|
7579
|
+
this.ws.z1 = this.w4;
|
|
7580
7580
|
break;
|
|
7581
7581
|
}
|
|
7582
7582
|
};
|
|
7583
7583
|
GeographicMarkerSeries.$t = igniteuiAngularCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7584
|
-
GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7584
|
+
GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xu:xj', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:xv:xk', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:xh:xl', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:xw:xm', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:w0:xn', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w1:xo', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:xx:xp', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:xi:xq', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:w3:xr', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:w2:xs', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:w4:xt', [1, 400]]);
|
|
7585
7585
|
return GeographicMarkerSeries;
|
|
7586
7586
|
}(GeographicMapSeriesHost));
|
|
7587
7587
|
|
|
@@ -7609,49 +7609,49 @@
|
|
|
7609
7609
|
};
|
|
7610
7610
|
GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
|
|
7611
7611
|
_super.prototype.b5.call(this);
|
|
7612
|
-
var a = this.ch.
|
|
7613
|
-
a.
|
|
7614
|
-
a.
|
|
7615
|
-
a.
|
|
7616
|
-
a.
|
|
7617
|
-
a.
|
|
7612
|
+
var a = this.ch.ws;
|
|
7613
|
+
a.aal = this.ch.yr;
|
|
7614
|
+
a.aat = this.ch.yp;
|
|
7615
|
+
a.w2 = this.ch.w2;
|
|
7616
|
+
a.xu = this.ch.xi;
|
|
7617
|
+
a.xb = this.ch.w3;
|
|
7618
|
+
a.act = this.ch.yb;
|
|
7619
|
+
a.adj = this.ch.yw;
|
|
7620
|
+
a.acj = this.ch.x3;
|
|
7621
|
+
a.ac9 = this.ch.yn;
|
|
7622
|
+
a.ac4 = this.ch.yf;
|
|
7623
|
+
a.acg = this.ch.x0;
|
|
7624
|
+
a.acr = this.ch.x7;
|
|
7618
7625
|
a.acs = this.ch.ya;
|
|
7619
|
-
a.
|
|
7620
|
-
a.aci = this.ch.x2;
|
|
7621
|
-
a.ac8 = this.ch.ym;
|
|
7622
|
-
a.ac3 = this.ch.ye;
|
|
7623
|
-
a.acf = this.ch.xz;
|
|
7624
|
-
a.acq = this.ch.x6;
|
|
7625
|
-
a.acr = this.ch.x9;
|
|
7626
|
+
a.acy = this.ch.yd;
|
|
7626
7627
|
a.acx = this.ch.yc;
|
|
7627
|
-
a.acw = this.ch.yb;
|
|
7628
7628
|
};
|
|
7629
7629
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
7630
|
-
this.ch.
|
|
7630
|
+
this.ch.ws.aal = this.ch.yr;
|
|
7631
7631
|
};
|
|
7632
7632
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
7633
|
-
this.ch.
|
|
7633
|
+
this.ch.ws.aat = this.ch.yp;
|
|
7634
7634
|
};
|
|
7635
7635
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7636
|
-
this.ch.
|
|
7636
|
+
this.ch.ws.w2 = this.ch.w2;
|
|
7637
7637
|
};
|
|
7638
7638
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
7639
|
-
this.ch.
|
|
7639
|
+
this.ch.ws.xu = this.ch.xi;
|
|
7640
7640
|
};
|
|
7641
7641
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7642
|
-
this.ch.
|
|
7642
|
+
this.ch.ws.xb = this.ch.w3;
|
|
7643
7643
|
};
|
|
7644
7644
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7645
|
-
this.ch.
|
|
7645
|
+
this.ch.ws.z1 = this.ch.w4;
|
|
7646
7646
|
};
|
|
7647
7647
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7648
|
-
this.ch.
|
|
7648
|
+
this.ch.ws.xAxis = this.ch.c9.v8;
|
|
7649
7649
|
};
|
|
7650
7650
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7651
|
-
this.ch.
|
|
7651
|
+
this.ch.ws.yAxis = this.ch.c9.wa;
|
|
7652
7652
|
};
|
|
7653
7653
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7654
|
-
var a = this.ch.
|
|
7654
|
+
var a = this.ch.ws;
|
|
7655
7655
|
if (this.ch.c9 == null) {
|
|
7656
7656
|
a.xAxis = null;
|
|
7657
7657
|
a.yAxis = null;
|
|
@@ -7661,45 +7661,45 @@
|
|
|
7661
7661
|
a.yAxis = this.ch.c9.wa;
|
|
7662
7662
|
};
|
|
7663
7663
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7664
|
-
this.ch.
|
|
7664
|
+
this.ch.ws.yb = this.ch.xw;
|
|
7665
7665
|
};
|
|
7666
7666
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
7667
|
-
this.ch.
|
|
7667
|
+
this.ch.ws.yc = this.ch.xx;
|
|
7668
7668
|
};
|
|
7669
7669
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7670
|
-
this.ch.
|
|
7670
|
+
this.ch.ws.adj = this.ch.yw;
|
|
7671
7671
|
};
|
|
7672
7672
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7673
|
-
this.ch.
|
|
7674
|
-
this.ch.
|
|
7673
|
+
this.ch.ws.acj = this.ch.x3;
|
|
7674
|
+
this.ch.ws.act = this.ch.yb;
|
|
7675
7675
|
};
|
|
7676
7676
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
7677
|
-
this.ch.
|
|
7677
|
+
this.ch.ws.ac9 = this.ch.yn;
|
|
7678
7678
|
};
|
|
7679
7679
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
7680
|
-
this.ch.
|
|
7681
|
-
this.ch.
|
|
7682
|
-
this.ch.
|
|
7683
|
-
this.ch.
|
|
7684
|
-
this.ch.
|
|
7680
|
+
this.ch.ws.acg = this.ch.x0;
|
|
7681
|
+
this.ch.ws.acr = this.ch.x7;
|
|
7682
|
+
this.ch.ws.acs = this.ch.ya;
|
|
7683
|
+
this.ch.ws.acy = this.ch.yd;
|
|
7684
|
+
this.ch.ws.acx = this.ch.yc;
|
|
7685
7685
|
};
|
|
7686
7686
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7687
|
-
this.ch.
|
|
7687
|
+
this.ch.ws.ac4 = this.ch.yf;
|
|
7688
7688
|
};
|
|
7689
7689
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7690
|
-
this.ch.
|
|
7690
|
+
this.ch.ws.act = this.ch.yb;
|
|
7691
7691
|
};
|
|
7692
7692
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
7693
|
-
this.ch.
|
|
7693
|
+
this.ch.ws.acr = this.ch.x7;
|
|
7694
7694
|
};
|
|
7695
7695
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7696
|
-
this.ch.
|
|
7696
|
+
this.ch.ws.acs = this.ch.ya;
|
|
7697
7697
|
};
|
|
7698
7698
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
7699
|
-
this.ch.
|
|
7699
|
+
this.ch.ws.acy = this.ch.yd;
|
|
7700
7700
|
};
|
|
7701
7701
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
7702
|
-
this.ch.
|
|
7702
|
+
this.ch.ws.acx = this.ch.yc;
|
|
7703
7703
|
};
|
|
7704
7704
|
GeographicProportionalSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7705
7705
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7711,9 +7711,9 @@
|
|
|
7711
7711
|
tslib.__extends(GeographicProportionalSymbolSeries, _super);
|
|
7712
7712
|
function GeographicProportionalSymbolSeries() {
|
|
7713
7713
|
var _this = _super.call(this) || this;
|
|
7714
|
-
_this.
|
|
7714
|
+
_this.x1 = null;
|
|
7715
|
+
_this.x6 = false;
|
|
7715
7716
|
_this.x5 = false;
|
|
7716
|
-
_this.x4 = false;
|
|
7717
7717
|
_this.assigningScatterStyle = null;
|
|
7718
7718
|
_this.assigningScatterMarkerStyle = null;
|
|
7719
7719
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -7728,111 +7728,111 @@
|
|
|
7728
7728
|
GeographicProportionalSymbolSeries.prototype.cq = function () {
|
|
7729
7729
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7730
7730
|
};
|
|
7731
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7732
|
-
_super.prototype.
|
|
7733
|
-
this.
|
|
7731
|
+
GeographicProportionalSymbolSeries.prototype.qx = function (a) {
|
|
7732
|
+
_super.prototype.qx.call(this, a);
|
|
7733
|
+
this.x4 = a;
|
|
7734
7734
|
};
|
|
7735
7735
|
GeographicProportionalSymbolSeries.prototype.jj = function () {
|
|
7736
7736
|
return 0.7;
|
|
7737
7737
|
};
|
|
7738
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7738
|
+
GeographicProportionalSymbolSeries.prototype.wr = function () {
|
|
7739
7739
|
return new igniteuiAngularCharts.BubbleSeries();
|
|
7740
7740
|
};
|
|
7741
7741
|
GeographicProportionalSymbolSeries.prototype.get_fc = function () {
|
|
7742
7742
|
return true;
|
|
7743
7743
|
};
|
|
7744
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7745
|
-
_super.prototype.
|
|
7744
|
+
GeographicProportionalSymbolSeries.prototype.q5 = function (a, b, c, d) {
|
|
7745
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
7746
7746
|
switch (b) {
|
|
7747
7747
|
case "SeriesViewer":
|
|
7748
|
-
this.
|
|
7748
|
+
this.x4.cx();
|
|
7749
7749
|
break;
|
|
7750
7750
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7751
|
-
this.
|
|
7751
|
+
this.x4.cq();
|
|
7752
7752
|
break;
|
|
7753
7753
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7754
|
-
this.
|
|
7754
|
+
this.x4.cp();
|
|
7755
7755
|
break;
|
|
7756
7756
|
case "XAxis":
|
|
7757
|
-
this.
|
|
7757
|
+
this.x4.cy();
|
|
7758
7758
|
break;
|
|
7759
7759
|
case "YAxis":
|
|
7760
|
-
this.
|
|
7760
|
+
this.x4.cz();
|
|
7761
7761
|
break;
|
|
7762
7762
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7763
|
-
this.
|
|
7763
|
+
this.x4.c0();
|
|
7764
7764
|
break;
|
|
7765
7765
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7766
|
-
this.
|
|
7766
|
+
this.x4.c1();
|
|
7767
7767
|
break;
|
|
7768
7768
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7769
|
-
this.
|
|
7769
|
+
this.x4.c2();
|
|
7770
7770
|
break;
|
|
7771
7771
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7772
|
-
this.
|
|
7772
|
+
this.x4.cl();
|
|
7773
7773
|
break;
|
|
7774
7774
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7775
|
-
this.
|
|
7775
|
+
this.x4.ci();
|
|
7776
7776
|
break;
|
|
7777
7777
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7778
|
-
this.
|
|
7778
|
+
this.x4.cj();
|
|
7779
7779
|
break;
|
|
7780
7780
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7781
|
-
this.
|
|
7781
|
+
this.x4.ck();
|
|
7782
7782
|
break;
|
|
7783
7783
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7784
|
-
this.
|
|
7784
|
+
this.x4.co();
|
|
7785
7785
|
break;
|
|
7786
7786
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7787
|
-
this.
|
|
7787
|
+
this.x4.cn();
|
|
7788
7788
|
break;
|
|
7789
7789
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7790
|
-
this.
|
|
7790
|
+
this.x4.cm();
|
|
7791
7791
|
break;
|
|
7792
7792
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7793
|
-
this.
|
|
7794
|
-
this.
|
|
7795
|
-
if (this.
|
|
7796
|
-
var e = this.
|
|
7797
|
-
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
7793
|
+
this.ws.zh = this.x9;
|
|
7794
|
+
this.x6 = this.x9;
|
|
7795
|
+
if (this.x9) {
|
|
7796
|
+
var e = this.ws;
|
|
7797
|
+
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.y1));
|
|
7798
7798
|
}
|
|
7799
7799
|
else {
|
|
7800
|
-
var f = this.
|
|
7801
|
-
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
7800
|
+
var f = this.ws;
|
|
7801
|
+
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.y1));
|
|
7802
7802
|
}
|
|
7803
7803
|
break;
|
|
7804
7804
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7805
|
-
this.
|
|
7806
|
-
this.
|
|
7807
|
-
if (this.
|
|
7808
|
-
var g = this.
|
|
7809
|
-
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
7805
|
+
this.ws.zg = this.x8;
|
|
7806
|
+
this.x5 = this.x8;
|
|
7807
|
+
if (this.x9) {
|
|
7808
|
+
var g = this.ws;
|
|
7809
|
+
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.y0));
|
|
7810
7810
|
}
|
|
7811
7811
|
else {
|
|
7812
|
-
var h = this.
|
|
7813
|
-
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
7812
|
+
var h = this.ws;
|
|
7813
|
+
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.y0));
|
|
7814
7814
|
}
|
|
7815
7815
|
break;
|
|
7816
7816
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7817
|
-
this.
|
|
7817
|
+
this.ws.y0 = this.x2;
|
|
7818
7818
|
break;
|
|
7819
7819
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7820
|
-
this.
|
|
7820
|
+
this.ws.z0 = this.ye;
|
|
7821
7821
|
break;
|
|
7822
7822
|
}
|
|
7823
7823
|
};
|
|
7824
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7824
|
+
GeographicProportionalSymbolSeries.prototype.y1 = function (a, b) {
|
|
7825
7825
|
if (this.assigningScatterStyle != null) {
|
|
7826
7826
|
this.assigningScatterStyle(this, b);
|
|
7827
7827
|
}
|
|
7828
7828
|
};
|
|
7829
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7829
|
+
GeographicProportionalSymbolSeries.prototype.y0 = function (a, b) {
|
|
7830
7830
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7831
7831
|
this.assigningScatterMarkerStyle(this, b);
|
|
7832
7832
|
}
|
|
7833
7833
|
};
|
|
7834
7834
|
GeographicProportionalSymbolSeries.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7835
|
-
GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7835
|
+
GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yf:y2', [2], 'FillScale:x0:y3', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:x7:y4', [0, false], 'IsCustomScatterMarkerStyleAllowed:x8:y5', [0, false], 'IsCustomScatterStyleAllowed:x9:y6', [0, false], 'ItemSearchMode:x2:y7', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ye:y8', [1, 10000], 'LabelMemberPath:yn:y9', [2], 'LatitudeMemberPath:yp:za', [2, null], 'LongitudeMemberPath:yr:zb', [2, null], 'MarkerBrushBrightness:yc:zc', [1, NaN], 'MarkerOutlineBrightness:yd:zd', [1, NaN], 'MarkerOutlineUsesFillScale:ya:ze', [0, false], 'RadiusMemberPath:yw:zf', [2, null], 'RadiusScale:x3:zg', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:yb:zh', [0, false]]);
|
|
7836
7836
|
return GeographicProportionalSymbolSeries;
|
|
7837
7837
|
}(GeographicMarkerSeries));
|
|
7838
7838
|
|
|
@@ -7883,10 +7883,10 @@
|
|
|
7883
7883
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7884
7884
|
*/
|
|
7885
7885
|
get: function () {
|
|
7886
|
-
return this.i.
|
|
7886
|
+
return this.i.yp;
|
|
7887
7887
|
},
|
|
7888
7888
|
set: function (v) {
|
|
7889
|
-
this.i.
|
|
7889
|
+
this.i.yp = v;
|
|
7890
7890
|
},
|
|
7891
7891
|
enumerable: false,
|
|
7892
7892
|
configurable: true
|
|
@@ -7896,10 +7896,10 @@
|
|
|
7896
7896
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7897
7897
|
*/
|
|
7898
7898
|
get: function () {
|
|
7899
|
-
return this.i.
|
|
7899
|
+
return this.i.yr;
|
|
7900
7900
|
},
|
|
7901
7901
|
set: function (v) {
|
|
7902
|
-
this.i.
|
|
7902
|
+
this.i.yr = v;
|
|
7903
7903
|
},
|
|
7904
7904
|
enumerable: false,
|
|
7905
7905
|
configurable: true
|
|
@@ -7909,10 +7909,10 @@
|
|
|
7909
7909
|
* Gets or sets the radius mapping property for the current series object.
|
|
7910
7910
|
*/
|
|
7911
7911
|
get: function () {
|
|
7912
|
-
return this.i.
|
|
7912
|
+
return this.i.yw;
|
|
7913
7913
|
},
|
|
7914
7914
|
set: function (v) {
|
|
7915
|
-
this.i.
|
|
7915
|
+
this.i.yw = v;
|
|
7916
7916
|
},
|
|
7917
7917
|
enumerable: false,
|
|
7918
7918
|
configurable: true
|
|
@@ -7922,7 +7922,7 @@
|
|
|
7922
7922
|
* Gets or sets the radius size scale for the bubbles.
|
|
7923
7923
|
*/
|
|
7924
7924
|
get: function () {
|
|
7925
|
-
var r = this.i.
|
|
7925
|
+
var r = this.i.x3;
|
|
7926
7926
|
if (r == null) {
|
|
7927
7927
|
return null;
|
|
7928
7928
|
}
|
|
@@ -7938,7 +7938,7 @@
|
|
|
7938
7938
|
set: function (v) {
|
|
7939
7939
|
if (v != null && this._stylingContainer && v._styling)
|
|
7940
7940
|
v._styling(this._stylingContainer, this, this);
|
|
7941
|
-
v == null ? this.i.
|
|
7941
|
+
v == null ? this.i.x3 = null : this.i.x3 = v.i;
|
|
7942
7942
|
},
|
|
7943
7943
|
enumerable: false,
|
|
7944
7944
|
configurable: true
|
|
@@ -7948,10 +7948,10 @@
|
|
|
7948
7948
|
* Gets or sets the Label mapping property for the current series object.
|
|
7949
7949
|
*/
|
|
7950
7950
|
get: function () {
|
|
7951
|
-
return this.i.
|
|
7951
|
+
return this.i.yn;
|
|
7952
7952
|
},
|
|
7953
7953
|
set: function (v) {
|
|
7954
|
-
this.i.
|
|
7954
|
+
this.i.yn = v;
|
|
7955
7955
|
},
|
|
7956
7956
|
enumerable: false,
|
|
7957
7957
|
configurable: true
|
|
@@ -7961,10 +7961,10 @@
|
|
|
7961
7961
|
* Gets or sets the fill mapping property for the current series object.
|
|
7962
7962
|
*/
|
|
7963
7963
|
get: function () {
|
|
7964
|
-
return this.i.
|
|
7964
|
+
return this.i.yf;
|
|
7965
7965
|
},
|
|
7966
7966
|
set: function (v) {
|
|
7967
|
-
this.i.
|
|
7967
|
+
this.i.yf = v;
|
|
7968
7968
|
},
|
|
7969
7969
|
enumerable: false,
|
|
7970
7970
|
configurable: true
|
|
@@ -7974,7 +7974,7 @@
|
|
|
7974
7974
|
* Gets or sets the brush scale for the marker brush.
|
|
7975
7975
|
*/
|
|
7976
7976
|
get: function () {
|
|
7977
|
-
var r = this.i.
|
|
7977
|
+
var r = this.i.x0;
|
|
7978
7978
|
if (r == null) {
|
|
7979
7979
|
return null;
|
|
7980
7980
|
}
|
|
@@ -7990,7 +7990,7 @@
|
|
|
7990
7990
|
set: function (v) {
|
|
7991
7991
|
if (v != null && this._stylingContainer && v._styling)
|
|
7992
7992
|
v._styling(this._stylingContainer, this, this);
|
|
7993
|
-
v == null ? this.i.
|
|
7993
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
7994
7994
|
},
|
|
7995
7995
|
enumerable: false,
|
|
7996
7996
|
configurable: true
|
|
@@ -8001,10 +8001,10 @@
|
|
|
8001
8001
|
* This setting applies only if multiple series are using the same FillScale.
|
|
8002
8002
|
*/
|
|
8003
8003
|
get: function () {
|
|
8004
|
-
return this.i.
|
|
8004
|
+
return this.i.x7;
|
|
8005
8005
|
},
|
|
8006
8006
|
set: function (v) {
|
|
8007
|
-
this.i.
|
|
8007
|
+
this.i.x7 = igniteuiAngularCore.ensureBool(v);
|
|
8008
8008
|
},
|
|
8009
8009
|
enumerable: false,
|
|
8010
8010
|
configurable: true
|
|
@@ -8015,10 +8015,10 @@
|
|
|
8015
8015
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
8016
8016
|
*/
|
|
8017
8017
|
get: function () {
|
|
8018
|
-
return this.i.
|
|
8018
|
+
return this.i.ya;
|
|
8019
8019
|
},
|
|
8020
8020
|
set: function (v) {
|
|
8021
|
-
this.i.
|
|
8021
|
+
this.i.ya = igniteuiAngularCore.ensureBool(v);
|
|
8022
8022
|
},
|
|
8023
8023
|
enumerable: false,
|
|
8024
8024
|
configurable: true
|
|
@@ -8029,10 +8029,10 @@
|
|
|
8029
8029
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
8030
8030
|
*/
|
|
8031
8031
|
get: function () {
|
|
8032
|
-
return this.i.
|
|
8032
|
+
return this.i.yd;
|
|
8033
8033
|
},
|
|
8034
8034
|
set: function (v) {
|
|
8035
|
-
this.i.
|
|
8035
|
+
this.i.yd = +v;
|
|
8036
8036
|
},
|
|
8037
8037
|
enumerable: false,
|
|
8038
8038
|
configurable: true
|
|
@@ -8043,10 +8043,10 @@
|
|
|
8043
8043
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
8044
8044
|
*/
|
|
8045
8045
|
get: function () {
|
|
8046
|
-
return this.i.
|
|
8046
|
+
return this.i.yc;
|
|
8047
8047
|
},
|
|
8048
8048
|
set: function (v) {
|
|
8049
|
-
this.i.
|
|
8049
|
+
this.i.yc = +v;
|
|
8050
8050
|
},
|
|
8051
8051
|
enumerable: false,
|
|
8052
8052
|
configurable: true
|
|
@@ -8057,10 +8057,10 @@
|
|
|
8057
8057
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
8058
8058
|
*/
|
|
8059
8059
|
get: function () {
|
|
8060
|
-
return this.i.
|
|
8060
|
+
return this.i.yb;
|
|
8061
8061
|
},
|
|
8062
8062
|
set: function (v) {
|
|
8063
|
-
this.i.
|
|
8063
|
+
this.i.yb = igniteuiAngularCore.ensureBool(v);
|
|
8064
8064
|
},
|
|
8065
8065
|
enumerable: false,
|
|
8066
8066
|
configurable: true
|
|
@@ -8070,10 +8070,10 @@
|
|
|
8070
8070
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8071
8071
|
*/
|
|
8072
8072
|
get: function () {
|
|
8073
|
-
return this.i.
|
|
8073
|
+
return this.i.x9;
|
|
8074
8074
|
},
|
|
8075
8075
|
set: function (v) {
|
|
8076
|
-
this.i.
|
|
8076
|
+
this.i.x9 = igniteuiAngularCore.ensureBool(v);
|
|
8077
8077
|
},
|
|
8078
8078
|
enumerable: false,
|
|
8079
8079
|
configurable: true
|
|
@@ -8083,10 +8083,10 @@
|
|
|
8083
8083
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8084
8084
|
*/
|
|
8085
8085
|
get: function () {
|
|
8086
|
-
return this.i.
|
|
8086
|
+
return this.i.x8;
|
|
8087
8087
|
},
|
|
8088
8088
|
set: function (v) {
|
|
8089
|
-
this.i.
|
|
8089
|
+
this.i.x8 = igniteuiAngularCore.ensureBool(v);
|
|
8090
8090
|
},
|
|
8091
8091
|
enumerable: false,
|
|
8092
8092
|
configurable: true
|
|
@@ -8096,10 +8096,10 @@
|
|
|
8096
8096
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8097
8097
|
*/
|
|
8098
8098
|
get: function () {
|
|
8099
|
-
return this.i.
|
|
8099
|
+
return this.i.x2;
|
|
8100
8100
|
},
|
|
8101
8101
|
set: function (v) {
|
|
8102
|
-
this.i.
|
|
8102
|
+
this.i.x2 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
|
|
8103
8103
|
},
|
|
8104
8104
|
enumerable: false,
|
|
8105
8105
|
configurable: true
|
|
@@ -8109,10 +8109,10 @@
|
|
|
8109
8109
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8110
8110
|
*/
|
|
8111
8111
|
get: function () {
|
|
8112
|
-
return this.i.
|
|
8112
|
+
return this.i.ye;
|
|
8113
8113
|
},
|
|
8114
8114
|
set: function (v) {
|
|
8115
|
-
this.i.
|
|
8115
|
+
this.i.ye = +v;
|
|
8116
8116
|
},
|
|
8117
8117
|
enumerable: false,
|
|
8118
8118
|
configurable: true
|
|
@@ -8314,40 +8314,40 @@
|
|
|
8314
8314
|
}
|
|
8315
8315
|
};
|
|
8316
8316
|
GeographicSymbolSeriesView.prototype.b5 = function () {
|
|
8317
|
-
var a = this.ch.
|
|
8317
|
+
var a = this.ch.ws;
|
|
8318
8318
|
_super.prototype.b5.call(this);
|
|
8319
|
-
a.
|
|
8320
|
-
a.
|
|
8321
|
-
a.
|
|
8322
|
-
a.
|
|
8323
|
-
a.
|
|
8319
|
+
a.aal = this.ch.yg;
|
|
8320
|
+
a.aat = this.ch.ye;
|
|
8321
|
+
a.w2 = this.ch.w2;
|
|
8322
|
+
a.xu = this.ch.xi;
|
|
8323
|
+
a.xb = this.ch.w3;
|
|
8324
8324
|
};
|
|
8325
8325
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
8326
|
-
this.ch.
|
|
8326
|
+
this.ch.ws.aal = this.ch.yg;
|
|
8327
8327
|
};
|
|
8328
8328
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8329
|
-
this.ch.
|
|
8329
|
+
this.ch.ws.aat = this.ch.ye;
|
|
8330
8330
|
};
|
|
8331
8331
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8332
|
-
this.ch.
|
|
8332
|
+
this.ch.ws.w2 = this.ch.w2;
|
|
8333
8333
|
};
|
|
8334
8334
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
8335
|
-
this.ch.
|
|
8335
|
+
this.ch.ws.xu = this.ch.xi;
|
|
8336
8336
|
};
|
|
8337
8337
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8338
|
-
this.ch.
|
|
8338
|
+
this.ch.ws.xb = this.ch.w3;
|
|
8339
8339
|
};
|
|
8340
8340
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8341
|
-
this.ch.
|
|
8341
|
+
this.ch.ws.z1 = this.ch.w4;
|
|
8342
8342
|
};
|
|
8343
8343
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
8344
|
-
this.ch.
|
|
8344
|
+
this.ch.ws.xAxis = this.ch.c9.v8;
|
|
8345
8345
|
};
|
|
8346
8346
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
8347
|
-
this.ch.
|
|
8347
|
+
this.ch.ws.yAxis = this.ch.c9.wa;
|
|
8348
8348
|
};
|
|
8349
8349
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
8350
|
-
var a = this.ch.
|
|
8350
|
+
var a = this.ch.ws;
|
|
8351
8351
|
if (this.ch.c9 == null) {
|
|
8352
8352
|
a.xAxis = null;
|
|
8353
8353
|
a.yAxis = null;
|
|
@@ -8357,13 +8357,13 @@
|
|
|
8357
8357
|
a.yAxis = this.ch.c9.wa;
|
|
8358
8358
|
};
|
|
8359
8359
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8360
|
-
this.ch.
|
|
8360
|
+
this.ch.ws.yl = this.ch.x0;
|
|
8361
8361
|
};
|
|
8362
8362
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
8363
|
-
this.ch.
|
|
8363
|
+
this.ch.ws.yb = this.ch.xw;
|
|
8364
8364
|
};
|
|
8365
8365
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
8366
|
-
this.ch.
|
|
8366
|
+
this.ch.ws.yc = this.ch.xx;
|
|
8367
8367
|
};
|
|
8368
8368
|
GeographicSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8369
8369
|
return GeographicSymbolSeriesView;
|
|
@@ -8375,9 +8375,9 @@
|
|
|
8375
8375
|
tslib.__extends(GeographicSymbolSeries, _super);
|
|
8376
8376
|
function GeographicSymbolSeries() {
|
|
8377
8377
|
var _this = _super.call(this) || this;
|
|
8378
|
-
_this.
|
|
8378
|
+
_this.x2 = null;
|
|
8379
|
+
_this.x5 = false;
|
|
8379
8380
|
_this.x4 = false;
|
|
8380
|
-
_this.x3 = false;
|
|
8381
8381
|
_this.assigningScatterStyle = null;
|
|
8382
8382
|
_this.assigningScatterMarkerStyle = null;
|
|
8383
8383
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -8392,84 +8392,84 @@
|
|
|
8392
8392
|
GeographicSymbolSeries.prototype.cq = function () {
|
|
8393
8393
|
return new GeographicSymbolSeriesView(this);
|
|
8394
8394
|
};
|
|
8395
|
-
GeographicSymbolSeries.prototype.
|
|
8396
|
-
_super.prototype.
|
|
8397
|
-
this.
|
|
8395
|
+
GeographicSymbolSeries.prototype.qx = function (a) {
|
|
8396
|
+
_super.prototype.qx.call(this, a);
|
|
8397
|
+
this.x3 = a;
|
|
8398
8398
|
};
|
|
8399
8399
|
GeographicSymbolSeries.prototype.jj = function () {
|
|
8400
8400
|
return 0.7;
|
|
8401
8401
|
};
|
|
8402
|
-
GeographicSymbolSeries.prototype.
|
|
8402
|
+
GeographicSymbolSeries.prototype.wr = function () {
|
|
8403
8403
|
return new igniteuiAngularCharts.ScatterSeries();
|
|
8404
8404
|
};
|
|
8405
8405
|
GeographicSymbolSeries.prototype.get_fc = function () {
|
|
8406
8406
|
return true;
|
|
8407
8407
|
};
|
|
8408
|
-
GeographicSymbolSeries.prototype.
|
|
8409
|
-
_super.prototype.
|
|
8408
|
+
GeographicSymbolSeries.prototype.q5 = function (a, b, c, d) {
|
|
8409
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
8410
8410
|
switch (b) {
|
|
8411
8411
|
case "SeriesViewer":
|
|
8412
|
-
this.
|
|
8412
|
+
this.x3.cr();
|
|
8413
8413
|
break;
|
|
8414
8414
|
case GeographicSymbolSeries.$$p[5]:
|
|
8415
|
-
this.
|
|
8415
|
+
this.x3.cj();
|
|
8416
8416
|
break;
|
|
8417
8417
|
case GeographicSymbolSeries.$$p[4]:
|
|
8418
|
-
this.
|
|
8418
|
+
this.x3.ci();
|
|
8419
8419
|
break;
|
|
8420
8420
|
case GeographicSymbolSeries.$$p[6]:
|
|
8421
|
-
this.
|
|
8421
|
+
this.x3.cl();
|
|
8422
8422
|
break;
|
|
8423
8423
|
case "XAxis":
|
|
8424
|
-
this.
|
|
8424
|
+
this.x3.cs();
|
|
8425
8425
|
break;
|
|
8426
8426
|
case "YAxis":
|
|
8427
|
-
this.
|
|
8427
|
+
this.x3.ct();
|
|
8428
8428
|
break;
|
|
8429
8429
|
case GeographicSymbolSeries.$$p[1]:
|
|
8430
|
-
this.
|
|
8431
|
-
this.
|
|
8432
|
-
if (this.
|
|
8433
|
-
var e = this.
|
|
8434
|
-
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
8430
|
+
this.ws.zh = this.x7;
|
|
8431
|
+
this.x5 = this.x7;
|
|
8432
|
+
if (this.x7) {
|
|
8433
|
+
var e = this.ws;
|
|
8434
|
+
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.yl));
|
|
8435
8435
|
}
|
|
8436
8436
|
else {
|
|
8437
|
-
var f = this.
|
|
8438
|
-
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
8437
|
+
var f = this.ws;
|
|
8438
|
+
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.yl));
|
|
8439
8439
|
}
|
|
8440
8440
|
break;
|
|
8441
8441
|
case GeographicSymbolSeries.$$p[0]:
|
|
8442
|
-
this.
|
|
8443
|
-
this.
|
|
8444
|
-
if (this.
|
|
8445
|
-
var g = this.
|
|
8446
|
-
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
8442
|
+
this.ws.zg = this.x6;
|
|
8443
|
+
this.x4 = this.x6;
|
|
8444
|
+
if (this.x7) {
|
|
8445
|
+
var g = this.ws;
|
|
8446
|
+
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.yk));
|
|
8447
8447
|
}
|
|
8448
8448
|
else {
|
|
8449
|
-
var h = this.
|
|
8450
|
-
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
8449
|
+
var h = this.ws;
|
|
8450
|
+
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.yk));
|
|
8451
8451
|
}
|
|
8452
8452
|
break;
|
|
8453
8453
|
case GeographicSymbolSeries.$$p[2]:
|
|
8454
|
-
this.
|
|
8454
|
+
this.ws.y0 = this.x1;
|
|
8455
8455
|
break;
|
|
8456
8456
|
case GeographicSymbolSeries.$$p[3]:
|
|
8457
|
-
this.
|
|
8457
|
+
this.ws.z0 = this.x9;
|
|
8458
8458
|
break;
|
|
8459
8459
|
}
|
|
8460
8460
|
};
|
|
8461
|
-
GeographicSymbolSeries.prototype.
|
|
8461
|
+
GeographicSymbolSeries.prototype.yl = function (a, b) {
|
|
8462
8462
|
if (this.assigningScatterStyle != null) {
|
|
8463
8463
|
this.assigningScatterStyle(this, b);
|
|
8464
8464
|
}
|
|
8465
8465
|
};
|
|
8466
|
-
GeographicSymbolSeries.prototype.
|
|
8466
|
+
GeographicSymbolSeries.prototype.yk = function (a, b) {
|
|
8467
8467
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8468
8468
|
this.assigningScatterMarkerStyle(this, b);
|
|
8469
8469
|
}
|
|
8470
8470
|
};
|
|
8471
8471
|
GeographicSymbolSeries.$t = igniteuiAngularCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8472
|
-
GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8472
|
+
GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:x6:ym', [0, false], 'IsCustomScatterStyleAllowed:x7:yn', [0, false], 'ItemSearchMode:x1:yo', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:x9:yp', [1, 10000], 'LatitudeMemberPath:ye:yq', [2, null], 'LongitudeMemberPath:yg:yr', [2, null], 'MarkerCollisionAvoidance:x0:ys', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:x8:yt', [0, false]]);
|
|
8473
8473
|
return GeographicSymbolSeries;
|
|
8474
8474
|
}(GeographicMarkerSeries));
|
|
8475
8475
|
|
|
@@ -8520,10 +8520,10 @@
|
|
|
8520
8520
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8521
8521
|
*/
|
|
8522
8522
|
get: function () {
|
|
8523
|
-
return this.i.
|
|
8523
|
+
return this.i.ye;
|
|
8524
8524
|
},
|
|
8525
8525
|
set: function (v) {
|
|
8526
|
-
this.i.
|
|
8526
|
+
this.i.ye = v;
|
|
8527
8527
|
},
|
|
8528
8528
|
enumerable: false,
|
|
8529
8529
|
configurable: true
|
|
@@ -8533,10 +8533,10 @@
|
|
|
8533
8533
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8534
8534
|
*/
|
|
8535
8535
|
get: function () {
|
|
8536
|
-
return this.i.
|
|
8536
|
+
return this.i.yg;
|
|
8537
8537
|
},
|
|
8538
8538
|
set: function (v) {
|
|
8539
|
-
this.i.
|
|
8539
|
+
this.i.yg = v;
|
|
8540
8540
|
},
|
|
8541
8541
|
enumerable: false,
|
|
8542
8542
|
configurable: true
|
|
@@ -8546,10 +8546,10 @@
|
|
|
8546
8546
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8547
8547
|
*/
|
|
8548
8548
|
get: function () {
|
|
8549
|
-
return this.i.
|
|
8549
|
+
return this.i.x0;
|
|
8550
8550
|
},
|
|
8551
8551
|
set: function (v) {
|
|
8552
|
-
this.i.
|
|
8552
|
+
this.i.x0 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
|
|
8553
8553
|
},
|
|
8554
8554
|
enumerable: false,
|
|
8555
8555
|
configurable: true
|
|
@@ -8559,10 +8559,10 @@
|
|
|
8559
8559
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8560
8560
|
*/
|
|
8561
8561
|
get: function () {
|
|
8562
|
-
return this.i.
|
|
8562
|
+
return this.i.x7;
|
|
8563
8563
|
},
|
|
8564
8564
|
set: function (v) {
|
|
8565
|
-
this.i.
|
|
8565
|
+
this.i.x7 = igniteuiAngularCore.ensureBool(v);
|
|
8566
8566
|
},
|
|
8567
8567
|
enumerable: false,
|
|
8568
8568
|
configurable: true
|
|
@@ -8572,10 +8572,10 @@
|
|
|
8572
8572
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8573
8573
|
*/
|
|
8574
8574
|
get: function () {
|
|
8575
|
-
return this.i.
|
|
8575
|
+
return this.i.x6;
|
|
8576
8576
|
},
|
|
8577
8577
|
set: function (v) {
|
|
8578
|
-
this.i.
|
|
8578
|
+
this.i.x6 = igniteuiAngularCore.ensureBool(v);
|
|
8579
8579
|
},
|
|
8580
8580
|
enumerable: false,
|
|
8581
8581
|
configurable: true
|
|
@@ -8585,10 +8585,10 @@
|
|
|
8585
8585
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8586
8586
|
*/
|
|
8587
8587
|
get: function () {
|
|
8588
|
-
return this.i.
|
|
8588
|
+
return this.i.x1;
|
|
8589
8589
|
},
|
|
8590
8590
|
set: function (v) {
|
|
8591
|
-
this.i.
|
|
8591
|
+
this.i.x1 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
|
|
8592
8592
|
},
|
|
8593
8593
|
enumerable: false,
|
|
8594
8594
|
configurable: true
|
|
@@ -8598,10 +8598,10 @@
|
|
|
8598
8598
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8599
8599
|
*/
|
|
8600
8600
|
get: function () {
|
|
8601
|
-
return this.i.
|
|
8601
|
+
return this.i.x9;
|
|
8602
8602
|
},
|
|
8603
8603
|
set: function (v) {
|
|
8604
|
-
this.i.
|
|
8604
|
+
this.i.x9 = +v;
|
|
8605
8605
|
},
|
|
8606
8606
|
enumerable: false,
|
|
8607
8607
|
configurable: true
|
|
@@ -8784,10 +8784,10 @@
|
|
|
8784
8784
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8785
8785
|
*/
|
|
8786
8786
|
get: function () {
|
|
8787
|
-
return this.i.
|
|
8787
|
+
return this.i.w4;
|
|
8788
8788
|
},
|
|
8789
8789
|
set: function (v) {
|
|
8790
|
-
this.i.
|
|
8790
|
+
this.i.w4 = v;
|
|
8791
8791
|
},
|
|
8792
8792
|
enumerable: false,
|
|
8793
8793
|
configurable: true
|
|
@@ -8797,10 +8797,10 @@
|
|
|
8797
8797
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8798
8798
|
*/
|
|
8799
8799
|
get: function () {
|
|
8800
|
-
return this.i.
|
|
8800
|
+
return this.i.w2;
|
|
8801
8801
|
},
|
|
8802
8802
|
set: function (v) {
|
|
8803
|
-
this.i.
|
|
8803
|
+
this.i.w2 = v;
|
|
8804
8804
|
},
|
|
8805
8805
|
enumerable: false,
|
|
8806
8806
|
configurable: true
|
|
@@ -8811,10 +8811,10 @@
|
|
|
8811
8811
|
* 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.
|
|
8812
8812
|
*/
|
|
8813
8813
|
get: function () {
|
|
8814
|
-
return this.i.
|
|
8814
|
+
return this.i.w1;
|
|
8815
8815
|
},
|
|
8816
8816
|
set: function (v) {
|
|
8817
|
-
this.i.
|
|
8817
|
+
this.i.w1 = v;
|
|
8818
8818
|
},
|
|
8819
8819
|
enumerable: false,
|
|
8820
8820
|
configurable: true
|
|
@@ -8824,10 +8824,10 @@
|
|
|
8824
8824
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8825
8825
|
*/
|
|
8826
8826
|
get: function () {
|
|
8827
|
-
return this.i.
|
|
8827
|
+
return this.i.w7;
|
|
8828
8828
|
},
|
|
8829
8829
|
set: function (v) {
|
|
8830
|
-
this.i.
|
|
8830
|
+
this.i.w7 = v;
|
|
8831
8831
|
},
|
|
8832
8832
|
enumerable: false,
|
|
8833
8833
|
configurable: true
|
|
@@ -8837,10 +8837,10 @@
|
|
|
8837
8837
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8838
8838
|
*/
|
|
8839
8839
|
get: function () {
|
|
8840
|
-
return this.i.
|
|
8840
|
+
return this.i.w9;
|
|
8841
8841
|
},
|
|
8842
8842
|
set: function (v) {
|
|
8843
|
-
this.i.
|
|
8843
|
+
this.i.w9 = v;
|
|
8844
8844
|
},
|
|
8845
8845
|
enumerable: false,
|
|
8846
8846
|
configurable: true
|
|
@@ -8850,10 +8850,10 @@
|
|
|
8850
8850
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8851
8851
|
*/
|
|
8852
8852
|
get: function () {
|
|
8853
|
-
return this.i.
|
|
8853
|
+
return this.i.xb;
|
|
8854
8854
|
},
|
|
8855
8855
|
set: function (v) {
|
|
8856
|
-
this.i.
|
|
8856
|
+
this.i.xb = v;
|
|
8857
8857
|
},
|
|
8858
8858
|
enumerable: false,
|
|
8859
8859
|
configurable: true
|
|
@@ -8928,10 +8928,10 @@
|
|
|
8928
8928
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8929
8929
|
*/
|
|
8930
8930
|
get: function () {
|
|
8931
|
-
return this.i.
|
|
8931
|
+
return this.i.xq;
|
|
8932
8932
|
},
|
|
8933
8933
|
set: function (v) {
|
|
8934
|
-
this.i.
|
|
8934
|
+
this.i.xq = v;
|
|
8935
8935
|
},
|
|
8936
8936
|
enumerable: false,
|
|
8937
8937
|
configurable: true
|
|
@@ -8941,7 +8941,7 @@
|
|
|
8941
8941
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8942
8942
|
*/
|
|
8943
8943
|
get: function () {
|
|
8944
|
-
var r = this.i.
|
|
8944
|
+
var r = this.i.xl;
|
|
8945
8945
|
if (r == null) {
|
|
8946
8946
|
return null;
|
|
8947
8947
|
}
|
|
@@ -8957,7 +8957,7 @@
|
|
|
8957
8957
|
set: function (v) {
|
|
8958
8958
|
if (v != null && this._stylingContainer && v._styling)
|
|
8959
8959
|
v._styling(this._stylingContainer, this, this);
|
|
8960
|
-
v == null ? this.i.
|
|
8960
|
+
v == null ? this.i.xl = null : this.i.xl = v.i;
|
|
8961
8961
|
},
|
|
8962
8962
|
enumerable: false,
|
|
8963
8963
|
configurable: true
|
|
@@ -8967,7 +8967,7 @@
|
|
|
8967
8967
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8968
8968
|
*/
|
|
8969
8969
|
get: function () {
|
|
8970
|
-
var r = this.i.
|
|
8970
|
+
var r = this.i.xk;
|
|
8971
8971
|
if (r == null) {
|
|
8972
8972
|
return null;
|
|
8973
8973
|
}
|
|
@@ -8983,7 +8983,7 @@
|
|
|
8983
8983
|
set: function (v) {
|
|
8984
8984
|
if (v != null && this._stylingContainer && v._styling)
|
|
8985
8985
|
v._styling(this._stylingContainer, this, this);
|
|
8986
|
-
v == null ? this.i.
|
|
8986
|
+
v == null ? this.i.xk = null : this.i.xk = v.i;
|
|
8987
8987
|
},
|
|
8988
8988
|
enumerable: false,
|
|
8989
8989
|
configurable: true
|
|
@@ -9017,7 +9017,7 @@
|
|
|
9017
9017
|
|
|
9018
9018
|
*/
|
|
9019
9019
|
IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
9020
|
-
this.i.
|
|
9020
|
+
this.i.xv();
|
|
9021
9021
|
};
|
|
9022
9022
|
Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
9023
9023
|
/**
|
|
@@ -9137,71 +9137,71 @@
|
|
|
9137
9137
|
}
|
|
9138
9138
|
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
9139
9139
|
_super.prototype.b5.call(this);
|
|
9140
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.
|
|
9141
|
-
a.
|
|
9142
|
-
a.
|
|
9140
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.ws);
|
|
9141
|
+
a.y0 = this.ch.xh;
|
|
9142
|
+
a.y8 = this.ch.xf;
|
|
9143
|
+
a.xd = this.ch.w4;
|
|
9143
9144
|
a.xc = this.ch.w3;
|
|
9144
|
-
a.
|
|
9145
|
-
a.
|
|
9145
|
+
a.f6 = this.ch.w2;
|
|
9146
|
+
a.x8 = this.ch.w6;
|
|
9146
9147
|
a.x7 = this.ch.w5;
|
|
9147
|
-
a.
|
|
9148
|
+
a.z6 = this.ch.x0;
|
|
9148
9149
|
a.z5 = this.ch.xz;
|
|
9149
|
-
a.
|
|
9150
|
-
a.yj = this.ch.w8;
|
|
9150
|
+
a.yk = this.ch.w9;
|
|
9151
9151
|
};
|
|
9152
9152
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
9153
|
-
this.ch.
|
|
9153
|
+
this.ch.ws.y0 = this.ch.xh;
|
|
9154
9154
|
};
|
|
9155
9155
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
9156
|
-
this.ch.
|
|
9156
|
+
this.ch.ws.y8 = this.ch.xf;
|
|
9157
9157
|
};
|
|
9158
9158
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
9159
|
-
this.ch.
|
|
9159
|
+
this.ch.ws.xd = this.ch.w4;
|
|
9160
9160
|
};
|
|
9161
9161
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9162
|
-
this.ch.
|
|
9162
|
+
this.ch.ws.xc = this.ch.w3;
|
|
9163
9163
|
};
|
|
9164
9164
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
9165
|
-
this.ch.
|
|
9165
|
+
this.ch.ws.f6 = this.ch.w2;
|
|
9166
9166
|
};
|
|
9167
9167
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
9168
|
-
this.ch.
|
|
9168
|
+
this.ch.ws.x8 = this.ch.w6;
|
|
9169
9169
|
};
|
|
9170
9170
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
9171
|
-
this.ch.
|
|
9171
|
+
this.ch.ws.x7 = this.ch.w5;
|
|
9172
9172
|
};
|
|
9173
9173
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9174
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.
|
|
9174
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.ch.ws);
|
|
9175
9175
|
if (this.ch.c9 == null) {
|
|
9176
|
-
a.
|
|
9177
|
-
a.
|
|
9176
|
+
a.wx = null;
|
|
9177
|
+
a.wz = null;
|
|
9178
9178
|
return;
|
|
9179
9179
|
}
|
|
9180
|
-
a.
|
|
9181
|
-
a.
|
|
9180
|
+
a.wx = this.ch.c9.v8;
|
|
9181
|
+
a.wz = this.ch.c9.wa;
|
|
9182
9182
|
};
|
|
9183
9183
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
9184
|
-
this.ch.
|
|
9184
|
+
this.ch.ws.wx = this.ch.c9.v8;
|
|
9185
9185
|
};
|
|
9186
9186
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
9187
|
-
this.ch.
|
|
9187
|
+
this.ch.ws.wz = this.ch.c9.wa;
|
|
9188
9188
|
};
|
|
9189
9189
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9190
|
-
this.ch.
|
|
9190
|
+
this.ch.ws.z6 = this.ch.x0;
|
|
9191
9191
|
};
|
|
9192
9192
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9193
|
-
this.ch.
|
|
9193
|
+
this.ch.ws.z5 = this.ch.xz;
|
|
9194
9194
|
};
|
|
9195
9195
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
9196
|
-
this.ch.
|
|
9196
|
+
this.ch.ws.yk = this.ch.w9;
|
|
9197
9197
|
};
|
|
9198
9198
|
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
9199
9199
|
_super.prototype.au.call(this);
|
|
9200
9200
|
if (!this.q) {
|
|
9201
|
-
this.ch.
|
|
9202
|
-
this.ch.
|
|
9203
|
-
this.ch.
|
|
9204
|
-
this.ch.
|
|
9201
|
+
this.ch.x0 = igniteuiAngularCharts.Defaults.aq;
|
|
9202
|
+
this.ch.xz = igniteuiAngularCharts.Defaults.ap;
|
|
9203
|
+
this.ch.u9 = igniteuiAngularCharts.Defaults.al;
|
|
9204
|
+
this.ch.vp = igniteuiAngularCharts.Defaults.ak;
|
|
9205
9205
|
}
|
|
9206
9206
|
};
|
|
9207
9207
|
GeographicHighDensityScatterSeriesView.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -9214,9 +9214,9 @@
|
|
|
9214
9214
|
tslib.__extends(GeographicHighDensityScatterSeries, _super);
|
|
9215
9215
|
function GeographicHighDensityScatterSeries() {
|
|
9216
9216
|
var _this = _super.call(this) || this;
|
|
9217
|
-
_this.
|
|
9217
|
+
_this.w0 = null;
|
|
9218
9218
|
_this.progressiveLoadStatusChanged = null;
|
|
9219
|
-
_this.
|
|
9219
|
+
_this.w8 = 0;
|
|
9220
9220
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9221
9221
|
return _this;
|
|
9222
9222
|
}
|
|
@@ -9235,85 +9235,85 @@
|
|
|
9235
9235
|
GeographicHighDensityScatterSeries.prototype.cq = function () {
|
|
9236
9236
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9237
9237
|
};
|
|
9238
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9239
|
-
_super.prototype.
|
|
9240
|
-
this.
|
|
9238
|
+
GeographicHighDensityScatterSeries.prototype.qx = function (a) {
|
|
9239
|
+
_super.prototype.qx.call(this, a);
|
|
9240
|
+
this.w1 = a;
|
|
9241
9241
|
};
|
|
9242
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9243
|
-
this.
|
|
9244
|
-
return this.
|
|
9242
|
+
GeographicHighDensityScatterSeries.prototype.wr = function () {
|
|
9243
|
+
this.w0 = new igniteuiAngularCharts.HighDensityScatterSeries();
|
|
9244
|
+
return this.w0;
|
|
9245
9245
|
};
|
|
9246
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9246
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xa", {
|
|
9247
9247
|
get: function () {
|
|
9248
|
-
return this.
|
|
9248
|
+
return this.w8;
|
|
9249
9249
|
},
|
|
9250
9250
|
set: function (a) {
|
|
9251
|
-
var b = this.
|
|
9252
|
-
this.
|
|
9253
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
9251
|
+
var b = this.w8;
|
|
9252
|
+
this.w8 = a;
|
|
9253
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.w8);
|
|
9254
9254
|
},
|
|
9255
9255
|
enumerable: false,
|
|
9256
9256
|
configurable: true
|
|
9257
9257
|
});
|
|
9258
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9259
|
-
_super.prototype.
|
|
9260
|
-
var a = this.
|
|
9261
|
-
a.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
9262
|
-
var b = this.
|
|
9263
|
-
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
9264
|
-
};
|
|
9265
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9266
|
-
this.
|
|
9258
|
+
GeographicHighDensityScatterSeries.prototype.wx = function () {
|
|
9259
|
+
_super.prototype.wx.call(this);
|
|
9260
|
+
var a = this.ws;
|
|
9261
|
+
a.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.xo));
|
|
9262
|
+
var b = this.ws;
|
|
9263
|
+
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.xn));
|
|
9264
|
+
};
|
|
9265
|
+
GeographicHighDensityScatterSeries.prototype.xo = function (a, b) {
|
|
9266
|
+
this.xa = b.currentStatus;
|
|
9267
9267
|
if (this.progressiveLoadStatusChanged != null) {
|
|
9268
9268
|
this.progressiveLoadStatusChanged(this, b);
|
|
9269
9269
|
}
|
|
9270
9270
|
};
|
|
9271
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9272
|
-
if (this.
|
|
9271
|
+
GeographicHighDensityScatterSeries.prototype.xn = function (a, b) {
|
|
9272
|
+
if (this.w0 == null) {
|
|
9273
9273
|
return;
|
|
9274
9274
|
}
|
|
9275
9275
|
};
|
|
9276
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9277
|
-
_super.prototype.
|
|
9276
|
+
GeographicHighDensityScatterSeries.prototype.q5 = function (a, b, c, d) {
|
|
9277
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
9278
9278
|
switch (b) {
|
|
9279
9279
|
case "SeriesViewer":
|
|
9280
|
-
this.
|
|
9280
|
+
this.w1.cr();
|
|
9281
9281
|
break;
|
|
9282
9282
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9283
|
-
this.
|
|
9283
|
+
this.w1.cn();
|
|
9284
9284
|
break;
|
|
9285
9285
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9286
|
-
this.
|
|
9286
|
+
this.w1.cm();
|
|
9287
9287
|
break;
|
|
9288
9288
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9289
|
-
this.
|
|
9289
|
+
this.w1.cs();
|
|
9290
9290
|
break;
|
|
9291
9291
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9292
|
-
this.
|
|
9292
|
+
this.w1.cq();
|
|
9293
9293
|
break;
|
|
9294
9294
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9295
|
-
this.
|
|
9295
|
+
this.w1.co();
|
|
9296
9296
|
break;
|
|
9297
9297
|
case "XAxis":
|
|
9298
|
-
this.
|
|
9298
|
+
this.w1.ct();
|
|
9299
9299
|
break;
|
|
9300
9300
|
case "YAxis":
|
|
9301
|
-
this.
|
|
9301
|
+
this.w1.cu();
|
|
9302
9302
|
break;
|
|
9303
9303
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9304
|
-
this.
|
|
9304
|
+
this.w1.cl();
|
|
9305
9305
|
break;
|
|
9306
9306
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9307
|
-
this.
|
|
9307
|
+
this.w1.cj();
|
|
9308
9308
|
break;
|
|
9309
9309
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9310
|
-
this.
|
|
9310
|
+
this.w1.ck();
|
|
9311
9311
|
break;
|
|
9312
9312
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9313
|
-
this.
|
|
9313
|
+
this.w1.ci();
|
|
9314
9314
|
break;
|
|
9315
9315
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9316
|
-
this.
|
|
9316
|
+
this.w1.cp();
|
|
9317
9317
|
break;
|
|
9318
9318
|
}
|
|
9319
9319
|
};
|
|
@@ -9324,7 +9324,7 @@
|
|
|
9324
9324
|
_super.prototype.set_g5.call(this, a);
|
|
9325
9325
|
};
|
|
9326
9326
|
GeographicHighDensityScatterSeries.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
9327
|
-
GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
9327
|
+
GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:xz:xp', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.ap], 'HeatMaximum:w5:xq', [1, 50], 'HeatMinimumColor:x0:xr', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.aq], 'HeatMinimum:w6:xs', [1, 0], 'LatitudeMemberPath:xf:xt', [2, null], 'LongitudeMemberPath:xh:xu', [2, null], 'MouseOverEnabled:w2:xv', [0, false], 'PointExtent:w9:xw', [1, 1], 'ProgressiveLoad:w3:xx', [0, true], 'UseBruteForce:w4:xy', [0, false]]);
|
|
9328
9328
|
return GeographicHighDensityScatterSeries;
|
|
9329
9329
|
}(GeographicMapSeriesHost));
|
|
9330
9330
|
|
|
@@ -9374,10 +9374,10 @@
|
|
|
9374
9374
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9375
9375
|
*/
|
|
9376
9376
|
get: function () {
|
|
9377
|
-
return this.i.
|
|
9377
|
+
return this.i.xf;
|
|
9378
9378
|
},
|
|
9379
9379
|
set: function (v) {
|
|
9380
|
-
this.i.
|
|
9380
|
+
this.i.xf = v;
|
|
9381
9381
|
},
|
|
9382
9382
|
enumerable: false,
|
|
9383
9383
|
configurable: true
|
|
@@ -9387,10 +9387,10 @@
|
|
|
9387
9387
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9388
9388
|
*/
|
|
9389
9389
|
get: function () {
|
|
9390
|
-
return this.i.
|
|
9390
|
+
return this.i.xh;
|
|
9391
9391
|
},
|
|
9392
9392
|
set: function (v) {
|
|
9393
|
-
this.i.
|
|
9393
|
+
this.i.xh = v;
|
|
9394
9394
|
},
|
|
9395
9395
|
enumerable: false,
|
|
9396
9396
|
configurable: true
|
|
@@ -9400,10 +9400,10 @@
|
|
|
9400
9400
|
* Gets or sets the whether to use use brute force mode.
|
|
9401
9401
|
*/
|
|
9402
9402
|
get: function () {
|
|
9403
|
-
return this.i.
|
|
9403
|
+
return this.i.w4;
|
|
9404
9404
|
},
|
|
9405
9405
|
set: function (v) {
|
|
9406
|
-
this.i.
|
|
9406
|
+
this.i.w4 = igniteuiAngularCore.ensureBool(v);
|
|
9407
9407
|
},
|
|
9408
9408
|
enumerable: false,
|
|
9409
9409
|
configurable: true
|
|
@@ -9413,10 +9413,10 @@
|
|
|
9413
9413
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9414
9414
|
*/
|
|
9415
9415
|
get: function () {
|
|
9416
|
-
return this.i.
|
|
9416
|
+
return this.i.w3;
|
|
9417
9417
|
},
|
|
9418
9418
|
set: function (v) {
|
|
9419
|
-
this.i.
|
|
9419
|
+
this.i.w3 = igniteuiAngularCore.ensureBool(v);
|
|
9420
9420
|
},
|
|
9421
9421
|
enumerable: false,
|
|
9422
9422
|
configurable: true
|
|
@@ -9426,10 +9426,10 @@
|
|
|
9426
9426
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9427
9427
|
*/
|
|
9428
9428
|
get: function () {
|
|
9429
|
-
return this.i.
|
|
9429
|
+
return this.i.w2;
|
|
9430
9430
|
},
|
|
9431
9431
|
set: function (v) {
|
|
9432
|
-
this.i.
|
|
9432
|
+
this.i.w2 = igniteuiAngularCore.ensureBool(v);
|
|
9433
9433
|
},
|
|
9434
9434
|
enumerable: false,
|
|
9435
9435
|
configurable: true
|
|
@@ -9439,10 +9439,10 @@
|
|
|
9439
9439
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9440
9440
|
*/
|
|
9441
9441
|
get: function () {
|
|
9442
|
-
return this.i.
|
|
9442
|
+
return this.i.w6;
|
|
9443
9443
|
},
|
|
9444
9444
|
set: function (v) {
|
|
9445
|
-
this.i.
|
|
9445
|
+
this.i.w6 = +v;
|
|
9446
9446
|
},
|
|
9447
9447
|
enumerable: false,
|
|
9448
9448
|
configurable: true
|
|
@@ -9452,10 +9452,10 @@
|
|
|
9452
9452
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9453
9453
|
*/
|
|
9454
9454
|
get: function () {
|
|
9455
|
-
return this.i.
|
|
9455
|
+
return this.i.w5;
|
|
9456
9456
|
},
|
|
9457
9457
|
set: function (v) {
|
|
9458
|
-
this.i.
|
|
9458
|
+
this.i.w5 = +v;
|
|
9459
9459
|
},
|
|
9460
9460
|
enumerable: false,
|
|
9461
9461
|
configurable: true
|
|
@@ -9465,10 +9465,10 @@
|
|
|
9465
9465
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9466
9466
|
*/
|
|
9467
9467
|
get: function () {
|
|
9468
|
-
return igniteuiAngularCore.colorToString(this.i.
|
|
9468
|
+
return igniteuiAngularCore.colorToString(this.i.x0);
|
|
9469
9469
|
},
|
|
9470
9470
|
set: function (v) {
|
|
9471
|
-
this.i.
|
|
9471
|
+
this.i.x0 = igniteuiAngularCore.stringToColor(v);
|
|
9472
9472
|
},
|
|
9473
9473
|
enumerable: false,
|
|
9474
9474
|
configurable: true
|
|
@@ -9478,10 +9478,10 @@
|
|
|
9478
9478
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9479
9479
|
*/
|
|
9480
9480
|
get: function () {
|
|
9481
|
-
return igniteuiAngularCore.colorToString(this.i.
|
|
9481
|
+
return igniteuiAngularCore.colorToString(this.i.xz);
|
|
9482
9482
|
},
|
|
9483
9483
|
set: function (v) {
|
|
9484
|
-
this.i.
|
|
9484
|
+
this.i.xz = igniteuiAngularCore.stringToColor(v);
|
|
9485
9485
|
},
|
|
9486
9486
|
enumerable: false,
|
|
9487
9487
|
configurable: true
|
|
@@ -9491,10 +9491,10 @@
|
|
|
9491
9491
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9492
9492
|
*/
|
|
9493
9493
|
get: function () {
|
|
9494
|
-
return this.i.
|
|
9494
|
+
return this.i.w9;
|
|
9495
9495
|
},
|
|
9496
9496
|
set: function (v) {
|
|
9497
|
-
this.i.
|
|
9497
|
+
this.i.w9 = +v;
|
|
9498
9498
|
},
|
|
9499
9499
|
enumerable: false,
|
|
9500
9500
|
configurable: true
|
|
@@ -9504,10 +9504,10 @@
|
|
|
9504
9504
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9505
9505
|
*/
|
|
9506
9506
|
get: function () {
|
|
9507
|
-
return this.i.
|
|
9507
|
+
return this.i.xa;
|
|
9508
9508
|
},
|
|
9509
9509
|
set: function (v) {
|
|
9510
|
-
this.i.
|
|
9510
|
+
this.i.xa = +v;
|
|
9511
9511
|
},
|
|
9512
9512
|
enumerable: false,
|
|
9513
9513
|
configurable: true
|
|
@@ -9666,19 +9666,19 @@
|
|
|
9666
9666
|
};
|
|
9667
9667
|
GeographicContourLineSeriesView.prototype.b5 = function () {
|
|
9668
9668
|
_super.prototype.b5.call(this);
|
|
9669
|
-
if (this.cp.
|
|
9670
|
-
this.cp.
|
|
9671
|
-
this.cp.
|
|
9669
|
+
if (this.cp.ws != null) {
|
|
9670
|
+
this.cp.xk.yn = this.cp.xn;
|
|
9671
|
+
this.cp.xk.yx = this.cp.xr;
|
|
9672
9672
|
}
|
|
9673
9673
|
};
|
|
9674
9674
|
GeographicContourLineSeriesView.prototype.cq = function () {
|
|
9675
|
-
if (this.cp.
|
|
9676
|
-
this.cp.
|
|
9675
|
+
if (this.cp.xk != null) {
|
|
9676
|
+
this.cp.xk.yn = this.cp.xn;
|
|
9677
9677
|
}
|
|
9678
9678
|
};
|
|
9679
9679
|
GeographicContourLineSeriesView.prototype.cr = function () {
|
|
9680
|
-
if (this.cp.
|
|
9681
|
-
this.cp.
|
|
9680
|
+
if (this.cp.xk != null) {
|
|
9681
|
+
this.cp.xk.yx = this.cp.xr;
|
|
9682
9682
|
}
|
|
9683
9683
|
};
|
|
9684
9684
|
GeographicContourLineSeriesView.$t = igniteuiAngularCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9701,69 +9701,69 @@
|
|
|
9701
9701
|
GeographicContourLineSeries.prototype.get_fh = function () {
|
|
9702
9702
|
return true;
|
|
9703
9703
|
};
|
|
9704
|
-
GeographicContourLineSeries.prototype.
|
|
9705
|
-
_super.prototype.
|
|
9704
|
+
GeographicContourLineSeries.prototype.wx = function () {
|
|
9705
|
+
_super.prototype.wx.call(this);
|
|
9706
9706
|
};
|
|
9707
|
-
GeographicContourLineSeries.prototype.
|
|
9708
|
-
this.
|
|
9709
|
-
var a = this.
|
|
9710
|
-
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
9711
|
-
var b = this.
|
|
9712
|
-
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
9713
|
-
return this.
|
|
9707
|
+
GeographicContourLineSeries.prototype.wr = function () {
|
|
9708
|
+
this.xk = new igniteuiAngularCharts.ScatterContourSeries();
|
|
9709
|
+
var a = this.xk;
|
|
9710
|
+
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.xu));
|
|
9711
|
+
var b = this.xk;
|
|
9712
|
+
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.xv));
|
|
9713
|
+
return this.xk;
|
|
9714
9714
|
};
|
|
9715
|
-
GeographicContourLineSeries.prototype.
|
|
9715
|
+
GeographicContourLineSeries.prototype.xu = function (a, b) {
|
|
9716
9716
|
if (this.triangulationStatusChanged != null) {
|
|
9717
9717
|
this.triangulationStatusChanged(this, b);
|
|
9718
9718
|
}
|
|
9719
9719
|
};
|
|
9720
|
-
GeographicContourLineSeries.prototype.
|
|
9721
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.
|
|
9720
|
+
GeographicContourLineSeries.prototype.xv = function (a, b) {
|
|
9721
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.ws);
|
|
9722
9722
|
if (c == null) {
|
|
9723
9723
|
return;
|
|
9724
9724
|
}
|
|
9725
9725
|
if (b.propertyName == "ActualFillScale") {
|
|
9726
|
-
this.
|
|
9726
|
+
this.xm = c.ym;
|
|
9727
9727
|
}
|
|
9728
9728
|
};
|
|
9729
|
-
GeographicContourLineSeries.prototype.
|
|
9730
|
-
_super.prototype.
|
|
9729
|
+
GeographicContourLineSeries.prototype.sb = function () {
|
|
9730
|
+
_super.prototype.sb.call(this);
|
|
9731
9731
|
};
|
|
9732
9732
|
GeographicContourLineSeries.prototype.cq = function () {
|
|
9733
9733
|
return new GeographicContourLineSeriesView(this);
|
|
9734
9734
|
};
|
|
9735
|
-
GeographicContourLineSeries.prototype.
|
|
9736
|
-
_super.prototype.
|
|
9737
|
-
this.
|
|
9735
|
+
GeographicContourLineSeries.prototype.qx = function (a) {
|
|
9736
|
+
_super.prototype.qx.call(this, a);
|
|
9737
|
+
this.xo = a;
|
|
9738
9738
|
};
|
|
9739
|
-
GeographicContourLineSeries.prototype.
|
|
9740
|
-
_super.prototype.
|
|
9739
|
+
GeographicContourLineSeries.prototype.q5 = function (a, b, c, d) {
|
|
9740
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
9741
9741
|
switch (b) {
|
|
9742
9742
|
case GeographicContourLineSeries.$$p[1]:
|
|
9743
|
-
this.
|
|
9743
|
+
this.xo.cq();
|
|
9744
9744
|
break;
|
|
9745
9745
|
case GeographicContourLineSeries.$$p[2]:
|
|
9746
|
-
this.
|
|
9746
|
+
this.xo.cr();
|
|
9747
9747
|
break;
|
|
9748
9748
|
case GeographicContourLineSeries.$$p[3]:
|
|
9749
|
-
this.
|
|
9749
|
+
this.xk.yk = this.xj;
|
|
9750
9750
|
break;
|
|
9751
9751
|
case "DashArray":
|
|
9752
|
-
this.
|
|
9752
|
+
this.xk.vw = this.vw;
|
|
9753
9753
|
break;
|
|
9754
9754
|
case "DashCap":
|
|
9755
|
-
this.
|
|
9755
|
+
this.xk.vx = this.vx;
|
|
9756
9756
|
break;
|
|
9757
9757
|
case "MiterLimit":
|
|
9758
|
-
this.
|
|
9758
|
+
this.xk.jf = this.jf;
|
|
9759
9759
|
break;
|
|
9760
9760
|
case "LineJoin":
|
|
9761
|
-
this.
|
|
9761
|
+
this.xk.vz = this.vz;
|
|
9762
9762
|
break;
|
|
9763
9763
|
}
|
|
9764
9764
|
};
|
|
9765
9765
|
GeographicContourLineSeries.$t = igniteuiAngularCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9766
|
-
GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9766
|
+
GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xm:xw', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:xn:xx', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:xr:xy', [2, "value"], 'ValueResolver:xj:xz', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
|
|
9767
9767
|
return GeographicContourLineSeries;
|
|
9768
9768
|
}(GeographicXYTriangulatingSeries));
|
|
9769
9769
|
|
|
@@ -9812,10 +9812,10 @@
|
|
|
9812
9812
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9813
9813
|
*/
|
|
9814
9814
|
get: function () {
|
|
9815
|
-
return this.i.
|
|
9815
|
+
return this.i.xr;
|
|
9816
9816
|
},
|
|
9817
9817
|
set: function (v) {
|
|
9818
|
-
this.i.
|
|
9818
|
+
this.i.xr = v;
|
|
9819
9819
|
},
|
|
9820
9820
|
enumerable: false,
|
|
9821
9821
|
configurable: true
|
|
@@ -9825,7 +9825,7 @@
|
|
|
9825
9825
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9826
9826
|
*/
|
|
9827
9827
|
get: function () {
|
|
9828
|
-
var r = this.i.
|
|
9828
|
+
var r = this.i.xn;
|
|
9829
9829
|
if (r == null) {
|
|
9830
9830
|
return null;
|
|
9831
9831
|
}
|
|
@@ -9841,7 +9841,7 @@
|
|
|
9841
9841
|
set: function (v) {
|
|
9842
9842
|
if (v != null && this._stylingContainer && v._styling)
|
|
9843
9843
|
v._styling(this._stylingContainer, this, this);
|
|
9844
|
-
v == null ? this.i.
|
|
9844
|
+
v == null ? this.i.xn = null : this.i.xn = v.i;
|
|
9845
9845
|
},
|
|
9846
9846
|
enumerable: false,
|
|
9847
9847
|
configurable: true
|
|
@@ -9851,7 +9851,7 @@
|
|
|
9851
9851
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9852
9852
|
*/
|
|
9853
9853
|
get: function () {
|
|
9854
|
-
var r = this.i.
|
|
9854
|
+
var r = this.i.xm;
|
|
9855
9855
|
if (r == null) {
|
|
9856
9856
|
return null;
|
|
9857
9857
|
}
|
|
@@ -9867,7 +9867,7 @@
|
|
|
9867
9867
|
set: function (v) {
|
|
9868
9868
|
if (v != null && this._stylingContainer && v._styling)
|
|
9869
9869
|
v._styling(this._stylingContainer, this, this);
|
|
9870
|
-
v == null ? this.i.
|
|
9870
|
+
v == null ? this.i.xm = null : this.i.xm = v.i;
|
|
9871
9871
|
},
|
|
9872
9872
|
enumerable: false,
|
|
9873
9873
|
configurable: true
|
|
@@ -9877,7 +9877,7 @@
|
|
|
9877
9877
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9878
9878
|
*/
|
|
9879
9879
|
get: function () {
|
|
9880
|
-
var r = this.i.
|
|
9880
|
+
var r = this.i.xj;
|
|
9881
9881
|
if (r == null) {
|
|
9882
9882
|
return null;
|
|
9883
9883
|
}
|
|
@@ -9893,7 +9893,7 @@
|
|
|
9893
9893
|
set: function (v) {
|
|
9894
9894
|
if (v != null && this._stylingContainer && v._styling)
|
|
9895
9895
|
v._styling(this._stylingContainer, this, this);
|
|
9896
|
-
v == null ? this.i.
|
|
9896
|
+
v == null ? this.i.xj = null : this.i.xj = v.i;
|
|
9897
9897
|
},
|
|
9898
9898
|
enumerable: false,
|
|
9899
9899
|
configurable: true
|