igniteui-webcomponents-maps 4.7.0 → 4.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1098 -1071
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- 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 +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- 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 +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- 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 +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- 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 +1107 -1080
- package/fesm5/igniteui-webcomponents-maps.js +1098 -1071
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- 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 +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +3 -3
|
@@ -449,319 +449,319 @@
|
|
|
449
449
|
tslib.__extends(GeographicMapSeriesHost, _super);
|
|
450
450
|
function GeographicMapSeriesHost() {
|
|
451
451
|
var _this = _super.call(this) || this;
|
|
452
|
-
_this.
|
|
453
|
-
_this.
|
|
452
|
+
_this.t2 = null;
|
|
453
|
+
_this.t4 = _this.t3();
|
|
454
454
|
return _this;
|
|
455
455
|
}
|
|
456
|
-
GeographicMapSeriesHost.prototype.
|
|
457
|
-
_super.prototype.
|
|
458
|
-
if (this.
|
|
459
|
-
this.
|
|
456
|
+
GeographicMapSeriesHost.prototype.oh = function () {
|
|
457
|
+
_super.prototype.oh.call(this);
|
|
458
|
+
if (this.t4 != null) {
|
|
459
|
+
this.t4.oh();
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
|
-
GeographicMapSeriesHost.prototype.
|
|
462
|
+
GeographicMapSeriesHost.prototype.get_er = function () {
|
|
463
463
|
return true;
|
|
464
464
|
};
|
|
465
|
-
GeographicMapSeriesHost.prototype.
|
|
466
|
-
var c = this.
|
|
465
|
+
GeographicMapSeriesHost.prototype.jv = function (a, b) {
|
|
466
|
+
var c = this.lw(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.t4.jv(a, b);
|
|
474
474
|
};
|
|
475
|
-
GeographicMapSeriesHost.prototype.
|
|
476
|
-
return this.
|
|
475
|
+
GeographicMapSeriesHost.prototype.dt = function (a, b, c, d) {
|
|
476
|
+
return this.t4.dt(a, b, c, d);
|
|
477
477
|
};
|
|
478
478
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
479
|
-
return this.
|
|
479
|
+
return this.t4.ag();
|
|
480
480
|
};
|
|
481
|
-
GeographicMapSeriesHost.prototype.
|
|
482
|
-
return this.
|
|
481
|
+
GeographicMapSeriesHost.prototype.bk = function () {
|
|
482
|
+
return this.t4;
|
|
483
483
|
};
|
|
484
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
484
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "t4", {
|
|
485
485
|
get: function () {
|
|
486
|
-
return this.
|
|
486
|
+
return this.t2;
|
|
487
487
|
},
|
|
488
488
|
set: function (a) {
|
|
489
|
-
var b = this.
|
|
489
|
+
var b = this.t4 != a;
|
|
490
490
|
if (b) {
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
491
|
+
this.t2 = a;
|
|
492
|
+
this.t9();
|
|
493
493
|
}
|
|
494
494
|
},
|
|
495
495
|
enumerable: false,
|
|
496
496
|
configurable: true
|
|
497
497
|
});
|
|
498
498
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
499
|
-
return this.
|
|
499
|
+
return this.t4.hasMarkers;
|
|
500
500
|
};
|
|
501
|
-
GeographicMapSeriesHost.prototype.
|
|
502
|
-
if (this.
|
|
503
|
-
var hostedSeries_ = this.
|
|
501
|
+
GeographicMapSeriesHost.prototype.t9 = function () {
|
|
502
|
+
if (this.t2 != null) {
|
|
503
|
+
var hostedSeries_ = this.t2;
|
|
504
504
|
hostedSeries_.externalObject = igniteuiWebcomponentsCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiWebcomponentsCore.PlatformConstants.Prefix, igniteuiWebcomponentsCore.PlatformConstants.Postfix);
|
|
505
505
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
506
506
|
}
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
507
|
+
this.ns(this.t4);
|
|
508
|
+
this.t5.b5();
|
|
509
509
|
};
|
|
510
510
|
GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
|
|
511
|
-
return this.az(this.
|
|
511
|
+
return this.az(this.t4, a, b, c);
|
|
512
512
|
};
|
|
513
513
|
GeographicMapSeriesHost.prototype.ay = function (a, b, c) {
|
|
514
|
-
return this.a0(this.
|
|
514
|
+
return this.a0(this.t4, a, b, c);
|
|
515
515
|
};
|
|
516
|
-
GeographicMapSeriesHost.prototype.
|
|
517
|
-
return this.
|
|
516
|
+
GeographicMapSeriesHost.prototype.js = function (a) {
|
|
517
|
+
return this.jy(this.t4, a);
|
|
518
518
|
};
|
|
519
|
-
GeographicMapSeriesHost.prototype.
|
|
520
|
-
return this.
|
|
519
|
+
GeographicMapSeriesHost.prototype.jg = function (a, b) {
|
|
520
|
+
return this.t4.jg(a, b);
|
|
521
521
|
};
|
|
522
|
-
GeographicMapSeriesHost.prototype.
|
|
523
|
-
return this.
|
|
522
|
+
GeographicMapSeriesHost.prototype.je = function (a, b) {
|
|
523
|
+
return this.t4.je(a, b);
|
|
524
524
|
};
|
|
525
|
-
GeographicMapSeriesHost.prototype.
|
|
526
|
-
return this.
|
|
525
|
+
GeographicMapSeriesHost.prototype.ia = function (a, b, c) {
|
|
526
|
+
return this.t4.ia(a, b, c);
|
|
527
527
|
};
|
|
528
|
-
GeographicMapSeriesHost.prototype.
|
|
529
|
-
return this.
|
|
528
|
+
GeographicMapSeriesHost.prototype.ti = function (a, b, c) {
|
|
529
|
+
return this.t4.ti(a, b, c);
|
|
530
530
|
};
|
|
531
|
-
GeographicMapSeriesHost.prototype.
|
|
532
|
-
return this.
|
|
531
|
+
GeographicMapSeriesHost.prototype.tt = function (a) {
|
|
532
|
+
return this.t4.tt(a);
|
|
533
533
|
};
|
|
534
534
|
GeographicMapSeriesHost.prototype.ak = function (a) {
|
|
535
|
-
return this.
|
|
535
|
+
return this.t4.ak(a);
|
|
536
536
|
};
|
|
537
|
-
GeographicMapSeriesHost.prototype.
|
|
538
|
-
return this.
|
|
537
|
+
GeographicMapSeriesHost.prototype.tu = function (a) {
|
|
538
|
+
return this.t4.tu(a);
|
|
539
539
|
};
|
|
540
540
|
GeographicMapSeriesHost.prototype.al = function (a) {
|
|
541
|
-
return this.
|
|
542
|
-
};
|
|
543
|
-
GeographicMapSeriesHost.prototype.tu = function (a) {
|
|
544
|
-
return this.t3.tu(a);
|
|
541
|
+
return this.t4.al(a);
|
|
545
542
|
};
|
|
546
543
|
GeographicMapSeriesHost.prototype.tv = function (a) {
|
|
547
|
-
return this.
|
|
544
|
+
return this.t4.tv(a);
|
|
548
545
|
};
|
|
549
|
-
GeographicMapSeriesHost.prototype.
|
|
550
|
-
return this.
|
|
546
|
+
GeographicMapSeriesHost.prototype.tw = function (a) {
|
|
547
|
+
return this.t4.tw(a);
|
|
551
548
|
};
|
|
552
|
-
GeographicMapSeriesHost.prototype.
|
|
553
|
-
return this.
|
|
549
|
+
GeographicMapSeriesHost.prototype.h6 = function (a, b, c) {
|
|
550
|
+
return this.t4.h6(a, b, c);
|
|
554
551
|
};
|
|
555
|
-
GeographicMapSeriesHost.prototype.
|
|
556
|
-
return this.
|
|
552
|
+
GeographicMapSeriesHost.prototype.te = function (a, b, c) {
|
|
553
|
+
return this.t4.te(a, b, c);
|
|
557
554
|
};
|
|
558
|
-
GeographicMapSeriesHost.prototype.
|
|
559
|
-
return this.
|
|
555
|
+
GeographicMapSeriesHost.prototype.h8 = function (a, b, c) {
|
|
556
|
+
return this.ia(a, b, c);
|
|
560
557
|
};
|
|
561
|
-
GeographicMapSeriesHost.prototype.
|
|
562
|
-
return this.
|
|
558
|
+
GeographicMapSeriesHost.prototype.tg = function (a, b, c) {
|
|
559
|
+
return this.t4.tg(a, b, c);
|
|
563
560
|
};
|
|
564
|
-
GeographicMapSeriesHost.prototype.
|
|
565
|
-
return this.
|
|
561
|
+
GeographicMapSeriesHost.prototype.tj = function (a, b, c) {
|
|
562
|
+
return this.t4.tj(a, b, c);
|
|
566
563
|
};
|
|
567
|
-
GeographicMapSeriesHost.prototype.
|
|
568
|
-
return this.
|
|
564
|
+
GeographicMapSeriesHost.prototype.ib = function (a, b, c) {
|
|
565
|
+
return this.t4.ib(a, b, c);
|
|
569
566
|
};
|
|
570
|
-
GeographicMapSeriesHost.prototype.
|
|
571
|
-
return this.
|
|
567
|
+
GeographicMapSeriesHost.prototype.tf = function (a, b, c) {
|
|
568
|
+
return this.t4.tf(a, b, c);
|
|
572
569
|
};
|
|
573
|
-
GeographicMapSeriesHost.prototype.
|
|
574
|
-
return this.
|
|
570
|
+
GeographicMapSeriesHost.prototype.h7 = function (a, b, c) {
|
|
571
|
+
return this.t4.h7(a, b, c);
|
|
575
572
|
};
|
|
576
|
-
GeographicMapSeriesHost.prototype.
|
|
577
|
-
return this.
|
|
573
|
+
GeographicMapSeriesHost.prototype.th = function (a, b, c) {
|
|
574
|
+
return this.t4.th(a, b, c);
|
|
578
575
|
};
|
|
579
|
-
GeographicMapSeriesHost.prototype.
|
|
580
|
-
return this.
|
|
576
|
+
GeographicMapSeriesHost.prototype.h9 = function (a, b, c) {
|
|
577
|
+
return this.t4.h9(a, b, c);
|
|
581
578
|
};
|
|
582
|
-
GeographicMapSeriesHost.prototype.
|
|
583
|
-
return this.
|
|
579
|
+
GeographicMapSeriesHost.prototype.ja = function (a) {
|
|
580
|
+
return this.t4.ja(a);
|
|
584
581
|
};
|
|
585
|
-
GeographicMapSeriesHost.prototype.
|
|
586
|
-
return this.
|
|
582
|
+
GeographicMapSeriesHost.prototype.h1 = function () {
|
|
583
|
+
return this.t4.h1();
|
|
587
584
|
};
|
|
588
|
-
GeographicMapSeriesHost.prototype.
|
|
589
|
-
return this.
|
|
585
|
+
GeographicMapSeriesHost.prototype.hx = function (a) {
|
|
586
|
+
return this.t4.hx(a);
|
|
587
|
+
};
|
|
588
|
+
GeographicMapSeriesHost.prototype.jt = function (a) {
|
|
589
|
+
return this.t4.jt(a);
|
|
590
590
|
};
|
|
591
|
-
GeographicMapSeriesHost.prototype.
|
|
591
|
+
GeographicMapSeriesHost.prototype.ch = function () {
|
|
592
592
|
return new HostSeriesView(this);
|
|
593
593
|
};
|
|
594
|
-
GeographicMapSeriesHost.prototype.
|
|
595
|
-
_super.prototype.
|
|
596
|
-
this.
|
|
594
|
+
GeographicMapSeriesHost.prototype.o1 = function (a) {
|
|
595
|
+
_super.prototype.o1.call(this, a);
|
|
596
|
+
this.t5 = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
|
|
597
597
|
};
|
|
598
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
598
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "t6", {
|
|
599
599
|
get: function () {
|
|
600
|
-
return this.c(GeographicMapSeriesHost.
|
|
600
|
+
return this.c(GeographicMapSeriesHost.ub);
|
|
601
601
|
},
|
|
602
602
|
set: function (a) {
|
|
603
|
-
this.h(GeographicMapSeriesHost.
|
|
603
|
+
this.h(GeographicMapSeriesHost.ub, a);
|
|
604
604
|
},
|
|
605
605
|
enumerable: false,
|
|
606
606
|
configurable: true
|
|
607
607
|
});
|
|
608
|
-
GeographicMapSeriesHost.prototype.
|
|
609
|
-
_super.prototype.
|
|
608
|
+
GeographicMapSeriesHost.prototype.o9 = function (a, b, c, d) {
|
|
609
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
610
610
|
switch (b) {
|
|
611
611
|
case "SeriesViewer":
|
|
612
|
-
this.
|
|
612
|
+
this.t4.cz = this.cz;
|
|
613
613
|
if (c != null) {
|
|
614
|
-
c.o2(this.
|
|
614
|
+
c.o2(this.t4);
|
|
615
615
|
}
|
|
616
616
|
if (d != null) {
|
|
617
|
-
this.
|
|
617
|
+
this.cz.lr(this.t4);
|
|
618
618
|
}
|
|
619
|
-
this.
|
|
620
|
-
this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
619
|
+
this.t4.pc(this.tx);
|
|
620
|
+
this.t4.index = this.index;
|
|
621
|
+
this.n3(this.t4);
|
|
622
|
+
this.jm = this.t4.jm;
|
|
623
623
|
var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, c);
|
|
624
624
|
if (e != null) {
|
|
625
|
-
e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
625
|
+
e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.ua));
|
|
626
626
|
}
|
|
627
|
-
if (this.
|
|
628
|
-
var f = this.
|
|
629
|
-
f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
627
|
+
if (this.cz != null) {
|
|
628
|
+
var f = this.cz;
|
|
629
|
+
f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.ua));
|
|
630
630
|
}
|
|
631
|
-
this.
|
|
631
|
+
this.t8();
|
|
632
632
|
break;
|
|
633
633
|
case "SyncLink":
|
|
634
|
-
this.
|
|
634
|
+
this.t4.cs = this.cs;
|
|
635
635
|
break;
|
|
636
636
|
case "VisibleFromScale":
|
|
637
|
-
this.
|
|
637
|
+
this.t8();
|
|
638
638
|
break;
|
|
639
639
|
case "Index":
|
|
640
|
-
this.
|
|
640
|
+
this.t4.index = this.index;
|
|
641
641
|
break;
|
|
642
642
|
case "ItemsSource":
|
|
643
|
-
this.
|
|
643
|
+
this.t5.b6();
|
|
644
644
|
break;
|
|
645
645
|
case "Resolution":
|
|
646
|
-
this.
|
|
646
|
+
this.t5.cd();
|
|
647
647
|
break;
|
|
648
648
|
case "TransitionDuration":
|
|
649
|
-
this.
|
|
649
|
+
this.t5.cg();
|
|
650
650
|
break;
|
|
651
651
|
case "Opacity":
|
|
652
|
-
this.
|
|
652
|
+
this.t5.ca();
|
|
653
653
|
break;
|
|
654
654
|
case "Visibility":
|
|
655
|
-
var hs_ = this.
|
|
655
|
+
var hs_ = this.t4;
|
|
656
656
|
var v_ = this._visibility;
|
|
657
657
|
hs_.visibility = v_;
|
|
658
658
|
break;
|
|
659
659
|
case "MouseOverEnabled":
|
|
660
|
-
this.
|
|
660
|
+
this.t4.fl = this.fl;
|
|
661
661
|
break;
|
|
662
662
|
case "ExpectFunctions":
|
|
663
|
-
this.
|
|
663
|
+
this.t4.expectFunctions = this.expectFunctions;
|
|
664
664
|
break;
|
|
665
665
|
case "Thickness":
|
|
666
|
-
this.
|
|
666
|
+
this.t5.cf();
|
|
667
667
|
break;
|
|
668
668
|
case "Brush":
|
|
669
|
-
this.
|
|
669
|
+
this.t5.b4();
|
|
670
670
|
break;
|
|
671
671
|
case "Outline":
|
|
672
|
-
this.
|
|
672
|
+
this.t5.cc();
|
|
673
673
|
break;
|
|
674
674
|
case "ActualBrush":
|
|
675
|
-
this.
|
|
675
|
+
this.t5.b1();
|
|
676
676
|
break;
|
|
677
677
|
case "ActualOutline":
|
|
678
|
-
this.
|
|
678
|
+
this.t5.b2();
|
|
679
679
|
break;
|
|
680
680
|
case "MarkerFillOpacity":
|
|
681
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
682
|
-
this.
|
|
681
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.il)) {
|
|
682
|
+
this.t5.b9();
|
|
683
683
|
}
|
|
684
684
|
break;
|
|
685
685
|
case "AreaFillOpacity":
|
|
686
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
687
|
-
this.
|
|
686
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.hq)) {
|
|
687
|
+
this.t5.b3();
|
|
688
688
|
}
|
|
689
689
|
break;
|
|
690
690
|
case "OutlineMode":
|
|
691
|
-
this.
|
|
691
|
+
this.t5.cb();
|
|
692
692
|
break;
|
|
693
693
|
case "ShowDefaultTooltip":
|
|
694
|
-
this.
|
|
694
|
+
this.t5.ce();
|
|
695
695
|
break;
|
|
696
696
|
case "Title":
|
|
697
|
-
this.
|
|
697
|
+
this.t4.title = this.title;
|
|
698
698
|
break;
|
|
699
699
|
case "LegendItemBadgeMode":
|
|
700
|
-
this.
|
|
700
|
+
this.t5.b7();
|
|
701
701
|
break;
|
|
702
702
|
case "LegendItemBadgeShape":
|
|
703
|
-
this.
|
|
703
|
+
this.t5.b8();
|
|
704
704
|
break;
|
|
705
705
|
case "Legend":
|
|
706
|
-
this.
|
|
707
|
-
this.
|
|
706
|
+
this.t4.legend = this.legend;
|
|
707
|
+
this.ck.av();
|
|
708
708
|
break;
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
|
-
GeographicMapSeriesHost.prototype.
|
|
712
|
-
if (this.
|
|
711
|
+
GeographicMapSeriesHost.prototype.t8 = function () {
|
|
712
|
+
if (this.cz == null || this.t4 == null) {
|
|
713
713
|
return;
|
|
714
714
|
}
|
|
715
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
716
|
-
if (this.
|
|
717
|
-
var hs_ = this.
|
|
715
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.t6)) {
|
|
716
|
+
if (this.cz.tn.width > this.t6) {
|
|
717
|
+
var hs_ = this.t4;
|
|
718
718
|
var v_ = 1;
|
|
719
719
|
hs_.visibility = v_;
|
|
720
720
|
}
|
|
721
721
|
else {
|
|
722
|
-
var hs2_ = this.
|
|
722
|
+
var hs2_ = this.t4;
|
|
723
723
|
var v2_ = 0;
|
|
724
724
|
hs2_.visibility = v2_;
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
};
|
|
728
|
-
GeographicMapSeriesHost.prototype.
|
|
729
|
-
this.
|
|
728
|
+
GeographicMapSeriesHost.prototype.ua = function (a, b) {
|
|
729
|
+
this.t8();
|
|
730
730
|
};
|
|
731
|
-
GeographicMapSeriesHost.prototype.
|
|
732
|
-
_super.prototype.
|
|
733
|
-
if (this.
|
|
734
|
-
this.
|
|
731
|
+
GeographicMapSeriesHost.prototype.pq = function (a) {
|
|
732
|
+
_super.prototype.pq.call(this, a);
|
|
733
|
+
if (this.t4 != null) {
|
|
734
|
+
this.t4.pq(a);
|
|
735
735
|
}
|
|
736
736
|
};
|
|
737
|
-
GeographicMapSeriesHost.prototype.
|
|
738
|
-
if (this.
|
|
739
|
-
this.
|
|
737
|
+
GeographicMapSeriesHost.prototype.pp = function (a, b, c, d, e) {
|
|
738
|
+
if (this.t4 != null) {
|
|
739
|
+
this.t4.pp(a, b, c, d, e);
|
|
740
740
|
}
|
|
741
741
|
};
|
|
742
742
|
GeographicMapSeriesHost.prototype.au = function (a, b) {
|
|
743
|
-
return this.
|
|
743
|
+
return this.t4.au(a, b);
|
|
744
744
|
};
|
|
745
|
-
GeographicMapSeriesHost.prototype.
|
|
746
|
-
_super.prototype.
|
|
747
|
-
this.
|
|
745
|
+
GeographicMapSeriesHost.prototype.p9 = function () {
|
|
746
|
+
_super.prototype.p9.call(this);
|
|
747
|
+
this.t4.p9();
|
|
748
748
|
};
|
|
749
749
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
750
750
|
return this._coercionMethods;
|
|
751
751
|
};
|
|
752
752
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
753
753
|
this._coercionMethods = a;
|
|
754
|
-
this.
|
|
754
|
+
this.t4.coercionMethods = a;
|
|
755
755
|
};
|
|
756
|
-
GeographicMapSeriesHost.prototype.
|
|
757
|
-
_super.prototype.
|
|
758
|
-
if (this.
|
|
759
|
-
var b = this.
|
|
760
|
-
this.
|
|
756
|
+
GeographicMapSeriesHost.prototype.n2 = function (a) {
|
|
757
|
+
_super.prototype.n2.call(this, a);
|
|
758
|
+
if (this.t4 != null) {
|
|
759
|
+
var b = this.t4.jr();
|
|
760
|
+
this.nn(a, b);
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
763
|
GeographicMapSeriesHost.$t = igniteuiWebcomponentsCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiWebcomponentsCharts.Series.$);
|
|
764
|
-
GeographicMapSeriesHost.
|
|
764
|
+
GeographicMapSeriesHost.ub = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
|
|
765
765
|
var c = a;
|
|
766
766
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
767
767
|
}));
|
|
@@ -782,67 +782,67 @@
|
|
|
782
782
|
_super.prototype.at.call(this, a, b);
|
|
783
783
|
};
|
|
784
784
|
HostSeriesView.prototype.b5 = function () {
|
|
785
|
-
this.b0.
|
|
786
|
-
this.b0.
|
|
787
|
-
this.b0.
|
|
788
|
-
this.b0.
|
|
789
|
-
this.b0.
|
|
790
|
-
this.b0.
|
|
791
|
-
this.b0.
|
|
792
|
-
this.b0.
|
|
793
|
-
this.b0.
|
|
794
|
-
this.b0.
|
|
795
|
-
this.b0.
|
|
796
|
-
this.b0.
|
|
797
|
-
this.b0.
|
|
798
|
-
this.b0.
|
|
799
|
-
this.b0.
|
|
800
|
-
this.b0.
|
|
785
|
+
this.b0.t1 = 1;
|
|
786
|
+
this.b0.t4.t1 = 0;
|
|
787
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
788
|
+
this.b0.t4.index = this.b0.index;
|
|
789
|
+
this.b0.t4.sx = this.b0.sx;
|
|
790
|
+
this.b0.t4.s3 = this.b0.sx;
|
|
791
|
+
this.b0.t4.cd = this.b0.cd;
|
|
792
|
+
this.b0.t4.ip = this.b0.ip;
|
|
793
|
+
this.b0.t4.jj = this.b0.jj;
|
|
794
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
795
|
+
this.b0.t4.iv = this.b0.iv;
|
|
796
|
+
this.b0.t4.hq = this.b0.hq;
|
|
797
|
+
this.b0.t4.il = this.b0.il;
|
|
798
|
+
this.b0.t4.fz = this.b0.fz;
|
|
799
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
800
|
+
this.b0.t4.ba = this.b0.ba;
|
|
801
801
|
};
|
|
802
802
|
HostSeriesView.prototype.b6 = function () {
|
|
803
|
-
this.b0.
|
|
803
|
+
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
804
804
|
};
|
|
805
805
|
HostSeriesView.prototype.cd = function () {
|
|
806
|
-
this.b0.
|
|
806
|
+
this.b0.t4.ip = this.b0.ip;
|
|
807
807
|
};
|
|
808
808
|
HostSeriesView.prototype.cg = function () {
|
|
809
|
-
this.b0.
|
|
809
|
+
this.b0.t4.jj = this.b0.jj;
|
|
810
810
|
};
|
|
811
811
|
HostSeriesView.prototype.ca = function () {
|
|
812
|
-
this.b0.
|
|
812
|
+
this.b0.t4._opacity = this.b0._opacity;
|
|
813
813
|
};
|
|
814
814
|
HostSeriesView.prototype.cf = function () {
|
|
815
|
-
this.b0.
|
|
815
|
+
this.b0.t4.iv = this.b0.iv;
|
|
816
816
|
};
|
|
817
817
|
HostSeriesView.prototype.b4 = function () {
|
|
818
|
-
this.b0.
|
|
818
|
+
this.b0.t4.sx = this.b0.sx;
|
|
819
819
|
};
|
|
820
820
|
HostSeriesView.prototype.cc = function () {
|
|
821
|
-
this.b0.
|
|
821
|
+
this.b0.t4.s3 = this.b0.s3;
|
|
822
822
|
};
|
|
823
823
|
HostSeriesView.prototype.b1 = function () {
|
|
824
|
-
this.b0.
|
|
824
|
+
this.b0.t4.sx = this.b0.st;
|
|
825
825
|
};
|
|
826
826
|
HostSeriesView.prototype.b2 = function () {
|
|
827
|
-
this.b0.
|
|
827
|
+
this.b0.t4.s3 = this.b0.sw;
|
|
828
828
|
};
|
|
829
829
|
HostSeriesView.prototype.b7 = function () {
|
|
830
|
-
this.b0.
|
|
830
|
+
this.b0.t4.ba = this.b0.ba;
|
|
831
831
|
};
|
|
832
832
|
HostSeriesView.prototype.b8 = function () {
|
|
833
|
-
this.b0.
|
|
833
|
+
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
834
834
|
};
|
|
835
835
|
HostSeriesView.prototype.b3 = function () {
|
|
836
|
-
this.b0.
|
|
836
|
+
this.b0.t4.hq = this.b0.hq;
|
|
837
837
|
};
|
|
838
838
|
HostSeriesView.prototype.b9 = function () {
|
|
839
|
-
this.b0.
|
|
839
|
+
this.b0.t4.il = this.b0.il;
|
|
840
840
|
};
|
|
841
841
|
HostSeriesView.prototype.cb = function () {
|
|
842
|
-
this.b0.
|
|
842
|
+
this.b0.t4.cd = this.b0.cd;
|
|
843
843
|
};
|
|
844
844
|
HostSeriesView.prototype.ce = function () {
|
|
845
|
-
this.b0.
|
|
845
|
+
this.b0.t4.fz = this.b0.fz;
|
|
846
846
|
};
|
|
847
847
|
HostSeriesView.$t = igniteuiWebcomponentsCore.markType(HostSeriesView, 'HostSeriesView', igniteuiWebcomponentsCharts.SeriesView.$);
|
|
848
848
|
return HostSeriesView;
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
try {
|
|
1170
1170
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1171
1171
|
var a = _c.value;
|
|
1172
|
-
a.
|
|
1172
|
+
a.p9();
|
|
1173
1173
|
}
|
|
1174
1174
|
}
|
|
1175
1175
|
catch (e_1_1) {
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
try {
|
|
1587
1587
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1588
1588
|
var g = _d.value;
|
|
1589
|
-
g.
|
|
1589
|
+
g.pq(false);
|
|
1590
1590
|
}
|
|
1591
1591
|
}
|
|
1592
1592
|
catch (e_2_1) {
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
try {
|
|
1634
1634
|
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1635
1635
|
var i = _f.value;
|
|
1636
|
-
i.
|
|
1636
|
+
i.oh();
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
1639
|
catch (e_3_1) {
|
|
@@ -1689,7 +1689,7 @@
|
|
|
1689
1689
|
var c = b;
|
|
1690
1690
|
var d = a;
|
|
1691
1691
|
d.itemsSource = c.triangulationSource.points;
|
|
1692
|
-
d.
|
|
1692
|
+
d.ud = c.triangulationSource.triangles;
|
|
1693
1693
|
}
|
|
1694
1694
|
else {
|
|
1695
1695
|
_super.prototype.o9.call(this, a, b);
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
a.axes.add1(b);
|
|
1723
1723
|
a.axes.add1(c);
|
|
1724
1724
|
for (var d = 0; d < this.series.count; d++) {
|
|
1725
|
-
var e = this.series._inner[d].
|
|
1725
|
+
var e = this.series._inner[d].jr();
|
|
1726
1726
|
a.series.add1(e);
|
|
1727
1727
|
}
|
|
1728
1728
|
a.name = this.name;
|
|
@@ -2022,41 +2022,41 @@
|
|
|
2022
2022
|
}
|
|
2023
2023
|
GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
|
|
2024
2024
|
_super.prototype.b5.call(this);
|
|
2025
|
-
var a = this.ch.
|
|
2026
|
-
a.
|
|
2027
|
-
a.
|
|
2028
|
-
a.trianglesSource = this.ch.
|
|
2029
|
-
a.
|
|
2030
|
-
a.
|
|
2031
|
-
a.
|
|
2025
|
+
var a = this.ch.t4;
|
|
2026
|
+
a.u4 = this.ch.ug;
|
|
2027
|
+
a.vc = this.ch.ue;
|
|
2028
|
+
a.trianglesSource = this.ch.ud;
|
|
2029
|
+
a.us = this.ch.uj;
|
|
2030
|
+
a.uu = this.ch.ul;
|
|
2031
|
+
a.uw = this.ch.un;
|
|
2032
2032
|
};
|
|
2033
2033
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2034
|
-
var a = this.ch.
|
|
2035
|
-
if (this.ch.
|
|
2036
|
-
a.t1 = null;
|
|
2034
|
+
var a = this.ch.t4;
|
|
2035
|
+
if (this.ch.cz == null) {
|
|
2037
2036
|
a.t2 = null;
|
|
2037
|
+
a.t3 = null;
|
|
2038
2038
|
return;
|
|
2039
2039
|
}
|
|
2040
|
-
a.
|
|
2041
|
-
a.
|
|
2040
|
+
a.t2 = this.ch.cz.ua;
|
|
2041
|
+
a.t3 = this.ch.cz.uc;
|
|
2042
2042
|
};
|
|
2043
2043
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2044
|
-
this.ch.
|
|
2044
|
+
this.ch.t4.u4 = this.ch.ug;
|
|
2045
2045
|
};
|
|
2046
2046
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2047
|
-
this.ch.
|
|
2047
|
+
this.ch.t4.vc = this.ch.ue;
|
|
2048
2048
|
};
|
|
2049
2049
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
2050
|
-
this.ch.
|
|
2050
|
+
this.ch.t4.trianglesSource = this.ch.ud;
|
|
2051
2051
|
};
|
|
2052
2052
|
GeographicXYTriangulatingSeriesView.prototype.cm = function () {
|
|
2053
|
-
this.ch.
|
|
2053
|
+
this.ch.t4.us = this.ch.uj;
|
|
2054
2054
|
};
|
|
2055
2055
|
GeographicXYTriangulatingSeriesView.prototype.cn = function () {
|
|
2056
|
-
this.ch.
|
|
2056
|
+
this.ch.t4.uu = this.ch.ul;
|
|
2057
2057
|
};
|
|
2058
2058
|
GeographicXYTriangulatingSeriesView.prototype.co = function () {
|
|
2059
|
-
this.ch.
|
|
2059
|
+
this.ch.t4.uw = this.ch.un;
|
|
2060
2060
|
};
|
|
2061
2061
|
GeographicXYTriangulatingSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2062
2062
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2079,19 +2079,19 @@
|
|
|
2079
2079
|
};
|
|
2080
2080
|
GeographicScatterAreaSeriesView.prototype.b5 = function () {
|
|
2081
2081
|
_super.prototype.b5.call(this);
|
|
2082
|
-
if (this.cp.
|
|
2083
|
-
this.cp.
|
|
2084
|
-
this.cp.
|
|
2082
|
+
if (this.cp.uy != null) {
|
|
2083
|
+
this.cp.uy.wb = this.cp.u2;
|
|
2084
|
+
this.cp.uy.vz = this.cp.ux;
|
|
2085
2085
|
}
|
|
2086
2086
|
};
|
|
2087
2087
|
GeographicScatterAreaSeriesView.prototype.cq = function () {
|
|
2088
|
-
if (this.cp.
|
|
2089
|
-
this.cp.
|
|
2088
|
+
if (this.cp.uy != null) {
|
|
2089
|
+
this.cp.uy.wb = this.cp.u2;
|
|
2090
2090
|
}
|
|
2091
2091
|
};
|
|
2092
2092
|
GeographicScatterAreaSeriesView.prototype.cr = function () {
|
|
2093
|
-
if (this.cp.
|
|
2094
|
-
this.cp.
|
|
2093
|
+
if (this.cp.uy != null) {
|
|
2094
|
+
this.cp.uy.vz = this.cp.ux;
|
|
2095
2095
|
}
|
|
2096
2096
|
};
|
|
2097
2097
|
GeographicScatterAreaSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2295,41 +2295,41 @@
|
|
|
2295
2295
|
function GeographicXYTriangulatingSeries() {
|
|
2296
2296
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
2297
2297
|
}
|
|
2298
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2298
|
+
GeographicXYTriangulatingSeries.prototype.ch = function () {
|
|
2299
2299
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2300
2300
|
};
|
|
2301
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2302
|
-
_super.prototype.
|
|
2303
|
-
this.
|
|
2301
|
+
GeographicXYTriangulatingSeries.prototype.o1 = function (a) {
|
|
2302
|
+
_super.prototype.o1.call(this, a);
|
|
2303
|
+
this.uc = a;
|
|
2304
2304
|
};
|
|
2305
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2306
|
-
_super.prototype.
|
|
2305
|
+
GeographicXYTriangulatingSeries.prototype.o9 = function (a, b, c, d) {
|
|
2306
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
2307
2307
|
switch (b) {
|
|
2308
2308
|
case "SeriesViewer":
|
|
2309
|
-
this.
|
|
2309
|
+
this.uc.ck();
|
|
2310
2310
|
break;
|
|
2311
2311
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2312
|
-
this.
|
|
2312
|
+
this.uc.cj();
|
|
2313
2313
|
break;
|
|
2314
2314
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2315
|
-
this.
|
|
2315
|
+
this.uc.ci();
|
|
2316
2316
|
break;
|
|
2317
2317
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2318
|
-
this.
|
|
2318
|
+
this.uc.cl();
|
|
2319
2319
|
break;
|
|
2320
2320
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2321
|
-
this.
|
|
2321
|
+
this.uc.cm();
|
|
2322
2322
|
break;
|
|
2323
2323
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2324
|
-
this.
|
|
2324
|
+
this.uc.cn();
|
|
2325
2325
|
break;
|
|
2326
2326
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2327
|
-
this.
|
|
2327
|
+
this.uc.co();
|
|
2328
2328
|
break;
|
|
2329
2329
|
}
|
|
2330
2330
|
};
|
|
2331
2331
|
GeographicXYTriangulatingSeries.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2332
|
-
GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2332
|
+
GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TrianglesSource:ud:ur', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"]]);
|
|
2333
2333
|
return GeographicXYTriangulatingSeries;
|
|
2334
2334
|
}(GeographicMapSeriesHost));
|
|
2335
2335
|
/**
|
|
@@ -2339,92 +2339,95 @@
|
|
|
2339
2339
|
tslib.__extends(GeographicScatterAreaSeries, _super);
|
|
2340
2340
|
function GeographicScatterAreaSeries() {
|
|
2341
2341
|
var _this = _super.call(this) || this;
|
|
2342
|
-
_this.
|
|
2342
|
+
_this.uv = null;
|
|
2343
2343
|
_this.triangulationStatusChanged = null;
|
|
2344
2344
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2345
2345
|
return _this;
|
|
2346
2346
|
}
|
|
2347
|
-
GeographicScatterAreaSeries.prototype.
|
|
2347
|
+
GeographicScatterAreaSeries.prototype.bg = function () {
|
|
2348
|
+
return new GeographicScatterAreaSeries();
|
|
2349
|
+
};
|
|
2350
|
+
GeographicScatterAreaSeries.prototype.get_d9 = function () {
|
|
2348
2351
|
return true;
|
|
2349
2352
|
};
|
|
2350
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2353
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "ux", {
|
|
2351
2354
|
get: function () {
|
|
2352
|
-
return this.
|
|
2355
|
+
return this.uv;
|
|
2353
2356
|
},
|
|
2354
2357
|
set: function (a) {
|
|
2355
|
-
var b = this.
|
|
2358
|
+
var b = this.uv != a;
|
|
2356
2359
|
if (b) {
|
|
2357
|
-
var c = this.
|
|
2358
|
-
if (this.
|
|
2359
|
-
var d = this.
|
|
2360
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2360
|
+
var c = this.uv;
|
|
2361
|
+
if (this.uv != null) {
|
|
2362
|
+
var d = this.uv;
|
|
2363
|
+
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.u5));
|
|
2361
2364
|
}
|
|
2362
|
-
this.
|
|
2363
|
-
if (this.
|
|
2364
|
-
var e = this.
|
|
2365
|
-
e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2365
|
+
this.uv = a;
|
|
2366
|
+
if (this.uv != null) {
|
|
2367
|
+
var e = this.uv;
|
|
2368
|
+
e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.u5));
|
|
2366
2369
|
}
|
|
2367
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2368
|
-
if (this.
|
|
2369
|
-
this.
|
|
2370
|
+
this.raisePropertyChanged("ColorScale", c, this.uv);
|
|
2371
|
+
if (this.uy != null) {
|
|
2372
|
+
this.uy.vz = a;
|
|
2370
2373
|
}
|
|
2371
2374
|
}
|
|
2372
2375
|
},
|
|
2373
2376
|
enumerable: false,
|
|
2374
2377
|
configurable: true
|
|
2375
2378
|
});
|
|
2376
|
-
GeographicScatterAreaSeries.prototype.
|
|
2377
|
-
this.
|
|
2378
|
-
this.
|
|
2379
|
-
this.
|
|
2379
|
+
GeographicScatterAreaSeries.prototype.u5 = function (a, b) {
|
|
2380
|
+
this.u0.cr();
|
|
2381
|
+
this.u7();
|
|
2382
|
+
this.pq(false);
|
|
2380
2383
|
};
|
|
2381
|
-
GeographicScatterAreaSeries.prototype.
|
|
2382
|
-
if (this.
|
|
2383
|
-
this.
|
|
2384
|
+
GeographicScatterAreaSeries.prototype.u7 = function () {
|
|
2385
|
+
if (this.uy != null) {
|
|
2386
|
+
this.uw = this.uy.vy;
|
|
2384
2387
|
}
|
|
2385
2388
|
};
|
|
2386
|
-
GeographicScatterAreaSeries.prototype.
|
|
2387
|
-
_super.prototype.
|
|
2388
|
-
this.
|
|
2389
|
+
GeographicScatterAreaSeries.prototype.qe = function () {
|
|
2390
|
+
_super.prototype.qe.call(this);
|
|
2391
|
+
this.u7();
|
|
2389
2392
|
};
|
|
2390
|
-
GeographicScatterAreaSeries.prototype.
|
|
2391
|
-
this.
|
|
2392
|
-
var a = this.
|
|
2393
|
-
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2394
|
-
return this.
|
|
2393
|
+
GeographicScatterAreaSeries.prototype.t3 = function () {
|
|
2394
|
+
this.uy = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
|
|
2395
|
+
var a = this.uy;
|
|
2396
|
+
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.u6));
|
|
2397
|
+
return this.uy;
|
|
2395
2398
|
};
|
|
2396
|
-
GeographicScatterAreaSeries.prototype.
|
|
2399
|
+
GeographicScatterAreaSeries.prototype.u6 = function (a, b) {
|
|
2397
2400
|
if (this.triangulationStatusChanged != null) {
|
|
2398
2401
|
this.triangulationStatusChanged(this, b);
|
|
2399
2402
|
}
|
|
2400
2403
|
};
|
|
2401
|
-
GeographicScatterAreaSeries.prototype.
|
|
2404
|
+
GeographicScatterAreaSeries.prototype.ch = function () {
|
|
2402
2405
|
return new GeographicScatterAreaSeriesView(this);
|
|
2403
2406
|
};
|
|
2404
|
-
GeographicScatterAreaSeries.prototype.
|
|
2405
|
-
_super.prototype.
|
|
2406
|
-
this.
|
|
2407
|
+
GeographicScatterAreaSeries.prototype.o1 = function (a) {
|
|
2408
|
+
_super.prototype.o1.call(this, a);
|
|
2409
|
+
this.u0 = a;
|
|
2407
2410
|
};
|
|
2408
|
-
GeographicScatterAreaSeries.prototype.
|
|
2409
|
-
_super.prototype.
|
|
2411
|
+
GeographicScatterAreaSeries.prototype.o9 = function (a, b, c, d) {
|
|
2412
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
2410
2413
|
switch (b) {
|
|
2411
2414
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2412
|
-
this.
|
|
2415
|
+
this.u0.cq();
|
|
2413
2416
|
break;
|
|
2414
2417
|
case "ColorScale":
|
|
2415
|
-
this.
|
|
2416
|
-
this.
|
|
2418
|
+
this.u0.cr();
|
|
2419
|
+
this.u7();
|
|
2417
2420
|
break;
|
|
2418
2421
|
}
|
|
2419
2422
|
};
|
|
2420
|
-
GeographicScatterAreaSeries.prototype.
|
|
2423
|
+
GeographicScatterAreaSeries.prototype.get_gg = function () {
|
|
2421
2424
|
return true;
|
|
2422
2425
|
};
|
|
2423
|
-
GeographicScatterAreaSeries.prototype.
|
|
2424
|
-
_super.prototype.
|
|
2426
|
+
GeographicScatterAreaSeries.prototype.set_gg = function (a) {
|
|
2427
|
+
_super.prototype.set_gg.call(this, a);
|
|
2425
2428
|
};
|
|
2426
2429
|
GeographicScatterAreaSeries.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2427
|
-
GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2430
|
+
GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uw:u8', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:u2:u9', [2, "value"]]);
|
|
2428
2431
|
return GeographicScatterAreaSeries;
|
|
2429
2432
|
}(GeographicXYTriangulatingSeries));
|
|
2430
2433
|
|
|
@@ -4869,7 +4872,7 @@
|
|
|
4869
4872
|
* Checks if this control is geographic coordinate system
|
|
4870
4873
|
*/
|
|
4871
4874
|
get: function () {
|
|
4872
|
-
return this.i.
|
|
4875
|
+
return this.i.er;
|
|
4873
4876
|
},
|
|
4874
4877
|
enumerable: false,
|
|
4875
4878
|
configurable: true
|
|
@@ -4890,11 +4893,11 @@
|
|
|
4890
4893
|
* 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%.
|
|
4891
4894
|
*/
|
|
4892
4895
|
get: function () {
|
|
4893
|
-
return this.i.
|
|
4896
|
+
return this.i.t6;
|
|
4894
4897
|
},
|
|
4895
4898
|
set: function (v) {
|
|
4896
|
-
this.i.
|
|
4897
|
-
this._a("visibleFromScale", this.i.
|
|
4899
|
+
this.i.t6 = +v;
|
|
4900
|
+
this._a("visibleFromScale", this.i.t6);
|
|
4898
4901
|
},
|
|
4899
4902
|
enumerable: false,
|
|
4900
4903
|
configurable: true
|
|
@@ -4919,10 +4922,10 @@
|
|
|
4919
4922
|
|
|
4920
4923
|
*/
|
|
4921
4924
|
IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
4922
|
-
this.i.
|
|
4925
|
+
this.i.oh();
|
|
4923
4926
|
};
|
|
4924
4927
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
4925
|
-
var iv = this.i.
|
|
4928
|
+
var iv = this.i.jv(item, memberPathName);
|
|
4926
4929
|
return (iv);
|
|
4927
4930
|
};
|
|
4928
4931
|
/**
|
|
@@ -4931,23 +4934,23 @@
|
|
|
4931
4934
|
* @param world * The world coordinates to use.
|
|
4932
4935
|
*/
|
|
4933
4936
|
IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
4934
|
-
var iv = this.i.
|
|
4937
|
+
var iv = this.i.js(igniteuiWebcomponentsCore.toPoint(world));
|
|
4935
4938
|
return (iv);
|
|
4936
4939
|
};
|
|
4937
4940
|
IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
4938
|
-
var iv = this.i.
|
|
4941
|
+
var iv = this.i.jg(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
|
|
4939
4942
|
return (iv);
|
|
4940
4943
|
};
|
|
4941
4944
|
IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
4942
|
-
var iv = this.i.
|
|
4945
|
+
var iv = this.i.je(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
|
|
4943
4946
|
return (iv);
|
|
4944
4947
|
};
|
|
4945
4948
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
4946
|
-
var iv = this.i.
|
|
4949
|
+
var iv = this.i.ia(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4947
4950
|
return (iv);
|
|
4948
4951
|
};
|
|
4949
4952
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4950
|
-
var iv = this.i.
|
|
4953
|
+
var iv = this.i.ti(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4951
4954
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
4952
4955
|
};
|
|
4953
4956
|
/**
|
|
@@ -4956,7 +4959,7 @@
|
|
|
4956
4959
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4957
4960
|
*/
|
|
4958
4961
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
4959
|
-
var iv = this.i.
|
|
4962
|
+
var iv = this.i.tt(igniteuiWebcomponentsCore.toPoint(world));
|
|
4960
4963
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
4961
4964
|
};
|
|
4962
4965
|
/**
|
|
@@ -4965,31 +4968,31 @@
|
|
|
4965
4968
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4966
4969
|
*/
|
|
4967
4970
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
4968
|
-
var iv = this.i.
|
|
4971
|
+
var iv = this.i.tv(igniteuiWebcomponentsCore.toPoint(world));
|
|
4969
4972
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
4970
4973
|
};
|
|
4971
4974
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
4972
|
-
var iv = this.i.
|
|
4975
|
+
var iv = this.i.h6(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4973
4976
|
return (iv);
|
|
4974
4977
|
};
|
|
4975
4978
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4976
|
-
var iv = this.i.
|
|
4979
|
+
var iv = this.i.te(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4977
4980
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
4978
4981
|
};
|
|
4979
4982
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
4980
|
-
var iv = this.i.
|
|
4983
|
+
var iv = this.i.h8(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4981
4984
|
return (iv);
|
|
4982
4985
|
};
|
|
4983
4986
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4984
|
-
var iv = this.i.
|
|
4987
|
+
var iv = this.i.tg(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
|
|
4985
4988
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
4986
4989
|
};
|
|
4987
4990
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
4988
|
-
var iv = this.i.
|
|
4991
|
+
var iv = this.i.tj(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4989
4992
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
4990
4993
|
};
|
|
4991
4994
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
4992
|
-
var iv = this.i.
|
|
4995
|
+
var iv = this.i.ib(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4993
4996
|
return (iv);
|
|
4994
4997
|
};
|
|
4995
4998
|
/**
|
|
@@ -4997,7 +5000,7 @@
|
|
|
4997
5000
|
|
|
4998
5001
|
*/
|
|
4999
5002
|
IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
5000
|
-
var iv = this.i.
|
|
5003
|
+
var iv = this.i.h1();
|
|
5001
5004
|
return (iv);
|
|
5002
5005
|
};
|
|
5003
5006
|
/**
|
|
@@ -5006,14 +5009,14 @@
|
|
|
5006
5009
|
* @param animate * True if the change should be animated.
|
|
5007
5010
|
*/
|
|
5008
5011
|
IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
5009
|
-
this.i.
|
|
5012
|
+
this.i.pq(animate);
|
|
5010
5013
|
};
|
|
5011
5014
|
/**
|
|
5012
5015
|
* Called when this series' Style is updated.
|
|
5013
5016
|
|
|
5014
5017
|
*/
|
|
5015
5018
|
IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5016
|
-
this.i.
|
|
5019
|
+
this.i.p9();
|
|
5017
5020
|
};
|
|
5018
5021
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
5019
5022
|
return IgcGeographicMapSeriesHostComponent;
|
|
@@ -5152,10 +5155,10 @@
|
|
|
5152
5155
|
* 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.
|
|
5153
5156
|
*/
|
|
5154
5157
|
get: function () {
|
|
5155
|
-
return this.i.
|
|
5158
|
+
return this.i.ux;
|
|
5156
5159
|
},
|
|
5157
5160
|
set: function (v) {
|
|
5158
|
-
this.i.
|
|
5161
|
+
this.i.ux = v;
|
|
5159
5162
|
},
|
|
5160
5163
|
enumerable: false,
|
|
5161
5164
|
configurable: true
|
|
@@ -5165,11 +5168,11 @@
|
|
|
5165
5168
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5166
5169
|
*/
|
|
5167
5170
|
get: function () {
|
|
5168
|
-
return this.i.
|
|
5171
|
+
return this.i.um;
|
|
5169
5172
|
},
|
|
5170
5173
|
set: function (v) {
|
|
5171
|
-
this.i.
|
|
5172
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
5174
|
+
this.i.um = igniteuiWebcomponentsCore.ensureBool(v);
|
|
5175
|
+
this._a("isCustomShapeStyleAllowed", this.i.um);
|
|
5173
5176
|
},
|
|
5174
5177
|
enumerable: false,
|
|
5175
5178
|
configurable: true
|
|
@@ -5179,11 +5182,11 @@
|
|
|
5179
5182
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5180
5183
|
*/
|
|
5181
5184
|
get: function () {
|
|
5182
|
-
return this.i.
|
|
5185
|
+
return this.i.ul;
|
|
5183
5186
|
},
|
|
5184
5187
|
set: function (v) {
|
|
5185
|
-
this.i.
|
|
5186
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
5188
|
+
this.i.ul = igniteuiWebcomponentsCore.ensureBool(v);
|
|
5189
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.ul);
|
|
5187
5190
|
},
|
|
5188
5191
|
enumerable: false,
|
|
5189
5192
|
configurable: true
|
|
@@ -5193,11 +5196,11 @@
|
|
|
5193
5196
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5194
5197
|
*/
|
|
5195
5198
|
get: function () {
|
|
5196
|
-
return this.i.
|
|
5199
|
+
return this.i.ue;
|
|
5197
5200
|
},
|
|
5198
5201
|
set: function (v) {
|
|
5199
|
-
this.i.
|
|
5200
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.
|
|
5202
|
+
this.i.ue = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
|
|
5203
|
+
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.ue));
|
|
5201
5204
|
},
|
|
5202
5205
|
enumerable: false,
|
|
5203
5206
|
configurable: true
|
|
@@ -5207,11 +5210,11 @@
|
|
|
5207
5210
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5208
5211
|
*/
|
|
5209
5212
|
get: function () {
|
|
5210
|
-
return this.i.
|
|
5213
|
+
return this.i.up;
|
|
5211
5214
|
},
|
|
5212
5215
|
set: function (v) {
|
|
5213
|
-
this.i.
|
|
5214
|
-
this._a("itemSearchThreshold", this.i.
|
|
5216
|
+
this.i.up = +v;
|
|
5217
|
+
this._a("itemSearchThreshold", this.i.up);
|
|
5215
5218
|
},
|
|
5216
5219
|
enumerable: false,
|
|
5217
5220
|
configurable: true
|
|
@@ -5221,11 +5224,11 @@
|
|
|
5221
5224
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5222
5225
|
*/
|
|
5223
5226
|
get: function () {
|
|
5224
|
-
return this.i.
|
|
5227
|
+
return this.i.uo;
|
|
5225
5228
|
},
|
|
5226
5229
|
set: function (v) {
|
|
5227
|
-
this.i.
|
|
5228
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
5230
|
+
this.i.uo = +v;
|
|
5231
|
+
this._a("itemSearchPointsThreshold", this.i.uo);
|
|
5229
5232
|
},
|
|
5230
5233
|
enumerable: false,
|
|
5231
5234
|
configurable: true
|
|
@@ -5235,7 +5238,7 @@
|
|
|
5235
5238
|
* Set a shapefile datasource to use with the series.
|
|
5236
5239
|
*/
|
|
5237
5240
|
get: function () {
|
|
5238
|
-
var r = this.i.
|
|
5241
|
+
var r = this.i.uh;
|
|
5239
5242
|
if (r == null) {
|
|
5240
5243
|
return null;
|
|
5241
5244
|
}
|
|
@@ -5254,7 +5257,7 @@
|
|
|
5254
5257
|
return r.externalObject;
|
|
5255
5258
|
},
|
|
5256
5259
|
set: function (v) {
|
|
5257
|
-
v == null ? this.i.
|
|
5260
|
+
v == null ? this.i.uh = null : this.i.uh = v.i;
|
|
5258
5261
|
},
|
|
5259
5262
|
enumerable: false,
|
|
5260
5263
|
configurable: true
|
|
@@ -5265,11 +5268,11 @@
|
|
|
5265
5268
|
* 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.
|
|
5266
5269
|
*/
|
|
5267
5270
|
get: function () {
|
|
5268
|
-
return this.i.
|
|
5271
|
+
return this.i.un;
|
|
5269
5272
|
},
|
|
5270
5273
|
set: function (v) {
|
|
5271
|
-
this.i.
|
|
5272
|
-
this._a("shapeFilterResolution", this.i.
|
|
5274
|
+
this.i.un = +v;
|
|
5275
|
+
this._a("shapeFilterResolution", this.i.un);
|
|
5273
5276
|
},
|
|
5274
5277
|
enumerable: false,
|
|
5275
5278
|
configurable: true
|
|
@@ -5363,131 +5366,131 @@
|
|
|
5363
5366
|
tslib.__extends(GeographicShapeSeriesBase, _super);
|
|
5364
5367
|
function GeographicShapeSeriesBase() {
|
|
5365
5368
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5369
|
+
_this.uk = false;
|
|
5366
5370
|
_this.uj = false;
|
|
5367
|
-
_this.ui = false;
|
|
5368
5371
|
_this.assigningShapeStyle = null;
|
|
5369
5372
|
_this.assigningShapeMarkerStyle = null;
|
|
5370
|
-
_this.
|
|
5371
|
-
_this.
|
|
5373
|
+
_this.ug = null;
|
|
5374
|
+
_this.ui = false;
|
|
5372
5375
|
return _this;
|
|
5373
5376
|
}
|
|
5374
|
-
GeographicShapeSeriesBase.prototype.
|
|
5377
|
+
GeographicShapeSeriesBase.prototype.ch = function () {
|
|
5375
5378
|
return new GeographicShapeSeriesBaseView(this);
|
|
5376
5379
|
};
|
|
5377
|
-
GeographicShapeSeriesBase.prototype.
|
|
5378
|
-
_super.prototype.
|
|
5379
|
-
this.
|
|
5380
|
+
GeographicShapeSeriesBase.prototype.o1 = function (a) {
|
|
5381
|
+
_super.prototype.o1.call(this, a);
|
|
5382
|
+
this.uf = a;
|
|
5380
5383
|
};
|
|
5381
|
-
GeographicShapeSeriesBase.prototype.
|
|
5384
|
+
GeographicShapeSeriesBase.prototype.get_et = function () {
|
|
5382
5385
|
return true;
|
|
5383
5386
|
};
|
|
5384
|
-
GeographicShapeSeriesBase.prototype.
|
|
5387
|
+
GeographicShapeSeriesBase.prototype.get_dv = function () {
|
|
5385
5388
|
return true;
|
|
5386
5389
|
};
|
|
5387
|
-
GeographicShapeSeriesBase.prototype.
|
|
5388
|
-
_super.prototype.
|
|
5390
|
+
GeographicShapeSeriesBase.prototype.o9 = function (a, b, c, d) {
|
|
5391
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
5389
5392
|
switch (b) {
|
|
5390
5393
|
case "SeriesViewer":
|
|
5391
|
-
this.
|
|
5394
|
+
this.uf.ci();
|
|
5392
5395
|
break;
|
|
5393
5396
|
case "ShapeMemberPath":
|
|
5394
|
-
this.
|
|
5397
|
+
this.uf.ck();
|
|
5395
5398
|
break;
|
|
5396
5399
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5397
|
-
this.
|
|
5400
|
+
this.uf.cj();
|
|
5398
5401
|
break;
|
|
5399
5402
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5400
|
-
this.
|
|
5401
|
-
this.
|
|
5402
|
-
if (this.
|
|
5403
|
-
var e = this.
|
|
5404
|
-
e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5403
|
+
this.t4.u3 = this.um;
|
|
5404
|
+
this.uk = this.um;
|
|
5405
|
+
if (this.um) {
|
|
5406
|
+
var e = this.t4;
|
|
5407
|
+
e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.u0));
|
|
5405
5408
|
}
|
|
5406
5409
|
else {
|
|
5407
|
-
var f = this.
|
|
5408
|
-
f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5410
|
+
var f = this.t4;
|
|
5411
|
+
f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.u0));
|
|
5409
5412
|
}
|
|
5410
5413
|
break;
|
|
5411
5414
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5412
|
-
this.
|
|
5413
|
-
this.
|
|
5414
|
-
if (this.
|
|
5415
|
-
var g = this.
|
|
5416
|
-
g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5415
|
+
this.t4.u2 = this.ul;
|
|
5416
|
+
this.uj = this.ul;
|
|
5417
|
+
if (this.um) {
|
|
5418
|
+
var g = this.t4;
|
|
5419
|
+
g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.uz));
|
|
5417
5420
|
}
|
|
5418
5421
|
else {
|
|
5419
|
-
var h = this.
|
|
5420
|
-
h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5422
|
+
var h = this.t4;
|
|
5423
|
+
h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.uz));
|
|
5421
5424
|
}
|
|
5422
5425
|
break;
|
|
5423
5426
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5424
|
-
this.
|
|
5427
|
+
this.t4.up = this.ue;
|
|
5425
5428
|
break;
|
|
5426
5429
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5427
|
-
this.
|
|
5430
|
+
this.t4.vk = this.uo;
|
|
5428
5431
|
break;
|
|
5429
5432
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5430
|
-
this.
|
|
5433
|
+
this.t4.vl = this.up;
|
|
5431
5434
|
break;
|
|
5432
5435
|
case "ShapefileDataSource":
|
|
5433
5436
|
if (c != null) {
|
|
5434
5437
|
var i = c;
|
|
5435
|
-
if (this.
|
|
5436
|
-
i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5438
|
+
if (this.ui) {
|
|
5439
|
+
i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.u1));
|
|
5437
5440
|
}
|
|
5438
5441
|
}
|
|
5439
5442
|
if (d != null) {
|
|
5440
5443
|
var j = d;
|
|
5441
5444
|
if (j.count > 0) {
|
|
5442
|
-
this.
|
|
5445
|
+
this.u2();
|
|
5443
5446
|
break;
|
|
5444
5447
|
}
|
|
5445
|
-
this.
|
|
5446
|
-
j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5448
|
+
this.ui = true;
|
|
5449
|
+
j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.u1));
|
|
5447
5450
|
}
|
|
5448
5451
|
break;
|
|
5449
5452
|
}
|
|
5450
5453
|
};
|
|
5451
|
-
GeographicShapeSeriesBase.prototype.
|
|
5454
|
+
GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
|
|
5452
5455
|
if (this.assigningShapeStyle != null) {
|
|
5453
5456
|
this.assigningShapeStyle(this, b);
|
|
5454
5457
|
}
|
|
5455
5458
|
};
|
|
5456
|
-
GeographicShapeSeriesBase.prototype.
|
|
5459
|
+
GeographicShapeSeriesBase.prototype.uz = function (a, b) {
|
|
5457
5460
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5458
5461
|
this.assigningShapeMarkerStyle(this, b);
|
|
5459
5462
|
}
|
|
5460
5463
|
};
|
|
5461
|
-
GeographicShapeSeriesBase.prototype.
|
|
5462
|
-
this.
|
|
5464
|
+
GeographicShapeSeriesBase.prototype.u1 = function (a, b) {
|
|
5465
|
+
this.u2();
|
|
5463
5466
|
};
|
|
5464
|
-
GeographicShapeSeriesBase.prototype.
|
|
5465
|
-
var sds_ = this.
|
|
5467
|
+
GeographicShapeSeriesBase.prototype.u2 = function () {
|
|
5468
|
+
var sds_ = this.uh;
|
|
5466
5469
|
var ext_ = sds_.externalObject;
|
|
5467
5470
|
this.itemsSource = (ext_.getPointData());
|
|
5468
5471
|
};
|
|
5469
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5472
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "uh", {
|
|
5470
5473
|
get: function () {
|
|
5471
|
-
return this.
|
|
5474
|
+
return this.ug;
|
|
5472
5475
|
},
|
|
5473
5476
|
set: function (a) {
|
|
5474
|
-
var b = this.
|
|
5475
|
-
this.
|
|
5476
|
-
if (b != this.
|
|
5477
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5477
|
+
var b = this.ug;
|
|
5478
|
+
this.ug = a;
|
|
5479
|
+
if (b != this.ug) {
|
|
5480
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
|
|
5478
5481
|
}
|
|
5479
5482
|
},
|
|
5480
5483
|
enumerable: false,
|
|
5481
5484
|
configurable: true
|
|
5482
5485
|
});
|
|
5483
|
-
GeographicShapeSeriesBase.prototype.
|
|
5486
|
+
GeographicShapeSeriesBase.prototype.get_gg = function () {
|
|
5484
5487
|
return true;
|
|
5485
5488
|
};
|
|
5486
|
-
GeographicShapeSeriesBase.prototype.
|
|
5487
|
-
_super.prototype.
|
|
5489
|
+
GeographicShapeSeriesBase.prototype.set_gg = function (a) {
|
|
5490
|
+
_super.prototype.set_gg.call(this, a);
|
|
5488
5491
|
};
|
|
5489
5492
|
GeographicShapeSeriesBase.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5490
|
-
GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
5493
|
+
GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
|
|
5491
5494
|
return GeographicShapeSeriesBase;
|
|
5492
5495
|
}(GeographicMapSeriesHost));
|
|
5493
5496
|
/**
|
|
@@ -5503,23 +5506,23 @@
|
|
|
5503
5506
|
}
|
|
5504
5507
|
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
5505
5508
|
_super.prototype.b5.call(this);
|
|
5506
|
-
this.ch.
|
|
5509
|
+
this.ch.t4.vx = this.ch.ux;
|
|
5507
5510
|
};
|
|
5508
5511
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5509
|
-
var a = this.ch.
|
|
5510
|
-
if (this.ch.
|
|
5511
|
-
a.
|
|
5512
|
-
a.
|
|
5512
|
+
var a = this.ch.t4;
|
|
5513
|
+
if (this.ch.cz == null) {
|
|
5514
|
+
a.uj = null;
|
|
5515
|
+
a.ul = null;
|
|
5513
5516
|
return;
|
|
5514
5517
|
}
|
|
5515
|
-
a.
|
|
5516
|
-
a.
|
|
5518
|
+
a.uj = this.ch.cz.ua;
|
|
5519
|
+
a.ul = this.ch.cz.uc;
|
|
5517
5520
|
};
|
|
5518
5521
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
5519
|
-
this.ch.
|
|
5522
|
+
this.ch.t4.vx = this.ch.ux;
|
|
5520
5523
|
};
|
|
5521
5524
|
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
5522
|
-
this.ch.
|
|
5525
|
+
this.ch.t4.vh = this.ch.un;
|
|
5523
5526
|
};
|
|
5524
5527
|
GeographicShapeSeriesBaseView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5525
5528
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5555,54 +5558,54 @@
|
|
|
5555
5558
|
_this.cl = null;
|
|
5556
5559
|
_this.cl = a;
|
|
5557
5560
|
if (!_this.q) {
|
|
5558
|
-
_this.cl.
|
|
5561
|
+
_this.cl.ux = "points";
|
|
5559
5562
|
}
|
|
5560
5563
|
return _this;
|
|
5561
5564
|
}
|
|
5562
5565
|
GeographicShapeSeriesView.prototype.au = function () {
|
|
5563
5566
|
_super.prototype.au.call(this);
|
|
5564
5567
|
if (!this.q) {
|
|
5565
|
-
this.cl.
|
|
5566
|
-
this.cl.
|
|
5567
|
-
this.cl.
|
|
5568
|
-
this.cl.
|
|
5569
|
-
this.cl.
|
|
5568
|
+
this.cl.wh = igniteuiWebcomponentsCharts.Defaults.aj;
|
|
5569
|
+
this.cl.iv = igniteuiWebcomponentsCharts.Defaults.p;
|
|
5570
|
+
this.cl.vg = igniteuiWebcomponentsCharts.Defaults.o;
|
|
5571
|
+
this.cl.vd = igniteuiWebcomponentsCharts.Defaults.d;
|
|
5572
|
+
this.cl.vb = igniteuiWebcomponentsCharts.Defaults.a;
|
|
5570
5573
|
}
|
|
5571
5574
|
};
|
|
5572
5575
|
GeographicShapeSeriesView.prototype.b5 = function () {
|
|
5573
5576
|
_super.prototype.b5.call(this);
|
|
5574
|
-
this.cl.
|
|
5575
|
-
this.cl.
|
|
5576
|
-
this.cl.
|
|
5577
|
-
this.cl.
|
|
5578
|
-
this.cl.
|
|
5577
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5578
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5579
|
+
this.cl.t4.xu = this.cl.vz;
|
|
5580
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5581
|
+
this.cl.t4.wu = this.cl.va;
|
|
5579
5582
|
};
|
|
5580
5583
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
5581
|
-
this.cl.
|
|
5584
|
+
this.cl.t4.xu = this.cl.vz;
|
|
5582
5585
|
};
|
|
5583
5586
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
5584
|
-
this.cl.
|
|
5587
|
+
this.cl.t4.xb = this.cl.vg;
|
|
5585
5588
|
};
|
|
5586
5589
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
5587
|
-
this.cl.
|
|
5590
|
+
this.cl.t4.wu = this.cl.va;
|
|
5588
5591
|
};
|
|
5589
5592
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
5590
|
-
this.cl.
|
|
5593
|
+
this.cl.t4.w3 = this.cl.vd;
|
|
5591
5594
|
};
|
|
5592
5595
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
5593
|
-
this.cl.
|
|
5596
|
+
this.cl.t4.yb = this.cl.wg;
|
|
5594
5597
|
};
|
|
5595
5598
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
5596
|
-
this.cl.
|
|
5599
|
+
this.cl.t4.yc = this.cl.wh;
|
|
5597
5600
|
};
|
|
5598
5601
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
5599
|
-
this.cl.
|
|
5602
|
+
this.cl.t4.ye = this.cl.wi;
|
|
5600
5603
|
};
|
|
5601
5604
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
5602
|
-
this.cl.
|
|
5605
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
5603
5606
|
};
|
|
5604
5607
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
5605
|
-
this.cl.
|
|
5608
|
+
this.cl.t4.yf = this.cl.wj;
|
|
5606
5609
|
};
|
|
5607
5610
|
GeographicShapeSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5608
5611
|
return GeographicShapeSeriesView;
|
|
@@ -5618,95 +5621,98 @@
|
|
|
5618
5621
|
_this.ab = GeographicShapeSeries.$;
|
|
5619
5622
|
return _this;
|
|
5620
5623
|
}
|
|
5621
|
-
GeographicShapeSeries.prototype.
|
|
5624
|
+
GeographicShapeSeries.prototype.bg = function () {
|
|
5625
|
+
return new GeographicShapeSeries();
|
|
5626
|
+
};
|
|
5627
|
+
GeographicShapeSeries.prototype.get_e4 = function () {
|
|
5622
5628
|
return true;
|
|
5623
5629
|
};
|
|
5624
|
-
GeographicShapeSeries.prototype.
|
|
5630
|
+
GeographicShapeSeries.prototype.ch = function () {
|
|
5625
5631
|
return new GeographicShapeSeriesView(this);
|
|
5626
5632
|
};
|
|
5627
|
-
GeographicShapeSeries.prototype.
|
|
5628
|
-
_super.prototype.
|
|
5629
|
-
this.
|
|
5633
|
+
GeographicShapeSeries.prototype.o1 = function (a) {
|
|
5634
|
+
_super.prototype.o1.call(this, a);
|
|
5635
|
+
this.vf = a;
|
|
5630
5636
|
};
|
|
5631
|
-
GeographicShapeSeries.prototype.
|
|
5637
|
+
GeographicShapeSeries.prototype.t3 = function () {
|
|
5632
5638
|
var a = new igniteuiWebcomponentsCharts.ScatterPolygonSeries();
|
|
5633
|
-
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5634
|
-
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5639
|
+
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.vw));
|
|
5640
|
+
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.vx));
|
|
5635
5641
|
return a;
|
|
5636
5642
|
};
|
|
5637
|
-
GeographicShapeSeries.prototype.
|
|
5643
|
+
GeographicShapeSeries.prototype.vw = function (a, b) {
|
|
5638
5644
|
if (this.styleShape != null) {
|
|
5639
5645
|
this.styleShape(this, b);
|
|
5640
5646
|
}
|
|
5641
5647
|
};
|
|
5642
|
-
GeographicShapeSeries.prototype.
|
|
5643
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.
|
|
5648
|
+
GeographicShapeSeries.prototype.vx = function (a, b) {
|
|
5649
|
+
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.t4);
|
|
5644
5650
|
if (c == null) {
|
|
5645
5651
|
return;
|
|
5646
5652
|
}
|
|
5647
5653
|
};
|
|
5648
|
-
GeographicShapeSeries.prototype.
|
|
5649
|
-
return this.
|
|
5650
|
-
};
|
|
5651
|
-
GeographicShapeSeries.prototype.sz = function () {
|
|
5652
|
-
return this.wd;
|
|
5654
|
+
GeographicShapeSeries.prototype.ht = function () {
|
|
5655
|
+
return this.vg;
|
|
5653
5656
|
};
|
|
5654
5657
|
GeographicShapeSeries.prototype.s0 = function () {
|
|
5655
5658
|
return this.we;
|
|
5656
5659
|
};
|
|
5657
|
-
GeographicShapeSeries.prototype.
|
|
5658
|
-
return this.
|
|
5660
|
+
GeographicShapeSeries.prototype.s1 = function () {
|
|
5661
|
+
return this.wf;
|
|
5662
|
+
};
|
|
5663
|
+
GeographicShapeSeries.prototype.qw = function () {
|
|
5664
|
+
return this.vy;
|
|
5659
5665
|
};
|
|
5660
|
-
GeographicShapeSeries.prototype.
|
|
5661
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.
|
|
5666
|
+
GeographicShapeSeries.prototype.ky = function () {
|
|
5667
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.t4);
|
|
5662
5668
|
if (a == null) {
|
|
5663
5669
|
return "Unknown";
|
|
5664
5670
|
}
|
|
5665
|
-
return a.
|
|
5671
|
+
return a.ky();
|
|
5666
5672
|
};
|
|
5667
|
-
GeographicShapeSeries.prototype.
|
|
5668
|
-
_super.prototype.
|
|
5673
|
+
GeographicShapeSeries.prototype.o9 = function (a, b, c, d) {
|
|
5674
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
5669
5675
|
switch (b) {
|
|
5670
5676
|
case GeographicShapeSeries.$$p[6]:
|
|
5671
|
-
this.
|
|
5677
|
+
this.t4.w1 = this.vc;
|
|
5672
5678
|
break;
|
|
5673
5679
|
case GeographicShapeSeries.$$p[5]:
|
|
5674
|
-
this.
|
|
5680
|
+
this.t4.wx = this.vb;
|
|
5675
5681
|
break;
|
|
5676
5682
|
case GeographicShapeSeries.$$p[9]:
|
|
5677
|
-
this.
|
|
5683
|
+
this.vf.cq();
|
|
5678
5684
|
break;
|
|
5679
5685
|
case GeographicShapeSeries.$$p[10]:
|
|
5680
|
-
this.
|
|
5686
|
+
this.vf.cs();
|
|
5681
5687
|
break;
|
|
5682
5688
|
case GeographicShapeSeries.$$p[4]:
|
|
5683
|
-
this.
|
|
5689
|
+
this.vf.cn();
|
|
5684
5690
|
break;
|
|
5685
5691
|
case GeographicShapeSeries.$$p[11]:
|
|
5686
|
-
this.
|
|
5692
|
+
this.vf.cr();
|
|
5687
5693
|
break;
|
|
5688
5694
|
case GeographicShapeSeries.$$p[3]:
|
|
5689
|
-
this.
|
|
5695
|
+
this.vf.cm();
|
|
5690
5696
|
break;
|
|
5691
5697
|
case GeographicShapeSeries.$$p[7]:
|
|
5692
|
-
this.
|
|
5698
|
+
this.vf.co();
|
|
5693
5699
|
break;
|
|
5694
5700
|
case GeographicShapeSeries.$$p[8]:
|
|
5695
|
-
this.
|
|
5701
|
+
this.vf.cp();
|
|
5696
5702
|
break;
|
|
5697
5703
|
case GeographicShapeSeries.$$p[13]:
|
|
5698
|
-
this.
|
|
5704
|
+
this.vf.ct();
|
|
5699
5705
|
break;
|
|
5700
5706
|
case GeographicShapeSeries.$$p[12]:
|
|
5701
|
-
this.
|
|
5707
|
+
this.vf.cu();
|
|
5702
5708
|
break;
|
|
5703
5709
|
}
|
|
5704
5710
|
};
|
|
5705
|
-
GeographicShapeSeries.prototype.
|
|
5711
|
+
GeographicShapeSeries.prototype.ir = function () {
|
|
5706
5712
|
return 0.7;
|
|
5707
5713
|
};
|
|
5708
5714
|
GeographicShapeSeries.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5709
|
-
GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5715
|
+
GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:wf:v1', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:vy:v2', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:wg:v3', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:va:v4', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:wi:v8', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:vz:v9', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:vd:wb', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:ve:wd', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
|
|
5710
5716
|
return GeographicShapeSeries;
|
|
5711
5717
|
}(GeographicShapeSeriesBase));
|
|
5712
5718
|
|
|
@@ -5789,7 +5795,7 @@
|
|
|
5789
5795
|
* Gets whether the current series shows a polygon shape.
|
|
5790
5796
|
*/
|
|
5791
5797
|
get: function () {
|
|
5792
|
-
return this.i.
|
|
5798
|
+
return this.i.e4;
|
|
5793
5799
|
},
|
|
5794
5800
|
enumerable: false,
|
|
5795
5801
|
configurable: true
|
|
@@ -5799,11 +5805,11 @@
|
|
|
5799
5805
|
* Gets or sets the fill brush.
|
|
5800
5806
|
*/
|
|
5801
5807
|
get: function () {
|
|
5802
|
-
return this.i.
|
|
5808
|
+
return this.i.wj ? this.i.wj.fill : null;
|
|
5803
5809
|
},
|
|
5804
5810
|
set: function (v) {
|
|
5805
5811
|
this.ensureShapeStyle();
|
|
5806
|
-
this.i.
|
|
5812
|
+
this.i.wj.fill = v;
|
|
5807
5813
|
},
|
|
5808
5814
|
enumerable: false,
|
|
5809
5815
|
configurable: true
|
|
@@ -5813,11 +5819,11 @@
|
|
|
5813
5819
|
* Gets or sets the stroke brush.
|
|
5814
5820
|
*/
|
|
5815
5821
|
get: function () {
|
|
5816
|
-
return this.i.
|
|
5822
|
+
return this.i.wj ? this.i.wj.stroke : null;
|
|
5817
5823
|
},
|
|
5818
5824
|
set: function (v) {
|
|
5819
5825
|
this.ensureShapeStyle();
|
|
5820
|
-
this.i.
|
|
5826
|
+
this.i.wj.stroke = v;
|
|
5821
5827
|
},
|
|
5822
5828
|
enumerable: false,
|
|
5823
5829
|
configurable: true
|
|
@@ -5827,12 +5833,12 @@
|
|
|
5827
5833
|
* Gets or sets the stroke thickness.
|
|
5828
5834
|
*/
|
|
5829
5835
|
get: function () {
|
|
5830
|
-
return this.i.
|
|
5836
|
+
return this.i.wj ? this.i.wj.strokeThickness : NaN;
|
|
5831
5837
|
},
|
|
5832
5838
|
set: function (v) {
|
|
5833
5839
|
this.ensureShapeStyle();
|
|
5834
|
-
this.i.
|
|
5835
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5840
|
+
this.i.wj.strokeThickness = +v;
|
|
5841
|
+
this._a("shapeStrokeThickness", this.i.wj.strokeThickness);
|
|
5836
5842
|
},
|
|
5837
5843
|
enumerable: false,
|
|
5838
5844
|
configurable: true
|
|
@@ -5842,21 +5848,21 @@
|
|
|
5842
5848
|
* Gets or sets the opacity.
|
|
5843
5849
|
*/
|
|
5844
5850
|
get: function () {
|
|
5845
|
-
return this.i.
|
|
5851
|
+
return this.i.wj ? this.i.wj.opacity : NaN;
|
|
5846
5852
|
},
|
|
5847
5853
|
set: function (v) {
|
|
5848
5854
|
this.ensureShapeStyle();
|
|
5849
|
-
this.i.
|
|
5850
|
-
this._a("shapeOpacity", this.i.
|
|
5855
|
+
this.i.wj.opacity = +v;
|
|
5856
|
+
this._a("shapeOpacity", this.i.wj.opacity);
|
|
5851
5857
|
},
|
|
5852
5858
|
enumerable: false,
|
|
5853
5859
|
configurable: true
|
|
5854
5860
|
});
|
|
5855
5861
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5856
|
-
if (this.i.
|
|
5862
|
+
if (this.i.wj) {
|
|
5857
5863
|
return;
|
|
5858
5864
|
}
|
|
5859
|
-
this.i.
|
|
5865
|
+
this.i.wj = new igniteuiWebcomponentsCore.Style();
|
|
5860
5866
|
};
|
|
5861
5867
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5862
5868
|
/**
|
|
@@ -5864,11 +5870,11 @@
|
|
|
5864
5870
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5865
5871
|
*/
|
|
5866
5872
|
get: function () {
|
|
5867
|
-
return this.i.
|
|
5873
|
+
return this.i.vd;
|
|
5868
5874
|
},
|
|
5869
5875
|
set: function (v) {
|
|
5870
|
-
this.i.
|
|
5871
|
-
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.
|
|
5876
|
+
this.i.vd = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
|
|
5877
|
+
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.vd));
|
|
5872
5878
|
},
|
|
5873
5879
|
enumerable: false,
|
|
5874
5880
|
configurable: true
|
|
@@ -5878,11 +5884,11 @@
|
|
|
5878
5884
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5879
5885
|
*/
|
|
5880
5886
|
get: function () {
|
|
5881
|
-
return this.i.
|
|
5887
|
+
return this.i.vc;
|
|
5882
5888
|
},
|
|
5883
5889
|
set: function (v) {
|
|
5884
|
-
this.i.
|
|
5885
|
-
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.
|
|
5890
|
+
this.i.vc = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
|
|
5891
|
+
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.vc));
|
|
5886
5892
|
},
|
|
5887
5893
|
enumerable: false,
|
|
5888
5894
|
configurable: true
|
|
@@ -5892,11 +5898,11 @@
|
|
|
5892
5898
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5893
5899
|
*/
|
|
5894
5900
|
get: function () {
|
|
5895
|
-
return this.i.
|
|
5901
|
+
return this.i.vb;
|
|
5896
5902
|
},
|
|
5897
5903
|
set: function (v) {
|
|
5898
|
-
this.i.
|
|
5899
|
-
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.
|
|
5904
|
+
this.i.vb = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
|
|
5905
|
+
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.vb));
|
|
5900
5906
|
},
|
|
5901
5907
|
enumerable: false,
|
|
5902
5908
|
configurable: true
|
|
@@ -5906,10 +5912,10 @@
|
|
|
5906
5912
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5907
5913
|
*/
|
|
5908
5914
|
get: function () {
|
|
5909
|
-
return this.i.
|
|
5915
|
+
return this.i.vz;
|
|
5910
5916
|
},
|
|
5911
5917
|
set: function (v) {
|
|
5912
|
-
this.i.
|
|
5918
|
+
this.i.vz = v;
|
|
5913
5919
|
},
|
|
5914
5920
|
enumerable: false,
|
|
5915
5921
|
configurable: true
|
|
@@ -5919,11 +5925,11 @@
|
|
|
5919
5925
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5920
5926
|
*/
|
|
5921
5927
|
get: function () {
|
|
5922
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
5928
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.wg);
|
|
5923
5929
|
},
|
|
5924
5930
|
set: function (v) {
|
|
5925
|
-
this.i.
|
|
5926
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
5931
|
+
this.i.wg = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
5932
|
+
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.wg));
|
|
5927
5933
|
},
|
|
5928
5934
|
enumerable: false,
|
|
5929
5935
|
configurable: true
|
|
@@ -5933,11 +5939,11 @@
|
|
|
5933
5939
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5934
5940
|
*/
|
|
5935
5941
|
get: function () {
|
|
5936
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
5942
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.wh);
|
|
5937
5943
|
},
|
|
5938
5944
|
set: function (v) {
|
|
5939
|
-
this.i.
|
|
5940
|
-
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
5945
|
+
this.i.wh = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
5946
|
+
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.wh));
|
|
5941
5947
|
},
|
|
5942
5948
|
enumerable: false,
|
|
5943
5949
|
configurable: true
|
|
@@ -5947,11 +5953,11 @@
|
|
|
5947
5953
|
* Gets or sets thickness of the marker outline
|
|
5948
5954
|
*/
|
|
5949
5955
|
get: function () {
|
|
5950
|
-
return this.i.
|
|
5956
|
+
return this.i.vg;
|
|
5951
5957
|
},
|
|
5952
5958
|
set: function (v) {
|
|
5953
|
-
this.i.
|
|
5954
|
-
this._a("markerThickness", this.i.
|
|
5959
|
+
this.i.vg = +v;
|
|
5960
|
+
this._a("markerThickness", this.i.vg);
|
|
5955
5961
|
},
|
|
5956
5962
|
enumerable: false,
|
|
5957
5963
|
configurable: true
|
|
@@ -5961,11 +5967,11 @@
|
|
|
5961
5967
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5962
5968
|
*/
|
|
5963
5969
|
get: function () {
|
|
5964
|
-
return this.i.
|
|
5970
|
+
return this.i.va;
|
|
5965
5971
|
},
|
|
5966
5972
|
set: function (v) {
|
|
5967
|
-
this.i.
|
|
5968
|
-
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.
|
|
5973
|
+
this.i.va = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
|
|
5974
|
+
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.va));
|
|
5969
5975
|
},
|
|
5970
5976
|
enumerable: false,
|
|
5971
5977
|
configurable: true
|
|
@@ -5975,10 +5981,10 @@
|
|
|
5975
5981
|
* Gets the effective marker template for the current series object.
|
|
5976
5982
|
*/
|
|
5977
5983
|
get: function () {
|
|
5978
|
-
return this.i.
|
|
5984
|
+
return this.i.vy;
|
|
5979
5985
|
},
|
|
5980
5986
|
set: function (v) {
|
|
5981
|
-
this.i.
|
|
5987
|
+
this.i.vy = v;
|
|
5982
5988
|
},
|
|
5983
5989
|
enumerable: false,
|
|
5984
5990
|
configurable: true
|
|
@@ -5988,11 +5994,11 @@
|
|
|
5988
5994
|
* Gets the effective marker brush for the current series object.
|
|
5989
5995
|
*/
|
|
5990
5996
|
get: function () {
|
|
5991
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
5997
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.we);
|
|
5992
5998
|
},
|
|
5993
5999
|
set: function (v) {
|
|
5994
|
-
this.i.
|
|
5995
|
-
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6000
|
+
this.i.we = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
6001
|
+
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.we));
|
|
5996
6002
|
},
|
|
5997
6003
|
enumerable: false,
|
|
5998
6004
|
configurable: true
|
|
@@ -6002,11 +6008,11 @@
|
|
|
6002
6008
|
* Gets the effective marker outline for the current series object.
|
|
6003
6009
|
*/
|
|
6004
6010
|
get: function () {
|
|
6005
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6011
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.wf);
|
|
6006
6012
|
},
|
|
6007
6013
|
set: function (v) {
|
|
6008
|
-
this.i.
|
|
6009
|
-
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
6014
|
+
this.i.wf = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
6015
|
+
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.wf));
|
|
6010
6016
|
},
|
|
6011
6017
|
enumerable: false,
|
|
6012
6018
|
configurable: true
|
|
@@ -6083,19 +6089,19 @@
|
|
|
6083
6089
|
GeographicPolylineSeriesView.prototype.au = function () {
|
|
6084
6090
|
_super.prototype.au.call(this);
|
|
6085
6091
|
if (!this.q) {
|
|
6086
|
-
this.cl.
|
|
6092
|
+
this.cl.iv = igniteuiWebcomponentsCharts.Defaults.n;
|
|
6087
6093
|
}
|
|
6088
6094
|
};
|
|
6089
6095
|
GeographicPolylineSeriesView.prototype.b5 = function () {
|
|
6090
6096
|
_super.prototype.b5.call(this);
|
|
6091
|
-
this.cl.
|
|
6092
|
-
this.cl.
|
|
6097
|
+
this.cl.t4.wu = this.cl.va;
|
|
6098
|
+
this.cl.t4.wz = this.cl.vi;
|
|
6093
6099
|
};
|
|
6094
6100
|
GeographicPolylineSeriesView.prototype.cm = function () {
|
|
6095
|
-
this.cl.
|
|
6101
|
+
this.cl.t4.wu = this.cl.va;
|
|
6096
6102
|
};
|
|
6097
6103
|
GeographicPolylineSeriesView.prototype.cn = function () {
|
|
6098
|
-
this.cl.
|
|
6104
|
+
this.cl.t4.wz = this.cl.vi;
|
|
6099
6105
|
};
|
|
6100
6106
|
GeographicPolylineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
6101
6107
|
return GeographicPolylineSeriesView;
|
|
@@ -6111,39 +6117,42 @@
|
|
|
6111
6117
|
_this.ab = GeographicPolylineSeries.$;
|
|
6112
6118
|
return _this;
|
|
6113
6119
|
}
|
|
6114
|
-
GeographicPolylineSeries.prototype.
|
|
6120
|
+
GeographicPolylineSeries.prototype.bg = function () {
|
|
6121
|
+
return new GeographicPolylineSeries();
|
|
6122
|
+
};
|
|
6123
|
+
GeographicPolylineSeries.prototype.get_e5 = function () {
|
|
6115
6124
|
return true;
|
|
6116
6125
|
};
|
|
6117
|
-
GeographicPolylineSeries.prototype.
|
|
6126
|
+
GeographicPolylineSeries.prototype.ch = function () {
|
|
6118
6127
|
return new GeographicPolylineSeriesView(this);
|
|
6119
6128
|
};
|
|
6120
|
-
GeographicPolylineSeries.prototype.
|
|
6121
|
-
_super.prototype.
|
|
6122
|
-
this.
|
|
6129
|
+
GeographicPolylineSeries.prototype.o1 = function (a) {
|
|
6130
|
+
_super.prototype.o1.call(this, a);
|
|
6131
|
+
this.vb = a;
|
|
6123
6132
|
};
|
|
6124
|
-
GeographicPolylineSeries.prototype.
|
|
6133
|
+
GeographicPolylineSeries.prototype.t3 = function () {
|
|
6125
6134
|
var a = new igniteuiWebcomponentsCharts.ScatterPolylineSeries();
|
|
6126
|
-
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6135
|
+
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.vf));
|
|
6127
6136
|
return a;
|
|
6128
6137
|
};
|
|
6129
|
-
GeographicPolylineSeries.prototype.
|
|
6138
|
+
GeographicPolylineSeries.prototype.vf = function (a, b) {
|
|
6130
6139
|
if (this.styleShape != null) {
|
|
6131
6140
|
this.styleShape(this, b);
|
|
6132
6141
|
}
|
|
6133
6142
|
};
|
|
6134
|
-
GeographicPolylineSeries.prototype.
|
|
6135
|
-
_super.prototype.
|
|
6143
|
+
GeographicPolylineSeries.prototype.o9 = function (a, b, c, d) {
|
|
6144
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
6136
6145
|
switch (b) {
|
|
6137
6146
|
case GeographicPolylineSeries.$$p[1]:
|
|
6138
|
-
this.
|
|
6147
|
+
this.vb.cm();
|
|
6139
6148
|
break;
|
|
6140
6149
|
case GeographicPolylineSeries.$$p[0]:
|
|
6141
|
-
this.
|
|
6150
|
+
this.vb.cn();
|
|
6142
6151
|
break;
|
|
6143
6152
|
}
|
|
6144
6153
|
};
|
|
6145
6154
|
GeographicPolylineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6146
|
-
GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6155
|
+
GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:va:vh', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
|
|
6147
6156
|
return GeographicPolylineSeries;
|
|
6148
6157
|
}(GeographicShapeSeriesBase));
|
|
6149
6158
|
|
|
@@ -6226,7 +6235,7 @@
|
|
|
6226
6235
|
* Gets whether the current series shows a polyline shape.
|
|
6227
6236
|
*/
|
|
6228
6237
|
get: function () {
|
|
6229
|
-
return this.i.
|
|
6238
|
+
return this.i.e5;
|
|
6230
6239
|
},
|
|
6231
6240
|
enumerable: false,
|
|
6232
6241
|
configurable: true
|
|
@@ -6236,11 +6245,11 @@
|
|
|
6236
6245
|
* Gets or sets the fill brush.
|
|
6237
6246
|
*/
|
|
6238
6247
|
get: function () {
|
|
6239
|
-
return this.i.
|
|
6248
|
+
return this.i.vi ? this.i.vi.fill : null;
|
|
6240
6249
|
},
|
|
6241
6250
|
set: function (v) {
|
|
6242
6251
|
this.ensureShapeStyle();
|
|
6243
|
-
this.i.
|
|
6252
|
+
this.i.vi.fill = v;
|
|
6244
6253
|
},
|
|
6245
6254
|
enumerable: false,
|
|
6246
6255
|
configurable: true
|
|
@@ -6250,11 +6259,11 @@
|
|
|
6250
6259
|
* Gets or sets the stroke brush.
|
|
6251
6260
|
*/
|
|
6252
6261
|
get: function () {
|
|
6253
|
-
return this.i.
|
|
6262
|
+
return this.i.vi ? this.i.vi.stroke : null;
|
|
6254
6263
|
},
|
|
6255
6264
|
set: function (v) {
|
|
6256
6265
|
this.ensureShapeStyle();
|
|
6257
|
-
this.i.
|
|
6266
|
+
this.i.vi.stroke = v;
|
|
6258
6267
|
},
|
|
6259
6268
|
enumerable: false,
|
|
6260
6269
|
configurable: true
|
|
@@ -6264,12 +6273,12 @@
|
|
|
6264
6273
|
* Gets or sets the stroke thickness.
|
|
6265
6274
|
*/
|
|
6266
6275
|
get: function () {
|
|
6267
|
-
return this.i.
|
|
6276
|
+
return this.i.vi ? this.i.vi.strokeThickness : NaN;
|
|
6268
6277
|
},
|
|
6269
6278
|
set: function (v) {
|
|
6270
6279
|
this.ensureShapeStyle();
|
|
6271
|
-
this.i.
|
|
6272
|
-
this._a("shapeStrokeThickness", this.i.
|
|
6280
|
+
this.i.vi.strokeThickness = +v;
|
|
6281
|
+
this._a("shapeStrokeThickness", this.i.vi.strokeThickness);
|
|
6273
6282
|
},
|
|
6274
6283
|
enumerable: false,
|
|
6275
6284
|
configurable: true
|
|
@@ -6279,21 +6288,21 @@
|
|
|
6279
6288
|
* Gets or sets the opacity.
|
|
6280
6289
|
*/
|
|
6281
6290
|
get: function () {
|
|
6282
|
-
return this.i.
|
|
6291
|
+
return this.i.vi ? this.i.vi.opacity : NaN;
|
|
6283
6292
|
},
|
|
6284
6293
|
set: function (v) {
|
|
6285
6294
|
this.ensureShapeStyle();
|
|
6286
|
-
this.i.
|
|
6287
|
-
this._a("shapeOpacity", this.i.
|
|
6295
|
+
this.i.vi.opacity = +v;
|
|
6296
|
+
this._a("shapeOpacity", this.i.vi.opacity);
|
|
6288
6297
|
},
|
|
6289
6298
|
enumerable: false,
|
|
6290
6299
|
configurable: true
|
|
6291
6300
|
});
|
|
6292
6301
|
IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6293
|
-
if (this.i.
|
|
6302
|
+
if (this.i.vi) {
|
|
6294
6303
|
return;
|
|
6295
6304
|
}
|
|
6296
|
-
this.i.
|
|
6305
|
+
this.i.vi = new igniteuiWebcomponentsCore.Style();
|
|
6297
6306
|
};
|
|
6298
6307
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6299
6308
|
get: function () {
|
|
@@ -6458,56 +6467,59 @@
|
|
|
6458
6467
|
tslib.__extends(TileSeries, _super);
|
|
6459
6468
|
function TileSeries() {
|
|
6460
6469
|
var _this = _super.call(this) || this;
|
|
6470
|
+
_this.wv = null;
|
|
6461
6471
|
_this.wu = null;
|
|
6462
|
-
_this.wt = null;
|
|
6463
6472
|
_this.imageTilesReady = null;
|
|
6464
|
-
_this.
|
|
6465
|
-
_this.
|
|
6473
|
+
_this.wy = null;
|
|
6474
|
+
_this.wz = false;
|
|
6466
6475
|
_this.ab = TileSeries.$;
|
|
6467
6476
|
return _this;
|
|
6468
6477
|
}
|
|
6469
|
-
TileSeries.prototype.
|
|
6478
|
+
TileSeries.prototype.bg = function () {
|
|
6479
|
+
return new TileSeries();
|
|
6480
|
+
};
|
|
6481
|
+
TileSeries.prototype.get_fh = function () {
|
|
6470
6482
|
return true;
|
|
6471
6483
|
};
|
|
6472
|
-
TileSeries.prototype.
|
|
6484
|
+
TileSeries.prototype.ch = function () {
|
|
6473
6485
|
return new TileSeriesView(this);
|
|
6474
6486
|
};
|
|
6475
|
-
TileSeries.prototype.
|
|
6476
|
-
_super.prototype.
|
|
6477
|
-
this.
|
|
6487
|
+
TileSeries.prototype.o1 = function (a) {
|
|
6488
|
+
_super.prototype.o1.call(this, a);
|
|
6489
|
+
this.wt = a;
|
|
6478
6490
|
};
|
|
6479
|
-
TileSeries.prototype.
|
|
6491
|
+
TileSeries.prototype.get_u5 = function () {
|
|
6480
6492
|
return false;
|
|
6481
6493
|
};
|
|
6482
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6494
|
+
Object.defineProperty(TileSeries.prototype, "wx", {
|
|
6483
6495
|
get: function () {
|
|
6484
|
-
return this.
|
|
6496
|
+
return this.wv;
|
|
6485
6497
|
},
|
|
6486
6498
|
set: function (a) {
|
|
6487
|
-
var b = a != this.
|
|
6499
|
+
var b = a != this.wx;
|
|
6488
6500
|
if (b) {
|
|
6489
|
-
var c = this.
|
|
6490
|
-
this.
|
|
6501
|
+
var c = this.wx;
|
|
6502
|
+
this.wv = a;
|
|
6491
6503
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6492
6504
|
}
|
|
6493
6505
|
},
|
|
6494
6506
|
enumerable: false,
|
|
6495
6507
|
configurable: true
|
|
6496
6508
|
});
|
|
6497
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6509
|
+
Object.defineProperty(TileSeries.prototype, "ww", {
|
|
6498
6510
|
get: function () {
|
|
6499
|
-
return this.
|
|
6511
|
+
return this.wu;
|
|
6500
6512
|
},
|
|
6501
6513
|
set: function (a) {
|
|
6502
|
-
var b = this.
|
|
6503
|
-
this.
|
|
6504
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6514
|
+
var b = this.wu;
|
|
6515
|
+
this.wu = a;
|
|
6516
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wu);
|
|
6505
6517
|
},
|
|
6506
6518
|
enumerable: false,
|
|
6507
6519
|
configurable: true
|
|
6508
6520
|
});
|
|
6509
|
-
TileSeries.prototype.
|
|
6510
|
-
_super.prototype.
|
|
6521
|
+
TileSeries.prototype.o9 = function (a, b, c, d) {
|
|
6522
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
6511
6523
|
var e;
|
|
6512
6524
|
var f;
|
|
6513
6525
|
switch (b) {
|
|
@@ -6515,141 +6527,141 @@
|
|
|
6515
6527
|
e = c;
|
|
6516
6528
|
f = d;
|
|
6517
6529
|
if (e != null) {
|
|
6518
|
-
e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6530
|
+
e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.w2));
|
|
6519
6531
|
}
|
|
6520
6532
|
if (f != null) {
|
|
6521
|
-
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6533
|
+
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.w2));
|
|
6522
6534
|
}
|
|
6523
|
-
this.
|
|
6524
|
-
this.
|
|
6525
|
-
this.
|
|
6535
|
+
this.wt.dh(e, f);
|
|
6536
|
+
this.pq(false);
|
|
6537
|
+
this.om();
|
|
6526
6538
|
break;
|
|
6527
6539
|
case "ActualTileImagery":
|
|
6528
6540
|
e = c;
|
|
6529
6541
|
f = d;
|
|
6530
6542
|
if (e != null) {
|
|
6531
|
-
e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6543
|
+
e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.w3));
|
|
6532
6544
|
e.deferralHandler = null;
|
|
6533
6545
|
}
|
|
6534
6546
|
if (f != null) {
|
|
6535
|
-
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6547
|
+
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.w3));
|
|
6536
6548
|
f.deferralHandler = this;
|
|
6537
6549
|
}
|
|
6538
|
-
this.
|
|
6539
|
-
if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.
|
|
6540
|
-
f.geographicMap = this.
|
|
6541
|
-
this.
|
|
6542
|
-
this.
|
|
6550
|
+
this.wt.dg(e, f);
|
|
6551
|
+
if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.cz) !== null) {
|
|
6552
|
+
f.geographicMap = this.cz;
|
|
6553
|
+
this.w5(this.ck);
|
|
6554
|
+
this.wt.dd(this.cz.tn);
|
|
6543
6555
|
}
|
|
6544
|
-
this.
|
|
6556
|
+
this.om();
|
|
6545
6557
|
break;
|
|
6546
6558
|
case "ActualWindowRect":
|
|
6547
|
-
this.
|
|
6559
|
+
this.wt.dd(d);
|
|
6548
6560
|
break;
|
|
6549
6561
|
case "WorldRect":
|
|
6550
|
-
this.
|
|
6562
|
+
this.wt.dk(d);
|
|
6551
6563
|
break;
|
|
6552
6564
|
case "SeriesViewer":
|
|
6553
6565
|
var g = c;
|
|
6554
6566
|
var h = d;
|
|
6555
|
-
if (g != null && this.
|
|
6556
|
-
this.
|
|
6567
|
+
if (g != null && this.ww != null) {
|
|
6568
|
+
this.ww.be(null);
|
|
6557
6569
|
}
|
|
6558
|
-
if (h != null && this.
|
|
6559
|
-
this.
|
|
6570
|
+
if (h != null && this.ww != null) {
|
|
6571
|
+
this.ww.be(this.ck.w);
|
|
6560
6572
|
}
|
|
6561
6573
|
break;
|
|
6562
6574
|
case "ActualBrush":
|
|
6563
6575
|
case "ActualOutline":
|
|
6564
6576
|
case "ActualThickness":
|
|
6565
|
-
this.
|
|
6577
|
+
this.oo();
|
|
6566
6578
|
break;
|
|
6567
6579
|
}
|
|
6568
6580
|
};
|
|
6569
|
-
TileSeries.prototype.
|
|
6581
|
+
TileSeries.prototype.w2 = function (a, b) {
|
|
6570
6582
|
if (b.propertyName == "MultiScaleImage") {
|
|
6571
|
-
this.
|
|
6583
|
+
this.w5(this.ck);
|
|
6572
6584
|
}
|
|
6573
6585
|
};
|
|
6574
|
-
TileSeries.prototype.
|
|
6586
|
+
TileSeries.prototype.w3 = function (a, b) {
|
|
6575
6587
|
if (this.imageTilesReady != null) {
|
|
6576
6588
|
this.imageTilesReady(this, new igniteuiWebcomponentsCore.EventArgs());
|
|
6577
6589
|
}
|
|
6578
|
-
if (!this.
|
|
6579
|
-
this.
|
|
6590
|
+
if (!this.wz) {
|
|
6591
|
+
this.wt.di();
|
|
6580
6592
|
}
|
|
6581
6593
|
};
|
|
6582
6594
|
TileSeries.prototype.register = function (a, b) {
|
|
6583
|
-
this.
|
|
6595
|
+
this.wy = b;
|
|
6584
6596
|
};
|
|
6585
6597
|
TileSeries.prototype.unRegister = function (a) {
|
|
6586
|
-
this.
|
|
6598
|
+
this.wy = null;
|
|
6587
6599
|
};
|
|
6588
6600
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6589
|
-
this.
|
|
6601
|
+
this.pq(false);
|
|
6590
6602
|
};
|
|
6591
6603
|
TileSeries.prototype.deferAction = function (a) {
|
|
6592
|
-
if (this.
|
|
6593
|
-
this.
|
|
6604
|
+
if (this.i5 != null) {
|
|
6605
|
+
this.i5.setTimeout(a, 0);
|
|
6594
6606
|
}
|
|
6595
6607
|
else {
|
|
6596
6608
|
window.setTimeout(a, 0);
|
|
6597
6609
|
}
|
|
6598
6610
|
};
|
|
6599
|
-
TileSeries.prototype.
|
|
6600
|
-
this.
|
|
6601
|
-
_super.prototype.
|
|
6611
|
+
TileSeries.prototype.qn = function (a, b) {
|
|
6612
|
+
this.wt.dj();
|
|
6613
|
+
_super.prototype.qn.call(this, a, b);
|
|
6602
6614
|
};
|
|
6603
|
-
TileSeries.prototype.
|
|
6604
|
-
_super.prototype.
|
|
6605
|
-
this.
|
|
6615
|
+
TileSeries.prototype.pr = function (a) {
|
|
6616
|
+
_super.prototype.pr.call(this, a);
|
|
6617
|
+
this.w4(a, this.ck);
|
|
6606
6618
|
};
|
|
6607
|
-
TileSeries.prototype.
|
|
6619
|
+
TileSeries.prototype.w4 = function (a, b) {
|
|
6608
6620
|
var c;
|
|
6609
6621
|
var d;
|
|
6610
6622
|
var e = b;
|
|
6611
6623
|
var f = b.getViewInfo(c, d);
|
|
6612
6624
|
c = f.p0;
|
|
6613
6625
|
d = f.p1;
|
|
6614
|
-
this.
|
|
6615
|
-
if (this.
|
|
6616
|
-
this.
|
|
6617
|
-
this.
|
|
6618
|
-
this.
|
|
6626
|
+
this.w5(b);
|
|
6627
|
+
if (this.wy != null) {
|
|
6628
|
+
this.wz = true;
|
|
6629
|
+
this.wy(a);
|
|
6630
|
+
this.wz = false;
|
|
6619
6631
|
}
|
|
6620
6632
|
e.di();
|
|
6621
6633
|
};
|
|
6622
|
-
TileSeries.prototype.
|
|
6623
|
-
_super.prototype.
|
|
6624
|
-
var f = this.
|
|
6634
|
+
TileSeries.prototype.pp = function (a, b, c, d, e) {
|
|
6635
|
+
_super.prototype.pp.call(this, a, b, c, d, e);
|
|
6636
|
+
var f = this.gv.item(d);
|
|
6625
6637
|
f.a3(c);
|
|
6626
|
-
if (this.
|
|
6638
|
+
if (this.dm(f)) {
|
|
6627
6639
|
return;
|
|
6628
6640
|
}
|
|
6629
|
-
this.
|
|
6641
|
+
this.wc(f);
|
|
6630
6642
|
};
|
|
6631
|
-
TileSeries.prototype.
|
|
6643
|
+
TileSeries.prototype.w5 = function (a) {
|
|
6632
6644
|
var b;
|
|
6633
6645
|
var c;
|
|
6634
6646
|
var d = a.getViewInfo(b, c);
|
|
6635
6647
|
b = d.p0;
|
|
6636
6648
|
c = d.p1;
|
|
6637
|
-
if (this.
|
|
6638
|
-
if (this.
|
|
6639
|
-
this.
|
|
6649
|
+
if (this.wx != null && this.wx.ao != null) {
|
|
6650
|
+
if (this.wx != this.ww) {
|
|
6651
|
+
this.ww = this.wx;
|
|
6640
6652
|
}
|
|
6641
|
-
if (this.
|
|
6642
|
-
if (this.
|
|
6643
|
-
this.
|
|
6653
|
+
if (this.ww != null && !b.isEmpty) {
|
|
6654
|
+
if (this.ww.width != b.width) {
|
|
6655
|
+
this.ww.width = b.width;
|
|
6644
6656
|
}
|
|
6645
|
-
if (this.
|
|
6646
|
-
this.
|
|
6657
|
+
if (this.ww.height != b.height) {
|
|
6658
|
+
this.ww.height = b.height;
|
|
6647
6659
|
}
|
|
6648
6660
|
}
|
|
6649
6661
|
}
|
|
6650
6662
|
};
|
|
6651
|
-
TileSeries.prototype.
|
|
6652
|
-
_super.prototype.
|
|
6663
|
+
TileSeries.prototype.nk = function (a, b) {
|
|
6664
|
+
_super.prototype.nk.call(this, a, b);
|
|
6653
6665
|
b.de();
|
|
6654
6666
|
};
|
|
6655
6667
|
TileSeries.$t = igniteuiWebcomponentsCore.markType(TileSeries, 'TileSeries', igniteuiWebcomponentsCharts.ShapeSeriesBase.$, [igniteuiWebcomponentsCore.IMapRenderDeferralHandler_$type]);
|
|
@@ -6672,8 +6684,8 @@
|
|
|
6672
6684
|
TileSeriesView.prototype.au = function () {
|
|
6673
6685
|
_super.prototype.au.call(this);
|
|
6674
6686
|
if (!this.q) {
|
|
6675
|
-
this.da.
|
|
6676
|
-
this.da.
|
|
6687
|
+
this.da.s3 = igniteuiWebcomponentsCharts.Defaults.ao;
|
|
6688
|
+
this.da.sx = igniteuiWebcomponentsCharts.Defaults.an;
|
|
6677
6689
|
}
|
|
6678
6690
|
};
|
|
6679
6691
|
TileSeriesView.prototype.ck = function (a, b) {
|
|
@@ -6700,14 +6712,14 @@
|
|
|
6700
6712
|
this.as();
|
|
6701
6713
|
};
|
|
6702
6714
|
TileSeriesView.prototype.dd = function (a) {
|
|
6703
|
-
if (this.da.
|
|
6704
|
-
this.da.
|
|
6715
|
+
if (this.da.wx != null) {
|
|
6716
|
+
this.da.wx.windowRect = a;
|
|
6705
6717
|
}
|
|
6706
6718
|
};
|
|
6707
6719
|
TileSeriesView.prototype.dg = function (a, b) {
|
|
6708
6720
|
if (this.dc == null) {
|
|
6709
|
-
this.dc = this.e.
|
|
6710
|
-
var c = this.e.
|
|
6721
|
+
this.dc = this.e.i5.createElement("canvas");
|
|
6722
|
+
var c = this.e.i5.get2DCanvasContext(this.dc);
|
|
6711
6723
|
this.db = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), c);
|
|
6712
6724
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6713
6725
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -6736,8 +6748,8 @@
|
|
|
6736
6748
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
6737
6749
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
6738
6750
|
}
|
|
6739
|
-
if (this.da.
|
|
6740
|
-
this.da.
|
|
6751
|
+
if (this.da.wx != null) {
|
|
6752
|
+
this.da.wx.bf(this.bx);
|
|
6741
6753
|
}
|
|
6742
6754
|
};
|
|
6743
6755
|
TileSeriesView.prototype.a8 = function (a, b) {
|
|
@@ -6771,8 +6783,8 @@
|
|
|
6771
6783
|
TileSeriesView.prototype.de = function () {
|
|
6772
6784
|
};
|
|
6773
6785
|
TileSeriesView.prototype.dk = function (a) {
|
|
6774
|
-
if (this.da.
|
|
6775
|
-
this.da.
|
|
6786
|
+
if (this.da.wx != null) {
|
|
6787
|
+
this.da.wx.a6();
|
|
6776
6788
|
}
|
|
6777
6789
|
};
|
|
6778
6790
|
TileSeriesView.$t = igniteuiWebcomponentsCore.markType(TileSeriesView, 'TileSeriesView', igniteuiWebcomponentsCharts.ShapeSeriesViewBase.$);
|
|
@@ -6855,7 +6867,7 @@
|
|
|
6855
6867
|
* Gets whether the current series shows a tile imagery.
|
|
6856
6868
|
*/
|
|
6857
6869
|
get: function () {
|
|
6858
|
-
return this.i.
|
|
6870
|
+
return this.i.fh;
|
|
6859
6871
|
},
|
|
6860
6872
|
enumerable: false,
|
|
6861
6873
|
configurable: true
|
|
@@ -6865,14 +6877,14 @@
|
|
|
6865
6877
|
* The MapImagery which is used to provide the tiles for display.
|
|
6866
6878
|
*/
|
|
6867
6879
|
get: function () {
|
|
6868
|
-
var r = this.i.
|
|
6880
|
+
var r = this.i.wx;
|
|
6869
6881
|
if (r == null) {
|
|
6870
6882
|
return null;
|
|
6871
6883
|
}
|
|
6872
6884
|
return r.externalObject;
|
|
6873
6885
|
},
|
|
6874
6886
|
set: function (v) {
|
|
6875
|
-
v == null ? this.i.
|
|
6887
|
+
v == null ? this.i.wx = null : this.i.wx = v.i;
|
|
6876
6888
|
},
|
|
6877
6889
|
enumerable: false,
|
|
6878
6890
|
configurable: true
|
|
@@ -6930,62 +6942,65 @@
|
|
|
6930
6942
|
tslib.__extends(GeographicTileSeries, _super);
|
|
6931
6943
|
function GeographicTileSeries() {
|
|
6932
6944
|
var _this = _super.call(this) || this;
|
|
6945
|
+
_this.vb = null;
|
|
6933
6946
|
_this.va = null;
|
|
6934
|
-
_this.u9 = null;
|
|
6935
6947
|
_this.imageTilesReady = null;
|
|
6936
6948
|
_this.ab = GeographicTileSeries.$;
|
|
6937
6949
|
return _this;
|
|
6938
6950
|
}
|
|
6939
|
-
GeographicTileSeries.prototype.
|
|
6951
|
+
GeographicTileSeries.prototype.bg = function () {
|
|
6952
|
+
return new GeographicTileSeries();
|
|
6953
|
+
};
|
|
6954
|
+
GeographicTileSeries.prototype.get_fh = function () {
|
|
6940
6955
|
return true;
|
|
6941
6956
|
};
|
|
6942
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
6957
|
+
Object.defineProperty(GeographicTileSeries.prototype, "vc", {
|
|
6943
6958
|
get: function () {
|
|
6944
|
-
return this.
|
|
6959
|
+
return this.vb;
|
|
6945
6960
|
},
|
|
6946
6961
|
set: function (a) {
|
|
6947
|
-
var b = a != this.
|
|
6962
|
+
var b = a != this.vc;
|
|
6948
6963
|
if (b) {
|
|
6949
|
-
var c = this.
|
|
6950
|
-
this.
|
|
6964
|
+
var c = this.vc;
|
|
6965
|
+
this.vb = a;
|
|
6951
6966
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6952
6967
|
}
|
|
6953
6968
|
},
|
|
6954
6969
|
enumerable: false,
|
|
6955
6970
|
configurable: true
|
|
6956
6971
|
});
|
|
6957
|
-
GeographicTileSeries.prototype.
|
|
6958
|
-
if (this.
|
|
6959
|
-
this.
|
|
6972
|
+
GeographicTileSeries.prototype.vg = function () {
|
|
6973
|
+
if (this.vc != null) {
|
|
6974
|
+
this.vc.clearTileCache();
|
|
6960
6975
|
}
|
|
6961
6976
|
};
|
|
6962
|
-
GeographicTileSeries.prototype.
|
|
6963
|
-
_super.prototype.
|
|
6977
|
+
GeographicTileSeries.prototype.o9 = function (a, b, c, d) {
|
|
6978
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
6964
6979
|
switch (b) {
|
|
6965
6980
|
case "TileImagery":
|
|
6966
|
-
if (this.
|
|
6967
|
-
this.
|
|
6981
|
+
if (this.t4 != null) {
|
|
6982
|
+
this.t4.wx = this.vc;
|
|
6968
6983
|
}
|
|
6969
6984
|
break;
|
|
6970
6985
|
}
|
|
6971
6986
|
};
|
|
6972
|
-
GeographicTileSeries.prototype.
|
|
6973
|
-
_super.prototype.
|
|
6974
|
-
this.
|
|
6975
|
-
if (this.
|
|
6976
|
-
var a = this.
|
|
6977
|
-
a.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(a.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6987
|
+
GeographicTileSeries.prototype.t9 = function () {
|
|
6988
|
+
_super.prototype.t9.call(this);
|
|
6989
|
+
this.t4.wx = this.vc;
|
|
6990
|
+
if (this.va != null) {
|
|
6991
|
+
var a = this.va;
|
|
6992
|
+
a.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(a.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.vf));
|
|
6978
6993
|
}
|
|
6979
|
-
this.
|
|
6980
|
-
if (this.
|
|
6981
|
-
var b = this.
|
|
6982
|
-
b.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(b.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6994
|
+
this.va = this.t4;
|
|
6995
|
+
if (this.va != null) {
|
|
6996
|
+
var b = this.va;
|
|
6997
|
+
b.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(b.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.vf));
|
|
6983
6998
|
}
|
|
6984
6999
|
};
|
|
6985
|
-
GeographicTileSeries.prototype.
|
|
7000
|
+
GeographicTileSeries.prototype.t3 = function () {
|
|
6986
7001
|
return new TileSeries();
|
|
6987
7002
|
};
|
|
6988
|
-
GeographicTileSeries.prototype.
|
|
7003
|
+
GeographicTileSeries.prototype.vf = function (a, b) {
|
|
6989
7004
|
if (this.imageTilesReady != null) {
|
|
6990
7005
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6991
7006
|
}
|
|
@@ -7066,7 +7081,7 @@
|
|
|
7066
7081
|
* Gets whether the current series shows a tile imagery.
|
|
7067
7082
|
*/
|
|
7068
7083
|
get: function () {
|
|
7069
|
-
return this.i.
|
|
7084
|
+
return this.i.fh;
|
|
7070
7085
|
},
|
|
7071
7086
|
enumerable: false,
|
|
7072
7087
|
configurable: true
|
|
@@ -7076,14 +7091,14 @@
|
|
|
7076
7091
|
* The MapImagery which is used to provide the tiles for display.
|
|
7077
7092
|
*/
|
|
7078
7093
|
get: function () {
|
|
7079
|
-
var r = this.i.
|
|
7094
|
+
var r = this.i.vc;
|
|
7080
7095
|
if (r == null) {
|
|
7081
7096
|
return null;
|
|
7082
7097
|
}
|
|
7083
7098
|
return r.externalObject;
|
|
7084
7099
|
},
|
|
7085
7100
|
set: function (v) {
|
|
7086
|
-
v == null ? this.i.
|
|
7101
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
7087
7102
|
},
|
|
7088
7103
|
enumerable: false,
|
|
7089
7104
|
configurable: true
|
|
@@ -7103,7 +7118,7 @@
|
|
|
7103
7118
|
|
|
7104
7119
|
*/
|
|
7105
7120
|
IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
7106
|
-
this.i.
|
|
7121
|
+
this.i.vg();
|
|
7107
7122
|
};
|
|
7108
7123
|
Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
7109
7124
|
/**
|
|
@@ -7221,11 +7236,11 @@
|
|
|
7221
7236
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7222
7237
|
*/
|
|
7223
7238
|
get: function () {
|
|
7224
|
-
return this.i.
|
|
7239
|
+
return this.i.ue;
|
|
7225
7240
|
},
|
|
7226
7241
|
set: function (v) {
|
|
7227
|
-
this.i.
|
|
7228
|
-
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.
|
|
7242
|
+
this.i.ue = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
|
|
7243
|
+
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.ue));
|
|
7229
7244
|
},
|
|
7230
7245
|
enumerable: false,
|
|
7231
7246
|
configurable: true
|
|
@@ -7235,11 +7250,11 @@
|
|
|
7235
7250
|
* Gets or sets thickness of the marker outline
|
|
7236
7251
|
*/
|
|
7237
7252
|
get: function () {
|
|
7238
|
-
return this.i.
|
|
7253
|
+
return this.i.uf;
|
|
7239
7254
|
},
|
|
7240
7255
|
set: function (v) {
|
|
7241
|
-
this.i.
|
|
7242
|
-
this._a("markerThickness", this.i.
|
|
7256
|
+
this.i.uf = +v;
|
|
7257
|
+
this._a("markerThickness", this.i.uf);
|
|
7243
7258
|
},
|
|
7244
7259
|
enumerable: false,
|
|
7245
7260
|
configurable: true
|
|
@@ -7249,11 +7264,11 @@
|
|
|
7249
7264
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7250
7265
|
*/
|
|
7251
7266
|
get: function () {
|
|
7252
|
-
return this.i.
|
|
7267
|
+
return this.i.ud;
|
|
7253
7268
|
},
|
|
7254
7269
|
set: function (v) {
|
|
7255
|
-
this.i.
|
|
7256
|
-
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.
|
|
7270
|
+
this.i.ud = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
|
|
7271
|
+
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.ud));
|
|
7257
7272
|
},
|
|
7258
7273
|
enumerable: false,
|
|
7259
7274
|
configurable: true
|
|
@@ -7263,11 +7278,11 @@
|
|
|
7263
7278
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7264
7279
|
*/
|
|
7265
7280
|
get: function () {
|
|
7266
|
-
return this.i.
|
|
7281
|
+
return this.i.uc;
|
|
7267
7282
|
},
|
|
7268
7283
|
set: function (v) {
|
|
7269
|
-
this.i.
|
|
7270
|
-
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.
|
|
7284
|
+
this.i.uc = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
|
|
7285
|
+
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.uc));
|
|
7271
7286
|
},
|
|
7272
7287
|
enumerable: false,
|
|
7273
7288
|
configurable: true
|
|
@@ -7277,10 +7292,10 @@
|
|
|
7277
7292
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7278
7293
|
*/
|
|
7279
7294
|
get: function () {
|
|
7280
|
-
return this.i.
|
|
7295
|
+
return this.i.uu;
|
|
7281
7296
|
},
|
|
7282
7297
|
set: function (v) {
|
|
7283
|
-
this.i.
|
|
7298
|
+
this.i.uu = v;
|
|
7284
7299
|
},
|
|
7285
7300
|
enumerable: false,
|
|
7286
7301
|
configurable: true
|
|
@@ -7290,11 +7305,11 @@
|
|
|
7290
7305
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7291
7306
|
*/
|
|
7292
7307
|
get: function () {
|
|
7293
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7308
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.u8);
|
|
7294
7309
|
},
|
|
7295
7310
|
set: function (v) {
|
|
7296
|
-
this.i.
|
|
7297
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7311
|
+
this.i.u8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7312
|
+
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.u8));
|
|
7298
7313
|
},
|
|
7299
7314
|
enumerable: false,
|
|
7300
7315
|
configurable: true
|
|
@@ -7304,11 +7319,11 @@
|
|
|
7304
7319
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7305
7320
|
*/
|
|
7306
7321
|
get: function () {
|
|
7307
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7322
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.u9);
|
|
7308
7323
|
},
|
|
7309
7324
|
set: function (v) {
|
|
7310
|
-
this.i.
|
|
7311
|
-
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7325
|
+
this.i.u9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7326
|
+
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.u9));
|
|
7312
7327
|
},
|
|
7313
7328
|
enumerable: false,
|
|
7314
7329
|
configurable: true
|
|
@@ -7320,11 +7335,11 @@
|
|
|
7320
7335
|
* choose a representative set.
|
|
7321
7336
|
*/
|
|
7322
7337
|
get: function () {
|
|
7323
|
-
return this.i.
|
|
7338
|
+
return this.i.ug;
|
|
7324
7339
|
},
|
|
7325
7340
|
set: function (v) {
|
|
7326
|
-
this.i.
|
|
7327
|
-
this._a("maximumMarkers", this.i.
|
|
7341
|
+
this.i.ug = +v;
|
|
7342
|
+
this._a("maximumMarkers", this.i.ug);
|
|
7328
7343
|
},
|
|
7329
7344
|
enumerable: false,
|
|
7330
7345
|
configurable: true
|
|
@@ -7334,10 +7349,10 @@
|
|
|
7334
7349
|
* Gets the effective marker template for the current series object.
|
|
7335
7350
|
*/
|
|
7336
7351
|
get: function () {
|
|
7337
|
-
return this.i.
|
|
7352
|
+
return this.i.ut;
|
|
7338
7353
|
},
|
|
7339
7354
|
set: function (v) {
|
|
7340
|
-
this.i.
|
|
7355
|
+
this.i.ut = v;
|
|
7341
7356
|
},
|
|
7342
7357
|
enumerable: false,
|
|
7343
7358
|
configurable: true
|
|
@@ -7347,11 +7362,11 @@
|
|
|
7347
7362
|
* Gets the effective marker brush for the current series object.
|
|
7348
7363
|
*/
|
|
7349
7364
|
get: function () {
|
|
7350
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7365
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.u6);
|
|
7351
7366
|
},
|
|
7352
7367
|
set: function (v) {
|
|
7353
|
-
this.i.
|
|
7354
|
-
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7368
|
+
this.i.u6 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7369
|
+
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.u6));
|
|
7355
7370
|
},
|
|
7356
7371
|
enumerable: false,
|
|
7357
7372
|
configurable: true
|
|
@@ -7361,11 +7376,11 @@
|
|
|
7361
7376
|
* Gets the effective marker outline for the current series object.
|
|
7362
7377
|
*/
|
|
7363
7378
|
get: function () {
|
|
7364
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7379
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.u7);
|
|
7365
7380
|
},
|
|
7366
7381
|
set: function (v) {
|
|
7367
|
-
this.i.
|
|
7368
|
-
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
7382
|
+
this.i.u7 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
7383
|
+
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.u7));
|
|
7369
7384
|
},
|
|
7370
7385
|
enumerable: false,
|
|
7371
7386
|
configurable: true
|
|
@@ -7387,75 +7402,75 @@
|
|
|
7387
7402
|
tslib.__extends(GeographicMarkerSeries, _super);
|
|
7388
7403
|
function GeographicMarkerSeries() {
|
|
7389
7404
|
var _this = _super.call(this) || this;
|
|
7390
|
-
var a = _this.
|
|
7391
|
-
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
7405
|
+
var a = _this.t4;
|
|
7406
|
+
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.us));
|
|
7392
7407
|
return _this;
|
|
7393
7408
|
}
|
|
7394
|
-
GeographicMarkerSeries.prototype.
|
|
7395
|
-
return this.
|
|
7396
|
-
};
|
|
7397
|
-
GeographicMarkerSeries.prototype.sz = function () {
|
|
7398
|
-
return this.u5;
|
|
7409
|
+
GeographicMarkerSeries.prototype.qw = function () {
|
|
7410
|
+
return this.ut;
|
|
7399
7411
|
};
|
|
7400
7412
|
GeographicMarkerSeries.prototype.s0 = function () {
|
|
7401
7413
|
return this.u6;
|
|
7402
7414
|
};
|
|
7403
|
-
GeographicMarkerSeries.prototype.
|
|
7404
|
-
return this.
|
|
7415
|
+
GeographicMarkerSeries.prototype.s1 = function () {
|
|
7416
|
+
return this.u7;
|
|
7405
7417
|
};
|
|
7406
|
-
GeographicMarkerSeries.prototype.
|
|
7407
|
-
|
|
7418
|
+
GeographicMarkerSeries.prototype.ht = function () {
|
|
7419
|
+
return this.uf;
|
|
7420
|
+
};
|
|
7421
|
+
GeographicMarkerSeries.prototype.ky = function () {
|
|
7422
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.t4);
|
|
7408
7423
|
if (a == null) {
|
|
7409
7424
|
return "Unknown";
|
|
7410
7425
|
}
|
|
7411
|
-
return a.
|
|
7426
|
+
return a.ky();
|
|
7412
7427
|
};
|
|
7413
|
-
GeographicMarkerSeries.prototype.
|
|
7414
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.
|
|
7428
|
+
GeographicMarkerSeries.prototype.us = function (a, b) {
|
|
7429
|
+
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.t4);
|
|
7415
7430
|
if (c == null) {
|
|
7416
7431
|
return;
|
|
7417
7432
|
}
|
|
7418
7433
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7419
|
-
this.
|
|
7434
|
+
this.ut = c.uv;
|
|
7420
7435
|
}
|
|
7421
7436
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7422
|
-
this.
|
|
7437
|
+
this.u7 = c.vc;
|
|
7423
7438
|
}
|
|
7424
7439
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7425
|
-
this.
|
|
7440
|
+
this.u6 = c.vb;
|
|
7426
7441
|
}
|
|
7427
7442
|
};
|
|
7428
|
-
GeographicMarkerSeries.prototype.
|
|
7429
|
-
_super.prototype.
|
|
7443
|
+
GeographicMarkerSeries.prototype.o9 = function (a, b, c, d) {
|
|
7444
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
7430
7445
|
switch (b) {
|
|
7431
7446
|
case GeographicMarkerSeries.$$p[3]:
|
|
7432
|
-
this.
|
|
7447
|
+
this.t4.vd = this.u8;
|
|
7433
7448
|
break;
|
|
7434
7449
|
case GeographicMarkerSeries.$$p[6]:
|
|
7435
|
-
this.
|
|
7450
|
+
this.t4.ve = this.u9;
|
|
7436
7451
|
break;
|
|
7437
7452
|
case GeographicMarkerSeries.$$p[5]:
|
|
7438
|
-
this.
|
|
7453
|
+
this.t4.t8 = this.ud;
|
|
7439
7454
|
break;
|
|
7440
7455
|
case GeographicMarkerSeries.$$p[4]:
|
|
7441
|
-
this.
|
|
7456
|
+
this.t4.t4 = this.uc;
|
|
7442
7457
|
break;
|
|
7443
7458
|
case GeographicMarkerSeries.$$p[9]:
|
|
7444
|
-
this.
|
|
7459
|
+
this.t4.ub = this.ue;
|
|
7445
7460
|
break;
|
|
7446
7461
|
case GeographicMarkerSeries.$$p[7]:
|
|
7447
|
-
this.
|
|
7462
|
+
this.t4.ux = this.uu;
|
|
7448
7463
|
break;
|
|
7449
7464
|
case GeographicMarkerSeries.$$p[8]:
|
|
7450
|
-
this.
|
|
7465
|
+
this.t4.ug = this.uf;
|
|
7451
7466
|
break;
|
|
7452
7467
|
case GeographicMarkerSeries.$$p[10]:
|
|
7453
|
-
this.
|
|
7468
|
+
this.t4.w2 = this.ug;
|
|
7454
7469
|
break;
|
|
7455
7470
|
}
|
|
7456
7471
|
};
|
|
7457
7472
|
GeographicMarkerSeries.$t = igniteuiWebcomponentsCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7458
|
-
GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7473
|
+
GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u6:uv', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:u7:uw', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:ut:ux', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:u8:uy', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:uc:uz', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:uu:u2', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:ue:u4', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
|
|
7459
7474
|
return GeographicMarkerSeries;
|
|
7460
7475
|
}(GeographicMapSeriesHost));
|
|
7461
7476
|
|
|
@@ -7483,97 +7498,97 @@
|
|
|
7483
7498
|
};
|
|
7484
7499
|
GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
|
|
7485
7500
|
_super.prototype.b5.call(this);
|
|
7486
|
-
var a = this.ch.
|
|
7487
|
-
a.
|
|
7488
|
-
a.
|
|
7489
|
-
a.
|
|
7490
|
-
a.
|
|
7491
|
-
a.
|
|
7501
|
+
var a = this.ch.t4;
|
|
7502
|
+
a.xm = this.ch.v3;
|
|
7503
|
+
a.xu = this.ch.v1;
|
|
7504
|
+
a.ub = this.ch.ue;
|
|
7505
|
+
a.ux = this.ch.uu;
|
|
7506
|
+
a.ug = this.ch.uf;
|
|
7507
|
+
a.zu = this.ch.vn;
|
|
7508
|
+
a.aak = this.ch.v8;
|
|
7509
|
+
a.zk = this.ch.vf;
|
|
7510
|
+
a.aaa = this.ch.vz;
|
|
7511
|
+
a.z5 = this.ch.vr;
|
|
7512
|
+
a.zh = this.ch.vc;
|
|
7513
|
+
a.zs = this.ch.vj;
|
|
7492
7514
|
a.zt = this.ch.vm;
|
|
7493
|
-
a.
|
|
7494
|
-
a.zj = this.ch.ve;
|
|
7495
|
-
a.z9 = this.ch.vy;
|
|
7496
|
-
a.z4 = this.ch.vq;
|
|
7497
|
-
a.zg = this.ch.vb;
|
|
7498
|
-
a.zr = this.ch.vi;
|
|
7499
|
-
a.zs = this.ch.vl;
|
|
7515
|
+
a.zz = this.ch.vp;
|
|
7500
7516
|
a.zy = this.ch.vo;
|
|
7501
|
-
a.zx = this.ch.vn;
|
|
7502
7517
|
};
|
|
7503
7518
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
7504
|
-
this.ch.
|
|
7519
|
+
this.ch.t4.xm = this.ch.v3;
|
|
7505
7520
|
};
|
|
7506
7521
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
7507
|
-
this.ch.
|
|
7522
|
+
this.ch.t4.xu = this.ch.v1;
|
|
7508
7523
|
};
|
|
7509
7524
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7510
|
-
this.ch.
|
|
7525
|
+
this.ch.t4.ub = this.ch.ue;
|
|
7511
7526
|
};
|
|
7512
7527
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
7513
|
-
this.ch.
|
|
7528
|
+
this.ch.t4.ux = this.ch.uu;
|
|
7514
7529
|
};
|
|
7515
7530
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7516
|
-
this.ch.
|
|
7531
|
+
this.ch.t4.ug = this.ch.uf;
|
|
7517
7532
|
};
|
|
7518
7533
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7519
|
-
this.ch.
|
|
7534
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
7520
7535
|
};
|
|
7521
7536
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7522
|
-
this.ch.
|
|
7537
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
7523
7538
|
};
|
|
7524
7539
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7525
|
-
this.ch.
|
|
7540
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
7526
7541
|
};
|
|
7527
7542
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7528
|
-
var a = this.ch.
|
|
7529
|
-
if (this.ch.
|
|
7543
|
+
var a = this.ch.t4;
|
|
7544
|
+
if (this.ch.cz == null) {
|
|
7530
7545
|
a.xAxis = null;
|
|
7531
7546
|
a.yAxis = null;
|
|
7532
7547
|
return;
|
|
7533
7548
|
}
|
|
7534
|
-
a.xAxis = this.ch.
|
|
7535
|
-
a.yAxis = this.ch.
|
|
7549
|
+
a.xAxis = this.ch.cz.ua;
|
|
7550
|
+
a.yAxis = this.ch.cz.uc;
|
|
7536
7551
|
};
|
|
7537
7552
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7538
|
-
this.ch.
|
|
7553
|
+
this.ch.t4.vd = this.ch.u8;
|
|
7539
7554
|
};
|
|
7540
7555
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
7541
|
-
this.ch.
|
|
7556
|
+
this.ch.t4.ve = this.ch.u9;
|
|
7542
7557
|
};
|
|
7543
7558
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7544
|
-
this.ch.
|
|
7559
|
+
this.ch.t4.aak = this.ch.v8;
|
|
7545
7560
|
};
|
|
7546
7561
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7547
|
-
this.ch.
|
|
7548
|
-
this.ch.
|
|
7562
|
+
this.ch.t4.zk = this.ch.vf;
|
|
7563
|
+
this.ch.t4.zu = this.ch.vn;
|
|
7549
7564
|
};
|
|
7550
7565
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
7551
|
-
this.ch.
|
|
7566
|
+
this.ch.t4.aaa = this.ch.vz;
|
|
7552
7567
|
};
|
|
7553
7568
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
7554
|
-
this.ch.
|
|
7555
|
-
this.ch.
|
|
7556
|
-
this.ch.
|
|
7557
|
-
this.ch.
|
|
7558
|
-
this.ch.
|
|
7569
|
+
this.ch.t4.zh = this.ch.vc;
|
|
7570
|
+
this.ch.t4.zs = this.ch.vj;
|
|
7571
|
+
this.ch.t4.zt = this.ch.vm;
|
|
7572
|
+
this.ch.t4.zz = this.ch.vp;
|
|
7573
|
+
this.ch.t4.zy = this.ch.vo;
|
|
7559
7574
|
};
|
|
7560
7575
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7561
|
-
this.ch.
|
|
7576
|
+
this.ch.t4.z5 = this.ch.vr;
|
|
7562
7577
|
};
|
|
7563
7578
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7564
|
-
this.ch.
|
|
7579
|
+
this.ch.t4.zu = this.ch.vn;
|
|
7565
7580
|
};
|
|
7566
7581
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
7567
|
-
this.ch.
|
|
7582
|
+
this.ch.t4.zs = this.ch.vj;
|
|
7568
7583
|
};
|
|
7569
7584
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7570
|
-
this.ch.
|
|
7585
|
+
this.ch.t4.zt = this.ch.vm;
|
|
7571
7586
|
};
|
|
7572
7587
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
7573
|
-
this.ch.
|
|
7588
|
+
this.ch.t4.zz = this.ch.vp;
|
|
7574
7589
|
};
|
|
7575
7590
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
7576
|
-
this.ch.
|
|
7591
|
+
this.ch.t4.zy = this.ch.vo;
|
|
7577
7592
|
};
|
|
7578
7593
|
GeographicProportionalSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7579
7594
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7585,125 +7600,128 @@
|
|
|
7585
7600
|
tslib.__extends(GeographicProportionalSymbolSeries, _super);
|
|
7586
7601
|
function GeographicProportionalSymbolSeries() {
|
|
7587
7602
|
var _this = _super.call(this) || this;
|
|
7588
|
-
_this.
|
|
7603
|
+
_this.vd = null;
|
|
7604
|
+
_this.vi = false;
|
|
7589
7605
|
_this.vh = false;
|
|
7590
|
-
_this.vg = false;
|
|
7591
7606
|
_this.assigningScatterStyle = null;
|
|
7592
7607
|
_this.assigningScatterMarkerStyle = null;
|
|
7593
7608
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
7594
7609
|
return _this;
|
|
7595
7610
|
}
|
|
7596
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7611
|
+
GeographicProportionalSymbolSeries.prototype.bg = function () {
|
|
7612
|
+
return new GeographicProportionalSymbolSeries();
|
|
7613
|
+
};
|
|
7614
|
+
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
7597
7615
|
return true;
|
|
7598
7616
|
};
|
|
7599
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7617
|
+
GeographicProportionalSymbolSeries.prototype.ch = function () {
|
|
7600
7618
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7601
7619
|
};
|
|
7602
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7603
|
-
_super.prototype.
|
|
7604
|
-
this.
|
|
7620
|
+
GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
|
|
7621
|
+
_super.prototype.o1.call(this, a);
|
|
7622
|
+
this.vg = a;
|
|
7605
7623
|
};
|
|
7606
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7624
|
+
GeographicProportionalSymbolSeries.prototype.ir = function () {
|
|
7607
7625
|
return 0.7;
|
|
7608
7626
|
};
|
|
7609
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7627
|
+
GeographicProportionalSymbolSeries.prototype.t3 = function () {
|
|
7610
7628
|
return new igniteuiWebcomponentsCharts.BubbleSeries();
|
|
7611
7629
|
};
|
|
7612
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7630
|
+
GeographicProportionalSymbolSeries.prototype.get_et = function () {
|
|
7613
7631
|
return true;
|
|
7614
7632
|
};
|
|
7615
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7616
|
-
_super.prototype.
|
|
7633
|
+
GeographicProportionalSymbolSeries.prototype.o9 = function (a, b, c, d) {
|
|
7634
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
7617
7635
|
switch (b) {
|
|
7618
7636
|
case "SeriesViewer":
|
|
7619
|
-
this.
|
|
7637
|
+
this.vg.cx();
|
|
7620
7638
|
break;
|
|
7621
7639
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7622
|
-
this.
|
|
7640
|
+
this.vg.cq();
|
|
7623
7641
|
break;
|
|
7624
7642
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7625
|
-
this.
|
|
7643
|
+
this.vg.cp();
|
|
7626
7644
|
break;
|
|
7627
7645
|
case "XAxis":
|
|
7628
|
-
this.
|
|
7646
|
+
this.vg.cy();
|
|
7629
7647
|
break;
|
|
7630
7648
|
case "YAxis":
|
|
7631
|
-
this.
|
|
7649
|
+
this.vg.cz();
|
|
7632
7650
|
break;
|
|
7633
7651
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7634
|
-
this.
|
|
7652
|
+
this.vg.c0();
|
|
7635
7653
|
break;
|
|
7636
7654
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7637
|
-
this.
|
|
7655
|
+
this.vg.c1();
|
|
7638
7656
|
break;
|
|
7639
7657
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7640
|
-
this.
|
|
7658
|
+
this.vg.c2();
|
|
7641
7659
|
break;
|
|
7642
7660
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7643
|
-
this.
|
|
7661
|
+
this.vg.cl();
|
|
7644
7662
|
break;
|
|
7645
7663
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7646
|
-
this.
|
|
7664
|
+
this.vg.ci();
|
|
7647
7665
|
break;
|
|
7648
7666
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7649
|
-
this.
|
|
7667
|
+
this.vg.cj();
|
|
7650
7668
|
break;
|
|
7651
7669
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7652
|
-
this.
|
|
7670
|
+
this.vg.ck();
|
|
7653
7671
|
break;
|
|
7654
7672
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7655
|
-
this.
|
|
7673
|
+
this.vg.co();
|
|
7656
7674
|
break;
|
|
7657
7675
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7658
|
-
this.
|
|
7676
|
+
this.vg.cn();
|
|
7659
7677
|
break;
|
|
7660
7678
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7661
|
-
this.
|
|
7679
|
+
this.vg.cm();
|
|
7662
7680
|
break;
|
|
7663
7681
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7664
|
-
this.
|
|
7665
|
-
this.
|
|
7666
|
-
if (this.
|
|
7667
|
-
var e = this.
|
|
7668
|
-
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7682
|
+
this.t4.wj = this.vl;
|
|
7683
|
+
this.vi = this.vl;
|
|
7684
|
+
if (this.vl) {
|
|
7685
|
+
var e = this.t4;
|
|
7686
|
+
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.wd));
|
|
7669
7687
|
}
|
|
7670
7688
|
else {
|
|
7671
|
-
var f = this.
|
|
7672
|
-
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7689
|
+
var f = this.t4;
|
|
7690
|
+
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.wd));
|
|
7673
7691
|
}
|
|
7674
7692
|
break;
|
|
7675
7693
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7676
|
-
this.
|
|
7677
|
-
this.
|
|
7678
|
-
if (this.
|
|
7679
|
-
var g = this.
|
|
7680
|
-
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7694
|
+
this.t4.wi = this.vk;
|
|
7695
|
+
this.vh = this.vk;
|
|
7696
|
+
if (this.vl) {
|
|
7697
|
+
var g = this.t4;
|
|
7698
|
+
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.wc));
|
|
7681
7699
|
}
|
|
7682
7700
|
else {
|
|
7683
|
-
var h = this.
|
|
7684
|
-
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
7701
|
+
var h = this.t4;
|
|
7702
|
+
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.wc));
|
|
7685
7703
|
}
|
|
7686
7704
|
break;
|
|
7687
7705
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7688
|
-
this.
|
|
7706
|
+
this.t4.v7 = this.ve;
|
|
7689
7707
|
break;
|
|
7690
7708
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7691
|
-
this.
|
|
7709
|
+
this.t4.w1 = this.vq;
|
|
7692
7710
|
break;
|
|
7693
7711
|
}
|
|
7694
7712
|
};
|
|
7695
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7713
|
+
GeographicProportionalSymbolSeries.prototype.wd = function (a, b) {
|
|
7696
7714
|
if (this.assigningScatterStyle != null) {
|
|
7697
7715
|
this.assigningScatterStyle(this, b);
|
|
7698
7716
|
}
|
|
7699
7717
|
};
|
|
7700
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7718
|
+
GeographicProportionalSymbolSeries.prototype.wc = function (a, b) {
|
|
7701
7719
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7702
7720
|
this.assigningScatterMarkerStyle(this, b);
|
|
7703
7721
|
}
|
|
7704
7722
|
};
|
|
7705
7723
|
GeographicProportionalSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7706
|
-
GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7724
|
+
GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
|
|
7707
7725
|
return GeographicProportionalSymbolSeries;
|
|
7708
7726
|
}(GeographicMarkerSeries));
|
|
7709
7727
|
|
|
@@ -7789,7 +7807,7 @@
|
|
|
7789
7807
|
* Gets whether the series has only marker as visuals
|
|
7790
7808
|
*/
|
|
7791
7809
|
get: function () {
|
|
7792
|
-
return this.i.
|
|
7810
|
+
return this.i.dy;
|
|
7793
7811
|
},
|
|
7794
7812
|
enumerable: false,
|
|
7795
7813
|
configurable: true
|
|
@@ -7799,10 +7817,10 @@
|
|
|
7799
7817
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7800
7818
|
*/
|
|
7801
7819
|
get: function () {
|
|
7802
|
-
return this.i.
|
|
7820
|
+
return this.i.v1;
|
|
7803
7821
|
},
|
|
7804
7822
|
set: function (v) {
|
|
7805
|
-
this.i.
|
|
7823
|
+
this.i.v1 = v;
|
|
7806
7824
|
},
|
|
7807
7825
|
enumerable: false,
|
|
7808
7826
|
configurable: true
|
|
@@ -7812,10 +7830,10 @@
|
|
|
7812
7830
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7813
7831
|
*/
|
|
7814
7832
|
get: function () {
|
|
7815
|
-
return this.i.
|
|
7833
|
+
return this.i.v3;
|
|
7816
7834
|
},
|
|
7817
7835
|
set: function (v) {
|
|
7818
|
-
this.i.
|
|
7836
|
+
this.i.v3 = v;
|
|
7819
7837
|
},
|
|
7820
7838
|
enumerable: false,
|
|
7821
7839
|
configurable: true
|
|
@@ -7825,10 +7843,10 @@
|
|
|
7825
7843
|
* Gets or sets the radius mapping property for the current series object.
|
|
7826
7844
|
*/
|
|
7827
7845
|
get: function () {
|
|
7828
|
-
return this.i.
|
|
7846
|
+
return this.i.v8;
|
|
7829
7847
|
},
|
|
7830
7848
|
set: function (v) {
|
|
7831
|
-
this.i.
|
|
7849
|
+
this.i.v8 = v;
|
|
7832
7850
|
},
|
|
7833
7851
|
enumerable: false,
|
|
7834
7852
|
configurable: true
|
|
@@ -7838,7 +7856,7 @@
|
|
|
7838
7856
|
* Gets or sets the radius size scale for the bubbles.
|
|
7839
7857
|
*/
|
|
7840
7858
|
get: function () {
|
|
7841
|
-
var r = this.i.
|
|
7859
|
+
var r = this.i.vf;
|
|
7842
7860
|
if (r == null) {
|
|
7843
7861
|
return null;
|
|
7844
7862
|
}
|
|
@@ -7854,7 +7872,7 @@
|
|
|
7854
7872
|
set: function (v) {
|
|
7855
7873
|
if (v != null && this._stylingContainer && v._styling)
|
|
7856
7874
|
v._styling(this._stylingContainer, this, this);
|
|
7857
|
-
v == null ? this.i.
|
|
7875
|
+
v == null ? this.i.vf = null : this.i.vf = v.i;
|
|
7858
7876
|
},
|
|
7859
7877
|
enumerable: false,
|
|
7860
7878
|
configurable: true
|
|
@@ -7864,10 +7882,10 @@
|
|
|
7864
7882
|
* Gets or sets the Label mapping property for the current series object.
|
|
7865
7883
|
*/
|
|
7866
7884
|
get: function () {
|
|
7867
|
-
return this.i.
|
|
7885
|
+
return this.i.vz;
|
|
7868
7886
|
},
|
|
7869
7887
|
set: function (v) {
|
|
7870
|
-
this.i.
|
|
7888
|
+
this.i.vz = v;
|
|
7871
7889
|
},
|
|
7872
7890
|
enumerable: false,
|
|
7873
7891
|
configurable: true
|
|
@@ -7877,10 +7895,10 @@
|
|
|
7877
7895
|
* Gets or sets the fill mapping property for the current series object.
|
|
7878
7896
|
*/
|
|
7879
7897
|
get: function () {
|
|
7880
|
-
return this.i.
|
|
7898
|
+
return this.i.vr;
|
|
7881
7899
|
},
|
|
7882
7900
|
set: function (v) {
|
|
7883
|
-
this.i.
|
|
7901
|
+
this.i.vr = v;
|
|
7884
7902
|
},
|
|
7885
7903
|
enumerable: false,
|
|
7886
7904
|
configurable: true
|
|
@@ -7890,7 +7908,7 @@
|
|
|
7890
7908
|
* Gets or sets the brush scale for the marker brush.
|
|
7891
7909
|
*/
|
|
7892
7910
|
get: function () {
|
|
7893
|
-
var r = this.i.
|
|
7911
|
+
var r = this.i.vc;
|
|
7894
7912
|
if (r == null) {
|
|
7895
7913
|
return null;
|
|
7896
7914
|
}
|
|
@@ -7906,7 +7924,7 @@
|
|
|
7906
7924
|
set: function (v) {
|
|
7907
7925
|
if (v != null && this._stylingContainer && v._styling)
|
|
7908
7926
|
v._styling(this._stylingContainer, this, this);
|
|
7909
|
-
v == null ? this.i.
|
|
7927
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
7910
7928
|
},
|
|
7911
7929
|
enumerable: false,
|
|
7912
7930
|
configurable: true
|
|
@@ -7917,11 +7935,11 @@
|
|
|
7917
7935
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7918
7936
|
*/
|
|
7919
7937
|
get: function () {
|
|
7920
|
-
return this.i.
|
|
7938
|
+
return this.i.vj;
|
|
7921
7939
|
},
|
|
7922
7940
|
set: function (v) {
|
|
7923
|
-
this.i.
|
|
7924
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
7941
|
+
this.i.vj = igniteuiWebcomponentsCore.ensureBool(v);
|
|
7942
|
+
this._a("fillScaleUseGlobalValues", this.i.vj);
|
|
7925
7943
|
},
|
|
7926
7944
|
enumerable: false,
|
|
7927
7945
|
configurable: true
|
|
@@ -7932,11 +7950,11 @@
|
|
|
7932
7950
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7933
7951
|
*/
|
|
7934
7952
|
get: function () {
|
|
7935
|
-
return this.i.
|
|
7953
|
+
return this.i.vm;
|
|
7936
7954
|
},
|
|
7937
7955
|
set: function (v) {
|
|
7938
|
-
this.i.
|
|
7939
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
7956
|
+
this.i.vm = igniteuiWebcomponentsCore.ensureBool(v);
|
|
7957
|
+
this._a("markerOutlineUsesFillScale", this.i.vm);
|
|
7940
7958
|
},
|
|
7941
7959
|
enumerable: false,
|
|
7942
7960
|
configurable: true
|
|
@@ -7947,11 +7965,11 @@
|
|
|
7947
7965
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7948
7966
|
*/
|
|
7949
7967
|
get: function () {
|
|
7950
|
-
return this.i.
|
|
7968
|
+
return this.i.vp;
|
|
7951
7969
|
},
|
|
7952
7970
|
set: function (v) {
|
|
7953
|
-
this.i.
|
|
7954
|
-
this._a("markerOutlineBrightness", this.i.
|
|
7971
|
+
this.i.vp = +v;
|
|
7972
|
+
this._a("markerOutlineBrightness", this.i.vp);
|
|
7955
7973
|
},
|
|
7956
7974
|
enumerable: false,
|
|
7957
7975
|
configurable: true
|
|
@@ -7962,11 +7980,11 @@
|
|
|
7962
7980
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7963
7981
|
*/
|
|
7964
7982
|
get: function () {
|
|
7965
|
-
return this.i.
|
|
7983
|
+
return this.i.vo;
|
|
7966
7984
|
},
|
|
7967
7985
|
set: function (v) {
|
|
7968
|
-
this.i.
|
|
7969
|
-
this._a("markerBrushBrightness", this.i.
|
|
7986
|
+
this.i.vo = +v;
|
|
7987
|
+
this._a("markerBrushBrightness", this.i.vo);
|
|
7970
7988
|
},
|
|
7971
7989
|
enumerable: false,
|
|
7972
7990
|
configurable: true
|
|
@@ -7977,11 +7995,11 @@
|
|
|
7977
7995
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7978
7996
|
*/
|
|
7979
7997
|
get: function () {
|
|
7980
|
-
return this.i.
|
|
7998
|
+
return this.i.vn;
|
|
7981
7999
|
},
|
|
7982
8000
|
set: function (v) {
|
|
7983
|
-
this.i.
|
|
7984
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
8001
|
+
this.i.vn = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8002
|
+
this._a("radiusScaleUseGlobalValues", this.i.vn);
|
|
7985
8003
|
},
|
|
7986
8004
|
enumerable: false,
|
|
7987
8005
|
configurable: true
|
|
@@ -7991,11 +8009,11 @@
|
|
|
7991
8009
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7992
8010
|
*/
|
|
7993
8011
|
get: function () {
|
|
7994
|
-
return this.i.
|
|
8012
|
+
return this.i.vl;
|
|
7995
8013
|
},
|
|
7996
8014
|
set: function (v) {
|
|
7997
|
-
this.i.
|
|
7998
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
8015
|
+
this.i.vl = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8016
|
+
this._a("isCustomScatterStyleAllowed", this.i.vl);
|
|
7999
8017
|
},
|
|
8000
8018
|
enumerable: false,
|
|
8001
8019
|
configurable: true
|
|
@@ -8005,11 +8023,11 @@
|
|
|
8005
8023
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8006
8024
|
*/
|
|
8007
8025
|
get: function () {
|
|
8008
|
-
return this.i.
|
|
8026
|
+
return this.i.vk;
|
|
8009
8027
|
},
|
|
8010
8028
|
set: function (v) {
|
|
8011
|
-
this.i.
|
|
8012
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
8029
|
+
this.i.vk = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8030
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.vk);
|
|
8013
8031
|
},
|
|
8014
8032
|
enumerable: false,
|
|
8015
8033
|
configurable: true
|
|
@@ -8019,11 +8037,11 @@
|
|
|
8019
8037
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8020
8038
|
*/
|
|
8021
8039
|
get: function () {
|
|
8022
|
-
return this.i.
|
|
8040
|
+
return this.i.ve;
|
|
8023
8041
|
},
|
|
8024
8042
|
set: function (v) {
|
|
8025
|
-
this.i.
|
|
8026
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.
|
|
8043
|
+
this.i.ve = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
|
|
8044
|
+
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.ve));
|
|
8027
8045
|
},
|
|
8028
8046
|
enumerable: false,
|
|
8029
8047
|
configurable: true
|
|
@@ -8033,11 +8051,11 @@
|
|
|
8033
8051
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8034
8052
|
*/
|
|
8035
8053
|
get: function () {
|
|
8036
|
-
return this.i.
|
|
8054
|
+
return this.i.vq;
|
|
8037
8055
|
},
|
|
8038
8056
|
set: function (v) {
|
|
8039
|
-
this.i.
|
|
8040
|
-
this._a("itemSearchThreshold", this.i.
|
|
8057
|
+
this.i.vq = +v;
|
|
8058
|
+
this._a("itemSearchThreshold", this.i.vq);
|
|
8041
8059
|
},
|
|
8042
8060
|
enumerable: false,
|
|
8043
8061
|
configurable: true
|
|
@@ -8175,56 +8193,56 @@
|
|
|
8175
8193
|
}
|
|
8176
8194
|
};
|
|
8177
8195
|
GeographicSymbolSeriesView.prototype.b5 = function () {
|
|
8178
|
-
var a = this.ch.
|
|
8196
|
+
var a = this.ch.t4;
|
|
8179
8197
|
_super.prototype.b5.call(this);
|
|
8180
|
-
a.
|
|
8181
|
-
a.
|
|
8182
|
-
a.
|
|
8183
|
-
a.
|
|
8184
|
-
a.
|
|
8198
|
+
a.xm = this.ch.vs;
|
|
8199
|
+
a.xu = this.ch.vq;
|
|
8200
|
+
a.ub = this.ch.ue;
|
|
8201
|
+
a.ux = this.ch.uu;
|
|
8202
|
+
a.ug = this.ch.uf;
|
|
8185
8203
|
};
|
|
8186
8204
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
8187
|
-
this.ch.
|
|
8205
|
+
this.ch.t4.xm = this.ch.vs;
|
|
8188
8206
|
};
|
|
8189
8207
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8190
|
-
this.ch.
|
|
8208
|
+
this.ch.t4.xu = this.ch.vq;
|
|
8191
8209
|
};
|
|
8192
8210
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8193
|
-
this.ch.
|
|
8211
|
+
this.ch.t4.ub = this.ch.ue;
|
|
8194
8212
|
};
|
|
8195
8213
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
8196
|
-
this.ch.
|
|
8214
|
+
this.ch.t4.ux = this.ch.uu;
|
|
8197
8215
|
};
|
|
8198
8216
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8199
|
-
this.ch.
|
|
8217
|
+
this.ch.t4.ug = this.ch.uf;
|
|
8200
8218
|
};
|
|
8201
8219
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8202
|
-
this.ch.
|
|
8220
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
8203
8221
|
};
|
|
8204
8222
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
8205
|
-
this.ch.
|
|
8223
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
8206
8224
|
};
|
|
8207
8225
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
8208
|
-
this.ch.
|
|
8226
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
8209
8227
|
};
|
|
8210
8228
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
8211
|
-
var a = this.ch.
|
|
8212
|
-
if (this.ch.
|
|
8229
|
+
var a = this.ch.t4;
|
|
8230
|
+
if (this.ch.cz == null) {
|
|
8213
8231
|
a.xAxis = null;
|
|
8214
8232
|
a.yAxis = null;
|
|
8215
8233
|
return;
|
|
8216
8234
|
}
|
|
8217
|
-
a.xAxis = this.ch.
|
|
8218
|
-
a.yAxis = this.ch.
|
|
8235
|
+
a.xAxis = this.ch.cz.ua;
|
|
8236
|
+
a.yAxis = this.ch.cz.uc;
|
|
8219
8237
|
};
|
|
8220
8238
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8221
|
-
this.ch.
|
|
8239
|
+
this.ch.t4.vn = this.ch.vc;
|
|
8222
8240
|
};
|
|
8223
8241
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
8224
|
-
this.ch.
|
|
8242
|
+
this.ch.t4.vd = this.ch.u8;
|
|
8225
8243
|
};
|
|
8226
8244
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
8227
|
-
this.ch.
|
|
8245
|
+
this.ch.t4.ve = this.ch.u9;
|
|
8228
8246
|
};
|
|
8229
8247
|
GeographicSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8230
8248
|
return GeographicSymbolSeriesView;
|
|
@@ -8236,98 +8254,101 @@
|
|
|
8236
8254
|
tslib.__extends(GeographicSymbolSeries, _super);
|
|
8237
8255
|
function GeographicSymbolSeries() {
|
|
8238
8256
|
var _this = _super.call(this) || this;
|
|
8239
|
-
_this.
|
|
8257
|
+
_this.ve = null;
|
|
8258
|
+
_this.vh = false;
|
|
8240
8259
|
_this.vg = false;
|
|
8241
|
-
_this.vf = false;
|
|
8242
8260
|
_this.assigningScatterStyle = null;
|
|
8243
8261
|
_this.assigningScatterMarkerStyle = null;
|
|
8244
8262
|
_this.ab = GeographicSymbolSeries.$;
|
|
8245
8263
|
return _this;
|
|
8246
8264
|
}
|
|
8247
|
-
GeographicSymbolSeries.prototype.
|
|
8265
|
+
GeographicSymbolSeries.prototype.bg = function () {
|
|
8266
|
+
return new GeographicSymbolSeries();
|
|
8267
|
+
};
|
|
8268
|
+
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
8248
8269
|
return true;
|
|
8249
8270
|
};
|
|
8250
|
-
GeographicSymbolSeries.prototype.
|
|
8271
|
+
GeographicSymbolSeries.prototype.ch = function () {
|
|
8251
8272
|
return new GeographicSymbolSeriesView(this);
|
|
8252
8273
|
};
|
|
8253
|
-
GeographicSymbolSeries.prototype.
|
|
8254
|
-
_super.prototype.
|
|
8255
|
-
this.
|
|
8274
|
+
GeographicSymbolSeries.prototype.o1 = function (a) {
|
|
8275
|
+
_super.prototype.o1.call(this, a);
|
|
8276
|
+
this.vf = a;
|
|
8256
8277
|
};
|
|
8257
|
-
GeographicSymbolSeries.prototype.
|
|
8278
|
+
GeographicSymbolSeries.prototype.ir = function () {
|
|
8258
8279
|
return 0.7;
|
|
8259
8280
|
};
|
|
8260
|
-
GeographicSymbolSeries.prototype.
|
|
8281
|
+
GeographicSymbolSeries.prototype.t3 = function () {
|
|
8261
8282
|
return new igniteuiWebcomponentsCharts.ScatterSeries();
|
|
8262
8283
|
};
|
|
8263
|
-
GeographicSymbolSeries.prototype.
|
|
8284
|
+
GeographicSymbolSeries.prototype.get_et = function () {
|
|
8264
8285
|
return true;
|
|
8265
8286
|
};
|
|
8266
|
-
GeographicSymbolSeries.prototype.
|
|
8267
|
-
_super.prototype.
|
|
8287
|
+
GeographicSymbolSeries.prototype.o9 = function (a, b, c, d) {
|
|
8288
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
8268
8289
|
switch (b) {
|
|
8269
8290
|
case "SeriesViewer":
|
|
8270
|
-
this.
|
|
8291
|
+
this.vf.cr();
|
|
8271
8292
|
break;
|
|
8272
8293
|
case GeographicSymbolSeries.$$p[5]:
|
|
8273
|
-
this.
|
|
8294
|
+
this.vf.cj();
|
|
8274
8295
|
break;
|
|
8275
8296
|
case GeographicSymbolSeries.$$p[4]:
|
|
8276
|
-
this.
|
|
8297
|
+
this.vf.ci();
|
|
8277
8298
|
break;
|
|
8278
8299
|
case GeographicSymbolSeries.$$p[6]:
|
|
8279
|
-
this.
|
|
8300
|
+
this.vf.cl();
|
|
8280
8301
|
break;
|
|
8281
8302
|
case "XAxis":
|
|
8282
|
-
this.
|
|
8303
|
+
this.vf.cs();
|
|
8283
8304
|
break;
|
|
8284
8305
|
case "YAxis":
|
|
8285
|
-
this.
|
|
8306
|
+
this.vf.ct();
|
|
8286
8307
|
break;
|
|
8287
8308
|
case GeographicSymbolSeries.$$p[1]:
|
|
8288
|
-
this.
|
|
8289
|
-
this.
|
|
8290
|
-
if (this.
|
|
8291
|
-
var e = this.
|
|
8292
|
-
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8309
|
+
this.t4.wj = this.vj;
|
|
8310
|
+
this.vh = this.vj;
|
|
8311
|
+
if (this.vj) {
|
|
8312
|
+
var e = this.t4;
|
|
8313
|
+
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.vx));
|
|
8293
8314
|
}
|
|
8294
8315
|
else {
|
|
8295
|
-
var f = this.
|
|
8296
|
-
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8316
|
+
var f = this.t4;
|
|
8317
|
+
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.vx));
|
|
8297
8318
|
}
|
|
8298
8319
|
break;
|
|
8299
8320
|
case GeographicSymbolSeries.$$p[0]:
|
|
8300
|
-
this.
|
|
8301
|
-
this.
|
|
8302
|
-
if (this.
|
|
8303
|
-
var g = this.
|
|
8304
|
-
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8321
|
+
this.t4.wi = this.vi;
|
|
8322
|
+
this.vg = this.vi;
|
|
8323
|
+
if (this.vj) {
|
|
8324
|
+
var g = this.t4;
|
|
8325
|
+
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.vw));
|
|
8305
8326
|
}
|
|
8306
8327
|
else {
|
|
8307
|
-
var h = this.
|
|
8308
|
-
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
8328
|
+
var h = this.t4;
|
|
8329
|
+
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.vw));
|
|
8309
8330
|
}
|
|
8310
8331
|
break;
|
|
8311
8332
|
case GeographicSymbolSeries.$$p[2]:
|
|
8312
|
-
this.
|
|
8333
|
+
this.t4.v7 = this.vd;
|
|
8313
8334
|
break;
|
|
8314
8335
|
case GeographicSymbolSeries.$$p[3]:
|
|
8315
|
-
this.
|
|
8336
|
+
this.t4.w1 = this.vl;
|
|
8316
8337
|
break;
|
|
8317
8338
|
}
|
|
8318
8339
|
};
|
|
8319
|
-
GeographicSymbolSeries.prototype.
|
|
8340
|
+
GeographicSymbolSeries.prototype.vx = function (a, b) {
|
|
8320
8341
|
if (this.assigningScatterStyle != null) {
|
|
8321
8342
|
this.assigningScatterStyle(this, b);
|
|
8322
8343
|
}
|
|
8323
8344
|
};
|
|
8324
|
-
GeographicSymbolSeries.prototype.
|
|
8345
|
+
GeographicSymbolSeries.prototype.vw = function (a, b) {
|
|
8325
8346
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8326
8347
|
this.assigningScatterMarkerStyle(this, b);
|
|
8327
8348
|
}
|
|
8328
8349
|
};
|
|
8329
8350
|
GeographicSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8330
|
-
GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8351
|
+
GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
|
|
8331
8352
|
return GeographicSymbolSeries;
|
|
8332
8353
|
}(GeographicMarkerSeries));
|
|
8333
8354
|
|
|
@@ -8413,7 +8434,7 @@
|
|
|
8413
8434
|
* Gets whether the series has only marker as visuals
|
|
8414
8435
|
*/
|
|
8415
8436
|
get: function () {
|
|
8416
|
-
return this.i.
|
|
8437
|
+
return this.i.dy;
|
|
8417
8438
|
},
|
|
8418
8439
|
enumerable: false,
|
|
8419
8440
|
configurable: true
|
|
@@ -8423,10 +8444,10 @@
|
|
|
8423
8444
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8424
8445
|
*/
|
|
8425
8446
|
get: function () {
|
|
8426
|
-
return this.i.
|
|
8447
|
+
return this.i.vq;
|
|
8427
8448
|
},
|
|
8428
8449
|
set: function (v) {
|
|
8429
|
-
this.i.
|
|
8450
|
+
this.i.vq = v;
|
|
8430
8451
|
},
|
|
8431
8452
|
enumerable: false,
|
|
8432
8453
|
configurable: true
|
|
@@ -8436,10 +8457,10 @@
|
|
|
8436
8457
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8437
8458
|
*/
|
|
8438
8459
|
get: function () {
|
|
8439
|
-
return this.i.
|
|
8460
|
+
return this.i.vs;
|
|
8440
8461
|
},
|
|
8441
8462
|
set: function (v) {
|
|
8442
|
-
this.i.
|
|
8463
|
+
this.i.vs = v;
|
|
8443
8464
|
},
|
|
8444
8465
|
enumerable: false,
|
|
8445
8466
|
configurable: true
|
|
@@ -8449,11 +8470,11 @@
|
|
|
8449
8470
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8450
8471
|
*/
|
|
8451
8472
|
get: function () {
|
|
8452
|
-
return this.i.
|
|
8473
|
+
return this.i.vc;
|
|
8453
8474
|
},
|
|
8454
8475
|
set: function (v) {
|
|
8455
|
-
this.i.
|
|
8456
|
-
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.
|
|
8476
|
+
this.i.vc = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
|
|
8477
|
+
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.vc));
|
|
8457
8478
|
},
|
|
8458
8479
|
enumerable: false,
|
|
8459
8480
|
configurable: true
|
|
@@ -8463,11 +8484,11 @@
|
|
|
8463
8484
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8464
8485
|
*/
|
|
8465
8486
|
get: function () {
|
|
8466
|
-
return this.i.
|
|
8487
|
+
return this.i.vj;
|
|
8467
8488
|
},
|
|
8468
8489
|
set: function (v) {
|
|
8469
|
-
this.i.
|
|
8470
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
8490
|
+
this.i.vj = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8491
|
+
this._a("isCustomScatterStyleAllowed", this.i.vj);
|
|
8471
8492
|
},
|
|
8472
8493
|
enumerable: false,
|
|
8473
8494
|
configurable: true
|
|
@@ -8477,11 +8498,11 @@
|
|
|
8477
8498
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8478
8499
|
*/
|
|
8479
8500
|
get: function () {
|
|
8480
|
-
return this.i.
|
|
8501
|
+
return this.i.vi;
|
|
8481
8502
|
},
|
|
8482
8503
|
set: function (v) {
|
|
8483
|
-
this.i.
|
|
8484
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
8504
|
+
this.i.vi = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8505
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.vi);
|
|
8485
8506
|
},
|
|
8486
8507
|
enumerable: false,
|
|
8487
8508
|
configurable: true
|
|
@@ -8491,11 +8512,11 @@
|
|
|
8491
8512
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8492
8513
|
*/
|
|
8493
8514
|
get: function () {
|
|
8494
|
-
return this.i.
|
|
8515
|
+
return this.i.vd;
|
|
8495
8516
|
},
|
|
8496
8517
|
set: function (v) {
|
|
8497
|
-
this.i.
|
|
8498
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.
|
|
8518
|
+
this.i.vd = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
|
|
8519
|
+
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.vd));
|
|
8499
8520
|
},
|
|
8500
8521
|
enumerable: false,
|
|
8501
8522
|
configurable: true
|
|
@@ -8505,11 +8526,11 @@
|
|
|
8505
8526
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8506
8527
|
*/
|
|
8507
8528
|
get: function () {
|
|
8508
|
-
return this.i.
|
|
8529
|
+
return this.i.vl;
|
|
8509
8530
|
},
|
|
8510
8531
|
set: function (v) {
|
|
8511
|
-
this.i.
|
|
8512
|
-
this._a("itemSearchThreshold", this.i.
|
|
8532
|
+
this.i.vl = +v;
|
|
8533
|
+
this._a("itemSearchThreshold", this.i.vl);
|
|
8513
8534
|
},
|
|
8514
8535
|
enumerable: false,
|
|
8515
8536
|
configurable: true
|
|
@@ -8660,10 +8681,10 @@
|
|
|
8660
8681
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8661
8682
|
*/
|
|
8662
8683
|
get: function () {
|
|
8663
|
-
return this.i.
|
|
8684
|
+
return this.i.ug;
|
|
8664
8685
|
},
|
|
8665
8686
|
set: function (v) {
|
|
8666
|
-
this.i.
|
|
8687
|
+
this.i.ug = v;
|
|
8667
8688
|
},
|
|
8668
8689
|
enumerable: false,
|
|
8669
8690
|
configurable: true
|
|
@@ -8673,10 +8694,10 @@
|
|
|
8673
8694
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8674
8695
|
*/
|
|
8675
8696
|
get: function () {
|
|
8676
|
-
return this.i.
|
|
8697
|
+
return this.i.ue;
|
|
8677
8698
|
},
|
|
8678
8699
|
set: function (v) {
|
|
8679
|
-
this.i.
|
|
8700
|
+
this.i.ue = v;
|
|
8680
8701
|
},
|
|
8681
8702
|
enumerable: false,
|
|
8682
8703
|
configurable: true
|
|
@@ -8687,10 +8708,10 @@
|
|
|
8687
8708
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
8688
8709
|
*/
|
|
8689
8710
|
get: function () {
|
|
8690
|
-
return this.i.
|
|
8711
|
+
return this.i.ud;
|
|
8691
8712
|
},
|
|
8692
8713
|
set: function (v) {
|
|
8693
|
-
this.i.
|
|
8714
|
+
this.i.ud = v;
|
|
8694
8715
|
},
|
|
8695
8716
|
enumerable: false,
|
|
8696
8717
|
configurable: true
|
|
@@ -8700,10 +8721,10 @@
|
|
|
8700
8721
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8701
8722
|
*/
|
|
8702
8723
|
get: function () {
|
|
8703
|
-
return this.i.
|
|
8724
|
+
return this.i.uj;
|
|
8704
8725
|
},
|
|
8705
8726
|
set: function (v) {
|
|
8706
|
-
this.i.
|
|
8727
|
+
this.i.uj = v;
|
|
8707
8728
|
},
|
|
8708
8729
|
enumerable: false,
|
|
8709
8730
|
configurable: true
|
|
@@ -8713,10 +8734,10 @@
|
|
|
8713
8734
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8714
8735
|
*/
|
|
8715
8736
|
get: function () {
|
|
8716
|
-
return this.i.
|
|
8737
|
+
return this.i.ul;
|
|
8717
8738
|
},
|
|
8718
8739
|
set: function (v) {
|
|
8719
|
-
this.i.
|
|
8740
|
+
this.i.ul = v;
|
|
8720
8741
|
},
|
|
8721
8742
|
enumerable: false,
|
|
8722
8743
|
configurable: true
|
|
@@ -8726,10 +8747,10 @@
|
|
|
8726
8747
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8727
8748
|
*/
|
|
8728
8749
|
get: function () {
|
|
8729
|
-
return this.i.
|
|
8750
|
+
return this.i.un;
|
|
8730
8751
|
},
|
|
8731
8752
|
set: function (v) {
|
|
8732
|
-
this.i.
|
|
8753
|
+
this.i.un = v;
|
|
8733
8754
|
},
|
|
8734
8755
|
enumerable: false,
|
|
8735
8756
|
configurable: true
|
|
@@ -8817,7 +8838,7 @@
|
|
|
8817
8838
|
* Gets whether the current series shows an area shape.
|
|
8818
8839
|
*/
|
|
8819
8840
|
get: function () {
|
|
8820
|
-
return this.i.
|
|
8841
|
+
return this.i.d9;
|
|
8821
8842
|
},
|
|
8822
8843
|
enumerable: false,
|
|
8823
8844
|
configurable: true
|
|
@@ -8827,10 +8848,10 @@
|
|
|
8827
8848
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8828
8849
|
*/
|
|
8829
8850
|
get: function () {
|
|
8830
|
-
return this.i.
|
|
8851
|
+
return this.i.u2;
|
|
8831
8852
|
},
|
|
8832
8853
|
set: function (v) {
|
|
8833
|
-
this.i.
|
|
8854
|
+
this.i.u2 = v;
|
|
8834
8855
|
},
|
|
8835
8856
|
enumerable: false,
|
|
8836
8857
|
configurable: true
|
|
@@ -8840,7 +8861,7 @@
|
|
|
8840
8861
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8841
8862
|
*/
|
|
8842
8863
|
get: function () {
|
|
8843
|
-
var r = this.i.
|
|
8864
|
+
var r = this.i.ux;
|
|
8844
8865
|
if (r == null) {
|
|
8845
8866
|
return null;
|
|
8846
8867
|
}
|
|
@@ -8856,7 +8877,7 @@
|
|
|
8856
8877
|
set: function (v) {
|
|
8857
8878
|
if (v != null && this._stylingContainer && v._styling)
|
|
8858
8879
|
v._styling(this._stylingContainer, this, this);
|
|
8859
|
-
v == null ? this.i.
|
|
8880
|
+
v == null ? this.i.ux = null : this.i.ux = v.i;
|
|
8860
8881
|
},
|
|
8861
8882
|
enumerable: false,
|
|
8862
8883
|
configurable: true
|
|
@@ -8866,7 +8887,7 @@
|
|
|
8866
8887
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8867
8888
|
*/
|
|
8868
8889
|
get: function () {
|
|
8869
|
-
var r = this.i.
|
|
8890
|
+
var r = this.i.uw;
|
|
8870
8891
|
if (r == null) {
|
|
8871
8892
|
return null;
|
|
8872
8893
|
}
|
|
@@ -8882,7 +8903,7 @@
|
|
|
8882
8903
|
set: function (v) {
|
|
8883
8904
|
if (v != null && this._stylingContainer && v._styling)
|
|
8884
8905
|
v._styling(this._stylingContainer, this, this);
|
|
8885
|
-
v == null ? this.i.
|
|
8906
|
+
v == null ? this.i.uw = null : this.i.uw = v.i;
|
|
8886
8907
|
},
|
|
8887
8908
|
enumerable: false,
|
|
8888
8909
|
configurable: true
|
|
@@ -8916,7 +8937,7 @@
|
|
|
8916
8937
|
|
|
8917
8938
|
*/
|
|
8918
8939
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
8919
|
-
this.i.
|
|
8940
|
+
this.i.u7();
|
|
8920
8941
|
};
|
|
8921
8942
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
8922
8943
|
/**
|
|
@@ -8992,71 +9013,71 @@
|
|
|
8992
9013
|
}
|
|
8993
9014
|
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
8994
9015
|
_super.prototype.b5.call(this);
|
|
8995
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.
|
|
8996
|
-
a.
|
|
8997
|
-
a.
|
|
9016
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.t4);
|
|
9017
|
+
a.wc = this.ch.ut;
|
|
9018
|
+
a.wk = this.ch.ur;
|
|
9019
|
+
a.up = this.ch.ug;
|
|
8998
9020
|
a.uo = this.ch.uf;
|
|
8999
|
-
a.
|
|
9000
|
-
a.
|
|
9021
|
+
a.fl = this.ch.ue;
|
|
9022
|
+
a.vk = this.ch.ui;
|
|
9001
9023
|
a.vj = this.ch.uh;
|
|
9002
|
-
a.
|
|
9024
|
+
a.xi = this.ch.vc;
|
|
9003
9025
|
a.xh = this.ch.vb;
|
|
9004
|
-
a.
|
|
9005
|
-
a.vv = this.ch.uk;
|
|
9026
|
+
a.vw = this.ch.ul;
|
|
9006
9027
|
};
|
|
9007
9028
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
9008
|
-
this.ch.
|
|
9029
|
+
this.ch.t4.wc = this.ch.ut;
|
|
9009
9030
|
};
|
|
9010
9031
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
9011
|
-
this.ch.
|
|
9032
|
+
this.ch.t4.wk = this.ch.ur;
|
|
9012
9033
|
};
|
|
9013
9034
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
9014
|
-
this.ch.
|
|
9035
|
+
this.ch.t4.up = this.ch.ug;
|
|
9015
9036
|
};
|
|
9016
9037
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9017
|
-
this.ch.
|
|
9038
|
+
this.ch.t4.uo = this.ch.uf;
|
|
9018
9039
|
};
|
|
9019
9040
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
9020
|
-
this.ch.
|
|
9041
|
+
this.ch.t4.fl = this.ch.ue;
|
|
9021
9042
|
};
|
|
9022
9043
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
9023
|
-
this.ch.
|
|
9044
|
+
this.ch.t4.vk = this.ch.ui;
|
|
9024
9045
|
};
|
|
9025
9046
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
9026
|
-
this.ch.
|
|
9047
|
+
this.ch.t4.vj = this.ch.uh;
|
|
9027
9048
|
};
|
|
9028
9049
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9029
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.
|
|
9030
|
-
if (this.ch.
|
|
9031
|
-
a.
|
|
9032
|
-
a.
|
|
9050
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.t4);
|
|
9051
|
+
if (this.ch.cz == null) {
|
|
9052
|
+
a.t9 = null;
|
|
9053
|
+
a.ub = null;
|
|
9033
9054
|
return;
|
|
9034
9055
|
}
|
|
9035
|
-
a.
|
|
9036
|
-
a.
|
|
9056
|
+
a.t9 = this.ch.cz.ua;
|
|
9057
|
+
a.ub = this.ch.cz.uc;
|
|
9037
9058
|
};
|
|
9038
9059
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
9039
|
-
this.ch.
|
|
9060
|
+
this.ch.t4.t9 = this.ch.cz.ua;
|
|
9040
9061
|
};
|
|
9041
9062
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
9042
|
-
this.ch.
|
|
9063
|
+
this.ch.t4.ub = this.ch.cz.uc;
|
|
9043
9064
|
};
|
|
9044
9065
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9045
|
-
this.ch.
|
|
9066
|
+
this.ch.t4.xi = this.ch.vc;
|
|
9046
9067
|
};
|
|
9047
9068
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9048
|
-
this.ch.
|
|
9069
|
+
this.ch.t4.xh = this.ch.vb;
|
|
9049
9070
|
};
|
|
9050
9071
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
9051
|
-
this.ch.
|
|
9072
|
+
this.ch.t4.vw = this.ch.ul;
|
|
9052
9073
|
};
|
|
9053
9074
|
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
9054
9075
|
_super.prototype.au.call(this);
|
|
9055
9076
|
if (!this.q) {
|
|
9056
|
-
this.ch.
|
|
9057
|
-
this.ch.
|
|
9058
|
-
this.ch.
|
|
9059
|
-
this.ch.
|
|
9077
|
+
this.ch.vc = igniteuiWebcomponentsCharts.Defaults.aq;
|
|
9078
|
+
this.ch.vb = igniteuiWebcomponentsCharts.Defaults.ap;
|
|
9079
|
+
this.ch.sx = igniteuiWebcomponentsCharts.Defaults.al;
|
|
9080
|
+
this.ch.s3 = igniteuiWebcomponentsCharts.Defaults.ak;
|
|
9060
9081
|
}
|
|
9061
9082
|
};
|
|
9062
9083
|
GeographicHighDensityScatterSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -9069,114 +9090,117 @@
|
|
|
9069
9090
|
tslib.__extends(GeographicHighDensityScatterSeries, _super);
|
|
9070
9091
|
function GeographicHighDensityScatterSeries() {
|
|
9071
9092
|
var _this = _super.call(this) || this;
|
|
9072
|
-
_this.
|
|
9093
|
+
_this.uc = null;
|
|
9073
9094
|
_this.progressiveLoadStatusChanged = null;
|
|
9074
|
-
_this.
|
|
9095
|
+
_this.uk = 0;
|
|
9075
9096
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9076
9097
|
return _this;
|
|
9077
9098
|
}
|
|
9078
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9079
|
-
|
|
9080
|
-
|
|
9099
|
+
GeographicHighDensityScatterSeries.prototype.bg = function () {
|
|
9100
|
+
return new GeographicHighDensityScatterSeries();
|
|
9101
|
+
};
|
|
9102
|
+
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
9103
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.ip)) {
|
|
9104
|
+
return _super.prototype.iq.call(this);
|
|
9081
9105
|
}
|
|
9082
9106
|
return igniteuiWebcomponentsCharts.Defaults.q;
|
|
9083
9107
|
};
|
|
9084
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9108
|
+
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
9085
9109
|
return true;
|
|
9086
9110
|
};
|
|
9087
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9111
|
+
GeographicHighDensityScatterSeries.prototype.ch = function () {
|
|
9088
9112
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9089
9113
|
};
|
|
9090
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9091
|
-
_super.prototype.
|
|
9092
|
-
this.
|
|
9114
|
+
GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
|
|
9115
|
+
_super.prototype.o1.call(this, a);
|
|
9116
|
+
this.ud = a;
|
|
9093
9117
|
};
|
|
9094
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9095
|
-
this.
|
|
9096
|
-
return this.
|
|
9118
|
+
GeographicHighDensityScatterSeries.prototype.t3 = function () {
|
|
9119
|
+
this.uc = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
|
|
9120
|
+
return this.uc;
|
|
9097
9121
|
};
|
|
9098
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9122
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "um", {
|
|
9099
9123
|
get: function () {
|
|
9100
|
-
return this.
|
|
9124
|
+
return this.uk;
|
|
9101
9125
|
},
|
|
9102
9126
|
set: function (a) {
|
|
9103
|
-
var b = this.
|
|
9104
|
-
this.
|
|
9105
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
9127
|
+
var b = this.uk;
|
|
9128
|
+
this.uk = a;
|
|
9129
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
|
|
9106
9130
|
},
|
|
9107
9131
|
enumerable: false,
|
|
9108
9132
|
configurable: true
|
|
9109
9133
|
});
|
|
9110
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9111
|
-
_super.prototype.
|
|
9112
|
-
var a = this.
|
|
9113
|
-
a.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9114
|
-
var b = this.
|
|
9115
|
-
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9134
|
+
GeographicHighDensityScatterSeries.prototype.t9 = function () {
|
|
9135
|
+
_super.prototype.t9.call(this);
|
|
9136
|
+
var a = this.t4;
|
|
9137
|
+
a.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.u0));
|
|
9138
|
+
var b = this.t4;
|
|
9139
|
+
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.uz));
|
|
9116
9140
|
};
|
|
9117
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9118
|
-
this.
|
|
9141
|
+
GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
|
|
9142
|
+
this.um = b.currentStatus;
|
|
9119
9143
|
if (this.progressiveLoadStatusChanged != null) {
|
|
9120
9144
|
this.progressiveLoadStatusChanged(this, b);
|
|
9121
9145
|
}
|
|
9122
9146
|
};
|
|
9123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9124
|
-
if (this.
|
|
9147
|
+
GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
|
|
9148
|
+
if (this.uc == null) {
|
|
9125
9149
|
return;
|
|
9126
9150
|
}
|
|
9127
9151
|
};
|
|
9128
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9129
|
-
_super.prototype.
|
|
9152
|
+
GeographicHighDensityScatterSeries.prototype.o9 = function (a, b, c, d) {
|
|
9153
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
9130
9154
|
switch (b) {
|
|
9131
9155
|
case "SeriesViewer":
|
|
9132
|
-
this.
|
|
9156
|
+
this.ud.cr();
|
|
9133
9157
|
break;
|
|
9134
9158
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9135
|
-
this.
|
|
9159
|
+
this.ud.cn();
|
|
9136
9160
|
break;
|
|
9137
9161
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9138
|
-
this.
|
|
9162
|
+
this.ud.cm();
|
|
9139
9163
|
break;
|
|
9140
9164
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9141
|
-
this.
|
|
9165
|
+
this.ud.cs();
|
|
9142
9166
|
break;
|
|
9143
9167
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9144
|
-
this.
|
|
9168
|
+
this.ud.cq();
|
|
9145
9169
|
break;
|
|
9146
9170
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9147
|
-
this.
|
|
9171
|
+
this.ud.co();
|
|
9148
9172
|
break;
|
|
9149
9173
|
case "XAxis":
|
|
9150
|
-
this.
|
|
9174
|
+
this.ud.ct();
|
|
9151
9175
|
break;
|
|
9152
9176
|
case "YAxis":
|
|
9153
|
-
this.
|
|
9177
|
+
this.ud.cu();
|
|
9154
9178
|
break;
|
|
9155
9179
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9156
|
-
this.
|
|
9180
|
+
this.ud.cl();
|
|
9157
9181
|
break;
|
|
9158
9182
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9159
|
-
this.
|
|
9183
|
+
this.ud.cj();
|
|
9160
9184
|
break;
|
|
9161
9185
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9162
|
-
this.
|
|
9186
|
+
this.ud.ck();
|
|
9163
9187
|
break;
|
|
9164
9188
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9165
|
-
this.
|
|
9189
|
+
this.ud.ci();
|
|
9166
9190
|
break;
|
|
9167
9191
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9168
|
-
this.
|
|
9192
|
+
this.ud.cp();
|
|
9169
9193
|
break;
|
|
9170
9194
|
}
|
|
9171
9195
|
};
|
|
9172
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9196
|
+
GeographicHighDensityScatterSeries.prototype.get_gg = function () {
|
|
9173
9197
|
return true;
|
|
9174
9198
|
};
|
|
9175
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9176
|
-
_super.prototype.
|
|
9199
|
+
GeographicHighDensityScatterSeries.prototype.set_gg = function (a) {
|
|
9200
|
+
_super.prototype.set_gg.call(this, a);
|
|
9177
9201
|
};
|
|
9178
9202
|
GeographicHighDensityScatterSeries.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
9179
|
-
GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
9203
|
+
GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
|
|
9180
9204
|
return GeographicHighDensityScatterSeries;
|
|
9181
9205
|
}(GeographicMapSeriesHost));
|
|
9182
9206
|
|
|
@@ -9260,7 +9284,7 @@
|
|
|
9260
9284
|
* Gets whether the current series shows pixels.
|
|
9261
9285
|
*/
|
|
9262
9286
|
get: function () {
|
|
9263
|
-
return this.i.
|
|
9287
|
+
return this.i.e2;
|
|
9264
9288
|
},
|
|
9265
9289
|
enumerable: false,
|
|
9266
9290
|
configurable: true
|
|
@@ -9270,10 +9294,10 @@
|
|
|
9270
9294
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9271
9295
|
*/
|
|
9272
9296
|
get: function () {
|
|
9273
|
-
return this.i.
|
|
9297
|
+
return this.i.ur;
|
|
9274
9298
|
},
|
|
9275
9299
|
set: function (v) {
|
|
9276
|
-
this.i.
|
|
9300
|
+
this.i.ur = v;
|
|
9277
9301
|
},
|
|
9278
9302
|
enumerable: false,
|
|
9279
9303
|
configurable: true
|
|
@@ -9283,10 +9307,10 @@
|
|
|
9283
9307
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9284
9308
|
*/
|
|
9285
9309
|
get: function () {
|
|
9286
|
-
return this.i.
|
|
9310
|
+
return this.i.ut;
|
|
9287
9311
|
},
|
|
9288
9312
|
set: function (v) {
|
|
9289
|
-
this.i.
|
|
9313
|
+
this.i.ut = v;
|
|
9290
9314
|
},
|
|
9291
9315
|
enumerable: false,
|
|
9292
9316
|
configurable: true
|
|
@@ -9296,11 +9320,11 @@
|
|
|
9296
9320
|
* Gets or sets the whether to use use brute force mode.
|
|
9297
9321
|
*/
|
|
9298
9322
|
get: function () {
|
|
9299
|
-
return this.i.
|
|
9323
|
+
return this.i.ug;
|
|
9300
9324
|
},
|
|
9301
9325
|
set: function (v) {
|
|
9302
|
-
this.i.
|
|
9303
|
-
this._a("useBruteForce", this.i.
|
|
9326
|
+
this.i.ug = igniteuiWebcomponentsCore.ensureBool(v);
|
|
9327
|
+
this._a("useBruteForce", this.i.ug);
|
|
9304
9328
|
},
|
|
9305
9329
|
enumerable: false,
|
|
9306
9330
|
configurable: true
|
|
@@ -9310,11 +9334,11 @@
|
|
|
9310
9334
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9311
9335
|
*/
|
|
9312
9336
|
get: function () {
|
|
9313
|
-
return this.i.
|
|
9337
|
+
return this.i.uf;
|
|
9314
9338
|
},
|
|
9315
9339
|
set: function (v) {
|
|
9316
|
-
this.i.
|
|
9317
|
-
this._a("progressiveLoad", this.i.
|
|
9340
|
+
this.i.uf = igniteuiWebcomponentsCore.ensureBool(v);
|
|
9341
|
+
this._a("progressiveLoad", this.i.uf);
|
|
9318
9342
|
},
|
|
9319
9343
|
enumerable: false,
|
|
9320
9344
|
configurable: true
|
|
@@ -9324,11 +9348,11 @@
|
|
|
9324
9348
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9325
9349
|
*/
|
|
9326
9350
|
get: function () {
|
|
9327
|
-
return this.i.
|
|
9351
|
+
return this.i.ue;
|
|
9328
9352
|
},
|
|
9329
9353
|
set: function (v) {
|
|
9330
|
-
this.i.
|
|
9331
|
-
this._a("mouseOverEnabled", this.i.
|
|
9354
|
+
this.i.ue = igniteuiWebcomponentsCore.ensureBool(v);
|
|
9355
|
+
this._a("mouseOverEnabled", this.i.ue);
|
|
9332
9356
|
},
|
|
9333
9357
|
enumerable: false,
|
|
9334
9358
|
configurable: true
|
|
@@ -9338,11 +9362,11 @@
|
|
|
9338
9362
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9339
9363
|
*/
|
|
9340
9364
|
get: function () {
|
|
9341
|
-
return this.i.
|
|
9365
|
+
return this.i.ui;
|
|
9342
9366
|
},
|
|
9343
9367
|
set: function (v) {
|
|
9344
|
-
this.i.
|
|
9345
|
-
this._a("heatMinimum", this.i.
|
|
9368
|
+
this.i.ui = +v;
|
|
9369
|
+
this._a("heatMinimum", this.i.ui);
|
|
9346
9370
|
},
|
|
9347
9371
|
enumerable: false,
|
|
9348
9372
|
configurable: true
|
|
@@ -9352,11 +9376,11 @@
|
|
|
9352
9376
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9353
9377
|
*/
|
|
9354
9378
|
get: function () {
|
|
9355
|
-
return this.i.
|
|
9379
|
+
return this.i.uh;
|
|
9356
9380
|
},
|
|
9357
9381
|
set: function (v) {
|
|
9358
|
-
this.i.
|
|
9359
|
-
this._a("heatMaximum", this.i.
|
|
9382
|
+
this.i.uh = +v;
|
|
9383
|
+
this._a("heatMaximum", this.i.uh);
|
|
9360
9384
|
},
|
|
9361
9385
|
enumerable: false,
|
|
9362
9386
|
configurable: true
|
|
@@ -9366,11 +9390,11 @@
|
|
|
9366
9390
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9367
9391
|
*/
|
|
9368
9392
|
get: function () {
|
|
9369
|
-
return igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9393
|
+
return igniteuiWebcomponentsCore.colorToString(this.i.vc);
|
|
9370
9394
|
},
|
|
9371
9395
|
set: function (v) {
|
|
9372
|
-
this.i.
|
|
9373
|
-
this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9396
|
+
this.i.vc = igniteuiWebcomponentsCore.stringToColor(v);
|
|
9397
|
+
this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.vc));
|
|
9374
9398
|
},
|
|
9375
9399
|
enumerable: false,
|
|
9376
9400
|
configurable: true
|
|
@@ -9380,11 +9404,11 @@
|
|
|
9380
9404
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9381
9405
|
*/
|
|
9382
9406
|
get: function () {
|
|
9383
|
-
return igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9407
|
+
return igniteuiWebcomponentsCore.colorToString(this.i.vb);
|
|
9384
9408
|
},
|
|
9385
9409
|
set: function (v) {
|
|
9386
|
-
this.i.
|
|
9387
|
-
this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.
|
|
9410
|
+
this.i.vb = igniteuiWebcomponentsCore.stringToColor(v);
|
|
9411
|
+
this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.vb));
|
|
9388
9412
|
},
|
|
9389
9413
|
enumerable: false,
|
|
9390
9414
|
configurable: true
|
|
@@ -9394,11 +9418,11 @@
|
|
|
9394
9418
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9395
9419
|
*/
|
|
9396
9420
|
get: function () {
|
|
9397
|
-
return this.i.
|
|
9421
|
+
return this.i.ul;
|
|
9398
9422
|
},
|
|
9399
9423
|
set: function (v) {
|
|
9400
|
-
this.i.
|
|
9401
|
-
this._a("pointExtent", this.i.
|
|
9424
|
+
this.i.ul = +v;
|
|
9425
|
+
this._a("pointExtent", this.i.ul);
|
|
9402
9426
|
},
|
|
9403
9427
|
enumerable: false,
|
|
9404
9428
|
configurable: true
|
|
@@ -9408,11 +9432,11 @@
|
|
|
9408
9432
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9409
9433
|
*/
|
|
9410
9434
|
get: function () {
|
|
9411
|
-
return this.i.
|
|
9435
|
+
return this.i.um;
|
|
9412
9436
|
},
|
|
9413
9437
|
set: function (v) {
|
|
9414
|
-
this.i.
|
|
9415
|
-
this._a("progressiveStatus", this.i.
|
|
9438
|
+
this.i.um = +v;
|
|
9439
|
+
this._a("progressiveStatus", this.i.um);
|
|
9416
9440
|
},
|
|
9417
9441
|
enumerable: false,
|
|
9418
9442
|
configurable: true
|
|
@@ -9506,24 +9530,24 @@
|
|
|
9506
9530
|
GeographicContourLineSeriesView.prototype.au = function () {
|
|
9507
9531
|
_super.prototype.au.call(this);
|
|
9508
9532
|
if (!this.q) {
|
|
9509
|
-
this.cp.
|
|
9533
|
+
this.cp.iv = igniteuiWebcomponentsCharts.Defaults.m;
|
|
9510
9534
|
}
|
|
9511
9535
|
};
|
|
9512
9536
|
GeographicContourLineSeriesView.prototype.b5 = function () {
|
|
9513
9537
|
_super.prototype.b5.call(this);
|
|
9514
|
-
if (this.cp.
|
|
9515
|
-
this.cp.
|
|
9516
|
-
this.cp.
|
|
9538
|
+
if (this.cp.t4 != null) {
|
|
9539
|
+
this.cp.uw.vz = this.cp.uz;
|
|
9540
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
9517
9541
|
}
|
|
9518
9542
|
};
|
|
9519
9543
|
GeographicContourLineSeriesView.prototype.cq = function () {
|
|
9520
|
-
if (this.cp.
|
|
9521
|
-
this.cp.
|
|
9544
|
+
if (this.cp.uw != null) {
|
|
9545
|
+
this.cp.uw.vz = this.cp.uz;
|
|
9522
9546
|
}
|
|
9523
9547
|
};
|
|
9524
9548
|
GeographicContourLineSeriesView.prototype.cr = function () {
|
|
9525
|
-
if (this.cp.
|
|
9526
|
-
this.cp.
|
|
9549
|
+
if (this.cp.uw != null) {
|
|
9550
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
9527
9551
|
}
|
|
9528
9552
|
};
|
|
9529
9553
|
GeographicContourLineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9540,72 +9564,75 @@
|
|
|
9540
9564
|
_this.ab = GeographicContourLineSeries.$;
|
|
9541
9565
|
return _this;
|
|
9542
9566
|
}
|
|
9543
|
-
GeographicContourLineSeries.prototype.
|
|
9567
|
+
GeographicContourLineSeries.prototype.bg = function () {
|
|
9568
|
+
return new GeographicContourLineSeries();
|
|
9569
|
+
};
|
|
9570
|
+
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
9544
9571
|
return true;
|
|
9545
9572
|
};
|
|
9546
|
-
GeographicContourLineSeries.prototype.
|
|
9547
|
-
_super.prototype.
|
|
9573
|
+
GeographicContourLineSeries.prototype.t9 = function () {
|
|
9574
|
+
_super.prototype.t9.call(this);
|
|
9548
9575
|
};
|
|
9549
|
-
GeographicContourLineSeries.prototype.
|
|
9550
|
-
this.
|
|
9551
|
-
var a = this.
|
|
9552
|
-
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9553
|
-
var b = this.
|
|
9554
|
-
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9555
|
-
return this.
|
|
9576
|
+
GeographicContourLineSeries.prototype.t3 = function () {
|
|
9577
|
+
this.uw = new igniteuiWebcomponentsCharts.ScatterContourSeries();
|
|
9578
|
+
var a = this.uw;
|
|
9579
|
+
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.u6));
|
|
9580
|
+
var b = this.uw;
|
|
9581
|
+
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.u7));
|
|
9582
|
+
return this.uw;
|
|
9556
9583
|
};
|
|
9557
|
-
GeographicContourLineSeries.prototype.
|
|
9584
|
+
GeographicContourLineSeries.prototype.u6 = function (a, b) {
|
|
9558
9585
|
if (this.triangulationStatusChanged != null) {
|
|
9559
9586
|
this.triangulationStatusChanged(this, b);
|
|
9560
9587
|
}
|
|
9561
9588
|
};
|
|
9562
|
-
GeographicContourLineSeries.prototype.
|
|
9563
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.
|
|
9589
|
+
GeographicContourLineSeries.prototype.u7 = function (a, b) {
|
|
9590
|
+
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.t4);
|
|
9564
9591
|
if (c == null) {
|
|
9565
9592
|
return;
|
|
9566
9593
|
}
|
|
9567
9594
|
if (b.propertyName == "ActualFillScale") {
|
|
9568
|
-
this.
|
|
9595
|
+
this.uy = c.vy;
|
|
9569
9596
|
}
|
|
9570
9597
|
};
|
|
9571
|
-
GeographicContourLineSeries.prototype.
|
|
9572
|
-
_super.prototype.
|
|
9598
|
+
GeographicContourLineSeries.prototype.qe = function () {
|
|
9599
|
+
_super.prototype.qe.call(this);
|
|
9573
9600
|
};
|
|
9574
|
-
GeographicContourLineSeries.prototype.
|
|
9601
|
+
GeographicContourLineSeries.prototype.ch = function () {
|
|
9575
9602
|
return new GeographicContourLineSeriesView(this);
|
|
9576
9603
|
};
|
|
9577
|
-
GeographicContourLineSeries.prototype.
|
|
9578
|
-
_super.prototype.
|
|
9579
|
-
this.
|
|
9604
|
+
GeographicContourLineSeries.prototype.o1 = function (a) {
|
|
9605
|
+
_super.prototype.o1.call(this, a);
|
|
9606
|
+
this.u0 = a;
|
|
9580
9607
|
};
|
|
9581
|
-
GeographicContourLineSeries.prototype.
|
|
9582
|
-
_super.prototype.
|
|
9608
|
+
GeographicContourLineSeries.prototype.o9 = function (a, b, c, d) {
|
|
9609
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
9583
9610
|
switch (b) {
|
|
9584
9611
|
case GeographicContourLineSeries.$$p[1]:
|
|
9585
|
-
this.
|
|
9612
|
+
this.u0.cq();
|
|
9586
9613
|
break;
|
|
9587
9614
|
case GeographicContourLineSeries.$$p[2]:
|
|
9588
|
-
this.
|
|
9615
|
+
this.u0.cr();
|
|
9589
9616
|
break;
|
|
9590
9617
|
case GeographicContourLineSeries.$$p[3]:
|
|
9591
|
-
this.
|
|
9618
|
+
this.uw.vw = this.uv;
|
|
9592
9619
|
break;
|
|
9593
9620
|
case "DashArray":
|
|
9594
|
-
this.
|
|
9621
|
+
this.uw.s8 = this.s8;
|
|
9595
9622
|
break;
|
|
9596
9623
|
case "DashCap":
|
|
9597
|
-
this.
|
|
9624
|
+
this.uw.s9 = this.s9;
|
|
9598
9625
|
break;
|
|
9599
9626
|
case "MiterLimit":
|
|
9600
|
-
this.
|
|
9627
|
+
this.uw.im = this.im;
|
|
9601
9628
|
break;
|
|
9602
9629
|
case "LineJoin":
|
|
9603
|
-
this.
|
|
9630
|
+
this.uw.tb = this.tb;
|
|
9604
9631
|
break;
|
|
9605
9632
|
}
|
|
9606
9633
|
};
|
|
9607
9634
|
GeographicContourLineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9608
|
-
GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9635
|
+
GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:uz:u9', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
|
|
9609
9636
|
return GeographicContourLineSeries;
|
|
9610
9637
|
}(GeographicXYTriangulatingSeries));
|
|
9611
9638
|
|
|
@@ -9688,7 +9715,7 @@
|
|
|
9688
9715
|
* Gets whether the current series shows a line contour shape.
|
|
9689
9716
|
*/
|
|
9690
9717
|
get: function () {
|
|
9691
|
-
return this.i.
|
|
9718
|
+
return this.i.ex;
|
|
9692
9719
|
},
|
|
9693
9720
|
enumerable: false,
|
|
9694
9721
|
configurable: true
|
|
@@ -9698,10 +9725,10 @@
|
|
|
9698
9725
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9699
9726
|
*/
|
|
9700
9727
|
get: function () {
|
|
9701
|
-
return this.i.
|
|
9728
|
+
return this.i.u3;
|
|
9702
9729
|
},
|
|
9703
9730
|
set: function (v) {
|
|
9704
|
-
this.i.
|
|
9731
|
+
this.i.u3 = v;
|
|
9705
9732
|
},
|
|
9706
9733
|
enumerable: false,
|
|
9707
9734
|
configurable: true
|
|
@@ -9711,7 +9738,7 @@
|
|
|
9711
9738
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9712
9739
|
*/
|
|
9713
9740
|
get: function () {
|
|
9714
|
-
var r = this.i.
|
|
9741
|
+
var r = this.i.uz;
|
|
9715
9742
|
if (r == null) {
|
|
9716
9743
|
return null;
|
|
9717
9744
|
}
|
|
@@ -9727,7 +9754,7 @@
|
|
|
9727
9754
|
set: function (v) {
|
|
9728
9755
|
if (v != null && this._stylingContainer && v._styling)
|
|
9729
9756
|
v._styling(this._stylingContainer, this, this);
|
|
9730
|
-
v == null ? this.i.
|
|
9757
|
+
v == null ? this.i.uz = null : this.i.uz = v.i;
|
|
9731
9758
|
},
|
|
9732
9759
|
enumerable: false,
|
|
9733
9760
|
configurable: true
|
|
@@ -9737,7 +9764,7 @@
|
|
|
9737
9764
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9738
9765
|
*/
|
|
9739
9766
|
get: function () {
|
|
9740
|
-
var r = this.i.
|
|
9767
|
+
var r = this.i.uy;
|
|
9741
9768
|
if (r == null) {
|
|
9742
9769
|
return null;
|
|
9743
9770
|
}
|
|
@@ -9753,7 +9780,7 @@
|
|
|
9753
9780
|
set: function (v) {
|
|
9754
9781
|
if (v != null && this._stylingContainer && v._styling)
|
|
9755
9782
|
v._styling(this._stylingContainer, this, this);
|
|
9756
|
-
v == null ? this.i.
|
|
9783
|
+
v == null ? this.i.uy = null : this.i.uy = v.i;
|
|
9757
9784
|
},
|
|
9758
9785
|
enumerable: false,
|
|
9759
9786
|
configurable: true
|
|
@@ -9763,7 +9790,7 @@
|
|
|
9763
9790
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9764
9791
|
*/
|
|
9765
9792
|
get: function () {
|
|
9766
|
-
var r = this.i.
|
|
9793
|
+
var r = this.i.uv;
|
|
9767
9794
|
if (r == null) {
|
|
9768
9795
|
return null;
|
|
9769
9796
|
}
|
|
@@ -9779,7 +9806,7 @@
|
|
|
9779
9806
|
set: function (v) {
|
|
9780
9807
|
if (v != null && this._stylingContainer && v._styling)
|
|
9781
9808
|
v._styling(this._stylingContainer, this, this);
|
|
9782
|
-
v == null ? this.i.
|
|
9809
|
+
v == null ? this.i.uv = null : this.i.uv = v.i;
|
|
9783
9810
|
},
|
|
9784
9811
|
enumerable: false,
|
|
9785
9812
|
configurable: true
|