igniteui-angular-maps 20.2.0-beta.0 → 20.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +975 -975
- 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 +166 -166
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- 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 +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +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 +164 -164
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- 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 +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +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 +983 -983
- package/fesm5/igniteui-angular-maps.js +975 -975
- 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 +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
|
|
195
|
-
d = this.ak(a.
|
|
196
|
-
e = this.ak(a.
|
|
195
|
+
d = this.ak(a.q9);
|
|
196
|
+
e = this.ak(a.q8);
|
|
197
197
|
return {
|
|
198
198
|
p3: d,
|
|
199
199
|
p4: e
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
}
|
|
369
369
|
};
|
|
370
370
|
SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
|
|
371
|
-
d = a.
|
|
372
|
-
e = a.
|
|
371
|
+
d = a.q9;
|
|
372
|
+
e = a.q8;
|
|
373
373
|
return {
|
|
374
374
|
p3: d,
|
|
375
375
|
p4: e
|
|
@@ -449,14 +449,14 @@
|
|
|
449
449
|
tslib.__extends(GeographicMapSeriesHost, _super);
|
|
450
450
|
function GeographicMapSeriesHost() {
|
|
451
451
|
var _this = _super.call(this) || this;
|
|
452
|
-
_this.
|
|
453
|
-
_this.
|
|
452
|
+
_this.xj = null;
|
|
453
|
+
_this.xl = _this.xk();
|
|
454
454
|
return _this;
|
|
455
455
|
}
|
|
456
|
-
GeographicMapSeriesHost.prototype.
|
|
457
|
-
_super.prototype.
|
|
458
|
-
if (this.
|
|
459
|
-
this.
|
|
456
|
+
GeographicMapSeriesHost.prototype.qv = function () {
|
|
457
|
+
_super.prototype.qv.call(this);
|
|
458
|
+
if (this.xl != null) {
|
|
459
|
+
this.xl.qv();
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
462
|
GeographicMapSeriesHost.prototype.get_ff = function () {
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
if (c == "LongitudeMemberPath") {
|
|
471
471
|
c = "XMemberPath";
|
|
472
472
|
}
|
|
473
|
-
return this.
|
|
473
|
+
return this.xl.kz(a, c);
|
|
474
474
|
};
|
|
475
475
|
GeographicMapSeriesHost.prototype.mo = function (a) {
|
|
476
476
|
var b = this.no(a);
|
|
@@ -480,319 +480,319 @@
|
|
|
480
480
|
if (b == "LongitudeMemberPath") {
|
|
481
481
|
b = "XMemberPath";
|
|
482
482
|
}
|
|
483
|
-
return this.
|
|
483
|
+
return this.xl.mo(b);
|
|
484
484
|
};
|
|
485
485
|
GeographicMapSeriesHost.prototype.get_kr = function () {
|
|
486
|
-
return this.k9(this.
|
|
486
|
+
return this.k9(this.xl);
|
|
487
487
|
};
|
|
488
488
|
GeographicMapSeriesHost.prototype.set_kr = function (a) {
|
|
489
|
-
this.
|
|
489
|
+
this.pc(this.xl, a);
|
|
490
490
|
};
|
|
491
491
|
GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
|
|
492
|
-
return this.
|
|
492
|
+
return this.xl.ed(a, b, c, d, e);
|
|
493
493
|
};
|
|
494
494
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
495
|
-
return this.
|
|
495
|
+
return this.xl.ai();
|
|
496
496
|
};
|
|
497
497
|
GeographicMapSeriesHost.prototype.bp = function () {
|
|
498
|
-
return this.
|
|
498
|
+
return this.xl;
|
|
499
499
|
};
|
|
500
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
500
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xl", {
|
|
501
501
|
get: function () {
|
|
502
|
-
return this.
|
|
502
|
+
return this.xj;
|
|
503
503
|
},
|
|
504
504
|
set: function (a) {
|
|
505
|
-
var b = this.
|
|
506
|
-
var c = this.
|
|
505
|
+
var b = this.xj;
|
|
506
|
+
var c = this.xl != a;
|
|
507
507
|
if (c) {
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
508
|
+
this.xj = a;
|
|
509
|
+
this.xq(b, this.xj);
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
enumerable: false,
|
|
513
513
|
configurable: true
|
|
514
514
|
});
|
|
515
515
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
516
|
-
return this.
|
|
516
|
+
return this.xl.hasMarkers;
|
|
517
517
|
};
|
|
518
|
-
GeographicMapSeriesHost.prototype.
|
|
519
|
-
if (this.
|
|
520
|
-
var hostedSeries_ = this.
|
|
518
|
+
GeographicMapSeriesHost.prototype.xq = function (a, b) {
|
|
519
|
+
if (this.xj != null) {
|
|
520
|
+
var hostedSeries_ = this.xj;
|
|
521
521
|
hostedSeries_.externalObject = igniteuiAngularCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiAngularCore.PlatformConstants.Prefix, igniteuiAngularCore.PlatformConstants.Postfix);
|
|
522
522
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
523
523
|
}
|
|
524
|
-
this.
|
|
525
|
-
this.
|
|
524
|
+
this.ps(this.xl);
|
|
525
|
+
this.xm.ci();
|
|
526
526
|
if (a != null) {
|
|
527
527
|
var c = (a);
|
|
528
|
-
this.
|
|
528
|
+
this.sj(c, null);
|
|
529
529
|
}
|
|
530
530
|
if (b != null) {
|
|
531
531
|
var d = (b);
|
|
532
|
-
this.
|
|
532
|
+
this.sj(d, this);
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
535
|
GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
|
|
536
|
-
return this.dj(this.
|
|
536
|
+
return this.dj(this.xl, a, b, c);
|
|
537
537
|
};
|
|
538
538
|
GeographicMapSeriesHost.prototype.di = function (a, b, c) {
|
|
539
|
-
return this.dk(this.
|
|
539
|
+
return this.dk(this.xl, a, b, c);
|
|
540
540
|
};
|
|
541
541
|
GeographicMapSeriesHost.prototype.kw = function (a) {
|
|
542
|
-
return this.k5(this.
|
|
542
|
+
return this.k5(this.xl, a);
|
|
543
543
|
};
|
|
544
544
|
GeographicMapSeriesHost.prototype.kj = function (a, b) {
|
|
545
|
-
return this.
|
|
545
|
+
return this.xl.kj(a, b);
|
|
546
546
|
};
|
|
547
547
|
GeographicMapSeriesHost.prototype.kh = function (a, b) {
|
|
548
|
-
return this.
|
|
548
|
+
return this.xl.kh(a, b);
|
|
549
549
|
};
|
|
550
550
|
GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
|
|
551
|
-
return this.
|
|
551
|
+
return this.xl.jd(a, b, c);
|
|
552
552
|
};
|
|
553
|
-
GeographicMapSeriesHost.prototype.
|
|
554
|
-
return this.
|
|
553
|
+
GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
|
|
554
|
+
return this.xl.ww(a, b, c);
|
|
555
555
|
};
|
|
556
|
-
GeographicMapSeriesHost.prototype.
|
|
557
|
-
return this.
|
|
556
|
+
GeographicMapSeriesHost.prototype.w8 = function (a) {
|
|
557
|
+
return this.xl.w8(a);
|
|
558
558
|
};
|
|
559
559
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
560
|
-
return this.
|
|
560
|
+
return this.xl.ao(a);
|
|
561
561
|
};
|
|
562
|
-
GeographicMapSeriesHost.prototype.
|
|
563
|
-
return this.
|
|
562
|
+
GeographicMapSeriesHost.prototype.w9 = function (a) {
|
|
563
|
+
return this.xl.w9(a);
|
|
564
564
|
};
|
|
565
565
|
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
566
|
-
return this.
|
|
567
|
-
};
|
|
568
|
-
GeographicMapSeriesHost.prototype.w9 = function (a) {
|
|
569
|
-
return this.xk.w9(a);
|
|
566
|
+
return this.xl.ap(a);
|
|
570
567
|
};
|
|
571
568
|
GeographicMapSeriesHost.prototype.xa = function (a) {
|
|
572
|
-
return this.
|
|
569
|
+
return this.xl.xa(a);
|
|
570
|
+
};
|
|
571
|
+
GeographicMapSeriesHost.prototype.xb = function (a) {
|
|
572
|
+
return this.xl.xb(a);
|
|
573
573
|
};
|
|
574
574
|
GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
|
|
575
|
-
return this.
|
|
575
|
+
return this.xl.i9(a, b, c);
|
|
576
576
|
};
|
|
577
|
-
GeographicMapSeriesHost.prototype.
|
|
578
|
-
return this.
|
|
577
|
+
GeographicMapSeriesHost.prototype.ws = function (a, b, c) {
|
|
578
|
+
return this.xl.ws(a, b, c);
|
|
579
579
|
};
|
|
580
580
|
GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
|
|
581
581
|
return this.jd(a, b, c);
|
|
582
582
|
};
|
|
583
|
-
GeographicMapSeriesHost.prototype.
|
|
584
|
-
return this.
|
|
583
|
+
GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
|
|
584
|
+
return this.xl.wu(a, b, c);
|
|
585
585
|
};
|
|
586
|
-
GeographicMapSeriesHost.prototype.
|
|
587
|
-
return this.
|
|
586
|
+
GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
|
|
587
|
+
return this.xl.wx(a, b, c);
|
|
588
588
|
};
|
|
589
589
|
GeographicMapSeriesHost.prototype.je = function (a, b, c) {
|
|
590
|
-
return this.
|
|
590
|
+
return this.xl.je(a, b, c);
|
|
591
591
|
};
|
|
592
|
-
GeographicMapSeriesHost.prototype.
|
|
593
|
-
return this.
|
|
592
|
+
GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
|
|
593
|
+
return this.xl.wt(a, b, c);
|
|
594
594
|
};
|
|
595
595
|
GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
|
|
596
|
-
return this.
|
|
596
|
+
return this.xl.ja(a, b, c);
|
|
597
597
|
};
|
|
598
|
-
GeographicMapSeriesHost.prototype.
|
|
599
|
-
return this.
|
|
598
|
+
GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
|
|
599
|
+
return this.xl.wv(a, b, c);
|
|
600
600
|
};
|
|
601
601
|
GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
|
|
602
|
-
return this.
|
|
602
|
+
return this.xl.jc(a, b, c);
|
|
603
603
|
};
|
|
604
604
|
GeographicMapSeriesHost.prototype.kd = function (a) {
|
|
605
|
-
return this.
|
|
605
|
+
return this.xl.kd(a);
|
|
606
606
|
};
|
|
607
607
|
GeographicMapSeriesHost.prototype.i3 = function () {
|
|
608
|
-
return this.
|
|
608
|
+
return this.xl.i3();
|
|
609
609
|
};
|
|
610
610
|
GeographicMapSeriesHost.prototype.iz = function (a) {
|
|
611
|
-
return this.
|
|
611
|
+
return this.xl.iz(a);
|
|
612
612
|
};
|
|
613
613
|
GeographicMapSeriesHost.prototype.kx = function (a) {
|
|
614
|
-
return this.
|
|
614
|
+
return this.xl.kx(a);
|
|
615
615
|
};
|
|
616
616
|
GeographicMapSeriesHost.prototype.ct = function () {
|
|
617
617
|
return new HostSeriesView(this);
|
|
618
618
|
};
|
|
619
|
-
GeographicMapSeriesHost.prototype.
|
|
620
|
-
_super.prototype.
|
|
621
|
-
this.
|
|
619
|
+
GeographicMapSeriesHost.prototype.rh = function (a) {
|
|
620
|
+
_super.prototype.rh.call(this, a);
|
|
621
|
+
this.xm = igniteuiAngularCore.typeCast(HostSeriesView.$, a);
|
|
622
622
|
};
|
|
623
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
623
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xn", {
|
|
624
624
|
get: function () {
|
|
625
|
-
return this.c(GeographicMapSeriesHost.
|
|
625
|
+
return this.c(GeographicMapSeriesHost.xs);
|
|
626
626
|
},
|
|
627
627
|
set: function (a) {
|
|
628
|
-
this.h(GeographicMapSeriesHost.
|
|
628
|
+
this.h(GeographicMapSeriesHost.xs, a);
|
|
629
629
|
},
|
|
630
630
|
enumerable: false,
|
|
631
631
|
configurable: true
|
|
632
632
|
});
|
|
633
|
-
GeographicMapSeriesHost.prototype.
|
|
634
|
-
_super.prototype.
|
|
633
|
+
GeographicMapSeriesHost.prototype.rq = function (a, b, c, d) {
|
|
634
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
635
635
|
switch (b) {
|
|
636
636
|
case "SeriesViewer":
|
|
637
|
-
this.
|
|
637
|
+
this.xl.dc = this.dc;
|
|
638
638
|
if (c != null) {
|
|
639
|
-
c.s9(this.
|
|
639
|
+
c.s9(this.xl);
|
|
640
640
|
}
|
|
641
641
|
if (d != null) {
|
|
642
|
-
this.dc.on(this.
|
|
642
|
+
this.dc.on(this.xl);
|
|
643
643
|
}
|
|
644
|
-
this.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
647
|
-
this.kp = this.
|
|
644
|
+
this.xl.rt(this.xd);
|
|
645
|
+
this.xl.index = this.index;
|
|
646
|
+
this.qe(this.xl);
|
|
647
|
+
this.kp = this.xl.kp;
|
|
648
648
|
var e = igniteuiAngularCore.typeCast(igniteuiAngularCharts.SeriesViewer.$, c);
|
|
649
649
|
if (e != null) {
|
|
650
|
-
e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.
|
|
650
|
+
e.actualWindowRectChanged = igniteuiAngularCore.delegateRemove(e.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.xr));
|
|
651
651
|
}
|
|
652
652
|
if (this.dc != null) {
|
|
653
653
|
var f = this.dc;
|
|
654
|
-
f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.
|
|
654
|
+
f.actualWindowRectChanged = igniteuiAngularCore.delegateCombine(f.actualWindowRectChanged, igniteuiAngularCore.runOn(this, this.xr));
|
|
655
655
|
}
|
|
656
|
-
this.
|
|
656
|
+
this.xp();
|
|
657
657
|
break;
|
|
658
658
|
case "SyncLink":
|
|
659
|
-
this.
|
|
659
|
+
this.xl.c4 = this.c4;
|
|
660
660
|
break;
|
|
661
661
|
case "VisibleFromScale":
|
|
662
|
-
this.
|
|
662
|
+
this.xp();
|
|
663
663
|
break;
|
|
664
664
|
case "Index":
|
|
665
|
-
this.
|
|
665
|
+
this.xl.index = this.index;
|
|
666
666
|
break;
|
|
667
667
|
case "ItemsSource":
|
|
668
|
-
this.
|
|
668
|
+
this.xm.cj();
|
|
669
669
|
break;
|
|
670
670
|
case "Resolution":
|
|
671
|
-
this.
|
|
671
|
+
this.xm.cq();
|
|
672
672
|
break;
|
|
673
673
|
case "TransitionDuration":
|
|
674
|
-
this.
|
|
674
|
+
this.xm.ct();
|
|
675
675
|
break;
|
|
676
676
|
case "Opacity":
|
|
677
|
-
this.
|
|
677
|
+
this.xm.cn();
|
|
678
678
|
break;
|
|
679
679
|
case "Visibility":
|
|
680
|
-
var hs_ = this.
|
|
680
|
+
var hs_ = this.xl;
|
|
681
681
|
var v_ = this._visibility;
|
|
682
682
|
hs_.visibility = v_;
|
|
683
683
|
break;
|
|
684
684
|
case "MouseOverEnabled":
|
|
685
|
-
this.
|
|
685
|
+
this.xl.ge = this.ge;
|
|
686
686
|
break;
|
|
687
687
|
case "ExpectFunctions":
|
|
688
|
-
this.
|
|
688
|
+
this.xl.expectFunctions = this.expectFunctions;
|
|
689
689
|
break;
|
|
690
690
|
case "Thickness":
|
|
691
|
-
this.
|
|
691
|
+
this.xm.cs();
|
|
692
692
|
break;
|
|
693
693
|
case "Brush":
|
|
694
|
-
this.
|
|
694
|
+
this.xm.ch();
|
|
695
695
|
break;
|
|
696
696
|
case "Outline":
|
|
697
|
-
this.
|
|
697
|
+
this.xm.cp();
|
|
698
698
|
break;
|
|
699
699
|
case "ActualBrush":
|
|
700
|
-
this.
|
|
700
|
+
this.xm.ce();
|
|
701
701
|
break;
|
|
702
702
|
case "ActualOutline":
|
|
703
|
-
this.
|
|
703
|
+
this.xm.cf();
|
|
704
704
|
break;
|
|
705
705
|
case "MarkerFillOpacity":
|
|
706
706
|
if (!igniteuiAngularCore.isNaN_(this.jo)) {
|
|
707
|
-
this.
|
|
707
|
+
this.xm.cm();
|
|
708
708
|
}
|
|
709
709
|
break;
|
|
710
710
|
case "AreaFillOpacity":
|
|
711
711
|
if (!igniteuiAngularCore.isNaN_(this.ir)) {
|
|
712
|
-
this.
|
|
712
|
+
this.xm.cg();
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case "OutlineMode":
|
|
716
|
-
this.
|
|
716
|
+
this.xm.co();
|
|
717
717
|
break;
|
|
718
718
|
case "ShowDefaultTooltip":
|
|
719
|
-
this.
|
|
719
|
+
this.xm.cr();
|
|
720
720
|
break;
|
|
721
721
|
case "Title":
|
|
722
|
-
this.
|
|
722
|
+
this.xl.title = this.title;
|
|
723
723
|
break;
|
|
724
724
|
case "LegendItemBadgeMode":
|
|
725
|
-
this.
|
|
725
|
+
this.xm.ck();
|
|
726
726
|
break;
|
|
727
727
|
case "LegendItemBadgeShape":
|
|
728
|
-
this.
|
|
728
|
+
this.xm.cl();
|
|
729
729
|
break;
|
|
730
730
|
case "Legend":
|
|
731
|
-
this.
|
|
731
|
+
this.xl.legend = this.legend;
|
|
732
732
|
this.cw.a5();
|
|
733
733
|
break;
|
|
734
734
|
}
|
|
735
735
|
};
|
|
736
|
-
GeographicMapSeriesHost.prototype.
|
|
737
|
-
if (this.dc == null || this.
|
|
736
|
+
GeographicMapSeriesHost.prototype.xp = function () {
|
|
737
|
+
if (this.dc == null || this.xl == null) {
|
|
738
738
|
return;
|
|
739
739
|
}
|
|
740
|
-
if (!igniteuiAngularCore.isNaN_(this.
|
|
741
|
-
if (this.dc.yr.width > this.
|
|
742
|
-
var hs_ = this.
|
|
740
|
+
if (!igniteuiAngularCore.isNaN_(this.xn)) {
|
|
741
|
+
if (this.dc.yr.width > this.xn) {
|
|
742
|
+
var hs_ = this.xl;
|
|
743
743
|
var v_ = 1;
|
|
744
744
|
hs_.visibility = v_;
|
|
745
745
|
}
|
|
746
746
|
else {
|
|
747
|
-
var hs2_ = this.
|
|
747
|
+
var hs2_ = this.xl;
|
|
748
748
|
var v2_ = 0;
|
|
749
749
|
hs2_.visibility = v2_;
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
};
|
|
753
|
-
GeographicMapSeriesHost.prototype.
|
|
754
|
-
this.
|
|
753
|
+
GeographicMapSeriesHost.prototype.xr = function (a, b) {
|
|
754
|
+
this.xp();
|
|
755
755
|
};
|
|
756
|
-
GeographicMapSeriesHost.prototype.
|
|
757
|
-
_super.prototype.
|
|
758
|
-
if (this.
|
|
759
|
-
this.
|
|
756
|
+
GeographicMapSeriesHost.prototype.r8 = function (a) {
|
|
757
|
+
_super.prototype.r8.call(this, a);
|
|
758
|
+
if (this.xl != null) {
|
|
759
|
+
this.xl.r8(a);
|
|
760
760
|
}
|
|
761
761
|
};
|
|
762
|
-
GeographicMapSeriesHost.prototype.
|
|
763
|
-
_super.prototype.
|
|
764
|
-
if (this.
|
|
765
|
-
this.
|
|
762
|
+
GeographicMapSeriesHost.prototype.rl = function (a) {
|
|
763
|
+
_super.prototype.rl.call(this, a);
|
|
764
|
+
if (this.xl != null) {
|
|
765
|
+
this.xl.q2();
|
|
766
766
|
}
|
|
767
767
|
};
|
|
768
|
-
GeographicMapSeriesHost.prototype.
|
|
769
|
-
if (this.
|
|
770
|
-
this.
|
|
768
|
+
GeographicMapSeriesHost.prototype.r7 = function (a, b, c, d, e) {
|
|
769
|
+
if (this.xl != null) {
|
|
770
|
+
this.xl.r7(a, b, c, d, e);
|
|
771
771
|
}
|
|
772
772
|
};
|
|
773
773
|
GeographicMapSeriesHost.prototype.a2 = function (a, b) {
|
|
774
|
-
return this.
|
|
774
|
+
return this.xl.a2(a, b);
|
|
775
775
|
};
|
|
776
|
-
GeographicMapSeriesHost.prototype.
|
|
777
|
-
_super.prototype.
|
|
778
|
-
this.
|
|
776
|
+
GeographicMapSeriesHost.prototype.su = function () {
|
|
777
|
+
_super.prototype.su.call(this);
|
|
778
|
+
this.xl.su();
|
|
779
779
|
};
|
|
780
780
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
781
781
|
return this._coercionMethods;
|
|
782
782
|
};
|
|
783
783
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
784
784
|
this._coercionMethods = a;
|
|
785
|
-
this.
|
|
785
|
+
this.xl.coercionMethods = a;
|
|
786
786
|
};
|
|
787
|
-
GeographicMapSeriesHost.prototype.
|
|
788
|
-
_super.prototype.
|
|
789
|
-
if (this.
|
|
790
|
-
var b = this.
|
|
791
|
-
this.
|
|
787
|
+
GeographicMapSeriesHost.prototype.qd = function (a) {
|
|
788
|
+
_super.prototype.qd.call(this, a);
|
|
789
|
+
if (this.xl != null) {
|
|
790
|
+
var b = this.xl.kv();
|
|
791
|
+
this.pl(a, b);
|
|
792
792
|
}
|
|
793
793
|
};
|
|
794
794
|
GeographicMapSeriesHost.$t = igniteuiAngularCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiAngularCharts.Series.$);
|
|
795
|
-
GeographicMapSeriesHost.
|
|
795
|
+
GeographicMapSeriesHost.xs = igniteuiAngularCore.DependencyProperty.i("VisibleFromScale", igniteuiAngularCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiAngularCore.PropertyMetadata(2, 1, function (a, b) {
|
|
796
796
|
var c = a;
|
|
797
797
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
798
798
|
}));
|
|
@@ -814,66 +814,66 @@
|
|
|
814
814
|
};
|
|
815
815
|
HostSeriesView.prototype.ci = function () {
|
|
816
816
|
this.cd.legendItemVisibility = 1;
|
|
817
|
-
this.cd.
|
|
818
|
-
this.cd.
|
|
819
|
-
this.cd.
|
|
820
|
-
this.cd.
|
|
821
|
-
this.cd.
|
|
822
|
-
this.cd.
|
|
823
|
-
this.cd.
|
|
824
|
-
this.cd.
|
|
825
|
-
this.cd.
|
|
826
|
-
this.cd.
|
|
827
|
-
this.cd.
|
|
828
|
-
this.cd.
|
|
829
|
-
this.cd.
|
|
830
|
-
this.cd.
|
|
831
|
-
this.cd.
|
|
817
|
+
this.cd.xl.legendItemVisibility = 0;
|
|
818
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
819
|
+
this.cd.xl.index = this.cd.index;
|
|
820
|
+
this.cd.xl.vz = this.cd.vz;
|
|
821
|
+
this.cd.xl.wf = this.cd.vz;
|
|
822
|
+
this.cd.xl.cj = this.cd.cj;
|
|
823
|
+
this.cd.xl.jr = this.cd.jr;
|
|
824
|
+
this.cd.xl.km = this.cd.km;
|
|
825
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
826
|
+
this.cd.xl.jy = this.cd.jy;
|
|
827
|
+
this.cd.xl.ir = this.cd.ir;
|
|
828
|
+
this.cd.xl.jo = this.cd.jo;
|
|
829
|
+
this.cd.xl.gv = this.cd.gv;
|
|
830
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
831
|
+
this.cd.xl.be = this.cd.be;
|
|
832
832
|
};
|
|
833
833
|
HostSeriesView.prototype.cj = function () {
|
|
834
|
-
this.cd.
|
|
834
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
835
835
|
};
|
|
836
836
|
HostSeriesView.prototype.cq = function () {
|
|
837
|
-
this.cd.
|
|
837
|
+
this.cd.xl.jr = this.cd.jr;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.ct = function () {
|
|
840
|
-
this.cd.
|
|
840
|
+
this.cd.xl.km = this.cd.km;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.cn = function () {
|
|
843
|
-
this.cd.
|
|
843
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
844
844
|
};
|
|
845
845
|
HostSeriesView.prototype.cs = function () {
|
|
846
|
-
this.cd.
|
|
846
|
+
this.cd.xl.jy = this.cd.jy;
|
|
847
847
|
};
|
|
848
848
|
HostSeriesView.prototype.ch = function () {
|
|
849
|
-
this.cd.
|
|
849
|
+
this.cd.xl.vz = this.cd.vz;
|
|
850
850
|
};
|
|
851
851
|
HostSeriesView.prototype.cp = function () {
|
|
852
|
-
this.cd.
|
|
852
|
+
this.cd.xl.wf = this.cd.wf;
|
|
853
853
|
};
|
|
854
854
|
HostSeriesView.prototype.ce = function () {
|
|
855
|
-
this.cd.
|
|
855
|
+
this.cd.xl.vz = this.cd.vt;
|
|
856
856
|
};
|
|
857
857
|
HostSeriesView.prototype.cf = function () {
|
|
858
|
-
this.cd.
|
|
858
|
+
this.cd.xl.wf = this.cd.vx;
|
|
859
859
|
};
|
|
860
860
|
HostSeriesView.prototype.ck = function () {
|
|
861
|
-
this.cd.
|
|
861
|
+
this.cd.xl.be = this.cd.be;
|
|
862
862
|
};
|
|
863
863
|
HostSeriesView.prototype.cl = function () {
|
|
864
|
-
this.cd.
|
|
864
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
865
865
|
};
|
|
866
866
|
HostSeriesView.prototype.cg = function () {
|
|
867
|
-
this.cd.
|
|
867
|
+
this.cd.xl.ir = this.cd.ir;
|
|
868
868
|
};
|
|
869
869
|
HostSeriesView.prototype.cm = function () {
|
|
870
|
-
this.cd.
|
|
870
|
+
this.cd.xl.jo = this.cd.jo;
|
|
871
871
|
};
|
|
872
872
|
HostSeriesView.prototype.co = function () {
|
|
873
|
-
this.cd.
|
|
873
|
+
this.cd.xl.cj = this.cd.cj;
|
|
874
874
|
};
|
|
875
875
|
HostSeriesView.prototype.cr = function () {
|
|
876
|
-
this.cd.
|
|
876
|
+
this.cd.xl.gv = this.cd.gv;
|
|
877
877
|
};
|
|
878
878
|
HostSeriesView.$t = igniteuiAngularCore.markType(HostSeriesView, 'HostSeriesView', igniteuiAngularCharts.SeriesView.$);
|
|
879
879
|
return HostSeriesView;
|
|
@@ -926,20 +926,20 @@
|
|
|
926
926
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
927
927
|
var a = ((function () {
|
|
928
928
|
var $ret = new igniteuiAngularCharts.NumericXAxis();
|
|
929
|
-
$ret.
|
|
929
|
+
$ret.b7 = _this;
|
|
930
930
|
return $ret;
|
|
931
931
|
})());
|
|
932
932
|
a.dk = true;
|
|
933
933
|
_this.zh = a;
|
|
934
|
-
_this.zh.
|
|
934
|
+
_this.zh.td = new SphericalMercatorHorizontalScaler();
|
|
935
935
|
var b = ((function () {
|
|
936
936
|
var $ret = new igniteuiAngularCharts.NumericYAxis();
|
|
937
|
-
$ret.
|
|
937
|
+
$ret.b7 = _this;
|
|
938
938
|
return $ret;
|
|
939
939
|
})());
|
|
940
940
|
b.dk = true;
|
|
941
941
|
_this.zj = b;
|
|
942
|
-
_this.zj.
|
|
942
|
+
_this.zj.td = new SphericalMercatorVerticalScaler();
|
|
943
943
|
_this.aao();
|
|
944
944
|
_this.aav();
|
|
945
945
|
_this.po();
|
|
@@ -1119,10 +1119,10 @@
|
|
|
1119
1119
|
g.c = this.yv;
|
|
1120
1120
|
var h = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
1121
1121
|
h.c = this.yv;
|
|
1122
|
-
var i = this.zh.
|
|
1123
|
-
var j = this.zh.
|
|
1124
|
-
var k = this.zj.
|
|
1125
|
-
var l = this.zj.
|
|
1122
|
+
var i = this.zh.f6(d.left, g);
|
|
1123
|
+
var j = this.zh.f6(d.right, g);
|
|
1124
|
+
var k = this.zj.f6(d.top, h);
|
|
1125
|
+
var l = this.zj.f6(d.bottom, h);
|
|
1126
1126
|
var m = (i - c) / this.y9.width;
|
|
1127
1127
|
var n = (l - c) / this.y9.height;
|
|
1128
1128
|
var o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -1155,10 +1155,10 @@
|
|
|
1155
1155
|
var e = new igniteuiAngularCharts.ScalerParams(1, a, this.y9, c.dn);
|
|
1156
1156
|
e.c = this.yv;
|
|
1157
1157
|
var f = this.yu;
|
|
1158
|
-
var g = b.
|
|
1159
|
-
var h = c.
|
|
1160
|
-
var i = b.
|
|
1161
|
-
var j = c.
|
|
1158
|
+
var g = b.f9(f.left, d);
|
|
1159
|
+
var h = c.f9(f.top, e);
|
|
1160
|
+
var i = b.f9(f.right, d);
|
|
1161
|
+
var j = c.f9(f.bottom, e);
|
|
1162
1162
|
var k = i - g;
|
|
1163
1163
|
var l = h - j;
|
|
1164
1164
|
var m = new igniteuiAngularCore.Rect(0, g, j, k, l);
|
|
@@ -1171,13 +1171,13 @@
|
|
|
1171
1171
|
return m;
|
|
1172
1172
|
};
|
|
1173
1173
|
XamGeographicMap.prototype.aba = function (a) {
|
|
1174
|
-
var b = this.zh.
|
|
1175
|
-
var c = this.zj.
|
|
1174
|
+
var b = this.zh.rc(a.x);
|
|
1175
|
+
var c = this.zj.rc(a.y);
|
|
1176
1176
|
return { $type: igniteuiAngularCore.Point_$type, x: b, y: c };
|
|
1177
1177
|
};
|
|
1178
1178
|
XamGeographicMap.prototype.abb = function (a) {
|
|
1179
|
-
var b = this.zh.
|
|
1180
|
-
var c = this.zj.
|
|
1179
|
+
var b = this.zh.gt(a.x);
|
|
1180
|
+
var c = this.zj.gt(a.y);
|
|
1181
1181
|
return { $type: igniteuiAngularCore.Point_$type, x: b, y: c };
|
|
1182
1182
|
};
|
|
1183
1183
|
XamGeographicMap.prototype.abc = function (a) {
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
try {
|
|
1201
1201
|
for (var _b = tslib.__values(igniteuiAngularCore.fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1202
1202
|
var a = _c.value;
|
|
1203
|
-
a.
|
|
1203
|
+
a.su();
|
|
1204
1204
|
}
|
|
1205
1205
|
}
|
|
1206
1206
|
catch (e_1_1) {
|
|
@@ -1220,15 +1220,15 @@
|
|
|
1220
1220
|
XamGeographicMap.prototype.aaw = function () {
|
|
1221
1221
|
if (this.zs == 2) {
|
|
1222
1222
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1223
|
-
var a = this.zh.
|
|
1224
|
-
var b = this.zj.
|
|
1223
|
+
var a = this.zh.rc(this.y9.left + (this.y9.width / 2));
|
|
1224
|
+
var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
|
|
1225
1225
|
this.aa9 = { $type: igniteuiAngularCore.Point_$type, x: a, y: b };
|
|
1226
1226
|
}
|
|
1227
1227
|
}
|
|
1228
1228
|
else {
|
|
1229
1229
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1230
|
-
var c = this.zh.
|
|
1231
|
-
var d = this.zj.
|
|
1230
|
+
var c = this.zh.rc(this.y9.left);
|
|
1231
|
+
var d = this.zj.rc(this.y9.top);
|
|
1232
1232
|
this.aa9 = { $type: igniteuiAngularCore.Point_$type, x: c, y: d };
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
else {
|
|
1250
1250
|
var g = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
1251
1251
|
g.c = this.yv;
|
|
1252
|
-
var h = this.zh.
|
|
1252
|
+
var h = this.zh.f6(a, g);
|
|
1253
1253
|
if (this.zs == 2) {
|
|
1254
1254
|
var i = h / this.y9.width;
|
|
1255
1255
|
c = i - (e / 2);
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
else {
|
|
1270
1270
|
var j = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1271
1271
|
j.c = this.yv;
|
|
1272
|
-
var k = this.zj.
|
|
1272
|
+
var k = this.zj.f6(b, j);
|
|
1273
1273
|
if (this.zs == 2) {
|
|
1274
1274
|
var l = k / this.y9.height;
|
|
1275
1275
|
d = l - (f / 2);
|
|
@@ -1400,13 +1400,13 @@
|
|
|
1400
1400
|
}
|
|
1401
1401
|
if (c) {
|
|
1402
1402
|
if (d) {
|
|
1403
|
-
var i = this.zg.
|
|
1404
|
-
var j = this.zg.
|
|
1403
|
+
var i = this.zg.f6(-180, b);
|
|
1404
|
+
var j = this.zg.f6(180, b);
|
|
1405
1405
|
e = j - i;
|
|
1406
1406
|
}
|
|
1407
1407
|
else {
|
|
1408
|
-
var k = this.zg.
|
|
1409
|
-
var l = this.zg.
|
|
1408
|
+
var k = this.zg.f6(-180, b);
|
|
1409
|
+
var l = this.zg.f6(180, b);
|
|
1410
1410
|
e = k - l;
|
|
1411
1411
|
}
|
|
1412
1412
|
}
|
|
@@ -1417,10 +1417,10 @@
|
|
|
1417
1417
|
a.c = this.yv;
|
|
1418
1418
|
var b = new igniteuiAngularCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1419
1419
|
b.c = this.yv;
|
|
1420
|
-
var c = this.zh.
|
|
1421
|
-
var d = this.zh.
|
|
1422
|
-
var e = this.zj.
|
|
1423
|
-
var f = this.zj.
|
|
1420
|
+
var c = this.zh.f6(XamGeographicMap.abe.left, a);
|
|
1421
|
+
var d = this.zh.f6(XamGeographicMap.abe.right, a);
|
|
1422
|
+
var e = this.zj.f6(XamGeographicMap.abe.top, b);
|
|
1423
|
+
var f = this.zj.f6(XamGeographicMap.abe.bottom, b);
|
|
1424
1424
|
this.abg = new igniteuiAngularCore.Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
1425
1425
|
return this.abg;
|
|
1426
1426
|
};
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
};
|
|
1496
1496
|
XamGeographicMap.prototype.aan = function (a) {
|
|
1497
1497
|
if (a != null) {
|
|
1498
|
-
a.
|
|
1498
|
+
a.b7 = this;
|
|
1499
1499
|
}
|
|
1500
1500
|
};
|
|
1501
1501
|
XamGeographicMap.prototype.rw = function (a) {
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
try {
|
|
1618
1618
|
for (var _c = tslib.__values(igniteuiAngularCore.fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1619
1619
|
var g = _d.value;
|
|
1620
|
-
g.
|
|
1620
|
+
g.r8(false);
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
1623
|
catch (e_2_1) {
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
try {
|
|
1665
1665
|
for (var _e = tslib.__values(igniteuiAngularCore.fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1666
1666
|
var i = _f.value;
|
|
1667
|
-
i.
|
|
1667
|
+
i.qv();
|
|
1668
1668
|
}
|
|
1669
1669
|
}
|
|
1670
1670
|
catch (e_3_1) {
|
|
@@ -1690,20 +1690,20 @@
|
|
|
1690
1690
|
};
|
|
1691
1691
|
XamGeographicMap.prototype.aau = function (a) {
|
|
1692
1692
|
if (a != null) {
|
|
1693
|
-
a.
|
|
1693
|
+
a.b7 = null;
|
|
1694
1694
|
}
|
|
1695
1695
|
};
|
|
1696
1696
|
XamGeographicMap.prototype.aav = function () {
|
|
1697
1697
|
if (this.zh != null) {
|
|
1698
|
-
this.zh.
|
|
1699
|
-
this.zh.
|
|
1698
|
+
this.zh.q9 = this.abi.left;
|
|
1699
|
+
this.zh.q8 = this.abi.right;
|
|
1700
1700
|
}
|
|
1701
1701
|
if (this.zj != null) {
|
|
1702
|
-
this.zj.
|
|
1703
|
-
this.zj.
|
|
1702
|
+
this.zj.q9 = this.abi.top;
|
|
1703
|
+
this.zj.q8 = this.abi.bottom;
|
|
1704
1704
|
}
|
|
1705
|
-
this.zh.
|
|
1706
|
-
this.zj.
|
|
1705
|
+
this.zh.ee(true);
|
|
1706
|
+
this.zj.ee(true);
|
|
1707
1707
|
};
|
|
1708
1708
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
1709
1709
|
this.zu = this.zt.fr;
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
var c = b;
|
|
1721
1721
|
var d = a;
|
|
1722
1722
|
d.itemsSource = c.triangulationSource.points;
|
|
1723
|
-
d.
|
|
1723
|
+
d.xu = c.triangulationSource.triangles;
|
|
1724
1724
|
}
|
|
1725
1725
|
else {
|
|
1726
1726
|
_super.prototype.tk.call(this, a, b);
|
|
@@ -1748,8 +1748,8 @@
|
|
|
1748
1748
|
};
|
|
1749
1749
|
XamGeographicMap.prototype.z7 = function () {
|
|
1750
1750
|
var a = new igniteuiAngularCharts.ChartVisualData();
|
|
1751
|
-
var b = this.zh.
|
|
1752
|
-
var c = this.zj.
|
|
1751
|
+
var b = this.zh.hs();
|
|
1752
|
+
var c = this.zj.hs();
|
|
1753
1753
|
a.axes.add1(b);
|
|
1754
1754
|
a.axes.add1(c);
|
|
1755
1755
|
for (var d = 0; d < this.b9.count; d++) {
|
|
@@ -1954,8 +1954,8 @@
|
|
|
1954
1954
|
j.c = c;
|
|
1955
1955
|
var k = new igniteuiAngularCharts.ScalerParams(1, this.windowRect, b, i.dn);
|
|
1956
1956
|
k.c = c;
|
|
1957
|
-
var l = h.
|
|
1958
|
-
var m = i.
|
|
1957
|
+
var l = h.f6(d.left, j);
|
|
1958
|
+
var m = i.f6(d.bottom, k);
|
|
1959
1959
|
var n = (-l / b.width) * this.ao.a5;
|
|
1960
1960
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1961
1961
|
this.ao.cm = { $type: igniteuiAngularCore.Point_$type, x: n, y: o };
|
|
@@ -2053,41 +2053,41 @@
|
|
|
2053
2053
|
}
|
|
2054
2054
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2055
2055
|
_super.prototype.ci.call(this);
|
|
2056
|
-
var a = this.cu.
|
|
2057
|
-
a.
|
|
2058
|
-
a.
|
|
2059
|
-
a.trianglesSource = this.cu.
|
|
2060
|
-
a.
|
|
2061
|
-
a.
|
|
2062
|
-
a.
|
|
2056
|
+
var a = this.cu.xl;
|
|
2057
|
+
a.yl = this.cu.xx;
|
|
2058
|
+
a.yt = this.cu.xv;
|
|
2059
|
+
a.trianglesSource = this.cu.xu;
|
|
2060
|
+
a.x9 = this.cu.x0;
|
|
2061
|
+
a.yb = this.cu.x2;
|
|
2062
|
+
a.yd = this.cu.x4;
|
|
2063
2063
|
};
|
|
2064
2064
|
GeographicXYTriangulatingSeriesView.prototype.cx = function () {
|
|
2065
|
-
var a = this.cu.
|
|
2065
|
+
var a = this.cu.xl;
|
|
2066
2066
|
if (this.cu.dc == null) {
|
|
2067
|
-
a.xi = null;
|
|
2068
2067
|
a.xj = null;
|
|
2068
|
+
a.xk = null;
|
|
2069
2069
|
return;
|
|
2070
2070
|
}
|
|
2071
|
-
a.
|
|
2072
|
-
a.
|
|
2071
|
+
a.xj = this.cu.dc.zh;
|
|
2072
|
+
a.xk = this.cu.dc.zj;
|
|
2073
2073
|
};
|
|
2074
2074
|
GeographicXYTriangulatingSeriesView.prototype.cw = function () {
|
|
2075
|
-
this.cu.
|
|
2075
|
+
this.cu.xl.yl = this.cu.xx;
|
|
2076
2076
|
};
|
|
2077
2077
|
GeographicXYTriangulatingSeriesView.prototype.cv = function () {
|
|
2078
|
-
this.cu.
|
|
2078
|
+
this.cu.xl.yt = this.cu.xv;
|
|
2079
2079
|
};
|
|
2080
2080
|
GeographicXYTriangulatingSeriesView.prototype.cy = function () {
|
|
2081
|
-
this.cu.
|
|
2081
|
+
this.cu.xl.trianglesSource = this.cu.xu;
|
|
2082
2082
|
};
|
|
2083
2083
|
GeographicXYTriangulatingSeriesView.prototype.cz = function () {
|
|
2084
|
-
this.cu.
|
|
2084
|
+
this.cu.xl.x9 = this.cu.x0;
|
|
2085
2085
|
};
|
|
2086
2086
|
GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
|
|
2087
|
-
this.cu.
|
|
2087
|
+
this.cu.xl.yb = this.cu.x2;
|
|
2088
2088
|
};
|
|
2089
2089
|
GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
|
|
2090
|
-
this.cu.
|
|
2090
|
+
this.cu.xl.yd = this.cu.x4;
|
|
2091
2091
|
};
|
|
2092
2092
|
GeographicXYTriangulatingSeriesView.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2093
2093
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2110,19 +2110,19 @@
|
|
|
2110
2110
|
};
|
|
2111
2111
|
GeographicScatterAreaSeriesView.prototype.ci = function () {
|
|
2112
2112
|
_super.prototype.ci.call(this);
|
|
2113
|
-
if (this.c2.
|
|
2114
|
-
this.c2.
|
|
2115
|
-
this.c2.
|
|
2113
|
+
if (this.c2.yf != null) {
|
|
2114
|
+
this.c2.yf.zs = this.c2.yj;
|
|
2115
|
+
this.c2.yf.zg = this.c2.ye;
|
|
2116
2116
|
}
|
|
2117
2117
|
};
|
|
2118
2118
|
GeographicScatterAreaSeriesView.prototype.c3 = function () {
|
|
2119
|
-
if (this.c2.
|
|
2120
|
-
this.c2.
|
|
2119
|
+
if (this.c2.yf != null) {
|
|
2120
|
+
this.c2.yf.zs = this.c2.yj;
|
|
2121
2121
|
}
|
|
2122
2122
|
};
|
|
2123
2123
|
GeographicScatterAreaSeriesView.prototype.c4 = function () {
|
|
2124
|
-
if (this.c2.
|
|
2125
|
-
this.c2.
|
|
2124
|
+
if (this.c2.yf != null) {
|
|
2125
|
+
this.c2.yf.zg = this.c2.ye;
|
|
2126
2126
|
}
|
|
2127
2127
|
};
|
|
2128
2128
|
GeographicScatterAreaSeriesView.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2329,38 +2329,38 @@
|
|
|
2329
2329
|
GeographicXYTriangulatingSeries.prototype.ct = function () {
|
|
2330
2330
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2331
2331
|
};
|
|
2332
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2333
|
-
_super.prototype.
|
|
2334
|
-
this.
|
|
2332
|
+
GeographicXYTriangulatingSeries.prototype.rh = function (a) {
|
|
2333
|
+
_super.prototype.rh.call(this, a);
|
|
2334
|
+
this.xt = a;
|
|
2335
2335
|
};
|
|
2336
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2337
|
-
_super.prototype.
|
|
2336
|
+
GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
|
|
2337
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
2338
2338
|
switch (b) {
|
|
2339
2339
|
case "SeriesViewer":
|
|
2340
|
-
this.
|
|
2340
|
+
this.xt.cx();
|
|
2341
2341
|
break;
|
|
2342
2342
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2343
|
-
this.
|
|
2343
|
+
this.xt.cw();
|
|
2344
2344
|
break;
|
|
2345
2345
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2346
|
-
this.
|
|
2346
|
+
this.xt.cv();
|
|
2347
2347
|
break;
|
|
2348
2348
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2349
|
-
this.
|
|
2349
|
+
this.xt.cy();
|
|
2350
2350
|
break;
|
|
2351
2351
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2352
|
-
this.
|
|
2352
|
+
this.xt.cz();
|
|
2353
2353
|
break;
|
|
2354
2354
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2355
|
-
this.
|
|
2355
|
+
this.xt.c0();
|
|
2356
2356
|
break;
|
|
2357
2357
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2358
|
-
this.
|
|
2358
|
+
this.xt.c1();
|
|
2359
2359
|
break;
|
|
2360
2360
|
}
|
|
2361
2361
|
};
|
|
2362
2362
|
GeographicXYTriangulatingSeries.$t = igniteuiAngularCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2363
|
-
GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2363
|
+
GeographicXYTriangulatingSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [igniteuiAngularCore.IEnumerable_$type, null]]);
|
|
2364
2364
|
return GeographicXYTriangulatingSeries;
|
|
2365
2365
|
}(GeographicMapSeriesHost));
|
|
2366
2366
|
/**
|
|
@@ -2370,7 +2370,7 @@
|
|
|
2370
2370
|
tslib.__extends(GeographicScatterAreaSeries, _super);
|
|
2371
2371
|
function GeographicScatterAreaSeries() {
|
|
2372
2372
|
var _this = _super.call(this) || this;
|
|
2373
|
-
_this.
|
|
2373
|
+
_this.yc = null;
|
|
2374
2374
|
_this.triangulationStatusChanged = null;
|
|
2375
2375
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2376
2376
|
return _this;
|
|
@@ -2381,53 +2381,53 @@
|
|
|
2381
2381
|
GeographicScatterAreaSeries.prototype.get_ex = function () {
|
|
2382
2382
|
return true;
|
|
2383
2383
|
};
|
|
2384
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2384
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
|
|
2385
2385
|
get: function () {
|
|
2386
|
-
return this.
|
|
2386
|
+
return this.yc;
|
|
2387
2387
|
},
|
|
2388
2388
|
set: function (a) {
|
|
2389
|
-
var b = this.
|
|
2389
|
+
var b = this.yc != a;
|
|
2390
2390
|
if (b) {
|
|
2391
|
-
var c = this.
|
|
2392
|
-
if (this.
|
|
2393
|
-
var d = this.
|
|
2394
|
-
d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
2391
|
+
var c = this.yc;
|
|
2392
|
+
if (this.yc != null) {
|
|
2393
|
+
var d = this.yc;
|
|
2394
|
+
d.propertyChanged = igniteuiAngularCore.delegateRemove(d.propertyChanged, igniteuiAngularCore.runOn(this, this.ym));
|
|
2395
2395
|
}
|
|
2396
|
-
this.
|
|
2397
|
-
if (this.
|
|
2398
|
-
var e = this.
|
|
2399
|
-
e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
2396
|
+
this.yc = a;
|
|
2397
|
+
if (this.yc != null) {
|
|
2398
|
+
var e = this.yc;
|
|
2399
|
+
e.propertyChanged = igniteuiAngularCore.delegateCombine(e.propertyChanged, igniteuiAngularCore.runOn(this, this.ym));
|
|
2400
2400
|
}
|
|
2401
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2402
|
-
if (this.
|
|
2403
|
-
this.
|
|
2401
|
+
this.raisePropertyChanged("ColorScale", c, this.yc);
|
|
2402
|
+
if (this.yf != null) {
|
|
2403
|
+
this.yf.zg = a;
|
|
2404
2404
|
}
|
|
2405
2405
|
}
|
|
2406
2406
|
},
|
|
2407
2407
|
enumerable: false,
|
|
2408
2408
|
configurable: true
|
|
2409
2409
|
});
|
|
2410
|
-
GeographicScatterAreaSeries.prototype.
|
|
2411
|
-
this.
|
|
2412
|
-
this.
|
|
2413
|
-
this.
|
|
2410
|
+
GeographicScatterAreaSeries.prototype.ym = function (a, b) {
|
|
2411
|
+
this.yh.c4();
|
|
2412
|
+
this.yo();
|
|
2413
|
+
this.r8(false);
|
|
2414
2414
|
};
|
|
2415
|
-
GeographicScatterAreaSeries.prototype.
|
|
2416
|
-
if (this.
|
|
2417
|
-
this.
|
|
2415
|
+
GeographicScatterAreaSeries.prototype.yo = function () {
|
|
2416
|
+
if (this.yf != null) {
|
|
2417
|
+
this.yd = this.yf.zf;
|
|
2418
2418
|
}
|
|
2419
2419
|
};
|
|
2420
|
-
GeographicScatterAreaSeries.prototype.
|
|
2421
|
-
_super.prototype.
|
|
2422
|
-
this.
|
|
2420
|
+
GeographicScatterAreaSeries.prototype.sz = function () {
|
|
2421
|
+
_super.prototype.sz.call(this);
|
|
2422
|
+
this.yo();
|
|
2423
2423
|
};
|
|
2424
|
-
GeographicScatterAreaSeries.prototype.
|
|
2425
|
-
this.
|
|
2426
|
-
var a = this.
|
|
2427
|
-
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
2428
|
-
return this.
|
|
2424
|
+
GeographicScatterAreaSeries.prototype.xk = function () {
|
|
2425
|
+
this.yf = new igniteuiAngularCharts.ScatterAreaSeries();
|
|
2426
|
+
var a = this.yf;
|
|
2427
|
+
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.yn));
|
|
2428
|
+
return this.yf;
|
|
2429
2429
|
};
|
|
2430
|
-
GeographicScatterAreaSeries.prototype.
|
|
2430
|
+
GeographicScatterAreaSeries.prototype.yn = function (a, b) {
|
|
2431
2431
|
if (this.triangulationStatusChanged != null) {
|
|
2432
2432
|
this.triangulationStatusChanged(this, b);
|
|
2433
2433
|
}
|
|
@@ -2435,19 +2435,19 @@
|
|
|
2435
2435
|
GeographicScatterAreaSeries.prototype.ct = function () {
|
|
2436
2436
|
return new GeographicScatterAreaSeriesView(this);
|
|
2437
2437
|
};
|
|
2438
|
-
GeographicScatterAreaSeries.prototype.
|
|
2439
|
-
_super.prototype.
|
|
2440
|
-
this.
|
|
2438
|
+
GeographicScatterAreaSeries.prototype.rh = function (a) {
|
|
2439
|
+
_super.prototype.rh.call(this, a);
|
|
2440
|
+
this.yh = a;
|
|
2441
2441
|
};
|
|
2442
|
-
GeographicScatterAreaSeries.prototype.
|
|
2443
|
-
_super.prototype.
|
|
2442
|
+
GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
|
|
2443
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
2444
2444
|
switch (b) {
|
|
2445
2445
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2446
|
-
this.
|
|
2446
|
+
this.yh.c3();
|
|
2447
2447
|
break;
|
|
2448
2448
|
case "ColorScale":
|
|
2449
|
-
this.
|
|
2450
|
-
this.
|
|
2449
|
+
this.yh.c4();
|
|
2450
|
+
this.yo();
|
|
2451
2451
|
break;
|
|
2452
2452
|
}
|
|
2453
2453
|
};
|
|
@@ -2458,7 +2458,7 @@
|
|
|
2458
2458
|
_super.prototype.set_hd.call(this, a);
|
|
2459
2459
|
};
|
|
2460
2460
|
GeographicScatterAreaSeries.$t = igniteuiAngularCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2461
|
-
GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2461
|
+
GeographicScatterAreaSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [igniteuiAngularCharts.ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
|
|
2462
2462
|
return GeographicScatterAreaSeries;
|
|
2463
2463
|
}(GeographicXYTriangulatingSeries));
|
|
2464
2464
|
|
|
@@ -4999,10 +4999,10 @@
|
|
|
4999
4999
|
* 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%.
|
|
5000
5000
|
*/
|
|
5001
5001
|
get: function () {
|
|
5002
|
-
return this.i.
|
|
5002
|
+
return this.i.xn;
|
|
5003
5003
|
},
|
|
5004
5004
|
set: function (v) {
|
|
5005
|
-
this.i.
|
|
5005
|
+
this.i.xn = +v;
|
|
5006
5006
|
},
|
|
5007
5007
|
enumerable: false,
|
|
5008
5008
|
configurable: true
|
|
@@ -5027,7 +5027,7 @@
|
|
|
5027
5027
|
|
|
5028
5028
|
*/
|
|
5029
5029
|
IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
5030
|
-
this.i.
|
|
5030
|
+
this.i.qv();
|
|
5031
5031
|
};
|
|
5032
5032
|
IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
5033
5033
|
var iv = this.i.kz(item, memberPathName);
|
|
@@ -5064,7 +5064,7 @@
|
|
|
5064
5064
|
return (iv);
|
|
5065
5065
|
};
|
|
5066
5066
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5067
|
-
var iv = this.i.
|
|
5067
|
+
var iv = this.i.ww(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5068
5068
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5069
5069
|
};
|
|
5070
5070
|
/**
|
|
@@ -5073,7 +5073,7 @@
|
|
|
5073
5073
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
5074
5074
|
*/
|
|
5075
5075
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
5076
|
-
var iv = this.i.
|
|
5076
|
+
var iv = this.i.w8(igniteuiAngularCore.toPoint(world));
|
|
5077
5077
|
return igniteuiAngularCore.fromRect(iv);
|
|
5078
5078
|
};
|
|
5079
5079
|
/**
|
|
@@ -5082,7 +5082,7 @@
|
|
|
5082
5082
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
5083
5083
|
*/
|
|
5084
5084
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
5085
|
-
var iv = this.i.
|
|
5085
|
+
var iv = this.i.xa(igniteuiAngularCore.toPoint(world));
|
|
5086
5086
|
return igniteuiAngularCore.fromRect(iv);
|
|
5087
5087
|
};
|
|
5088
5088
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -5090,7 +5090,7 @@
|
|
|
5090
5090
|
return (iv);
|
|
5091
5091
|
};
|
|
5092
5092
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5093
|
-
var iv = this.i.
|
|
5093
|
+
var iv = this.i.ws(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5094
5094
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5095
5095
|
};
|
|
5096
5096
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -5098,11 +5098,11 @@
|
|
|
5098
5098
|
return (iv);
|
|
5099
5099
|
};
|
|
5100
5100
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5101
|
-
var iv = this.i.
|
|
5101
|
+
var iv = this.i.wu(igniteuiAngularCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5102
5102
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5103
5103
|
};
|
|
5104
5104
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5105
|
-
var iv = this.i.
|
|
5105
|
+
var iv = this.i.wx(igniteuiAngularCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5106
5106
|
return igniteuiAngularCore.fromPoint(iv);
|
|
5107
5107
|
};
|
|
5108
5108
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
@@ -5123,14 +5123,14 @@
|
|
|
5123
5123
|
* @param animate * True if the change should be animated.
|
|
5124
5124
|
*/
|
|
5125
5125
|
IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
5126
|
-
this.i.
|
|
5126
|
+
this.i.r8(animate);
|
|
5127
5127
|
};
|
|
5128
5128
|
/**
|
|
5129
5129
|
* Called when this series' Style is updated.
|
|
5130
5130
|
|
|
5131
5131
|
*/
|
|
5132
5132
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5133
|
-
this.i.
|
|
5133
|
+
this.i.su();
|
|
5134
5134
|
};
|
|
5135
5135
|
IgxGeographicMapSeriesHostComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
5136
5136
|
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 });
|
|
@@ -5239,10 +5239,10 @@
|
|
|
5239
5239
|
* 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.
|
|
5240
5240
|
*/
|
|
5241
5241
|
get: function () {
|
|
5242
|
-
return this.i.
|
|
5242
|
+
return this.i.yk;
|
|
5243
5243
|
},
|
|
5244
5244
|
set: function (v) {
|
|
5245
|
-
this.i.
|
|
5245
|
+
this.i.yk = v;
|
|
5246
5246
|
},
|
|
5247
5247
|
enumerable: false,
|
|
5248
5248
|
configurable: true
|
|
@@ -5252,10 +5252,10 @@
|
|
|
5252
5252
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5253
5253
|
*/
|
|
5254
5254
|
get: function () {
|
|
5255
|
-
return this.i.
|
|
5255
|
+
return this.i.x5;
|
|
5256
5256
|
},
|
|
5257
5257
|
set: function (v) {
|
|
5258
|
-
this.i.
|
|
5258
|
+
this.i.x5 = igniteuiAngularCore.ensureBool(v);
|
|
5259
5259
|
},
|
|
5260
5260
|
enumerable: false,
|
|
5261
5261
|
configurable: true
|
|
@@ -5265,10 +5265,10 @@
|
|
|
5265
5265
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5266
5266
|
*/
|
|
5267
5267
|
get: function () {
|
|
5268
|
-
return this.i.
|
|
5268
|
+
return this.i.x4;
|
|
5269
5269
|
},
|
|
5270
5270
|
set: function (v) {
|
|
5271
|
-
this.i.
|
|
5271
|
+
this.i.x4 = igniteuiAngularCore.ensureBool(v);
|
|
5272
5272
|
},
|
|
5273
5273
|
enumerable: false,
|
|
5274
5274
|
configurable: true
|
|
@@ -5278,10 +5278,10 @@
|
|
|
5278
5278
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5279
5279
|
*/
|
|
5280
5280
|
get: function () {
|
|
5281
|
-
return this.i.
|
|
5281
|
+
return this.i.xw;
|
|
5282
5282
|
},
|
|
5283
5283
|
set: function (v) {
|
|
5284
|
-
this.i.
|
|
5284
|
+
this.i.xw = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ShapeItemSearchMode_$type, v);
|
|
5285
5285
|
},
|
|
5286
5286
|
enumerable: false,
|
|
5287
5287
|
configurable: true
|
|
@@ -5291,10 +5291,10 @@
|
|
|
5291
5291
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5292
5292
|
*/
|
|
5293
5293
|
get: function () {
|
|
5294
|
-
return this.i.
|
|
5294
|
+
return this.i.x8;
|
|
5295
5295
|
},
|
|
5296
5296
|
set: function (v) {
|
|
5297
|
-
this.i.
|
|
5297
|
+
this.i.x8 = +v;
|
|
5298
5298
|
},
|
|
5299
5299
|
enumerable: false,
|
|
5300
5300
|
configurable: true
|
|
@@ -5304,10 +5304,10 @@
|
|
|
5304
5304
|
* Gets or sets the fill mapping property for the current series object.
|
|
5305
5305
|
*/
|
|
5306
5306
|
get: function () {
|
|
5307
|
-
return this.i.
|
|
5307
|
+
return this.i.x9;
|
|
5308
5308
|
},
|
|
5309
5309
|
set: function (v) {
|
|
5310
|
-
this.i.
|
|
5310
|
+
this.i.x9 = v;
|
|
5311
5311
|
},
|
|
5312
5312
|
enumerable: false,
|
|
5313
5313
|
configurable: true
|
|
@@ -5317,7 +5317,7 @@
|
|
|
5317
5317
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
5318
5318
|
*/
|
|
5319
5319
|
get: function () {
|
|
5320
|
-
var r = this.i.
|
|
5320
|
+
var r = this.i.xv;
|
|
5321
5321
|
if (r == null) {
|
|
5322
5322
|
return null;
|
|
5323
5323
|
}
|
|
@@ -5333,7 +5333,7 @@
|
|
|
5333
5333
|
set: function (v) {
|
|
5334
5334
|
if (v != null && this._stylingContainer && v._styling)
|
|
5335
5335
|
v._styling(this._stylingContainer, this, this);
|
|
5336
|
-
v == null ? this.i.
|
|
5336
|
+
v == null ? this.i.xv = null : this.i.xv = v.i;
|
|
5337
5337
|
},
|
|
5338
5338
|
enumerable: false,
|
|
5339
5339
|
configurable: true
|
|
@@ -5344,10 +5344,10 @@
|
|
|
5344
5344
|
* This setting applies only if multiple series are using the same FillScale.
|
|
5345
5345
|
*/
|
|
5346
5346
|
get: function () {
|
|
5347
|
-
return this.i.
|
|
5347
|
+
return this.i.x3;
|
|
5348
5348
|
},
|
|
5349
5349
|
set: function (v) {
|
|
5350
|
-
this.i.
|
|
5350
|
+
this.i.x3 = igniteuiAngularCore.ensureBool(v);
|
|
5351
5351
|
},
|
|
5352
5352
|
enumerable: false,
|
|
5353
5353
|
configurable: true
|
|
@@ -5357,10 +5357,10 @@
|
|
|
5357
5357
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5358
5358
|
*/
|
|
5359
5359
|
get: function () {
|
|
5360
|
-
return this.i.
|
|
5360
|
+
return this.i.x7;
|
|
5361
5361
|
},
|
|
5362
5362
|
set: function (v) {
|
|
5363
|
-
this.i.
|
|
5363
|
+
this.i.x7 = +v;
|
|
5364
5364
|
},
|
|
5365
5365
|
enumerable: false,
|
|
5366
5366
|
configurable: true
|
|
@@ -5370,7 +5370,7 @@
|
|
|
5370
5370
|
* Set a shapefile datasource to use with the series.
|
|
5371
5371
|
*/
|
|
5372
5372
|
get: function () {
|
|
5373
|
-
var r = this.i.
|
|
5373
|
+
var r = this.i.xz;
|
|
5374
5374
|
if (r == null) {
|
|
5375
5375
|
return null;
|
|
5376
5376
|
}
|
|
@@ -5389,7 +5389,7 @@
|
|
|
5389
5389
|
return r.externalObject;
|
|
5390
5390
|
},
|
|
5391
5391
|
set: function (v) {
|
|
5392
|
-
v == null ? this.i.
|
|
5392
|
+
v == null ? this.i.xz = null : this.i.xz = v.i;
|
|
5393
5393
|
},
|
|
5394
5394
|
enumerable: false,
|
|
5395
5395
|
configurable: true
|
|
@@ -5400,10 +5400,10 @@
|
|
|
5400
5400
|
* 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.
|
|
5401
5401
|
*/
|
|
5402
5402
|
get: function () {
|
|
5403
|
-
return this.i.
|
|
5403
|
+
return this.i.x6;
|
|
5404
5404
|
},
|
|
5405
5405
|
set: function (v) {
|
|
5406
|
-
this.i.
|
|
5406
|
+
this.i.x6 = +v;
|
|
5407
5407
|
},
|
|
5408
5408
|
enumerable: false,
|
|
5409
5409
|
configurable: true
|
|
@@ -5525,20 +5525,20 @@
|
|
|
5525
5525
|
tslib.__extends(GeographicShapeSeriesBase, _super);
|
|
5526
5526
|
function GeographicShapeSeriesBase() {
|
|
5527
5527
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5528
|
+
_this.x2 = false;
|
|
5528
5529
|
_this.x1 = false;
|
|
5529
|
-
_this.x0 = false;
|
|
5530
5530
|
_this.assigningShapeStyle = null;
|
|
5531
5531
|
_this.assigningShapeMarkerStyle = null;
|
|
5532
|
-
_this.
|
|
5533
|
-
_this.
|
|
5532
|
+
_this.xy = null;
|
|
5533
|
+
_this.x0 = false;
|
|
5534
5534
|
return _this;
|
|
5535
5535
|
}
|
|
5536
5536
|
GeographicShapeSeriesBase.prototype.ct = function () {
|
|
5537
5537
|
return new GeographicShapeSeriesBaseView(this);
|
|
5538
5538
|
};
|
|
5539
|
-
GeographicShapeSeriesBase.prototype.
|
|
5540
|
-
_super.prototype.
|
|
5541
|
-
this.
|
|
5539
|
+
GeographicShapeSeriesBase.prototype.rh = function (a) {
|
|
5540
|
+
_super.prototype.rh.call(this, a);
|
|
5541
|
+
this.xx = a;
|
|
5542
5542
|
};
|
|
5543
5543
|
GeographicShapeSeriesBase.prototype.get_fh = function () {
|
|
5544
5544
|
return true;
|
|
@@ -5546,106 +5546,106 @@
|
|
|
5546
5546
|
GeographicShapeSeriesBase.prototype.get_ef = function () {
|
|
5547
5547
|
return true;
|
|
5548
5548
|
};
|
|
5549
|
-
GeographicShapeSeriesBase.prototype.
|
|
5550
|
-
_super.prototype.
|
|
5549
|
+
GeographicShapeSeriesBase.prototype.rq = function (a, b, c, d) {
|
|
5550
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
5551
5551
|
switch (b) {
|
|
5552
5552
|
case "SeriesViewer":
|
|
5553
|
-
this.
|
|
5553
|
+
this.xx.cv();
|
|
5554
5554
|
break;
|
|
5555
5555
|
case "ShapeMemberPath":
|
|
5556
|
-
this.
|
|
5556
|
+
this.xx.cx();
|
|
5557
5557
|
break;
|
|
5558
5558
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
5559
|
-
this.
|
|
5559
|
+
this.xx.cw();
|
|
5560
5560
|
break;
|
|
5561
5561
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5562
|
-
this.
|
|
5563
|
-
this.
|
|
5564
|
-
if (this.
|
|
5565
|
-
var e = this.
|
|
5566
|
-
e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.
|
|
5562
|
+
this.xl.yt = this.x5;
|
|
5563
|
+
this.x2 = this.x5;
|
|
5564
|
+
if (this.x5) {
|
|
5565
|
+
var e = this.xl;
|
|
5566
|
+
e.assigningShapeStyle = igniteuiAngularCore.delegateCombine(e.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.yn));
|
|
5567
5567
|
}
|
|
5568
5568
|
else {
|
|
5569
|
-
var f = this.
|
|
5570
|
-
f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.
|
|
5569
|
+
var f = this.xl;
|
|
5570
|
+
f.assigningShapeStyle = igniteuiAngularCore.delegateRemove(f.assigningShapeStyle, igniteuiAngularCore.runOn(this, this.yn));
|
|
5571
5571
|
}
|
|
5572
5572
|
break;
|
|
5573
5573
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5574
|
-
this.
|
|
5575
|
-
this.
|
|
5576
|
-
if (this.
|
|
5577
|
-
var g = this.
|
|
5578
|
-
g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
5574
|
+
this.xl.ys = this.x4;
|
|
5575
|
+
this.x1 = this.x4;
|
|
5576
|
+
if (this.x5) {
|
|
5577
|
+
var g = this.xl;
|
|
5578
|
+
g.assigningShapeMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.ym));
|
|
5579
5579
|
}
|
|
5580
5580
|
else {
|
|
5581
|
-
var h = this.
|
|
5582
|
-
h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
5581
|
+
var h = this.xl;
|
|
5582
|
+
h.assigningShapeMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiAngularCore.runOn(this, this.ym));
|
|
5583
5583
|
}
|
|
5584
5584
|
break;
|
|
5585
5585
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5586
|
-
this.
|
|
5586
|
+
this.xl.x5 = this.xw;
|
|
5587
5587
|
break;
|
|
5588
5588
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
5589
|
-
this.
|
|
5589
|
+
this.xl.za = this.x7;
|
|
5590
5590
|
break;
|
|
5591
5591
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
5592
|
-
this.
|
|
5592
|
+
this.xl.zb = this.x8;
|
|
5593
5593
|
break;
|
|
5594
5594
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5595
|
-
this.
|
|
5595
|
+
this.xl.zf = this.x9;
|
|
5596
5596
|
break;
|
|
5597
5597
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5598
|
-
this.
|
|
5598
|
+
this.xl.xv = this.xv;
|
|
5599
5599
|
break;
|
|
5600
5600
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5601
|
-
this.
|
|
5601
|
+
this.xl.yo = this.x3;
|
|
5602
5602
|
break;
|
|
5603
5603
|
case "ShapefileDataSource":
|
|
5604
5604
|
if (c != null) {
|
|
5605
5605
|
var i = c;
|
|
5606
|
-
if (this.
|
|
5607
|
-
i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.
|
|
5606
|
+
if (this.x0) {
|
|
5607
|
+
i.importCompleted = igniteuiAngularCore.delegateRemove(i.importCompleted, igniteuiAngularCore.runOn(this, this.yo));
|
|
5608
5608
|
}
|
|
5609
5609
|
}
|
|
5610
5610
|
if (d != null) {
|
|
5611
5611
|
var j = d;
|
|
5612
5612
|
if (j.count > 0) {
|
|
5613
|
-
this.
|
|
5613
|
+
this.yp();
|
|
5614
5614
|
break;
|
|
5615
5615
|
}
|
|
5616
|
-
this.
|
|
5617
|
-
j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.
|
|
5616
|
+
this.x0 = true;
|
|
5617
|
+
j.importCompleted = igniteuiAngularCore.delegateCombine(j.importCompleted, igniteuiAngularCore.runOn(this, this.yo));
|
|
5618
5618
|
}
|
|
5619
5619
|
break;
|
|
5620
5620
|
}
|
|
5621
5621
|
};
|
|
5622
|
-
GeographicShapeSeriesBase.prototype.
|
|
5622
|
+
GeographicShapeSeriesBase.prototype.yn = function (a, b) {
|
|
5623
5623
|
if (this.assigningShapeStyle != null) {
|
|
5624
5624
|
this.assigningShapeStyle(this, b);
|
|
5625
5625
|
}
|
|
5626
5626
|
};
|
|
5627
|
-
GeographicShapeSeriesBase.prototype.
|
|
5627
|
+
GeographicShapeSeriesBase.prototype.ym = function (a, b) {
|
|
5628
5628
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5629
5629
|
this.assigningShapeMarkerStyle(this, b);
|
|
5630
5630
|
}
|
|
5631
5631
|
};
|
|
5632
|
-
GeographicShapeSeriesBase.prototype.
|
|
5633
|
-
this.
|
|
5632
|
+
GeographicShapeSeriesBase.prototype.yo = function (a, b) {
|
|
5633
|
+
this.yp();
|
|
5634
5634
|
};
|
|
5635
|
-
GeographicShapeSeriesBase.prototype.
|
|
5636
|
-
var sds_ = this.
|
|
5635
|
+
GeographicShapeSeriesBase.prototype.yp = function () {
|
|
5636
|
+
var sds_ = this.xz;
|
|
5637
5637
|
var ext_ = sds_.externalObject;
|
|
5638
5638
|
this.itemsSource = (ext_.getPointData());
|
|
5639
5639
|
};
|
|
5640
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5640
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "xz", {
|
|
5641
5641
|
get: function () {
|
|
5642
|
-
return this.
|
|
5642
|
+
return this.xy;
|
|
5643
5643
|
},
|
|
5644
5644
|
set: function (a) {
|
|
5645
|
-
var b = this.
|
|
5646
|
-
this.
|
|
5647
|
-
if (b != this.
|
|
5648
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5645
|
+
var b = this.xy;
|
|
5646
|
+
this.xy = a;
|
|
5647
|
+
if (b != this.xy) {
|
|
5648
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
|
|
5649
5649
|
}
|
|
5650
5650
|
},
|
|
5651
5651
|
enumerable: false,
|
|
@@ -5658,7 +5658,7 @@
|
|
|
5658
5658
|
_super.prototype.set_hd.call(this, a);
|
|
5659
5659
|
};
|
|
5660
5660
|
GeographicShapeSeriesBase.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5661
|
-
GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
5661
|
+
GeographicShapeSeriesBase.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [igniteuiAngularCharts.ShapeItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
|
|
5662
5662
|
return GeographicShapeSeriesBase;
|
|
5663
5663
|
}(GeographicMapSeriesHost));
|
|
5664
5664
|
/**
|
|
@@ -5674,23 +5674,23 @@
|
|
|
5674
5674
|
}
|
|
5675
5675
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5676
5676
|
_super.prototype.ci.call(this);
|
|
5677
|
-
this.cu.
|
|
5677
|
+
this.cu.xl.zs = this.cu.yk;
|
|
5678
5678
|
};
|
|
5679
5679
|
GeographicShapeSeriesBaseView.prototype.cv = function () {
|
|
5680
|
-
var a = this.cu.
|
|
5680
|
+
var a = this.cu.xl;
|
|
5681
5681
|
if (this.cu.dc == null) {
|
|
5682
|
-
a.
|
|
5683
|
-
a.
|
|
5682
|
+
a.xz = null;
|
|
5683
|
+
a.x1 = null;
|
|
5684
5684
|
return;
|
|
5685
5685
|
}
|
|
5686
|
-
a.
|
|
5687
|
-
a.
|
|
5686
|
+
a.xz = this.cu.dc.zh;
|
|
5687
|
+
a.x1 = this.cu.dc.zj;
|
|
5688
5688
|
};
|
|
5689
5689
|
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
5690
|
-
this.cu.
|
|
5690
|
+
this.cu.xl.zs = this.cu.yk;
|
|
5691
5691
|
};
|
|
5692
5692
|
GeographicShapeSeriesBaseView.prototype.cw = function () {
|
|
5693
|
-
this.cu.
|
|
5693
|
+
this.cu.xl.y7 = this.cu.x6;
|
|
5694
5694
|
};
|
|
5695
5695
|
GeographicShapeSeriesBaseView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5696
5696
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5726,54 +5726,54 @@
|
|
|
5726
5726
|
_this.cy = null;
|
|
5727
5727
|
_this.cy = a;
|
|
5728
5728
|
if (!_this.t) {
|
|
5729
|
-
_this.cy.
|
|
5729
|
+
_this.cy.yk = "points";
|
|
5730
5730
|
}
|
|
5731
5731
|
return _this;
|
|
5732
5732
|
}
|
|
5733
5733
|
GeographicShapeSeriesView.prototype.a4 = function () {
|
|
5734
5734
|
_super.prototype.a4.call(this);
|
|
5735
5735
|
if (!this.t) {
|
|
5736
|
-
this.cy.
|
|
5736
|
+
this.cy.z7 = igniteuiAngularCharts.Defaults.a8;
|
|
5737
5737
|
this.cy.jy = igniteuiAngularCharts.Defaults.ac;
|
|
5738
|
-
this.cy.
|
|
5739
|
-
this.cy.
|
|
5740
|
-
this.cy.
|
|
5738
|
+
this.cy.y6 = igniteuiAngularCharts.Defaults.ab;
|
|
5739
|
+
this.cy.y3 = igniteuiAngularCharts.Defaults.d;
|
|
5740
|
+
this.cy.y1 = igniteuiAngularCharts.Defaults.a;
|
|
5741
5741
|
}
|
|
5742
5742
|
};
|
|
5743
5743
|
GeographicShapeSeriesView.prototype.ci = function () {
|
|
5744
5744
|
_super.prototype.ci.call(this);
|
|
5745
|
-
this.cy.
|
|
5746
|
-
this.cy.
|
|
5747
|
-
this.cy.
|
|
5748
|
-
this.cy.
|
|
5749
|
-
this.cy.
|
|
5745
|
+
this.cy.xl.acf = this.cy.z9;
|
|
5746
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
5747
|
+
this.cy.xl.abu = this.cy.zp;
|
|
5748
|
+
this.cy.xl.abb = this.cy.y6;
|
|
5749
|
+
this.cy.xl.aat = this.cy.y0;
|
|
5750
5750
|
};
|
|
5751
5751
|
GeographicShapeSeriesView.prototype.c3 = function () {
|
|
5752
|
-
this.cy.
|
|
5752
|
+
this.cy.xl.abu = this.cy.zp;
|
|
5753
5753
|
};
|
|
5754
5754
|
GeographicShapeSeriesView.prototype.c5 = function () {
|
|
5755
|
-
this.cy.
|
|
5755
|
+
this.cy.xl.abb = this.cy.y6;
|
|
5756
5756
|
};
|
|
5757
5757
|
GeographicShapeSeriesView.prototype.c0 = function () {
|
|
5758
|
-
this.cy.
|
|
5758
|
+
this.cy.xl.aat = this.cy.y0;
|
|
5759
5759
|
};
|
|
5760
5760
|
GeographicShapeSeriesView.prototype.c4 = function () {
|
|
5761
|
-
this.cy.
|
|
5761
|
+
this.cy.xl.aa2 = this.cy.y3;
|
|
5762
5762
|
};
|
|
5763
5763
|
GeographicShapeSeriesView.prototype.cz = function () {
|
|
5764
|
-
this.cy.
|
|
5764
|
+
this.cy.xl.acb = this.cy.z6;
|
|
5765
5765
|
};
|
|
5766
5766
|
GeographicShapeSeriesView.prototype.c1 = function () {
|
|
5767
|
-
this.cy.
|
|
5767
|
+
this.cy.xl.acc = this.cy.z7;
|
|
5768
5768
|
};
|
|
5769
5769
|
GeographicShapeSeriesView.prototype.c2 = function () {
|
|
5770
|
-
this.cy.
|
|
5770
|
+
this.cy.xl.ace = this.cy.z8;
|
|
5771
5771
|
};
|
|
5772
5772
|
GeographicShapeSeriesView.prototype.c6 = function () {
|
|
5773
|
-
this.cy.
|
|
5773
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
5774
5774
|
};
|
|
5775
5775
|
GeographicShapeSeriesView.prototype.c7 = function () {
|
|
5776
|
-
this.cy.
|
|
5776
|
+
this.cy.xl.acf = this.cy.z9;
|
|
5777
5777
|
};
|
|
5778
5778
|
GeographicShapeSeriesView.$t = igniteuiAngularCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5779
5779
|
return GeographicShapeSeriesView;
|
|
@@ -5798,81 +5798,81 @@
|
|
|
5798
5798
|
GeographicShapeSeries.prototype.ct = function () {
|
|
5799
5799
|
return new GeographicShapeSeriesView(this);
|
|
5800
5800
|
};
|
|
5801
|
-
GeographicShapeSeries.prototype.
|
|
5802
|
-
_super.prototype.
|
|
5803
|
-
this.
|
|
5801
|
+
GeographicShapeSeries.prototype.rh = function (a) {
|
|
5802
|
+
_super.prototype.rh.call(this, a);
|
|
5803
|
+
this.y5 = a;
|
|
5804
5804
|
};
|
|
5805
|
-
GeographicShapeSeries.prototype.
|
|
5805
|
+
GeographicShapeSeries.prototype.xk = function () {
|
|
5806
5806
|
var a = new igniteuiAngularCharts.ScatterPolygonSeries();
|
|
5807
|
-
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.
|
|
5808
|
-
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
5807
|
+
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.zm));
|
|
5808
|
+
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(this, this.zn));
|
|
5809
5809
|
return a;
|
|
5810
5810
|
};
|
|
5811
|
-
GeographicShapeSeries.prototype.
|
|
5811
|
+
GeographicShapeSeries.prototype.zm = function (a, b) {
|
|
5812
5812
|
if (this.styleShape != null) {
|
|
5813
5813
|
this.styleShape(this, b);
|
|
5814
5814
|
}
|
|
5815
5815
|
};
|
|
5816
|
-
GeographicShapeSeries.prototype.
|
|
5817
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.
|
|
5816
|
+
GeographicShapeSeries.prototype.zn = function (a, b) {
|
|
5817
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.xl);
|
|
5818
5818
|
if (c == null) {
|
|
5819
5819
|
return;
|
|
5820
5820
|
}
|
|
5821
5821
|
};
|
|
5822
5822
|
GeographicShapeSeries.prototype.iu = function () {
|
|
5823
|
-
return this.
|
|
5824
|
-
};
|
|
5825
|
-
GeographicShapeSeries.prototype.v4 = function () {
|
|
5826
|
-
return this.z3;
|
|
5823
|
+
return this.y6;
|
|
5827
5824
|
};
|
|
5828
5825
|
GeographicShapeSeries.prototype.v5 = function () {
|
|
5829
5826
|
return this.z4;
|
|
5830
5827
|
};
|
|
5831
|
-
GeographicShapeSeries.prototype.
|
|
5832
|
-
return this.
|
|
5828
|
+
GeographicShapeSeries.prototype.v6 = function () {
|
|
5829
|
+
return this.z5;
|
|
5830
|
+
};
|
|
5831
|
+
GeographicShapeSeries.prototype.th = function () {
|
|
5832
|
+
return this.zo;
|
|
5833
5833
|
};
|
|
5834
5834
|
GeographicShapeSeries.prototype.ml = function () {
|
|
5835
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.
|
|
5835
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterPolygonSeries.$, this.xl);
|
|
5836
5836
|
if (a == null) {
|
|
5837
5837
|
return "Unknown";
|
|
5838
5838
|
}
|
|
5839
5839
|
return a.ml();
|
|
5840
5840
|
};
|
|
5841
|
-
GeographicShapeSeries.prototype.
|
|
5842
|
-
_super.prototype.
|
|
5841
|
+
GeographicShapeSeries.prototype.rq = function (a, b, c, d) {
|
|
5842
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
5843
5843
|
switch (b) {
|
|
5844
5844
|
case GeographicShapeSeries.$$p[6]:
|
|
5845
|
-
this.
|
|
5845
|
+
this.xl.aa0 = this.y2;
|
|
5846
5846
|
break;
|
|
5847
5847
|
case GeographicShapeSeries.$$p[5]:
|
|
5848
|
-
this.
|
|
5848
|
+
this.xl.aaw = this.y1;
|
|
5849
5849
|
break;
|
|
5850
5850
|
case GeographicShapeSeries.$$p[9]:
|
|
5851
|
-
this.
|
|
5851
|
+
this.y5.c3();
|
|
5852
5852
|
break;
|
|
5853
5853
|
case GeographicShapeSeries.$$p[10]:
|
|
5854
|
-
this.
|
|
5854
|
+
this.y5.c5();
|
|
5855
5855
|
break;
|
|
5856
5856
|
case GeographicShapeSeries.$$p[4]:
|
|
5857
|
-
this.
|
|
5857
|
+
this.y5.c0();
|
|
5858
5858
|
break;
|
|
5859
5859
|
case GeographicShapeSeries.$$p[11]:
|
|
5860
|
-
this.
|
|
5860
|
+
this.y5.c4();
|
|
5861
5861
|
break;
|
|
5862
5862
|
case GeographicShapeSeries.$$p[3]:
|
|
5863
|
-
this.
|
|
5863
|
+
this.y5.cz();
|
|
5864
5864
|
break;
|
|
5865
5865
|
case GeographicShapeSeries.$$p[7]:
|
|
5866
|
-
this.
|
|
5866
|
+
this.y5.c1();
|
|
5867
5867
|
break;
|
|
5868
5868
|
case GeographicShapeSeries.$$p[8]:
|
|
5869
|
-
this.
|
|
5869
|
+
this.y5.c2();
|
|
5870
5870
|
break;
|
|
5871
5871
|
case GeographicShapeSeries.$$p[13]:
|
|
5872
|
-
this.
|
|
5872
|
+
this.y5.c6();
|
|
5873
5873
|
break;
|
|
5874
5874
|
case GeographicShapeSeries.$$p[12]:
|
|
5875
|
-
this.
|
|
5875
|
+
this.y5.c7();
|
|
5876
5876
|
break;
|
|
5877
5877
|
}
|
|
5878
5878
|
};
|
|
@@ -5880,7 +5880,7 @@
|
|
|
5880
5880
|
return 0.7;
|
|
5881
5881
|
};
|
|
5882
5882
|
GeographicShapeSeries.$t = igniteuiAngularCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5883
|
-
GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5883
|
+
GeographicShapeSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:z5:zr', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:zo:zs', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:z6:zt', [igniteuiAngularCore.Brush.$], 'MarkerCollisionAvoidance:y0:zu', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [igniteuiAngularCore.Brush.$], 'MarkerStyle:z8:zy', [igniteuiAngularCore.Style.$], 'MarkerTemplate:zp:zz', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:y3:z1', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:y4:z3', [igniteuiAngularCharts.StyleSelector.$, null]]);
|
|
5884
5884
|
return GeographicShapeSeries;
|
|
5885
5885
|
}(GeographicShapeSeriesBase));
|
|
5886
5886
|
|
|
@@ -5929,11 +5929,11 @@
|
|
|
5929
5929
|
* Gets or sets the fill brush.
|
|
5930
5930
|
*/
|
|
5931
5931
|
get: function () {
|
|
5932
|
-
return this.i.
|
|
5932
|
+
return this.i.z9 ? this.i.z9.fill : null;
|
|
5933
5933
|
},
|
|
5934
5934
|
set: function (v) {
|
|
5935
5935
|
this.ensureShapeStyle();
|
|
5936
|
-
this.i.
|
|
5936
|
+
this.i.z9.fill = v;
|
|
5937
5937
|
},
|
|
5938
5938
|
enumerable: false,
|
|
5939
5939
|
configurable: true
|
|
@@ -5943,11 +5943,11 @@
|
|
|
5943
5943
|
* Gets or sets the stroke brush.
|
|
5944
5944
|
*/
|
|
5945
5945
|
get: function () {
|
|
5946
|
-
return this.i.
|
|
5946
|
+
return this.i.z9 ? this.i.z9.stroke : null;
|
|
5947
5947
|
},
|
|
5948
5948
|
set: function (v) {
|
|
5949
5949
|
this.ensureShapeStyle();
|
|
5950
|
-
this.i.
|
|
5950
|
+
this.i.z9.stroke = v;
|
|
5951
5951
|
},
|
|
5952
5952
|
enumerable: false,
|
|
5953
5953
|
configurable: true
|
|
@@ -5957,11 +5957,11 @@
|
|
|
5957
5957
|
* Gets or sets the stroke thickness.
|
|
5958
5958
|
*/
|
|
5959
5959
|
get: function () {
|
|
5960
|
-
return this.i.
|
|
5960
|
+
return this.i.z9 ? this.i.z9.strokeThickness : NaN;
|
|
5961
5961
|
},
|
|
5962
5962
|
set: function (v) {
|
|
5963
5963
|
this.ensureShapeStyle();
|
|
5964
|
-
this.i.
|
|
5964
|
+
this.i.z9.strokeThickness = +v;
|
|
5965
5965
|
},
|
|
5966
5966
|
enumerable: false,
|
|
5967
5967
|
configurable: true
|
|
@@ -5971,20 +5971,20 @@
|
|
|
5971
5971
|
* Gets or sets the opacity.
|
|
5972
5972
|
*/
|
|
5973
5973
|
get: function () {
|
|
5974
|
-
return this.i.
|
|
5974
|
+
return this.i.z9 ? this.i.z9.opacity : NaN;
|
|
5975
5975
|
},
|
|
5976
5976
|
set: function (v) {
|
|
5977
5977
|
this.ensureShapeStyle();
|
|
5978
|
-
this.i.
|
|
5978
|
+
this.i.z9.opacity = +v;
|
|
5979
5979
|
},
|
|
5980
5980
|
enumerable: false,
|
|
5981
5981
|
configurable: true
|
|
5982
5982
|
});
|
|
5983
5983
|
IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5984
|
-
if (this.i.
|
|
5984
|
+
if (this.i.z9) {
|
|
5985
5985
|
return;
|
|
5986
5986
|
}
|
|
5987
|
-
this.i.
|
|
5987
|
+
this.i.z9 = new igniteuiAngularCore.Style();
|
|
5988
5988
|
};
|
|
5989
5989
|
Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5990
5990
|
/**
|
|
@@ -5992,10 +5992,10 @@
|
|
|
5992
5992
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5993
5993
|
*/
|
|
5994
5994
|
get: function () {
|
|
5995
|
-
return this.i.
|
|
5995
|
+
return this.i.y3;
|
|
5996
5996
|
},
|
|
5997
5997
|
set: function (v) {
|
|
5998
|
-
this.i.
|
|
5998
|
+
this.i.y3 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
|
|
5999
5999
|
},
|
|
6000
6000
|
enumerable: false,
|
|
6001
6001
|
configurable: true
|
|
@@ -6005,10 +6005,10 @@
|
|
|
6005
6005
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6006
6006
|
*/
|
|
6007
6007
|
get: function () {
|
|
6008
|
-
return this.i.
|
|
6008
|
+
return this.i.y2;
|
|
6009
6009
|
},
|
|
6010
6010
|
set: function (v) {
|
|
6011
|
-
this.i.
|
|
6011
|
+
this.i.y2 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
|
|
6012
6012
|
},
|
|
6013
6013
|
enumerable: false,
|
|
6014
6014
|
configurable: true
|
|
@@ -6018,10 +6018,10 @@
|
|
|
6018
6018
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
6019
6019
|
*/
|
|
6020
6020
|
get: function () {
|
|
6021
|
-
return this.i.
|
|
6021
|
+
return this.i.y1;
|
|
6022
6022
|
},
|
|
6023
6023
|
set: function (v) {
|
|
6024
|
-
this.i.
|
|
6024
|
+
this.i.y1 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
|
|
6025
6025
|
},
|
|
6026
6026
|
enumerable: false,
|
|
6027
6027
|
configurable: true
|
|
@@ -6031,10 +6031,10 @@
|
|
|
6031
6031
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6032
6032
|
*/
|
|
6033
6033
|
get: function () {
|
|
6034
|
-
return this.i.
|
|
6034
|
+
return this.i.zp;
|
|
6035
6035
|
},
|
|
6036
6036
|
set: function (v) {
|
|
6037
|
-
this.i.
|
|
6037
|
+
this.i.zp = v;
|
|
6038
6038
|
},
|
|
6039
6039
|
enumerable: false,
|
|
6040
6040
|
configurable: true
|
|
@@ -6044,10 +6044,10 @@
|
|
|
6044
6044
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6045
6045
|
*/
|
|
6046
6046
|
get: function () {
|
|
6047
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
6047
|
+
return igniteuiAngularCore.brushToString(this.i.z6);
|
|
6048
6048
|
},
|
|
6049
6049
|
set: function (v) {
|
|
6050
|
-
this.i.
|
|
6050
|
+
this.i.z6 = igniteuiAngularCore.stringToBrush(v);
|
|
6051
6051
|
},
|
|
6052
6052
|
enumerable: false,
|
|
6053
6053
|
configurable: true
|
|
@@ -6057,10 +6057,10 @@
|
|
|
6057
6057
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6058
6058
|
*/
|
|
6059
6059
|
get: function () {
|
|
6060
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
6060
|
+
return igniteuiAngularCore.brushToString(this.i.z7);
|
|
6061
6061
|
},
|
|
6062
6062
|
set: function (v) {
|
|
6063
|
-
this.i.
|
|
6063
|
+
this.i.z7 = igniteuiAngularCore.stringToBrush(v);
|
|
6064
6064
|
},
|
|
6065
6065
|
enumerable: false,
|
|
6066
6066
|
configurable: true
|
|
@@ -6070,10 +6070,10 @@
|
|
|
6070
6070
|
* Gets or sets thickness of the marker outline
|
|
6071
6071
|
*/
|
|
6072
6072
|
get: function () {
|
|
6073
|
-
return this.i.
|
|
6073
|
+
return this.i.y6;
|
|
6074
6074
|
},
|
|
6075
6075
|
set: function (v) {
|
|
6076
|
-
this.i.
|
|
6076
|
+
this.i.y6 = +v;
|
|
6077
6077
|
},
|
|
6078
6078
|
enumerable: false,
|
|
6079
6079
|
configurable: true
|
|
@@ -6083,10 +6083,10 @@
|
|
|
6083
6083
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
6084
6084
|
*/
|
|
6085
6085
|
get: function () {
|
|
6086
|
-
return this.i.
|
|
6086
|
+
return this.i.y0;
|
|
6087
6087
|
},
|
|
6088
6088
|
set: function (v) {
|
|
6089
|
-
this.i.
|
|
6089
|
+
this.i.y0 = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
|
|
6090
6090
|
},
|
|
6091
6091
|
enumerable: false,
|
|
6092
6092
|
configurable: true
|
|
@@ -6096,10 +6096,10 @@
|
|
|
6096
6096
|
* Gets the effective marker template for the current series object.
|
|
6097
6097
|
*/
|
|
6098
6098
|
get: function () {
|
|
6099
|
-
return this.i.
|
|
6099
|
+
return this.i.zo;
|
|
6100
6100
|
},
|
|
6101
6101
|
set: function (v) {
|
|
6102
|
-
this.i.
|
|
6102
|
+
this.i.zo = v;
|
|
6103
6103
|
},
|
|
6104
6104
|
enumerable: false,
|
|
6105
6105
|
configurable: true
|
|
@@ -6109,10 +6109,10 @@
|
|
|
6109
6109
|
* Gets the effective marker brush for the current series object.
|
|
6110
6110
|
*/
|
|
6111
6111
|
get: function () {
|
|
6112
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
6112
|
+
return igniteuiAngularCore.brushToString(this.i.z4);
|
|
6113
6113
|
},
|
|
6114
6114
|
set: function (v) {
|
|
6115
|
-
this.i.
|
|
6115
|
+
this.i.z4 = igniteuiAngularCore.stringToBrush(v);
|
|
6116
6116
|
},
|
|
6117
6117
|
enumerable: false,
|
|
6118
6118
|
configurable: true
|
|
@@ -6122,10 +6122,10 @@
|
|
|
6122
6122
|
* Gets the effective marker outline for the current series object.
|
|
6123
6123
|
*/
|
|
6124
6124
|
get: function () {
|
|
6125
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
6125
|
+
return igniteuiAngularCore.brushToString(this.i.z5);
|
|
6126
6126
|
},
|
|
6127
6127
|
set: function (v) {
|
|
6128
|
-
this.i.
|
|
6128
|
+
this.i.z5 = igniteuiAngularCore.stringToBrush(v);
|
|
6129
6129
|
},
|
|
6130
6130
|
enumerable: false,
|
|
6131
6131
|
configurable: true
|
|
@@ -6275,14 +6275,14 @@
|
|
|
6275
6275
|
};
|
|
6276
6276
|
GeographicPolylineSeriesView.prototype.ci = function () {
|
|
6277
6277
|
_super.prototype.ci.call(this);
|
|
6278
|
-
this.cy.
|
|
6279
|
-
this.cy.
|
|
6278
|
+
this.cy.xl.aat = this.cy.y0;
|
|
6279
|
+
this.cy.xl.aay = this.cy.y8;
|
|
6280
6280
|
};
|
|
6281
6281
|
GeographicPolylineSeriesView.prototype.cz = function () {
|
|
6282
|
-
this.cy.
|
|
6282
|
+
this.cy.xl.aat = this.cy.y0;
|
|
6283
6283
|
};
|
|
6284
6284
|
GeographicPolylineSeriesView.prototype.c0 = function () {
|
|
6285
|
-
this.cy.
|
|
6285
|
+
this.cy.xl.aay = this.cy.y8;
|
|
6286
6286
|
};
|
|
6287
6287
|
GeographicPolylineSeriesView.$t = igniteuiAngularCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
6288
6288
|
return GeographicPolylineSeriesView;
|
|
@@ -6307,33 +6307,33 @@
|
|
|
6307
6307
|
GeographicPolylineSeries.prototype.ct = function () {
|
|
6308
6308
|
return new GeographicPolylineSeriesView(this);
|
|
6309
6309
|
};
|
|
6310
|
-
GeographicPolylineSeries.prototype.
|
|
6311
|
-
_super.prototype.
|
|
6312
|
-
this.
|
|
6310
|
+
GeographicPolylineSeries.prototype.rh = function (a) {
|
|
6311
|
+
_super.prototype.rh.call(this, a);
|
|
6312
|
+
this.y1 = a;
|
|
6313
6313
|
};
|
|
6314
|
-
GeographicPolylineSeries.prototype.
|
|
6314
|
+
GeographicPolylineSeries.prototype.xk = function () {
|
|
6315
6315
|
var a = new igniteuiAngularCharts.ScatterPolylineSeries();
|
|
6316
|
-
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.
|
|
6316
|
+
a.styleShape = igniteuiAngularCore.delegateCombine(a.styleShape, igniteuiAngularCore.runOn(this, this.y5));
|
|
6317
6317
|
return a;
|
|
6318
6318
|
};
|
|
6319
|
-
GeographicPolylineSeries.prototype.
|
|
6319
|
+
GeographicPolylineSeries.prototype.y5 = function (a, b) {
|
|
6320
6320
|
if (this.styleShape != null) {
|
|
6321
6321
|
this.styleShape(this, b);
|
|
6322
6322
|
}
|
|
6323
6323
|
};
|
|
6324
|
-
GeographicPolylineSeries.prototype.
|
|
6325
|
-
_super.prototype.
|
|
6324
|
+
GeographicPolylineSeries.prototype.rq = function (a, b, c, d) {
|
|
6325
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
6326
6326
|
switch (b) {
|
|
6327
6327
|
case GeographicPolylineSeries.$$p[1]:
|
|
6328
|
-
this.
|
|
6328
|
+
this.y1.cz();
|
|
6329
6329
|
break;
|
|
6330
6330
|
case GeographicPolylineSeries.$$p[0]:
|
|
6331
|
-
this.
|
|
6331
|
+
this.y1.c0();
|
|
6332
6332
|
break;
|
|
6333
6333
|
}
|
|
6334
6334
|
};
|
|
6335
6335
|
GeographicPolylineSeries.$t = igniteuiAngularCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6336
|
-
GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6336
|
+
GeographicPolylineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [igniteuiAngularCore.Style.$, null], 'ShapeStyleSelector:y0:y7', [igniteuiAngularCharts.StyleSelector.$, null]]);
|
|
6337
6337
|
return GeographicPolylineSeries;
|
|
6338
6338
|
}(GeographicShapeSeriesBase));
|
|
6339
6339
|
|
|
@@ -6382,11 +6382,11 @@
|
|
|
6382
6382
|
* Gets or sets the fill brush.
|
|
6383
6383
|
*/
|
|
6384
6384
|
get: function () {
|
|
6385
|
-
return this.i.
|
|
6385
|
+
return this.i.y8 ? this.i.y8.fill : null;
|
|
6386
6386
|
},
|
|
6387
6387
|
set: function (v) {
|
|
6388
6388
|
this.ensureShapeStyle();
|
|
6389
|
-
this.i.
|
|
6389
|
+
this.i.y8.fill = v;
|
|
6390
6390
|
},
|
|
6391
6391
|
enumerable: false,
|
|
6392
6392
|
configurable: true
|
|
@@ -6396,11 +6396,11 @@
|
|
|
6396
6396
|
* Gets or sets the stroke brush.
|
|
6397
6397
|
*/
|
|
6398
6398
|
get: function () {
|
|
6399
|
-
return this.i.
|
|
6399
|
+
return this.i.y8 ? this.i.y8.stroke : null;
|
|
6400
6400
|
},
|
|
6401
6401
|
set: function (v) {
|
|
6402
6402
|
this.ensureShapeStyle();
|
|
6403
|
-
this.i.
|
|
6403
|
+
this.i.y8.stroke = v;
|
|
6404
6404
|
},
|
|
6405
6405
|
enumerable: false,
|
|
6406
6406
|
configurable: true
|
|
@@ -6410,11 +6410,11 @@
|
|
|
6410
6410
|
* Gets or sets the stroke thickness.
|
|
6411
6411
|
*/
|
|
6412
6412
|
get: function () {
|
|
6413
|
-
return this.i.
|
|
6413
|
+
return this.i.y8 ? this.i.y8.strokeThickness : NaN;
|
|
6414
6414
|
},
|
|
6415
6415
|
set: function (v) {
|
|
6416
6416
|
this.ensureShapeStyle();
|
|
6417
|
-
this.i.
|
|
6417
|
+
this.i.y8.strokeThickness = +v;
|
|
6418
6418
|
},
|
|
6419
6419
|
enumerable: false,
|
|
6420
6420
|
configurable: true
|
|
@@ -6424,20 +6424,20 @@
|
|
|
6424
6424
|
* Gets or sets the opacity.
|
|
6425
6425
|
*/
|
|
6426
6426
|
get: function () {
|
|
6427
|
-
return this.i.
|
|
6427
|
+
return this.i.y8 ? this.i.y8.opacity : NaN;
|
|
6428
6428
|
},
|
|
6429
6429
|
set: function (v) {
|
|
6430
6430
|
this.ensureShapeStyle();
|
|
6431
|
-
this.i.
|
|
6431
|
+
this.i.y8.opacity = +v;
|
|
6432
6432
|
},
|
|
6433
6433
|
enumerable: false,
|
|
6434
6434
|
configurable: true
|
|
6435
6435
|
});
|
|
6436
6436
|
IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6437
|
-
if (this.i.
|
|
6437
|
+
if (this.i.y8) {
|
|
6438
6438
|
return;
|
|
6439
6439
|
}
|
|
6440
|
-
this.i.
|
|
6440
|
+
this.i.y8 = new igniteuiAngularCore.Style();
|
|
6441
6441
|
};
|
|
6442
6442
|
Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6443
6443
|
get: function () {
|
|
@@ -6682,11 +6682,11 @@
|
|
|
6682
6682
|
tslib.__extends(TileSeries, _super);
|
|
6683
6683
|
function TileSeries() {
|
|
6684
6684
|
var _this = _super.call(this) || this;
|
|
6685
|
+
_this.aau = null;
|
|
6685
6686
|
_this.aat = null;
|
|
6686
|
-
_this.aas = null;
|
|
6687
6687
|
_this.imageTilesReady = null;
|
|
6688
|
-
_this.
|
|
6689
|
-
_this.
|
|
6688
|
+
_this.aax = null;
|
|
6689
|
+
_this.aay = false;
|
|
6690
6690
|
_this.ab = TileSeries.$;
|
|
6691
6691
|
return _this;
|
|
6692
6692
|
}
|
|
@@ -6699,42 +6699,42 @@
|
|
|
6699
6699
|
TileSeries.prototype.ct = function () {
|
|
6700
6700
|
return new TileSeriesView(this);
|
|
6701
6701
|
};
|
|
6702
|
-
TileSeries.prototype.
|
|
6703
|
-
_super.prototype.
|
|
6704
|
-
this.
|
|
6702
|
+
TileSeries.prototype.rh = function (a) {
|
|
6703
|
+
_super.prototype.rh.call(this, a);
|
|
6704
|
+
this.aas = a;
|
|
6705
6705
|
};
|
|
6706
|
-
TileSeries.prototype.
|
|
6706
|
+
TileSeries.prototype.get_yv = function () {
|
|
6707
6707
|
return false;
|
|
6708
6708
|
};
|
|
6709
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6709
|
+
Object.defineProperty(TileSeries.prototype, "aaw", {
|
|
6710
6710
|
get: function () {
|
|
6711
|
-
return this.
|
|
6711
|
+
return this.aau;
|
|
6712
6712
|
},
|
|
6713
6713
|
set: function (a) {
|
|
6714
|
-
var b = a != this.
|
|
6714
|
+
var b = a != this.aaw;
|
|
6715
6715
|
if (b) {
|
|
6716
|
-
var c = this.
|
|
6717
|
-
this.
|
|
6716
|
+
var c = this.aaw;
|
|
6717
|
+
this.aau = a;
|
|
6718
6718
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6719
6719
|
}
|
|
6720
6720
|
},
|
|
6721
6721
|
enumerable: false,
|
|
6722
6722
|
configurable: true
|
|
6723
6723
|
});
|
|
6724
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6724
|
+
Object.defineProperty(TileSeries.prototype, "aav", {
|
|
6725
6725
|
get: function () {
|
|
6726
|
-
return this.
|
|
6726
|
+
return this.aat;
|
|
6727
6727
|
},
|
|
6728
6728
|
set: function (a) {
|
|
6729
|
-
var b = this.
|
|
6730
|
-
this.
|
|
6731
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6729
|
+
var b = this.aat;
|
|
6730
|
+
this.aat = a;
|
|
6731
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aat);
|
|
6732
6732
|
},
|
|
6733
6733
|
enumerable: false,
|
|
6734
6734
|
configurable: true
|
|
6735
6735
|
});
|
|
6736
|
-
TileSeries.prototype.
|
|
6737
|
-
_super.prototype.
|
|
6736
|
+
TileSeries.prototype.rq = function (a, b, c, d) {
|
|
6737
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
6738
6738
|
var e;
|
|
6739
6739
|
var f;
|
|
6740
6740
|
switch (b) {
|
|
@@ -6742,78 +6742,78 @@
|
|
|
6742
6742
|
e = c;
|
|
6743
6743
|
f = d;
|
|
6744
6744
|
if (e != null) {
|
|
6745
|
-
e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
6745
|
+
e.propertyChanged = igniteuiAngularCore.delegateRemove(e.propertyChanged, igniteuiAngularCore.runOn(this, this.aa1));
|
|
6746
6746
|
}
|
|
6747
6747
|
if (f != null) {
|
|
6748
|
-
f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.
|
|
6748
|
+
f.propertyChanged = igniteuiAngularCore.delegateCombine(f.propertyChanged, igniteuiAngularCore.runOn(this, this.aa1));
|
|
6749
6749
|
}
|
|
6750
|
-
this.
|
|
6751
|
-
this.
|
|
6752
|
-
this.
|
|
6750
|
+
this.aas.dv(e, f);
|
|
6751
|
+
this.r8(false);
|
|
6752
|
+
this.q0();
|
|
6753
6753
|
break;
|
|
6754
6754
|
case "ActualTileImagery":
|
|
6755
6755
|
e = c;
|
|
6756
6756
|
f = d;
|
|
6757
6757
|
if (e != null) {
|
|
6758
|
-
e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
6758
|
+
e.imageTilesReady = igniteuiAngularCore.delegateRemove(e.imageTilesReady, igniteuiAngularCore.runOn(this, this.aa2));
|
|
6759
6759
|
e.deferralHandler = null;
|
|
6760
6760
|
}
|
|
6761
6761
|
if (f != null) {
|
|
6762
|
-
f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
6762
|
+
f.imageTilesReady = igniteuiAngularCore.delegateCombine(f.imageTilesReady, igniteuiAngularCore.runOn(this, this.aa2));
|
|
6763
6763
|
f.deferralHandler = this;
|
|
6764
6764
|
}
|
|
6765
|
-
this.
|
|
6765
|
+
this.aas.du(e, f);
|
|
6766
6766
|
if (f != null && igniteuiAngularCore.typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
6767
6767
|
f.geographicMap = this.dc;
|
|
6768
|
-
this.
|
|
6769
|
-
this.
|
|
6768
|
+
this.aa4(this.cw);
|
|
6769
|
+
this.aas.dr(this.dc.yr);
|
|
6770
6770
|
}
|
|
6771
|
-
this.
|
|
6771
|
+
this.q0();
|
|
6772
6772
|
break;
|
|
6773
6773
|
case "ActualWindowRect":
|
|
6774
|
-
this.
|
|
6774
|
+
this.aas.dr(d);
|
|
6775
6775
|
break;
|
|
6776
6776
|
case "WorldRect":
|
|
6777
|
-
this.
|
|
6777
|
+
this.aas.dy(d);
|
|
6778
6778
|
break;
|
|
6779
6779
|
case "SeriesViewer":
|
|
6780
6780
|
var g = c;
|
|
6781
6781
|
var h = d;
|
|
6782
|
-
if (g != null && this.
|
|
6783
|
-
this.
|
|
6782
|
+
if (g != null && this.aav != null) {
|
|
6783
|
+
this.aav.be(null);
|
|
6784
6784
|
}
|
|
6785
|
-
if (h != null && this.
|
|
6786
|
-
this.
|
|
6785
|
+
if (h != null && this.aav != null) {
|
|
6786
|
+
this.aav.be(this.cw.ae);
|
|
6787
6787
|
}
|
|
6788
6788
|
break;
|
|
6789
6789
|
case "ActualBrush":
|
|
6790
6790
|
case "ActualOutline":
|
|
6791
6791
|
case "ActualThickness":
|
|
6792
|
-
this.
|
|
6792
|
+
this.q2();
|
|
6793
6793
|
break;
|
|
6794
6794
|
}
|
|
6795
6795
|
};
|
|
6796
|
-
TileSeries.prototype.
|
|
6796
|
+
TileSeries.prototype.aa1 = function (a, b) {
|
|
6797
6797
|
if (b.propertyName == "MultiScaleImage") {
|
|
6798
|
-
this.
|
|
6798
|
+
this.aa4(this.cw);
|
|
6799
6799
|
}
|
|
6800
6800
|
};
|
|
6801
|
-
TileSeries.prototype.
|
|
6801
|
+
TileSeries.prototype.aa2 = function (a, b) {
|
|
6802
6802
|
if (this.imageTilesReady != null) {
|
|
6803
6803
|
this.imageTilesReady(this, new igniteuiAngularCore.EventArgs());
|
|
6804
6804
|
}
|
|
6805
|
-
if (!this.
|
|
6806
|
-
this.
|
|
6805
|
+
if (!this.aay) {
|
|
6806
|
+
this.aas.dw();
|
|
6807
6807
|
}
|
|
6808
6808
|
};
|
|
6809
6809
|
TileSeries.prototype.register = function (a, b) {
|
|
6810
|
-
this.
|
|
6810
|
+
this.aax = b;
|
|
6811
6811
|
};
|
|
6812
6812
|
TileSeries.prototype.unRegister = function (a) {
|
|
6813
|
-
this.
|
|
6813
|
+
this.aax = null;
|
|
6814
6814
|
};
|
|
6815
6815
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6816
|
-
this.
|
|
6816
|
+
this.r8(false);
|
|
6817
6817
|
};
|
|
6818
6818
|
TileSeries.prototype.deferAction = function (a) {
|
|
6819
6819
|
if (this.j8 != null) {
|
|
@@ -6823,60 +6823,60 @@
|
|
|
6823
6823
|
window.setTimeout(a, 0);
|
|
6824
6824
|
}
|
|
6825
6825
|
};
|
|
6826
|
-
TileSeries.prototype.
|
|
6827
|
-
this.
|
|
6828
|
-
_super.prototype.
|
|
6826
|
+
TileSeries.prototype.s8 = function (a, b) {
|
|
6827
|
+
this.aas.dx();
|
|
6828
|
+
_super.prototype.s8.call(this, a, b);
|
|
6829
6829
|
};
|
|
6830
|
-
TileSeries.prototype.
|
|
6831
|
-
_super.prototype.
|
|
6832
|
-
this.
|
|
6830
|
+
TileSeries.prototype.r9 = function (a) {
|
|
6831
|
+
_super.prototype.r9.call(this, a);
|
|
6832
|
+
this.aa3(a, this.cw);
|
|
6833
6833
|
};
|
|
6834
|
-
TileSeries.prototype.
|
|
6834
|
+
TileSeries.prototype.aa3 = function (a, b) {
|
|
6835
6835
|
var c;
|
|
6836
6836
|
var d;
|
|
6837
6837
|
var e = b;
|
|
6838
6838
|
var f = b.getViewInfo(c, d);
|
|
6839
6839
|
c = f.p0;
|
|
6840
6840
|
d = f.p1;
|
|
6841
|
-
this.
|
|
6842
|
-
if (this.
|
|
6843
|
-
this.
|
|
6844
|
-
this.
|
|
6845
|
-
this.
|
|
6841
|
+
this.aa4(b);
|
|
6842
|
+
if (this.aax != null) {
|
|
6843
|
+
this.aay = true;
|
|
6844
|
+
this.aax(a);
|
|
6845
|
+
this.aay = false;
|
|
6846
6846
|
}
|
|
6847
6847
|
e.dw();
|
|
6848
6848
|
};
|
|
6849
|
-
TileSeries.prototype.
|
|
6850
|
-
_super.prototype.
|
|
6849
|
+
TileSeries.prototype.r7 = function (a, b, c, d, e) {
|
|
6850
|
+
_super.prototype.r7.call(this, a, b, c, d, e);
|
|
6851
6851
|
var f = this.ht.item(d);
|
|
6852
6852
|
f.bd(c);
|
|
6853
6853
|
if (this.d7(f)) {
|
|
6854
6854
|
return;
|
|
6855
6855
|
}
|
|
6856
|
-
this.
|
|
6856
|
+
this.z8(f);
|
|
6857
6857
|
};
|
|
6858
|
-
TileSeries.prototype.
|
|
6858
|
+
TileSeries.prototype.aa4 = function (a) {
|
|
6859
6859
|
var b;
|
|
6860
6860
|
var c;
|
|
6861
6861
|
var d = a.getViewInfo(b, c);
|
|
6862
6862
|
b = d.p0;
|
|
6863
6863
|
c = d.p1;
|
|
6864
|
-
if (this.
|
|
6865
|
-
if (this.
|
|
6866
|
-
this.
|
|
6864
|
+
if (this.aaw != null && this.aaw.ao != null) {
|
|
6865
|
+
if (this.aaw != this.aav) {
|
|
6866
|
+
this.aav = this.aaw;
|
|
6867
6867
|
}
|
|
6868
|
-
if (this.
|
|
6869
|
-
if (this.
|
|
6870
|
-
this.
|
|
6868
|
+
if (this.aav != null && !b.isEmpty) {
|
|
6869
|
+
if (this.aav.width != b.width) {
|
|
6870
|
+
this.aav.width = b.width;
|
|
6871
6871
|
}
|
|
6872
|
-
if (this.
|
|
6873
|
-
this.
|
|
6872
|
+
if (this.aav.height != b.height) {
|
|
6873
|
+
this.aav.height = b.height;
|
|
6874
6874
|
}
|
|
6875
6875
|
}
|
|
6876
6876
|
}
|
|
6877
6877
|
};
|
|
6878
|
-
TileSeries.prototype.
|
|
6879
|
-
_super.prototype.
|
|
6878
|
+
TileSeries.prototype.pi = function (a, b) {
|
|
6879
|
+
_super.prototype.pi.call(this, a, b);
|
|
6880
6880
|
b.ds();
|
|
6881
6881
|
};
|
|
6882
6882
|
TileSeries.$t = igniteuiAngularCore.markType(TileSeries, 'TileSeries', igniteuiAngularCharts.ShapeSeriesBase.$, [igniteuiAngularCore.IMapRenderDeferralHandler_$type]);
|
|
@@ -6899,8 +6899,8 @@
|
|
|
6899
6899
|
TileSeriesView.prototype.a4 = function () {
|
|
6900
6900
|
_super.prototype.a4.call(this);
|
|
6901
6901
|
if (!this.t) {
|
|
6902
|
-
this.dn.
|
|
6903
|
-
this.dn.
|
|
6902
|
+
this.dn.wf = igniteuiAngularCharts.Defaults.tileSeries_Outline;
|
|
6903
|
+
this.dn.vz = igniteuiAngularCharts.Defaults.tileSeries_Brush;
|
|
6904
6904
|
}
|
|
6905
6905
|
};
|
|
6906
6906
|
TileSeriesView.prototype.cx = function (a, b) {
|
|
@@ -6927,8 +6927,8 @@
|
|
|
6927
6927
|
this.a2();
|
|
6928
6928
|
};
|
|
6929
6929
|
TileSeriesView.prototype.dr = function (a) {
|
|
6930
|
-
if (this.dn.
|
|
6931
|
-
this.dn.
|
|
6930
|
+
if (this.dn.aaw != null) {
|
|
6931
|
+
this.dn.aaw.windowRect = a;
|
|
6932
6932
|
}
|
|
6933
6933
|
};
|
|
6934
6934
|
TileSeriesView.prototype.du = function (a, b) {
|
|
@@ -6963,8 +6963,8 @@
|
|
|
6963
6963
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
6964
6964
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
6965
6965
|
}
|
|
6966
|
-
if (this.dn.
|
|
6967
|
-
this.dn.
|
|
6966
|
+
if (this.dn.aaw != null) {
|
|
6967
|
+
this.dn.aaw.bf(this.b9);
|
|
6968
6968
|
}
|
|
6969
6969
|
};
|
|
6970
6970
|
TileSeriesView.prototype.bj = function (a, b) {
|
|
@@ -6998,8 +6998,8 @@
|
|
|
6998
6998
|
TileSeriesView.prototype.ds = function () {
|
|
6999
6999
|
};
|
|
7000
7000
|
TileSeriesView.prototype.dy = function (a) {
|
|
7001
|
-
if (this.dn.
|
|
7002
|
-
this.dn.
|
|
7001
|
+
if (this.dn.aaw != null) {
|
|
7002
|
+
this.dn.aaw.a6();
|
|
7003
7003
|
}
|
|
7004
7004
|
};
|
|
7005
7005
|
TileSeriesView.$t = igniteuiAngularCore.markType(TileSeriesView, 'TileSeriesView', igniteuiAngularCharts.ShapeSeriesViewBase.$);
|
|
@@ -7049,14 +7049,14 @@
|
|
|
7049
7049
|
* The MapImagery which is used to provide the tiles for display.
|
|
7050
7050
|
*/
|
|
7051
7051
|
get: function () {
|
|
7052
|
-
var r = this.i.
|
|
7052
|
+
var r = this.i.aaw;
|
|
7053
7053
|
if (r == null) {
|
|
7054
7054
|
return null;
|
|
7055
7055
|
}
|
|
7056
7056
|
return r.externalObject;
|
|
7057
7057
|
},
|
|
7058
7058
|
set: function (v) {
|
|
7059
|
-
v == null ? this.i.
|
|
7059
|
+
v == null ? this.i.aaw = null : this.i.aaw = v.i;
|
|
7060
7060
|
},
|
|
7061
7061
|
enumerable: false,
|
|
7062
7062
|
configurable: true
|
|
@@ -7157,8 +7157,8 @@
|
|
|
7157
7157
|
tslib.__extends(GeographicTileSeries, _super);
|
|
7158
7158
|
function GeographicTileSeries() {
|
|
7159
7159
|
var _this = _super.call(this) || this;
|
|
7160
|
+
_this.y1 = null;
|
|
7160
7161
|
_this.y0 = null;
|
|
7161
|
-
_this.yz = null;
|
|
7162
7162
|
_this.imageTilesReady = null;
|
|
7163
7163
|
_this.ab = GeographicTileSeries.$;
|
|
7164
7164
|
return _this;
|
|
@@ -7169,53 +7169,53 @@
|
|
|
7169
7169
|
GeographicTileSeries.prototype.get_f6 = function () {
|
|
7170
7170
|
return true;
|
|
7171
7171
|
};
|
|
7172
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
7172
|
+
Object.defineProperty(GeographicTileSeries.prototype, "y2", {
|
|
7173
7173
|
get: function () {
|
|
7174
|
-
return this.
|
|
7174
|
+
return this.y1;
|
|
7175
7175
|
},
|
|
7176
7176
|
set: function (a) {
|
|
7177
|
-
var b = a != this.
|
|
7177
|
+
var b = a != this.y2;
|
|
7178
7178
|
if (b) {
|
|
7179
|
-
var c = this.
|
|
7180
|
-
this.
|
|
7179
|
+
var c = this.y2;
|
|
7180
|
+
this.y1 = a;
|
|
7181
7181
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
7182
7182
|
}
|
|
7183
7183
|
},
|
|
7184
7184
|
enumerable: false,
|
|
7185
7185
|
configurable: true
|
|
7186
7186
|
});
|
|
7187
|
-
GeographicTileSeries.prototype.
|
|
7188
|
-
if (this.
|
|
7189
|
-
this.
|
|
7187
|
+
GeographicTileSeries.prototype.y6 = function () {
|
|
7188
|
+
if (this.y2 != null) {
|
|
7189
|
+
this.y2.clearTileCache();
|
|
7190
7190
|
}
|
|
7191
7191
|
};
|
|
7192
|
-
GeographicTileSeries.prototype.
|
|
7193
|
-
_super.prototype.
|
|
7192
|
+
GeographicTileSeries.prototype.rq = function (a, b, c, d) {
|
|
7193
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
7194
7194
|
switch (b) {
|
|
7195
7195
|
case "TileImagery":
|
|
7196
|
-
if (this.
|
|
7197
|
-
this.
|
|
7196
|
+
if (this.xl != null) {
|
|
7197
|
+
this.xl.aaw = this.y2;
|
|
7198
7198
|
}
|
|
7199
7199
|
break;
|
|
7200
7200
|
}
|
|
7201
7201
|
};
|
|
7202
|
-
GeographicTileSeries.prototype.
|
|
7203
|
-
_super.prototype.
|
|
7204
|
-
this.
|
|
7205
|
-
if (this.
|
|
7206
|
-
var c = this.
|
|
7207
|
-
c.imageTilesReady = igniteuiAngularCore.delegateRemove(c.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
7202
|
+
GeographicTileSeries.prototype.xq = function (a, b) {
|
|
7203
|
+
_super.prototype.xq.call(this, a, b);
|
|
7204
|
+
this.xl.aaw = this.y2;
|
|
7205
|
+
if (this.y0 != null) {
|
|
7206
|
+
var c = this.y0;
|
|
7207
|
+
c.imageTilesReady = igniteuiAngularCore.delegateRemove(c.imageTilesReady, igniteuiAngularCore.runOn(this, this.y5));
|
|
7208
7208
|
}
|
|
7209
|
-
this.
|
|
7210
|
-
if (this.
|
|
7211
|
-
var d = this.
|
|
7212
|
-
d.imageTilesReady = igniteuiAngularCore.delegateCombine(d.imageTilesReady, igniteuiAngularCore.runOn(this, this.
|
|
7209
|
+
this.y0 = this.xl;
|
|
7210
|
+
if (this.y0 != null) {
|
|
7211
|
+
var d = this.y0;
|
|
7212
|
+
d.imageTilesReady = igniteuiAngularCore.delegateCombine(d.imageTilesReady, igniteuiAngularCore.runOn(this, this.y5));
|
|
7213
7213
|
}
|
|
7214
7214
|
};
|
|
7215
|
-
GeographicTileSeries.prototype.
|
|
7215
|
+
GeographicTileSeries.prototype.xk = function () {
|
|
7216
7216
|
return new TileSeries();
|
|
7217
7217
|
};
|
|
7218
|
-
GeographicTileSeries.prototype.
|
|
7218
|
+
GeographicTileSeries.prototype.y5 = function (a, b) {
|
|
7219
7219
|
if (this.imageTilesReady != null) {
|
|
7220
7220
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
7221
7221
|
}
|
|
@@ -7262,14 +7262,14 @@
|
|
|
7262
7262
|
* The MapImagery which is used to provide the tiles for display.
|
|
7263
7263
|
*/
|
|
7264
7264
|
get: function () {
|
|
7265
|
-
var r = this.i.
|
|
7265
|
+
var r = this.i.y2;
|
|
7266
7266
|
if (r == null) {
|
|
7267
7267
|
return null;
|
|
7268
7268
|
}
|
|
7269
7269
|
return r.externalObject;
|
|
7270
7270
|
},
|
|
7271
7271
|
set: function (v) {
|
|
7272
|
-
v == null ? this.i.
|
|
7272
|
+
v == null ? this.i.y2 = null : this.i.y2 = v.i;
|
|
7273
7273
|
},
|
|
7274
7274
|
enumerable: false,
|
|
7275
7275
|
configurable: true
|
|
@@ -7289,7 +7289,7 @@
|
|
|
7289
7289
|
|
|
7290
7290
|
*/
|
|
7291
7291
|
IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
7292
|
-
this.i.
|
|
7292
|
+
this.i.y6();
|
|
7293
7293
|
};
|
|
7294
7294
|
Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
7295
7295
|
/**
|
|
@@ -7410,10 +7410,10 @@
|
|
|
7410
7410
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7411
7411
|
*/
|
|
7412
7412
|
get: function () {
|
|
7413
|
-
return this.i.
|
|
7413
|
+
return this.i.xv;
|
|
7414
7414
|
},
|
|
7415
7415
|
set: function (v) {
|
|
7416
|
-
this.i.
|
|
7416
|
+
this.i.xv = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerType_$type, v);
|
|
7417
7417
|
},
|
|
7418
7418
|
enumerable: false,
|
|
7419
7419
|
configurable: true
|
|
@@ -7423,10 +7423,10 @@
|
|
|
7423
7423
|
* Gets or sets thickness of the marker outline
|
|
7424
7424
|
*/
|
|
7425
7425
|
get: function () {
|
|
7426
|
-
return this.i.
|
|
7426
|
+
return this.i.xw;
|
|
7427
7427
|
},
|
|
7428
7428
|
set: function (v) {
|
|
7429
|
-
this.i.
|
|
7429
|
+
this.i.xw = +v;
|
|
7430
7430
|
},
|
|
7431
7431
|
enumerable: false,
|
|
7432
7432
|
configurable: true
|
|
@@ -7436,10 +7436,10 @@
|
|
|
7436
7436
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7437
7437
|
*/
|
|
7438
7438
|
get: function () {
|
|
7439
|
-
return this.i.
|
|
7439
|
+
return this.i.xu;
|
|
7440
7440
|
},
|
|
7441
7441
|
set: function (v) {
|
|
7442
|
-
this.i.
|
|
7442
|
+
this.i.xu = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerOutlineMode_$type, v);
|
|
7443
7443
|
},
|
|
7444
7444
|
enumerable: false,
|
|
7445
7445
|
configurable: true
|
|
@@ -7449,10 +7449,10 @@
|
|
|
7449
7449
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7450
7450
|
*/
|
|
7451
7451
|
get: function () {
|
|
7452
|
-
return this.i.
|
|
7452
|
+
return this.i.xt;
|
|
7453
7453
|
},
|
|
7454
7454
|
set: function (v) {
|
|
7455
|
-
this.i.
|
|
7455
|
+
this.i.xt = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.MarkerFillMode_$type, v);
|
|
7456
7456
|
},
|
|
7457
7457
|
enumerable: false,
|
|
7458
7458
|
configurable: true
|
|
@@ -7462,10 +7462,10 @@
|
|
|
7462
7462
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7463
7463
|
*/
|
|
7464
7464
|
get: function () {
|
|
7465
|
-
return this.i.
|
|
7465
|
+
return this.i.yb;
|
|
7466
7466
|
},
|
|
7467
7467
|
set: function (v) {
|
|
7468
|
-
this.i.
|
|
7468
|
+
this.i.yb = v;
|
|
7469
7469
|
},
|
|
7470
7470
|
enumerable: false,
|
|
7471
7471
|
configurable: true
|
|
@@ -7475,10 +7475,10 @@
|
|
|
7475
7475
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7476
7476
|
*/
|
|
7477
7477
|
get: function () {
|
|
7478
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7478
|
+
return igniteuiAngularCore.brushToString(this.i.yp);
|
|
7479
7479
|
},
|
|
7480
7480
|
set: function (v) {
|
|
7481
|
-
this.i.
|
|
7481
|
+
this.i.yp = igniteuiAngularCore.stringToBrush(v);
|
|
7482
7482
|
},
|
|
7483
7483
|
enumerable: false,
|
|
7484
7484
|
configurable: true
|
|
@@ -7488,10 +7488,10 @@
|
|
|
7488
7488
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7489
7489
|
*/
|
|
7490
7490
|
get: function () {
|
|
7491
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7491
|
+
return igniteuiAngularCore.brushToString(this.i.yq);
|
|
7492
7492
|
},
|
|
7493
7493
|
set: function (v) {
|
|
7494
|
-
this.i.
|
|
7494
|
+
this.i.yq = igniteuiAngularCore.stringToBrush(v);
|
|
7495
7495
|
},
|
|
7496
7496
|
enumerable: false,
|
|
7497
7497
|
configurable: true
|
|
@@ -7503,10 +7503,10 @@
|
|
|
7503
7503
|
* choose a representative set.
|
|
7504
7504
|
*/
|
|
7505
7505
|
get: function () {
|
|
7506
|
-
return this.i.
|
|
7506
|
+
return this.i.xx;
|
|
7507
7507
|
},
|
|
7508
7508
|
set: function (v) {
|
|
7509
|
-
this.i.
|
|
7509
|
+
this.i.xx = +v;
|
|
7510
7510
|
},
|
|
7511
7511
|
enumerable: false,
|
|
7512
7512
|
configurable: true
|
|
@@ -7516,10 +7516,10 @@
|
|
|
7516
7516
|
* Gets the effective marker template for the current series object.
|
|
7517
7517
|
*/
|
|
7518
7518
|
get: function () {
|
|
7519
|
-
return this.i.
|
|
7519
|
+
return this.i.ya;
|
|
7520
7520
|
},
|
|
7521
7521
|
set: function (v) {
|
|
7522
|
-
this.i.
|
|
7522
|
+
this.i.ya = v;
|
|
7523
7523
|
},
|
|
7524
7524
|
enumerable: false,
|
|
7525
7525
|
configurable: true
|
|
@@ -7529,10 +7529,10 @@
|
|
|
7529
7529
|
* Gets the effective marker brush for the current series object.
|
|
7530
7530
|
*/
|
|
7531
7531
|
get: function () {
|
|
7532
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7532
|
+
return igniteuiAngularCore.brushToString(this.i.yn);
|
|
7533
7533
|
},
|
|
7534
7534
|
set: function (v) {
|
|
7535
|
-
this.i.
|
|
7535
|
+
this.i.yn = igniteuiAngularCore.stringToBrush(v);
|
|
7536
7536
|
},
|
|
7537
7537
|
enumerable: false,
|
|
7538
7538
|
configurable: true
|
|
@@ -7542,10 +7542,10 @@
|
|
|
7542
7542
|
* Gets the effective marker outline for the current series object.
|
|
7543
7543
|
*/
|
|
7544
7544
|
get: function () {
|
|
7545
|
-
return igniteuiAngularCore.brushToString(this.i.
|
|
7545
|
+
return igniteuiAngularCore.brushToString(this.i.yo);
|
|
7546
7546
|
},
|
|
7547
7547
|
set: function (v) {
|
|
7548
|
-
this.i.
|
|
7548
|
+
this.i.yo = igniteuiAngularCore.stringToBrush(v);
|
|
7549
7549
|
},
|
|
7550
7550
|
enumerable: false,
|
|
7551
7551
|
configurable: true
|
|
@@ -7596,75 +7596,75 @@
|
|
|
7596
7596
|
tslib.__extends(GeographicMarkerSeries, _super);
|
|
7597
7597
|
function GeographicMarkerSeries() {
|
|
7598
7598
|
var _this = _super.call(this) || this;
|
|
7599
|
-
var a = _this.
|
|
7600
|
-
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.
|
|
7599
|
+
var a = _this.xl;
|
|
7600
|
+
a.propertyUpdated = igniteuiAngularCore.delegateCombine(a.propertyUpdated, igniteuiAngularCore.runOn(_this, _this.x9));
|
|
7601
7601
|
return _this;
|
|
7602
7602
|
}
|
|
7603
|
-
GeographicMarkerSeries.prototype.
|
|
7604
|
-
return this.
|
|
7605
|
-
};
|
|
7606
|
-
GeographicMarkerSeries.prototype.v4 = function () {
|
|
7607
|
-
return this.ym;
|
|
7603
|
+
GeographicMarkerSeries.prototype.th = function () {
|
|
7604
|
+
return this.ya;
|
|
7608
7605
|
};
|
|
7609
7606
|
GeographicMarkerSeries.prototype.v5 = function () {
|
|
7610
7607
|
return this.yn;
|
|
7611
7608
|
};
|
|
7609
|
+
GeographicMarkerSeries.prototype.v6 = function () {
|
|
7610
|
+
return this.yo;
|
|
7611
|
+
};
|
|
7612
7612
|
GeographicMarkerSeries.prototype.iu = function () {
|
|
7613
|
-
return this.
|
|
7613
|
+
return this.xw;
|
|
7614
7614
|
};
|
|
7615
7615
|
GeographicMarkerSeries.prototype.ml = function () {
|
|
7616
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.
|
|
7616
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.xl);
|
|
7617
7617
|
if (a == null) {
|
|
7618
7618
|
return "Unknown";
|
|
7619
7619
|
}
|
|
7620
7620
|
return a.ml();
|
|
7621
7621
|
};
|
|
7622
|
-
GeographicMarkerSeries.prototype.
|
|
7623
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.
|
|
7622
|
+
GeographicMarkerSeries.prototype.x9 = function (a, b) {
|
|
7623
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.MarkerSeries.$, this.xl);
|
|
7624
7624
|
if (c == null) {
|
|
7625
7625
|
return;
|
|
7626
7626
|
}
|
|
7627
7627
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7628
|
-
this.
|
|
7628
|
+
this.ya = c.yl;
|
|
7629
7629
|
}
|
|
7630
7630
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7631
|
-
this.
|
|
7631
|
+
this.yo = c.y3;
|
|
7632
7632
|
}
|
|
7633
7633
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7634
|
-
this.
|
|
7634
|
+
this.yn = c.y2;
|
|
7635
7635
|
}
|
|
7636
7636
|
};
|
|
7637
|
-
GeographicMarkerSeries.prototype.
|
|
7638
|
-
_super.prototype.
|
|
7637
|
+
GeographicMarkerSeries.prototype.rq = function (a, b, c, d) {
|
|
7638
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
7639
7639
|
switch (b) {
|
|
7640
7640
|
case GeographicMarkerSeries.$$p[3]:
|
|
7641
|
-
this.
|
|
7641
|
+
this.xl.y4 = this.yp;
|
|
7642
7642
|
break;
|
|
7643
7643
|
case GeographicMarkerSeries.$$p[6]:
|
|
7644
|
-
this.
|
|
7644
|
+
this.xl.y5 = this.yq;
|
|
7645
7645
|
break;
|
|
7646
7646
|
case GeographicMarkerSeries.$$p[5]:
|
|
7647
|
-
this.
|
|
7647
|
+
this.xl.xp = this.xu;
|
|
7648
7648
|
break;
|
|
7649
7649
|
case GeographicMarkerSeries.$$p[4]:
|
|
7650
|
-
this.
|
|
7650
|
+
this.xl.xl = this.xt;
|
|
7651
7651
|
break;
|
|
7652
7652
|
case GeographicMarkerSeries.$$p[9]:
|
|
7653
|
-
this.
|
|
7653
|
+
this.xl.xv = this.xv;
|
|
7654
7654
|
break;
|
|
7655
7655
|
case GeographicMarkerSeries.$$p[7]:
|
|
7656
|
-
this.
|
|
7656
|
+
this.xl.yn = this.yb;
|
|
7657
7657
|
break;
|
|
7658
7658
|
case GeographicMarkerSeries.$$p[8]:
|
|
7659
|
-
this.
|
|
7659
|
+
this.xl.x4 = this.xw;
|
|
7660
7660
|
break;
|
|
7661
7661
|
case GeographicMarkerSeries.$$p[10]:
|
|
7662
|
-
this.
|
|
7662
|
+
this.xl.aau = this.xx;
|
|
7663
7663
|
break;
|
|
7664
7664
|
}
|
|
7665
7665
|
};
|
|
7666
7666
|
GeographicMarkerSeries.$t = igniteuiAngularCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7667
|
-
GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7667
|
+
GeographicMarkerSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [igniteuiAngularCore.Brush.$], 'ActualMarkerOutline:yo:yd', [igniteuiAngularCore.Brush.$], 'ActualMarkerTemplate:ya:ye', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerBrush:yp:yf', [igniteuiAngularCore.Brush.$], 'MarkerFillMode:xt:yg', [igniteuiAngularCharts.MarkerFillMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [igniteuiAngularCharts.MarkerOutlineMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [igniteuiAngularCore.Brush.$], 'MarkerTemplate:yb:yj', [igniteuiAngularCore.DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, igniteuiAngularCore.DeviceUtils.g(2)], 'MarkerType:xv:yl', [igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.MarkerType_$type, igniteuiAngularCharts.Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
|
|
7668
7668
|
return GeographicMarkerSeries;
|
|
7669
7669
|
}(GeographicMapSeriesHost));
|
|
7670
7670
|
|
|
@@ -7692,49 +7692,49 @@
|
|
|
7692
7692
|
};
|
|
7693
7693
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7694
7694
|
_super.prototype.ci.call(this);
|
|
7695
|
-
var a = this.cu.
|
|
7696
|
-
a.
|
|
7697
|
-
a.
|
|
7698
|
-
a.
|
|
7699
|
-
a.
|
|
7700
|
-
a.
|
|
7695
|
+
var a = this.cu.xl;
|
|
7696
|
+
a.abe = this.cu.zk;
|
|
7697
|
+
a.abm = this.cu.zi;
|
|
7698
|
+
a.xv = this.cu.xv;
|
|
7699
|
+
a.yn = this.cu.yb;
|
|
7700
|
+
a.x4 = this.cu.xw;
|
|
7701
|
+
a.ado = this.cu.y4;
|
|
7702
|
+
a.aee = this.cu.zp;
|
|
7703
|
+
a.add = this.cu.yw;
|
|
7704
|
+
a.ad4 = this.cu.zg;
|
|
7705
|
+
a.adz = this.cu.y8;
|
|
7706
|
+
a.ada = this.cu.yt;
|
|
7707
|
+
a.adm = this.cu.y0;
|
|
7701
7708
|
a.adn = this.cu.y3;
|
|
7702
|
-
a.
|
|
7703
|
-
a.adc = this.cu.yv;
|
|
7704
|
-
a.ad3 = this.cu.zf;
|
|
7705
|
-
a.ady = this.cu.y7;
|
|
7706
|
-
a.ac9 = this.cu.ys;
|
|
7707
|
-
a.adl = this.cu.yz;
|
|
7708
|
-
a.adm = this.cu.y2;
|
|
7709
|
+
a.adt = this.cu.y6;
|
|
7709
7710
|
a.ads = this.cu.y5;
|
|
7710
|
-
a.adr = this.cu.y4;
|
|
7711
7711
|
};
|
|
7712
7712
|
GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
|
|
7713
|
-
this.cu.
|
|
7713
|
+
this.cu.xl.abe = this.cu.zk;
|
|
7714
7714
|
};
|
|
7715
7715
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7716
|
-
this.cu.
|
|
7716
|
+
this.cu.xl.abm = this.cu.zi;
|
|
7717
7717
|
};
|
|
7718
7718
|
GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
|
|
7719
|
-
this.cu.
|
|
7719
|
+
this.cu.xl.xv = this.cu.xv;
|
|
7720
7720
|
};
|
|
7721
7721
|
GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
|
|
7722
|
-
this.cu.
|
|
7722
|
+
this.cu.xl.yn = this.cu.yb;
|
|
7723
7723
|
};
|
|
7724
7724
|
GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
|
|
7725
|
-
this.cu.
|
|
7725
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
7726
7726
|
};
|
|
7727
7727
|
GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
|
|
7728
|
-
this.cu.
|
|
7728
|
+
this.cu.xl.aau = this.cu.xx;
|
|
7729
7729
|
};
|
|
7730
7730
|
GeographicProportionalSymbolSeriesView.prototype.db = function () {
|
|
7731
|
-
this.cu.
|
|
7731
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
7732
7732
|
};
|
|
7733
7733
|
GeographicProportionalSymbolSeriesView.prototype.dc = function () {
|
|
7734
|
-
this.cu.
|
|
7734
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
7735
7735
|
};
|
|
7736
7736
|
GeographicProportionalSymbolSeriesView.prototype.da = function () {
|
|
7737
|
-
var a = this.cu.
|
|
7737
|
+
var a = this.cu.xl;
|
|
7738
7738
|
if (this.cu.dc == null) {
|
|
7739
7739
|
a.xAxis = null;
|
|
7740
7740
|
a.yAxis = null;
|
|
@@ -7744,45 +7744,45 @@
|
|
|
7744
7744
|
a.yAxis = this.cu.dc.zj;
|
|
7745
7745
|
};
|
|
7746
7746
|
GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
|
|
7747
|
-
this.cu.
|
|
7747
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
7748
7748
|
};
|
|
7749
7749
|
GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
|
|
7750
|
-
this.cu.
|
|
7750
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
7751
7751
|
};
|
|
7752
7752
|
GeographicProportionalSymbolSeriesView.prototype.dd = function () {
|
|
7753
|
-
this.cu.
|
|
7753
|
+
this.cu.xl.aee = this.cu.zp;
|
|
7754
7754
|
};
|
|
7755
7755
|
GeographicProportionalSymbolSeriesView.prototype.de = function () {
|
|
7756
|
-
this.cu.
|
|
7757
|
-
this.cu.
|
|
7756
|
+
this.cu.xl.add = this.cu.yw;
|
|
7757
|
+
this.cu.xl.ado = this.cu.y4;
|
|
7758
7758
|
};
|
|
7759
7759
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7760
|
-
this.cu.
|
|
7760
|
+
this.cu.xl.ad4 = this.cu.zg;
|
|
7761
7761
|
};
|
|
7762
7762
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7763
|
-
this.cu.
|
|
7764
|
-
this.cu.
|
|
7765
|
-
this.cu.
|
|
7766
|
-
this.cu.
|
|
7767
|
-
this.cu.
|
|
7763
|
+
this.cu.xl.ada = this.cu.yt;
|
|
7764
|
+
this.cu.xl.adm = this.cu.y0;
|
|
7765
|
+
this.cu.xl.adn = this.cu.y3;
|
|
7766
|
+
this.cu.xl.adt = this.cu.y6;
|
|
7767
|
+
this.cu.xl.ads = this.cu.y5;
|
|
7768
7768
|
};
|
|
7769
7769
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7770
|
-
this.cu.
|
|
7770
|
+
this.cu.xl.adz = this.cu.y8;
|
|
7771
7771
|
};
|
|
7772
7772
|
GeographicProportionalSymbolSeriesView.prototype.df = function () {
|
|
7773
|
-
this.cu.
|
|
7773
|
+
this.cu.xl.ado = this.cu.y4;
|
|
7774
7774
|
};
|
|
7775
7775
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7776
|
-
this.cu.
|
|
7776
|
+
this.cu.xl.adm = this.cu.y0;
|
|
7777
7777
|
};
|
|
7778
7778
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7779
|
-
this.cu.
|
|
7779
|
+
this.cu.xl.adn = this.cu.y3;
|
|
7780
7780
|
};
|
|
7781
7781
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7782
|
-
this.cu.
|
|
7782
|
+
this.cu.xl.adt = this.cu.y6;
|
|
7783
7783
|
};
|
|
7784
7784
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7785
|
-
this.cu.
|
|
7785
|
+
this.cu.xl.ads = this.cu.y5;
|
|
7786
7786
|
};
|
|
7787
7787
|
GeographicProportionalSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7788
7788
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7794,9 +7794,9 @@
|
|
|
7794
7794
|
tslib.__extends(GeographicProportionalSymbolSeries, _super);
|
|
7795
7795
|
function GeographicProportionalSymbolSeries() {
|
|
7796
7796
|
var _this = _super.call(this) || this;
|
|
7797
|
-
_this.
|
|
7797
|
+
_this.yu = null;
|
|
7798
|
+
_this.yz = false;
|
|
7798
7799
|
_this.yy = false;
|
|
7799
|
-
_this.yx = false;
|
|
7800
7800
|
_this.assigningScatterStyle = null;
|
|
7801
7801
|
_this.assigningScatterMarkerStyle = null;
|
|
7802
7802
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -7811,111 +7811,111 @@
|
|
|
7811
7811
|
GeographicProportionalSymbolSeries.prototype.ct = function () {
|
|
7812
7812
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7813
7813
|
};
|
|
7814
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7815
|
-
_super.prototype.
|
|
7816
|
-
this.
|
|
7814
|
+
GeographicProportionalSymbolSeries.prototype.rh = function (a) {
|
|
7815
|
+
_super.prototype.rh.call(this, a);
|
|
7816
|
+
this.yx = a;
|
|
7817
7817
|
};
|
|
7818
7818
|
GeographicProportionalSymbolSeries.prototype.jt = function () {
|
|
7819
7819
|
return 0.7;
|
|
7820
7820
|
};
|
|
7821
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7821
|
+
GeographicProportionalSymbolSeries.prototype.xk = function () {
|
|
7822
7822
|
return new igniteuiAngularCharts.BubbleSeries();
|
|
7823
7823
|
};
|
|
7824
7824
|
GeographicProportionalSymbolSeries.prototype.get_fh = function () {
|
|
7825
7825
|
return true;
|
|
7826
7826
|
};
|
|
7827
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7828
|
-
_super.prototype.
|
|
7827
|
+
GeographicProportionalSymbolSeries.prototype.rq = function (a, b, c, d) {
|
|
7828
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
7829
7829
|
switch (b) {
|
|
7830
7830
|
case "SeriesViewer":
|
|
7831
|
-
this.
|
|
7831
|
+
this.yx.da();
|
|
7832
7832
|
break;
|
|
7833
7833
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7834
|
-
this.
|
|
7834
|
+
this.yx.c3();
|
|
7835
7835
|
break;
|
|
7836
7836
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7837
|
-
this.
|
|
7837
|
+
this.yx.c2();
|
|
7838
7838
|
break;
|
|
7839
7839
|
case "XAxis":
|
|
7840
|
-
this.
|
|
7840
|
+
this.yx.db();
|
|
7841
7841
|
break;
|
|
7842
7842
|
case "YAxis":
|
|
7843
|
-
this.
|
|
7843
|
+
this.yx.dc();
|
|
7844
7844
|
break;
|
|
7845
7845
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7846
|
-
this.
|
|
7846
|
+
this.yx.dd();
|
|
7847
7847
|
break;
|
|
7848
7848
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7849
|
-
this.
|
|
7849
|
+
this.yx.de();
|
|
7850
7850
|
break;
|
|
7851
7851
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7852
|
-
this.
|
|
7852
|
+
this.yx.df();
|
|
7853
7853
|
break;
|
|
7854
7854
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7855
|
-
this.
|
|
7855
|
+
this.yx.cy();
|
|
7856
7856
|
break;
|
|
7857
7857
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7858
|
-
this.
|
|
7858
|
+
this.yx.cv();
|
|
7859
7859
|
break;
|
|
7860
7860
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7861
|
-
this.
|
|
7861
|
+
this.yx.cw();
|
|
7862
7862
|
break;
|
|
7863
7863
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7864
|
-
this.
|
|
7864
|
+
this.yx.cx();
|
|
7865
7865
|
break;
|
|
7866
7866
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7867
|
-
this.
|
|
7867
|
+
this.yx.c1();
|
|
7868
7868
|
break;
|
|
7869
7869
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7870
|
-
this.
|
|
7870
|
+
this.yx.c0();
|
|
7871
7871
|
break;
|
|
7872
7872
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7873
|
-
this.
|
|
7873
|
+
this.yx.cz();
|
|
7874
7874
|
break;
|
|
7875
7875
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7876
|
-
this.
|
|
7877
|
-
this.
|
|
7878
|
-
if (this.
|
|
7879
|
-
var e = this.
|
|
7880
|
-
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
7876
|
+
this.xl.aaa = this.y2;
|
|
7877
|
+
this.yz = this.y2;
|
|
7878
|
+
if (this.y2) {
|
|
7879
|
+
var e = this.xl;
|
|
7880
|
+
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zu));
|
|
7881
7881
|
}
|
|
7882
7882
|
else {
|
|
7883
|
-
var f = this.
|
|
7884
|
-
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
7883
|
+
var f = this.xl;
|
|
7884
|
+
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.zu));
|
|
7885
7885
|
}
|
|
7886
7886
|
break;
|
|
7887
7887
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7888
|
-
this.
|
|
7889
|
-
this.
|
|
7890
|
-
if (this.
|
|
7891
|
-
var g = this.
|
|
7892
|
-
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
7888
|
+
this.xl.z9 = this.y1;
|
|
7889
|
+
this.yy = this.y1;
|
|
7890
|
+
if (this.y2) {
|
|
7891
|
+
var g = this.xl;
|
|
7892
|
+
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zt));
|
|
7893
7893
|
}
|
|
7894
7894
|
else {
|
|
7895
|
-
var h = this.
|
|
7896
|
-
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
7895
|
+
var h = this.xl;
|
|
7896
|
+
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zt));
|
|
7897
7897
|
}
|
|
7898
7898
|
break;
|
|
7899
7899
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7900
|
-
this.
|
|
7900
|
+
this.xl.zt = this.yv;
|
|
7901
7901
|
break;
|
|
7902
7902
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7903
|
-
this.
|
|
7903
|
+
this.xl.aat = this.y7;
|
|
7904
7904
|
break;
|
|
7905
7905
|
}
|
|
7906
7906
|
};
|
|
7907
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7907
|
+
GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
|
|
7908
7908
|
if (this.assigningScatterStyle != null) {
|
|
7909
7909
|
this.assigningScatterStyle(this, b);
|
|
7910
7910
|
}
|
|
7911
7911
|
};
|
|
7912
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7912
|
+
GeographicProportionalSymbolSeries.prototype.zt = function (a, b) {
|
|
7913
7913
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7914
7914
|
this.assigningScatterMarkerStyle(this, b);
|
|
7915
7915
|
}
|
|
7916
7916
|
};
|
|
7917
7917
|
GeographicProportionalSymbolSeries.$t = igniteuiAngularCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7918
|
-
GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7918
|
+
GeographicProportionalSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [igniteuiAngularCharts.BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [igniteuiAngularCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
|
|
7919
7919
|
return GeographicProportionalSymbolSeries;
|
|
7920
7920
|
}(GeographicMarkerSeries));
|
|
7921
7921
|
|
|
@@ -7966,10 +7966,10 @@
|
|
|
7966
7966
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7967
7967
|
*/
|
|
7968
7968
|
get: function () {
|
|
7969
|
-
return this.i.
|
|
7969
|
+
return this.i.zi;
|
|
7970
7970
|
},
|
|
7971
7971
|
set: function (v) {
|
|
7972
|
-
this.i.
|
|
7972
|
+
this.i.zi = v;
|
|
7973
7973
|
},
|
|
7974
7974
|
enumerable: false,
|
|
7975
7975
|
configurable: true
|
|
@@ -7979,10 +7979,10 @@
|
|
|
7979
7979
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7980
7980
|
*/
|
|
7981
7981
|
get: function () {
|
|
7982
|
-
return this.i.
|
|
7982
|
+
return this.i.zk;
|
|
7983
7983
|
},
|
|
7984
7984
|
set: function (v) {
|
|
7985
|
-
this.i.
|
|
7985
|
+
this.i.zk = v;
|
|
7986
7986
|
},
|
|
7987
7987
|
enumerable: false,
|
|
7988
7988
|
configurable: true
|
|
@@ -7992,10 +7992,10 @@
|
|
|
7992
7992
|
* Gets or sets the radius mapping property for the current series object.
|
|
7993
7993
|
*/
|
|
7994
7994
|
get: function () {
|
|
7995
|
-
return this.i.
|
|
7995
|
+
return this.i.zp;
|
|
7996
7996
|
},
|
|
7997
7997
|
set: function (v) {
|
|
7998
|
-
this.i.
|
|
7998
|
+
this.i.zp = v;
|
|
7999
7999
|
},
|
|
8000
8000
|
enumerable: false,
|
|
8001
8001
|
configurable: true
|
|
@@ -8005,7 +8005,7 @@
|
|
|
8005
8005
|
* Gets or sets the radius size scale for the bubbles.
|
|
8006
8006
|
*/
|
|
8007
8007
|
get: function () {
|
|
8008
|
-
var r = this.i.
|
|
8008
|
+
var r = this.i.yw;
|
|
8009
8009
|
if (r == null) {
|
|
8010
8010
|
return null;
|
|
8011
8011
|
}
|
|
@@ -8021,7 +8021,7 @@
|
|
|
8021
8021
|
set: function (v) {
|
|
8022
8022
|
if (v != null && this._stylingContainer && v._styling)
|
|
8023
8023
|
v._styling(this._stylingContainer, this, this);
|
|
8024
|
-
v == null ? this.i.
|
|
8024
|
+
v == null ? this.i.yw = null : this.i.yw = v.i;
|
|
8025
8025
|
},
|
|
8026
8026
|
enumerable: false,
|
|
8027
8027
|
configurable: true
|
|
@@ -8031,10 +8031,10 @@
|
|
|
8031
8031
|
* Gets or sets the Label mapping property for the current series object.
|
|
8032
8032
|
*/
|
|
8033
8033
|
get: function () {
|
|
8034
|
-
return this.i.
|
|
8034
|
+
return this.i.zg;
|
|
8035
8035
|
},
|
|
8036
8036
|
set: function (v) {
|
|
8037
|
-
this.i.
|
|
8037
|
+
this.i.zg = v;
|
|
8038
8038
|
},
|
|
8039
8039
|
enumerable: false,
|
|
8040
8040
|
configurable: true
|
|
@@ -8044,10 +8044,10 @@
|
|
|
8044
8044
|
* Gets or sets the fill mapping property for the current series object.
|
|
8045
8045
|
*/
|
|
8046
8046
|
get: function () {
|
|
8047
|
-
return this.i.
|
|
8047
|
+
return this.i.y8;
|
|
8048
8048
|
},
|
|
8049
8049
|
set: function (v) {
|
|
8050
|
-
this.i.
|
|
8050
|
+
this.i.y8 = v;
|
|
8051
8051
|
},
|
|
8052
8052
|
enumerable: false,
|
|
8053
8053
|
configurable: true
|
|
@@ -8057,7 +8057,7 @@
|
|
|
8057
8057
|
* Gets or sets the brush scale for the marker brush.
|
|
8058
8058
|
*/
|
|
8059
8059
|
get: function () {
|
|
8060
|
-
var r = this.i.
|
|
8060
|
+
var r = this.i.yt;
|
|
8061
8061
|
if (r == null) {
|
|
8062
8062
|
return null;
|
|
8063
8063
|
}
|
|
@@ -8073,7 +8073,7 @@
|
|
|
8073
8073
|
set: function (v) {
|
|
8074
8074
|
if (v != null && this._stylingContainer && v._styling)
|
|
8075
8075
|
v._styling(this._stylingContainer, this, this);
|
|
8076
|
-
v == null ? this.i.
|
|
8076
|
+
v == null ? this.i.yt = null : this.i.yt = v.i;
|
|
8077
8077
|
},
|
|
8078
8078
|
enumerable: false,
|
|
8079
8079
|
configurable: true
|
|
@@ -8084,10 +8084,10 @@
|
|
|
8084
8084
|
* This setting applies only if multiple series are using the same FillScale.
|
|
8085
8085
|
*/
|
|
8086
8086
|
get: function () {
|
|
8087
|
-
return this.i.
|
|
8087
|
+
return this.i.y0;
|
|
8088
8088
|
},
|
|
8089
8089
|
set: function (v) {
|
|
8090
|
-
this.i.
|
|
8090
|
+
this.i.y0 = igniteuiAngularCore.ensureBool(v);
|
|
8091
8091
|
},
|
|
8092
8092
|
enumerable: false,
|
|
8093
8093
|
configurable: true
|
|
@@ -8098,10 +8098,10 @@
|
|
|
8098
8098
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
8099
8099
|
*/
|
|
8100
8100
|
get: function () {
|
|
8101
|
-
return this.i.
|
|
8101
|
+
return this.i.y3;
|
|
8102
8102
|
},
|
|
8103
8103
|
set: function (v) {
|
|
8104
|
-
this.i.
|
|
8104
|
+
this.i.y3 = igniteuiAngularCore.ensureBool(v);
|
|
8105
8105
|
},
|
|
8106
8106
|
enumerable: false,
|
|
8107
8107
|
configurable: true
|
|
@@ -8112,10 +8112,10 @@
|
|
|
8112
8112
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
8113
8113
|
*/
|
|
8114
8114
|
get: function () {
|
|
8115
|
-
return this.i.
|
|
8115
|
+
return this.i.y6;
|
|
8116
8116
|
},
|
|
8117
8117
|
set: function (v) {
|
|
8118
|
-
this.i.
|
|
8118
|
+
this.i.y6 = +v;
|
|
8119
8119
|
},
|
|
8120
8120
|
enumerable: false,
|
|
8121
8121
|
configurable: true
|
|
@@ -8126,10 +8126,10 @@
|
|
|
8126
8126
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
8127
8127
|
*/
|
|
8128
8128
|
get: function () {
|
|
8129
|
-
return this.i.
|
|
8129
|
+
return this.i.y5;
|
|
8130
8130
|
},
|
|
8131
8131
|
set: function (v) {
|
|
8132
|
-
this.i.
|
|
8132
|
+
this.i.y5 = +v;
|
|
8133
8133
|
},
|
|
8134
8134
|
enumerable: false,
|
|
8135
8135
|
configurable: true
|
|
@@ -8140,10 +8140,10 @@
|
|
|
8140
8140
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
8141
8141
|
*/
|
|
8142
8142
|
get: function () {
|
|
8143
|
-
return this.i.
|
|
8143
|
+
return this.i.y4;
|
|
8144
8144
|
},
|
|
8145
8145
|
set: function (v) {
|
|
8146
|
-
this.i.
|
|
8146
|
+
this.i.y4 = igniteuiAngularCore.ensureBool(v);
|
|
8147
8147
|
},
|
|
8148
8148
|
enumerable: false,
|
|
8149
8149
|
configurable: true
|
|
@@ -8153,10 +8153,10 @@
|
|
|
8153
8153
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8154
8154
|
*/
|
|
8155
8155
|
get: function () {
|
|
8156
|
-
return this.i.
|
|
8156
|
+
return this.i.y2;
|
|
8157
8157
|
},
|
|
8158
8158
|
set: function (v) {
|
|
8159
|
-
this.i.
|
|
8159
|
+
this.i.y2 = igniteuiAngularCore.ensureBool(v);
|
|
8160
8160
|
},
|
|
8161
8161
|
enumerable: false,
|
|
8162
8162
|
configurable: true
|
|
@@ -8166,10 +8166,10 @@
|
|
|
8166
8166
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8167
8167
|
*/
|
|
8168
8168
|
get: function () {
|
|
8169
|
-
return this.i.
|
|
8169
|
+
return this.i.y1;
|
|
8170
8170
|
},
|
|
8171
8171
|
set: function (v) {
|
|
8172
|
-
this.i.
|
|
8172
|
+
this.i.y1 = igniteuiAngularCore.ensureBool(v);
|
|
8173
8173
|
},
|
|
8174
8174
|
enumerable: false,
|
|
8175
8175
|
configurable: true
|
|
@@ -8179,10 +8179,10 @@
|
|
|
8179
8179
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8180
8180
|
*/
|
|
8181
8181
|
get: function () {
|
|
8182
|
-
return this.i.
|
|
8182
|
+
return this.i.yv;
|
|
8183
8183
|
},
|
|
8184
8184
|
set: function (v) {
|
|
8185
|
-
this.i.
|
|
8185
|
+
this.i.yv = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
|
|
8186
8186
|
},
|
|
8187
8187
|
enumerable: false,
|
|
8188
8188
|
configurable: true
|
|
@@ -8192,10 +8192,10 @@
|
|
|
8192
8192
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8193
8193
|
*/
|
|
8194
8194
|
get: function () {
|
|
8195
|
-
return this.i.
|
|
8195
|
+
return this.i.y7;
|
|
8196
8196
|
},
|
|
8197
8197
|
set: function (v) {
|
|
8198
|
-
this.i.
|
|
8198
|
+
this.i.y7 = +v;
|
|
8199
8199
|
},
|
|
8200
8200
|
enumerable: false,
|
|
8201
8201
|
configurable: true
|
|
@@ -8397,40 +8397,40 @@
|
|
|
8397
8397
|
}
|
|
8398
8398
|
};
|
|
8399
8399
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8400
|
-
var a = this.cu.
|
|
8400
|
+
var a = this.cu.xl;
|
|
8401
8401
|
_super.prototype.ci.call(this);
|
|
8402
|
-
a.
|
|
8403
|
-
a.
|
|
8404
|
-
a.
|
|
8405
|
-
a.
|
|
8406
|
-
a.
|
|
8402
|
+
a.abe = this.cu.y9;
|
|
8403
|
+
a.abm = this.cu.y7;
|
|
8404
|
+
a.xv = this.cu.xv;
|
|
8405
|
+
a.yn = this.cu.yb;
|
|
8406
|
+
a.x4 = this.cu.xw;
|
|
8407
8407
|
};
|
|
8408
8408
|
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
8409
|
-
this.cu.
|
|
8409
|
+
this.cu.xl.abe = this.cu.y9;
|
|
8410
8410
|
};
|
|
8411
8411
|
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
8412
|
-
this.cu.
|
|
8412
|
+
this.cu.xl.abm = this.cu.y7;
|
|
8413
8413
|
};
|
|
8414
8414
|
GeographicSymbolSeriesView.prototype.c2 = function () {
|
|
8415
|
-
this.cu.
|
|
8415
|
+
this.cu.xl.xv = this.cu.xv;
|
|
8416
8416
|
};
|
|
8417
8417
|
GeographicSymbolSeriesView.prototype.c0 = function () {
|
|
8418
|
-
this.cu.
|
|
8418
|
+
this.cu.xl.yn = this.cu.yb;
|
|
8419
8419
|
};
|
|
8420
8420
|
GeographicSymbolSeriesView.prototype.c1 = function () {
|
|
8421
|
-
this.cu.
|
|
8421
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
8422
8422
|
};
|
|
8423
8423
|
GeographicSymbolSeriesView.prototype.c3 = function () {
|
|
8424
|
-
this.cu.
|
|
8424
|
+
this.cu.xl.aau = this.cu.xx;
|
|
8425
8425
|
};
|
|
8426
8426
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
8427
|
-
this.cu.
|
|
8427
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
8428
8428
|
};
|
|
8429
8429
|
GeographicSymbolSeriesView.prototype.c6 = function () {
|
|
8430
|
-
this.cu.
|
|
8430
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
8431
8431
|
};
|
|
8432
8432
|
GeographicSymbolSeriesView.prototype.c4 = function () {
|
|
8433
|
-
var a = this.cu.
|
|
8433
|
+
var a = this.cu.xl;
|
|
8434
8434
|
if (this.cu.dc == null) {
|
|
8435
8435
|
a.xAxis = null;
|
|
8436
8436
|
a.yAxis = null;
|
|
@@ -8440,13 +8440,13 @@
|
|
|
8440
8440
|
a.yAxis = this.cu.dc.zj;
|
|
8441
8441
|
};
|
|
8442
8442
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
8443
|
-
this.cu.
|
|
8443
|
+
this.cu.xl.ze = this.cu.yt;
|
|
8444
8444
|
};
|
|
8445
8445
|
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
8446
|
-
this.cu.
|
|
8446
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
8447
8447
|
};
|
|
8448
8448
|
GeographicSymbolSeriesView.prototype.cz = function () {
|
|
8449
|
-
this.cu.
|
|
8449
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
8450
8450
|
};
|
|
8451
8451
|
GeographicSymbolSeriesView.$t = igniteuiAngularCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8452
8452
|
return GeographicSymbolSeriesView;
|
|
@@ -8458,9 +8458,9 @@
|
|
|
8458
8458
|
tslib.__extends(GeographicSymbolSeries, _super);
|
|
8459
8459
|
function GeographicSymbolSeries() {
|
|
8460
8460
|
var _this = _super.call(this) || this;
|
|
8461
|
-
_this.
|
|
8461
|
+
_this.yv = null;
|
|
8462
|
+
_this.yy = false;
|
|
8462
8463
|
_this.yx = false;
|
|
8463
|
-
_this.yw = false;
|
|
8464
8464
|
_this.assigningScatterStyle = null;
|
|
8465
8465
|
_this.assigningScatterMarkerStyle = null;
|
|
8466
8466
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -8475,84 +8475,84 @@
|
|
|
8475
8475
|
GeographicSymbolSeries.prototype.ct = function () {
|
|
8476
8476
|
return new GeographicSymbolSeriesView(this);
|
|
8477
8477
|
};
|
|
8478
|
-
GeographicSymbolSeries.prototype.
|
|
8479
|
-
_super.prototype.
|
|
8480
|
-
this.
|
|
8478
|
+
GeographicSymbolSeries.prototype.rh = function (a) {
|
|
8479
|
+
_super.prototype.rh.call(this, a);
|
|
8480
|
+
this.yw = a;
|
|
8481
8481
|
};
|
|
8482
8482
|
GeographicSymbolSeries.prototype.jt = function () {
|
|
8483
8483
|
return 0.7;
|
|
8484
8484
|
};
|
|
8485
|
-
GeographicSymbolSeries.prototype.
|
|
8485
|
+
GeographicSymbolSeries.prototype.xk = function () {
|
|
8486
8486
|
return new igniteuiAngularCharts.ScatterSeries();
|
|
8487
8487
|
};
|
|
8488
8488
|
GeographicSymbolSeries.prototype.get_fh = function () {
|
|
8489
8489
|
return true;
|
|
8490
8490
|
};
|
|
8491
|
-
GeographicSymbolSeries.prototype.
|
|
8492
|
-
_super.prototype.
|
|
8491
|
+
GeographicSymbolSeries.prototype.rq = function (a, b, c, d) {
|
|
8492
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
8493
8493
|
switch (b) {
|
|
8494
8494
|
case "SeriesViewer":
|
|
8495
|
-
this.
|
|
8495
|
+
this.yw.c4();
|
|
8496
8496
|
break;
|
|
8497
8497
|
case GeographicSymbolSeries.$$p[5]:
|
|
8498
|
-
this.
|
|
8498
|
+
this.yw.cw();
|
|
8499
8499
|
break;
|
|
8500
8500
|
case GeographicSymbolSeries.$$p[4]:
|
|
8501
|
-
this.
|
|
8501
|
+
this.yw.cv();
|
|
8502
8502
|
break;
|
|
8503
8503
|
case GeographicSymbolSeries.$$p[6]:
|
|
8504
|
-
this.
|
|
8504
|
+
this.yw.cy();
|
|
8505
8505
|
break;
|
|
8506
8506
|
case "XAxis":
|
|
8507
|
-
this.
|
|
8507
|
+
this.yw.c5();
|
|
8508
8508
|
break;
|
|
8509
8509
|
case "YAxis":
|
|
8510
|
-
this.
|
|
8510
|
+
this.yw.c6();
|
|
8511
8511
|
break;
|
|
8512
8512
|
case GeographicSymbolSeries.$$p[1]:
|
|
8513
|
-
this.
|
|
8514
|
-
this.
|
|
8515
|
-
if (this.
|
|
8516
|
-
var e = this.
|
|
8517
|
-
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
8513
|
+
this.xl.aaa = this.y0;
|
|
8514
|
+
this.yy = this.y0;
|
|
8515
|
+
if (this.y0) {
|
|
8516
|
+
var e = this.xl;
|
|
8517
|
+
e.assigningScatterStyle = igniteuiAngularCore.delegateCombine(e.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.ze));
|
|
8518
8518
|
}
|
|
8519
8519
|
else {
|
|
8520
|
-
var f = this.
|
|
8521
|
-
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.
|
|
8520
|
+
var f = this.xl;
|
|
8521
|
+
f.assigningScatterStyle = igniteuiAngularCore.delegateRemove(f.assigningScatterStyle, igniteuiAngularCore.runOn(this, this.ze));
|
|
8522
8522
|
}
|
|
8523
8523
|
break;
|
|
8524
8524
|
case GeographicSymbolSeries.$$p[0]:
|
|
8525
|
-
this.
|
|
8526
|
-
this.
|
|
8527
|
-
if (this.
|
|
8528
|
-
var g = this.
|
|
8529
|
-
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
8525
|
+
this.xl.z9 = this.yz;
|
|
8526
|
+
this.yx = this.yz;
|
|
8527
|
+
if (this.y0) {
|
|
8528
|
+
var g = this.xl;
|
|
8529
|
+
g.assigningScatterMarkerStyle = igniteuiAngularCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zd));
|
|
8530
8530
|
}
|
|
8531
8531
|
else {
|
|
8532
|
-
var h = this.
|
|
8533
|
-
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.
|
|
8532
|
+
var h = this.xl;
|
|
8533
|
+
h.assigningScatterMarkerStyle = igniteuiAngularCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiAngularCore.runOn(this, this.zd));
|
|
8534
8534
|
}
|
|
8535
8535
|
break;
|
|
8536
8536
|
case GeographicSymbolSeries.$$p[2]:
|
|
8537
|
-
this.
|
|
8537
|
+
this.xl.zt = this.yu;
|
|
8538
8538
|
break;
|
|
8539
8539
|
case GeographicSymbolSeries.$$p[3]:
|
|
8540
|
-
this.
|
|
8540
|
+
this.xl.aat = this.y2;
|
|
8541
8541
|
break;
|
|
8542
8542
|
}
|
|
8543
8543
|
};
|
|
8544
|
-
GeographicSymbolSeries.prototype.
|
|
8544
|
+
GeographicSymbolSeries.prototype.ze = function (a, b) {
|
|
8545
8545
|
if (this.assigningScatterStyle != null) {
|
|
8546
8546
|
this.assigningScatterStyle(this, b);
|
|
8547
8547
|
}
|
|
8548
8548
|
};
|
|
8549
|
-
GeographicSymbolSeries.prototype.
|
|
8549
|
+
GeographicSymbolSeries.prototype.zd = function (a, b) {
|
|
8550
8550
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8551
8551
|
this.assigningScatterMarkerStyle(this, b);
|
|
8552
8552
|
}
|
|
8553
8553
|
};
|
|
8554
8554
|
GeographicSymbolSeries.$t = igniteuiAngularCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8555
|
-
GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8555
|
+
GeographicSymbolSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [igniteuiAngularCharts.ScatterItemSearchMode_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [igniteuiAngularCharts.CollisionAvoidanceType_$type, igniteuiAngularCore.enumGetBox(igniteuiAngularCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
|
|
8556
8556
|
return GeographicSymbolSeries;
|
|
8557
8557
|
}(GeographicMarkerSeries));
|
|
8558
8558
|
|
|
@@ -8603,10 +8603,10 @@
|
|
|
8603
8603
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8604
8604
|
*/
|
|
8605
8605
|
get: function () {
|
|
8606
|
-
return this.i.
|
|
8606
|
+
return this.i.y7;
|
|
8607
8607
|
},
|
|
8608
8608
|
set: function (v) {
|
|
8609
|
-
this.i.
|
|
8609
|
+
this.i.y7 = v;
|
|
8610
8610
|
},
|
|
8611
8611
|
enumerable: false,
|
|
8612
8612
|
configurable: true
|
|
@@ -8616,10 +8616,10 @@
|
|
|
8616
8616
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8617
8617
|
*/
|
|
8618
8618
|
get: function () {
|
|
8619
|
-
return this.i.
|
|
8619
|
+
return this.i.y9;
|
|
8620
8620
|
},
|
|
8621
8621
|
set: function (v) {
|
|
8622
|
-
this.i.
|
|
8622
|
+
this.i.y9 = v;
|
|
8623
8623
|
},
|
|
8624
8624
|
enumerable: false,
|
|
8625
8625
|
configurable: true
|
|
@@ -8629,10 +8629,10 @@
|
|
|
8629
8629
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8630
8630
|
*/
|
|
8631
8631
|
get: function () {
|
|
8632
|
-
return this.i.
|
|
8632
|
+
return this.i.yt;
|
|
8633
8633
|
},
|
|
8634
8634
|
set: function (v) {
|
|
8635
|
-
this.i.
|
|
8635
|
+
this.i.yt = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.CollisionAvoidanceType_$type, v);
|
|
8636
8636
|
},
|
|
8637
8637
|
enumerable: false,
|
|
8638
8638
|
configurable: true
|
|
@@ -8642,10 +8642,10 @@
|
|
|
8642
8642
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8643
8643
|
*/
|
|
8644
8644
|
get: function () {
|
|
8645
|
-
return this.i.
|
|
8645
|
+
return this.i.y0;
|
|
8646
8646
|
},
|
|
8647
8647
|
set: function (v) {
|
|
8648
|
-
this.i.
|
|
8648
|
+
this.i.y0 = igniteuiAngularCore.ensureBool(v);
|
|
8649
8649
|
},
|
|
8650
8650
|
enumerable: false,
|
|
8651
8651
|
configurable: true
|
|
@@ -8655,10 +8655,10 @@
|
|
|
8655
8655
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8656
8656
|
*/
|
|
8657
8657
|
get: function () {
|
|
8658
|
-
return this.i.
|
|
8658
|
+
return this.i.yz;
|
|
8659
8659
|
},
|
|
8660
8660
|
set: function (v) {
|
|
8661
|
-
this.i.
|
|
8661
|
+
this.i.yz = igniteuiAngularCore.ensureBool(v);
|
|
8662
8662
|
},
|
|
8663
8663
|
enumerable: false,
|
|
8664
8664
|
configurable: true
|
|
@@ -8668,10 +8668,10 @@
|
|
|
8668
8668
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8669
8669
|
*/
|
|
8670
8670
|
get: function () {
|
|
8671
|
-
return this.i.
|
|
8671
|
+
return this.i.yu;
|
|
8672
8672
|
},
|
|
8673
8673
|
set: function (v) {
|
|
8674
|
-
this.i.
|
|
8674
|
+
this.i.yu = igniteuiAngularCore.ensureEnum(igniteuiAngularCharts.ScatterItemSearchMode_$type, v);
|
|
8675
8675
|
},
|
|
8676
8676
|
enumerable: false,
|
|
8677
8677
|
configurable: true
|
|
@@ -8681,10 +8681,10 @@
|
|
|
8681
8681
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8682
8682
|
*/
|
|
8683
8683
|
get: function () {
|
|
8684
|
-
return this.i.
|
|
8684
|
+
return this.i.y2;
|
|
8685
8685
|
},
|
|
8686
8686
|
set: function (v) {
|
|
8687
|
-
this.i.
|
|
8687
|
+
this.i.y2 = +v;
|
|
8688
8688
|
},
|
|
8689
8689
|
enumerable: false,
|
|
8690
8690
|
configurable: true
|
|
@@ -8867,10 +8867,10 @@
|
|
|
8867
8867
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8868
8868
|
*/
|
|
8869
8869
|
get: function () {
|
|
8870
|
-
return this.i.
|
|
8870
|
+
return this.i.xx;
|
|
8871
8871
|
},
|
|
8872
8872
|
set: function (v) {
|
|
8873
|
-
this.i.
|
|
8873
|
+
this.i.xx = v;
|
|
8874
8874
|
},
|
|
8875
8875
|
enumerable: false,
|
|
8876
8876
|
configurable: true
|
|
@@ -8880,10 +8880,10 @@
|
|
|
8880
8880
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8881
8881
|
*/
|
|
8882
8882
|
get: function () {
|
|
8883
|
-
return this.i.
|
|
8883
|
+
return this.i.xv;
|
|
8884
8884
|
},
|
|
8885
8885
|
set: function (v) {
|
|
8886
|
-
this.i.
|
|
8886
|
+
this.i.xv = v;
|
|
8887
8887
|
},
|
|
8888
8888
|
enumerable: false,
|
|
8889
8889
|
configurable: true
|
|
@@ -8894,10 +8894,10 @@
|
|
|
8894
8894
|
* 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.
|
|
8895
8895
|
*/
|
|
8896
8896
|
get: function () {
|
|
8897
|
-
return this.i.
|
|
8897
|
+
return this.i.xu;
|
|
8898
8898
|
},
|
|
8899
8899
|
set: function (v) {
|
|
8900
|
-
this.i.
|
|
8900
|
+
this.i.xu = v;
|
|
8901
8901
|
},
|
|
8902
8902
|
enumerable: false,
|
|
8903
8903
|
configurable: true
|
|
@@ -8907,10 +8907,10 @@
|
|
|
8907
8907
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8908
8908
|
*/
|
|
8909
8909
|
get: function () {
|
|
8910
|
-
return this.i.
|
|
8910
|
+
return this.i.x0;
|
|
8911
8911
|
},
|
|
8912
8912
|
set: function (v) {
|
|
8913
|
-
this.i.
|
|
8913
|
+
this.i.x0 = v;
|
|
8914
8914
|
},
|
|
8915
8915
|
enumerable: false,
|
|
8916
8916
|
configurable: true
|
|
@@ -8920,10 +8920,10 @@
|
|
|
8920
8920
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8921
8921
|
*/
|
|
8922
8922
|
get: function () {
|
|
8923
|
-
return this.i.
|
|
8923
|
+
return this.i.x2;
|
|
8924
8924
|
},
|
|
8925
8925
|
set: function (v) {
|
|
8926
|
-
this.i.
|
|
8926
|
+
this.i.x2 = v;
|
|
8927
8927
|
},
|
|
8928
8928
|
enumerable: false,
|
|
8929
8929
|
configurable: true
|
|
@@ -8933,10 +8933,10 @@
|
|
|
8933
8933
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8934
8934
|
*/
|
|
8935
8935
|
get: function () {
|
|
8936
|
-
return this.i.
|
|
8936
|
+
return this.i.x4;
|
|
8937
8937
|
},
|
|
8938
8938
|
set: function (v) {
|
|
8939
|
-
this.i.
|
|
8939
|
+
this.i.x4 = v;
|
|
8940
8940
|
},
|
|
8941
8941
|
enumerable: false,
|
|
8942
8942
|
configurable: true
|
|
@@ -9011,10 +9011,10 @@
|
|
|
9011
9011
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
9012
9012
|
*/
|
|
9013
9013
|
get: function () {
|
|
9014
|
-
return this.i.
|
|
9014
|
+
return this.i.yj;
|
|
9015
9015
|
},
|
|
9016
9016
|
set: function (v) {
|
|
9017
|
-
this.i.
|
|
9017
|
+
this.i.yj = v;
|
|
9018
9018
|
},
|
|
9019
9019
|
enumerable: false,
|
|
9020
9020
|
configurable: true
|
|
@@ -9024,7 +9024,7 @@
|
|
|
9024
9024
|
* The ColorScale used to resolve the color values of points in the series.
|
|
9025
9025
|
*/
|
|
9026
9026
|
get: function () {
|
|
9027
|
-
var r = this.i.
|
|
9027
|
+
var r = this.i.ye;
|
|
9028
9028
|
if (r == null) {
|
|
9029
9029
|
return null;
|
|
9030
9030
|
}
|
|
@@ -9040,7 +9040,7 @@
|
|
|
9040
9040
|
set: function (v) {
|
|
9041
9041
|
if (v != null && this._stylingContainer && v._styling)
|
|
9042
9042
|
v._styling(this._stylingContainer, this, this);
|
|
9043
|
-
v == null ? this.i.
|
|
9043
|
+
v == null ? this.i.ye = null : this.i.ye = v.i;
|
|
9044
9044
|
},
|
|
9045
9045
|
enumerable: false,
|
|
9046
9046
|
configurable: true
|
|
@@ -9050,7 +9050,7 @@
|
|
|
9050
9050
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
9051
9051
|
*/
|
|
9052
9052
|
get: function () {
|
|
9053
|
-
var r = this.i.
|
|
9053
|
+
var r = this.i.yd;
|
|
9054
9054
|
if (r == null) {
|
|
9055
9055
|
return null;
|
|
9056
9056
|
}
|
|
@@ -9066,7 +9066,7 @@
|
|
|
9066
9066
|
set: function (v) {
|
|
9067
9067
|
if (v != null && this._stylingContainer && v._styling)
|
|
9068
9068
|
v._styling(this._stylingContainer, this, this);
|
|
9069
|
-
v == null ? this.i.
|
|
9069
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
9070
9070
|
},
|
|
9071
9071
|
enumerable: false,
|
|
9072
9072
|
configurable: true
|
|
@@ -9100,7 +9100,7 @@
|
|
|
9100
9100
|
|
|
9101
9101
|
*/
|
|
9102
9102
|
IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
9103
|
-
this.i.
|
|
9103
|
+
this.i.yo();
|
|
9104
9104
|
};
|
|
9105
9105
|
Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
9106
9106
|
/**
|
|
@@ -9220,71 +9220,71 @@
|
|
|
9220
9220
|
}
|
|
9221
9221
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9222
9222
|
_super.prototype.ci.call(this);
|
|
9223
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.
|
|
9224
|
-
a.
|
|
9225
|
-
a.
|
|
9223
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.xl);
|
|
9224
|
+
a.zu = this.cu.ya;
|
|
9225
|
+
a.z2 = this.cu.x8;
|
|
9226
|
+
a.x7 = this.cu.xx;
|
|
9226
9227
|
a.x6 = this.cu.xw;
|
|
9227
|
-
a.
|
|
9228
|
-
a.
|
|
9228
|
+
a.ge = this.cu.xv;
|
|
9229
|
+
a.y2 = this.cu.xz;
|
|
9229
9230
|
a.y1 = this.cu.xy;
|
|
9230
|
-
a.
|
|
9231
|
+
a.aa0 = this.cu.yt;
|
|
9231
9232
|
a.aaz = this.cu.ys;
|
|
9232
|
-
a.
|
|
9233
|
-
a.zd = this.cu.x1;
|
|
9233
|
+
a.ze = this.cu.x2;
|
|
9234
9234
|
};
|
|
9235
9235
|
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
9236
|
-
this.cu.
|
|
9236
|
+
this.cu.xl.zu = this.cu.ya;
|
|
9237
9237
|
};
|
|
9238
9238
|
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
9239
|
-
this.cu.
|
|
9239
|
+
this.cu.xl.z2 = this.cu.x8;
|
|
9240
9240
|
};
|
|
9241
9241
|
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
9242
|
-
this.cu.
|
|
9242
|
+
this.cu.xl.x7 = this.cu.xx;
|
|
9243
9243
|
};
|
|
9244
9244
|
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
9245
|
-
this.cu.
|
|
9245
|
+
this.cu.xl.x6 = this.cu.xw;
|
|
9246
9246
|
};
|
|
9247
9247
|
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
9248
|
-
this.cu.
|
|
9248
|
+
this.cu.xl.ge = this.cu.xv;
|
|
9249
9249
|
};
|
|
9250
9250
|
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
9251
|
-
this.cu.
|
|
9251
|
+
this.cu.xl.y2 = this.cu.xz;
|
|
9252
9252
|
};
|
|
9253
9253
|
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
9254
|
-
this.cu.
|
|
9254
|
+
this.cu.xl.y1 = this.cu.xy;
|
|
9255
9255
|
};
|
|
9256
9256
|
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
9257
|
-
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.
|
|
9257
|
+
var a = igniteuiAngularCore.typeCast(igniteuiAngularCharts.HighDensityScatterSeries.$, this.cu.xl);
|
|
9258
9258
|
if (this.cu.dc == null) {
|
|
9259
|
-
a.
|
|
9260
|
-
a.
|
|
9259
|
+
a.xq = null;
|
|
9260
|
+
a.xs = null;
|
|
9261
9261
|
return;
|
|
9262
9262
|
}
|
|
9263
|
-
a.
|
|
9264
|
-
a.
|
|
9263
|
+
a.xq = this.cu.dc.zh;
|
|
9264
|
+
a.xs = this.cu.dc.zj;
|
|
9265
9265
|
};
|
|
9266
9266
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
9267
|
-
this.cu.
|
|
9267
|
+
this.cu.xl.xq = this.cu.dc.zh;
|
|
9268
9268
|
};
|
|
9269
9269
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
9270
|
-
this.cu.
|
|
9270
|
+
this.cu.xl.xs = this.cu.dc.zj;
|
|
9271
9271
|
};
|
|
9272
9272
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
9273
|
-
this.cu.
|
|
9273
|
+
this.cu.xl.aa0 = this.cu.yt;
|
|
9274
9274
|
};
|
|
9275
9275
|
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
9276
|
-
this.cu.
|
|
9276
|
+
this.cu.xl.aaz = this.cu.ys;
|
|
9277
9277
|
};
|
|
9278
9278
|
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
9279
|
-
this.cu.
|
|
9279
|
+
this.cu.xl.ze = this.cu.x2;
|
|
9280
9280
|
};
|
|
9281
9281
|
GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
|
|
9282
9282
|
_super.prototype.a4.call(this);
|
|
9283
9283
|
if (!this.t) {
|
|
9284
|
-
this.cu.
|
|
9285
|
-
this.cu.
|
|
9286
|
-
this.cu.
|
|
9287
|
-
this.cu.
|
|
9284
|
+
this.cu.yt = igniteuiAngularCharts.Defaults.bf;
|
|
9285
|
+
this.cu.ys = igniteuiAngularCharts.Defaults.be;
|
|
9286
|
+
this.cu.vz = igniteuiAngularCharts.Defaults.ba;
|
|
9287
|
+
this.cu.wf = igniteuiAngularCharts.Defaults.a9;
|
|
9288
9288
|
}
|
|
9289
9289
|
};
|
|
9290
9290
|
GeographicHighDensityScatterSeriesView.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -9297,9 +9297,9 @@
|
|
|
9297
9297
|
tslib.__extends(GeographicHighDensityScatterSeries, _super);
|
|
9298
9298
|
function GeographicHighDensityScatterSeries() {
|
|
9299
9299
|
var _this = _super.call(this) || this;
|
|
9300
|
-
_this.
|
|
9300
|
+
_this.xt = null;
|
|
9301
9301
|
_this.progressiveLoadStatusChanged = null;
|
|
9302
|
-
_this.
|
|
9302
|
+
_this.x1 = 0;
|
|
9303
9303
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9304
9304
|
return _this;
|
|
9305
9305
|
}
|
|
@@ -9318,85 +9318,85 @@
|
|
|
9318
9318
|
GeographicHighDensityScatterSeries.prototype.ct = function () {
|
|
9319
9319
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9320
9320
|
};
|
|
9321
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9322
|
-
_super.prototype.
|
|
9323
|
-
this.
|
|
9321
|
+
GeographicHighDensityScatterSeries.prototype.rh = function (a) {
|
|
9322
|
+
_super.prototype.rh.call(this, a);
|
|
9323
|
+
this.xu = a;
|
|
9324
9324
|
};
|
|
9325
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9326
|
-
this.
|
|
9327
|
-
return this.
|
|
9325
|
+
GeographicHighDensityScatterSeries.prototype.xk = function () {
|
|
9326
|
+
this.xt = new igniteuiAngularCharts.HighDensityScatterSeries();
|
|
9327
|
+
return this.xt;
|
|
9328
9328
|
};
|
|
9329
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9329
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x3", {
|
|
9330
9330
|
get: function () {
|
|
9331
|
-
return this.
|
|
9331
|
+
return this.x1;
|
|
9332
9332
|
},
|
|
9333
9333
|
set: function (a) {
|
|
9334
|
-
var b = this.
|
|
9335
|
-
this.
|
|
9336
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
9334
|
+
var b = this.x1;
|
|
9335
|
+
this.x1 = a;
|
|
9336
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
|
|
9337
9337
|
},
|
|
9338
9338
|
enumerable: false,
|
|
9339
9339
|
configurable: true
|
|
9340
9340
|
});
|
|
9341
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9342
|
-
_super.prototype.
|
|
9343
|
-
var c = this.
|
|
9344
|
-
c.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
9345
|
-
var d = this.
|
|
9346
|
-
d.propertyUpdated = igniteuiAngularCore.delegateCombine(d.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
9347
|
-
};
|
|
9348
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9349
|
-
this.
|
|
9341
|
+
GeographicHighDensityScatterSeries.prototype.xq = function (a, b) {
|
|
9342
|
+
_super.prototype.xq.call(this, a, b);
|
|
9343
|
+
var c = this.xl;
|
|
9344
|
+
c.progressiveLoadStatusChanged = igniteuiAngularCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiAngularCore.runOn(this, this.yh));
|
|
9345
|
+
var d = this.xl;
|
|
9346
|
+
d.propertyUpdated = igniteuiAngularCore.delegateCombine(d.propertyUpdated, igniteuiAngularCore.runOn(this, this.yg));
|
|
9347
|
+
};
|
|
9348
|
+
GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
|
|
9349
|
+
this.x3 = b.currentStatus;
|
|
9350
9350
|
if (this.progressiveLoadStatusChanged != null) {
|
|
9351
9351
|
this.progressiveLoadStatusChanged(this, b);
|
|
9352
9352
|
}
|
|
9353
9353
|
};
|
|
9354
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9355
|
-
if (this.
|
|
9354
|
+
GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
|
|
9355
|
+
if (this.xt == null) {
|
|
9356
9356
|
return;
|
|
9357
9357
|
}
|
|
9358
9358
|
};
|
|
9359
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9360
|
-
_super.prototype.
|
|
9359
|
+
GeographicHighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
|
|
9360
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
9361
9361
|
switch (b) {
|
|
9362
9362
|
case "SeriesViewer":
|
|
9363
|
-
this.
|
|
9363
|
+
this.xu.c4();
|
|
9364
9364
|
break;
|
|
9365
9365
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9366
|
-
this.
|
|
9366
|
+
this.xu.c0();
|
|
9367
9367
|
break;
|
|
9368
9368
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9369
|
-
this.
|
|
9369
|
+
this.xu.cz();
|
|
9370
9370
|
break;
|
|
9371
9371
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9372
|
-
this.
|
|
9372
|
+
this.xu.c5();
|
|
9373
9373
|
break;
|
|
9374
9374
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9375
|
-
this.
|
|
9375
|
+
this.xu.c3();
|
|
9376
9376
|
break;
|
|
9377
9377
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9378
|
-
this.
|
|
9378
|
+
this.xu.c1();
|
|
9379
9379
|
break;
|
|
9380
9380
|
case "XAxis":
|
|
9381
|
-
this.
|
|
9381
|
+
this.xu.c6();
|
|
9382
9382
|
break;
|
|
9383
9383
|
case "YAxis":
|
|
9384
|
-
this.
|
|
9384
|
+
this.xu.c7();
|
|
9385
9385
|
break;
|
|
9386
9386
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9387
|
-
this.
|
|
9387
|
+
this.xu.cy();
|
|
9388
9388
|
break;
|
|
9389
9389
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9390
|
-
this.
|
|
9390
|
+
this.xu.cw();
|
|
9391
9391
|
break;
|
|
9392
9392
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9393
|
-
this.
|
|
9393
|
+
this.xu.cx();
|
|
9394
9394
|
break;
|
|
9395
9395
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9396
|
-
this.
|
|
9396
|
+
this.xu.cv();
|
|
9397
9397
|
break;
|
|
9398
9398
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9399
|
-
this.
|
|
9399
|
+
this.xu.c2();
|
|
9400
9400
|
break;
|
|
9401
9401
|
}
|
|
9402
9402
|
};
|
|
@@ -9407,7 +9407,7 @@
|
|
|
9407
9407
|
_super.prototype.set_hd.call(this, a);
|
|
9408
9408
|
};
|
|
9409
9409
|
GeographicHighDensityScatterSeries.$t = igniteuiAngularCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
9410
|
-
GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
9410
|
+
GeographicHighDensityScatterSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [igniteuiAngularCore.Color.$, igniteuiAngularCharts.Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
|
|
9411
9411
|
return GeographicHighDensityScatterSeries;
|
|
9412
9412
|
}(GeographicMapSeriesHost));
|
|
9413
9413
|
|
|
@@ -9457,10 +9457,10 @@
|
|
|
9457
9457
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9458
9458
|
*/
|
|
9459
9459
|
get: function () {
|
|
9460
|
-
return this.i.
|
|
9460
|
+
return this.i.x8;
|
|
9461
9461
|
},
|
|
9462
9462
|
set: function (v) {
|
|
9463
|
-
this.i.
|
|
9463
|
+
this.i.x8 = v;
|
|
9464
9464
|
},
|
|
9465
9465
|
enumerable: false,
|
|
9466
9466
|
configurable: true
|
|
@@ -9470,10 +9470,10 @@
|
|
|
9470
9470
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9471
9471
|
*/
|
|
9472
9472
|
get: function () {
|
|
9473
|
-
return this.i.
|
|
9473
|
+
return this.i.ya;
|
|
9474
9474
|
},
|
|
9475
9475
|
set: function (v) {
|
|
9476
|
-
this.i.
|
|
9476
|
+
this.i.ya = v;
|
|
9477
9477
|
},
|
|
9478
9478
|
enumerable: false,
|
|
9479
9479
|
configurable: true
|
|
@@ -9483,10 +9483,10 @@
|
|
|
9483
9483
|
* Gets or sets the whether to use use brute force mode.
|
|
9484
9484
|
*/
|
|
9485
9485
|
get: function () {
|
|
9486
|
-
return this.i.
|
|
9486
|
+
return this.i.xx;
|
|
9487
9487
|
},
|
|
9488
9488
|
set: function (v) {
|
|
9489
|
-
this.i.
|
|
9489
|
+
this.i.xx = igniteuiAngularCore.ensureBool(v);
|
|
9490
9490
|
},
|
|
9491
9491
|
enumerable: false,
|
|
9492
9492
|
configurable: true
|
|
@@ -9496,10 +9496,10 @@
|
|
|
9496
9496
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9497
9497
|
*/
|
|
9498
9498
|
get: function () {
|
|
9499
|
-
return this.i.
|
|
9499
|
+
return this.i.xw;
|
|
9500
9500
|
},
|
|
9501
9501
|
set: function (v) {
|
|
9502
|
-
this.i.
|
|
9502
|
+
this.i.xw = igniteuiAngularCore.ensureBool(v);
|
|
9503
9503
|
},
|
|
9504
9504
|
enumerable: false,
|
|
9505
9505
|
configurable: true
|
|
@@ -9509,10 +9509,10 @@
|
|
|
9509
9509
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9510
9510
|
*/
|
|
9511
9511
|
get: function () {
|
|
9512
|
-
return this.i.
|
|
9512
|
+
return this.i.xv;
|
|
9513
9513
|
},
|
|
9514
9514
|
set: function (v) {
|
|
9515
|
-
this.i.
|
|
9515
|
+
this.i.xv = igniteuiAngularCore.ensureBool(v);
|
|
9516
9516
|
},
|
|
9517
9517
|
enumerable: false,
|
|
9518
9518
|
configurable: true
|
|
@@ -9522,10 +9522,10 @@
|
|
|
9522
9522
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9523
9523
|
*/
|
|
9524
9524
|
get: function () {
|
|
9525
|
-
return this.i.
|
|
9525
|
+
return this.i.xz;
|
|
9526
9526
|
},
|
|
9527
9527
|
set: function (v) {
|
|
9528
|
-
this.i.
|
|
9528
|
+
this.i.xz = +v;
|
|
9529
9529
|
},
|
|
9530
9530
|
enumerable: false,
|
|
9531
9531
|
configurable: true
|
|
@@ -9535,10 +9535,10 @@
|
|
|
9535
9535
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9536
9536
|
*/
|
|
9537
9537
|
get: function () {
|
|
9538
|
-
return this.i.
|
|
9538
|
+
return this.i.xy;
|
|
9539
9539
|
},
|
|
9540
9540
|
set: function (v) {
|
|
9541
|
-
this.i.
|
|
9541
|
+
this.i.xy = +v;
|
|
9542
9542
|
},
|
|
9543
9543
|
enumerable: false,
|
|
9544
9544
|
configurable: true
|
|
@@ -9548,10 +9548,10 @@
|
|
|
9548
9548
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9549
9549
|
*/
|
|
9550
9550
|
get: function () {
|
|
9551
|
-
return igniteuiAngularCore.colorToString(this.i.
|
|
9551
|
+
return igniteuiAngularCore.colorToString(this.i.yt);
|
|
9552
9552
|
},
|
|
9553
9553
|
set: function (v) {
|
|
9554
|
-
this.i.
|
|
9554
|
+
this.i.yt = igniteuiAngularCore.stringToColor(v);
|
|
9555
9555
|
},
|
|
9556
9556
|
enumerable: false,
|
|
9557
9557
|
configurable: true
|
|
@@ -9561,10 +9561,10 @@
|
|
|
9561
9561
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9562
9562
|
*/
|
|
9563
9563
|
get: function () {
|
|
9564
|
-
return igniteuiAngularCore.colorToString(this.i.
|
|
9564
|
+
return igniteuiAngularCore.colorToString(this.i.ys);
|
|
9565
9565
|
},
|
|
9566
9566
|
set: function (v) {
|
|
9567
|
-
this.i.
|
|
9567
|
+
this.i.ys = igniteuiAngularCore.stringToColor(v);
|
|
9568
9568
|
},
|
|
9569
9569
|
enumerable: false,
|
|
9570
9570
|
configurable: true
|
|
@@ -9574,10 +9574,10 @@
|
|
|
9574
9574
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9575
9575
|
*/
|
|
9576
9576
|
get: function () {
|
|
9577
|
-
return this.i.
|
|
9577
|
+
return this.i.x2;
|
|
9578
9578
|
},
|
|
9579
9579
|
set: function (v) {
|
|
9580
|
-
this.i.
|
|
9580
|
+
this.i.x2 = +v;
|
|
9581
9581
|
},
|
|
9582
9582
|
enumerable: false,
|
|
9583
9583
|
configurable: true
|
|
@@ -9587,10 +9587,10 @@
|
|
|
9587
9587
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9588
9588
|
*/
|
|
9589
9589
|
get: function () {
|
|
9590
|
-
return this.i.
|
|
9590
|
+
return this.i.x3;
|
|
9591
9591
|
},
|
|
9592
9592
|
set: function (v) {
|
|
9593
|
-
this.i.
|
|
9593
|
+
this.i.x3 = +v;
|
|
9594
9594
|
},
|
|
9595
9595
|
enumerable: false,
|
|
9596
9596
|
configurable: true
|
|
@@ -9749,19 +9749,19 @@
|
|
|
9749
9749
|
};
|
|
9750
9750
|
GeographicContourLineSeriesView.prototype.ci = function () {
|
|
9751
9751
|
_super.prototype.ci.call(this);
|
|
9752
|
-
if (this.c2.
|
|
9753
|
-
this.c2.
|
|
9754
|
-
this.c2.
|
|
9752
|
+
if (this.c2.xl != null) {
|
|
9753
|
+
this.c2.yd.zg = this.c2.yg;
|
|
9754
|
+
this.c2.yd.zq = this.c2.yk;
|
|
9755
9755
|
}
|
|
9756
9756
|
};
|
|
9757
9757
|
GeographicContourLineSeriesView.prototype.c3 = function () {
|
|
9758
|
-
if (this.c2.
|
|
9759
|
-
this.c2.
|
|
9758
|
+
if (this.c2.yd != null) {
|
|
9759
|
+
this.c2.yd.zg = this.c2.yg;
|
|
9760
9760
|
}
|
|
9761
9761
|
};
|
|
9762
9762
|
GeographicContourLineSeriesView.prototype.c4 = function () {
|
|
9763
|
-
if (this.c2.
|
|
9764
|
-
this.c2.
|
|
9763
|
+
if (this.c2.yd != null) {
|
|
9764
|
+
this.c2.yd.zq = this.c2.yk;
|
|
9765
9765
|
}
|
|
9766
9766
|
};
|
|
9767
9767
|
GeographicContourLineSeriesView.$t = igniteuiAngularCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9784,69 +9784,69 @@
|
|
|
9784
9784
|
GeographicContourLineSeries.prototype.get_fm = function () {
|
|
9785
9785
|
return true;
|
|
9786
9786
|
};
|
|
9787
|
-
GeographicContourLineSeries.prototype.
|
|
9788
|
-
_super.prototype.
|
|
9787
|
+
GeographicContourLineSeries.prototype.xq = function (a, b) {
|
|
9788
|
+
_super.prototype.xq.call(this, a, b);
|
|
9789
9789
|
};
|
|
9790
|
-
GeographicContourLineSeries.prototype.
|
|
9791
|
-
this.
|
|
9792
|
-
var a = this.
|
|
9793
|
-
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.
|
|
9794
|
-
var b = this.
|
|
9795
|
-
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.
|
|
9796
|
-
return this.
|
|
9790
|
+
GeographicContourLineSeries.prototype.xk = function () {
|
|
9791
|
+
this.yd = new igniteuiAngularCharts.ScatterContourSeries();
|
|
9792
|
+
var a = this.yd;
|
|
9793
|
+
a.triangulationStatusChanged = igniteuiAngularCore.delegateCombine(a.triangulationStatusChanged, igniteuiAngularCore.runOn(this, this.yn));
|
|
9794
|
+
var b = this.yd;
|
|
9795
|
+
b.propertyUpdated = igniteuiAngularCore.delegateCombine(b.propertyUpdated, igniteuiAngularCore.runOn(this, this.yo));
|
|
9796
|
+
return this.yd;
|
|
9797
9797
|
};
|
|
9798
|
-
GeographicContourLineSeries.prototype.
|
|
9798
|
+
GeographicContourLineSeries.prototype.yn = function (a, b) {
|
|
9799
9799
|
if (this.triangulationStatusChanged != null) {
|
|
9800
9800
|
this.triangulationStatusChanged(this, b);
|
|
9801
9801
|
}
|
|
9802
9802
|
};
|
|
9803
|
-
GeographicContourLineSeries.prototype.
|
|
9804
|
-
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.
|
|
9803
|
+
GeographicContourLineSeries.prototype.yo = function (a, b) {
|
|
9804
|
+
var c = igniteuiAngularCore.typeCast(igniteuiAngularCharts.ScatterContourSeries.$, this.xl);
|
|
9805
9805
|
if (c == null) {
|
|
9806
9806
|
return;
|
|
9807
9807
|
}
|
|
9808
9808
|
if (b.propertyName == "ActualFillScale") {
|
|
9809
|
-
this.
|
|
9809
|
+
this.yf = c.zf;
|
|
9810
9810
|
}
|
|
9811
9811
|
};
|
|
9812
|
-
GeographicContourLineSeries.prototype.
|
|
9813
|
-
_super.prototype.
|
|
9812
|
+
GeographicContourLineSeries.prototype.sz = function () {
|
|
9813
|
+
_super.prototype.sz.call(this);
|
|
9814
9814
|
};
|
|
9815
9815
|
GeographicContourLineSeries.prototype.ct = function () {
|
|
9816
9816
|
return new GeographicContourLineSeriesView(this);
|
|
9817
9817
|
};
|
|
9818
|
-
GeographicContourLineSeries.prototype.
|
|
9819
|
-
_super.prototype.
|
|
9820
|
-
this.
|
|
9818
|
+
GeographicContourLineSeries.prototype.rh = function (a) {
|
|
9819
|
+
_super.prototype.rh.call(this, a);
|
|
9820
|
+
this.yh = a;
|
|
9821
9821
|
};
|
|
9822
|
-
GeographicContourLineSeries.prototype.
|
|
9823
|
-
_super.prototype.
|
|
9822
|
+
GeographicContourLineSeries.prototype.rq = function (a, b, c, d) {
|
|
9823
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
9824
9824
|
switch (b) {
|
|
9825
9825
|
case GeographicContourLineSeries.$$p[1]:
|
|
9826
|
-
this.
|
|
9826
|
+
this.yh.c3();
|
|
9827
9827
|
break;
|
|
9828
9828
|
case GeographicContourLineSeries.$$p[2]:
|
|
9829
|
-
this.
|
|
9829
|
+
this.yh.c4();
|
|
9830
9830
|
break;
|
|
9831
9831
|
case GeographicContourLineSeries.$$p[3]:
|
|
9832
|
-
this.
|
|
9832
|
+
this.yd.zd = this.yc;
|
|
9833
9833
|
break;
|
|
9834
9834
|
case "DashArray":
|
|
9835
|
-
this.
|
|
9835
|
+
this.yd.wm = this.wm;
|
|
9836
9836
|
break;
|
|
9837
9837
|
case "DashCap":
|
|
9838
|
-
this.
|
|
9838
|
+
this.yd.wn = this.wn;
|
|
9839
9839
|
break;
|
|
9840
9840
|
case "MiterLimit":
|
|
9841
|
-
this.
|
|
9841
|
+
this.yd.jp = this.jp;
|
|
9842
9842
|
break;
|
|
9843
9843
|
case "LineJoin":
|
|
9844
|
-
this.
|
|
9844
|
+
this.yd.wp = this.wp;
|
|
9845
9845
|
break;
|
|
9846
9846
|
}
|
|
9847
9847
|
};
|
|
9848
9848
|
GeographicContourLineSeries.$t = igniteuiAngularCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9849
|
-
GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9849
|
+
GeographicContourLineSeries.$$p = igniteuiAngularCore.markDep(igniteuiAngularCore.DependencyProperty, igniteuiAngularCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [igniteuiAngularCharts.ValueBrushScale.$, null], 'FillScale:yg:yq', [igniteuiAngularCharts.ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [igniteuiAngularCharts.ContourValueResolver.$, null]]);
|
|
9850
9850
|
return GeographicContourLineSeries;
|
|
9851
9851
|
}(GeographicXYTriangulatingSeries));
|
|
9852
9852
|
|
|
@@ -9895,10 +9895,10 @@
|
|
|
9895
9895
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9896
9896
|
*/
|
|
9897
9897
|
get: function () {
|
|
9898
|
-
return this.i.
|
|
9898
|
+
return this.i.yk;
|
|
9899
9899
|
},
|
|
9900
9900
|
set: function (v) {
|
|
9901
|
-
this.i.
|
|
9901
|
+
this.i.yk = v;
|
|
9902
9902
|
},
|
|
9903
9903
|
enumerable: false,
|
|
9904
9904
|
configurable: true
|
|
@@ -9908,7 +9908,7 @@
|
|
|
9908
9908
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9909
9909
|
*/
|
|
9910
9910
|
get: function () {
|
|
9911
|
-
var r = this.i.
|
|
9911
|
+
var r = this.i.yg;
|
|
9912
9912
|
if (r == null) {
|
|
9913
9913
|
return null;
|
|
9914
9914
|
}
|
|
@@ -9924,7 +9924,7 @@
|
|
|
9924
9924
|
set: function (v) {
|
|
9925
9925
|
if (v != null && this._stylingContainer && v._styling)
|
|
9926
9926
|
v._styling(this._stylingContainer, this, this);
|
|
9927
|
-
v == null ? this.i.
|
|
9927
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
9928
9928
|
},
|
|
9929
9929
|
enumerable: false,
|
|
9930
9930
|
configurable: true
|
|
@@ -9934,7 +9934,7 @@
|
|
|
9934
9934
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9935
9935
|
*/
|
|
9936
9936
|
get: function () {
|
|
9937
|
-
var r = this.i.
|
|
9937
|
+
var r = this.i.yf;
|
|
9938
9938
|
if (r == null) {
|
|
9939
9939
|
return null;
|
|
9940
9940
|
}
|
|
@@ -9950,7 +9950,7 @@
|
|
|
9950
9950
|
set: function (v) {
|
|
9951
9951
|
if (v != null && this._stylingContainer && v._styling)
|
|
9952
9952
|
v._styling(this._stylingContainer, this, this);
|
|
9953
|
-
v == null ? this.i.
|
|
9953
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
9954
9954
|
},
|
|
9955
9955
|
enumerable: false,
|
|
9956
9956
|
configurable: true
|
|
@@ -9960,7 +9960,7 @@
|
|
|
9960
9960
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9961
9961
|
*/
|
|
9962
9962
|
get: function () {
|
|
9963
|
-
var r = this.i.
|
|
9963
|
+
var r = this.i.yc;
|
|
9964
9964
|
if (r == null) {
|
|
9965
9965
|
return null;
|
|
9966
9966
|
}
|
|
@@ -9976,7 +9976,7 @@
|
|
|
9976
9976
|
set: function (v) {
|
|
9977
9977
|
if (v != null && this._stylingContainer && v._styling)
|
|
9978
9978
|
v._styling(this._stylingContainer, this, this);
|
|
9979
|
-
v == null ? this.i.
|
|
9979
|
+
v == null ? this.i.yc = null : this.i.yc = v.i;
|
|
9980
9980
|
},
|
|
9981
9981
|
enumerable: false,
|
|
9982
9982
|
configurable: true
|