igniteui-webcomponents-maps 6.3.1 → 7.0.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-webcomponents-maps.umd.js +1097 -1097
- package/bundles/igniteui-webcomponents-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/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- 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 +3 -3
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
|
|
195
|
-
d = this.ak(a.
|
|
196
|
-
e = this.ak(a.
|
|
195
|
+
d = this.ak(a.rb);
|
|
196
|
+
e = this.ak(a.ra);
|
|
197
197
|
return {
|
|
198
198
|
p3: d,
|
|
199
199
|
p4: e
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
}
|
|
369
369
|
};
|
|
370
370
|
SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
|
|
371
|
-
d = a.
|
|
372
|
-
e = a.
|
|
371
|
+
d = a.rb;
|
|
372
|
+
e = a.ra;
|
|
373
373
|
return {
|
|
374
374
|
p3: d,
|
|
375
375
|
p4: e
|
|
@@ -449,350 +449,350 @@
|
|
|
449
449
|
tslib.__extends(GeographicMapSeriesHost, _super);
|
|
450
450
|
function GeographicMapSeriesHost() {
|
|
451
451
|
var _this = _super.call(this) || this;
|
|
452
|
-
_this.
|
|
453
|
-
_this.
|
|
452
|
+
_this.xk = null;
|
|
453
|
+
_this.xm = _this.xl();
|
|
454
454
|
return _this;
|
|
455
455
|
}
|
|
456
|
-
GeographicMapSeriesHost.prototype.
|
|
457
|
-
_super.prototype.
|
|
458
|
-
if (this.
|
|
459
|
-
this.
|
|
456
|
+
GeographicMapSeriesHost.prototype.qw = function () {
|
|
457
|
+
_super.prototype.qw.call(this);
|
|
458
|
+
if (this.xm != null) {
|
|
459
|
+
this.xm.qw();
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
462
|
GeographicMapSeriesHost.prototype.get_ff = function () {
|
|
463
463
|
return true;
|
|
464
464
|
};
|
|
465
|
-
GeographicMapSeriesHost.prototype.
|
|
466
|
-
var c = this.
|
|
465
|
+
GeographicMapSeriesHost.prototype.k0 = function (a, b) {
|
|
466
|
+
var c = this.np(b);
|
|
467
467
|
if (c == "LatitudeMemberPath") {
|
|
468
468
|
c = "YMemberPath";
|
|
469
469
|
}
|
|
470
470
|
if (c == "LongitudeMemberPath") {
|
|
471
471
|
c = "XMemberPath";
|
|
472
472
|
}
|
|
473
|
-
return this.
|
|
473
|
+
return this.xm.k0(a, c);
|
|
474
474
|
};
|
|
475
|
-
GeographicMapSeriesHost.prototype.
|
|
476
|
-
var b = this.
|
|
475
|
+
GeographicMapSeriesHost.prototype.mp = function (a) {
|
|
476
|
+
var b = this.np(a);
|
|
477
477
|
if (b == "LatitudeMemberPath") {
|
|
478
478
|
b = "YMemberPath";
|
|
479
479
|
}
|
|
480
480
|
if (b == "LongitudeMemberPath") {
|
|
481
481
|
b = "XMemberPath";
|
|
482
482
|
}
|
|
483
|
-
return this.
|
|
483
|
+
return this.xm.mp(b);
|
|
484
484
|
};
|
|
485
|
-
GeographicMapSeriesHost.prototype.
|
|
486
|
-
return this.
|
|
485
|
+
GeographicMapSeriesHost.prototype.get_ks = function () {
|
|
486
|
+
return this.la(this.xm);
|
|
487
487
|
};
|
|
488
|
-
GeographicMapSeriesHost.prototype.
|
|
489
|
-
this.
|
|
488
|
+
GeographicMapSeriesHost.prototype.set_ks = function (a) {
|
|
489
|
+
this.pd(this.xm, a);
|
|
490
490
|
};
|
|
491
491
|
GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
|
|
492
|
-
return this.
|
|
492
|
+
return this.xm.ed(a, b, c, d, e);
|
|
493
493
|
};
|
|
494
494
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
495
|
-
return this.
|
|
495
|
+
return this.xm.ai();
|
|
496
496
|
};
|
|
497
497
|
GeographicMapSeriesHost.prototype.bp = function () {
|
|
498
|
-
return this.
|
|
498
|
+
return this.xm;
|
|
499
499
|
};
|
|
500
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
500
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xm", {
|
|
501
501
|
get: function () {
|
|
502
|
-
return this.
|
|
502
|
+
return this.xk;
|
|
503
503
|
},
|
|
504
504
|
set: function (a) {
|
|
505
|
-
var b = this.
|
|
506
|
-
var c = this.
|
|
505
|
+
var b = this.xk;
|
|
506
|
+
var c = this.xm != a;
|
|
507
507
|
if (c) {
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
508
|
+
this.xk = a;
|
|
509
|
+
this.xr(b, this.xk);
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
enumerable: false,
|
|
513
513
|
configurable: true
|
|
514
514
|
});
|
|
515
515
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
516
|
-
return this.
|
|
516
|
+
return this.xm.hasMarkers;
|
|
517
517
|
};
|
|
518
|
-
GeographicMapSeriesHost.prototype.
|
|
519
|
-
if (this.
|
|
520
|
-
var hostedSeries_ = this.
|
|
518
|
+
GeographicMapSeriesHost.prototype.xr = function (a, b) {
|
|
519
|
+
if (this.xk != null) {
|
|
520
|
+
var hostedSeries_ = this.xk;
|
|
521
521
|
hostedSeries_.externalObject = igniteuiWebcomponentsCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiWebcomponentsCore.PlatformConstants.Prefix, igniteuiWebcomponentsCore.PlatformConstants.Postfix);
|
|
522
522
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
523
523
|
}
|
|
524
|
-
this.
|
|
525
|
-
this.
|
|
524
|
+
this.pt(this.xm);
|
|
525
|
+
this.xn.ci();
|
|
526
526
|
if (a != null) {
|
|
527
527
|
var c = (a);
|
|
528
|
-
this.
|
|
528
|
+
this.sk(c, null);
|
|
529
529
|
}
|
|
530
530
|
if (b != null) {
|
|
531
531
|
var d = (b);
|
|
532
|
-
this.
|
|
532
|
+
this.sk(d, this);
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
535
|
GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
|
|
536
|
-
return this.dj(this.
|
|
536
|
+
return this.dj(this.xm, a, b, c);
|
|
537
537
|
};
|
|
538
538
|
GeographicMapSeriesHost.prototype.di = function (a, b, c) {
|
|
539
|
-
return this.dk(this.
|
|
539
|
+
return this.dk(this.xm, a, b, c);
|
|
540
540
|
};
|
|
541
|
-
GeographicMapSeriesHost.prototype.
|
|
542
|
-
return this.
|
|
541
|
+
GeographicMapSeriesHost.prototype.kx = function (a) {
|
|
542
|
+
return this.k6(this.xm, a);
|
|
543
543
|
};
|
|
544
|
-
GeographicMapSeriesHost.prototype.
|
|
545
|
-
return this.
|
|
544
|
+
GeographicMapSeriesHost.prototype.kk = function (a, b) {
|
|
545
|
+
return this.xm.kk(a, b);
|
|
546
546
|
};
|
|
547
|
-
GeographicMapSeriesHost.prototype.
|
|
548
|
-
return this.
|
|
547
|
+
GeographicMapSeriesHost.prototype.ki = function (a, b) {
|
|
548
|
+
return this.xm.ki(a, b);
|
|
549
549
|
};
|
|
550
|
-
GeographicMapSeriesHost.prototype.
|
|
551
|
-
return this.
|
|
550
|
+
GeographicMapSeriesHost.prototype.je = function (a, b, c) {
|
|
551
|
+
return this.xm.je(a, b, c);
|
|
552
552
|
};
|
|
553
|
-
GeographicMapSeriesHost.prototype.
|
|
554
|
-
return this.
|
|
553
|
+
GeographicMapSeriesHost.prototype.wx = function (a, b, c) {
|
|
554
|
+
return this.xm.wx(a, b, c);
|
|
555
555
|
};
|
|
556
|
-
GeographicMapSeriesHost.prototype.
|
|
557
|
-
return this.
|
|
556
|
+
GeographicMapSeriesHost.prototype.w9 = function (a) {
|
|
557
|
+
return this.xm.w9(a);
|
|
558
558
|
};
|
|
559
559
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
560
|
-
return this.
|
|
560
|
+
return this.xm.ao(a);
|
|
561
561
|
};
|
|
562
|
-
GeographicMapSeriesHost.prototype.
|
|
563
|
-
return this.
|
|
562
|
+
GeographicMapSeriesHost.prototype.xa = function (a) {
|
|
563
|
+
return this.xm.xa(a);
|
|
564
564
|
};
|
|
565
565
|
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
566
|
-
return this.
|
|
567
|
-
};
|
|
568
|
-
GeographicMapSeriesHost.prototype.xa = function (a) {
|
|
569
|
-
return this.xl.xa(a);
|
|
566
|
+
return this.xm.ap(a);
|
|
570
567
|
};
|
|
571
568
|
GeographicMapSeriesHost.prototype.xb = function (a) {
|
|
572
|
-
return this.
|
|
569
|
+
return this.xm.xb(a);
|
|
573
570
|
};
|
|
574
|
-
GeographicMapSeriesHost.prototype.
|
|
575
|
-
return this.
|
|
571
|
+
GeographicMapSeriesHost.prototype.xc = function (a) {
|
|
572
|
+
return this.xm.xc(a);
|
|
576
573
|
};
|
|
577
|
-
GeographicMapSeriesHost.prototype.
|
|
578
|
-
return this.
|
|
574
|
+
GeographicMapSeriesHost.prototype.ja = function (a, b, c) {
|
|
575
|
+
return this.xm.ja(a, b, c);
|
|
579
576
|
};
|
|
580
|
-
GeographicMapSeriesHost.prototype.
|
|
581
|
-
return this.
|
|
577
|
+
GeographicMapSeriesHost.prototype.wt = function (a, b, c) {
|
|
578
|
+
return this.xm.wt(a, b, c);
|
|
582
579
|
};
|
|
583
|
-
GeographicMapSeriesHost.prototype.
|
|
584
|
-
return this.
|
|
580
|
+
GeographicMapSeriesHost.prototype.jc = function (a, b, c) {
|
|
581
|
+
return this.je(a, b, c);
|
|
585
582
|
};
|
|
586
|
-
GeographicMapSeriesHost.prototype.
|
|
587
|
-
return this.
|
|
583
|
+
GeographicMapSeriesHost.prototype.wv = function (a, b, c) {
|
|
584
|
+
return this.xm.wv(a, b, c);
|
|
588
585
|
};
|
|
589
|
-
GeographicMapSeriesHost.prototype.
|
|
590
|
-
return this.
|
|
586
|
+
GeographicMapSeriesHost.prototype.wy = function (a, b, c) {
|
|
587
|
+
return this.xm.wy(a, b, c);
|
|
591
588
|
};
|
|
592
|
-
GeographicMapSeriesHost.prototype.
|
|
593
|
-
return this.
|
|
589
|
+
GeographicMapSeriesHost.prototype.jf = function (a, b, c) {
|
|
590
|
+
return this.xm.jf(a, b, c);
|
|
594
591
|
};
|
|
595
|
-
GeographicMapSeriesHost.prototype.
|
|
596
|
-
return this.
|
|
592
|
+
GeographicMapSeriesHost.prototype.wu = function (a, b, c) {
|
|
593
|
+
return this.xm.wu(a, b, c);
|
|
597
594
|
};
|
|
598
|
-
GeographicMapSeriesHost.prototype.
|
|
599
|
-
return this.
|
|
595
|
+
GeographicMapSeriesHost.prototype.jb = function (a, b, c) {
|
|
596
|
+
return this.xm.jb(a, b, c);
|
|
600
597
|
};
|
|
601
|
-
GeographicMapSeriesHost.prototype.
|
|
602
|
-
return this.
|
|
598
|
+
GeographicMapSeriesHost.prototype.ww = function (a, b, c) {
|
|
599
|
+
return this.xm.ww(a, b, c);
|
|
603
600
|
};
|
|
604
|
-
GeographicMapSeriesHost.prototype.
|
|
605
|
-
return this.
|
|
601
|
+
GeographicMapSeriesHost.prototype.jd = function (a, b, c) {
|
|
602
|
+
return this.xm.jd(a, b, c);
|
|
606
603
|
};
|
|
607
|
-
GeographicMapSeriesHost.prototype.
|
|
608
|
-
return this.
|
|
604
|
+
GeographicMapSeriesHost.prototype.ke = function (a) {
|
|
605
|
+
return this.xm.ke(a);
|
|
609
606
|
};
|
|
610
|
-
GeographicMapSeriesHost.prototype.
|
|
611
|
-
return this.
|
|
607
|
+
GeographicMapSeriesHost.prototype.i4 = function () {
|
|
608
|
+
return this.xm.i4();
|
|
612
609
|
};
|
|
613
|
-
GeographicMapSeriesHost.prototype.
|
|
614
|
-
return this.
|
|
610
|
+
GeographicMapSeriesHost.prototype.i0 = function (a) {
|
|
611
|
+
return this.xm.i0(a);
|
|
612
|
+
};
|
|
613
|
+
GeographicMapSeriesHost.prototype.ky = function (a) {
|
|
614
|
+
return this.xm.ky(a);
|
|
615
615
|
};
|
|
616
616
|
GeographicMapSeriesHost.prototype.ct = function () {
|
|
617
617
|
return new HostSeriesView(this);
|
|
618
618
|
};
|
|
619
|
-
GeographicMapSeriesHost.prototype.
|
|
620
|
-
_super.prototype.
|
|
621
|
-
this.
|
|
619
|
+
GeographicMapSeriesHost.prototype.ri = function (a) {
|
|
620
|
+
_super.prototype.ri.call(this, a);
|
|
621
|
+
this.xn = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
|
|
622
622
|
};
|
|
623
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
623
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xo", {
|
|
624
624
|
get: function () {
|
|
625
|
-
return this.c(GeographicMapSeriesHost.
|
|
625
|
+
return this.c(GeographicMapSeriesHost.xt);
|
|
626
626
|
},
|
|
627
627
|
set: function (a) {
|
|
628
|
-
this.h(GeographicMapSeriesHost.
|
|
628
|
+
this.h(GeographicMapSeriesHost.xt, a);
|
|
629
629
|
},
|
|
630
630
|
enumerable: false,
|
|
631
631
|
configurable: true
|
|
632
632
|
});
|
|
633
|
-
GeographicMapSeriesHost.prototype.
|
|
634
|
-
_super.prototype.
|
|
633
|
+
GeographicMapSeriesHost.prototype.rr = function (a, b, c, d) {
|
|
634
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
635
635
|
switch (b) {
|
|
636
636
|
case "SeriesViewer":
|
|
637
|
-
this.
|
|
637
|
+
this.xm.dc = this.dc;
|
|
638
638
|
if (c != null) {
|
|
639
|
-
c.s9(this.
|
|
639
|
+
c.s9(this.xm);
|
|
640
640
|
}
|
|
641
641
|
if (d != null) {
|
|
642
|
-
this.dc.on(this.
|
|
642
|
+
this.dc.on(this.xm);
|
|
643
643
|
}
|
|
644
|
-
this.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
647
|
-
this.
|
|
644
|
+
this.xm.ru(this.xe);
|
|
645
|
+
this.xm.index = this.index;
|
|
646
|
+
this.qf(this.xm);
|
|
647
|
+
this.kq = this.xm.kq;
|
|
648
648
|
var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, c);
|
|
649
649
|
if (e != null) {
|
|
650
|
-
e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
650
|
+
e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.xs));
|
|
651
651
|
}
|
|
652
652
|
if (this.dc != null) {
|
|
653
653
|
var f = this.dc;
|
|
654
|
-
f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
654
|
+
f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.xs));
|
|
655
655
|
}
|
|
656
|
-
this.
|
|
656
|
+
this.xq();
|
|
657
657
|
break;
|
|
658
658
|
case "SyncLink":
|
|
659
|
-
this.
|
|
659
|
+
this.xm.c4 = this.c4;
|
|
660
660
|
break;
|
|
661
661
|
case "VisibleFromScale":
|
|
662
|
-
this.
|
|
662
|
+
this.xq();
|
|
663
663
|
break;
|
|
664
664
|
case "Index":
|
|
665
|
-
this.
|
|
665
|
+
this.xm.index = this.index;
|
|
666
666
|
break;
|
|
667
667
|
case "ItemsSource":
|
|
668
|
-
this.
|
|
668
|
+
this.xn.cj();
|
|
669
669
|
break;
|
|
670
670
|
case "Resolution":
|
|
671
|
-
this.
|
|
671
|
+
this.xn.cq();
|
|
672
672
|
break;
|
|
673
673
|
case "TransitionDuration":
|
|
674
|
-
this.
|
|
674
|
+
this.xn.ct();
|
|
675
675
|
break;
|
|
676
676
|
case "Opacity":
|
|
677
|
-
this.
|
|
677
|
+
this.xn.cn();
|
|
678
678
|
break;
|
|
679
679
|
case "Visibility":
|
|
680
|
-
var hs_ = this.
|
|
680
|
+
var hs_ = this.xm;
|
|
681
681
|
var v_ = this._visibility;
|
|
682
682
|
hs_.visibility = v_;
|
|
683
683
|
break;
|
|
684
684
|
case "MouseOverEnabled":
|
|
685
|
-
this.
|
|
685
|
+
this.xm.gf = this.gf;
|
|
686
686
|
break;
|
|
687
687
|
case "ExpectFunctions":
|
|
688
|
-
this.
|
|
688
|
+
this.xm.expectFunctions = this.expectFunctions;
|
|
689
689
|
break;
|
|
690
690
|
case "Thickness":
|
|
691
|
-
this.
|
|
691
|
+
this.xn.cs();
|
|
692
692
|
break;
|
|
693
693
|
case "Brush":
|
|
694
|
-
this.
|
|
694
|
+
this.xn.ch();
|
|
695
695
|
break;
|
|
696
696
|
case "Outline":
|
|
697
|
-
this.
|
|
697
|
+
this.xn.cp();
|
|
698
698
|
break;
|
|
699
699
|
case "ActualBrush":
|
|
700
|
-
this.
|
|
700
|
+
this.xn.ce();
|
|
701
701
|
break;
|
|
702
702
|
case "ActualOutline":
|
|
703
|
-
this.
|
|
703
|
+
this.xn.cf();
|
|
704
704
|
break;
|
|
705
705
|
case "MarkerFillOpacity":
|
|
706
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
707
|
-
this.
|
|
706
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.jp)) {
|
|
707
|
+
this.xn.cm();
|
|
708
708
|
}
|
|
709
709
|
break;
|
|
710
710
|
case "AreaFillOpacity":
|
|
711
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
712
|
-
this.
|
|
711
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.is)) {
|
|
712
|
+
this.xn.cg();
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case "OutlineMode":
|
|
716
|
-
this.
|
|
716
|
+
this.xn.co();
|
|
717
717
|
break;
|
|
718
718
|
case "ShowDefaultTooltip":
|
|
719
|
-
this.
|
|
719
|
+
this.xn.cr();
|
|
720
720
|
break;
|
|
721
721
|
case "Title":
|
|
722
|
-
this.
|
|
722
|
+
this.xm.title = this.title;
|
|
723
723
|
break;
|
|
724
724
|
case "LegendItemBadgeMode":
|
|
725
|
-
this.
|
|
725
|
+
this.xn.ck();
|
|
726
726
|
break;
|
|
727
727
|
case "LegendItemBadgeShape":
|
|
728
|
-
this.
|
|
728
|
+
this.xn.cl();
|
|
729
729
|
break;
|
|
730
730
|
case "Legend":
|
|
731
|
-
this.
|
|
731
|
+
this.xm.legend = this.legend;
|
|
732
732
|
this.cw.a5();
|
|
733
733
|
break;
|
|
734
734
|
}
|
|
735
735
|
};
|
|
736
|
-
GeographicMapSeriesHost.prototype.
|
|
737
|
-
if (this.dc == null || this.
|
|
736
|
+
GeographicMapSeriesHost.prototype.xq = function () {
|
|
737
|
+
if (this.dc == null || this.xm == null) {
|
|
738
738
|
return;
|
|
739
739
|
}
|
|
740
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
741
|
-
if (this.dc.yr.width > this.
|
|
742
|
-
var hs_ = this.
|
|
740
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.xo)) {
|
|
741
|
+
if (this.dc.yr.width > this.xo) {
|
|
742
|
+
var hs_ = this.xm;
|
|
743
743
|
var v_ = 1;
|
|
744
744
|
hs_.visibility = v_;
|
|
745
745
|
}
|
|
746
746
|
else {
|
|
747
|
-
var hs2_ = this.
|
|
747
|
+
var hs2_ = this.xm;
|
|
748
748
|
var v2_ = 0;
|
|
749
749
|
hs2_.visibility = v2_;
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
};
|
|
753
|
-
GeographicMapSeriesHost.prototype.
|
|
754
|
-
this.
|
|
753
|
+
GeographicMapSeriesHost.prototype.xs = function (a, b) {
|
|
754
|
+
this.xq();
|
|
755
755
|
};
|
|
756
|
-
GeographicMapSeriesHost.prototype.
|
|
757
|
-
_super.prototype.
|
|
758
|
-
if (this.
|
|
759
|
-
this.
|
|
756
|
+
GeographicMapSeriesHost.prototype.r9 = function (a) {
|
|
757
|
+
_super.prototype.r9.call(this, a);
|
|
758
|
+
if (this.xm != null) {
|
|
759
|
+
this.xm.r9(a);
|
|
760
760
|
}
|
|
761
761
|
};
|
|
762
|
-
GeographicMapSeriesHost.prototype.
|
|
763
|
-
_super.prototype.
|
|
764
|
-
if (this.
|
|
765
|
-
this.
|
|
762
|
+
GeographicMapSeriesHost.prototype.rm = function (a) {
|
|
763
|
+
_super.prototype.rm.call(this, a);
|
|
764
|
+
if (this.xm != null) {
|
|
765
|
+
this.xm.q3();
|
|
766
766
|
}
|
|
767
767
|
};
|
|
768
|
-
GeographicMapSeriesHost.prototype.
|
|
769
|
-
if (this.
|
|
770
|
-
this.
|
|
768
|
+
GeographicMapSeriesHost.prototype.r8 = function (a, b, c, d, e) {
|
|
769
|
+
if (this.xm != null) {
|
|
770
|
+
this.xm.r8(a, b, c, d, e);
|
|
771
771
|
}
|
|
772
772
|
};
|
|
773
773
|
GeographicMapSeriesHost.prototype.a2 = function (a, b) {
|
|
774
|
-
return this.
|
|
774
|
+
return this.xm.a2(a, b);
|
|
775
775
|
};
|
|
776
|
-
GeographicMapSeriesHost.prototype.
|
|
777
|
-
_super.prototype.
|
|
778
|
-
this.
|
|
776
|
+
GeographicMapSeriesHost.prototype.sv = function () {
|
|
777
|
+
_super.prototype.sv.call(this);
|
|
778
|
+
this.xm.sv();
|
|
779
779
|
};
|
|
780
780
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
781
781
|
return this._coercionMethods;
|
|
782
782
|
};
|
|
783
783
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
784
784
|
this._coercionMethods = a;
|
|
785
|
-
this.
|
|
785
|
+
this.xm.coercionMethods = a;
|
|
786
786
|
};
|
|
787
|
-
GeographicMapSeriesHost.prototype.
|
|
788
|
-
_super.prototype.
|
|
789
|
-
if (this.
|
|
790
|
-
var b = this.
|
|
791
|
-
this.
|
|
787
|
+
GeographicMapSeriesHost.prototype.qe = function (a) {
|
|
788
|
+
_super.prototype.qe.call(this, a);
|
|
789
|
+
if (this.xm != null) {
|
|
790
|
+
var b = this.xm.kw();
|
|
791
|
+
this.pm(a, b);
|
|
792
792
|
}
|
|
793
793
|
};
|
|
794
794
|
GeographicMapSeriesHost.$t = igniteuiWebcomponentsCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiWebcomponentsCharts.Series.$);
|
|
795
|
-
GeographicMapSeriesHost.
|
|
795
|
+
GeographicMapSeriesHost.xt = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
|
|
796
796
|
var c = a;
|
|
797
797
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
798
798
|
}));
|
|
@@ -814,66 +814,66 @@
|
|
|
814
814
|
};
|
|
815
815
|
HostSeriesView.prototype.ci = function () {
|
|
816
816
|
this.cd.legendItemVisibility = 1;
|
|
817
|
-
this.cd.
|
|
818
|
-
this.cd.
|
|
819
|
-
this.cd.
|
|
820
|
-
this.cd.
|
|
821
|
-
this.cd.
|
|
822
|
-
this.cd.
|
|
823
|
-
this.cd.
|
|
824
|
-
this.cd.
|
|
825
|
-
this.cd.
|
|
826
|
-
this.cd.
|
|
827
|
-
this.cd.
|
|
828
|
-
this.cd.
|
|
829
|
-
this.cd.
|
|
830
|
-
this.cd.
|
|
831
|
-
this.cd.
|
|
817
|
+
this.cd.xm.legendItemVisibility = 0;
|
|
818
|
+
this.cd.xm.itemsSource = this.cd.itemsSource;
|
|
819
|
+
this.cd.xm.index = this.cd.index;
|
|
820
|
+
this.cd.xm.v0 = this.cd.v0;
|
|
821
|
+
this.cd.xm.wg = this.cd.v0;
|
|
822
|
+
this.cd.xm.cj = this.cd.cj;
|
|
823
|
+
this.cd.xm.js = this.cd.js;
|
|
824
|
+
this.cd.xm.kn = this.cd.kn;
|
|
825
|
+
this.cd.xm._opacity = this.cd._opacity;
|
|
826
|
+
this.cd.xm.jz = this.cd.jz;
|
|
827
|
+
this.cd.xm.is = this.cd.is;
|
|
828
|
+
this.cd.xm.jp = this.cd.jp;
|
|
829
|
+
this.cd.xm.gw = this.cd.gw;
|
|
830
|
+
this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
831
|
+
this.cd.xm.be = this.cd.be;
|
|
832
832
|
};
|
|
833
833
|
HostSeriesView.prototype.cj = function () {
|
|
834
|
-
this.cd.
|
|
834
|
+
this.cd.xm.itemsSource = this.cd.itemsSource;
|
|
835
835
|
};
|
|
836
836
|
HostSeriesView.prototype.cq = function () {
|
|
837
|
-
this.cd.
|
|
837
|
+
this.cd.xm.js = this.cd.js;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.ct = function () {
|
|
840
|
-
this.cd.
|
|
840
|
+
this.cd.xm.kn = this.cd.kn;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.cn = function () {
|
|
843
|
-
this.cd.
|
|
843
|
+
this.cd.xm._opacity = this.cd._opacity;
|
|
844
844
|
};
|
|
845
845
|
HostSeriesView.prototype.cs = function () {
|
|
846
|
-
this.cd.
|
|
846
|
+
this.cd.xm.jz = this.cd.jz;
|
|
847
847
|
};
|
|
848
848
|
HostSeriesView.prototype.ch = function () {
|
|
849
|
-
this.cd.
|
|
849
|
+
this.cd.xm.v0 = this.cd.v0;
|
|
850
850
|
};
|
|
851
851
|
HostSeriesView.prototype.cp = function () {
|
|
852
|
-
this.cd.
|
|
852
|
+
this.cd.xm.wg = this.cd.wg;
|
|
853
853
|
};
|
|
854
854
|
HostSeriesView.prototype.ce = function () {
|
|
855
|
-
this.cd.
|
|
855
|
+
this.cd.xm.v0 = this.cd.vu;
|
|
856
856
|
};
|
|
857
857
|
HostSeriesView.prototype.cf = function () {
|
|
858
|
-
this.cd.
|
|
858
|
+
this.cd.xm.wg = this.cd.vy;
|
|
859
859
|
};
|
|
860
860
|
HostSeriesView.prototype.ck = function () {
|
|
861
|
-
this.cd.
|
|
861
|
+
this.cd.xm.be = this.cd.be;
|
|
862
862
|
};
|
|
863
863
|
HostSeriesView.prototype.cl = function () {
|
|
864
|
-
this.cd.
|
|
864
|
+
this.cd.xm.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
865
865
|
};
|
|
866
866
|
HostSeriesView.prototype.cg = function () {
|
|
867
|
-
this.cd.
|
|
867
|
+
this.cd.xm.is = this.cd.is;
|
|
868
868
|
};
|
|
869
869
|
HostSeriesView.prototype.cm = function () {
|
|
870
|
-
this.cd.
|
|
870
|
+
this.cd.xm.jp = this.cd.jp;
|
|
871
871
|
};
|
|
872
872
|
HostSeriesView.prototype.co = function () {
|
|
873
|
-
this.cd.
|
|
873
|
+
this.cd.xm.cj = this.cd.cj;
|
|
874
874
|
};
|
|
875
875
|
HostSeriesView.prototype.cr = function () {
|
|
876
|
-
this.cd.
|
|
876
|
+
this.cd.xm.gw = this.cd.gw;
|
|
877
877
|
};
|
|
878
878
|
HostSeriesView.$t = igniteuiWebcomponentsCore.markType(HostSeriesView, 'HostSeriesView', igniteuiWebcomponentsCharts.SeriesView.$);
|
|
879
879
|
return HostSeriesView;
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
})());
|
|
932
932
|
a.dk = true;
|
|
933
933
|
_this.zh = a;
|
|
934
|
-
_this.zh.
|
|
934
|
+
_this.zh.tf = new SphericalMercatorHorizontalScaler();
|
|
935
935
|
var b = ((function () {
|
|
936
936
|
var $ret = new igniteuiWebcomponentsCharts.NumericYAxis();
|
|
937
937
|
$ret.b7 = _this;
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
})());
|
|
940
940
|
b.dk = true;
|
|
941
941
|
_this.zj = b;
|
|
942
|
-
_this.zj.
|
|
942
|
+
_this.zj.tf = new SphericalMercatorVerticalScaler();
|
|
943
943
|
_this.aao();
|
|
944
944
|
_this.aav();
|
|
945
945
|
_this.po();
|
|
@@ -1119,10 +1119,10 @@
|
|
|
1119
1119
|
g.c = this.yv;
|
|
1120
1120
|
var h = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
1121
1121
|
h.c = this.yv;
|
|
1122
|
-
var i = this.zh.
|
|
1123
|
-
var j = this.zh.
|
|
1124
|
-
var k = this.zj.
|
|
1125
|
-
var l = this.zj.
|
|
1122
|
+
var i = this.zh.f7(d.left, g);
|
|
1123
|
+
var j = this.zh.f7(d.right, g);
|
|
1124
|
+
var k = this.zj.f7(d.top, h);
|
|
1125
|
+
var l = this.zj.f7(d.bottom, h);
|
|
1126
1126
|
var m = (i - c) / this.y9.width;
|
|
1127
1127
|
var n = (l - c) / this.y9.height;
|
|
1128
1128
|
var o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -1155,10 +1155,10 @@
|
|
|
1155
1155
|
var e = new igniteuiWebcomponentsCharts.ScalerParams(1, a, this.y9, c.dn);
|
|
1156
1156
|
e.c = this.yv;
|
|
1157
1157
|
var f = this.yu;
|
|
1158
|
-
var g = b.
|
|
1159
|
-
var h = c.
|
|
1160
|
-
var i = b.
|
|
1161
|
-
var j = c.
|
|
1158
|
+
var g = b.ga(f.left, d);
|
|
1159
|
+
var h = c.ga(f.top, e);
|
|
1160
|
+
var i = b.ga(f.right, d);
|
|
1161
|
+
var j = c.ga(f.bottom, e);
|
|
1162
1162
|
var k = i - g;
|
|
1163
1163
|
var l = h - j;
|
|
1164
1164
|
var m = new igniteuiWebcomponentsCore.Rect(0, g, j, k, l);
|
|
@@ -1171,13 +1171,13 @@
|
|
|
1171
1171
|
return m;
|
|
1172
1172
|
};
|
|
1173
1173
|
XamGeographicMap.prototype.aba = function (a) {
|
|
1174
|
-
var b = this.zh.
|
|
1175
|
-
var c = this.zj.
|
|
1174
|
+
var b = this.zh.re(a.x);
|
|
1175
|
+
var c = this.zj.re(a.y);
|
|
1176
1176
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
|
|
1177
1177
|
};
|
|
1178
1178
|
XamGeographicMap.prototype.abb = function (a) {
|
|
1179
|
-
var b = this.zh.
|
|
1180
|
-
var c = this.zj.
|
|
1179
|
+
var b = this.zh.gv(a.x);
|
|
1180
|
+
var c = this.zj.gv(a.y);
|
|
1181
1181
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
|
|
1182
1182
|
};
|
|
1183
1183
|
XamGeographicMap.prototype.abc = function (a) {
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
try {
|
|
1201
1201
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1202
1202
|
var a = _c.value;
|
|
1203
|
-
a.
|
|
1203
|
+
a.sv();
|
|
1204
1204
|
}
|
|
1205
1205
|
}
|
|
1206
1206
|
catch (e_1_1) {
|
|
@@ -1220,15 +1220,15 @@
|
|
|
1220
1220
|
XamGeographicMap.prototype.aaw = function () {
|
|
1221
1221
|
if (this.zs == 2) {
|
|
1222
1222
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1223
|
-
var a = this.zh.
|
|
1224
|
-
var b = this.zj.
|
|
1223
|
+
var a = this.zh.re(this.y9.left + (this.y9.width / 2));
|
|
1224
|
+
var b = this.zj.re(this.y9.top + (this.y9.height / 2));
|
|
1225
1225
|
this.aa9 = { $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b };
|
|
1226
1226
|
}
|
|
1227
1227
|
}
|
|
1228
1228
|
else {
|
|
1229
1229
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1230
|
-
var c = this.zh.
|
|
1231
|
-
var d = this.zj.
|
|
1230
|
+
var c = this.zh.re(this.y9.left);
|
|
1231
|
+
var d = this.zj.re(this.y9.top);
|
|
1232
1232
|
this.aa9 = { $type: igniteuiWebcomponentsCore.Point_$type, x: c, y: d };
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
else {
|
|
1250
1250
|
var g = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
1251
1251
|
g.c = this.yv;
|
|
1252
|
-
var h = this.zh.
|
|
1252
|
+
var h = this.zh.f7(a, g);
|
|
1253
1253
|
if (this.zs == 2) {
|
|
1254
1254
|
var i = h / this.y9.width;
|
|
1255
1255
|
c = i - (e / 2);
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
else {
|
|
1270
1270
|
var j = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1271
1271
|
j.c = this.yv;
|
|
1272
|
-
var k = this.zj.
|
|
1272
|
+
var k = this.zj.f7(b, j);
|
|
1273
1273
|
if (this.zs == 2) {
|
|
1274
1274
|
var l = k / this.y9.height;
|
|
1275
1275
|
d = l - (f / 2);
|
|
@@ -1400,13 +1400,13 @@
|
|
|
1400
1400
|
}
|
|
1401
1401
|
if (c) {
|
|
1402
1402
|
if (d) {
|
|
1403
|
-
var i = this.zg.
|
|
1404
|
-
var j = this.zg.
|
|
1403
|
+
var i = this.zg.f7(-180, b);
|
|
1404
|
+
var j = this.zg.f7(180, b);
|
|
1405
1405
|
e = j - i;
|
|
1406
1406
|
}
|
|
1407
1407
|
else {
|
|
1408
|
-
var k = this.zg.
|
|
1409
|
-
var l = this.zg.
|
|
1408
|
+
var k = this.zg.f7(-180, b);
|
|
1409
|
+
var l = this.zg.f7(180, b);
|
|
1410
1410
|
e = k - l;
|
|
1411
1411
|
}
|
|
1412
1412
|
}
|
|
@@ -1417,10 +1417,10 @@
|
|
|
1417
1417
|
a.c = this.yv;
|
|
1418
1418
|
var b = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1419
1419
|
b.c = this.yv;
|
|
1420
|
-
var c = this.zh.
|
|
1421
|
-
var d = this.zh.
|
|
1422
|
-
var e = this.zj.
|
|
1423
|
-
var f = this.zj.
|
|
1420
|
+
var c = this.zh.f7(XamGeographicMap.abe.left, a);
|
|
1421
|
+
var d = this.zh.f7(XamGeographicMap.abe.right, a);
|
|
1422
|
+
var e = this.zj.f7(XamGeographicMap.abe.top, b);
|
|
1423
|
+
var f = this.zj.f7(XamGeographicMap.abe.bottom, b);
|
|
1424
1424
|
this.abg = new igniteuiWebcomponentsCore.Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
1425
1425
|
return this.abg;
|
|
1426
1426
|
};
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
try {
|
|
1618
1618
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1619
1619
|
var g = _d.value;
|
|
1620
|
-
g.
|
|
1620
|
+
g.r9(false);
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
1623
|
catch (e_2_1) {
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
try {
|
|
1665
1665
|
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1666
1666
|
var i = _f.value;
|
|
1667
|
-
i.
|
|
1667
|
+
i.qw();
|
|
1668
1668
|
}
|
|
1669
1669
|
}
|
|
1670
1670
|
catch (e_3_1) {
|
|
@@ -1695,15 +1695,15 @@
|
|
|
1695
1695
|
};
|
|
1696
1696
|
XamGeographicMap.prototype.aav = function () {
|
|
1697
1697
|
if (this.zh != null) {
|
|
1698
|
-
this.zh.
|
|
1699
|
-
this.zh.
|
|
1698
|
+
this.zh.rb = this.abi.left;
|
|
1699
|
+
this.zh.ra = this.abi.right;
|
|
1700
1700
|
}
|
|
1701
1701
|
if (this.zj != null) {
|
|
1702
|
-
this.zj.
|
|
1703
|
-
this.zj.
|
|
1702
|
+
this.zj.rb = this.abi.top;
|
|
1703
|
+
this.zj.ra = this.abi.bottom;
|
|
1704
1704
|
}
|
|
1705
|
-
this.zh.
|
|
1706
|
-
this.zj.
|
|
1705
|
+
this.zh.ef(true);
|
|
1706
|
+
this.zj.ef(true);
|
|
1707
1707
|
};
|
|
1708
1708
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
1709
1709
|
this.zu = this.zt.fr;
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
var c = b;
|
|
1721
1721
|
var d = a;
|
|
1722
1722
|
d.itemsSource = c.triangulationSource.points;
|
|
1723
|
-
d.
|
|
1723
|
+
d.xv = c.triangulationSource.triangles;
|
|
1724
1724
|
}
|
|
1725
1725
|
else {
|
|
1726
1726
|
_super.prototype.tk.call(this, a, b);
|
|
@@ -1748,12 +1748,12 @@
|
|
|
1748
1748
|
};
|
|
1749
1749
|
XamGeographicMap.prototype.z7 = function () {
|
|
1750
1750
|
var a = new igniteuiWebcomponentsCharts.ChartVisualData();
|
|
1751
|
-
var b = this.zh.
|
|
1752
|
-
var c = this.zj.
|
|
1751
|
+
var b = this.zh.hu();
|
|
1752
|
+
var c = this.zj.hu();
|
|
1753
1753
|
a.axes.add1(b);
|
|
1754
1754
|
a.axes.add1(c);
|
|
1755
1755
|
for (var d = 0; d < this.b9.count; d++) {
|
|
1756
|
-
var e = this.b9._inner[d].
|
|
1756
|
+
var e = this.b9._inner[d].kw();
|
|
1757
1757
|
a.series.add1(e);
|
|
1758
1758
|
}
|
|
1759
1759
|
a.name = this.name;
|
|
@@ -1954,8 +1954,8 @@
|
|
|
1954
1954
|
j.c = c;
|
|
1955
1955
|
var k = new igniteuiWebcomponentsCharts.ScalerParams(1, this.windowRect, b, i.dn);
|
|
1956
1956
|
k.c = c;
|
|
1957
|
-
var l = h.
|
|
1958
|
-
var m = i.
|
|
1957
|
+
var l = h.f7(d.left, j);
|
|
1958
|
+
var m = i.f7(d.bottom, k);
|
|
1959
1959
|
var n = (-l / b.width) * this.ao.a5;
|
|
1960
1960
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1961
1961
|
this.ao.cm = { $type: igniteuiWebcomponentsCore.Point_$type, x: n, y: o };
|
|
@@ -2053,41 +2053,41 @@
|
|
|
2053
2053
|
}
|
|
2054
2054
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2055
2055
|
_super.prototype.ci.call(this);
|
|
2056
|
-
var a = this.cu.
|
|
2057
|
-
a.
|
|
2058
|
-
a.
|
|
2059
|
-
a.trianglesSource = this.cu.
|
|
2060
|
-
a.
|
|
2061
|
-
a.
|
|
2062
|
-
a.
|
|
2056
|
+
var a = this.cu.xm;
|
|
2057
|
+
a.ym = this.cu.xy;
|
|
2058
|
+
a.yu = this.cu.xw;
|
|
2059
|
+
a.trianglesSource = this.cu.xv;
|
|
2060
|
+
a.ya = this.cu.x1;
|
|
2061
|
+
a.yc = this.cu.x3;
|
|
2062
|
+
a.ye = this.cu.x5;
|
|
2063
2063
|
};
|
|
2064
2064
|
GeographicXYTriangulatingSeriesView.prototype.cx = function () {
|
|
2065
|
-
var a = this.cu.
|
|
2065
|
+
var a = this.cu.xm;
|
|
2066
2066
|
if (this.cu.dc == null) {
|
|
2067
|
-
a.xj = null;
|
|
2068
2067
|
a.xk = null;
|
|
2068
|
+
a.xl = null;
|
|
2069
2069
|
return;
|
|
2070
2070
|
}
|
|
2071
|
-
a.
|
|
2072
|
-
a.
|
|
2071
|
+
a.xk = this.cu.dc.zh;
|
|
2072
|
+
a.xl = this.cu.dc.zj;
|
|
2073
2073
|
};
|
|
2074
2074
|
GeographicXYTriangulatingSeriesView.prototype.cw = function () {
|
|
2075
|
-
this.cu.
|
|
2075
|
+
this.cu.xm.ym = this.cu.xy;
|
|
2076
2076
|
};
|
|
2077
2077
|
GeographicXYTriangulatingSeriesView.prototype.cv = function () {
|
|
2078
|
-
this.cu.
|
|
2078
|
+
this.cu.xm.yu = this.cu.xw;
|
|
2079
2079
|
};
|
|
2080
2080
|
GeographicXYTriangulatingSeriesView.prototype.cy = function () {
|
|
2081
|
-
this.cu.
|
|
2081
|
+
this.cu.xm.trianglesSource = this.cu.xv;
|
|
2082
2082
|
};
|
|
2083
2083
|
GeographicXYTriangulatingSeriesView.prototype.cz = function () {
|
|
2084
|
-
this.cu.
|
|
2084
|
+
this.cu.xm.ya = this.cu.x1;
|
|
2085
2085
|
};
|
|
2086
2086
|
GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
|
|
2087
|
-
this.cu.
|
|
2087
|
+
this.cu.xm.yc = this.cu.x3;
|
|
2088
2088
|
};
|
|
2089
2089
|
GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
|
|
2090
|
-
this.cu.
|
|
2090
|
+
this.cu.xm.ye = this.cu.x5;
|
|
2091
2091
|
};
|
|
2092
2092
|
GeographicXYTriangulatingSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2093
2093
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2110,19 +2110,19 @@
|
|
|
2110
2110
|
};
|
|
2111
2111
|
GeographicScatterAreaSeriesView.prototype.ci = function () {
|
|
2112
2112
|
_super.prototype.ci.call(this);
|
|
2113
|
-
if (this.c2.
|
|
2114
|
-
this.c2.
|
|
2115
|
-
this.c2.
|
|
2113
|
+
if (this.c2.yg != null) {
|
|
2114
|
+
this.c2.yg.zt = this.c2.yk;
|
|
2115
|
+
this.c2.yg.zh = this.c2.yf;
|
|
2116
2116
|
}
|
|
2117
2117
|
};
|
|
2118
2118
|
GeographicScatterAreaSeriesView.prototype.c3 = function () {
|
|
2119
|
-
if (this.c2.
|
|
2120
|
-
this.c2.
|
|
2119
|
+
if (this.c2.yg != null) {
|
|
2120
|
+
this.c2.yg.zt = this.c2.yk;
|
|
2121
2121
|
}
|
|
2122
2122
|
};
|
|
2123
2123
|
GeographicScatterAreaSeriesView.prototype.c4 = function () {
|
|
2124
|
-
if (this.c2.
|
|
2125
|
-
this.c2.
|
|
2124
|
+
if (this.c2.yg != null) {
|
|
2125
|
+
this.c2.yg.zh = this.c2.yf;
|
|
2126
2126
|
}
|
|
2127
2127
|
};
|
|
2128
2128
|
GeographicScatterAreaSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2329,38 +2329,38 @@
|
|
|
2329
2329
|
GeographicXYTriangulatingSeries.prototype.ct = function () {
|
|
2330
2330
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2331
2331
|
};
|
|
2332
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2333
|
-
_super.prototype.
|
|
2334
|
-
this.
|
|
2332
|
+
GeographicXYTriangulatingSeries.prototype.ri = function (a) {
|
|
2333
|
+
_super.prototype.ri.call(this, a);
|
|
2334
|
+
this.xu = a;
|
|
2335
2335
|
};
|
|
2336
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2337
|
-
_super.prototype.
|
|
2336
|
+
GeographicXYTriangulatingSeries.prototype.rr = function (a, b, c, d) {
|
|
2337
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
2338
2338
|
switch (b) {
|
|
2339
2339
|
case "SeriesViewer":
|
|
2340
|
-
this.
|
|
2340
|
+
this.xu.cx();
|
|
2341
2341
|
break;
|
|
2342
2342
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2343
|
-
this.
|
|
2343
|
+
this.xu.cw();
|
|
2344
2344
|
break;
|
|
2345
2345
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2346
|
-
this.
|
|
2346
|
+
this.xu.cv();
|
|
2347
2347
|
break;
|
|
2348
2348
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2349
|
-
this.
|
|
2349
|
+
this.xu.cy();
|
|
2350
2350
|
break;
|
|
2351
2351
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2352
|
-
this.
|
|
2352
|
+
this.xu.cz();
|
|
2353
2353
|
break;
|
|
2354
2354
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2355
|
-
this.
|
|
2355
|
+
this.xu.c0();
|
|
2356
2356
|
break;
|
|
2357
2357
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2358
|
-
this.
|
|
2358
|
+
this.xu.c1();
|
|
2359
2359
|
break;
|
|
2360
2360
|
}
|
|
2361
2361
|
};
|
|
2362
2362
|
GeographicXYTriangulatingSeries.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2363
|
-
GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2363
|
+
GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.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', [igniteuiWebcomponentsCore.IEnumerable_$type, null]]);
|
|
2364
2364
|
return GeographicXYTriangulatingSeries;
|
|
2365
2365
|
}(GeographicMapSeriesHost));
|
|
2366
2366
|
/**
|
|
@@ -2370,7 +2370,7 @@
|
|
|
2370
2370
|
tslib.__extends(GeographicScatterAreaSeries, _super);
|
|
2371
2371
|
function GeographicScatterAreaSeries() {
|
|
2372
2372
|
var _this = _super.call(this) || this;
|
|
2373
|
-
_this.
|
|
2373
|
+
_this.yd = null;
|
|
2374
2374
|
_this.triangulationStatusChanged = null;
|
|
2375
2375
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2376
2376
|
return _this;
|
|
@@ -2381,53 +2381,53 @@
|
|
|
2381
2381
|
GeographicScatterAreaSeries.prototype.get_ex = function () {
|
|
2382
2382
|
return true;
|
|
2383
2383
|
};
|
|
2384
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2384
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "yf", {
|
|
2385
2385
|
get: function () {
|
|
2386
|
-
return this.
|
|
2386
|
+
return this.yd;
|
|
2387
2387
|
},
|
|
2388
2388
|
set: function (a) {
|
|
2389
|
-
var b = this.
|
|
2389
|
+
var b = this.yd != a;
|
|
2390
2390
|
if (b) {
|
|
2391
|
-
var c = this.
|
|
2392
|
-
if (this.
|
|
2393
|
-
var d = this.
|
|
2394
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2391
|
+
var c = this.yd;
|
|
2392
|
+
if (this.yd != null) {
|
|
2393
|
+
var d = this.yd;
|
|
2394
|
+
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.yn));
|
|
2395
2395
|
}
|
|
2396
|
-
this.
|
|
2397
|
-
if (this.
|
|
2398
|
-
var e = this.
|
|
2399
|
-
e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2396
|
+
this.yd = a;
|
|
2397
|
+
if (this.yd != null) {
|
|
2398
|
+
var e = this.yd;
|
|
2399
|
+
e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.yn));
|
|
2400
2400
|
}
|
|
2401
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2402
|
-
if (this.
|
|
2403
|
-
this.
|
|
2401
|
+
this.raisePropertyChanged("ColorScale", c, this.yd);
|
|
2402
|
+
if (this.yg != null) {
|
|
2403
|
+
this.yg.zh = a;
|
|
2404
2404
|
}
|
|
2405
2405
|
}
|
|
2406
2406
|
},
|
|
2407
2407
|
enumerable: false,
|
|
2408
2408
|
configurable: true
|
|
2409
2409
|
});
|
|
2410
|
-
GeographicScatterAreaSeries.prototype.
|
|
2411
|
-
this.
|
|
2412
|
-
this.
|
|
2413
|
-
this.
|
|
2410
|
+
GeographicScatterAreaSeries.prototype.yn = function (a, b) {
|
|
2411
|
+
this.yi.c4();
|
|
2412
|
+
this.yp();
|
|
2413
|
+
this.r9(false);
|
|
2414
2414
|
};
|
|
2415
|
-
GeographicScatterAreaSeries.prototype.
|
|
2416
|
-
if (this.
|
|
2417
|
-
this.
|
|
2415
|
+
GeographicScatterAreaSeries.prototype.yp = function () {
|
|
2416
|
+
if (this.yg != null) {
|
|
2417
|
+
this.ye = this.yg.zg;
|
|
2418
2418
|
}
|
|
2419
2419
|
};
|
|
2420
|
-
GeographicScatterAreaSeries.prototype.
|
|
2421
|
-
_super.prototype.
|
|
2422
|
-
this.
|
|
2420
|
+
GeographicScatterAreaSeries.prototype.s0 = function () {
|
|
2421
|
+
_super.prototype.s0.call(this);
|
|
2422
|
+
this.yp();
|
|
2423
2423
|
};
|
|
2424
|
-
GeographicScatterAreaSeries.prototype.
|
|
2425
|
-
this.
|
|
2426
|
-
var a = this.
|
|
2427
|
-
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2428
|
-
return this.
|
|
2424
|
+
GeographicScatterAreaSeries.prototype.xl = function () {
|
|
2425
|
+
this.yg = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
|
|
2426
|
+
var a = this.yg;
|
|
2427
|
+
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yo));
|
|
2428
|
+
return this.yg;
|
|
2429
2429
|
};
|
|
2430
|
-
GeographicScatterAreaSeries.prototype.
|
|
2430
|
+
GeographicScatterAreaSeries.prototype.yo = function (a, b) {
|
|
2431
2431
|
if (this.triangulationStatusChanged != null) {
|
|
2432
2432
|
this.triangulationStatusChanged(this, b);
|
|
2433
2433
|
}
|
|
@@ -2435,30 +2435,30 @@
|
|
|
2435
2435
|
GeographicScatterAreaSeries.prototype.ct = function () {
|
|
2436
2436
|
return new GeographicScatterAreaSeriesView(this);
|
|
2437
2437
|
};
|
|
2438
|
-
GeographicScatterAreaSeries.prototype.
|
|
2439
|
-
_super.prototype.
|
|
2440
|
-
this.
|
|
2438
|
+
GeographicScatterAreaSeries.prototype.ri = function (a) {
|
|
2439
|
+
_super.prototype.ri.call(this, a);
|
|
2440
|
+
this.yi = a;
|
|
2441
2441
|
};
|
|
2442
|
-
GeographicScatterAreaSeries.prototype.
|
|
2443
|
-
_super.prototype.
|
|
2442
|
+
GeographicScatterAreaSeries.prototype.rr = function (a, b, c, d) {
|
|
2443
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
2444
2444
|
switch (b) {
|
|
2445
2445
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2446
|
-
this.
|
|
2446
|
+
this.yi.c3();
|
|
2447
2447
|
break;
|
|
2448
2448
|
case "ColorScale":
|
|
2449
|
-
this.
|
|
2450
|
-
this.
|
|
2449
|
+
this.yi.c4();
|
|
2450
|
+
this.yp();
|
|
2451
2451
|
break;
|
|
2452
2452
|
}
|
|
2453
2453
|
};
|
|
2454
|
-
GeographicScatterAreaSeries.prototype.
|
|
2454
|
+
GeographicScatterAreaSeries.prototype.get_he = function () {
|
|
2455
2455
|
return true;
|
|
2456
2456
|
};
|
|
2457
|
-
GeographicScatterAreaSeries.prototype.
|
|
2458
|
-
_super.prototype.
|
|
2457
|
+
GeographicScatterAreaSeries.prototype.set_he = function (a) {
|
|
2458
|
+
_super.prototype.set_he.call(this, a);
|
|
2459
2459
|
};
|
|
2460
2460
|
GeographicScatterAreaSeries.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2461
|
-
GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2461
|
+
GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
|
|
2462
2462
|
return GeographicScatterAreaSeries;
|
|
2463
2463
|
}(GeographicXYTriangulatingSeries));
|
|
2464
2464
|
|
|
@@ -4921,11 +4921,11 @@
|
|
|
4921
4921
|
* 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%.
|
|
4922
4922
|
*/
|
|
4923
4923
|
get: function () {
|
|
4924
|
-
return this.i.
|
|
4924
|
+
return this.i.xo;
|
|
4925
4925
|
},
|
|
4926
4926
|
set: function (v) {
|
|
4927
|
-
this.i.
|
|
4928
|
-
this._a("visibleFromScale", this.i.
|
|
4927
|
+
this.i.xo = +v;
|
|
4928
|
+
this._a("visibleFromScale", this.i.xo);
|
|
4929
4929
|
},
|
|
4930
4930
|
enumerable: false,
|
|
4931
4931
|
configurable: true
|
|
@@ -4950,10 +4950,10 @@
|
|
|
4950
4950
|
|
|
4951
4951
|
*/
|
|
4952
4952
|
IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
4953
|
-
this.i.
|
|
4953
|
+
this.i.qw();
|
|
4954
4954
|
};
|
|
4955
4955
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
4956
|
-
var iv = this.i.
|
|
4956
|
+
var iv = this.i.k0(item, memberPathName);
|
|
4957
4957
|
return (iv);
|
|
4958
4958
|
};
|
|
4959
4959
|
/**
|
|
@@ -4962,7 +4962,7 @@
|
|
|
4962
4962
|
* @param memberPathName * The property name of a valid member path for the series
|
|
4963
4963
|
*/
|
|
4964
4964
|
IgcGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
|
|
4965
|
-
var iv = this.i.
|
|
4965
|
+
var iv = this.i.mp(memberPathName);
|
|
4966
4966
|
return (iv);
|
|
4967
4967
|
};
|
|
4968
4968
|
/**
|
|
@@ -4971,23 +4971,23 @@
|
|
|
4971
4971
|
* @param world * The world coordinates to use.
|
|
4972
4972
|
*/
|
|
4973
4973
|
IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
4974
|
-
var iv = this.i.
|
|
4974
|
+
var iv = this.i.kx(igniteuiWebcomponentsCore.toPoint(world));
|
|
4975
4975
|
return (iv);
|
|
4976
4976
|
};
|
|
4977
4977
|
IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
4978
|
-
var iv = this.i.
|
|
4978
|
+
var iv = this.i.kk(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
|
|
4979
4979
|
return (iv);
|
|
4980
4980
|
};
|
|
4981
4981
|
IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
4982
|
-
var iv = this.i.
|
|
4982
|
+
var iv = this.i.ki(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
|
|
4983
4983
|
return (iv);
|
|
4984
4984
|
};
|
|
4985
4985
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
4986
|
-
var iv = this.i.
|
|
4986
|
+
var iv = this.i.je(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4987
4987
|
return (iv);
|
|
4988
4988
|
};
|
|
4989
4989
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4990
|
-
var iv = this.i.
|
|
4990
|
+
var iv = this.i.wx(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4991
4991
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
4992
4992
|
};
|
|
4993
4993
|
/**
|
|
@@ -4996,7 +4996,7 @@
|
|
|
4996
4996
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4997
4997
|
*/
|
|
4998
4998
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
4999
|
-
var iv = this.i.
|
|
4999
|
+
var iv = this.i.w9(igniteuiWebcomponentsCore.toPoint(world));
|
|
5000
5000
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
5001
5001
|
};
|
|
5002
5002
|
/**
|
|
@@ -5005,31 +5005,31 @@
|
|
|
5005
5005
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
5006
5006
|
*/
|
|
5007
5007
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
5008
|
-
var iv = this.i.
|
|
5008
|
+
var iv = this.i.xb(igniteuiWebcomponentsCore.toPoint(world));
|
|
5009
5009
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
5010
5010
|
};
|
|
5011
5011
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
5012
|
-
var iv = this.i.
|
|
5012
|
+
var iv = this.i.ja(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5013
5013
|
return (iv);
|
|
5014
5014
|
};
|
|
5015
5015
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5016
|
-
var iv = this.i.
|
|
5016
|
+
var iv = this.i.wt(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5017
5017
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
5018
5018
|
};
|
|
5019
5019
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
5020
|
-
var iv = this.i.
|
|
5020
|
+
var iv = this.i.jc(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5021
5021
|
return (iv);
|
|
5022
5022
|
};
|
|
5023
5023
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
5024
|
-
var iv = this.i.
|
|
5024
|
+
var iv = this.i.wv(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
5025
5025
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
5026
5026
|
};
|
|
5027
5027
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5028
|
-
var iv = this.i.
|
|
5028
|
+
var iv = this.i.wy(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5029
5029
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
5030
5030
|
};
|
|
5031
5031
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
5032
|
-
var iv = this.i.
|
|
5032
|
+
var iv = this.i.jf(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
5033
5033
|
return (iv);
|
|
5034
5034
|
};
|
|
5035
5035
|
/**
|
|
@@ -5037,7 +5037,7 @@
|
|
|
5037
5037
|
|
|
5038
5038
|
*/
|
|
5039
5039
|
IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
5040
|
-
var iv = this.i.
|
|
5040
|
+
var iv = this.i.i4();
|
|
5041
5041
|
return (iv);
|
|
5042
5042
|
};
|
|
5043
5043
|
/**
|
|
@@ -5046,14 +5046,14 @@
|
|
|
5046
5046
|
* @param animate * True if the change should be animated.
|
|
5047
5047
|
*/
|
|
5048
5048
|
IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
5049
|
-
this.i.
|
|
5049
|
+
this.i.r9(animate);
|
|
5050
5050
|
};
|
|
5051
5051
|
/**
|
|
5052
5052
|
* Called when this series' Style is updated.
|
|
5053
5053
|
|
|
5054
5054
|
*/
|
|
5055
5055
|
IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5056
|
-
this.i.
|
|
5056
|
+
this.i.sv();
|
|
5057
5057
|
};
|
|
5058
5058
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
5059
5059
|
return IgcGeographicMapSeriesHostComponent;
|
|
@@ -5192,10 +5192,10 @@
|
|
|
5192
5192
|
* 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.
|
|
5193
5193
|
*/
|
|
5194
5194
|
get: function () {
|
|
5195
|
-
return this.i.
|
|
5195
|
+
return this.i.yl;
|
|
5196
5196
|
},
|
|
5197
5197
|
set: function (v) {
|
|
5198
|
-
this.i.
|
|
5198
|
+
this.i.yl = v;
|
|
5199
5199
|
},
|
|
5200
5200
|
enumerable: false,
|
|
5201
5201
|
configurable: true
|
|
@@ -5205,11 +5205,11 @@
|
|
|
5205
5205
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5206
5206
|
*/
|
|
5207
5207
|
get: function () {
|
|
5208
|
-
return this.i.
|
|
5208
|
+
return this.i.x6;
|
|
5209
5209
|
},
|
|
5210
5210
|
set: function (v) {
|
|
5211
|
-
this.i.
|
|
5212
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
5211
|
+
this.i.x6 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
5212
|
+
this._a("isCustomShapeStyleAllowed", this.i.x6);
|
|
5213
5213
|
},
|
|
5214
5214
|
enumerable: false,
|
|
5215
5215
|
configurable: true
|
|
@@ -5219,11 +5219,11 @@
|
|
|
5219
5219
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5220
5220
|
*/
|
|
5221
5221
|
get: function () {
|
|
5222
|
-
return this.i.
|
|
5222
|
+
return this.i.x5;
|
|
5223
5223
|
},
|
|
5224
5224
|
set: function (v) {
|
|
5225
|
-
this.i.
|
|
5226
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
5225
|
+
this.i.x5 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
5226
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.x5);
|
|
5227
5227
|
},
|
|
5228
5228
|
enumerable: false,
|
|
5229
5229
|
configurable: true
|
|
@@ -5233,11 +5233,11 @@
|
|
|
5233
5233
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5234
5234
|
*/
|
|
5235
5235
|
get: function () {
|
|
5236
|
-
return this.i.
|
|
5236
|
+
return this.i.xx;
|
|
5237
5237
|
},
|
|
5238
5238
|
set: function (v) {
|
|
5239
|
-
this.i.
|
|
5240
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.
|
|
5239
|
+
this.i.xx = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
|
|
5240
|
+
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.xx));
|
|
5241
5241
|
},
|
|
5242
5242
|
enumerable: false,
|
|
5243
5243
|
configurable: true
|
|
@@ -5247,11 +5247,11 @@
|
|
|
5247
5247
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5248
5248
|
*/
|
|
5249
5249
|
get: function () {
|
|
5250
|
-
return this.i.
|
|
5250
|
+
return this.i.x9;
|
|
5251
5251
|
},
|
|
5252
5252
|
set: function (v) {
|
|
5253
|
-
this.i.
|
|
5254
|
-
this._a("itemSearchThreshold", this.i.
|
|
5253
|
+
this.i.x9 = +v;
|
|
5254
|
+
this._a("itemSearchThreshold", this.i.x9);
|
|
5255
5255
|
},
|
|
5256
5256
|
enumerable: false,
|
|
5257
5257
|
configurable: true
|
|
@@ -5261,10 +5261,10 @@
|
|
|
5261
5261
|
* Gets or sets the fill mapping property for the current series object.
|
|
5262
5262
|
*/
|
|
5263
5263
|
get: function () {
|
|
5264
|
-
return this.i.
|
|
5264
|
+
return this.i.ya;
|
|
5265
5265
|
},
|
|
5266
5266
|
set: function (v) {
|
|
5267
|
-
this.i.
|
|
5267
|
+
this.i.ya = v;
|
|
5268
5268
|
},
|
|
5269
5269
|
enumerable: false,
|
|
5270
5270
|
configurable: true
|
|
@@ -5274,7 +5274,7 @@
|
|
|
5274
5274
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
5275
5275
|
*/
|
|
5276
5276
|
get: function () {
|
|
5277
|
-
var r = this.i.
|
|
5277
|
+
var r = this.i.xw;
|
|
5278
5278
|
if (r == null) {
|
|
5279
5279
|
return null;
|
|
5280
5280
|
}
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
set: function (v) {
|
|
5291
5291
|
if (v != null && this._stylingContainer && v._styling)
|
|
5292
5292
|
v._styling(this._stylingContainer, this, this);
|
|
5293
|
-
v == null ? this.i.
|
|
5293
|
+
v == null ? this.i.xw = null : this.i.xw = v.i;
|
|
5294
5294
|
},
|
|
5295
5295
|
enumerable: false,
|
|
5296
5296
|
configurable: true
|
|
@@ -5301,11 +5301,11 @@
|
|
|
5301
5301
|
* This setting applies only if multiple series are using the same FillScale.
|
|
5302
5302
|
*/
|
|
5303
5303
|
get: function () {
|
|
5304
|
-
return this.i.
|
|
5304
|
+
return this.i.x4;
|
|
5305
5305
|
},
|
|
5306
5306
|
set: function (v) {
|
|
5307
|
-
this.i.
|
|
5308
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
5307
|
+
this.i.x4 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
5308
|
+
this._a("fillScaleUseGlobalValues", this.i.x4);
|
|
5309
5309
|
},
|
|
5310
5310
|
enumerable: false,
|
|
5311
5311
|
configurable: true
|
|
@@ -5315,11 +5315,11 @@
|
|
|
5315
5315
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5316
5316
|
*/
|
|
5317
5317
|
get: function () {
|
|
5318
|
-
return this.i.
|
|
5318
|
+
return this.i.x8;
|
|
5319
5319
|
},
|
|
5320
5320
|
set: function (v) {
|
|
5321
|
-
this.i.
|
|
5322
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
5321
|
+
this.i.x8 = +v;
|
|
5322
|
+
this._a("itemSearchPointsThreshold", this.i.x8);
|
|
5323
5323
|
},
|
|
5324
5324
|
enumerable: false,
|
|
5325
5325
|
configurable: true
|
|
@@ -5329,7 +5329,7 @@
|
|
|
5329
5329
|
* Set a shapefile datasource to use with the series.
|
|
5330
5330
|
*/
|
|
5331
5331
|
get: function () {
|
|
5332
|
-
var r = this.i.
|
|
5332
|
+
var r = this.i.x0;
|
|
5333
5333
|
if (r == null) {
|
|
5334
5334
|
return null;
|
|
5335
5335
|
}
|
|
@@ -5348,7 +5348,7 @@
|
|
|
5348
5348
|
return r.externalObject;
|
|
5349
5349
|
},
|
|
5350
5350
|
set: function (v) {
|
|
5351
|
-
v == null ? this.i.
|
|
5351
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
5352
5352
|
},
|
|
5353
5353
|
enumerable: false,
|
|
5354
5354
|
configurable: true
|
|
@@ -5359,11 +5359,11 @@
|
|
|
5359
5359
|
* 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.
|
|
5360
5360
|
*/
|
|
5361
5361
|
get: function () {
|
|
5362
|
-
return this.i.
|
|
5362
|
+
return this.i.x7;
|
|
5363
5363
|
},
|
|
5364
5364
|
set: function (v) {
|
|
5365
|
-
this.i.
|
|
5366
|
-
this._a("shapeFilterResolution", this.i.
|
|
5365
|
+
this.i.x7 = +v;
|
|
5366
|
+
this._a("shapeFilterResolution", this.i.x7);
|
|
5367
5367
|
},
|
|
5368
5368
|
enumerable: false,
|
|
5369
5369
|
configurable: true
|
|
@@ -5468,20 +5468,20 @@
|
|
|
5468
5468
|
tslib.__extends(GeographicShapeSeriesBase, _super);
|
|
5469
5469
|
function GeographicShapeSeriesBase() {
|
|
5470
5470
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5471
|
+
_this.x3 = false;
|
|
5471
5472
|
_this.x2 = false;
|
|
5472
|
-
_this.x1 = false;
|
|
5473
5473
|
_this.assigningShapeStyle = null;
|
|
5474
5474
|
_this.assigningShapeMarkerStyle = null;
|
|
5475
|
-
_this.
|
|
5476
|
-
_this.
|
|
5475
|
+
_this.xz = null;
|
|
5476
|
+
_this.x1 = false;
|
|
5477
5477
|
return _this;
|
|
5478
5478
|
}
|
|
5479
5479
|
GeographicShapeSeriesBase.prototype.ct = function () {
|
|
5480
5480
|
return new GeographicShapeSeriesBaseView(this);
|
|
5481
5481
|
};
|
|
5482
|
-
GeographicShapeSeriesBase.prototype.
|
|
5483
|
-
_super.prototype.
|
|
5484
|
-
this.
|
|
5482
|
+
GeographicShapeSeriesBase.prototype.ri = function (a) {
|
|
5483
|
+
_super.prototype.ri.call(this, a);
|
|
5484
|
+
this.xy = a;
|
|
5485
5485
|
};
|
|
5486
5486
|
GeographicShapeSeriesBase.prototype.get_fh = function () {
|
|
5487
5487
|
return true;
|
|
@@ -5489,119 +5489,119 @@
|
|
|
5489
5489
|
GeographicShapeSeriesBase.prototype.get_ef = function () {
|
|
5490
5490
|
return true;
|
|
5491
5491
|
};
|
|
5492
|
-
GeographicShapeSeriesBase.prototype.
|
|
5493
|
-
_super.prototype.
|
|
5492
|
+
GeographicShapeSeriesBase.prototype.rr = function (a, b, c, d) {
|
|
5493
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
5494
5494
|
switch (b) {
|
|
5495
5495
|
case "SeriesViewer":
|
|
5496
|
-
this.
|
|
5496
|
+
this.xy.cv();
|
|
5497
5497
|
break;
|
|
5498
5498
|
case "ShapeMemberPath":
|
|
5499
|
-
this.
|
|
5499
|
+
this.xy.cx();
|
|
5500
5500
|
break;
|
|
5501
5501
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
5502
|
-
this.
|
|
5502
|
+
this.xy.cw();
|
|
5503
5503
|
break;
|
|
5504
5504
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5505
|
-
this.
|
|
5506
|
-
this.
|
|
5507
|
-
if (this.
|
|
5508
|
-
var e = this.
|
|
5509
|
-
e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5505
|
+
this.xm.yu = this.x6;
|
|
5506
|
+
this.x3 = this.x6;
|
|
5507
|
+
if (this.x6) {
|
|
5508
|
+
var e = this.xm;
|
|
5509
|
+
e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.yo));
|
|
5510
5510
|
}
|
|
5511
5511
|
else {
|
|
5512
|
-
var f = this.
|
|
5513
|
-
f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5512
|
+
var f = this.xm;
|
|
5513
|
+
f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.yo));
|
|
5514
5514
|
}
|
|
5515
5515
|
break;
|
|
5516
5516
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5517
|
-
this.
|
|
5518
|
-
this.
|
|
5519
|
-
if (this.
|
|
5520
|
-
var g = this.
|
|
5521
|
-
g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5517
|
+
this.xm.yt = this.x5;
|
|
5518
|
+
this.x2 = this.x5;
|
|
5519
|
+
if (this.x6) {
|
|
5520
|
+
var g = this.xm;
|
|
5521
|
+
g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.yn));
|
|
5522
5522
|
}
|
|
5523
5523
|
else {
|
|
5524
|
-
var h = this.
|
|
5525
|
-
h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5524
|
+
var h = this.xm;
|
|
5525
|
+
h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.yn));
|
|
5526
5526
|
}
|
|
5527
5527
|
break;
|
|
5528
5528
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5529
|
-
this.
|
|
5529
|
+
this.xm.x6 = this.xx;
|
|
5530
5530
|
break;
|
|
5531
5531
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
5532
|
-
this.
|
|
5532
|
+
this.xm.zb = this.x8;
|
|
5533
5533
|
break;
|
|
5534
5534
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
5535
|
-
this.
|
|
5535
|
+
this.xm.zc = this.x9;
|
|
5536
5536
|
break;
|
|
5537
5537
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5538
|
-
this.
|
|
5538
|
+
this.xm.zg = this.ya;
|
|
5539
5539
|
break;
|
|
5540
5540
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5541
|
-
this.
|
|
5541
|
+
this.xm.xw = this.xw;
|
|
5542
5542
|
break;
|
|
5543
5543
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5544
|
-
this.
|
|
5544
|
+
this.xm.yp = this.x4;
|
|
5545
5545
|
break;
|
|
5546
5546
|
case "ShapefileDataSource":
|
|
5547
5547
|
if (c != null) {
|
|
5548
5548
|
var i = c;
|
|
5549
|
-
if (this.
|
|
5550
|
-
i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5549
|
+
if (this.x1) {
|
|
5550
|
+
i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.yp));
|
|
5551
5551
|
}
|
|
5552
5552
|
}
|
|
5553
5553
|
if (d != null) {
|
|
5554
5554
|
var j = d;
|
|
5555
5555
|
if (j.count > 0) {
|
|
5556
|
-
this.
|
|
5556
|
+
this.yq();
|
|
5557
5557
|
break;
|
|
5558
5558
|
}
|
|
5559
|
-
this.
|
|
5560
|
-
j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5559
|
+
this.x1 = true;
|
|
5560
|
+
j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.yp));
|
|
5561
5561
|
}
|
|
5562
5562
|
break;
|
|
5563
5563
|
}
|
|
5564
5564
|
};
|
|
5565
|
-
GeographicShapeSeriesBase.prototype.
|
|
5565
|
+
GeographicShapeSeriesBase.prototype.yo = function (a, b) {
|
|
5566
5566
|
if (this.assigningShapeStyle != null) {
|
|
5567
5567
|
this.assigningShapeStyle(this, b);
|
|
5568
5568
|
}
|
|
5569
5569
|
};
|
|
5570
|
-
GeographicShapeSeriesBase.prototype.
|
|
5570
|
+
GeographicShapeSeriesBase.prototype.yn = function (a, b) {
|
|
5571
5571
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5572
5572
|
this.assigningShapeMarkerStyle(this, b);
|
|
5573
5573
|
}
|
|
5574
5574
|
};
|
|
5575
|
-
GeographicShapeSeriesBase.prototype.
|
|
5576
|
-
this.
|
|
5575
|
+
GeographicShapeSeriesBase.prototype.yp = function (a, b) {
|
|
5576
|
+
this.yq();
|
|
5577
5577
|
};
|
|
5578
|
-
GeographicShapeSeriesBase.prototype.
|
|
5579
|
-
var sds_ = this.
|
|
5578
|
+
GeographicShapeSeriesBase.prototype.yq = function () {
|
|
5579
|
+
var sds_ = this.x0;
|
|
5580
5580
|
var ext_ = sds_.externalObject;
|
|
5581
5581
|
this.itemsSource = (ext_.getPointData());
|
|
5582
5582
|
};
|
|
5583
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5583
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "x0", {
|
|
5584
5584
|
get: function () {
|
|
5585
|
-
return this.
|
|
5585
|
+
return this.xz;
|
|
5586
5586
|
},
|
|
5587
5587
|
set: function (a) {
|
|
5588
|
-
var b = this.
|
|
5589
|
-
this.
|
|
5590
|
-
if (b != this.
|
|
5591
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5588
|
+
var b = this.xz;
|
|
5589
|
+
this.xz = a;
|
|
5590
|
+
if (b != this.xz) {
|
|
5591
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
|
|
5592
5592
|
}
|
|
5593
5593
|
},
|
|
5594
5594
|
enumerable: false,
|
|
5595
5595
|
configurable: true
|
|
5596
5596
|
});
|
|
5597
|
-
GeographicShapeSeriesBase.prototype.
|
|
5597
|
+
GeographicShapeSeriesBase.prototype.get_he = function () {
|
|
5598
5598
|
return true;
|
|
5599
5599
|
};
|
|
5600
|
-
GeographicShapeSeriesBase.prototype.
|
|
5601
|
-
_super.prototype.
|
|
5600
|
+
GeographicShapeSeriesBase.prototype.set_he = function (a) {
|
|
5601
|
+
_super.prototype.set_he.call(this, a);
|
|
5602
5602
|
};
|
|
5603
5603
|
GeographicShapeSeriesBase.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5604
|
-
GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
5604
|
+
GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
|
|
5605
5605
|
return GeographicShapeSeriesBase;
|
|
5606
5606
|
}(GeographicMapSeriesHost));
|
|
5607
5607
|
/**
|
|
@@ -5617,23 +5617,23 @@
|
|
|
5617
5617
|
}
|
|
5618
5618
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5619
5619
|
_super.prototype.ci.call(this);
|
|
5620
|
-
this.cu.
|
|
5620
|
+
this.cu.xm.zt = this.cu.yl;
|
|
5621
5621
|
};
|
|
5622
5622
|
GeographicShapeSeriesBaseView.prototype.cv = function () {
|
|
5623
|
-
var a = this.cu.
|
|
5623
|
+
var a = this.cu.xm;
|
|
5624
5624
|
if (this.cu.dc == null) {
|
|
5625
|
-
a.
|
|
5626
|
-
a.
|
|
5625
|
+
a.x0 = null;
|
|
5626
|
+
a.x2 = null;
|
|
5627
5627
|
return;
|
|
5628
5628
|
}
|
|
5629
|
-
a.
|
|
5630
|
-
a.
|
|
5629
|
+
a.x0 = this.cu.dc.zh;
|
|
5630
|
+
a.x2 = this.cu.dc.zj;
|
|
5631
5631
|
};
|
|
5632
5632
|
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
5633
|
-
this.cu.
|
|
5633
|
+
this.cu.xm.zt = this.cu.yl;
|
|
5634
5634
|
};
|
|
5635
5635
|
GeographicShapeSeriesBaseView.prototype.cw = function () {
|
|
5636
|
-
this.cu.
|
|
5636
|
+
this.cu.xm.y8 = this.cu.x7;
|
|
5637
5637
|
};
|
|
5638
5638
|
GeographicShapeSeriesBaseView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5639
5639
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5669,54 +5669,54 @@
|
|
|
5669
5669
|
_this.cy = null;
|
|
5670
5670
|
_this.cy = a;
|
|
5671
5671
|
if (!_this.t) {
|
|
5672
|
-
_this.cy.
|
|
5672
|
+
_this.cy.yl = "points";
|
|
5673
5673
|
}
|
|
5674
5674
|
return _this;
|
|
5675
5675
|
}
|
|
5676
5676
|
GeographicShapeSeriesView.prototype.a4 = function () {
|
|
5677
5677
|
_super.prototype.a4.call(this);
|
|
5678
5678
|
if (!this.t) {
|
|
5679
|
-
this.cy.
|
|
5680
|
-
this.cy.
|
|
5681
|
-
this.cy.
|
|
5682
|
-
this.cy.
|
|
5683
|
-
this.cy.
|
|
5679
|
+
this.cy.z8 = igniteuiWebcomponentsCharts.Defaults.a8;
|
|
5680
|
+
this.cy.jz = igniteuiWebcomponentsCharts.Defaults.ac;
|
|
5681
|
+
this.cy.y7 = igniteuiWebcomponentsCharts.Defaults.ab;
|
|
5682
|
+
this.cy.y4 = igniteuiWebcomponentsCharts.Defaults.d;
|
|
5683
|
+
this.cy.y2 = igniteuiWebcomponentsCharts.Defaults.a;
|
|
5684
5684
|
}
|
|
5685
5685
|
};
|
|
5686
5686
|
GeographicShapeSeriesView.prototype.ci = function () {
|
|
5687
5687
|
_super.prototype.ci.call(this);
|
|
5688
|
-
this.cy.
|
|
5689
|
-
this.cy.
|
|
5690
|
-
this.cy.
|
|
5691
|
-
this.cy.
|
|
5692
|
-
this.cy.
|
|
5688
|
+
this.cy.xm.acg = this.cy.aaa;
|
|
5689
|
+
this.cy.xm.aa8 = this.cy.y5;
|
|
5690
|
+
this.cy.xm.abv = this.cy.zq;
|
|
5691
|
+
this.cy.xm.abc = this.cy.y7;
|
|
5692
|
+
this.cy.xm.aau = this.cy.y1;
|
|
5693
5693
|
};
|
|
5694
5694
|
GeographicShapeSeriesView.prototype.c3 = function () {
|
|
5695
|
-
this.cy.
|
|
5695
|
+
this.cy.xm.abv = this.cy.zq;
|
|
5696
5696
|
};
|
|
5697
5697
|
GeographicShapeSeriesView.prototype.c5 = function () {
|
|
5698
|
-
this.cy.
|
|
5698
|
+
this.cy.xm.abc = this.cy.y7;
|
|
5699
5699
|
};
|
|
5700
5700
|
GeographicShapeSeriesView.prototype.c0 = function () {
|
|
5701
|
-
this.cy.
|
|
5701
|
+
this.cy.xm.aau = this.cy.y1;
|
|
5702
5702
|
};
|
|
5703
5703
|
GeographicShapeSeriesView.prototype.c4 = function () {
|
|
5704
|
-
this.cy.
|
|
5704
|
+
this.cy.xm.aa3 = this.cy.y4;
|
|
5705
5705
|
};
|
|
5706
5706
|
GeographicShapeSeriesView.prototype.cz = function () {
|
|
5707
|
-
this.cy.
|
|
5707
|
+
this.cy.xm.acc = this.cy.z7;
|
|
5708
5708
|
};
|
|
5709
5709
|
GeographicShapeSeriesView.prototype.c1 = function () {
|
|
5710
|
-
this.cy.
|
|
5710
|
+
this.cy.xm.acd = this.cy.z8;
|
|
5711
5711
|
};
|
|
5712
5712
|
GeographicShapeSeriesView.prototype.c2 = function () {
|
|
5713
|
-
this.cy.
|
|
5713
|
+
this.cy.xm.acf = this.cy.z9;
|
|
5714
5714
|
};
|
|
5715
5715
|
GeographicShapeSeriesView.prototype.c6 = function () {
|
|
5716
|
-
this.cy.
|
|
5716
|
+
this.cy.xm.aa8 = this.cy.y5;
|
|
5717
5717
|
};
|
|
5718
5718
|
GeographicShapeSeriesView.prototype.c7 = function () {
|
|
5719
|
-
this.cy.
|
|
5719
|
+
this.cy.xm.acg = this.cy.aaa;
|
|
5720
5720
|
};
|
|
5721
5721
|
GeographicShapeSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5722
5722
|
return GeographicShapeSeriesView;
|
|
@@ -5735,95 +5735,95 @@
|
|
|
5735
5735
|
GeographicShapeSeries.prototype.bk = function () {
|
|
5736
5736
|
return new GeographicShapeSeries();
|
|
5737
5737
|
};
|
|
5738
|
-
GeographicShapeSeries.prototype.
|
|
5738
|
+
GeographicShapeSeries.prototype.get_fu = function () {
|
|
5739
5739
|
return true;
|
|
5740
5740
|
};
|
|
5741
5741
|
GeographicShapeSeries.prototype.ct = function () {
|
|
5742
5742
|
return new GeographicShapeSeriesView(this);
|
|
5743
5743
|
};
|
|
5744
|
-
GeographicShapeSeries.prototype.
|
|
5745
|
-
_super.prototype.
|
|
5746
|
-
this.
|
|
5744
|
+
GeographicShapeSeries.prototype.ri = function (a) {
|
|
5745
|
+
_super.prototype.ri.call(this, a);
|
|
5746
|
+
this.y6 = a;
|
|
5747
5747
|
};
|
|
5748
|
-
GeographicShapeSeries.prototype.
|
|
5748
|
+
GeographicShapeSeries.prototype.xl = function () {
|
|
5749
5749
|
var a = new igniteuiWebcomponentsCharts.ScatterPolygonSeries();
|
|
5750
|
-
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5751
|
-
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5750
|
+
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.zn));
|
|
5751
|
+
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.zo));
|
|
5752
5752
|
return a;
|
|
5753
5753
|
};
|
|
5754
|
-
GeographicShapeSeries.prototype.
|
|
5754
|
+
GeographicShapeSeries.prototype.zn = function (a, b) {
|
|
5755
5755
|
if (this.styleShape != null) {
|
|
5756
5756
|
this.styleShape(this, b);
|
|
5757
5757
|
}
|
|
5758
5758
|
};
|
|
5759
|
-
GeographicShapeSeries.prototype.
|
|
5760
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.
|
|
5759
|
+
GeographicShapeSeries.prototype.zo = function (a, b) {
|
|
5760
|
+
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.xm);
|
|
5761
5761
|
if (c == null) {
|
|
5762
5762
|
return;
|
|
5763
5763
|
}
|
|
5764
5764
|
};
|
|
5765
|
-
GeographicShapeSeries.prototype.
|
|
5766
|
-
return this.
|
|
5767
|
-
};
|
|
5768
|
-
GeographicShapeSeries.prototype.v5 = function () {
|
|
5769
|
-
return this.z4;
|
|
5765
|
+
GeographicShapeSeries.prototype.iv = function () {
|
|
5766
|
+
return this.y7;
|
|
5770
5767
|
};
|
|
5771
5768
|
GeographicShapeSeries.prototype.v6 = function () {
|
|
5772
5769
|
return this.z5;
|
|
5773
5770
|
};
|
|
5774
|
-
GeographicShapeSeries.prototype.
|
|
5775
|
-
return this.
|
|
5771
|
+
GeographicShapeSeries.prototype.v7 = function () {
|
|
5772
|
+
return this.z6;
|
|
5773
|
+
};
|
|
5774
|
+
GeographicShapeSeries.prototype.ti = function () {
|
|
5775
|
+
return this.zp;
|
|
5776
5776
|
};
|
|
5777
|
-
GeographicShapeSeries.prototype.
|
|
5778
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.
|
|
5777
|
+
GeographicShapeSeries.prototype.mm = function () {
|
|
5778
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.xm);
|
|
5779
5779
|
if (a == null) {
|
|
5780
5780
|
return "Unknown";
|
|
5781
5781
|
}
|
|
5782
|
-
return a.
|
|
5782
|
+
return a.mm();
|
|
5783
5783
|
};
|
|
5784
|
-
GeographicShapeSeries.prototype.
|
|
5785
|
-
_super.prototype.
|
|
5784
|
+
GeographicShapeSeries.prototype.rr = function (a, b, c, d) {
|
|
5785
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
5786
5786
|
switch (b) {
|
|
5787
5787
|
case GeographicShapeSeries.$$p[6]:
|
|
5788
|
-
this.
|
|
5788
|
+
this.xm.aa1 = this.y3;
|
|
5789
5789
|
break;
|
|
5790
5790
|
case GeographicShapeSeries.$$p[5]:
|
|
5791
|
-
this.
|
|
5791
|
+
this.xm.aax = this.y2;
|
|
5792
5792
|
break;
|
|
5793
5793
|
case GeographicShapeSeries.$$p[9]:
|
|
5794
|
-
this.
|
|
5794
|
+
this.y6.c3();
|
|
5795
5795
|
break;
|
|
5796
5796
|
case GeographicShapeSeries.$$p[10]:
|
|
5797
|
-
this.
|
|
5797
|
+
this.y6.c5();
|
|
5798
5798
|
break;
|
|
5799
5799
|
case GeographicShapeSeries.$$p[4]:
|
|
5800
|
-
this.
|
|
5800
|
+
this.y6.c0();
|
|
5801
5801
|
break;
|
|
5802
5802
|
case GeographicShapeSeries.$$p[11]:
|
|
5803
|
-
this.
|
|
5803
|
+
this.y6.c4();
|
|
5804
5804
|
break;
|
|
5805
5805
|
case GeographicShapeSeries.$$p[3]:
|
|
5806
|
-
this.
|
|
5806
|
+
this.y6.cz();
|
|
5807
5807
|
break;
|
|
5808
5808
|
case GeographicShapeSeries.$$p[7]:
|
|
5809
|
-
this.
|
|
5809
|
+
this.y6.c1();
|
|
5810
5810
|
break;
|
|
5811
5811
|
case GeographicShapeSeries.$$p[8]:
|
|
5812
|
-
this.
|
|
5812
|
+
this.y6.c2();
|
|
5813
5813
|
break;
|
|
5814
5814
|
case GeographicShapeSeries.$$p[13]:
|
|
5815
|
-
this.
|
|
5815
|
+
this.y6.c6();
|
|
5816
5816
|
break;
|
|
5817
5817
|
case GeographicShapeSeries.$$p[12]:
|
|
5818
|
-
this.
|
|
5818
|
+
this.y6.c7();
|
|
5819
5819
|
break;
|
|
5820
5820
|
}
|
|
5821
5821
|
};
|
|
5822
|
-
GeographicShapeSeries.prototype.
|
|
5822
|
+
GeographicShapeSeries.prototype.ju = function () {
|
|
5823
5823
|
return 0.7;
|
|
5824
5824
|
};
|
|
5825
5825
|
GeographicShapeSeries.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5826
|
-
GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5826
|
+
GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:z6:zs', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:zp:zt', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:z7:zu', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:y1:zv', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:z9:zz', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:zq:z0', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:y4:z2', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:y5:z4', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
|
|
5827
5827
|
return GeographicShapeSeries;
|
|
5828
5828
|
}(GeographicShapeSeriesBase));
|
|
5829
5829
|
|
|
@@ -5906,7 +5906,7 @@
|
|
|
5906
5906
|
* Gets whether the current series shows a polygon shape.
|
|
5907
5907
|
*/
|
|
5908
5908
|
get: function () {
|
|
5909
|
-
return this.i.
|
|
5909
|
+
return this.i.fu;
|
|
5910
5910
|
},
|
|
5911
5911
|
enumerable: false,
|
|
5912
5912
|
configurable: true
|
|
@@ -5916,11 +5916,11 @@
|
|
|
5916
5916
|
* Gets or sets the fill brush.
|
|
5917
5917
|
*/
|
|
5918
5918
|
get: function () {
|
|
5919
|
-
return this.i.
|
|
5919
|
+
return this.i.aaa ? this.i.aaa.fill : null;
|
|
5920
5920
|
},
|
|
5921
5921
|
set: function (v) {
|
|
5922
5922
|
this.ensureShapeStyle();
|
|
5923
|
-
this.i.
|
|
5923
|
+
this.i.aaa.fill = v;
|
|
5924
5924
|
},
|
|
5925
5925
|
enumerable: false,
|
|
5926
5926
|
configurable: true
|
|
@@ -5930,11 +5930,11 @@
|
|
|
5930
5930
|
* Gets or sets the stroke brush.
|
|
5931
5931
|
*/
|
|
5932
5932
|
get: function () {
|
|
5933
|
-
return this.i.
|
|
5933
|
+
return this.i.aaa ? this.i.aaa.stroke : null;
|
|
5934
5934
|
},
|
|
5935
5935
|
set: function (v) {
|
|
5936
5936
|
this.ensureShapeStyle();
|
|
5937
|
-
this.i.
|
|
5937
|
+
this.i.aaa.stroke = v;
|
|
5938
5938
|
},
|
|
5939
5939
|
enumerable: false,
|
|
5940
5940
|
configurable: true
|
|
@@ -5944,12 +5944,12 @@
|
|
|
5944
5944
|
* Gets or sets the stroke thickness.
|
|
5945
5945
|
*/
|
|
5946
5946
|
get: function () {
|
|
5947
|
-
return this.i.
|
|
5947
|
+
return this.i.aaa ? this.i.aaa.strokeThickness : NaN;
|
|
5948
5948
|
},
|
|
5949
5949
|
set: function (v) {
|
|
5950
5950
|
this.ensureShapeStyle();
|
|
5951
|
-
this.i.
|
|
5952
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5951
|
+
this.i.aaa.strokeThickness = +v;
|
|
5952
|
+
this._a("shapeStrokeThickness", this.i.aaa.strokeThickness);
|
|
5953
5953
|
},
|
|
5954
5954
|
enumerable: false,
|
|
5955
5955
|
configurable: true
|
|
@@ -5959,21 +5959,21 @@
|
|
|
5959
5959
|
* Gets or sets the opacity.
|
|
5960
5960
|
*/
|
|
5961
5961
|
get: function () {
|
|
5962
|
-
return this.i.
|
|
5962
|
+
return this.i.aaa ? this.i.aaa.opacity : NaN;
|
|
5963
5963
|
},
|
|
5964
5964
|
set: function (v) {
|
|
5965
5965
|
this.ensureShapeStyle();
|
|
5966
|
-
this.i.
|
|
5967
|
-
this._a("shapeOpacity", this.i.
|
|
5966
|
+
this.i.aaa.opacity = +v;
|
|
5967
|
+
this._a("shapeOpacity", this.i.aaa.opacity);
|
|
5968
5968
|
},
|
|
5969
5969
|
enumerable: false,
|
|
5970
5970
|
configurable: true
|
|
5971
5971
|
});
|
|
5972
5972
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5973
|
-
if (this.i.
|
|
5973
|
+
if (this.i.aaa) {
|
|
5974
5974
|
return;
|
|
5975
5975
|
}
|
|
5976
|
-
this.i.
|
|
5976
|
+
this.i.aaa = new igniteuiWebcomponentsCore.Style();
|
|
5977
5977
|
};
|
|
5978
5978
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5979
5979
|
/**
|
|
@@ -5981,11 +5981,11 @@
|
|
|
5981
5981
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5982
5982
|
*/
|
|
5983
5983
|
get: function () {
|
|
5984
|
-
return this.i.
|
|
5984
|
+
return this.i.y4;
|
|
5985
5985
|
},
|
|
5986
5986
|
set: function (v) {
|
|
5987
|
-
this.i.
|
|
5988
|
-
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.
|
|
5987
|
+
this.i.y4 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
|
|
5988
|
+
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.y4));
|
|
5989
5989
|
},
|
|
5990
5990
|
enumerable: false,
|
|
5991
5991
|
configurable: true
|
|
@@ -5995,11 +5995,11 @@
|
|
|
5995
5995
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5996
5996
|
*/
|
|
5997
5997
|
get: function () {
|
|
5998
|
-
return this.i.
|
|
5998
|
+
return this.i.y3;
|
|
5999
5999
|
},
|
|
6000
6000
|
set: function (v) {
|
|
6001
|
-
this.i.
|
|
6002
|
-
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.
|
|
6001
|
+
this.i.y3 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
|
|
6002
|
+
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.y3));
|
|
6003
6003
|
},
|
|
6004
6004
|
enumerable: false,
|
|
6005
6005
|
configurable: true
|
|
@@ -6009,11 +6009,11 @@
|
|
|
6009
6009
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
6010
6010
|
*/
|
|
6011
6011
|
get: function () {
|
|
6012
|
-
return this.i.
|
|
6012
|
+
return this.i.y2;
|
|
6013
6013
|
},
|
|
6014
6014
|
set: function (v) {
|
|
6015
|
-
this.i.
|
|
6016
|
-
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.
|
|
6015
|
+
this.i.y2 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
|
|
6016
|
+
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.y2));
|
|
6017
6017
|
},
|
|
6018
6018
|
enumerable: false,
|
|
6019
6019
|
configurable: true
|
|
@@ -6023,10 +6023,10 @@
|
|
|
6023
6023
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6024
6024
|
*/
|
|
6025
6025
|
get: function () {
|
|
6026
|
-
return this.i.
|
|
6026
|
+
return this.i.zq;
|
|
6027
6027
|
},
|
|
6028
6028
|
set: function (v) {
|
|
6029
|
-
this.i.
|
|
6029
|
+
this.i.zq = v;
|
|
6030
6030
|
},
|
|
6031
6031
|
enumerable: false,
|
|
6032
6032
|
configurable: true
|
|
@@ -6036,11 +6036,11 @@
|
|
|
6036
6036
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6037
6037
|
*/
|
|
6038
6038
|
get: function () {
|
|
6039
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6039
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.z7);
|
|
6040
6040
|
},
|
|
6041
6041
|
set: function (v) {
|
|
6042
|
-
this.i.
|
|
6043
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6042
|
+
this.i.z7 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
6043
|
+
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.z7));
|
|
6044
6044
|
},
|
|
6045
6045
|
enumerable: false,
|
|
6046
6046
|
configurable: true
|
|
@@ -6050,11 +6050,11 @@
|
|
|
6050
6050
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6051
6051
|
*/
|
|
6052
6052
|
get: function () {
|
|
6053
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6053
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.z8);
|
|
6054
6054
|
},
|
|
6055
6055
|
set: function (v) {
|
|
6056
|
-
this.i.
|
|
6057
|
-
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6056
|
+
this.i.z8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
6057
|
+
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.z8));
|
|
6058
6058
|
},
|
|
6059
6059
|
enumerable: false,
|
|
6060
6060
|
configurable: true
|
|
@@ -6064,11 +6064,11 @@
|
|
|
6064
6064
|
* Gets or sets thickness of the marker outline
|
|
6065
6065
|
*/
|
|
6066
6066
|
get: function () {
|
|
6067
|
-
return this.i.
|
|
6067
|
+
return this.i.y7;
|
|
6068
6068
|
},
|
|
6069
6069
|
set: function (v) {
|
|
6070
|
-
this.i.
|
|
6071
|
-
this._a("markerThickness", this.i.
|
|
6070
|
+
this.i.y7 = +v;
|
|
6071
|
+
this._a("markerThickness", this.i.y7);
|
|
6072
6072
|
},
|
|
6073
6073
|
enumerable: false,
|
|
6074
6074
|
configurable: true
|
|
@@ -6078,11 +6078,11 @@
|
|
|
6078
6078
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
6079
6079
|
*/
|
|
6080
6080
|
get: function () {
|
|
6081
|
-
return this.i.
|
|
6081
|
+
return this.i.y1;
|
|
6082
6082
|
},
|
|
6083
6083
|
set: function (v) {
|
|
6084
|
-
this.i.
|
|
6085
|
-
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.
|
|
6084
|
+
this.i.y1 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
|
|
6085
|
+
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.y1));
|
|
6086
6086
|
},
|
|
6087
6087
|
enumerable: false,
|
|
6088
6088
|
configurable: true
|
|
@@ -6092,10 +6092,10 @@
|
|
|
6092
6092
|
* Gets the effective marker template for the current series object.
|
|
6093
6093
|
*/
|
|
6094
6094
|
get: function () {
|
|
6095
|
-
return this.i.
|
|
6095
|
+
return this.i.zp;
|
|
6096
6096
|
},
|
|
6097
6097
|
set: function (v) {
|
|
6098
|
-
this.i.
|
|
6098
|
+
this.i.zp = v;
|
|
6099
6099
|
},
|
|
6100
6100
|
enumerable: false,
|
|
6101
6101
|
configurable: true
|
|
@@ -6105,11 +6105,11 @@
|
|
|
6105
6105
|
* Gets the effective marker brush for the current series object.
|
|
6106
6106
|
*/
|
|
6107
6107
|
get: function () {
|
|
6108
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6108
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.z5);
|
|
6109
6109
|
},
|
|
6110
6110
|
set: function (v) {
|
|
6111
|
-
this.i.
|
|
6112
|
-
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6111
|
+
this.i.z5 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
6112
|
+
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.z5));
|
|
6113
6113
|
},
|
|
6114
6114
|
enumerable: false,
|
|
6115
6115
|
configurable: true
|
|
@@ -6119,11 +6119,11 @@
|
|
|
6119
6119
|
* Gets the effective marker outline for the current series object.
|
|
6120
6120
|
*/
|
|
6121
6121
|
get: function () {
|
|
6122
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6122
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.z6);
|
|
6123
6123
|
},
|
|
6124
6124
|
set: function (v) {
|
|
6125
|
-
this.i.
|
|
6126
|
-
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6125
|
+
this.i.z6 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
6126
|
+
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.z6));
|
|
6127
6127
|
},
|
|
6128
6128
|
enumerable: false,
|
|
6129
6129
|
configurable: true
|
|
@@ -6200,19 +6200,19 @@
|
|
|
6200
6200
|
GeographicPolylineSeriesView.prototype.a4 = function () {
|
|
6201
6201
|
_super.prototype.a4.call(this);
|
|
6202
6202
|
if (!this.t) {
|
|
6203
|
-
this.cy.
|
|
6203
|
+
this.cy.jz = igniteuiWebcomponentsCharts.Defaults.aa;
|
|
6204
6204
|
}
|
|
6205
6205
|
};
|
|
6206
6206
|
GeographicPolylineSeriesView.prototype.ci = function () {
|
|
6207
6207
|
_super.prototype.ci.call(this);
|
|
6208
|
-
this.cy.
|
|
6209
|
-
this.cy.
|
|
6208
|
+
this.cy.xm.aau = this.cy.y1;
|
|
6209
|
+
this.cy.xm.aaz = this.cy.y9;
|
|
6210
6210
|
};
|
|
6211
6211
|
GeographicPolylineSeriesView.prototype.cz = function () {
|
|
6212
|
-
this.cy.
|
|
6212
|
+
this.cy.xm.aau = this.cy.y1;
|
|
6213
6213
|
};
|
|
6214
6214
|
GeographicPolylineSeriesView.prototype.c0 = function () {
|
|
6215
|
-
this.cy.
|
|
6215
|
+
this.cy.xm.aaz = this.cy.y9;
|
|
6216
6216
|
};
|
|
6217
6217
|
GeographicPolylineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
6218
6218
|
return GeographicPolylineSeriesView;
|
|
@@ -6231,39 +6231,39 @@
|
|
|
6231
6231
|
GeographicPolylineSeries.prototype.bk = function () {
|
|
6232
6232
|
return new GeographicPolylineSeries();
|
|
6233
6233
|
};
|
|
6234
|
-
GeographicPolylineSeries.prototype.
|
|
6234
|
+
GeographicPolylineSeries.prototype.get_fv = function () {
|
|
6235
6235
|
return true;
|
|
6236
6236
|
};
|
|
6237
6237
|
GeographicPolylineSeries.prototype.ct = function () {
|
|
6238
6238
|
return new GeographicPolylineSeriesView(this);
|
|
6239
6239
|
};
|
|
6240
|
-
GeographicPolylineSeries.prototype.
|
|
6241
|
-
_super.prototype.
|
|
6242
|
-
this.
|
|
6240
|
+
GeographicPolylineSeries.prototype.ri = function (a) {
|
|
6241
|
+
_super.prototype.ri.call(this, a);
|
|
6242
|
+
this.y2 = a;
|
|
6243
6243
|
};
|
|
6244
|
-
GeographicPolylineSeries.prototype.
|
|
6244
|
+
GeographicPolylineSeries.prototype.xl = function () {
|
|
6245
6245
|
var a = new igniteuiWebcomponentsCharts.ScatterPolylineSeries();
|
|
6246
|
-
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6246
|
+
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.y6));
|
|
6247
6247
|
return a;
|
|
6248
6248
|
};
|
|
6249
|
-
GeographicPolylineSeries.prototype.
|
|
6249
|
+
GeographicPolylineSeries.prototype.y6 = function (a, b) {
|
|
6250
6250
|
if (this.styleShape != null) {
|
|
6251
6251
|
this.styleShape(this, b);
|
|
6252
6252
|
}
|
|
6253
6253
|
};
|
|
6254
|
-
GeographicPolylineSeries.prototype.
|
|
6255
|
-
_super.prototype.
|
|
6254
|
+
GeographicPolylineSeries.prototype.rr = function (a, b, c, d) {
|
|
6255
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
6256
6256
|
switch (b) {
|
|
6257
6257
|
case GeographicPolylineSeries.$$p[1]:
|
|
6258
|
-
this.
|
|
6258
|
+
this.y2.cz();
|
|
6259
6259
|
break;
|
|
6260
6260
|
case GeographicPolylineSeries.$$p[0]:
|
|
6261
|
-
this.
|
|
6261
|
+
this.y2.c0();
|
|
6262
6262
|
break;
|
|
6263
6263
|
}
|
|
6264
6264
|
};
|
|
6265
6265
|
GeographicPolylineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6266
|
-
GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6266
|
+
GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y9:y7', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:y1:y8', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
|
|
6267
6267
|
return GeographicPolylineSeries;
|
|
6268
6268
|
}(GeographicShapeSeriesBase));
|
|
6269
6269
|
|
|
@@ -6346,7 +6346,7 @@
|
|
|
6346
6346
|
* Gets whether the current series shows a polyline shape.
|
|
6347
6347
|
*/
|
|
6348
6348
|
get: function () {
|
|
6349
|
-
return this.i.
|
|
6349
|
+
return this.i.fv;
|
|
6350
6350
|
},
|
|
6351
6351
|
enumerable: false,
|
|
6352
6352
|
configurable: true
|
|
@@ -6356,11 +6356,11 @@
|
|
|
6356
6356
|
* Gets or sets the fill brush.
|
|
6357
6357
|
*/
|
|
6358
6358
|
get: function () {
|
|
6359
|
-
return this.i.
|
|
6359
|
+
return this.i.y9 ? this.i.y9.fill : null;
|
|
6360
6360
|
},
|
|
6361
6361
|
set: function (v) {
|
|
6362
6362
|
this.ensureShapeStyle();
|
|
6363
|
-
this.i.
|
|
6363
|
+
this.i.y9.fill = v;
|
|
6364
6364
|
},
|
|
6365
6365
|
enumerable: false,
|
|
6366
6366
|
configurable: true
|
|
@@ -6370,11 +6370,11 @@
|
|
|
6370
6370
|
* Gets or sets the stroke brush.
|
|
6371
6371
|
*/
|
|
6372
6372
|
get: function () {
|
|
6373
|
-
return this.i.
|
|
6373
|
+
return this.i.y9 ? this.i.y9.stroke : null;
|
|
6374
6374
|
},
|
|
6375
6375
|
set: function (v) {
|
|
6376
6376
|
this.ensureShapeStyle();
|
|
6377
|
-
this.i.
|
|
6377
|
+
this.i.y9.stroke = v;
|
|
6378
6378
|
},
|
|
6379
6379
|
enumerable: false,
|
|
6380
6380
|
configurable: true
|
|
@@ -6384,12 +6384,12 @@
|
|
|
6384
6384
|
* Gets or sets the stroke thickness.
|
|
6385
6385
|
*/
|
|
6386
6386
|
get: function () {
|
|
6387
|
-
return this.i.
|
|
6387
|
+
return this.i.y9 ? this.i.y9.strokeThickness : NaN;
|
|
6388
6388
|
},
|
|
6389
6389
|
set: function (v) {
|
|
6390
6390
|
this.ensureShapeStyle();
|
|
6391
|
-
this.i.
|
|
6392
|
-
this._a("shapeStrokeThickness", this.i.
|
|
6391
|
+
this.i.y9.strokeThickness = +v;
|
|
6392
|
+
this._a("shapeStrokeThickness", this.i.y9.strokeThickness);
|
|
6393
6393
|
},
|
|
6394
6394
|
enumerable: false,
|
|
6395
6395
|
configurable: true
|
|
@@ -6399,21 +6399,21 @@
|
|
|
6399
6399
|
* Gets or sets the opacity.
|
|
6400
6400
|
*/
|
|
6401
6401
|
get: function () {
|
|
6402
|
-
return this.i.
|
|
6402
|
+
return this.i.y9 ? this.i.y9.opacity : NaN;
|
|
6403
6403
|
},
|
|
6404
6404
|
set: function (v) {
|
|
6405
6405
|
this.ensureShapeStyle();
|
|
6406
|
-
this.i.
|
|
6407
|
-
this._a("shapeOpacity", this.i.
|
|
6406
|
+
this.i.y9.opacity = +v;
|
|
6407
|
+
this._a("shapeOpacity", this.i.y9.opacity);
|
|
6408
6408
|
},
|
|
6409
6409
|
enumerable: false,
|
|
6410
6410
|
configurable: true
|
|
6411
6411
|
});
|
|
6412
6412
|
IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6413
|
-
if (this.i.
|
|
6413
|
+
if (this.i.y9) {
|
|
6414
6414
|
return;
|
|
6415
6415
|
}
|
|
6416
|
-
this.i.
|
|
6416
|
+
this.i.y9 = new igniteuiWebcomponentsCore.Style();
|
|
6417
6417
|
};
|
|
6418
6418
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6419
6419
|
get: function () {
|
|
@@ -6578,59 +6578,59 @@
|
|
|
6578
6578
|
tslib.__extends(TileSeries, _super);
|
|
6579
6579
|
function TileSeries() {
|
|
6580
6580
|
var _this = _super.call(this) || this;
|
|
6581
|
+
_this.aav = null;
|
|
6581
6582
|
_this.aau = null;
|
|
6582
|
-
_this.aat = null;
|
|
6583
6583
|
_this.imageTilesReady = null;
|
|
6584
|
-
_this.
|
|
6585
|
-
_this.
|
|
6584
|
+
_this.aay = null;
|
|
6585
|
+
_this.aaz = false;
|
|
6586
6586
|
_this.ab = TileSeries.$;
|
|
6587
6587
|
return _this;
|
|
6588
6588
|
}
|
|
6589
6589
|
TileSeries.prototype.bk = function () {
|
|
6590
6590
|
return new TileSeries();
|
|
6591
6591
|
};
|
|
6592
|
-
TileSeries.prototype.
|
|
6592
|
+
TileSeries.prototype.get_f7 = function () {
|
|
6593
6593
|
return true;
|
|
6594
6594
|
};
|
|
6595
6595
|
TileSeries.prototype.ct = function () {
|
|
6596
6596
|
return new TileSeriesView(this);
|
|
6597
6597
|
};
|
|
6598
|
-
TileSeries.prototype.
|
|
6599
|
-
_super.prototype.
|
|
6600
|
-
this.
|
|
6598
|
+
TileSeries.prototype.ri = function (a) {
|
|
6599
|
+
_super.prototype.ri.call(this, a);
|
|
6600
|
+
this.aat = a;
|
|
6601
6601
|
};
|
|
6602
|
-
TileSeries.prototype.
|
|
6602
|
+
TileSeries.prototype.get_yw = function () {
|
|
6603
6603
|
return false;
|
|
6604
6604
|
};
|
|
6605
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6605
|
+
Object.defineProperty(TileSeries.prototype, "aax", {
|
|
6606
6606
|
get: function () {
|
|
6607
|
-
return this.
|
|
6607
|
+
return this.aav;
|
|
6608
6608
|
},
|
|
6609
6609
|
set: function (a) {
|
|
6610
|
-
var b = a != this.
|
|
6610
|
+
var b = a != this.aax;
|
|
6611
6611
|
if (b) {
|
|
6612
|
-
var c = this.
|
|
6613
|
-
this.
|
|
6612
|
+
var c = this.aax;
|
|
6613
|
+
this.aav = a;
|
|
6614
6614
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6615
6615
|
}
|
|
6616
6616
|
},
|
|
6617
6617
|
enumerable: false,
|
|
6618
6618
|
configurable: true
|
|
6619
6619
|
});
|
|
6620
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6620
|
+
Object.defineProperty(TileSeries.prototype, "aaw", {
|
|
6621
6621
|
get: function () {
|
|
6622
|
-
return this.
|
|
6622
|
+
return this.aau;
|
|
6623
6623
|
},
|
|
6624
6624
|
set: function (a) {
|
|
6625
|
-
var b = this.
|
|
6626
|
-
this.
|
|
6627
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6625
|
+
var b = this.aau;
|
|
6626
|
+
this.aau = a;
|
|
6627
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aau);
|
|
6628
6628
|
},
|
|
6629
6629
|
enumerable: false,
|
|
6630
6630
|
configurable: true
|
|
6631
6631
|
});
|
|
6632
|
-
TileSeries.prototype.
|
|
6633
|
-
_super.prototype.
|
|
6632
|
+
TileSeries.prototype.rr = function (a, b, c, d) {
|
|
6633
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
6634
6634
|
var e;
|
|
6635
6635
|
var f;
|
|
6636
6636
|
switch (b) {
|
|
@@ -6638,141 +6638,141 @@
|
|
|
6638
6638
|
e = c;
|
|
6639
6639
|
f = d;
|
|
6640
6640
|
if (e != null) {
|
|
6641
|
-
e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6641
|
+
e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aa2));
|
|
6642
6642
|
}
|
|
6643
6643
|
if (f != null) {
|
|
6644
|
-
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6644
|
+
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aa2));
|
|
6645
6645
|
}
|
|
6646
|
-
this.
|
|
6647
|
-
this.
|
|
6648
|
-
this.
|
|
6646
|
+
this.aat.dv(e, f);
|
|
6647
|
+
this.r9(false);
|
|
6648
|
+
this.q1();
|
|
6649
6649
|
break;
|
|
6650
6650
|
case "ActualTileImagery":
|
|
6651
6651
|
e = c;
|
|
6652
6652
|
f = d;
|
|
6653
6653
|
if (e != null) {
|
|
6654
|
-
e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6654
|
+
e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aa3));
|
|
6655
6655
|
e.deferralHandler = null;
|
|
6656
6656
|
}
|
|
6657
6657
|
if (f != null) {
|
|
6658
|
-
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6658
|
+
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aa3));
|
|
6659
6659
|
f.deferralHandler = this;
|
|
6660
6660
|
}
|
|
6661
|
-
this.
|
|
6661
|
+
this.aat.du(e, f);
|
|
6662
6662
|
if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
6663
6663
|
f.geographicMap = this.dc;
|
|
6664
|
-
this.
|
|
6665
|
-
this.
|
|
6664
|
+
this.aa5(this.cw);
|
|
6665
|
+
this.aat.dr(this.dc.yr);
|
|
6666
6666
|
}
|
|
6667
|
-
this.
|
|
6667
|
+
this.q1();
|
|
6668
6668
|
break;
|
|
6669
6669
|
case "ActualWindowRect":
|
|
6670
|
-
this.
|
|
6670
|
+
this.aat.dr(d);
|
|
6671
6671
|
break;
|
|
6672
6672
|
case "WorldRect":
|
|
6673
|
-
this.
|
|
6673
|
+
this.aat.dy(d);
|
|
6674
6674
|
break;
|
|
6675
6675
|
case "SeriesViewer":
|
|
6676
6676
|
var g = c;
|
|
6677
6677
|
var h = d;
|
|
6678
|
-
if (g != null && this.
|
|
6679
|
-
this.
|
|
6678
|
+
if (g != null && this.aaw != null) {
|
|
6679
|
+
this.aaw.be(null);
|
|
6680
6680
|
}
|
|
6681
|
-
if (h != null && this.
|
|
6682
|
-
this.
|
|
6681
|
+
if (h != null && this.aaw != null) {
|
|
6682
|
+
this.aaw.be(this.cw.ae);
|
|
6683
6683
|
}
|
|
6684
6684
|
break;
|
|
6685
6685
|
case "ActualBrush":
|
|
6686
6686
|
case "ActualOutline":
|
|
6687
6687
|
case "ActualThickness":
|
|
6688
|
-
this.
|
|
6688
|
+
this.q3();
|
|
6689
6689
|
break;
|
|
6690
6690
|
}
|
|
6691
6691
|
};
|
|
6692
|
-
TileSeries.prototype.
|
|
6692
|
+
TileSeries.prototype.aa2 = function (a, b) {
|
|
6693
6693
|
if (b.propertyName == "MultiScaleImage") {
|
|
6694
|
-
this.
|
|
6694
|
+
this.aa5(this.cw);
|
|
6695
6695
|
}
|
|
6696
6696
|
};
|
|
6697
|
-
TileSeries.prototype.
|
|
6697
|
+
TileSeries.prototype.aa3 = function (a, b) {
|
|
6698
6698
|
if (this.imageTilesReady != null) {
|
|
6699
6699
|
this.imageTilesReady(this, new igniteuiWebcomponentsCore.EventArgs());
|
|
6700
6700
|
}
|
|
6701
|
-
if (!this.
|
|
6702
|
-
this.
|
|
6701
|
+
if (!this.aaz) {
|
|
6702
|
+
this.aat.dw();
|
|
6703
6703
|
}
|
|
6704
6704
|
};
|
|
6705
6705
|
TileSeries.prototype.register = function (a, b) {
|
|
6706
|
-
this.
|
|
6706
|
+
this.aay = b;
|
|
6707
6707
|
};
|
|
6708
6708
|
TileSeries.prototype.unRegister = function (a) {
|
|
6709
|
-
this.
|
|
6709
|
+
this.aay = null;
|
|
6710
6710
|
};
|
|
6711
6711
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6712
|
-
this.
|
|
6712
|
+
this.r9(false);
|
|
6713
6713
|
};
|
|
6714
6714
|
TileSeries.prototype.deferAction = function (a) {
|
|
6715
|
-
if (this.
|
|
6716
|
-
this.
|
|
6715
|
+
if (this.j9 != null) {
|
|
6716
|
+
this.j9.setTimeout(a, 0);
|
|
6717
6717
|
}
|
|
6718
6718
|
else {
|
|
6719
6719
|
window.setTimeout(a, 0);
|
|
6720
6720
|
}
|
|
6721
6721
|
};
|
|
6722
|
-
TileSeries.prototype.
|
|
6723
|
-
this.
|
|
6724
|
-
_super.prototype.
|
|
6722
|
+
TileSeries.prototype.s9 = function (a, b) {
|
|
6723
|
+
this.aat.dx();
|
|
6724
|
+
_super.prototype.s9.call(this, a, b);
|
|
6725
6725
|
};
|
|
6726
|
-
TileSeries.prototype.
|
|
6727
|
-
_super.prototype.
|
|
6728
|
-
this.
|
|
6726
|
+
TileSeries.prototype.sa = function (a) {
|
|
6727
|
+
_super.prototype.sa.call(this, a);
|
|
6728
|
+
this.aa4(a, this.cw);
|
|
6729
6729
|
};
|
|
6730
|
-
TileSeries.prototype.
|
|
6730
|
+
TileSeries.prototype.aa4 = function (a, b) {
|
|
6731
6731
|
var c;
|
|
6732
6732
|
var d;
|
|
6733
6733
|
var e = b;
|
|
6734
6734
|
var f = b.getViewInfo(c, d);
|
|
6735
6735
|
c = f.p0;
|
|
6736
6736
|
d = f.p1;
|
|
6737
|
-
this.
|
|
6738
|
-
if (this.
|
|
6739
|
-
this.
|
|
6740
|
-
this.
|
|
6741
|
-
this.
|
|
6737
|
+
this.aa5(b);
|
|
6738
|
+
if (this.aay != null) {
|
|
6739
|
+
this.aaz = true;
|
|
6740
|
+
this.aay(a);
|
|
6741
|
+
this.aaz = false;
|
|
6742
6742
|
}
|
|
6743
6743
|
e.dw();
|
|
6744
6744
|
};
|
|
6745
|
-
TileSeries.prototype.
|
|
6746
|
-
_super.prototype.
|
|
6747
|
-
var f = this.
|
|
6745
|
+
TileSeries.prototype.r8 = function (a, b, c, d, e) {
|
|
6746
|
+
_super.prototype.r8.call(this, a, b, c, d, e);
|
|
6747
|
+
var f = this.hu.item(d);
|
|
6748
6748
|
f.bd(c);
|
|
6749
6749
|
if (this.d7(f)) {
|
|
6750
6750
|
return;
|
|
6751
6751
|
}
|
|
6752
|
-
this.
|
|
6752
|
+
this.z9(f);
|
|
6753
6753
|
};
|
|
6754
|
-
TileSeries.prototype.
|
|
6754
|
+
TileSeries.prototype.aa5 = function (a) {
|
|
6755
6755
|
var b;
|
|
6756
6756
|
var c;
|
|
6757
6757
|
var d = a.getViewInfo(b, c);
|
|
6758
6758
|
b = d.p0;
|
|
6759
6759
|
c = d.p1;
|
|
6760
|
-
if (this.
|
|
6761
|
-
if (this.
|
|
6762
|
-
this.
|
|
6760
|
+
if (this.aax != null && this.aax.ao != null) {
|
|
6761
|
+
if (this.aax != this.aaw) {
|
|
6762
|
+
this.aaw = this.aax;
|
|
6763
6763
|
}
|
|
6764
|
-
if (this.
|
|
6765
|
-
if (this.
|
|
6766
|
-
this.
|
|
6764
|
+
if (this.aaw != null && !b.isEmpty) {
|
|
6765
|
+
if (this.aaw.width != b.width) {
|
|
6766
|
+
this.aaw.width = b.width;
|
|
6767
6767
|
}
|
|
6768
|
-
if (this.
|
|
6769
|
-
this.
|
|
6768
|
+
if (this.aaw.height != b.height) {
|
|
6769
|
+
this.aaw.height = b.height;
|
|
6770
6770
|
}
|
|
6771
6771
|
}
|
|
6772
6772
|
}
|
|
6773
6773
|
};
|
|
6774
|
-
TileSeries.prototype.
|
|
6775
|
-
_super.prototype.
|
|
6774
|
+
TileSeries.prototype.pj = function (a, b) {
|
|
6775
|
+
_super.prototype.pj.call(this, a, b);
|
|
6776
6776
|
b.ds();
|
|
6777
6777
|
};
|
|
6778
6778
|
TileSeries.$t = igniteuiWebcomponentsCore.markType(TileSeries, 'TileSeries', igniteuiWebcomponentsCharts.ShapeSeriesBase.$, [igniteuiWebcomponentsCore.IMapRenderDeferralHandler_$type]);
|
|
@@ -6795,8 +6795,8 @@
|
|
|
6795
6795
|
TileSeriesView.prototype.a4 = function () {
|
|
6796
6796
|
_super.prototype.a4.call(this);
|
|
6797
6797
|
if (!this.t) {
|
|
6798
|
-
this.dn.
|
|
6799
|
-
this.dn.
|
|
6798
|
+
this.dn.wg = igniteuiWebcomponentsCharts.Defaults.tileSeries_Outline;
|
|
6799
|
+
this.dn.v0 = igniteuiWebcomponentsCharts.Defaults.tileSeries_Brush;
|
|
6800
6800
|
}
|
|
6801
6801
|
};
|
|
6802
6802
|
TileSeriesView.prototype.cx = function (a, b) {
|
|
@@ -6823,14 +6823,14 @@
|
|
|
6823
6823
|
this.a2();
|
|
6824
6824
|
};
|
|
6825
6825
|
TileSeriesView.prototype.dr = function (a) {
|
|
6826
|
-
if (this.dn.
|
|
6827
|
-
this.dn.
|
|
6826
|
+
if (this.dn.aax != null) {
|
|
6827
|
+
this.dn.aax.windowRect = a;
|
|
6828
6828
|
}
|
|
6829
6829
|
};
|
|
6830
6830
|
TileSeriesView.prototype.du = function (a, b) {
|
|
6831
6831
|
if (this.dq == null) {
|
|
6832
|
-
this.dq = this.f.
|
|
6833
|
-
var c = this.f.
|
|
6832
|
+
this.dq = this.f.j9.createElement("canvas");
|
|
6833
|
+
var c = this.f.j9.get2DCanvasContext(this.dq);
|
|
6834
6834
|
this.dp = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), c);
|
|
6835
6835
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
6836
6836
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
@@ -6859,8 +6859,8 @@
|
|
|
6859
6859
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
6860
6860
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
6861
6861
|
}
|
|
6862
|
-
if (this.dn.
|
|
6863
|
-
this.dn.
|
|
6862
|
+
if (this.dn.aax != null) {
|
|
6863
|
+
this.dn.aax.bf(this.b9);
|
|
6864
6864
|
}
|
|
6865
6865
|
};
|
|
6866
6866
|
TileSeriesView.prototype.bj = function (a, b) {
|
|
@@ -6894,8 +6894,8 @@
|
|
|
6894
6894
|
TileSeriesView.prototype.ds = function () {
|
|
6895
6895
|
};
|
|
6896
6896
|
TileSeriesView.prototype.dy = function (a) {
|
|
6897
|
-
if (this.dn.
|
|
6898
|
-
this.dn.
|
|
6897
|
+
if (this.dn.aax != null) {
|
|
6898
|
+
this.dn.aax.a6();
|
|
6899
6899
|
}
|
|
6900
6900
|
};
|
|
6901
6901
|
TileSeriesView.$t = igniteuiWebcomponentsCore.markType(TileSeriesView, 'TileSeriesView', igniteuiWebcomponentsCharts.ShapeSeriesViewBase.$);
|
|
@@ -6978,7 +6978,7 @@
|
|
|
6978
6978
|
* Gets whether the current series shows a tile imagery.
|
|
6979
6979
|
*/
|
|
6980
6980
|
get: function () {
|
|
6981
|
-
return this.i.
|
|
6981
|
+
return this.i.f7;
|
|
6982
6982
|
},
|
|
6983
6983
|
enumerable: false,
|
|
6984
6984
|
configurable: true
|
|
@@ -6988,14 +6988,14 @@
|
|
|
6988
6988
|
* The MapImagery which is used to provide the tiles for display.
|
|
6989
6989
|
*/
|
|
6990
6990
|
get: function () {
|
|
6991
|
-
var r = this.i.
|
|
6991
|
+
var r = this.i.aax;
|
|
6992
6992
|
if (r == null) {
|
|
6993
6993
|
return null;
|
|
6994
6994
|
}
|
|
6995
6995
|
return r.externalObject;
|
|
6996
6996
|
},
|
|
6997
6997
|
set: function (v) {
|
|
6998
|
-
v == null ? this.i.
|
|
6998
|
+
v == null ? this.i.aax = null : this.i.aax = v.i;
|
|
6999
6999
|
},
|
|
7000
7000
|
enumerable: false,
|
|
7001
7001
|
configurable: true
|
|
@@ -7053,8 +7053,8 @@
|
|
|
7053
7053
|
tslib.__extends(GeographicTileSeries, _super);
|
|
7054
7054
|
function GeographicTileSeries() {
|
|
7055
7055
|
var _this = _super.call(this) || this;
|
|
7056
|
+
_this.y2 = null;
|
|
7056
7057
|
_this.y1 = null;
|
|
7057
|
-
_this.y0 = null;
|
|
7058
7058
|
_this.imageTilesReady = null;
|
|
7059
7059
|
_this.ab = GeographicTileSeries.$;
|
|
7060
7060
|
return _this;
|
|
@@ -7062,56 +7062,56 @@
|
|
|
7062
7062
|
GeographicTileSeries.prototype.bk = function () {
|
|
7063
7063
|
return new GeographicTileSeries();
|
|
7064
7064
|
};
|
|
7065
|
-
GeographicTileSeries.prototype.
|
|
7065
|
+
GeographicTileSeries.prototype.get_f7 = function () {
|
|
7066
7066
|
return true;
|
|
7067
7067
|
};
|
|
7068
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
7068
|
+
Object.defineProperty(GeographicTileSeries.prototype, "y3", {
|
|
7069
7069
|
get: function () {
|
|
7070
|
-
return this.
|
|
7070
|
+
return this.y2;
|
|
7071
7071
|
},
|
|
7072
7072
|
set: function (a) {
|
|
7073
|
-
var b = a != this.
|
|
7073
|
+
var b = a != this.y3;
|
|
7074
7074
|
if (b) {
|
|
7075
|
-
var c = this.
|
|
7076
|
-
this.
|
|
7075
|
+
var c = this.y3;
|
|
7076
|
+
this.y2 = a;
|
|
7077
7077
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
7078
7078
|
}
|
|
7079
7079
|
},
|
|
7080
7080
|
enumerable: false,
|
|
7081
7081
|
configurable: true
|
|
7082
7082
|
});
|
|
7083
|
-
GeographicTileSeries.prototype.
|
|
7084
|
-
if (this.
|
|
7085
|
-
this.
|
|
7083
|
+
GeographicTileSeries.prototype.y7 = function () {
|
|
7084
|
+
if (this.y3 != null) {
|
|
7085
|
+
this.y3.clearTileCache();
|
|
7086
7086
|
}
|
|
7087
7087
|
};
|
|
7088
|
-
GeographicTileSeries.prototype.
|
|
7089
|
-
_super.prototype.
|
|
7088
|
+
GeographicTileSeries.prototype.rr = function (a, b, c, d) {
|
|
7089
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
7090
7090
|
switch (b) {
|
|
7091
7091
|
case "TileImagery":
|
|
7092
|
-
if (this.
|
|
7093
|
-
this.
|
|
7092
|
+
if (this.xm != null) {
|
|
7093
|
+
this.xm.aax = this.y3;
|
|
7094
7094
|
}
|
|
7095
7095
|
break;
|
|
7096
7096
|
}
|
|
7097
7097
|
};
|
|
7098
|
-
GeographicTileSeries.prototype.
|
|
7099
|
-
_super.prototype.
|
|
7100
|
-
this.
|
|
7101
|
-
if (this.
|
|
7102
|
-
var c = this.
|
|
7103
|
-
c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7098
|
+
GeographicTileSeries.prototype.xr = function (a, b) {
|
|
7099
|
+
_super.prototype.xr.call(this, a, b);
|
|
7100
|
+
this.xm.aax = this.y3;
|
|
7101
|
+
if (this.y1 != null) {
|
|
7102
|
+
var c = this.y1;
|
|
7103
|
+
c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.y6));
|
|
7104
7104
|
}
|
|
7105
|
-
this.
|
|
7106
|
-
if (this.
|
|
7107
|
-
var d = this.
|
|
7108
|
-
d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7105
|
+
this.y1 = this.xm;
|
|
7106
|
+
if (this.y1 != null) {
|
|
7107
|
+
var d = this.y1;
|
|
7108
|
+
d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.y6));
|
|
7109
7109
|
}
|
|
7110
7110
|
};
|
|
7111
|
-
GeographicTileSeries.prototype.
|
|
7111
|
+
GeographicTileSeries.prototype.xl = function () {
|
|
7112
7112
|
return new TileSeries();
|
|
7113
7113
|
};
|
|
7114
|
-
GeographicTileSeries.prototype.
|
|
7114
|
+
GeographicTileSeries.prototype.y6 = function (a, b) {
|
|
7115
7115
|
if (this.imageTilesReady != null) {
|
|
7116
7116
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
7117
7117
|
}
|
|
@@ -7192,7 +7192,7 @@
|
|
|
7192
7192
|
* Gets whether the current series shows a tile imagery.
|
|
7193
7193
|
*/
|
|
7194
7194
|
get: function () {
|
|
7195
|
-
return this.i.
|
|
7195
|
+
return this.i.f7;
|
|
7196
7196
|
},
|
|
7197
7197
|
enumerable: false,
|
|
7198
7198
|
configurable: true
|
|
@@ -7202,14 +7202,14 @@
|
|
|
7202
7202
|
* The MapImagery which is used to provide the tiles for display.
|
|
7203
7203
|
*/
|
|
7204
7204
|
get: function () {
|
|
7205
|
-
var r = this.i.
|
|
7205
|
+
var r = this.i.y3;
|
|
7206
7206
|
if (r == null) {
|
|
7207
7207
|
return null;
|
|
7208
7208
|
}
|
|
7209
7209
|
return r.externalObject;
|
|
7210
7210
|
},
|
|
7211
7211
|
set: function (v) {
|
|
7212
|
-
v == null ? this.i.
|
|
7212
|
+
v == null ? this.i.y3 = null : this.i.y3 = v.i;
|
|
7213
7213
|
},
|
|
7214
7214
|
enumerable: false,
|
|
7215
7215
|
configurable: true
|
|
@@ -7229,7 +7229,7 @@
|
|
|
7229
7229
|
|
|
7230
7230
|
*/
|
|
7231
7231
|
IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
7232
|
-
this.i.
|
|
7232
|
+
this.i.y7();
|
|
7233
7233
|
};
|
|
7234
7234
|
Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
7235
7235
|
/**
|
|
@@ -7347,11 +7347,11 @@
|
|
|
7347
7347
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7348
7348
|
*/
|
|
7349
7349
|
get: function () {
|
|
7350
|
-
return this.i.
|
|
7350
|
+
return this.i.xw;
|
|
7351
7351
|
},
|
|
7352
7352
|
set: function (v) {
|
|
7353
|
-
this.i.
|
|
7354
|
-
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.
|
|
7353
|
+
this.i.xw = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
|
|
7354
|
+
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.xw));
|
|
7355
7355
|
},
|
|
7356
7356
|
enumerable: false,
|
|
7357
7357
|
configurable: true
|
|
@@ -7361,11 +7361,11 @@
|
|
|
7361
7361
|
* Gets or sets thickness of the marker outline
|
|
7362
7362
|
*/
|
|
7363
7363
|
get: function () {
|
|
7364
|
-
return this.i.
|
|
7364
|
+
return this.i.xx;
|
|
7365
7365
|
},
|
|
7366
7366
|
set: function (v) {
|
|
7367
|
-
this.i.
|
|
7368
|
-
this._a("markerThickness", this.i.
|
|
7367
|
+
this.i.xx = +v;
|
|
7368
|
+
this._a("markerThickness", this.i.xx);
|
|
7369
7369
|
},
|
|
7370
7370
|
enumerable: false,
|
|
7371
7371
|
configurable: true
|
|
@@ -7375,11 +7375,11 @@
|
|
|
7375
7375
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7376
7376
|
*/
|
|
7377
7377
|
get: function () {
|
|
7378
|
-
return this.i.
|
|
7378
|
+
return this.i.xv;
|
|
7379
7379
|
},
|
|
7380
7380
|
set: function (v) {
|
|
7381
|
-
this.i.
|
|
7382
|
-
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.
|
|
7381
|
+
this.i.xv = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
|
|
7382
|
+
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.xv));
|
|
7383
7383
|
},
|
|
7384
7384
|
enumerable: false,
|
|
7385
7385
|
configurable: true
|
|
@@ -7389,11 +7389,11 @@
|
|
|
7389
7389
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7390
7390
|
*/
|
|
7391
7391
|
get: function () {
|
|
7392
|
-
return this.i.
|
|
7392
|
+
return this.i.xu;
|
|
7393
7393
|
},
|
|
7394
7394
|
set: function (v) {
|
|
7395
|
-
this.i.
|
|
7396
|
-
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.
|
|
7395
|
+
this.i.xu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
|
|
7396
|
+
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.xu));
|
|
7397
7397
|
},
|
|
7398
7398
|
enumerable: false,
|
|
7399
7399
|
configurable: true
|
|
@@ -7403,10 +7403,10 @@
|
|
|
7403
7403
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7404
7404
|
*/
|
|
7405
7405
|
get: function () {
|
|
7406
|
-
return this.i.
|
|
7406
|
+
return this.i.yc;
|
|
7407
7407
|
},
|
|
7408
7408
|
set: function (v) {
|
|
7409
|
-
this.i.
|
|
7409
|
+
this.i.yc = v;
|
|
7410
7410
|
},
|
|
7411
7411
|
enumerable: false,
|
|
7412
7412
|
configurable: true
|
|
@@ -7416,11 +7416,11 @@
|
|
|
7416
7416
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7417
7417
|
*/
|
|
7418
7418
|
get: function () {
|
|
7419
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7419
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.yq);
|
|
7420
7420
|
},
|
|
7421
7421
|
set: function (v) {
|
|
7422
|
-
this.i.
|
|
7423
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7422
|
+
this.i.yq = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7423
|
+
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.yq));
|
|
7424
7424
|
},
|
|
7425
7425
|
enumerable: false,
|
|
7426
7426
|
configurable: true
|
|
@@ -7430,11 +7430,11 @@
|
|
|
7430
7430
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7431
7431
|
*/
|
|
7432
7432
|
get: function () {
|
|
7433
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7433
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.yr);
|
|
7434
7434
|
},
|
|
7435
7435
|
set: function (v) {
|
|
7436
|
-
this.i.
|
|
7437
|
-
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7436
|
+
this.i.yr = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7437
|
+
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.yr));
|
|
7438
7438
|
},
|
|
7439
7439
|
enumerable: false,
|
|
7440
7440
|
configurable: true
|
|
@@ -7446,11 +7446,11 @@
|
|
|
7446
7446
|
* choose a representative set.
|
|
7447
7447
|
*/
|
|
7448
7448
|
get: function () {
|
|
7449
|
-
return this.i.
|
|
7449
|
+
return this.i.xy;
|
|
7450
7450
|
},
|
|
7451
7451
|
set: function (v) {
|
|
7452
|
-
this.i.
|
|
7453
|
-
this._a("maximumMarkers", this.i.
|
|
7452
|
+
this.i.xy = +v;
|
|
7453
|
+
this._a("maximumMarkers", this.i.xy);
|
|
7454
7454
|
},
|
|
7455
7455
|
enumerable: false,
|
|
7456
7456
|
configurable: true
|
|
@@ -7460,10 +7460,10 @@
|
|
|
7460
7460
|
* Gets the effective marker template for the current series object.
|
|
7461
7461
|
*/
|
|
7462
7462
|
get: function () {
|
|
7463
|
-
return this.i.
|
|
7463
|
+
return this.i.yb;
|
|
7464
7464
|
},
|
|
7465
7465
|
set: function (v) {
|
|
7466
|
-
this.i.
|
|
7466
|
+
this.i.yb = v;
|
|
7467
7467
|
},
|
|
7468
7468
|
enumerable: false,
|
|
7469
7469
|
configurable: true
|
|
@@ -7473,11 +7473,11 @@
|
|
|
7473
7473
|
* Gets the effective marker brush for the current series object.
|
|
7474
7474
|
*/
|
|
7475
7475
|
get: function () {
|
|
7476
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7476
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.yo);
|
|
7477
7477
|
},
|
|
7478
7478
|
set: function (v) {
|
|
7479
|
-
this.i.
|
|
7480
|
-
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7479
|
+
this.i.yo = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7480
|
+
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.yo));
|
|
7481
7481
|
},
|
|
7482
7482
|
enumerable: false,
|
|
7483
7483
|
configurable: true
|
|
@@ -7487,11 +7487,11 @@
|
|
|
7487
7487
|
* Gets the effective marker outline for the current series object.
|
|
7488
7488
|
*/
|
|
7489
7489
|
get: function () {
|
|
7490
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7490
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.yp);
|
|
7491
7491
|
},
|
|
7492
7492
|
set: function (v) {
|
|
7493
|
-
this.i.
|
|
7494
|
-
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7493
|
+
this.i.yp = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7494
|
+
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.yp));
|
|
7495
7495
|
},
|
|
7496
7496
|
enumerable: false,
|
|
7497
7497
|
configurable: true
|
|
@@ -7513,75 +7513,75 @@
|
|
|
7513
7513
|
tslib.__extends(GeographicMarkerSeries, _super);
|
|
7514
7514
|
function GeographicMarkerSeries() {
|
|
7515
7515
|
var _this = _super.call(this) || this;
|
|
7516
|
-
var a = _this.
|
|
7517
|
-
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
7516
|
+
var a = _this.xm;
|
|
7517
|
+
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.ya));
|
|
7518
7518
|
return _this;
|
|
7519
7519
|
}
|
|
7520
|
-
GeographicMarkerSeries.prototype.
|
|
7521
|
-
return this.
|
|
7522
|
-
};
|
|
7523
|
-
GeographicMarkerSeries.prototype.v5 = function () {
|
|
7524
|
-
return this.yn;
|
|
7520
|
+
GeographicMarkerSeries.prototype.ti = function () {
|
|
7521
|
+
return this.yb;
|
|
7525
7522
|
};
|
|
7526
7523
|
GeographicMarkerSeries.prototype.v6 = function () {
|
|
7527
7524
|
return this.yo;
|
|
7528
7525
|
};
|
|
7529
|
-
GeographicMarkerSeries.prototype.
|
|
7530
|
-
return this.
|
|
7526
|
+
GeographicMarkerSeries.prototype.v7 = function () {
|
|
7527
|
+
return this.yp;
|
|
7531
7528
|
};
|
|
7532
|
-
GeographicMarkerSeries.prototype.
|
|
7533
|
-
|
|
7529
|
+
GeographicMarkerSeries.prototype.iv = function () {
|
|
7530
|
+
return this.xx;
|
|
7531
|
+
};
|
|
7532
|
+
GeographicMarkerSeries.prototype.mm = function () {
|
|
7533
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.xm);
|
|
7534
7534
|
if (a == null) {
|
|
7535
7535
|
return "Unknown";
|
|
7536
7536
|
}
|
|
7537
|
-
return a.
|
|
7537
|
+
return a.mm();
|
|
7538
7538
|
};
|
|
7539
|
-
GeographicMarkerSeries.prototype.
|
|
7540
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.
|
|
7539
|
+
GeographicMarkerSeries.prototype.ya = function (a, b) {
|
|
7540
|
+
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.xm);
|
|
7541
7541
|
if (c == null) {
|
|
7542
7542
|
return;
|
|
7543
7543
|
}
|
|
7544
7544
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7545
|
-
this.
|
|
7545
|
+
this.yb = c.ym;
|
|
7546
7546
|
}
|
|
7547
7547
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7548
|
-
this.
|
|
7548
|
+
this.yp = c.y4;
|
|
7549
7549
|
}
|
|
7550
7550
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7551
|
-
this.
|
|
7551
|
+
this.yo = c.y3;
|
|
7552
7552
|
}
|
|
7553
7553
|
};
|
|
7554
|
-
GeographicMarkerSeries.prototype.
|
|
7555
|
-
_super.prototype.
|
|
7554
|
+
GeographicMarkerSeries.prototype.rr = function (a, b, c, d) {
|
|
7555
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
7556
7556
|
switch (b) {
|
|
7557
7557
|
case GeographicMarkerSeries.$$p[3]:
|
|
7558
|
-
this.
|
|
7558
|
+
this.xm.y5 = this.yq;
|
|
7559
7559
|
break;
|
|
7560
7560
|
case GeographicMarkerSeries.$$p[6]:
|
|
7561
|
-
this.
|
|
7561
|
+
this.xm.y6 = this.yr;
|
|
7562
7562
|
break;
|
|
7563
7563
|
case GeographicMarkerSeries.$$p[5]:
|
|
7564
|
-
this.
|
|
7564
|
+
this.xm.xq = this.xv;
|
|
7565
7565
|
break;
|
|
7566
7566
|
case GeographicMarkerSeries.$$p[4]:
|
|
7567
|
-
this.
|
|
7567
|
+
this.xm.xm = this.xu;
|
|
7568
7568
|
break;
|
|
7569
7569
|
case GeographicMarkerSeries.$$p[9]:
|
|
7570
|
-
this.
|
|
7570
|
+
this.xm.xw = this.xw;
|
|
7571
7571
|
break;
|
|
7572
7572
|
case GeographicMarkerSeries.$$p[7]:
|
|
7573
|
-
this.
|
|
7573
|
+
this.xm.yo = this.yc;
|
|
7574
7574
|
break;
|
|
7575
7575
|
case GeographicMarkerSeries.$$p[8]:
|
|
7576
|
-
this.
|
|
7576
|
+
this.xm.x5 = this.xx;
|
|
7577
7577
|
break;
|
|
7578
7578
|
case GeographicMarkerSeries.$$p[10]:
|
|
7579
|
-
this.
|
|
7579
|
+
this.xm.aav = this.xy;
|
|
7580
7580
|
break;
|
|
7581
7581
|
}
|
|
7582
7582
|
};
|
|
7583
7583
|
GeographicMarkerSeries.$t = igniteuiWebcomponentsCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7584
|
-
GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7584
|
+
GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yo:yd', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:yp:ye', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:yb:yf', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:yq:yg', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:xu:yh', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xv:yi', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:yr:yj', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:yc:yk', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:xx:yl', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:xw:ym', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:xy:yn', [1, 400]]);
|
|
7585
7585
|
return GeographicMarkerSeries;
|
|
7586
7586
|
}(GeographicMapSeriesHost));
|
|
7587
7587
|
|
|
@@ -7609,49 +7609,49 @@
|
|
|
7609
7609
|
};
|
|
7610
7610
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7611
7611
|
_super.prototype.ci.call(this);
|
|
7612
|
-
var a = this.cu.
|
|
7613
|
-
a.
|
|
7614
|
-
a.
|
|
7615
|
-
a.
|
|
7616
|
-
a.
|
|
7617
|
-
a.
|
|
7612
|
+
var a = this.cu.xm;
|
|
7613
|
+
a.abf = this.cu.zl;
|
|
7614
|
+
a.abn = this.cu.zj;
|
|
7615
|
+
a.xw = this.cu.xw;
|
|
7616
|
+
a.yo = this.cu.yc;
|
|
7617
|
+
a.x5 = this.cu.xx;
|
|
7618
|
+
a.adp = this.cu.y5;
|
|
7619
|
+
a.aef = this.cu.zq;
|
|
7620
|
+
a.ade = this.cu.yx;
|
|
7621
|
+
a.ad5 = this.cu.zh;
|
|
7622
|
+
a.ad0 = this.cu.y9;
|
|
7623
|
+
a.adb = this.cu.yu;
|
|
7624
|
+
a.adn = this.cu.y1;
|
|
7618
7625
|
a.ado = this.cu.y4;
|
|
7619
|
-
a.
|
|
7620
|
-
a.add = this.cu.yw;
|
|
7621
|
-
a.ad4 = this.cu.zg;
|
|
7622
|
-
a.adz = this.cu.y8;
|
|
7623
|
-
a.ada = this.cu.yt;
|
|
7624
|
-
a.adm = this.cu.y0;
|
|
7625
|
-
a.adn = this.cu.y3;
|
|
7626
|
+
a.adu = this.cu.y7;
|
|
7626
7627
|
a.adt = this.cu.y6;
|
|
7627
|
-
a.ads = this.cu.y5;
|
|
7628
7628
|
};
|
|
7629
7629
|
GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
|
|
7630
|
-
this.cu.
|
|
7630
|
+
this.cu.xm.abf = this.cu.zl;
|
|
7631
7631
|
};
|
|
7632
7632
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7633
|
-
this.cu.
|
|
7633
|
+
this.cu.xm.abn = this.cu.zj;
|
|
7634
7634
|
};
|
|
7635
7635
|
GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
|
|
7636
|
-
this.cu.
|
|
7636
|
+
this.cu.xm.xw = this.cu.xw;
|
|
7637
7637
|
};
|
|
7638
7638
|
GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
|
|
7639
|
-
this.cu.
|
|
7639
|
+
this.cu.xm.yo = this.cu.yc;
|
|
7640
7640
|
};
|
|
7641
7641
|
GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
|
|
7642
|
-
this.cu.
|
|
7642
|
+
this.cu.xm.x5 = this.cu.xx;
|
|
7643
7643
|
};
|
|
7644
7644
|
GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
|
|
7645
|
-
this.cu.
|
|
7645
|
+
this.cu.xm.aav = this.cu.xy;
|
|
7646
7646
|
};
|
|
7647
7647
|
GeographicProportionalSymbolSeriesView.prototype.db = function () {
|
|
7648
|
-
this.cu.
|
|
7648
|
+
this.cu.xm.xAxis = this.cu.dc.zh;
|
|
7649
7649
|
};
|
|
7650
7650
|
GeographicProportionalSymbolSeriesView.prototype.dc = function () {
|
|
7651
|
-
this.cu.
|
|
7651
|
+
this.cu.xm.yAxis = this.cu.dc.zj;
|
|
7652
7652
|
};
|
|
7653
7653
|
GeographicProportionalSymbolSeriesView.prototype.da = function () {
|
|
7654
|
-
var a = this.cu.
|
|
7654
|
+
var a = this.cu.xm;
|
|
7655
7655
|
if (this.cu.dc == null) {
|
|
7656
7656
|
a.xAxis = null;
|
|
7657
7657
|
a.yAxis = null;
|
|
@@ -7661,45 +7661,45 @@
|
|
|
7661
7661
|
a.yAxis = this.cu.dc.zj;
|
|
7662
7662
|
};
|
|
7663
7663
|
GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
|
|
7664
|
-
this.cu.
|
|
7664
|
+
this.cu.xm.y5 = this.cu.yq;
|
|
7665
7665
|
};
|
|
7666
7666
|
GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
|
|
7667
|
-
this.cu.
|
|
7667
|
+
this.cu.xm.y6 = this.cu.yr;
|
|
7668
7668
|
};
|
|
7669
7669
|
GeographicProportionalSymbolSeriesView.prototype.dd = function () {
|
|
7670
|
-
this.cu.
|
|
7670
|
+
this.cu.xm.aef = this.cu.zq;
|
|
7671
7671
|
};
|
|
7672
7672
|
GeographicProportionalSymbolSeriesView.prototype.de = function () {
|
|
7673
|
-
this.cu.
|
|
7674
|
-
this.cu.
|
|
7673
|
+
this.cu.xm.ade = this.cu.yx;
|
|
7674
|
+
this.cu.xm.adp = this.cu.y5;
|
|
7675
7675
|
};
|
|
7676
7676
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7677
|
-
this.cu.
|
|
7677
|
+
this.cu.xm.ad5 = this.cu.zh;
|
|
7678
7678
|
};
|
|
7679
7679
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7680
|
-
this.cu.
|
|
7681
|
-
this.cu.
|
|
7682
|
-
this.cu.
|
|
7683
|
-
this.cu.
|
|
7684
|
-
this.cu.
|
|
7680
|
+
this.cu.xm.adb = this.cu.yu;
|
|
7681
|
+
this.cu.xm.adn = this.cu.y1;
|
|
7682
|
+
this.cu.xm.ado = this.cu.y4;
|
|
7683
|
+
this.cu.xm.adu = this.cu.y7;
|
|
7684
|
+
this.cu.xm.adt = this.cu.y6;
|
|
7685
7685
|
};
|
|
7686
7686
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7687
|
-
this.cu.
|
|
7687
|
+
this.cu.xm.ad0 = this.cu.y9;
|
|
7688
7688
|
};
|
|
7689
7689
|
GeographicProportionalSymbolSeriesView.prototype.df = function () {
|
|
7690
|
-
this.cu.
|
|
7690
|
+
this.cu.xm.adp = this.cu.y5;
|
|
7691
7691
|
};
|
|
7692
7692
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7693
|
-
this.cu.
|
|
7693
|
+
this.cu.xm.adn = this.cu.y1;
|
|
7694
7694
|
};
|
|
7695
7695
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7696
|
-
this.cu.
|
|
7696
|
+
this.cu.xm.ado = this.cu.y4;
|
|
7697
7697
|
};
|
|
7698
7698
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7699
|
-
this.cu.
|
|
7699
|
+
this.cu.xm.adu = this.cu.y7;
|
|
7700
7700
|
};
|
|
7701
7701
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7702
|
-
this.cu.
|
|
7702
|
+
this.cu.xm.adt = this.cu.y6;
|
|
7703
7703
|
};
|
|
7704
7704
|
GeographicProportionalSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7705
7705
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7711,9 +7711,9 @@
|
|
|
7711
7711
|
tslib.__extends(GeographicProportionalSymbolSeries, _super);
|
|
7712
7712
|
function GeographicProportionalSymbolSeries() {
|
|
7713
7713
|
var _this = _super.call(this) || this;
|
|
7714
|
-
_this.
|
|
7714
|
+
_this.yv = null;
|
|
7715
|
+
_this.y0 = false;
|
|
7715
7716
|
_this.yz = false;
|
|
7716
|
-
_this.yy = false;
|
|
7717
7717
|
_this.assigningScatterStyle = null;
|
|
7718
7718
|
_this.assigningScatterMarkerStyle = null;
|
|
7719
7719
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -7728,111 +7728,111 @@
|
|
|
7728
7728
|
GeographicProportionalSymbolSeries.prototype.ct = function () {
|
|
7729
7729
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7730
7730
|
};
|
|
7731
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7732
|
-
_super.prototype.
|
|
7733
|
-
this.
|
|
7731
|
+
GeographicProportionalSymbolSeries.prototype.ri = function (a) {
|
|
7732
|
+
_super.prototype.ri.call(this, a);
|
|
7733
|
+
this.yy = a;
|
|
7734
7734
|
};
|
|
7735
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7735
|
+
GeographicProportionalSymbolSeries.prototype.ju = function () {
|
|
7736
7736
|
return 0.7;
|
|
7737
7737
|
};
|
|
7738
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7738
|
+
GeographicProportionalSymbolSeries.prototype.xl = function () {
|
|
7739
7739
|
return new igniteuiWebcomponentsCharts.BubbleSeries();
|
|
7740
7740
|
};
|
|
7741
7741
|
GeographicProportionalSymbolSeries.prototype.get_fh = function () {
|
|
7742
7742
|
return true;
|
|
7743
7743
|
};
|
|
7744
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7745
|
-
_super.prototype.
|
|
7744
|
+
GeographicProportionalSymbolSeries.prototype.rr = function (a, b, c, d) {
|
|
7745
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
7746
7746
|
switch (b) {
|
|
7747
7747
|
case "SeriesViewer":
|
|
7748
|
-
this.
|
|
7748
|
+
this.yy.da();
|
|
7749
7749
|
break;
|
|
7750
7750
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7751
|
-
this.
|
|
7751
|
+
this.yy.c3();
|
|
7752
7752
|
break;
|
|
7753
7753
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7754
|
-
this.
|
|
7754
|
+
this.yy.c2();
|
|
7755
7755
|
break;
|
|
7756
7756
|
case "XAxis":
|
|
7757
|
-
this.
|
|
7757
|
+
this.yy.db();
|
|
7758
7758
|
break;
|
|
7759
7759
|
case "YAxis":
|
|
7760
|
-
this.
|
|
7760
|
+
this.yy.dc();
|
|
7761
7761
|
break;
|
|
7762
7762
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7763
|
-
this.
|
|
7763
|
+
this.yy.dd();
|
|
7764
7764
|
break;
|
|
7765
7765
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7766
|
-
this.
|
|
7766
|
+
this.yy.de();
|
|
7767
7767
|
break;
|
|
7768
7768
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7769
|
-
this.
|
|
7769
|
+
this.yy.df();
|
|
7770
7770
|
break;
|
|
7771
7771
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7772
|
-
this.
|
|
7772
|
+
this.yy.cy();
|
|
7773
7773
|
break;
|
|
7774
7774
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7775
|
-
this.
|
|
7775
|
+
this.yy.cv();
|
|
7776
7776
|
break;
|
|
7777
7777
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7778
|
-
this.
|
|
7778
|
+
this.yy.cw();
|
|
7779
7779
|
break;
|
|
7780
7780
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7781
|
-
this.
|
|
7781
|
+
this.yy.cx();
|
|
7782
7782
|
break;
|
|
7783
7783
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7784
|
-
this.
|
|
7784
|
+
this.yy.c1();
|
|
7785
7785
|
break;
|
|
7786
7786
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7787
|
-
this.
|
|
7787
|
+
this.yy.c0();
|
|
7788
7788
|
break;
|
|
7789
7789
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7790
|
-
this.
|
|
7790
|
+
this.yy.cz();
|
|
7791
7791
|
break;
|
|
7792
7792
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7793
|
-
this.
|
|
7794
|
-
this.
|
|
7795
|
-
if (this.
|
|
7796
|
-
var e = this.
|
|
7797
|
-
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7793
|
+
this.xm.aab = this.y3;
|
|
7794
|
+
this.y0 = this.y3;
|
|
7795
|
+
if (this.y3) {
|
|
7796
|
+
var e = this.xm;
|
|
7797
|
+
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zv));
|
|
7798
7798
|
}
|
|
7799
7799
|
else {
|
|
7800
|
-
var f = this.
|
|
7801
|
-
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7800
|
+
var f = this.xm;
|
|
7801
|
+
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zv));
|
|
7802
7802
|
}
|
|
7803
7803
|
break;
|
|
7804
7804
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7805
|
-
this.
|
|
7806
|
-
this.
|
|
7807
|
-
if (this.
|
|
7808
|
-
var g = this.
|
|
7809
|
-
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7805
|
+
this.xm.aaa = this.y2;
|
|
7806
|
+
this.yz = this.y2;
|
|
7807
|
+
if (this.y3) {
|
|
7808
|
+
var g = this.xm;
|
|
7809
|
+
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zu));
|
|
7810
7810
|
}
|
|
7811
7811
|
else {
|
|
7812
|
-
var h = this.
|
|
7813
|
-
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7812
|
+
var h = this.xm;
|
|
7813
|
+
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.zu));
|
|
7814
7814
|
}
|
|
7815
7815
|
break;
|
|
7816
7816
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7817
|
-
this.
|
|
7817
|
+
this.xm.zu = this.yw;
|
|
7818
7818
|
break;
|
|
7819
7819
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7820
|
-
this.
|
|
7820
|
+
this.xm.aau = this.y8;
|
|
7821
7821
|
break;
|
|
7822
7822
|
}
|
|
7823
7823
|
};
|
|
7824
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7824
|
+
GeographicProportionalSymbolSeries.prototype.zv = function (a, b) {
|
|
7825
7825
|
if (this.assigningScatterStyle != null) {
|
|
7826
7826
|
this.assigningScatterStyle(this, b);
|
|
7827
7827
|
}
|
|
7828
7828
|
};
|
|
7829
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7829
|
+
GeographicProportionalSymbolSeries.prototype.zu = function (a, b) {
|
|
7830
7830
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7831
7831
|
this.assigningScatterMarkerStyle(this, b);
|
|
7832
7832
|
}
|
|
7833
7833
|
};
|
|
7834
7834
|
GeographicProportionalSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7835
|
-
GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7835
|
+
GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y9:zw', [2], 'FillScale:yu:zx', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:y1:zy', [0, false], 'IsCustomScatterMarkerStyleAllowed:y2:zz', [0, false], 'IsCustomScatterStyleAllowed:y3:z0', [0, false], 'ItemSearchMode:yw:z1', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.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', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:y5:aab', [0, false]]);
|
|
7836
7836
|
return GeographicProportionalSymbolSeries;
|
|
7837
7837
|
}(GeographicMarkerSeries));
|
|
7838
7838
|
|
|
@@ -7928,10 +7928,10 @@
|
|
|
7928
7928
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7929
7929
|
*/
|
|
7930
7930
|
get: function () {
|
|
7931
|
-
return this.i.
|
|
7931
|
+
return this.i.zj;
|
|
7932
7932
|
},
|
|
7933
7933
|
set: function (v) {
|
|
7934
|
-
this.i.
|
|
7934
|
+
this.i.zj = v;
|
|
7935
7935
|
},
|
|
7936
7936
|
enumerable: false,
|
|
7937
7937
|
configurable: true
|
|
@@ -7941,10 +7941,10 @@
|
|
|
7941
7941
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7942
7942
|
*/
|
|
7943
7943
|
get: function () {
|
|
7944
|
-
return this.i.
|
|
7944
|
+
return this.i.zl;
|
|
7945
7945
|
},
|
|
7946
7946
|
set: function (v) {
|
|
7947
|
-
this.i.
|
|
7947
|
+
this.i.zl = v;
|
|
7948
7948
|
},
|
|
7949
7949
|
enumerable: false,
|
|
7950
7950
|
configurable: true
|
|
@@ -7954,10 +7954,10 @@
|
|
|
7954
7954
|
* Gets or sets the radius mapping property for the current series object.
|
|
7955
7955
|
*/
|
|
7956
7956
|
get: function () {
|
|
7957
|
-
return this.i.
|
|
7957
|
+
return this.i.zq;
|
|
7958
7958
|
},
|
|
7959
7959
|
set: function (v) {
|
|
7960
|
-
this.i.
|
|
7960
|
+
this.i.zq = v;
|
|
7961
7961
|
},
|
|
7962
7962
|
enumerable: false,
|
|
7963
7963
|
configurable: true
|
|
@@ -7967,7 +7967,7 @@
|
|
|
7967
7967
|
* Gets or sets the radius size scale for the bubbles.
|
|
7968
7968
|
*/
|
|
7969
7969
|
get: function () {
|
|
7970
|
-
var r = this.i.
|
|
7970
|
+
var r = this.i.yx;
|
|
7971
7971
|
if (r == null) {
|
|
7972
7972
|
return null;
|
|
7973
7973
|
}
|
|
@@ -7983,7 +7983,7 @@
|
|
|
7983
7983
|
set: function (v) {
|
|
7984
7984
|
if (v != null && this._stylingContainer && v._styling)
|
|
7985
7985
|
v._styling(this._stylingContainer, this, this);
|
|
7986
|
-
v == null ? this.i.
|
|
7986
|
+
v == null ? this.i.yx = null : this.i.yx = v.i;
|
|
7987
7987
|
},
|
|
7988
7988
|
enumerable: false,
|
|
7989
7989
|
configurable: true
|
|
@@ -7993,10 +7993,10 @@
|
|
|
7993
7993
|
* Gets or sets the Label mapping property for the current series object.
|
|
7994
7994
|
*/
|
|
7995
7995
|
get: function () {
|
|
7996
|
-
return this.i.
|
|
7996
|
+
return this.i.zh;
|
|
7997
7997
|
},
|
|
7998
7998
|
set: function (v) {
|
|
7999
|
-
this.i.
|
|
7999
|
+
this.i.zh = v;
|
|
8000
8000
|
},
|
|
8001
8001
|
enumerable: false,
|
|
8002
8002
|
configurable: true
|
|
@@ -8006,10 +8006,10 @@
|
|
|
8006
8006
|
* Gets or sets the fill mapping property for the current series object.
|
|
8007
8007
|
*/
|
|
8008
8008
|
get: function () {
|
|
8009
|
-
return this.i.
|
|
8009
|
+
return this.i.y9;
|
|
8010
8010
|
},
|
|
8011
8011
|
set: function (v) {
|
|
8012
|
-
this.i.
|
|
8012
|
+
this.i.y9 = v;
|
|
8013
8013
|
},
|
|
8014
8014
|
enumerable: false,
|
|
8015
8015
|
configurable: true
|
|
@@ -8019,7 +8019,7 @@
|
|
|
8019
8019
|
* Gets or sets the brush scale for the marker brush.
|
|
8020
8020
|
*/
|
|
8021
8021
|
get: function () {
|
|
8022
|
-
var r = this.i.
|
|
8022
|
+
var r = this.i.yu;
|
|
8023
8023
|
if (r == null) {
|
|
8024
8024
|
return null;
|
|
8025
8025
|
}
|
|
@@ -8035,7 +8035,7 @@
|
|
|
8035
8035
|
set: function (v) {
|
|
8036
8036
|
if (v != null && this._stylingContainer && v._styling)
|
|
8037
8037
|
v._styling(this._stylingContainer, this, this);
|
|
8038
|
-
v == null ? this.i.
|
|
8038
|
+
v == null ? this.i.yu = null : this.i.yu = v.i;
|
|
8039
8039
|
},
|
|
8040
8040
|
enumerable: false,
|
|
8041
8041
|
configurable: true
|
|
@@ -8046,11 +8046,11 @@
|
|
|
8046
8046
|
* This setting applies only if multiple series are using the same FillScale.
|
|
8047
8047
|
*/
|
|
8048
8048
|
get: function () {
|
|
8049
|
-
return this.i.
|
|
8049
|
+
return this.i.y1;
|
|
8050
8050
|
},
|
|
8051
8051
|
set: function (v) {
|
|
8052
|
-
this.i.
|
|
8053
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
8052
|
+
this.i.y1 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8053
|
+
this._a("fillScaleUseGlobalValues", this.i.y1);
|
|
8054
8054
|
},
|
|
8055
8055
|
enumerable: false,
|
|
8056
8056
|
configurable: true
|
|
@@ -8061,11 +8061,11 @@
|
|
|
8061
8061
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
8062
8062
|
*/
|
|
8063
8063
|
get: function () {
|
|
8064
|
-
return this.i.
|
|
8064
|
+
return this.i.y4;
|
|
8065
8065
|
},
|
|
8066
8066
|
set: function (v) {
|
|
8067
|
-
this.i.
|
|
8068
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
8067
|
+
this.i.y4 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8068
|
+
this._a("markerOutlineUsesFillScale", this.i.y4);
|
|
8069
8069
|
},
|
|
8070
8070
|
enumerable: false,
|
|
8071
8071
|
configurable: true
|
|
@@ -8076,11 +8076,11 @@
|
|
|
8076
8076
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
8077
8077
|
*/
|
|
8078
8078
|
get: function () {
|
|
8079
|
-
return this.i.
|
|
8079
|
+
return this.i.y7;
|
|
8080
8080
|
},
|
|
8081
8081
|
set: function (v) {
|
|
8082
|
-
this.i.
|
|
8083
|
-
this._a("markerOutlineBrightness", this.i.
|
|
8082
|
+
this.i.y7 = +v;
|
|
8083
|
+
this._a("markerOutlineBrightness", this.i.y7);
|
|
8084
8084
|
},
|
|
8085
8085
|
enumerable: false,
|
|
8086
8086
|
configurable: true
|
|
@@ -8091,11 +8091,11 @@
|
|
|
8091
8091
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
8092
8092
|
*/
|
|
8093
8093
|
get: function () {
|
|
8094
|
-
return this.i.
|
|
8094
|
+
return this.i.y6;
|
|
8095
8095
|
},
|
|
8096
8096
|
set: function (v) {
|
|
8097
|
-
this.i.
|
|
8098
|
-
this._a("markerBrushBrightness", this.i.
|
|
8097
|
+
this.i.y6 = +v;
|
|
8098
|
+
this._a("markerBrushBrightness", this.i.y6);
|
|
8099
8099
|
},
|
|
8100
8100
|
enumerable: false,
|
|
8101
8101
|
configurable: true
|
|
@@ -8106,11 +8106,11 @@
|
|
|
8106
8106
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
8107
8107
|
*/
|
|
8108
8108
|
get: function () {
|
|
8109
|
-
return this.i.
|
|
8109
|
+
return this.i.y5;
|
|
8110
8110
|
},
|
|
8111
8111
|
set: function (v) {
|
|
8112
|
-
this.i.
|
|
8113
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
8112
|
+
this.i.y5 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8113
|
+
this._a("radiusScaleUseGlobalValues", this.i.y5);
|
|
8114
8114
|
},
|
|
8115
8115
|
enumerable: false,
|
|
8116
8116
|
configurable: true
|
|
@@ -8120,11 +8120,11 @@
|
|
|
8120
8120
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8121
8121
|
*/
|
|
8122
8122
|
get: function () {
|
|
8123
|
-
return this.i.
|
|
8123
|
+
return this.i.y3;
|
|
8124
8124
|
},
|
|
8125
8125
|
set: function (v) {
|
|
8126
|
-
this.i.
|
|
8127
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
8126
|
+
this.i.y3 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8127
|
+
this._a("isCustomScatterStyleAllowed", this.i.y3);
|
|
8128
8128
|
},
|
|
8129
8129
|
enumerable: false,
|
|
8130
8130
|
configurable: true
|
|
@@ -8134,11 +8134,11 @@
|
|
|
8134
8134
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8135
8135
|
*/
|
|
8136
8136
|
get: function () {
|
|
8137
|
-
return this.i.
|
|
8137
|
+
return this.i.y2;
|
|
8138
8138
|
},
|
|
8139
8139
|
set: function (v) {
|
|
8140
|
-
this.i.
|
|
8141
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
8140
|
+
this.i.y2 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8141
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y2);
|
|
8142
8142
|
},
|
|
8143
8143
|
enumerable: false,
|
|
8144
8144
|
configurable: true
|
|
@@ -8148,11 +8148,11 @@
|
|
|
8148
8148
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8149
8149
|
*/
|
|
8150
8150
|
get: function () {
|
|
8151
|
-
return this.i.
|
|
8151
|
+
return this.i.yw;
|
|
8152
8152
|
},
|
|
8153
8153
|
set: function (v) {
|
|
8154
|
-
this.i.
|
|
8155
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.
|
|
8154
|
+
this.i.yw = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
|
|
8155
|
+
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.yw));
|
|
8156
8156
|
},
|
|
8157
8157
|
enumerable: false,
|
|
8158
8158
|
configurable: true
|
|
@@ -8162,11 +8162,11 @@
|
|
|
8162
8162
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8163
8163
|
*/
|
|
8164
8164
|
get: function () {
|
|
8165
|
-
return this.i.
|
|
8165
|
+
return this.i.y8;
|
|
8166
8166
|
},
|
|
8167
8167
|
set: function (v) {
|
|
8168
|
-
this.i.
|
|
8169
|
-
this._a("itemSearchThreshold", this.i.
|
|
8168
|
+
this.i.y8 = +v;
|
|
8169
|
+
this._a("itemSearchThreshold", this.i.y8);
|
|
8170
8170
|
},
|
|
8171
8171
|
enumerable: false,
|
|
8172
8172
|
configurable: true
|
|
@@ -8304,40 +8304,40 @@
|
|
|
8304
8304
|
}
|
|
8305
8305
|
};
|
|
8306
8306
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8307
|
-
var a = this.cu.
|
|
8307
|
+
var a = this.cu.xm;
|
|
8308
8308
|
_super.prototype.ci.call(this);
|
|
8309
|
-
a.
|
|
8310
|
-
a.
|
|
8311
|
-
a.
|
|
8312
|
-
a.
|
|
8313
|
-
a.
|
|
8309
|
+
a.abf = this.cu.za;
|
|
8310
|
+
a.abn = this.cu.y8;
|
|
8311
|
+
a.xw = this.cu.xw;
|
|
8312
|
+
a.yo = this.cu.yc;
|
|
8313
|
+
a.x5 = this.cu.xx;
|
|
8314
8314
|
};
|
|
8315
8315
|
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
8316
|
-
this.cu.
|
|
8316
|
+
this.cu.xm.abf = this.cu.za;
|
|
8317
8317
|
};
|
|
8318
8318
|
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
8319
|
-
this.cu.
|
|
8319
|
+
this.cu.xm.abn = this.cu.y8;
|
|
8320
8320
|
};
|
|
8321
8321
|
GeographicSymbolSeriesView.prototype.c2 = function () {
|
|
8322
|
-
this.cu.
|
|
8322
|
+
this.cu.xm.xw = this.cu.xw;
|
|
8323
8323
|
};
|
|
8324
8324
|
GeographicSymbolSeriesView.prototype.c0 = function () {
|
|
8325
|
-
this.cu.
|
|
8325
|
+
this.cu.xm.yo = this.cu.yc;
|
|
8326
8326
|
};
|
|
8327
8327
|
GeographicSymbolSeriesView.prototype.c1 = function () {
|
|
8328
|
-
this.cu.
|
|
8328
|
+
this.cu.xm.x5 = this.cu.xx;
|
|
8329
8329
|
};
|
|
8330
8330
|
GeographicSymbolSeriesView.prototype.c3 = function () {
|
|
8331
|
-
this.cu.
|
|
8331
|
+
this.cu.xm.aav = this.cu.xy;
|
|
8332
8332
|
};
|
|
8333
8333
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
8334
|
-
this.cu.
|
|
8334
|
+
this.cu.xm.xAxis = this.cu.dc.zh;
|
|
8335
8335
|
};
|
|
8336
8336
|
GeographicSymbolSeriesView.prototype.c6 = function () {
|
|
8337
|
-
this.cu.
|
|
8337
|
+
this.cu.xm.yAxis = this.cu.dc.zj;
|
|
8338
8338
|
};
|
|
8339
8339
|
GeographicSymbolSeriesView.prototype.c4 = function () {
|
|
8340
|
-
var a = this.cu.
|
|
8340
|
+
var a = this.cu.xm;
|
|
8341
8341
|
if (this.cu.dc == null) {
|
|
8342
8342
|
a.xAxis = null;
|
|
8343
8343
|
a.yAxis = null;
|
|
@@ -8347,13 +8347,13 @@
|
|
|
8347
8347
|
a.yAxis = this.cu.dc.zj;
|
|
8348
8348
|
};
|
|
8349
8349
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
8350
|
-
this.cu.
|
|
8350
|
+
this.cu.xm.zf = this.cu.yu;
|
|
8351
8351
|
};
|
|
8352
8352
|
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
8353
|
-
this.cu.
|
|
8353
|
+
this.cu.xm.y5 = this.cu.yq;
|
|
8354
8354
|
};
|
|
8355
8355
|
GeographicSymbolSeriesView.prototype.cz = function () {
|
|
8356
|
-
this.cu.
|
|
8356
|
+
this.cu.xm.y6 = this.cu.yr;
|
|
8357
8357
|
};
|
|
8358
8358
|
GeographicSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8359
8359
|
return GeographicSymbolSeriesView;
|
|
@@ -8365,9 +8365,9 @@
|
|
|
8365
8365
|
tslib.__extends(GeographicSymbolSeries, _super);
|
|
8366
8366
|
function GeographicSymbolSeries() {
|
|
8367
8367
|
var _this = _super.call(this) || this;
|
|
8368
|
-
_this.
|
|
8368
|
+
_this.yw = null;
|
|
8369
|
+
_this.yz = false;
|
|
8369
8370
|
_this.yy = false;
|
|
8370
|
-
_this.yx = false;
|
|
8371
8371
|
_this.assigningScatterStyle = null;
|
|
8372
8372
|
_this.assigningScatterMarkerStyle = null;
|
|
8373
8373
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -8382,84 +8382,84 @@
|
|
|
8382
8382
|
GeographicSymbolSeries.prototype.ct = function () {
|
|
8383
8383
|
return new GeographicSymbolSeriesView(this);
|
|
8384
8384
|
};
|
|
8385
|
-
GeographicSymbolSeries.prototype.
|
|
8386
|
-
_super.prototype.
|
|
8387
|
-
this.
|
|
8385
|
+
GeographicSymbolSeries.prototype.ri = function (a) {
|
|
8386
|
+
_super.prototype.ri.call(this, a);
|
|
8387
|
+
this.yx = a;
|
|
8388
8388
|
};
|
|
8389
|
-
GeographicSymbolSeries.prototype.
|
|
8389
|
+
GeographicSymbolSeries.prototype.ju = function () {
|
|
8390
8390
|
return 0.7;
|
|
8391
8391
|
};
|
|
8392
|
-
GeographicSymbolSeries.prototype.
|
|
8392
|
+
GeographicSymbolSeries.prototype.xl = function () {
|
|
8393
8393
|
return new igniteuiWebcomponentsCharts.ScatterSeries();
|
|
8394
8394
|
};
|
|
8395
8395
|
GeographicSymbolSeries.prototype.get_fh = function () {
|
|
8396
8396
|
return true;
|
|
8397
8397
|
};
|
|
8398
|
-
GeographicSymbolSeries.prototype.
|
|
8399
|
-
_super.prototype.
|
|
8398
|
+
GeographicSymbolSeries.prototype.rr = function (a, b, c, d) {
|
|
8399
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
8400
8400
|
switch (b) {
|
|
8401
8401
|
case "SeriesViewer":
|
|
8402
|
-
this.
|
|
8402
|
+
this.yx.c4();
|
|
8403
8403
|
break;
|
|
8404
8404
|
case GeographicSymbolSeries.$$p[5]:
|
|
8405
|
-
this.
|
|
8405
|
+
this.yx.cw();
|
|
8406
8406
|
break;
|
|
8407
8407
|
case GeographicSymbolSeries.$$p[4]:
|
|
8408
|
-
this.
|
|
8408
|
+
this.yx.cv();
|
|
8409
8409
|
break;
|
|
8410
8410
|
case GeographicSymbolSeries.$$p[6]:
|
|
8411
|
-
this.
|
|
8411
|
+
this.yx.cy();
|
|
8412
8412
|
break;
|
|
8413
8413
|
case "XAxis":
|
|
8414
|
-
this.
|
|
8414
|
+
this.yx.c5();
|
|
8415
8415
|
break;
|
|
8416
8416
|
case "YAxis":
|
|
8417
|
-
this.
|
|
8417
|
+
this.yx.c6();
|
|
8418
8418
|
break;
|
|
8419
8419
|
case GeographicSymbolSeries.$$p[1]:
|
|
8420
|
-
this.
|
|
8421
|
-
this.
|
|
8422
|
-
if (this.
|
|
8423
|
-
var e = this.
|
|
8424
|
-
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8420
|
+
this.xm.aab = this.y1;
|
|
8421
|
+
this.yz = this.y1;
|
|
8422
|
+
if (this.y1) {
|
|
8423
|
+
var e = this.xm;
|
|
8424
|
+
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zf));
|
|
8425
8425
|
}
|
|
8426
8426
|
else {
|
|
8427
|
-
var f = this.
|
|
8428
|
-
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8427
|
+
var f = this.xm;
|
|
8428
|
+
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.zf));
|
|
8429
8429
|
}
|
|
8430
8430
|
break;
|
|
8431
8431
|
case GeographicSymbolSeries.$$p[0]:
|
|
8432
|
-
this.
|
|
8433
|
-
this.
|
|
8434
|
-
if (this.
|
|
8435
|
-
var g = this.
|
|
8436
|
-
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8432
|
+
this.xm.aaa = this.y0;
|
|
8433
|
+
this.yy = this.y0;
|
|
8434
|
+
if (this.y1) {
|
|
8435
|
+
var g = this.xm;
|
|
8436
|
+
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ze));
|
|
8437
8437
|
}
|
|
8438
8438
|
else {
|
|
8439
|
-
var h = this.
|
|
8440
|
-
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8439
|
+
var h = this.xm;
|
|
8440
|
+
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ze));
|
|
8441
8441
|
}
|
|
8442
8442
|
break;
|
|
8443
8443
|
case GeographicSymbolSeries.$$p[2]:
|
|
8444
|
-
this.
|
|
8444
|
+
this.xm.zu = this.yv;
|
|
8445
8445
|
break;
|
|
8446
8446
|
case GeographicSymbolSeries.$$p[3]:
|
|
8447
|
-
this.
|
|
8447
|
+
this.xm.aau = this.y3;
|
|
8448
8448
|
break;
|
|
8449
8449
|
}
|
|
8450
8450
|
};
|
|
8451
|
-
GeographicSymbolSeries.prototype.
|
|
8451
|
+
GeographicSymbolSeries.prototype.zf = function (a, b) {
|
|
8452
8452
|
if (this.assigningScatterStyle != null) {
|
|
8453
8453
|
this.assigningScatterStyle(this, b);
|
|
8454
8454
|
}
|
|
8455
8455
|
};
|
|
8456
|
-
GeographicSymbolSeries.prototype.
|
|
8456
|
+
GeographicSymbolSeries.prototype.ze = function (a, b) {
|
|
8457
8457
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8458
8458
|
this.assigningScatterMarkerStyle(this, b);
|
|
8459
8459
|
}
|
|
8460
8460
|
};
|
|
8461
8461
|
GeographicSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8462
|
-
GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8462
|
+
GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
|
|
8463
8463
|
return GeographicSymbolSeries;
|
|
8464
8464
|
}(GeographicMarkerSeries));
|
|
8465
8465
|
|
|
@@ -8555,10 +8555,10 @@
|
|
|
8555
8555
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8556
8556
|
*/
|
|
8557
8557
|
get: function () {
|
|
8558
|
-
return this.i.
|
|
8558
|
+
return this.i.y8;
|
|
8559
8559
|
},
|
|
8560
8560
|
set: function (v) {
|
|
8561
|
-
this.i.
|
|
8561
|
+
this.i.y8 = v;
|
|
8562
8562
|
},
|
|
8563
8563
|
enumerable: false,
|
|
8564
8564
|
configurable: true
|
|
@@ -8568,10 +8568,10 @@
|
|
|
8568
8568
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8569
8569
|
*/
|
|
8570
8570
|
get: function () {
|
|
8571
|
-
return this.i.
|
|
8571
|
+
return this.i.za;
|
|
8572
8572
|
},
|
|
8573
8573
|
set: function (v) {
|
|
8574
|
-
this.i.
|
|
8574
|
+
this.i.za = v;
|
|
8575
8575
|
},
|
|
8576
8576
|
enumerable: false,
|
|
8577
8577
|
configurable: true
|
|
@@ -8581,11 +8581,11 @@
|
|
|
8581
8581
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8582
8582
|
*/
|
|
8583
8583
|
get: function () {
|
|
8584
|
-
return this.i.
|
|
8584
|
+
return this.i.yu;
|
|
8585
8585
|
},
|
|
8586
8586
|
set: function (v) {
|
|
8587
|
-
this.i.
|
|
8588
|
-
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.
|
|
8587
|
+
this.i.yu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
|
|
8588
|
+
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.yu));
|
|
8589
8589
|
},
|
|
8590
8590
|
enumerable: false,
|
|
8591
8591
|
configurable: true
|
|
@@ -8595,11 +8595,11 @@
|
|
|
8595
8595
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8596
8596
|
*/
|
|
8597
8597
|
get: function () {
|
|
8598
|
-
return this.i.
|
|
8598
|
+
return this.i.y1;
|
|
8599
8599
|
},
|
|
8600
8600
|
set: function (v) {
|
|
8601
|
-
this.i.
|
|
8602
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
8601
|
+
this.i.y1 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8602
|
+
this._a("isCustomScatterStyleAllowed", this.i.y1);
|
|
8603
8603
|
},
|
|
8604
8604
|
enumerable: false,
|
|
8605
8605
|
configurable: true
|
|
@@ -8609,11 +8609,11 @@
|
|
|
8609
8609
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8610
8610
|
*/
|
|
8611
8611
|
get: function () {
|
|
8612
|
-
return this.i.
|
|
8612
|
+
return this.i.y0;
|
|
8613
8613
|
},
|
|
8614
8614
|
set: function (v) {
|
|
8615
|
-
this.i.
|
|
8616
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
8615
|
+
this.i.y0 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8616
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
|
|
8617
8617
|
},
|
|
8618
8618
|
enumerable: false,
|
|
8619
8619
|
configurable: true
|
|
@@ -8623,11 +8623,11 @@
|
|
|
8623
8623
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8624
8624
|
*/
|
|
8625
8625
|
get: function () {
|
|
8626
|
-
return this.i.
|
|
8626
|
+
return this.i.yv;
|
|
8627
8627
|
},
|
|
8628
8628
|
set: function (v) {
|
|
8629
|
-
this.i.
|
|
8630
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.
|
|
8629
|
+
this.i.yv = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
|
|
8630
|
+
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.yv));
|
|
8631
8631
|
},
|
|
8632
8632
|
enumerable: false,
|
|
8633
8633
|
configurable: true
|
|
@@ -8637,11 +8637,11 @@
|
|
|
8637
8637
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8638
8638
|
*/
|
|
8639
8639
|
get: function () {
|
|
8640
|
-
return this.i.
|
|
8640
|
+
return this.i.y3;
|
|
8641
8641
|
},
|
|
8642
8642
|
set: function (v) {
|
|
8643
|
-
this.i.
|
|
8644
|
-
this._a("itemSearchThreshold", this.i.
|
|
8643
|
+
this.i.y3 = +v;
|
|
8644
|
+
this._a("itemSearchThreshold", this.i.y3);
|
|
8645
8645
|
},
|
|
8646
8646
|
enumerable: false,
|
|
8647
8647
|
configurable: true
|
|
@@ -8792,10 +8792,10 @@
|
|
|
8792
8792
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8793
8793
|
*/
|
|
8794
8794
|
get: function () {
|
|
8795
|
-
return this.i.
|
|
8795
|
+
return this.i.xy;
|
|
8796
8796
|
},
|
|
8797
8797
|
set: function (v) {
|
|
8798
|
-
this.i.
|
|
8798
|
+
this.i.xy = v;
|
|
8799
8799
|
},
|
|
8800
8800
|
enumerable: false,
|
|
8801
8801
|
configurable: true
|
|
@@ -8805,10 +8805,10 @@
|
|
|
8805
8805
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8806
8806
|
*/
|
|
8807
8807
|
get: function () {
|
|
8808
|
-
return this.i.
|
|
8808
|
+
return this.i.xw;
|
|
8809
8809
|
},
|
|
8810
8810
|
set: function (v) {
|
|
8811
|
-
this.i.
|
|
8811
|
+
this.i.xw = v;
|
|
8812
8812
|
},
|
|
8813
8813
|
enumerable: false,
|
|
8814
8814
|
configurable: true
|
|
@@ -8819,10 +8819,10 @@
|
|
|
8819
8819
|
* 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.
|
|
8820
8820
|
*/
|
|
8821
8821
|
get: function () {
|
|
8822
|
-
return this.i.
|
|
8822
|
+
return this.i.xv;
|
|
8823
8823
|
},
|
|
8824
8824
|
set: function (v) {
|
|
8825
|
-
this.i.
|
|
8825
|
+
this.i.xv = v;
|
|
8826
8826
|
},
|
|
8827
8827
|
enumerable: false,
|
|
8828
8828
|
configurable: true
|
|
@@ -8832,10 +8832,10 @@
|
|
|
8832
8832
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8833
8833
|
*/
|
|
8834
8834
|
get: function () {
|
|
8835
|
-
return this.i.
|
|
8835
|
+
return this.i.x1;
|
|
8836
8836
|
},
|
|
8837
8837
|
set: function (v) {
|
|
8838
|
-
this.i.
|
|
8838
|
+
this.i.x1 = v;
|
|
8839
8839
|
},
|
|
8840
8840
|
enumerable: false,
|
|
8841
8841
|
configurable: true
|
|
@@ -8845,10 +8845,10 @@
|
|
|
8845
8845
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8846
8846
|
*/
|
|
8847
8847
|
get: function () {
|
|
8848
|
-
return this.i.
|
|
8848
|
+
return this.i.x3;
|
|
8849
8849
|
},
|
|
8850
8850
|
set: function (v) {
|
|
8851
|
-
this.i.
|
|
8851
|
+
this.i.x3 = v;
|
|
8852
8852
|
},
|
|
8853
8853
|
enumerable: false,
|
|
8854
8854
|
configurable: true
|
|
@@ -8858,10 +8858,10 @@
|
|
|
8858
8858
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8859
8859
|
*/
|
|
8860
8860
|
get: function () {
|
|
8861
|
-
return this.i.
|
|
8861
|
+
return this.i.x5;
|
|
8862
8862
|
},
|
|
8863
8863
|
set: function (v) {
|
|
8864
|
-
this.i.
|
|
8864
|
+
this.i.x5 = v;
|
|
8865
8865
|
},
|
|
8866
8866
|
enumerable: false,
|
|
8867
8867
|
configurable: true
|
|
@@ -8959,10 +8959,10 @@
|
|
|
8959
8959
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8960
8960
|
*/
|
|
8961
8961
|
get: function () {
|
|
8962
|
-
return this.i.
|
|
8962
|
+
return this.i.yk;
|
|
8963
8963
|
},
|
|
8964
8964
|
set: function (v) {
|
|
8965
|
-
this.i.
|
|
8965
|
+
this.i.yk = v;
|
|
8966
8966
|
},
|
|
8967
8967
|
enumerable: false,
|
|
8968
8968
|
configurable: true
|
|
@@ -8972,7 +8972,7 @@
|
|
|
8972
8972
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8973
8973
|
*/
|
|
8974
8974
|
get: function () {
|
|
8975
|
-
var r = this.i.
|
|
8975
|
+
var r = this.i.yf;
|
|
8976
8976
|
if (r == null) {
|
|
8977
8977
|
return null;
|
|
8978
8978
|
}
|
|
@@ -8988,7 +8988,7 @@
|
|
|
8988
8988
|
set: function (v) {
|
|
8989
8989
|
if (v != null && this._stylingContainer && v._styling)
|
|
8990
8990
|
v._styling(this._stylingContainer, this, this);
|
|
8991
|
-
v == null ? this.i.
|
|
8991
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
8992
8992
|
},
|
|
8993
8993
|
enumerable: false,
|
|
8994
8994
|
configurable: true
|
|
@@ -8998,7 +8998,7 @@
|
|
|
8998
8998
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8999
8999
|
*/
|
|
9000
9000
|
get: function () {
|
|
9001
|
-
var r = this.i.
|
|
9001
|
+
var r = this.i.ye;
|
|
9002
9002
|
if (r == null) {
|
|
9003
9003
|
return null;
|
|
9004
9004
|
}
|
|
@@ -9014,7 +9014,7 @@
|
|
|
9014
9014
|
set: function (v) {
|
|
9015
9015
|
if (v != null && this._stylingContainer && v._styling)
|
|
9016
9016
|
v._styling(this._stylingContainer, this, this);
|
|
9017
|
-
v == null ? this.i.
|
|
9017
|
+
v == null ? this.i.ye = null : this.i.ye = v.i;
|
|
9018
9018
|
},
|
|
9019
9019
|
enumerable: false,
|
|
9020
9020
|
configurable: true
|
|
@@ -9048,7 +9048,7 @@
|
|
|
9048
9048
|
|
|
9049
9049
|
*/
|
|
9050
9050
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
9051
|
-
this.i.
|
|
9051
|
+
this.i.yp();
|
|
9052
9052
|
};
|
|
9053
9053
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
9054
9054
|
/**
|
|
@@ -9124,71 +9124,71 @@
|
|
|
9124
9124
|
}
|
|
9125
9125
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9126
9126
|
_super.prototype.ci.call(this);
|
|
9127
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.
|
|
9128
|
-
a.
|
|
9129
|
-
a.
|
|
9127
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.xm);
|
|
9128
|
+
a.zv = this.cu.yb;
|
|
9129
|
+
a.z3 = this.cu.x9;
|
|
9130
|
+
a.x8 = this.cu.xy;
|
|
9130
9131
|
a.x7 = this.cu.xx;
|
|
9131
|
-
a.
|
|
9132
|
-
a.
|
|
9132
|
+
a.gf = this.cu.xw;
|
|
9133
|
+
a.y3 = this.cu.x0;
|
|
9133
9134
|
a.y2 = this.cu.xz;
|
|
9134
|
-
a.
|
|
9135
|
+
a.aa1 = this.cu.yu;
|
|
9135
9136
|
a.aa0 = this.cu.yt;
|
|
9136
|
-
a.
|
|
9137
|
-
a.ze = this.cu.x2;
|
|
9137
|
+
a.zf = this.cu.x3;
|
|
9138
9138
|
};
|
|
9139
9139
|
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
9140
|
-
this.cu.
|
|
9140
|
+
this.cu.xm.zv = this.cu.yb;
|
|
9141
9141
|
};
|
|
9142
9142
|
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
9143
|
-
this.cu.
|
|
9143
|
+
this.cu.xm.z3 = this.cu.x9;
|
|
9144
9144
|
};
|
|
9145
9145
|
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
9146
|
-
this.cu.
|
|
9146
|
+
this.cu.xm.x8 = this.cu.xy;
|
|
9147
9147
|
};
|
|
9148
9148
|
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
9149
|
-
this.cu.
|
|
9149
|
+
this.cu.xm.x7 = this.cu.xx;
|
|
9150
9150
|
};
|
|
9151
9151
|
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
9152
|
-
this.cu.
|
|
9152
|
+
this.cu.xm.gf = this.cu.xw;
|
|
9153
9153
|
};
|
|
9154
9154
|
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
9155
|
-
this.cu.
|
|
9155
|
+
this.cu.xm.y3 = this.cu.x0;
|
|
9156
9156
|
};
|
|
9157
9157
|
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
9158
|
-
this.cu.
|
|
9158
|
+
this.cu.xm.y2 = this.cu.xz;
|
|
9159
9159
|
};
|
|
9160
9160
|
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
9161
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.
|
|
9161
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.cu.xm);
|
|
9162
9162
|
if (this.cu.dc == null) {
|
|
9163
|
-
a.
|
|
9164
|
-
a.
|
|
9163
|
+
a.xr = null;
|
|
9164
|
+
a.xt = null;
|
|
9165
9165
|
return;
|
|
9166
9166
|
}
|
|
9167
|
-
a.
|
|
9168
|
-
a.
|
|
9167
|
+
a.xr = this.cu.dc.zh;
|
|
9168
|
+
a.xt = this.cu.dc.zj;
|
|
9169
9169
|
};
|
|
9170
9170
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
9171
|
-
this.cu.
|
|
9171
|
+
this.cu.xm.xr = this.cu.dc.zh;
|
|
9172
9172
|
};
|
|
9173
9173
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
9174
|
-
this.cu.
|
|
9174
|
+
this.cu.xm.xt = this.cu.dc.zj;
|
|
9175
9175
|
};
|
|
9176
9176
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
9177
|
-
this.cu.
|
|
9177
|
+
this.cu.xm.aa1 = this.cu.yu;
|
|
9178
9178
|
};
|
|
9179
9179
|
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
9180
|
-
this.cu.
|
|
9180
|
+
this.cu.xm.aa0 = this.cu.yt;
|
|
9181
9181
|
};
|
|
9182
9182
|
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
9183
|
-
this.cu.
|
|
9183
|
+
this.cu.xm.zf = this.cu.x3;
|
|
9184
9184
|
};
|
|
9185
9185
|
GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
|
|
9186
9186
|
_super.prototype.a4.call(this);
|
|
9187
9187
|
if (!this.t) {
|
|
9188
|
-
this.cu.
|
|
9189
|
-
this.cu.
|
|
9190
|
-
this.cu.
|
|
9191
|
-
this.cu.
|
|
9188
|
+
this.cu.yu = igniteuiWebcomponentsCharts.Defaults.bf;
|
|
9189
|
+
this.cu.yt = igniteuiWebcomponentsCharts.Defaults.be;
|
|
9190
|
+
this.cu.v0 = igniteuiWebcomponentsCharts.Defaults.ba;
|
|
9191
|
+
this.cu.wg = igniteuiWebcomponentsCharts.Defaults.a9;
|
|
9192
9192
|
}
|
|
9193
9193
|
};
|
|
9194
9194
|
GeographicHighDensityScatterSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -9201,117 +9201,117 @@
|
|
|
9201
9201
|
tslib.__extends(GeographicHighDensityScatterSeries, _super);
|
|
9202
9202
|
function GeographicHighDensityScatterSeries() {
|
|
9203
9203
|
var _this = _super.call(this) || this;
|
|
9204
|
-
_this.
|
|
9204
|
+
_this.xu = null;
|
|
9205
9205
|
_this.progressiveLoadStatusChanged = null;
|
|
9206
|
-
_this.
|
|
9206
|
+
_this.x2 = 0;
|
|
9207
9207
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9208
9208
|
return _this;
|
|
9209
9209
|
}
|
|
9210
9210
|
GeographicHighDensityScatterSeries.prototype.bk = function () {
|
|
9211
9211
|
return new GeographicHighDensityScatterSeries();
|
|
9212
9212
|
};
|
|
9213
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9214
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
9215
|
-
return _super.prototype.
|
|
9213
|
+
GeographicHighDensityScatterSeries.prototype.jt = function () {
|
|
9214
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.js)) {
|
|
9215
|
+
return _super.prototype.jt.call(this);
|
|
9216
9216
|
}
|
|
9217
9217
|
return igniteuiWebcomponentsCharts.Defaults.ad;
|
|
9218
9218
|
};
|
|
9219
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9219
|
+
GeographicHighDensityScatterSeries.prototype.get_fs = function () {
|
|
9220
9220
|
return true;
|
|
9221
9221
|
};
|
|
9222
9222
|
GeographicHighDensityScatterSeries.prototype.ct = function () {
|
|
9223
9223
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9224
9224
|
};
|
|
9225
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9226
|
-
_super.prototype.
|
|
9227
|
-
this.
|
|
9225
|
+
GeographicHighDensityScatterSeries.prototype.ri = function (a) {
|
|
9226
|
+
_super.prototype.ri.call(this, a);
|
|
9227
|
+
this.xv = a;
|
|
9228
9228
|
};
|
|
9229
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9230
|
-
this.
|
|
9231
|
-
return this.
|
|
9229
|
+
GeographicHighDensityScatterSeries.prototype.xl = function () {
|
|
9230
|
+
this.xu = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
|
|
9231
|
+
return this.xu;
|
|
9232
9232
|
};
|
|
9233
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9233
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x4", {
|
|
9234
9234
|
get: function () {
|
|
9235
|
-
return this.
|
|
9235
|
+
return this.x2;
|
|
9236
9236
|
},
|
|
9237
9237
|
set: function (a) {
|
|
9238
|
-
var b = this.
|
|
9239
|
-
this.
|
|
9240
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
9238
|
+
var b = this.x2;
|
|
9239
|
+
this.x2 = a;
|
|
9240
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
|
|
9241
9241
|
},
|
|
9242
9242
|
enumerable: false,
|
|
9243
9243
|
configurable: true
|
|
9244
9244
|
});
|
|
9245
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9246
|
-
_super.prototype.
|
|
9247
|
-
var c = this.
|
|
9248
|
-
c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9249
|
-
var d = this.
|
|
9250
|
-
d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9245
|
+
GeographicHighDensityScatterSeries.prototype.xr = function (a, b) {
|
|
9246
|
+
_super.prototype.xr.call(this, a, b);
|
|
9247
|
+
var c = this.xm;
|
|
9248
|
+
c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yi));
|
|
9249
|
+
var d = this.xm;
|
|
9250
|
+
d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yh));
|
|
9251
9251
|
};
|
|
9252
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9253
|
-
this.
|
|
9252
|
+
GeographicHighDensityScatterSeries.prototype.yi = function (a, b) {
|
|
9253
|
+
this.x4 = b.currentStatus;
|
|
9254
9254
|
if (this.progressiveLoadStatusChanged != null) {
|
|
9255
9255
|
this.progressiveLoadStatusChanged(this, b);
|
|
9256
9256
|
}
|
|
9257
9257
|
};
|
|
9258
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9259
|
-
if (this.
|
|
9258
|
+
GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
|
|
9259
|
+
if (this.xu == null) {
|
|
9260
9260
|
return;
|
|
9261
9261
|
}
|
|
9262
9262
|
};
|
|
9263
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9264
|
-
_super.prototype.
|
|
9263
|
+
GeographicHighDensityScatterSeries.prototype.rr = function (a, b, c, d) {
|
|
9264
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
9265
9265
|
switch (b) {
|
|
9266
9266
|
case "SeriesViewer":
|
|
9267
|
-
this.
|
|
9267
|
+
this.xv.c4();
|
|
9268
9268
|
break;
|
|
9269
9269
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9270
|
-
this.
|
|
9270
|
+
this.xv.c0();
|
|
9271
9271
|
break;
|
|
9272
9272
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9273
|
-
this.
|
|
9273
|
+
this.xv.cz();
|
|
9274
9274
|
break;
|
|
9275
9275
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9276
|
-
this.
|
|
9276
|
+
this.xv.c5();
|
|
9277
9277
|
break;
|
|
9278
9278
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9279
|
-
this.
|
|
9279
|
+
this.xv.c3();
|
|
9280
9280
|
break;
|
|
9281
9281
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9282
|
-
this.
|
|
9282
|
+
this.xv.c1();
|
|
9283
9283
|
break;
|
|
9284
9284
|
case "XAxis":
|
|
9285
|
-
this.
|
|
9285
|
+
this.xv.c6();
|
|
9286
9286
|
break;
|
|
9287
9287
|
case "YAxis":
|
|
9288
|
-
this.
|
|
9288
|
+
this.xv.c7();
|
|
9289
9289
|
break;
|
|
9290
9290
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9291
|
-
this.
|
|
9291
|
+
this.xv.cy();
|
|
9292
9292
|
break;
|
|
9293
9293
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9294
|
-
this.
|
|
9294
|
+
this.xv.cw();
|
|
9295
9295
|
break;
|
|
9296
9296
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9297
|
-
this.
|
|
9297
|
+
this.xv.cx();
|
|
9298
9298
|
break;
|
|
9299
9299
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9300
|
-
this.
|
|
9300
|
+
this.xv.cv();
|
|
9301
9301
|
break;
|
|
9302
9302
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9303
|
-
this.
|
|
9303
|
+
this.xv.c2();
|
|
9304
9304
|
break;
|
|
9305
9305
|
}
|
|
9306
9306
|
};
|
|
9307
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9307
|
+
GeographicHighDensityScatterSeries.prototype.get_he = function () {
|
|
9308
9308
|
return true;
|
|
9309
9309
|
};
|
|
9310
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9311
|
-
_super.prototype.
|
|
9310
|
+
GeographicHighDensityScatterSeries.prototype.set_he = function (a) {
|
|
9311
|
+
_super.prototype.set_he.call(this, a);
|
|
9312
9312
|
};
|
|
9313
9313
|
GeographicHighDensityScatterSeries.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
9314
|
-
GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
9314
|
+
GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.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]]);
|
|
9315
9315
|
return GeographicHighDensityScatterSeries;
|
|
9316
9316
|
}(GeographicMapSeriesHost));
|
|
9317
9317
|
|
|
@@ -9395,7 +9395,7 @@
|
|
|
9395
9395
|
* Gets whether the current series shows pixels.
|
|
9396
9396
|
*/
|
|
9397
9397
|
get: function () {
|
|
9398
|
-
return this.i.
|
|
9398
|
+
return this.i.fs;
|
|
9399
9399
|
},
|
|
9400
9400
|
enumerable: false,
|
|
9401
9401
|
configurable: true
|
|
@@ -9405,10 +9405,10 @@
|
|
|
9405
9405
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9406
9406
|
*/
|
|
9407
9407
|
get: function () {
|
|
9408
|
-
return this.i.
|
|
9408
|
+
return this.i.x9;
|
|
9409
9409
|
},
|
|
9410
9410
|
set: function (v) {
|
|
9411
|
-
this.i.
|
|
9411
|
+
this.i.x9 = v;
|
|
9412
9412
|
},
|
|
9413
9413
|
enumerable: false,
|
|
9414
9414
|
configurable: true
|
|
@@ -9418,10 +9418,10 @@
|
|
|
9418
9418
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9419
9419
|
*/
|
|
9420
9420
|
get: function () {
|
|
9421
|
-
return this.i.
|
|
9421
|
+
return this.i.yb;
|
|
9422
9422
|
},
|
|
9423
9423
|
set: function (v) {
|
|
9424
|
-
this.i.
|
|
9424
|
+
this.i.yb = v;
|
|
9425
9425
|
},
|
|
9426
9426
|
enumerable: false,
|
|
9427
9427
|
configurable: true
|
|
@@ -9431,11 +9431,11 @@
|
|
|
9431
9431
|
* Gets or sets the whether to use use brute force mode.
|
|
9432
9432
|
*/
|
|
9433
9433
|
get: function () {
|
|
9434
|
-
return this.i.
|
|
9434
|
+
return this.i.xy;
|
|
9435
9435
|
},
|
|
9436
9436
|
set: function (v) {
|
|
9437
|
-
this.i.
|
|
9438
|
-
this._a("useBruteForce", this.i.
|
|
9437
|
+
this.i.xy = igniteuiWebcomponentsCore.ensureBool(v);
|
|
9438
|
+
this._a("useBruteForce", this.i.xy);
|
|
9439
9439
|
},
|
|
9440
9440
|
enumerable: false,
|
|
9441
9441
|
configurable: true
|
|
@@ -9445,11 +9445,11 @@
|
|
|
9445
9445
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9446
9446
|
*/
|
|
9447
9447
|
get: function () {
|
|
9448
|
-
return this.i.
|
|
9448
|
+
return this.i.xx;
|
|
9449
9449
|
},
|
|
9450
9450
|
set: function (v) {
|
|
9451
|
-
this.i.
|
|
9452
|
-
this._a("progressiveLoad", this.i.
|
|
9451
|
+
this.i.xx = igniteuiWebcomponentsCore.ensureBool(v);
|
|
9452
|
+
this._a("progressiveLoad", this.i.xx);
|
|
9453
9453
|
},
|
|
9454
9454
|
enumerable: false,
|
|
9455
9455
|
configurable: true
|
|
@@ -9459,11 +9459,11 @@
|
|
|
9459
9459
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9460
9460
|
*/
|
|
9461
9461
|
get: function () {
|
|
9462
|
-
return this.i.
|
|
9462
|
+
return this.i.xw;
|
|
9463
9463
|
},
|
|
9464
9464
|
set: function (v) {
|
|
9465
|
-
this.i.
|
|
9466
|
-
this._a("mouseOverEnabled", this.i.
|
|
9465
|
+
this.i.xw = igniteuiWebcomponentsCore.ensureBool(v);
|
|
9466
|
+
this._a("mouseOverEnabled", this.i.xw);
|
|
9467
9467
|
},
|
|
9468
9468
|
enumerable: false,
|
|
9469
9469
|
configurable: true
|
|
@@ -9473,11 +9473,11 @@
|
|
|
9473
9473
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9474
9474
|
*/
|
|
9475
9475
|
get: function () {
|
|
9476
|
-
return this.i.
|
|
9476
|
+
return this.i.x0;
|
|
9477
9477
|
},
|
|
9478
9478
|
set: function (v) {
|
|
9479
|
-
this.i.
|
|
9480
|
-
this._a("heatMinimum", this.i.
|
|
9479
|
+
this.i.x0 = +v;
|
|
9480
|
+
this._a("heatMinimum", this.i.x0);
|
|
9481
9481
|
},
|
|
9482
9482
|
enumerable: false,
|
|
9483
9483
|
configurable: true
|
|
@@ -9487,11 +9487,11 @@
|
|
|
9487
9487
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9488
9488
|
*/
|
|
9489
9489
|
get: function () {
|
|
9490
|
-
return this.i.
|
|
9490
|
+
return this.i.xz;
|
|
9491
9491
|
},
|
|
9492
9492
|
set: function (v) {
|
|
9493
|
-
this.i.
|
|
9494
|
-
this._a("heatMaximum", this.i.
|
|
9493
|
+
this.i.xz = +v;
|
|
9494
|
+
this._a("heatMaximum", this.i.xz);
|
|
9495
9495
|
},
|
|
9496
9496
|
enumerable: false,
|
|
9497
9497
|
configurable: true
|
|
@@ -9501,11 +9501,11 @@
|
|
|
9501
9501
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9502
9502
|
*/
|
|
9503
9503
|
get: function () {
|
|
9504
|
-
return igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9504
|
+
return igniteuiWebcomponentsCore.colorToString(this.i.yu);
|
|
9505
9505
|
},
|
|
9506
9506
|
set: function (v) {
|
|
9507
|
-
this.i.
|
|
9508
|
-
this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9507
|
+
this.i.yu = igniteuiWebcomponentsCore.stringToColor(v);
|
|
9508
|
+
this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.yu));
|
|
9509
9509
|
},
|
|
9510
9510
|
enumerable: false,
|
|
9511
9511
|
configurable: true
|
|
@@ -9515,11 +9515,11 @@
|
|
|
9515
9515
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9516
9516
|
*/
|
|
9517
9517
|
get: function () {
|
|
9518
|
-
return igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9518
|
+
return igniteuiWebcomponentsCore.colorToString(this.i.yt);
|
|
9519
9519
|
},
|
|
9520
9520
|
set: function (v) {
|
|
9521
|
-
this.i.
|
|
9522
|
-
this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9521
|
+
this.i.yt = igniteuiWebcomponentsCore.stringToColor(v);
|
|
9522
|
+
this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.yt));
|
|
9523
9523
|
},
|
|
9524
9524
|
enumerable: false,
|
|
9525
9525
|
configurable: true
|
|
@@ -9529,11 +9529,11 @@
|
|
|
9529
9529
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9530
9530
|
*/
|
|
9531
9531
|
get: function () {
|
|
9532
|
-
return this.i.
|
|
9532
|
+
return this.i.x3;
|
|
9533
9533
|
},
|
|
9534
9534
|
set: function (v) {
|
|
9535
|
-
this.i.
|
|
9536
|
-
this._a("pointExtent", this.i.
|
|
9535
|
+
this.i.x3 = +v;
|
|
9536
|
+
this._a("pointExtent", this.i.x3);
|
|
9537
9537
|
},
|
|
9538
9538
|
enumerable: false,
|
|
9539
9539
|
configurable: true
|
|
@@ -9543,11 +9543,11 @@
|
|
|
9543
9543
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9544
9544
|
*/
|
|
9545
9545
|
get: function () {
|
|
9546
|
-
return this.i.
|
|
9546
|
+
return this.i.x4;
|
|
9547
9547
|
},
|
|
9548
9548
|
set: function (v) {
|
|
9549
|
-
this.i.
|
|
9550
|
-
this._a("progressiveStatus", this.i.
|
|
9549
|
+
this.i.x4 = +v;
|
|
9550
|
+
this._a("progressiveStatus", this.i.x4);
|
|
9551
9551
|
},
|
|
9552
9552
|
enumerable: false,
|
|
9553
9553
|
configurable: true
|
|
@@ -9641,24 +9641,24 @@
|
|
|
9641
9641
|
GeographicContourLineSeriesView.prototype.a4 = function () {
|
|
9642
9642
|
_super.prototype.a4.call(this);
|
|
9643
9643
|
if (!this.t) {
|
|
9644
|
-
this.c2.
|
|
9644
|
+
this.c2.jz = igniteuiWebcomponentsCharts.Defaults.z;
|
|
9645
9645
|
}
|
|
9646
9646
|
};
|
|
9647
9647
|
GeographicContourLineSeriesView.prototype.ci = function () {
|
|
9648
9648
|
_super.prototype.ci.call(this);
|
|
9649
|
-
if (this.c2.
|
|
9650
|
-
this.c2.
|
|
9651
|
-
this.c2.
|
|
9649
|
+
if (this.c2.xm != null) {
|
|
9650
|
+
this.c2.ye.zh = this.c2.yh;
|
|
9651
|
+
this.c2.ye.zr = this.c2.yl;
|
|
9652
9652
|
}
|
|
9653
9653
|
};
|
|
9654
9654
|
GeographicContourLineSeriesView.prototype.c3 = function () {
|
|
9655
|
-
if (this.c2.
|
|
9656
|
-
this.c2.
|
|
9655
|
+
if (this.c2.ye != null) {
|
|
9656
|
+
this.c2.ye.zh = this.c2.yh;
|
|
9657
9657
|
}
|
|
9658
9658
|
};
|
|
9659
9659
|
GeographicContourLineSeriesView.prototype.c4 = function () {
|
|
9660
|
-
if (this.c2.
|
|
9661
|
-
this.c2.
|
|
9660
|
+
if (this.c2.ye != null) {
|
|
9661
|
+
this.c2.ye.zr = this.c2.yl;
|
|
9662
9662
|
}
|
|
9663
9663
|
};
|
|
9664
9664
|
GeographicContourLineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9678,72 +9678,72 @@
|
|
|
9678
9678
|
GeographicContourLineSeries.prototype.bk = function () {
|
|
9679
9679
|
return new GeographicContourLineSeries();
|
|
9680
9680
|
};
|
|
9681
|
-
GeographicContourLineSeries.prototype.
|
|
9681
|
+
GeographicContourLineSeries.prototype.get_fn = function () {
|
|
9682
9682
|
return true;
|
|
9683
9683
|
};
|
|
9684
|
-
GeographicContourLineSeries.prototype.
|
|
9685
|
-
_super.prototype.
|
|
9684
|
+
GeographicContourLineSeries.prototype.xr = function (a, b) {
|
|
9685
|
+
_super.prototype.xr.call(this, a, b);
|
|
9686
9686
|
};
|
|
9687
|
-
GeographicContourLineSeries.prototype.
|
|
9688
|
-
this.
|
|
9689
|
-
var a = this.
|
|
9690
|
-
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9691
|
-
var b = this.
|
|
9692
|
-
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9693
|
-
return this.
|
|
9687
|
+
GeographicContourLineSeries.prototype.xl = function () {
|
|
9688
|
+
this.ye = new igniteuiWebcomponentsCharts.ScatterContourSeries();
|
|
9689
|
+
var a = this.ye;
|
|
9690
|
+
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.yo));
|
|
9691
|
+
var b = this.ye;
|
|
9692
|
+
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yp));
|
|
9693
|
+
return this.ye;
|
|
9694
9694
|
};
|
|
9695
|
-
GeographicContourLineSeries.prototype.
|
|
9695
|
+
GeographicContourLineSeries.prototype.yo = function (a, b) {
|
|
9696
9696
|
if (this.triangulationStatusChanged != null) {
|
|
9697
9697
|
this.triangulationStatusChanged(this, b);
|
|
9698
9698
|
}
|
|
9699
9699
|
};
|
|
9700
|
-
GeographicContourLineSeries.prototype.
|
|
9701
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.
|
|
9700
|
+
GeographicContourLineSeries.prototype.yp = function (a, b) {
|
|
9701
|
+
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.xm);
|
|
9702
9702
|
if (c == null) {
|
|
9703
9703
|
return;
|
|
9704
9704
|
}
|
|
9705
9705
|
if (b.propertyName == "ActualFillScale") {
|
|
9706
|
-
this.
|
|
9706
|
+
this.yg = c.zg;
|
|
9707
9707
|
}
|
|
9708
9708
|
};
|
|
9709
|
-
GeographicContourLineSeries.prototype.
|
|
9710
|
-
_super.prototype.
|
|
9709
|
+
GeographicContourLineSeries.prototype.s0 = function () {
|
|
9710
|
+
_super.prototype.s0.call(this);
|
|
9711
9711
|
};
|
|
9712
9712
|
GeographicContourLineSeries.prototype.ct = function () {
|
|
9713
9713
|
return new GeographicContourLineSeriesView(this);
|
|
9714
9714
|
};
|
|
9715
|
-
GeographicContourLineSeries.prototype.
|
|
9716
|
-
_super.prototype.
|
|
9717
|
-
this.
|
|
9715
|
+
GeographicContourLineSeries.prototype.ri = function (a) {
|
|
9716
|
+
_super.prototype.ri.call(this, a);
|
|
9717
|
+
this.yi = a;
|
|
9718
9718
|
};
|
|
9719
|
-
GeographicContourLineSeries.prototype.
|
|
9720
|
-
_super.prototype.
|
|
9719
|
+
GeographicContourLineSeries.prototype.rr = function (a, b, c, d) {
|
|
9720
|
+
_super.prototype.rr.call(this, a, b, c, d);
|
|
9721
9721
|
switch (b) {
|
|
9722
9722
|
case GeographicContourLineSeries.$$p[1]:
|
|
9723
|
-
this.
|
|
9723
|
+
this.yi.c3();
|
|
9724
9724
|
break;
|
|
9725
9725
|
case GeographicContourLineSeries.$$p[2]:
|
|
9726
|
-
this.
|
|
9726
|
+
this.yi.c4();
|
|
9727
9727
|
break;
|
|
9728
9728
|
case GeographicContourLineSeries.$$p[3]:
|
|
9729
|
-
this.
|
|
9729
|
+
this.ye.ze = this.yd;
|
|
9730
9730
|
break;
|
|
9731
9731
|
case "DashArray":
|
|
9732
|
-
this.
|
|
9732
|
+
this.ye.wn = this.wn;
|
|
9733
9733
|
break;
|
|
9734
9734
|
case "DashCap":
|
|
9735
|
-
this.
|
|
9735
|
+
this.ye.wo = this.wo;
|
|
9736
9736
|
break;
|
|
9737
9737
|
case "MiterLimit":
|
|
9738
|
-
this.
|
|
9738
|
+
this.ye.jq = this.jq;
|
|
9739
9739
|
break;
|
|
9740
9740
|
case "LineJoin":
|
|
9741
|
-
this.
|
|
9741
|
+
this.ye.wq = this.wq;
|
|
9742
9742
|
break;
|
|
9743
9743
|
}
|
|
9744
9744
|
};
|
|
9745
9745
|
GeographicContourLineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9746
|
-
GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9746
|
+
GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:yh:yr', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
|
|
9747
9747
|
return GeographicContourLineSeries;
|
|
9748
9748
|
}(GeographicXYTriangulatingSeries));
|
|
9749
9749
|
|
|
@@ -9826,7 +9826,7 @@
|
|
|
9826
9826
|
* Gets whether the current series shows a line contour shape.
|
|
9827
9827
|
*/
|
|
9828
9828
|
get: function () {
|
|
9829
|
-
return this.i.
|
|
9829
|
+
return this.i.fn;
|
|
9830
9830
|
},
|
|
9831
9831
|
enumerable: false,
|
|
9832
9832
|
configurable: true
|
|
@@ -9836,10 +9836,10 @@
|
|
|
9836
9836
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9837
9837
|
*/
|
|
9838
9838
|
get: function () {
|
|
9839
|
-
return this.i.
|
|
9839
|
+
return this.i.yl;
|
|
9840
9840
|
},
|
|
9841
9841
|
set: function (v) {
|
|
9842
|
-
this.i.
|
|
9842
|
+
this.i.yl = v;
|
|
9843
9843
|
},
|
|
9844
9844
|
enumerable: false,
|
|
9845
9845
|
configurable: true
|
|
@@ -9849,7 +9849,7 @@
|
|
|
9849
9849
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9850
9850
|
*/
|
|
9851
9851
|
get: function () {
|
|
9852
|
-
var r = this.i.
|
|
9852
|
+
var r = this.i.yh;
|
|
9853
9853
|
if (r == null) {
|
|
9854
9854
|
return null;
|
|
9855
9855
|
}
|
|
@@ -9865,7 +9865,7 @@
|
|
|
9865
9865
|
set: function (v) {
|
|
9866
9866
|
if (v != null && this._stylingContainer && v._styling)
|
|
9867
9867
|
v._styling(this._stylingContainer, this, this);
|
|
9868
|
-
v == null ? this.i.
|
|
9868
|
+
v == null ? this.i.yh = null : this.i.yh = v.i;
|
|
9869
9869
|
},
|
|
9870
9870
|
enumerable: false,
|
|
9871
9871
|
configurable: true
|
|
@@ -9875,7 +9875,7 @@
|
|
|
9875
9875
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9876
9876
|
*/
|
|
9877
9877
|
get: function () {
|
|
9878
|
-
var r = this.i.
|
|
9878
|
+
var r = this.i.yg;
|
|
9879
9879
|
if (r == null) {
|
|
9880
9880
|
return null;
|
|
9881
9881
|
}
|
|
@@ -9891,7 +9891,7 @@
|
|
|
9891
9891
|
set: function (v) {
|
|
9892
9892
|
if (v != null && this._stylingContainer && v._styling)
|
|
9893
9893
|
v._styling(this._stylingContainer, this, this);
|
|
9894
|
-
v == null ? this.i.
|
|
9894
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
9895
9895
|
},
|
|
9896
9896
|
enumerable: false,
|
|
9897
9897
|
configurable: true
|
|
@@ -9901,7 +9901,7 @@
|
|
|
9901
9901
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9902
9902
|
*/
|
|
9903
9903
|
get: function () {
|
|
9904
|
-
var r = this.i.
|
|
9904
|
+
var r = this.i.yd;
|
|
9905
9905
|
if (r == null) {
|
|
9906
9906
|
return null;
|
|
9907
9907
|
}
|
|
@@ -9917,7 +9917,7 @@
|
|
|
9917
9917
|
set: function (v) {
|
|
9918
9918
|
if (v != null && this._stylingContainer && v._styling)
|
|
9919
9919
|
v._styling(this._stylingContainer, this, this);
|
|
9920
|
-
v == null ? this.i.
|
|
9920
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
9921
9921
|
},
|
|
9922
9922
|
enumerable: false,
|
|
9923
9923
|
configurable: true
|