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