igniteui-webcomponents-charts 4.0.3 → 4.0.4
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-charts.umd.js +1016 -891
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm2015/lib/BubbleSeries_combined.js +20 -15
- package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm2015/lib/DataLegendContent_combined.js +470 -457
- package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
- package/esm2015/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm2015/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm2015/lib/PolarBase_combined.js +8 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm2015/lib/ScatterBase_combined.js +8 -6
- package/esm2015/lib/ScatterContourSeries_combined.js +12 -9
- package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
- package/esm2015/lib/SeriesViewer_combined.js +2 -1
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +21 -9
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm2015/lib/igc-data-legend-component.js +256 -256
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
- package/esm2015/lib/igc-domain-chart-component.js +45 -27
- package/esm2015/lib/igc-financial-event-args.js +10 -6
- package/esm2015/lib/igc-ring-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm5/lib/BubbleSeries_combined.js +20 -15
- package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm5/lib/DataLegendContent_combined.js +474 -461
- package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm5/lib/DataToolTipLayer_combined.js +3 -1
- package/esm5/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm5/lib/PolarBase_combined.js +8 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm5/lib/ScatterBase_combined.js +8 -6
- package/esm5/lib/ScatterContourSeries_combined.js +12 -9
- package/esm5/lib/ScatterTriangulationSeries.js +8 -8
- package/esm5/lib/SeriesViewer_combined.js +2 -1
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +43 -14
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm5/lib/igc-data-legend-component.js +256 -256
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
- package/esm5/lib/igc-domain-chart-component.js +45 -27
- package/esm5/lib/igc-financial-event-args.js +10 -6
- package/esm5/lib/igc-ring-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-charts.js +987 -883
- package/fesm5/igniteui-webcomponents-charts.js +1016 -891
- package/lib/DataLegendContent_combined.d.ts +111 -109
- package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
- package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
- package/package.json +2 -2
|
@@ -21050,7 +21050,8 @@
|
|
|
21050
21050
|
c.l = this.gl({ $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b }, false, false);
|
|
21051
21051
|
c.a = 0;
|
|
21052
21052
|
c.p = "Value";
|
|
21053
|
-
c.q = "";
|
|
21053
|
+
c.q = "Value";
|
|
21054
|
+
c.r = "";
|
|
21054
21055
|
var d = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
21055
21056
|
d.f = ((function () {
|
|
21056
21057
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -31871,7 +31872,9 @@
|
|
|
31871
31872
|
var q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
31872
31873
|
var r = c.l._inner[i] - c.f._inner[i];
|
|
31873
31874
|
var s = c.m._inner[i] - c.g._inner[i];
|
|
31874
|
-
|
|
31875
|
+
if (o != null) {
|
|
31876
|
+
this.r5.ch(o, p, q, r, s);
|
|
31877
|
+
}
|
|
31875
31878
|
}
|
|
31876
31879
|
};
|
|
31877
31880
|
DataToolTipLayer.prototype.en = function () {
|
|
@@ -33112,7 +33115,9 @@
|
|
|
33112
33115
|
var j = c.l;
|
|
33113
33116
|
var k = c.g;
|
|
33114
33117
|
var l = c.h;
|
|
33115
|
-
|
|
33118
|
+
if (h != null) {
|
|
33119
|
+
this.re.ce(h, i, j, k, l);
|
|
33120
|
+
}
|
|
33116
33121
|
};
|
|
33117
33122
|
CategoryToolTipLayer.prototype.en = function () {
|
|
33118
33123
|
return true;
|
|
@@ -38238,7 +38243,9 @@
|
|
|
38238
38243
|
var q = Math.min(c.g._inner[i], c.o._inner[i]);
|
|
38239
38244
|
var r = c.n._inner[i] - c.f._inner[i];
|
|
38240
38245
|
var s = c.o._inner[i] - c.g._inner[i];
|
|
38241
|
-
|
|
38246
|
+
if (o != null) {
|
|
38247
|
+
this.rc.cf(o, p, q, r, s);
|
|
38248
|
+
}
|
|
38242
38249
|
}
|
|
38243
38250
|
};
|
|
38244
38251
|
ItemToolTipLayer.prototype.en = function () {
|
|
@@ -46826,14 +46833,15 @@
|
|
|
46826
46833
|
_this.d = 0;
|
|
46827
46834
|
_this.f = null;
|
|
46828
46835
|
_this.b = 0;
|
|
46836
|
+
_this.i = null;
|
|
46829
46837
|
_this.h = null;
|
|
46830
46838
|
_this.a = 0;
|
|
46831
46839
|
_this.e = null;
|
|
46832
46840
|
_this.g = null;
|
|
46833
|
-
_this.i = null;
|
|
46834
46841
|
_this.j = null;
|
|
46835
46842
|
_this.k = null;
|
|
46836
46843
|
_this.l = null;
|
|
46844
|
+
_this.m = null;
|
|
46837
46845
|
return _this;
|
|
46838
46846
|
}
|
|
46839
46847
|
DataLegendStylingColumnEventArgs.$t = igniteuiWebcomponentsCore.markType(DataLegendStylingColumnEventArgs, 'DataLegendStylingColumnEventArgs');
|
|
@@ -47464,43 +47472,44 @@
|
|
|
47464
47472
|
_this.s = 0;
|
|
47465
47473
|
_this.f = 0;
|
|
47466
47474
|
_this.r = 0;
|
|
47475
|
+
_this.w = null;
|
|
47467
47476
|
_this.v = null;
|
|
47468
47477
|
_this.t = null;
|
|
47469
|
-
_this.
|
|
47478
|
+
_this.x = null;
|
|
47470
47479
|
_this.u = null;
|
|
47471
|
-
_this.y = null;
|
|
47472
47480
|
_this.z = null;
|
|
47473
47481
|
_this.aa = null;
|
|
47482
|
+
_this.ab = null;
|
|
47474
47483
|
_this.g = null;
|
|
47475
47484
|
_this.i = null;
|
|
47476
47485
|
_this.h = null;
|
|
47477
|
-
_this.ak = null;
|
|
47478
|
-
_this.am = null;
|
|
47479
47486
|
_this.al = null;
|
|
47480
|
-
_this.
|
|
47481
|
-
_this.
|
|
47482
|
-
_this.
|
|
47487
|
+
_this.an = null;
|
|
47488
|
+
_this.am = null;
|
|
47489
|
+
_this.ag = new igniteuiWebcomponentsCore.Size();
|
|
47490
|
+
_this.ak = new igniteuiWebcomponentsCore.Size();
|
|
47491
|
+
_this.ai = new igniteuiWebcomponentsCore.Size();
|
|
47483
47492
|
_this.m = false;
|
|
47484
47493
|
_this.j = false;
|
|
47485
|
-
_this.ab = null;
|
|
47486
|
-
_this.ad = null;
|
|
47487
47494
|
_this.ac = null;
|
|
47488
|
-
_this.ae =
|
|
47489
|
-
_this.
|
|
47490
|
-
_this.
|
|
47495
|
+
_this.ae = null;
|
|
47496
|
+
_this.ad = null;
|
|
47497
|
+
_this.af = new igniteuiWebcomponentsCore.Size();
|
|
47498
|
+
_this.aj = new igniteuiWebcomponentsCore.Size();
|
|
47499
|
+
_this.ah = new igniteuiWebcomponentsCore.Size();
|
|
47491
47500
|
_this.r = NaN;
|
|
47492
|
-
_this.ak = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
47493
|
-
_this.am = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
47494
47501
|
_this.al = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
47495
|
-
_this.
|
|
47496
|
-
_this.
|
|
47497
|
-
_this.
|
|
47502
|
+
_this.an = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
47503
|
+
_this.am = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
47504
|
+
_this.ag = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
47505
|
+
_this.ak = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
47506
|
+
_this.ai = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
47498
47507
|
_this.m = true;
|
|
47499
47508
|
_this.j = true;
|
|
47500
47509
|
if (_this.c) {
|
|
47501
|
-
_this.
|
|
47502
|
-
_this.
|
|
47503
|
-
_this.
|
|
47510
|
+
_this.z = a.br();
|
|
47511
|
+
_this.ab = a.bt();
|
|
47512
|
+
_this.aa = a.bs();
|
|
47504
47513
|
_this.g = a.j();
|
|
47505
47514
|
_this.i = a.n();
|
|
47506
47515
|
_this.h = a.m();
|
|
@@ -47508,9 +47517,9 @@
|
|
|
47508
47517
|
else if (_this.d) {
|
|
47509
47518
|
var e = a.bq();
|
|
47510
47519
|
var f = a.k();
|
|
47511
|
-
_this.y = e;
|
|
47512
|
-
_this.aa = e;
|
|
47513
47520
|
_this.z = e;
|
|
47521
|
+
_this.ab = e;
|
|
47522
|
+
_this.aa = e;
|
|
47514
47523
|
_this.g = f;
|
|
47515
47524
|
_this.i = f;
|
|
47516
47525
|
_this.h = f;
|
|
@@ -47518,26 +47527,26 @@
|
|
|
47518
47527
|
else {
|
|
47519
47528
|
var g = a.bo();
|
|
47520
47529
|
var h = a.i();
|
|
47521
|
-
_this.y = g;
|
|
47522
|
-
_this.aa = g;
|
|
47523
47530
|
_this.z = g;
|
|
47531
|
+
_this.ab = g;
|
|
47532
|
+
_this.aa = g;
|
|
47524
47533
|
_this.g = h;
|
|
47525
47534
|
_this.i = h;
|
|
47526
47535
|
_this.h = h;
|
|
47527
47536
|
}
|
|
47528
|
-
_this.ab = igniteuiWebcomponentsCore.Rect.empty;
|
|
47529
|
-
_this.ad = igniteuiWebcomponentsCore.Rect.empty;
|
|
47530
47537
|
_this.ac = igniteuiWebcomponentsCore.Rect.empty;
|
|
47538
|
+
_this.ae = igniteuiWebcomponentsCore.Rect.empty;
|
|
47539
|
+
_this.ad = igniteuiWebcomponentsCore.Rect.empty;
|
|
47531
47540
|
return _this;
|
|
47532
47541
|
}
|
|
47533
47542
|
DataLegendRowCell.prototype.k = function () {
|
|
47534
|
-
return this.
|
|
47543
|
+
return this.ag.width > 0 && this.ag.height > 0;
|
|
47535
47544
|
};
|
|
47536
47545
|
DataLegendRowCell.prototype.n = function () {
|
|
47537
|
-
return this.
|
|
47546
|
+
return this.ai.width > 0 && this.ai.height > 0;
|
|
47538
47547
|
};
|
|
47539
47548
|
DataLegendRowCell.prototype.p = function () {
|
|
47540
|
-
return this.
|
|
47549
|
+
return this.ak.width > 0 && this.ak.height > 0;
|
|
47541
47550
|
};
|
|
47542
47551
|
DataLegendRowCell.prototype.l = function () {
|
|
47543
47552
|
return this.t != null;
|
|
@@ -47546,12 +47555,12 @@
|
|
|
47546
47555
|
return this.u != null;
|
|
47547
47556
|
};
|
|
47548
47557
|
DataLegendRowCell.prototype.q = function () {
|
|
47549
|
-
return !igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
47558
|
+
return !igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.x) && this.ak.width > 0 && this.ak.height > 0;
|
|
47550
47559
|
};
|
|
47551
|
-
DataLegendRowCell.prototype.
|
|
47552
|
-
this.
|
|
47553
|
-
this.
|
|
47554
|
-
this.
|
|
47560
|
+
DataLegendRowCell.prototype.y = function () {
|
|
47561
|
+
this.af = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
47562
|
+
this.aj = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
47563
|
+
this.ah = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
47555
47564
|
};
|
|
47556
47565
|
DataLegendRowCell.$t = igniteuiWebcomponentsCore.markType(DataLegendRowCell, 'DataLegendRowCell', DataLegendRowBase.$);
|
|
47557
47566
|
return DataLegendRowCell;
|
|
@@ -47629,9 +47638,9 @@
|
|
|
47629
47638
|
function XamDataLegend() {
|
|
47630
47639
|
var _this = _super.call(this) || this;
|
|
47631
47640
|
_this.bw = false;
|
|
47632
|
-
_this.ch = NaN;
|
|
47633
47641
|
_this.ci = NaN;
|
|
47634
|
-
_this.cj =
|
|
47642
|
+
_this.cj = NaN;
|
|
47643
|
+
_this.ck = 1;
|
|
47635
47644
|
_this.bx = false;
|
|
47636
47645
|
_this.bj = null;
|
|
47637
47646
|
_this.bb = null;
|
|
@@ -47643,7 +47652,7 @@
|
|
|
47643
47652
|
_this.bi = null;
|
|
47644
47653
|
_this.bh = null;
|
|
47645
47654
|
_this.bc = null;
|
|
47646
|
-
_this.
|
|
47655
|
+
_this.cl = NaN;
|
|
47647
47656
|
_this.calculateColumnSummary = null;
|
|
47648
47657
|
_this.styleHeaderRow = null;
|
|
47649
47658
|
_this.styleSeriesRow = null;
|
|
@@ -47651,45 +47660,31 @@
|
|
|
47651
47660
|
_this.styleSeriesColumn = null;
|
|
47652
47661
|
_this.styleSummaryColumn = null;
|
|
47653
47662
|
_this.propertyChanged = null;
|
|
47663
|
+
_this.b9 = null;
|
|
47654
47664
|
_this.b8 = null;
|
|
47655
|
-
_this.
|
|
47665
|
+
_this.cb = null;
|
|
47656
47666
|
_this.ca = null;
|
|
47657
|
-
_this.b9 = null;
|
|
47658
47667
|
_this.a5 = null;
|
|
47659
|
-
_this.
|
|
47668
|
+
_this.ic = null;
|
|
47660
47669
|
_this._externalObject = null;
|
|
47661
47670
|
_this.bu = false;
|
|
47662
47671
|
_this.bv = false;
|
|
47663
47672
|
_this.ao = new DataLegendContent();
|
|
47664
|
-
_this.
|
|
47665
|
-
_this.
|
|
47666
|
-
_this.
|
|
47667
|
-
_this.
|
|
47673
|
+
_this.cd = null;
|
|
47674
|
+
_this.ce = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesContext.$, 0);
|
|
47675
|
+
_this.b7 = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Number_$type, DataLegendColumn.$, 0);
|
|
47676
|
+
_this.cs = 0;
|
|
47668
47677
|
_this.ak = null;
|
|
47669
47678
|
_this.al = null;
|
|
47670
|
-
_this.
|
|
47679
|
+
_this.cy = "";
|
|
47671
47680
|
_this.ai = null;
|
|
47672
47681
|
_this.aj = null;
|
|
47673
|
-
_this.
|
|
47682
|
+
_this.ic = igniteuiWebcomponentsCore.Rect.empty;
|
|
47674
47683
|
_this.bx = true;
|
|
47675
47684
|
_this.ab = XamDataLegend.$;
|
|
47676
47685
|
_this.a5 = _this.a4();
|
|
47677
47686
|
return _this;
|
|
47678
47687
|
}
|
|
47679
|
-
Object.defineProperty(XamDataLegend.prototype, "cl", {
|
|
47680
|
-
get: function () {
|
|
47681
|
-
return this.ch;
|
|
47682
|
-
},
|
|
47683
|
-
set: function (a) {
|
|
47684
|
-
var b = this.ch;
|
|
47685
|
-
this.ch = a;
|
|
47686
|
-
if (b != this.ch) {
|
|
47687
|
-
this.fx("ActualCursorPositionX", b, this.ch);
|
|
47688
|
-
}
|
|
47689
|
-
},
|
|
47690
|
-
enumerable: true,
|
|
47691
|
-
configurable: true
|
|
47692
|
-
});
|
|
47693
47688
|
Object.defineProperty(XamDataLegend.prototype, "cm", {
|
|
47694
47689
|
get: function () {
|
|
47695
47690
|
return this.ci;
|
|
@@ -47698,7 +47693,7 @@
|
|
|
47698
47693
|
var b = this.ci;
|
|
47699
47694
|
this.ci = a;
|
|
47700
47695
|
if (b != this.ci) {
|
|
47701
|
-
this.
|
|
47696
|
+
this.fy("ActualCursorPositionX", b, this.ci);
|
|
47702
47697
|
}
|
|
47703
47698
|
},
|
|
47704
47699
|
enumerable: true,
|
|
@@ -47711,7 +47706,21 @@
|
|
|
47711
47706
|
set: function (a) {
|
|
47712
47707
|
var b = this.cj;
|
|
47713
47708
|
this.cj = a;
|
|
47714
|
-
|
|
47709
|
+
if (b != this.cj) {
|
|
47710
|
+
this.fy("ActualCursorPositionY", b, this.cj);
|
|
47711
|
+
}
|
|
47712
|
+
},
|
|
47713
|
+
enumerable: true,
|
|
47714
|
+
configurable: true
|
|
47715
|
+
});
|
|
47716
|
+
Object.defineProperty(XamDataLegend.prototype, "co", {
|
|
47717
|
+
get: function () {
|
|
47718
|
+
return this.ck;
|
|
47719
|
+
},
|
|
47720
|
+
set: function (a) {
|
|
47721
|
+
var b = this.ck;
|
|
47722
|
+
this.ck = a;
|
|
47723
|
+
this.fy("ActualPixelScalingRatio", b, this.ck);
|
|
47715
47724
|
},
|
|
47716
47725
|
enumerable: true,
|
|
47717
47726
|
configurable: true
|
|
@@ -47727,7 +47736,7 @@
|
|
|
47727
47736
|
}
|
|
47728
47737
|
this.bj = a;
|
|
47729
47738
|
if (b != this.bj) {
|
|
47730
|
-
this.
|
|
47739
|
+
this.fy("ValueTextStyle", b, this.bj);
|
|
47731
47740
|
}
|
|
47732
47741
|
},
|
|
47733
47742
|
enumerable: true,
|
|
@@ -47744,7 +47753,7 @@
|
|
|
47744
47753
|
}
|
|
47745
47754
|
this.bb = a;
|
|
47746
47755
|
if (b != this.bb) {
|
|
47747
|
-
this.
|
|
47756
|
+
this.fy("HeaderTextStyle", b, this.bb);
|
|
47748
47757
|
}
|
|
47749
47758
|
},
|
|
47750
47759
|
enumerable: true,
|
|
@@ -47761,7 +47770,7 @@
|
|
|
47761
47770
|
}
|
|
47762
47771
|
this.be = a;
|
|
47763
47772
|
if (b != this.be) {
|
|
47764
|
-
this.
|
|
47773
|
+
this.fy("SummaryTitleTextStyle", b, this.be);
|
|
47765
47774
|
}
|
|
47766
47775
|
},
|
|
47767
47776
|
enumerable: true,
|
|
@@ -47778,7 +47787,7 @@
|
|
|
47778
47787
|
}
|
|
47779
47788
|
this.bg = a;
|
|
47780
47789
|
if (b != this.bg) {
|
|
47781
|
-
this.
|
|
47790
|
+
this.fy("SummaryValueTextStyle", b, this.bg);
|
|
47782
47791
|
}
|
|
47783
47792
|
},
|
|
47784
47793
|
enumerable: true,
|
|
@@ -47795,7 +47804,7 @@
|
|
|
47795
47804
|
}
|
|
47796
47805
|
this.bd = a;
|
|
47797
47806
|
if (b != this.bd) {
|
|
47798
|
-
this.
|
|
47807
|
+
this.fy("SummaryLabelTextStyle", b, this.bd);
|
|
47799
47808
|
}
|
|
47800
47809
|
},
|
|
47801
47810
|
enumerable: true,
|
|
@@ -47812,7 +47821,7 @@
|
|
|
47812
47821
|
}
|
|
47813
47822
|
this.bf = a;
|
|
47814
47823
|
if (b != this.bf) {
|
|
47815
|
-
this.
|
|
47824
|
+
this.fy("SummaryUnitsTextStyle", b, this.bf);
|
|
47816
47825
|
}
|
|
47817
47826
|
},
|
|
47818
47827
|
enumerable: true,
|
|
@@ -47829,7 +47838,7 @@
|
|
|
47829
47838
|
}
|
|
47830
47839
|
this.bi = a;
|
|
47831
47840
|
if (b != this.bi) {
|
|
47832
|
-
this.
|
|
47841
|
+
this.fy("UnitsTextStyle", b, this.bi);
|
|
47833
47842
|
}
|
|
47834
47843
|
},
|
|
47835
47844
|
enumerable: true,
|
|
@@ -47846,7 +47855,7 @@
|
|
|
47846
47855
|
}
|
|
47847
47856
|
this.bh = a;
|
|
47848
47857
|
if (b != this.bh) {
|
|
47849
|
-
this.
|
|
47858
|
+
this.fy("TitleTextStyle", b, this.bh);
|
|
47850
47859
|
}
|
|
47851
47860
|
},
|
|
47852
47861
|
enumerable: true,
|
|
@@ -47863,7 +47872,7 @@
|
|
|
47863
47872
|
}
|
|
47864
47873
|
this.bc = a;
|
|
47865
47874
|
if (b != this.bc) {
|
|
47866
|
-
this.
|
|
47875
|
+
this.fy("LabelTextStyle", b, this.bc);
|
|
47867
47876
|
}
|
|
47868
47877
|
},
|
|
47869
47878
|
enumerable: true,
|
|
@@ -47871,12 +47880,12 @@
|
|
|
47871
47880
|
});
|
|
47872
47881
|
Object.defineProperty(XamDataLegend.prototype, "pixelScalingRatio", {
|
|
47873
47882
|
get: function () {
|
|
47874
|
-
return this.
|
|
47883
|
+
return this.cl;
|
|
47875
47884
|
},
|
|
47876
47885
|
set: function (a) {
|
|
47877
|
-
var b = this.
|
|
47878
|
-
this.
|
|
47879
|
-
this.
|
|
47886
|
+
var b = this.cl;
|
|
47887
|
+
this.cl = a;
|
|
47888
|
+
this.fy("PixelScalingRatio", b, this.cl);
|
|
47880
47889
|
},
|
|
47881
47890
|
enumerable: true,
|
|
47882
47891
|
configurable: true
|
|
@@ -47885,16 +47894,16 @@
|
|
|
47885
47894
|
var a = this.exportVisualData();
|
|
47886
47895
|
return a.serialize();
|
|
47887
47896
|
};
|
|
47888
|
-
XamDataLegend.prototype.
|
|
47897
|
+
XamDataLegend.prototype.cq = function (a, b) {
|
|
47889
47898
|
var c = Math.max(b.left, a);
|
|
47890
47899
|
var d = Math.max(b.right, a);
|
|
47891
47900
|
var e = Math.max(b.right, a);
|
|
47892
47901
|
return Math.min(b.top, a);
|
|
47893
47902
|
};
|
|
47894
|
-
XamDataLegend.prototype.
|
|
47903
|
+
XamDataLegend.prototype.cp = function (a, b) {
|
|
47895
47904
|
return Math.min(b.left, a);
|
|
47896
47905
|
};
|
|
47897
|
-
XamDataLegend.prototype.
|
|
47906
|
+
XamDataLegend.prototype.ib = function (a, b) {
|
|
47898
47907
|
var c = igniteuiWebcomponentsCore.Rect.l_op_Equality(a, null) || a.isEmpty || !igniteuiWebcomponentsCore.Extensions.b(a);
|
|
47899
47908
|
var d = igniteuiWebcomponentsCore.Rect.l_op_Equality(b, null) || b.isEmpty || !igniteuiWebcomponentsCore.Extensions.b(b);
|
|
47900
47909
|
if (c) {
|
|
@@ -47931,11 +47940,11 @@
|
|
|
47931
47940
|
if (f.count < this.ao.b.count) {
|
|
47932
47941
|
return a;
|
|
47933
47942
|
}
|
|
47934
|
-
if (igniteuiWebcomponentsCore.Rect.l_op_Equality(this.
|
|
47943
|
+
if (igniteuiWebcomponentsCore.Rect.l_op_Equality(this.ic, null) || this.ic.isEmpty) {
|
|
47935
47944
|
a.viewport = null;
|
|
47936
47945
|
}
|
|
47937
47946
|
else {
|
|
47938
|
-
a.viewport = new igniteuiWebcomponentsCore.RectData(0, 0, this.
|
|
47947
|
+
a.viewport = new igniteuiWebcomponentsCore.RectData(0, 0, this.ic.width, this.ic.height);
|
|
47939
47948
|
}
|
|
47940
47949
|
for (var j = 0; j < this.ao.b.count; j++) {
|
|
47941
47950
|
var k = this.ao.b._inner[j];
|
|
@@ -47959,60 +47968,60 @@
|
|
|
47959
47968
|
p.marginLeft = k.x.left;
|
|
47960
47969
|
p.marginRight = k.x.right;
|
|
47961
47970
|
p.marginBottom = k.x.bottom;
|
|
47962
|
-
this.
|
|
47971
|
+
this.f8(p, o);
|
|
47963
47972
|
l.columns.add(p);
|
|
47964
|
-
m = this.
|
|
47973
|
+
m = this.ib(m, k.s);
|
|
47965
47974
|
}
|
|
47966
47975
|
try {
|
|
47967
47976
|
for (var _b = (e_1 = void 0, tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(k.k))), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
47968
47977
|
var q = _c.value;
|
|
47969
|
-
if (igniteuiWebcomponentsCore.Extensions.b(q.
|
|
47978
|
+
if (igniteuiWebcomponentsCore.Extensions.b(q.ac) && g.count > (c + 1)) {
|
|
47970
47979
|
c++;
|
|
47971
47980
|
var r = g._inner[c];
|
|
47972
47981
|
var s = this.bk(r, q.g);
|
|
47973
47982
|
var t = new DataLegendVisualDataColumn();
|
|
47974
|
-
t.bounds = igniteuiWebcomponentsCore.RectData.b(q.
|
|
47983
|
+
t.bounds = igniteuiWebcomponentsCore.RectData.b(q.ac);
|
|
47975
47984
|
t.text = r.al;
|
|
47976
|
-
t.textColor = igniteuiWebcomponentsCore.AppearanceHelper.b(q.
|
|
47977
|
-
t.marginTop = q.
|
|
47978
|
-
t.marginLeft = q.
|
|
47979
|
-
t.marginRight = q.
|
|
47980
|
-
t.marginBottom = q.
|
|
47981
|
-
this.
|
|
47985
|
+
t.textColor = igniteuiWebcomponentsCore.AppearanceHelper.b(q.z);
|
|
47986
|
+
t.marginTop = q.al.top;
|
|
47987
|
+
t.marginLeft = q.al.left;
|
|
47988
|
+
t.marginRight = q.al.right;
|
|
47989
|
+
t.marginBottom = q.al.bottom;
|
|
47990
|
+
this.f8(t, s);
|
|
47982
47991
|
l.columns.add(t);
|
|
47983
|
-
m = this.
|
|
47992
|
+
m = this.ib(m, q.ac);
|
|
47984
47993
|
}
|
|
47985
|
-
if (igniteuiWebcomponentsCore.Extensions.b(q.
|
|
47994
|
+
if (igniteuiWebcomponentsCore.Extensions.b(q.ae) && h.count > (d + 1)) {
|
|
47986
47995
|
d++;
|
|
47987
47996
|
var u = h._inner[d];
|
|
47988
47997
|
var v = this.bk(u, q.i);
|
|
47989
47998
|
var w = new DataLegendVisualDataColumn();
|
|
47990
|
-
w.bounds = igniteuiWebcomponentsCore.RectData.b(q.
|
|
47999
|
+
w.bounds = igniteuiWebcomponentsCore.RectData.b(q.ae);
|
|
47991
48000
|
w.text = u.al;
|
|
47992
|
-
w.textColor = igniteuiWebcomponentsCore.AppearanceHelper.b(q.
|
|
47993
|
-
w.marginTop = q.
|
|
47994
|
-
w.marginLeft = q.
|
|
47995
|
-
w.marginRight = q.
|
|
47996
|
-
w.marginBottom = q.
|
|
47997
|
-
this.
|
|
48001
|
+
w.textColor = igniteuiWebcomponentsCore.AppearanceHelper.b(q.ab);
|
|
48002
|
+
w.marginTop = q.an.top;
|
|
48003
|
+
w.marginLeft = q.an.left;
|
|
48004
|
+
w.marginRight = q.an.right;
|
|
48005
|
+
w.marginBottom = q.an.bottom;
|
|
48006
|
+
this.f8(w, v);
|
|
47998
48007
|
l.columns.add(w);
|
|
47999
|
-
m = this.
|
|
48008
|
+
m = this.ib(m, q.ae);
|
|
48000
48009
|
}
|
|
48001
|
-
if (igniteuiWebcomponentsCore.Extensions.b(q.
|
|
48010
|
+
if (igniteuiWebcomponentsCore.Extensions.b(q.ad) && i.count > (e + 1)) {
|
|
48002
48011
|
e++;
|
|
48003
48012
|
var x = i._inner[e];
|
|
48004
48013
|
var y = this.bk(x, q.h);
|
|
48005
48014
|
var z = new DataLegendVisualDataColumn();
|
|
48006
|
-
z.bounds = igniteuiWebcomponentsCore.RectData.b(q.
|
|
48015
|
+
z.bounds = igniteuiWebcomponentsCore.RectData.b(q.ad);
|
|
48007
48016
|
z.text = q.m ? q.u : null;
|
|
48008
|
-
z.textColor = igniteuiWebcomponentsCore.AppearanceHelper.b(q.
|
|
48009
|
-
z.marginTop = q.
|
|
48010
|
-
z.marginLeft = q.
|
|
48011
|
-
z.marginRight = q.
|
|
48012
|
-
z.marginBottom = q.
|
|
48013
|
-
this.
|
|
48017
|
+
z.textColor = igniteuiWebcomponentsCore.AppearanceHelper.b(q.aa);
|
|
48018
|
+
z.marginTop = q.am.top;
|
|
48019
|
+
z.marginLeft = q.am.left;
|
|
48020
|
+
z.marginRight = q.am.right;
|
|
48021
|
+
z.marginBottom = q.am.bottom;
|
|
48022
|
+
this.f8(z, y);
|
|
48014
48023
|
l.columns.add(z);
|
|
48015
|
-
m = this.
|
|
48024
|
+
m = this.ib(m, q.ad);
|
|
48016
48025
|
}
|
|
48017
48026
|
}
|
|
48018
48027
|
}
|
|
@@ -48030,14 +48039,14 @@
|
|
|
48030
48039
|
}
|
|
48031
48040
|
}
|
|
48032
48041
|
if (k.j) {
|
|
48033
|
-
m = this.
|
|
48042
|
+
m = this.ib(m, k.r);
|
|
48034
48043
|
l.badgeBounds = igniteuiWebcomponentsCore.RectData.b(k.r);
|
|
48035
48044
|
l.badgeMarginTop = k.v.top;
|
|
48036
48045
|
l.badgeMarginBottom = k.v.bottom;
|
|
48037
48046
|
l.badgeMarginRight = k.v.right;
|
|
48038
48047
|
l.badgeMarginLeft = k.v.left;
|
|
48039
|
-
if (k.e >= 0 && k.e < this.
|
|
48040
|
-
var aa = this.
|
|
48048
|
+
if (k.e >= 0 && k.e < this.cd.count) {
|
|
48049
|
+
var aa = this.cd._inner[k.e];
|
|
48041
48050
|
l.badgeShape = aa.getDataLegendBadgeShapeAndMarker();
|
|
48042
48051
|
}
|
|
48043
48052
|
else {
|
|
@@ -48050,7 +48059,7 @@
|
|
|
48050
48059
|
}
|
|
48051
48060
|
return a;
|
|
48052
48061
|
};
|
|
48053
|
-
XamDataLegend.prototype.
|
|
48062
|
+
XamDataLegend.prototype.f8 = function (a, b) {
|
|
48054
48063
|
if (b != null) {
|
|
48055
48064
|
if (b.n != null) {
|
|
48056
48065
|
a.fontFamily = b.n;
|
|
@@ -48099,11 +48108,11 @@
|
|
|
48099
48108
|
default: return new DataLegendSummaryCalculationEmpty();
|
|
48100
48109
|
}
|
|
48101
48110
|
};
|
|
48102
|
-
XamDataLegend.prototype.
|
|
48111
|
+
XamDataLegend.prototype.gc = function (a) {
|
|
48103
48112
|
if (this.styleSummaryRow != null) {
|
|
48104
48113
|
var b = this.ay(a);
|
|
48105
48114
|
this.styleSummaryRow(this, b);
|
|
48106
|
-
this.
|
|
48115
|
+
this.f9(a, b);
|
|
48107
48116
|
}
|
|
48108
48117
|
if (a.b && a.k != null && this.styleSummaryColumn != null) {
|
|
48109
48118
|
for (var c = 0; c < a.k.count; c++) {
|
|
@@ -48112,15 +48121,15 @@
|
|
|
48112
48121
|
d.f = a.m;
|
|
48113
48122
|
d.c = c;
|
|
48114
48123
|
this.styleSummaryColumn(this, d);
|
|
48115
|
-
this.
|
|
48124
|
+
this.gd(a.k._inner[c], d);
|
|
48116
48125
|
}
|
|
48117
48126
|
}
|
|
48118
48127
|
};
|
|
48119
|
-
XamDataLegend.prototype.
|
|
48128
|
+
XamDataLegend.prototype.gb = function (a) {
|
|
48120
48129
|
if (this.styleSeriesRow != null) {
|
|
48121
48130
|
var b = this.ay(a);
|
|
48122
48131
|
this.styleSeriesRow(this, b);
|
|
48123
|
-
this.
|
|
48132
|
+
this.f9(a, b);
|
|
48124
48133
|
}
|
|
48125
48134
|
if (a.b && a.k != null && this.styleSeriesColumn != null) {
|
|
48126
48135
|
for (var c = 0; c < a.k.count; c++) {
|
|
@@ -48129,15 +48138,15 @@
|
|
|
48129
48138
|
d.f = a.m;
|
|
48130
48139
|
d.c = c;
|
|
48131
48140
|
this.styleSeriesColumn(this, d);
|
|
48132
|
-
this.
|
|
48141
|
+
this.gd(a.k._inner[c], d);
|
|
48133
48142
|
}
|
|
48134
48143
|
}
|
|
48135
48144
|
};
|
|
48136
|
-
XamDataLegend.prototype.
|
|
48145
|
+
XamDataLegend.prototype.ga = function (a) {
|
|
48137
48146
|
if (this.styleHeaderRow != null) {
|
|
48138
48147
|
var b = this.ay(a);
|
|
48139
48148
|
this.styleHeaderRow(this, b);
|
|
48140
|
-
this.
|
|
48149
|
+
this.f9(a, b);
|
|
48141
48150
|
}
|
|
48142
48151
|
};
|
|
48143
48152
|
XamDataLegend.prototype.ay = function (a) {
|
|
@@ -48151,7 +48160,7 @@
|
|
|
48151
48160
|
b.e = a.m;
|
|
48152
48161
|
return b;
|
|
48153
48162
|
};
|
|
48154
|
-
XamDataLegend.prototype.
|
|
48163
|
+
XamDataLegend.prototype.f9 = function (a, b) {
|
|
48155
48164
|
a.n = b.f;
|
|
48156
48165
|
a.q = b.g;
|
|
48157
48166
|
a.h = b.a;
|
|
@@ -48161,27 +48170,28 @@
|
|
|
48161
48170
|
XamDataLegend.prototype.ax = function (a) {
|
|
48162
48171
|
var b = new DataLegendStylingColumnEventArgs();
|
|
48163
48172
|
b.e = a.t;
|
|
48164
|
-
b.j = a.y;
|
|
48165
|
-
b.g = a.u;
|
|
48166
48173
|
b.k = a.z;
|
|
48167
|
-
b.
|
|
48174
|
+
b.g = a.u;
|
|
48168
48175
|
b.l = a.aa;
|
|
48176
|
+
b.j = a.x;
|
|
48177
|
+
b.m = a.ab;
|
|
48169
48178
|
b.b = a.r;
|
|
48179
|
+
b.i = a.w;
|
|
48170
48180
|
b.h = a.v;
|
|
48171
48181
|
b.a = a.f;
|
|
48172
48182
|
return b;
|
|
48173
48183
|
};
|
|
48174
|
-
XamDataLegend.prototype.
|
|
48175
|
-
a.
|
|
48184
|
+
XamDataLegend.prototype.gd = function (a, b) {
|
|
48185
|
+
a.z = b.k;
|
|
48176
48186
|
a.t = b.e;
|
|
48177
48187
|
a.j = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.t);
|
|
48178
48188
|
a.u = b.g;
|
|
48179
|
-
a.z = b.k;
|
|
48180
|
-
a.m = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.u);
|
|
48181
|
-
a.w = b.i;
|
|
48182
48189
|
a.aa = b.l;
|
|
48190
|
+
a.m = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.u);
|
|
48191
|
+
a.x = b.j;
|
|
48192
|
+
a.ab = b.m;
|
|
48183
48193
|
};
|
|
48184
|
-
XamDataLegend.prototype.
|
|
48194
|
+
XamDataLegend.prototype.f1 = function (a, b, c) {
|
|
48185
48195
|
var _this = this;
|
|
48186
48196
|
switch (a) {
|
|
48187
48197
|
case XamDataLegend.$$p[19]:
|
|
@@ -48189,33 +48199,33 @@
|
|
|
48189
48199
|
break;
|
|
48190
48200
|
case XamDataLegend.$$p[15]:
|
|
48191
48201
|
case XamDataLegend.$$p[3]:
|
|
48192
|
-
this.
|
|
48202
|
+
this.gh();
|
|
48193
48203
|
break;
|
|
48194
48204
|
case XamDataLegend.$$p[14]:
|
|
48195
48205
|
case XamDataLegend.$$p[2]:
|
|
48196
|
-
this.
|
|
48206
|
+
this.gg();
|
|
48197
48207
|
break;
|
|
48198
48208
|
case XamDataLegend.$$p[32]:
|
|
48199
48209
|
var d = c;
|
|
48200
48210
|
var e = b;
|
|
48201
|
-
this.
|
|
48211
|
+
this.fz(e, d);
|
|
48202
48212
|
break;
|
|
48203
48213
|
case XamDataLegend.$$p[30]:
|
|
48204
|
-
if (this.
|
|
48205
|
-
this.
|
|
48214
|
+
if (this.b1(this.targetCursorPositionX)) {
|
|
48215
|
+
this.cm = this.targetCursorPositionX;
|
|
48206
48216
|
}
|
|
48207
48217
|
break;
|
|
48208
48218
|
case XamDataLegend.$$p[31]:
|
|
48209
|
-
if (this.
|
|
48210
|
-
this.
|
|
48219
|
+
if (this.b1(this.targetCursorPositionY)) {
|
|
48220
|
+
this.cn = this.targetCursorPositionY;
|
|
48211
48221
|
}
|
|
48212
48222
|
break;
|
|
48213
48223
|
case XamDataLegend.$$p[46]:
|
|
48214
48224
|
case XamDataLegend.$$p[45]:
|
|
48215
|
-
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
48225
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.e6)) {
|
|
48216
48226
|
this.ak = ((function () {
|
|
48217
48227
|
var $ret = new igniteuiWebcomponentsCore.BindingFormatter();
|
|
48218
|
-
$ret.j = _this.
|
|
48228
|
+
$ret.j = _this.e6;
|
|
48219
48229
|
$ret.d = _this.ah;
|
|
48220
48230
|
return $ret;
|
|
48221
48231
|
})());
|
|
@@ -48226,10 +48236,10 @@
|
|
|
48226
48236
|
break;
|
|
48227
48237
|
case XamDataLegend.$$p[7]:
|
|
48228
48238
|
case XamDataLegend.$$p[6]:
|
|
48229
|
-
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
48239
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.dd)) {
|
|
48230
48240
|
this.ai = ((function () {
|
|
48231
48241
|
var $ret = new igniteuiWebcomponentsCore.BindingFormatter();
|
|
48232
|
-
$ret.j = _this.
|
|
48242
|
+
$ret.j = _this.dd;
|
|
48233
48243
|
$ret.d = _this.ag;
|
|
48234
48244
|
return $ret;
|
|
48235
48245
|
})());
|
|
@@ -48239,26 +48249,26 @@
|
|
|
48239
48249
|
}
|
|
48240
48250
|
break;
|
|
48241
48251
|
case "PixelScalingRatio":
|
|
48242
|
-
if (igniteuiWebcomponentsCore.isNaN_(this.
|
|
48252
|
+
if (igniteuiWebcomponentsCore.isNaN_(this.co)) {
|
|
48243
48253
|
this.a5.au();
|
|
48244
48254
|
}
|
|
48245
48255
|
else {
|
|
48246
|
-
this.
|
|
48256
|
+
this.co = this.pixelScalingRatio;
|
|
48247
48257
|
}
|
|
48248
48258
|
break;
|
|
48249
48259
|
case "ActualPixelScalingRatio":
|
|
48250
48260
|
this.a5.a5(c);
|
|
48251
48261
|
break;
|
|
48252
48262
|
}
|
|
48253
|
-
this.
|
|
48263
|
+
this.f3();
|
|
48254
48264
|
};
|
|
48255
|
-
XamDataLegend.prototype.
|
|
48256
|
-
this.
|
|
48265
|
+
XamDataLegend.prototype.fy = function (a, b, c) {
|
|
48266
|
+
this.f1(a, b, c);
|
|
48257
48267
|
if (this.propertyChanged != null) {
|
|
48258
48268
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
48259
48269
|
}
|
|
48260
48270
|
};
|
|
48261
|
-
XamDataLegend.prototype.
|
|
48271
|
+
XamDataLegend.prototype.fz = function (a, b) {
|
|
48262
48272
|
this.a7 = b;
|
|
48263
48273
|
if (a != null) {
|
|
48264
48274
|
a.detachDataLegend(this);
|
|
@@ -48266,30 +48276,30 @@
|
|
|
48266
48276
|
if (b != null) {
|
|
48267
48277
|
b.attachDataLegend(this);
|
|
48268
48278
|
if (igniteuiWebcomponentsCore.isNaN_(this.targetCursorPositionX)) {
|
|
48269
|
-
this.
|
|
48279
|
+
this.cm = 1;
|
|
48270
48280
|
}
|
|
48271
48281
|
if (igniteuiWebcomponentsCore.isNaN_(this.targetCursorPositionY)) {
|
|
48272
|
-
this.
|
|
48282
|
+
this.cn = 0.5;
|
|
48273
48283
|
}
|
|
48274
48284
|
}
|
|
48275
48285
|
};
|
|
48276
|
-
XamDataLegend.prototype.
|
|
48277
|
-
this.
|
|
48278
|
-
this.
|
|
48286
|
+
XamDataLegend.prototype.gh = function () {
|
|
48287
|
+
this.cb = this.cc(this.includedSeries);
|
|
48288
|
+
this.ca = this.cc(this.excludedSeries);
|
|
48279
48289
|
};
|
|
48280
|
-
XamDataLegend.prototype.
|
|
48290
|
+
XamDataLegend.prototype.gg = function () {
|
|
48281
48291
|
var e_2, _a, e_3, _b;
|
|
48282
|
-
this.
|
|
48283
|
-
this.
|
|
48284
|
-
if (this.
|
|
48285
|
-
var a = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 1, this.
|
|
48292
|
+
this.b9 = this.cc(this.includedColumns);
|
|
48293
|
+
this.b8 = this.cc(this.excludedColumns);
|
|
48294
|
+
if (this.b9 != null) {
|
|
48295
|
+
var a = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 1, this.b9.keys);
|
|
48286
48296
|
try {
|
|
48287
48297
|
for (var _c = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(a)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
48288
48298
|
var b = _d.value;
|
|
48289
48299
|
var c = b + ":";
|
|
48290
|
-
var d = this.
|
|
48291
|
-
if (!this.
|
|
48292
|
-
this.
|
|
48300
|
+
var d = this.b9.item(b);
|
|
48301
|
+
if (!this.b9.containsKey(c)) {
|
|
48302
|
+
this.b9.addItem(c, d);
|
|
48293
48303
|
}
|
|
48294
48304
|
}
|
|
48295
48305
|
}
|
|
@@ -48306,17 +48316,17 @@
|
|
|
48306
48316
|
throw e_2.error;
|
|
48307
48317
|
}
|
|
48308
48318
|
}
|
|
48309
|
-
this.
|
|
48319
|
+
this.fh(this.b9);
|
|
48310
48320
|
}
|
|
48311
|
-
if (this.
|
|
48312
|
-
var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 1, this.
|
|
48321
|
+
if (this.b8 != null) {
|
|
48322
|
+
var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 1, this.b8.keys);
|
|
48313
48323
|
try {
|
|
48314
48324
|
for (var _e = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(e)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
48315
48325
|
var f = _f.value;
|
|
48316
48326
|
var g = f + ":";
|
|
48317
|
-
var h = this.
|
|
48318
|
-
if (!this.
|
|
48319
|
-
this.
|
|
48327
|
+
var h = this.b8.item(f);
|
|
48328
|
+
if (!this.b8.containsKey(g)) {
|
|
48329
|
+
this.b8.addItem(g, h);
|
|
48320
48330
|
}
|
|
48321
48331
|
}
|
|
48322
48332
|
}
|
|
@@ -48333,10 +48343,10 @@
|
|
|
48333
48343
|
throw e_3.error;
|
|
48334
48344
|
}
|
|
48335
48345
|
}
|
|
48336
|
-
this.
|
|
48346
|
+
this.fh(this.b8);
|
|
48337
48347
|
}
|
|
48338
48348
|
};
|
|
48339
|
-
XamDataLegend.prototype.
|
|
48349
|
+
XamDataLegend.prototype.fh = function (a) {
|
|
48340
48350
|
var e_4, _a;
|
|
48341
48351
|
var b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 1, a.keys);
|
|
48342
48352
|
try {
|
|
@@ -48373,7 +48383,7 @@
|
|
|
48373
48383
|
}
|
|
48374
48384
|
}
|
|
48375
48385
|
};
|
|
48376
|
-
XamDataLegend.prototype.
|
|
48386
|
+
XamDataLegend.prototype.cc = function (a) {
|
|
48377
48387
|
if (a == null) {
|
|
48378
48388
|
return null;
|
|
48379
48389
|
}
|
|
@@ -48386,16 +48396,16 @@
|
|
|
48386
48396
|
}
|
|
48387
48397
|
return b;
|
|
48388
48398
|
};
|
|
48389
|
-
XamDataLegend.prototype.
|
|
48399
|
+
XamDataLegend.prototype.b1 = function (a) {
|
|
48390
48400
|
return a >= 0 && a <= 1;
|
|
48391
48401
|
};
|
|
48392
48402
|
XamDataLegend.prototype.notifyCursorPositionChanged = function (a) {
|
|
48393
48403
|
var b = !igniteuiWebcomponentsCore.isNaN_(this.targetCursorPositionX) || !igniteuiWebcomponentsCore.isNaN_(this.targetCursorPositionY);
|
|
48394
|
-
var c = !igniteuiWebcomponentsCore.isNaN_(a.x) && this.
|
|
48395
|
-
var d = !igniteuiWebcomponentsCore.isNaN_(a.y) && this.
|
|
48404
|
+
var c = !igniteuiWebcomponentsCore.isNaN_(a.x) && this.b1(a.x);
|
|
48405
|
+
var d = !igniteuiWebcomponentsCore.isNaN_(a.y) && this.b1(a.y);
|
|
48396
48406
|
if (!b && c && d) {
|
|
48397
|
-
this.
|
|
48398
|
-
this.
|
|
48407
|
+
this.cm = a.x;
|
|
48408
|
+
this.cn = a.y;
|
|
48399
48409
|
}
|
|
48400
48410
|
};
|
|
48401
48411
|
XamDataLegend.prototype.notifySizeChanged = function () {
|
|
@@ -48404,11 +48414,11 @@
|
|
|
48404
48414
|
XamDataLegend.prototype.notifyVisualPropertiesChanged = function (a) {
|
|
48405
48415
|
};
|
|
48406
48416
|
XamDataLegend.prototype.notifySeriesCollectionChanged = function () {
|
|
48407
|
-
this.
|
|
48417
|
+
this.f3();
|
|
48408
48418
|
};
|
|
48409
48419
|
XamDataLegend.prototype.notifySeriesDataChanged = function () {
|
|
48410
48420
|
if (this.bx) {
|
|
48411
|
-
this.
|
|
48421
|
+
this.f3();
|
|
48412
48422
|
}
|
|
48413
48423
|
};
|
|
48414
48424
|
XamDataLegend.prototype.updatePropertyByName = function (a, b) {
|
|
@@ -48429,55 +48439,55 @@
|
|
|
48429
48439
|
this.an = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataAbbreviationMode_$type, b);
|
|
48430
48440
|
break;
|
|
48431
48441
|
case XamDataLegend.$$p[42]:
|
|
48432
|
-
this.
|
|
48442
|
+
this.cu = igniteuiWebcomponentsCore.typeGetValue(b);
|
|
48433
48443
|
break;
|
|
48434
48444
|
case XamDataLegend.$$p[43]:
|
|
48435
|
-
this.
|
|
48445
|
+
this.cv = igniteuiWebcomponentsCore.typeGetValue(b);
|
|
48436
48446
|
break;
|
|
48437
48447
|
case XamDataLegend.$$p[44]:
|
|
48438
48448
|
this.a3 = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataLegendValueMode_$type, b);
|
|
48439
48449
|
break;
|
|
48440
48450
|
case XamDataLegend.$$p[40]:
|
|
48441
|
-
this.
|
|
48451
|
+
this.ey = b;
|
|
48442
48452
|
break;
|
|
48443
48453
|
case XamDataLegend.$$p[47]:
|
|
48444
|
-
this.
|
|
48454
|
+
this.b4 = b;
|
|
48445
48455
|
break;
|
|
48446
48456
|
case XamDataLegend.$$p[46]:
|
|
48447
|
-
this.
|
|
48457
|
+
this.e6 = b;
|
|
48448
48458
|
break;
|
|
48449
48459
|
case XamDataLegend.$$p[45]:
|
|
48450
48460
|
this.ah = b;
|
|
48451
48461
|
break;
|
|
48452
48462
|
case XamDataLegend.$$p[48]:
|
|
48453
|
-
this.
|
|
48463
|
+
this.is = b;
|
|
48454
48464
|
break;
|
|
48455
48465
|
case XamDataLegend.$$p[49]:
|
|
48456
|
-
this.
|
|
48466
|
+
this.b5 = b;
|
|
48457
48467
|
break;
|
|
48458
48468
|
case XamDataLegend.$$p[53]:
|
|
48459
|
-
this.
|
|
48469
|
+
this.ff = b;
|
|
48460
48470
|
break;
|
|
48461
48471
|
case XamDataLegend.$$p[52]:
|
|
48462
|
-
this.
|
|
48472
|
+
this.b6 = b;
|
|
48463
48473
|
break;
|
|
48464
48474
|
case XamDataLegend.$$p[51]:
|
|
48465
|
-
this.
|
|
48475
|
+
this.it = b;
|
|
48466
48476
|
break;
|
|
48467
48477
|
case XamDataLegend.$$p[50]:
|
|
48468
|
-
this.
|
|
48478
|
+
this.ia = b;
|
|
48469
48479
|
break;
|
|
48470
48480
|
case "ValueTextStyle":
|
|
48471
48481
|
this.bt = b;
|
|
48472
48482
|
break;
|
|
48473
48483
|
case XamDataLegend.$$p[7]:
|
|
48474
|
-
this.
|
|
48484
|
+
this.dd = b;
|
|
48475
48485
|
break;
|
|
48476
48486
|
case XamDataLegend.$$p[6]:
|
|
48477
48487
|
this.ag = b;
|
|
48478
48488
|
break;
|
|
48479
48489
|
case XamDataLegend.$$p[4]:
|
|
48480
|
-
this.
|
|
48490
|
+
this.c9 = b;
|
|
48481
48491
|
break;
|
|
48482
48492
|
case XamDataLegend.$$p[5]:
|
|
48483
48493
|
this.ap = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataLegendHeaderDateMode_$type, b);
|
|
@@ -48486,25 +48496,25 @@
|
|
|
48486
48496
|
this.aq = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataLegendHeaderTimeMode_$type, b);
|
|
48487
48497
|
break;
|
|
48488
48498
|
case XamDataLegend.$$p[13]:
|
|
48489
|
-
this.
|
|
48499
|
+
this.di = b;
|
|
48490
48500
|
break;
|
|
48491
48501
|
case XamDataLegend.$$p[11]:
|
|
48492
|
-
this.
|
|
48502
|
+
this.h1 = b;
|
|
48493
48503
|
break;
|
|
48494
48504
|
case XamDataLegend.$$p[12]:
|
|
48495
|
-
this.
|
|
48505
|
+
this.ik = b;
|
|
48496
48506
|
break;
|
|
48497
48507
|
case XamDataLegend.$$p[9]:
|
|
48498
|
-
this.
|
|
48508
|
+
this.ij = b;
|
|
48499
48509
|
break;
|
|
48500
48510
|
case XamDataLegend.$$p[10]:
|
|
48501
|
-
this.
|
|
48511
|
+
this.b0 = b;
|
|
48502
48512
|
break;
|
|
48503
48513
|
case "HeaderTextStyle":
|
|
48504
48514
|
this.bl = b;
|
|
48505
48515
|
break;
|
|
48506
48516
|
case XamDataLegend.$$p[23]:
|
|
48507
|
-
this.
|
|
48517
|
+
this.h5 = b;
|
|
48508
48518
|
break;
|
|
48509
48519
|
case "SummaryTitleTextStyle":
|
|
48510
48520
|
this.bo = b;
|
|
@@ -48513,40 +48523,40 @@
|
|
|
48513
48523
|
this.a1 = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataLegendSummaryType_$type, b);
|
|
48514
48524
|
break;
|
|
48515
48525
|
case XamDataLegend.$$p[25]:
|
|
48516
|
-
this.
|
|
48526
|
+
this.d9 = b;
|
|
48517
48527
|
break;
|
|
48518
48528
|
case XamDataLegend.$$p[24]:
|
|
48519
|
-
this.
|
|
48529
|
+
this.io = b;
|
|
48520
48530
|
break;
|
|
48521
48531
|
case XamDataLegend.$$p[22]:
|
|
48522
|
-
this.
|
|
48532
|
+
this.im = b;
|
|
48523
48533
|
break;
|
|
48524
48534
|
case XamDataLegend.$$p[29]:
|
|
48525
|
-
this.
|
|
48535
|
+
this.h7 = b;
|
|
48526
48536
|
break;
|
|
48527
48537
|
case "SummaryValueTextStyle":
|
|
48528
48538
|
this.bq = b;
|
|
48529
48539
|
break;
|
|
48530
48540
|
case XamDataLegend.$$p[21]:
|
|
48531
|
-
this.
|
|
48541
|
+
this.d4 = b;
|
|
48532
48542
|
break;
|
|
48533
48543
|
case XamDataLegend.$$p[20]:
|
|
48534
|
-
this.
|
|
48544
|
+
this.h4 = b;
|
|
48535
48545
|
break;
|
|
48536
48546
|
case "SummaryLabelTextStyle":
|
|
48537
48547
|
this.bn = b;
|
|
48538
48548
|
break;
|
|
48539
48549
|
case XamDataLegend.$$p[28]:
|
|
48540
|
-
this.
|
|
48550
|
+
this.ef = b;
|
|
48541
48551
|
break;
|
|
48542
48552
|
case XamDataLegend.$$p[27]:
|
|
48543
|
-
this.
|
|
48553
|
+
this.h6 = b;
|
|
48544
48554
|
break;
|
|
48545
48555
|
case "SummaryUnitsTextStyle":
|
|
48546
48556
|
this.bp = b;
|
|
48547
48557
|
break;
|
|
48548
48558
|
case XamDataLegend.$$p[0]:
|
|
48549
|
-
this.
|
|
48559
|
+
this.ii = b;
|
|
48550
48560
|
break;
|
|
48551
48561
|
case XamDataLegend.$$p[1]:
|
|
48552
48562
|
this.a8 = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.LegendItemBadgeShape_$type, b);
|
|
@@ -48555,22 +48565,22 @@
|
|
|
48555
48565
|
this.a2 = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataLegendUnitsMode_$type, b);
|
|
48556
48566
|
break;
|
|
48557
48567
|
case XamDataLegend.$$p[38]:
|
|
48558
|
-
this.
|
|
48568
|
+
this.es = b;
|
|
48559
48569
|
break;
|
|
48560
48570
|
case XamDataLegend.$$p[36]:
|
|
48561
|
-
this.
|
|
48571
|
+
this.h9 = b;
|
|
48562
48572
|
break;
|
|
48563
48573
|
case XamDataLegend.$$p[37]:
|
|
48564
|
-
this.
|
|
48574
|
+
this.iq = b;
|
|
48565
48575
|
break;
|
|
48566
48576
|
case "UnitsTextStyle":
|
|
48567
48577
|
this.bs = b;
|
|
48568
48578
|
break;
|
|
48569
48579
|
case XamDataLegend.$$p[34]:
|
|
48570
|
-
this.
|
|
48580
|
+
this.ip = b;
|
|
48571
48581
|
break;
|
|
48572
48582
|
case XamDataLegend.$$p[33]:
|
|
48573
|
-
this.
|
|
48583
|
+
this.h8 = b;
|
|
48574
48584
|
break;
|
|
48575
48585
|
case "TitleTextStyle":
|
|
48576
48586
|
this.br = b;
|
|
@@ -48579,10 +48589,10 @@
|
|
|
48579
48589
|
this.ar = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.DataLegendLabelMode_$type, b);
|
|
48580
48590
|
break;
|
|
48581
48591
|
case XamDataLegend.$$p[17]:
|
|
48582
|
-
this.
|
|
48592
|
+
this.h2 = b;
|
|
48583
48593
|
break;
|
|
48584
48594
|
case XamDataLegend.$$p[18]:
|
|
48585
|
-
this.
|
|
48595
|
+
this.il = b;
|
|
48586
48596
|
break;
|
|
48587
48597
|
case "LabelTextStyle":
|
|
48588
48598
|
this.bm = b;
|
|
@@ -48617,7 +48627,7 @@
|
|
|
48617
48627
|
XamDataLegend.prototype.provideContainer = function (a) {
|
|
48618
48628
|
this.a5.a2(a);
|
|
48619
48629
|
};
|
|
48620
|
-
XamDataLegend.prototype.
|
|
48630
|
+
XamDataLegend.prototype.f3 = function () {
|
|
48621
48631
|
if (this.bu) {
|
|
48622
48632
|
return;
|
|
48623
48633
|
}
|
|
@@ -48634,56 +48644,56 @@
|
|
|
48634
48644
|
configurable: true
|
|
48635
48645
|
});
|
|
48636
48646
|
XamDataLegend.prototype.doRender = function (a, b) {
|
|
48637
|
-
if (this.
|
|
48647
|
+
if (this.ic.isEmpty) {
|
|
48638
48648
|
var c = this.getDesiredSize();
|
|
48639
|
-
this.
|
|
48649
|
+
this.ic = new igniteuiWebcomponentsCore.Rect(0, 0, 0, c.width, c.height);
|
|
48640
48650
|
}
|
|
48641
|
-
this.
|
|
48651
|
+
this.f4(this.ao, true);
|
|
48642
48652
|
this.a5.a7(a, b);
|
|
48643
48653
|
};
|
|
48644
48654
|
XamDataLegend.prototype.ensureUpdated = function () {
|
|
48645
48655
|
var a = this.getDesiredSize();
|
|
48646
48656
|
};
|
|
48647
|
-
XamDataLegend.prototype.
|
|
48657
|
+
XamDataLegend.prototype.fq = function () {
|
|
48648
48658
|
if (!this.bu) {
|
|
48649
48659
|
if (this.ao == null) {
|
|
48650
|
-
this.
|
|
48660
|
+
this.f3();
|
|
48651
48661
|
}
|
|
48652
48662
|
else {
|
|
48653
48663
|
return;
|
|
48654
48664
|
}
|
|
48655
48665
|
}
|
|
48656
|
-
this.
|
|
48666
|
+
this.gf();
|
|
48657
48667
|
};
|
|
48658
48668
|
XamDataLegend.prototype.getDesiredSize = function () {
|
|
48659
|
-
this.
|
|
48669
|
+
this.fq();
|
|
48660
48670
|
if (this.ao == null) {
|
|
48661
48671
|
return new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
48662
48672
|
}
|
|
48663
48673
|
return new igniteuiWebcomponentsCore.Size(1, this.ao.d, this.ao.c);
|
|
48664
48674
|
};
|
|
48665
|
-
XamDataLegend.prototype.
|
|
48675
|
+
XamDataLegend.prototype.gf = function () {
|
|
48666
48676
|
if (this.a7 == null) {
|
|
48667
|
-
this.
|
|
48677
|
+
this.fn();
|
|
48668
48678
|
return;
|
|
48669
48679
|
}
|
|
48670
48680
|
var a = this.a7;
|
|
48671
48681
|
var b = a.getDataLegendSeries();
|
|
48672
|
-
var c = this.
|
|
48673
|
-
this.
|
|
48682
|
+
var c = this.cg(b);
|
|
48683
|
+
this.fs(c);
|
|
48674
48684
|
};
|
|
48675
|
-
XamDataLegend.prototype.
|
|
48685
|
+
XamDataLegend.prototype.cg = function (a) {
|
|
48676
48686
|
var e_5, _a;
|
|
48677
48687
|
var b = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Number_$type, igniteuiWebcomponentsCore.IDataLegendSeries_$type, 0);
|
|
48678
48688
|
for (var c = 0; c < a.length; c++) {
|
|
48679
48689
|
var d = a[c].title == null ? null : a[c].title.toString();
|
|
48680
|
-
var e = this.
|
|
48681
|
-
var f = this.
|
|
48682
|
-
if (a[c].isValueOverlay && (!e || this.
|
|
48690
|
+
var e = this.cb == null || this.cb.containsKey(a[c].dataLegendKey) || this.cb.containsKey(a[c].index.toString()) || this.cb.containsKey(d);
|
|
48691
|
+
var f = this.ca != null && (this.ca.containsKey(a[c].dataLegendKey) || this.ca.containsKey(a[c].index.toString()) || this.ca.containsKey(d));
|
|
48692
|
+
if (a[c].isValueOverlay && (!e || this.cb == null)) {
|
|
48683
48693
|
continue;
|
|
48684
48694
|
}
|
|
48685
48695
|
if (e && !f) {
|
|
48686
|
-
var g = this.
|
|
48696
|
+
var g = this.ct(a[c]);
|
|
48687
48697
|
b.addItem(g, a[c]);
|
|
48688
48698
|
}
|
|
48689
48699
|
}
|
|
@@ -48711,31 +48721,31 @@
|
|
|
48711
48721
|
}
|
|
48712
48722
|
return i;
|
|
48713
48723
|
};
|
|
48714
|
-
XamDataLegend.prototype.
|
|
48715
|
-
if (this.
|
|
48724
|
+
XamDataLegend.prototype.ct = function (a) {
|
|
48725
|
+
if (this.cb == null) {
|
|
48716
48726
|
return a.index;
|
|
48717
48727
|
}
|
|
48718
48728
|
var b = a.dataLegendKey;
|
|
48719
|
-
if (this.
|
|
48720
|
-
return this.
|
|
48729
|
+
if (this.cb.containsKey(b)) {
|
|
48730
|
+
return this.cb.item(b);
|
|
48721
48731
|
}
|
|
48722
48732
|
var c = a.index.toString();
|
|
48723
|
-
if (this.
|
|
48724
|
-
return this.
|
|
48733
|
+
if (this.cb.containsKey(c)) {
|
|
48734
|
+
return this.cb.item(c);
|
|
48725
48735
|
}
|
|
48726
48736
|
var d = a.title == null ? null : a.title.toString();
|
|
48727
|
-
if (this.
|
|
48728
|
-
return this.
|
|
48737
|
+
if (this.cb.containsKey(d)) {
|
|
48738
|
+
return this.cb.item(d);
|
|
48729
48739
|
}
|
|
48730
48740
|
return a.index;
|
|
48731
48741
|
};
|
|
48732
|
-
XamDataLegend.prototype.
|
|
48742
|
+
XamDataLegend.prototype.fp = function () {
|
|
48733
48743
|
this.bu = false;
|
|
48734
48744
|
var a = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
48735
48745
|
if (this.ao != null) {
|
|
48736
48746
|
a = new igniteuiWebcomponentsCore.Size(1, this.ao.d, this.ao.c);
|
|
48737
48747
|
}
|
|
48738
|
-
this.
|
|
48748
|
+
this.gf();
|
|
48739
48749
|
var b = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
48740
48750
|
if (this.ao != null) {
|
|
48741
48751
|
b = new igniteuiWebcomponentsCore.Size(1, this.ao.d, this.ao.c);
|
|
@@ -48743,15 +48753,15 @@
|
|
|
48743
48753
|
if (!a.equals(b)) {
|
|
48744
48754
|
this.a5.am(b.width, b.height);
|
|
48745
48755
|
}
|
|
48746
|
-
this.
|
|
48756
|
+
this.f4(this.ao, this.bv);
|
|
48747
48757
|
};
|
|
48748
|
-
XamDataLegend.prototype.
|
|
48758
|
+
XamDataLegend.prototype.ft = function (message_) {
|
|
48749
48759
|
};
|
|
48750
|
-
XamDataLegend.prototype.
|
|
48760
|
+
XamDataLegend.prototype.f4 = function (a, b) {
|
|
48751
48761
|
var c = new DataLegendRenderContext();
|
|
48752
48762
|
for (var d = 0; d < a.b.count; d++) {
|
|
48753
48763
|
var e = a.b._inner[d];
|
|
48754
|
-
this.
|
|
48764
|
+
this.f6(a, e, c);
|
|
48755
48765
|
}
|
|
48756
48766
|
this.a5.p.count = c.b;
|
|
48757
48767
|
this.a5.q.count = c.c;
|
|
@@ -48762,36 +48772,36 @@
|
|
|
48762
48772
|
this.a5.aq(a);
|
|
48763
48773
|
}
|
|
48764
48774
|
};
|
|
48765
|
-
XamDataLegend.prototype.
|
|
48775
|
+
XamDataLegend.prototype.f6 = function (a, b, c) {
|
|
48766
48776
|
var e_6, _a;
|
|
48767
48777
|
if (b.t.width > 0 && b.t.height > 0 && !b.a && !b.d && b.j) {
|
|
48768
48778
|
var d = this.a5.p.item(c.b);
|
|
48769
48779
|
c.b += 1;
|
|
48770
|
-
this.
|
|
48780
|
+
this.f5(d, a, b, c);
|
|
48771
48781
|
}
|
|
48772
48782
|
this.a5.a9();
|
|
48773
48783
|
if (!b.s.isEmpty && b.s.width > 0 && b.s.height > 0) {
|
|
48774
48784
|
var e = this.a5.q.item(c.c);
|
|
48775
48785
|
c.c += 1;
|
|
48776
|
-
this.
|
|
48786
|
+
this.f7(e, b.n, b.q, b.i, b.s);
|
|
48777
48787
|
}
|
|
48778
48788
|
try {
|
|
48779
48789
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(b.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
48780
48790
|
var f = _c.value;
|
|
48781
|
-
if (!f.
|
|
48791
|
+
if (!f.ae.isEmpty && f.q()) {
|
|
48782
48792
|
var g = this.a5.s.item(c.e);
|
|
48783
48793
|
c.e += 1;
|
|
48784
|
-
this.
|
|
48794
|
+
this.f7(g, f.x, f.ab, f.i, f.ae);
|
|
48785
48795
|
}
|
|
48786
|
-
if (!f.
|
|
48796
|
+
if (!f.ad.isEmpty && f.o() && f.m) {
|
|
48787
48797
|
var h = this.a5.r.item(c.d);
|
|
48788
48798
|
c.d += 1;
|
|
48789
|
-
this.
|
|
48799
|
+
this.f7(h, f.u, f.aa, f.h, f.ad);
|
|
48790
48800
|
}
|
|
48791
|
-
if (!f.
|
|
48801
|
+
if (!f.ac.isEmpty && f.l() && f.j) {
|
|
48792
48802
|
var i = this.a5.o.item(c.a);
|
|
48793
48803
|
c.a += 1;
|
|
48794
|
-
this.
|
|
48804
|
+
this.f7(i, f.t, f.z, f.g, f.ac);
|
|
48795
48805
|
}
|
|
48796
48806
|
}
|
|
48797
48807
|
}
|
|
@@ -48810,28 +48820,34 @@
|
|
|
48810
48820
|
}
|
|
48811
48821
|
this.a5.an();
|
|
48812
48822
|
};
|
|
48813
|
-
XamDataLegend.prototype.
|
|
48823
|
+
XamDataLegend.prototype.f7 = function (a, b, c, d, e) {
|
|
48814
48824
|
a.al = b;
|
|
48815
48825
|
this.a5.a8(a, e.left, e.top);
|
|
48816
48826
|
this.a5.ao(a, d);
|
|
48817
48827
|
this.a5.ap(a, d);
|
|
48818
48828
|
a.ao = c;
|
|
48819
48829
|
};
|
|
48820
|
-
XamDataLegend.prototype.
|
|
48830
|
+
XamDataLegend.prototype.f5 = function (a, b, c, d) {
|
|
48821
48831
|
a.ah = c.p;
|
|
48822
48832
|
a.content = c.l;
|
|
48823
48833
|
a.width = c.t.width;
|
|
48824
48834
|
a.height = c.t.height;
|
|
48825
48835
|
this.a5.a8(a, c.r.left, c.r.top);
|
|
48826
48836
|
};
|
|
48827
|
-
XamDataLegend.prototype.
|
|
48837
|
+
XamDataLegend.prototype.by = function (a, b) {
|
|
48838
|
+
if (b == null) {
|
|
48839
|
+
return false;
|
|
48840
|
+
}
|
|
48841
|
+
return a.containsKey(b);
|
|
48842
|
+
};
|
|
48843
|
+
XamDataLegend.prototype.fs = function (a) {
|
|
48828
48844
|
var e_7, _a;
|
|
48829
|
-
if (this.
|
|
48845
|
+
if (this.bz()) {
|
|
48830
48846
|
this.ao.f();
|
|
48831
|
-
this.
|
|
48832
|
-
this.
|
|
48833
|
-
this.
|
|
48834
|
-
this.
|
|
48847
|
+
this.cd = a;
|
|
48848
|
+
this.ce.clear();
|
|
48849
|
+
this.cs = 0;
|
|
48850
|
+
this.b7.clear();
|
|
48835
48851
|
}
|
|
48836
48852
|
else {
|
|
48837
48853
|
return;
|
|
@@ -48839,46 +48855,46 @@
|
|
|
48839
48855
|
for (var b = 0; b < a.count; b++) {
|
|
48840
48856
|
var c = a._inner[b];
|
|
48841
48857
|
var d = b;
|
|
48842
|
-
var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.DataLegendSeriesContext.$, c.getDataLegendSeriesContextAt(this.
|
|
48858
|
+
var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.DataLegendSeriesContext.$, c.getDataLegendSeriesContextAt(this.cm, this.cn));
|
|
48843
48859
|
if (e != null) {
|
|
48844
48860
|
var f = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
48845
48861
|
for (var g = 0; g < e.f.count; g++) {
|
|
48846
48862
|
var h = e.f._inner[g];
|
|
48847
|
-
var i = this.
|
|
48848
|
-
var j = this.
|
|
48849
|
-
var k = this.
|
|
48863
|
+
var i = this.b9 == null || this.by(this.b9, h.q) || this.by(this.b9, h.p) || this.by(this.b9, h.r) || this.by(this.b9, "ALL");
|
|
48864
|
+
var j = this.b8 != null && (this.by(this.b8, h.q) || this.by(this.b8, h.p) || this.by(this.b8, h.r) || this.by(this.b8, "ALL"));
|
|
48865
|
+
var k = this.b9 == null && this.b8 == null && h.k;
|
|
48850
48866
|
if (i && (!j && !k)) {
|
|
48851
48867
|
h.o = f.count;
|
|
48852
48868
|
f.add(h);
|
|
48853
|
-
if (!this.
|
|
48854
|
-
this.
|
|
48869
|
+
if (!this.b7.containsKey(h.o)) {
|
|
48870
|
+
this.b7.addItem(h.o, new DataLegendColumn());
|
|
48855
48871
|
}
|
|
48856
|
-
this.
|
|
48857
|
-
this.
|
|
48858
|
-
this.
|
|
48859
|
-
this.
|
|
48860
|
-
this.
|
|
48861
|
-
this.
|
|
48872
|
+
this.b7.item(h.o).i = h.o;
|
|
48873
|
+
this.b7.item(h.o).d.q(d, h.s);
|
|
48874
|
+
this.b7.item(h.o).b.q(d, h.r);
|
|
48875
|
+
this.b7.item(h.o).e.q(d, h.l);
|
|
48876
|
+
this.b7.item(h.o).c.q(d, h);
|
|
48877
|
+
this.b7.item(h.o).h.add(d);
|
|
48862
48878
|
}
|
|
48863
48879
|
}
|
|
48864
48880
|
e.f = f;
|
|
48865
|
-
this.
|
|
48866
|
-
this.
|
|
48881
|
+
this.ce.add(e);
|
|
48882
|
+
this.cs = Math.max(this.cs, e.f.count);
|
|
48867
48883
|
}
|
|
48868
48884
|
}
|
|
48869
48885
|
try {
|
|
48870
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
48886
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.b7.values)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
48871
48887
|
var l = _c.value;
|
|
48872
48888
|
l.f.clear();
|
|
48873
48889
|
l.a.clear();
|
|
48874
48890
|
var m = l.e.p(l.h);
|
|
48875
|
-
var n = this.
|
|
48891
|
+
var n = this.cf(m);
|
|
48876
48892
|
for (var o = 0; o < n.count; o++) {
|
|
48877
48893
|
var p = n._inner[o];
|
|
48878
48894
|
var q = l.h._inner[o];
|
|
48879
48895
|
l.a.q(q, p);
|
|
48880
48896
|
var r = l.c.item(q);
|
|
48881
|
-
var s = this.
|
|
48897
|
+
var s = this.d2(p, r);
|
|
48882
48898
|
l.f.q(q, s);
|
|
48883
48899
|
var t = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(p.l);
|
|
48884
48900
|
if (t) {
|
|
@@ -48900,16 +48916,16 @@
|
|
|
48900
48916
|
throw e_7.error;
|
|
48901
48917
|
}
|
|
48902
48918
|
}
|
|
48903
|
-
this.
|
|
48919
|
+
this.fi(this.ao, a);
|
|
48904
48920
|
for (var u = 0; u < a.count; u++) {
|
|
48905
|
-
this.
|
|
48906
|
-
this.
|
|
48921
|
+
this.ge(a._inner[u], this.a8);
|
|
48922
|
+
this.fj(this.ao, a._inner[u], u);
|
|
48907
48923
|
}
|
|
48908
|
-
this.
|
|
48909
|
-
this.bw = this.
|
|
48910
|
-
this.
|
|
48924
|
+
this.fk(this.ao, a);
|
|
48925
|
+
this.bw = this.b2();
|
|
48926
|
+
this.fm(this.ao);
|
|
48911
48927
|
};
|
|
48912
|
-
XamDataLegend.prototype.
|
|
48928
|
+
XamDataLegend.prototype.b2 = function () {
|
|
48913
48929
|
var a = false;
|
|
48914
48930
|
for (var b = 0; b < this.ao.b.count; b++) {
|
|
48915
48931
|
var c = this.ao.b._inner[b];
|
|
@@ -48920,13 +48936,13 @@
|
|
|
48920
48936
|
}
|
|
48921
48937
|
return a;
|
|
48922
48938
|
};
|
|
48923
|
-
XamDataLegend.prototype.
|
|
48939
|
+
XamDataLegend.prototype.fm = function (a) {
|
|
48924
48940
|
var e_8, _a;
|
|
48925
48941
|
var b = 0;
|
|
48926
48942
|
var c = 0;
|
|
48927
48943
|
for (var d = 0; d < a.b.count; d++) {
|
|
48928
48944
|
var e = a.b._inner[d];
|
|
48929
|
-
this.
|
|
48945
|
+
this.fu(e);
|
|
48930
48946
|
}
|
|
48931
48947
|
var f = 0;
|
|
48932
48948
|
var g = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
@@ -48942,15 +48958,15 @@
|
|
|
48942
48958
|
if (!i.containsKey(m)) {
|
|
48943
48959
|
i.addItem(m, new igniteuiWebcomponentsCore.Size(1, 0, 0));
|
|
48944
48960
|
}
|
|
48945
|
-
i.item(m, this.
|
|
48961
|
+
i.item(m, this.ih(i.item(m), n.ak, n.an));
|
|
48946
48962
|
if (!j.containsKey(m)) {
|
|
48947
48963
|
j.addItem(m, new igniteuiWebcomponentsCore.Size(1, 0, 0));
|
|
48948
48964
|
}
|
|
48949
|
-
j.item(m, this.
|
|
48965
|
+
j.item(m, this.ih(j.item(m), n.ai, n.am));
|
|
48950
48966
|
if (!k.containsKey(m)) {
|
|
48951
48967
|
k.addItem(m, new igniteuiWebcomponentsCore.Size(1, 0, 0));
|
|
48952
48968
|
}
|
|
48953
|
-
k.item(m, this.
|
|
48969
|
+
k.item(m, this.ih(k.item(m), n.ag, n.al));
|
|
48954
48970
|
}
|
|
48955
48971
|
}
|
|
48956
48972
|
}
|
|
@@ -48969,12 +48985,12 @@
|
|
|
48969
48985
|
}
|
|
48970
48986
|
for (var o = 0; o < a.b.count; o++) {
|
|
48971
48987
|
var p = a.b._inner[o];
|
|
48972
|
-
h = this.
|
|
48973
|
-
g = this.
|
|
48988
|
+
h = this.ig(h, p.t, p.v);
|
|
48989
|
+
g = this.ih(g, p.u, p.x);
|
|
48974
48990
|
for (var q = 0; q < p.k.count; q++) {
|
|
48975
|
-
p.k._inner[q].
|
|
48976
|
-
p.k._inner[q].
|
|
48977
|
-
p.k._inner[q].
|
|
48991
|
+
p.k._inner[q].aj = i.item(q);
|
|
48992
|
+
p.k._inner[q].ah = j.item(q);
|
|
48993
|
+
p.k._inner[q].af = k.item(q);
|
|
48978
48994
|
}
|
|
48979
48995
|
if (p.d) {
|
|
48980
48996
|
var r = p.u.width + p.x.left + p.x.right;
|
|
@@ -48990,7 +49006,7 @@
|
|
|
48990
49006
|
var v = 0;
|
|
48991
49007
|
for (var w = 0; w < a.b.count; w++) {
|
|
48992
49008
|
var x = a.b._inner[w];
|
|
48993
|
-
var y = this.
|
|
49009
|
+
var y = this.id(v, x, f, g, h);
|
|
48994
49010
|
v = y.height;
|
|
48995
49011
|
u = Math.max(u, y.width);
|
|
48996
49012
|
}
|
|
@@ -48999,13 +49015,13 @@
|
|
|
48999
49015
|
a.d = b;
|
|
49000
49016
|
a.c = c;
|
|
49001
49017
|
};
|
|
49002
|
-
XamDataLegend.prototype.
|
|
49018
|
+
XamDataLegend.prototype.ig = function (a, b, c) {
|
|
49003
49019
|
return new igniteuiWebcomponentsCore.Size(1, Math.max(a.width, b.width + c.left + c.right), Math.max(a.height, b.height + c.top + c.bottom));
|
|
49004
49020
|
};
|
|
49005
|
-
XamDataLegend.prototype.
|
|
49021
|
+
XamDataLegend.prototype.ih = function (a, b, c) {
|
|
49006
49022
|
return new igniteuiWebcomponentsCore.Size(1, Math.max(a.width, b.width + c.left + c.right), Math.max(a.height, b.height + c.top + c.bottom));
|
|
49007
49023
|
};
|
|
49008
|
-
XamDataLegend.prototype.
|
|
49024
|
+
XamDataLegend.prototype.id = function (a, b, c, d, e) {
|
|
49009
49025
|
var e_9, _a, e_10, _b;
|
|
49010
49026
|
var f = 0;
|
|
49011
49027
|
var g = 0;
|
|
@@ -49014,12 +49030,12 @@
|
|
|
49014
49030
|
try {
|
|
49015
49031
|
for (var _c = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(b.k)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
49016
49032
|
var h = _d.value;
|
|
49017
|
-
g = Math.max(h.
|
|
49033
|
+
g = Math.max(h.ak.height, g);
|
|
49018
49034
|
if (h.m) {
|
|
49019
|
-
g = Math.max(h.
|
|
49035
|
+
g = Math.max(h.ai.height, g);
|
|
49020
49036
|
}
|
|
49021
49037
|
if (h.j) {
|
|
49022
|
-
g = Math.max(h.
|
|
49038
|
+
g = Math.max(h.ag.height, g);
|
|
49023
49039
|
}
|
|
49024
49040
|
}
|
|
49025
49041
|
}
|
|
@@ -49061,39 +49077,39 @@
|
|
|
49061
49077
|
for (var _e = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(b.k)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
49062
49078
|
var k = _f.value;
|
|
49063
49079
|
var l = " C=" + k.s + " SR=" + igniteuiWebcomponentsCore.numberToString2(f, "000");
|
|
49064
|
-
if ((k.l() && k.j) && k.
|
|
49080
|
+
if ((k.l() && k.j) && k.af.width > 0) {
|
|
49065
49081
|
var m = 0;
|
|
49066
|
-
if (g > k.
|
|
49067
|
-
m = (g - k.
|
|
49082
|
+
if (g > k.ag.height) {
|
|
49083
|
+
m = (g - k.ag.height) / 2;
|
|
49068
49084
|
}
|
|
49069
|
-
k.
|
|
49070
|
-
f += k.
|
|
49071
|
-
l += " label L=" + igniteuiWebcomponentsCore.numberToString2(k.
|
|
49085
|
+
k.ac = new igniteuiWebcomponentsCore.Rect(0, f + k.al.left, a + m, k.ag.width, k.ag.height);
|
|
49086
|
+
f += k.af.width;
|
|
49087
|
+
l += " label L=" + igniteuiWebcomponentsCore.numberToString2(k.ac.left, "000") + " R=" + igniteuiWebcomponentsCore.numberToString2(k.ac.right, "000");
|
|
49072
49088
|
}
|
|
49073
49089
|
if (k.q()) {
|
|
49074
|
-
l += " v MW=" + igniteuiWebcomponentsCore.numberToString2(k.
|
|
49075
|
-
f += k.
|
|
49076
|
-
f += (k.
|
|
49090
|
+
l += " v MW=" + igniteuiWebcomponentsCore.numberToString2(k.aj.width, "000");
|
|
49091
|
+
f += k.an.left;
|
|
49092
|
+
f += (k.aj.width - (k.ak.width + k.an.right));
|
|
49077
49093
|
var n = 0;
|
|
49078
|
-
if (g > k.
|
|
49079
|
-
n = (g - k.
|
|
49094
|
+
if (g > k.ak.height) {
|
|
49095
|
+
n = (g - k.ak.height) / 2;
|
|
49080
49096
|
}
|
|
49081
|
-
k.
|
|
49082
|
-
l += " v ML=" + igniteuiWebcomponentsCore.numberToString2(k.
|
|
49083
|
-
l += " v BL=" + igniteuiWebcomponentsCore.numberToString2(k.
|
|
49084
|
-
f += k.
|
|
49085
|
-
f += k.
|
|
49097
|
+
k.ae = new igniteuiWebcomponentsCore.Rect(0, f, a + n, k.ak.width, k.ak.height);
|
|
49098
|
+
l += " v ML=" + igniteuiWebcomponentsCore.numberToString2(k.an.left, "00") + " MR=" + igniteuiWebcomponentsCore.numberToString2(k.an.right, "00");
|
|
49099
|
+
l += " v BL=" + igniteuiWebcomponentsCore.numberToString2(k.ae.left, "000") + " BR=" + igniteuiWebcomponentsCore.numberToString2(k.ae.right, "000");
|
|
49100
|
+
f += k.ae.width;
|
|
49101
|
+
f += k.an.right;
|
|
49086
49102
|
}
|
|
49087
|
-
if ((k.o() && k.m) && k.
|
|
49103
|
+
if ((k.o() && k.m) && k.ah.width > 0) {
|
|
49088
49104
|
var o = 0;
|
|
49089
|
-
if (g > k.
|
|
49090
|
-
o = (g - k.
|
|
49105
|
+
if (g > k.ai.height) {
|
|
49106
|
+
o = (g - k.ai.height) / 2;
|
|
49091
49107
|
}
|
|
49092
|
-
k.
|
|
49093
|
-
f += k.
|
|
49094
|
-
l += " unit L=" + igniteuiWebcomponentsCore.numberToString2(k.
|
|
49108
|
+
k.ad = new igniteuiWebcomponentsCore.Rect(0, f + k.am.left, a + o, k.ai.width, k.ai.height);
|
|
49109
|
+
f += k.ah.width;
|
|
49110
|
+
l += " unit L=" + igniteuiWebcomponentsCore.numberToString2(k.ad.left, "000") + " R=" + igniteuiWebcomponentsCore.numberToString2(k.ad.right, "000");
|
|
49095
49111
|
}
|
|
49096
|
-
this.
|
|
49112
|
+
this.ft("maxRight " + igniteuiWebcomponentsCore.numberToString2(c, "0") + l);
|
|
49097
49113
|
}
|
|
49098
49114
|
}
|
|
49099
49115
|
catch (e_10_1) {
|
|
@@ -49114,15 +49130,15 @@
|
|
|
49114
49130
|
a += b.w.bottom;
|
|
49115
49131
|
return new igniteuiWebcomponentsCore.Size(1, f, a);
|
|
49116
49132
|
};
|
|
49117
|
-
XamDataLegend.prototype.
|
|
49133
|
+
XamDataLegend.prototype.fu = function (a) {
|
|
49118
49134
|
var e_11, _a;
|
|
49119
49135
|
a.u = a.n == null ? new igniteuiWebcomponentsCore.Size(1, 0, 0) : this.a5.bu(a.n, a.i);
|
|
49120
49136
|
try {
|
|
49121
49137
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(a.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
49122
49138
|
var b = _c.value;
|
|
49123
|
-
b.
|
|
49124
|
-
b.
|
|
49125
|
-
b.
|
|
49139
|
+
b.ak = b.x == null ? new igniteuiWebcomponentsCore.Size(1, 0, 0) : this.a5.bu(b.x, b.i);
|
|
49140
|
+
b.ai = b.u == null ? new igniteuiWebcomponentsCore.Size(1, 0, 0) : this.a5.bu(b.u, b.h);
|
|
49141
|
+
b.ag = b.t == null ? new igniteuiWebcomponentsCore.Size(1, 0, 0) : this.a5.bu(b.t, b.g);
|
|
49126
49142
|
}
|
|
49127
49143
|
}
|
|
49128
49144
|
catch (e_11_1) {
|
|
@@ -49139,16 +49155,16 @@
|
|
|
49139
49155
|
}
|
|
49140
49156
|
}
|
|
49141
49157
|
};
|
|
49142
|
-
XamDataLegend.prototype.
|
|
49158
|
+
XamDataLegend.prototype.d1 = function (a, b, c, d) {
|
|
49143
49159
|
if (this.a2 == 2) {
|
|
49144
49160
|
return null;
|
|
49145
49161
|
}
|
|
49146
49162
|
var e = "";
|
|
49147
|
-
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
49163
|
+
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.es)) {
|
|
49148
49164
|
e = b;
|
|
49149
49165
|
}
|
|
49150
49166
|
else {
|
|
49151
|
-
e = this.
|
|
49167
|
+
e = this.es;
|
|
49152
49168
|
}
|
|
49153
49169
|
if (d) {
|
|
49154
49170
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(e)) {
|
|
@@ -49158,8 +49174,8 @@
|
|
|
49158
49174
|
e = c + e;
|
|
49159
49175
|
}
|
|
49160
49176
|
}
|
|
49161
|
-
var f = this.
|
|
49162
|
-
var g = this.
|
|
49177
|
+
var f = this.b7.item(a).d;
|
|
49178
|
+
var g = this.b7.item(a).g;
|
|
49163
49179
|
if (g && igniteuiWebcomponentsCore.stringIsNullOrEmpty(e)) {
|
|
49164
49180
|
e = " ";
|
|
49165
49181
|
}
|
|
@@ -49171,13 +49187,13 @@
|
|
|
49171
49187
|
}
|
|
49172
49188
|
return e;
|
|
49173
49189
|
};
|
|
49174
|
-
XamDataLegend.prototype.
|
|
49190
|
+
XamDataLegend.prototype.dy = function (a, b, c) {
|
|
49175
49191
|
if (this.ar == 2) {
|
|
49176
49192
|
return null;
|
|
49177
49193
|
}
|
|
49178
|
-
var d = this.
|
|
49194
|
+
var d = this.cs > 1;
|
|
49179
49195
|
var e = this.ar == 1;
|
|
49180
|
-
var f = this.
|
|
49196
|
+
var f = this.b7.item(a).b.count > 0;
|
|
49181
49197
|
if (f && (d || e)) {
|
|
49182
49198
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b)) {
|
|
49183
49199
|
return " ";
|
|
@@ -49188,7 +49204,7 @@
|
|
|
49188
49204
|
}
|
|
49189
49205
|
return null;
|
|
49190
49206
|
};
|
|
49191
|
-
XamDataLegend.prototype.
|
|
49207
|
+
XamDataLegend.prototype.fk = function (a, b) {
|
|
49192
49208
|
var e_12, _a, e_13, _b;
|
|
49193
49209
|
if (this.a1 == 5) {
|
|
49194
49210
|
return;
|
|
@@ -49200,7 +49216,7 @@
|
|
|
49200
49216
|
var d = 0;
|
|
49201
49217
|
var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesGroup_$type, 0);
|
|
49202
49218
|
try {
|
|
49203
|
-
for (var _c = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
49219
|
+
for (var _c = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.ce)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
49204
49220
|
var f = _d.value;
|
|
49205
49221
|
d = Math.max(d, f.f.count);
|
|
49206
49222
|
if (!e.contains(f.b)) {
|
|
@@ -49219,13 +49235,10 @@
|
|
|
49219
49235
|
i.f = h.f;
|
|
49220
49236
|
i.f = h.g;
|
|
49221
49237
|
i.d = h.d;
|
|
49222
|
-
i.
|
|
49223
|
-
i.
|
|
49224
|
-
i.ag(h.q);
|
|
49238
|
+
i.y = h.y;
|
|
49239
|
+
i.aj(h.l);
|
|
49225
49240
|
i.ah(h.r);
|
|
49226
|
-
|
|
49227
|
-
i.t = h.t;
|
|
49228
|
-
}
|
|
49241
|
+
i.ai(h.s);
|
|
49229
49242
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(i.u)) {
|
|
49230
49243
|
i.u = h.u;
|
|
49231
49244
|
}
|
|
@@ -49235,6 +49248,12 @@
|
|
|
49235
49248
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(i.w)) {
|
|
49236
49249
|
i.w = h.w;
|
|
49237
49250
|
}
|
|
49251
|
+
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(i.x)) {
|
|
49252
|
+
i.x = h.x;
|
|
49253
|
+
}
|
|
49254
|
+
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(i.q)) {
|
|
49255
|
+
i.q = h.q;
|
|
49256
|
+
}
|
|
49238
49257
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(i.p)) {
|
|
49239
49258
|
i.p = h.p;
|
|
49240
49259
|
}
|
|
@@ -49264,18 +49283,18 @@
|
|
|
49264
49283
|
}
|
|
49265
49284
|
var j = this.a6();
|
|
49266
49285
|
var k = new DataLegendRowInfo(this.a5, true, false, -1);
|
|
49267
|
-
k.n = this.
|
|
49268
|
-
k.q = this.
|
|
49286
|
+
k.n = this.d9 != null ? this.d9 : j.title;
|
|
49287
|
+
k.q = this.h5 || k.q;
|
|
49269
49288
|
k.i = this.bo || k.i;
|
|
49270
49289
|
for (var l = 0; l < d; l++) {
|
|
49271
49290
|
var m = c.item(l);
|
|
49272
|
-
var n = j.calculate(m.
|
|
49291
|
+
var n = j.calculate(m.ab, m.q);
|
|
49273
49292
|
n = this.a0(n);
|
|
49274
49293
|
var o = this.an;
|
|
49275
49294
|
var p = o == 0 || o == 2 || o == 8;
|
|
49276
49295
|
var q = -1;
|
|
49277
49296
|
try {
|
|
49278
|
-
for (var _e = (e_13 = void 0, tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
49297
|
+
for (var _e = (e_13 = void 0, tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.b7.item(l).a.values))), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
49279
49298
|
var r = _f.value;
|
|
49280
49299
|
if (r.b()) {
|
|
49281
49300
|
q = Math.max(q, r.h);
|
|
@@ -49298,44 +49317,45 @@
|
|
|
49298
49317
|
throw e_13.error;
|
|
49299
49318
|
}
|
|
49300
49319
|
}
|
|
49301
|
-
var s = this.
|
|
49302
|
-
var t = this.
|
|
49320
|
+
var s = this.cv >= 0 ? this.cv : q;
|
|
49321
|
+
var t = this.cu >= 0 ? this.cu : q;
|
|
49303
49322
|
var u = this.am(n.c, o, s, t);
|
|
49304
49323
|
u.i = s;
|
|
49305
49324
|
u.h = t;
|
|
49306
|
-
var v = this.
|
|
49325
|
+
var v = this.d2(u, m);
|
|
49307
49326
|
var w = new DataLegendRowCell(this.a5, true, false, -1);
|
|
49308
49327
|
w.s = k.k.count;
|
|
49309
|
-
w.t = this.
|
|
49310
|
-
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
49311
|
-
w.t = this.
|
|
49328
|
+
w.t = this.dy(w.s, " ", m.b);
|
|
49329
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.d4)) {
|
|
49330
|
+
w.t = this.d4;
|
|
49312
49331
|
}
|
|
49313
49332
|
if (n.e != null) {
|
|
49314
49333
|
w.t = n.e;
|
|
49315
49334
|
}
|
|
49316
49335
|
w.j = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(w.t);
|
|
49317
|
-
w.
|
|
49336
|
+
w.z = this.h4 || w.z;
|
|
49318
49337
|
w.g = this.bn || w.g;
|
|
49319
|
-
w.
|
|
49338
|
+
w.x = v;
|
|
49320
49339
|
w.i = this.bq || w.i;
|
|
49321
|
-
w.
|
|
49340
|
+
w.ab = this.h3(this.h7, w.ab, null);
|
|
49322
49341
|
w.r = n.c;
|
|
49323
49342
|
w.f = u.a;
|
|
49343
|
+
w.w = m.q;
|
|
49324
49344
|
w.v = m.p;
|
|
49325
|
-
var x = m.
|
|
49326
|
-
w.u = this.
|
|
49345
|
+
var x = m.aa.length >= 1 ? m.aa[0] : " ";
|
|
49346
|
+
w.u = this.d1(w.s, x, u.l, m.d);
|
|
49327
49347
|
if (n.f != null) {
|
|
49328
49348
|
w.u = n.f;
|
|
49329
49349
|
}
|
|
49330
49350
|
w.m = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(w.u);
|
|
49331
|
-
w.
|
|
49351
|
+
w.aa = this.h6 || w.aa;
|
|
49332
49352
|
w.h = this.bp || w.h;
|
|
49333
49353
|
k.k.add(w);
|
|
49334
49354
|
}
|
|
49335
|
-
this.
|
|
49355
|
+
this.gc(k);
|
|
49336
49356
|
if (k.b) {
|
|
49337
|
-
this.
|
|
49338
|
-
this.
|
|
49357
|
+
this.fl(k);
|
|
49358
|
+
this.f0(k);
|
|
49339
49359
|
a.e(k);
|
|
49340
49360
|
}
|
|
49341
49361
|
};
|
|
@@ -49344,37 +49364,37 @@
|
|
|
49344
49364
|
b = this.an;
|
|
49345
49365
|
}
|
|
49346
49366
|
if (d < 0) {
|
|
49347
|
-
d = this.
|
|
49367
|
+
d = this.cu;
|
|
49348
49368
|
}
|
|
49349
49369
|
if (c < 0) {
|
|
49350
|
-
c = this.
|
|
49370
|
+
c = this.cv;
|
|
49351
49371
|
}
|
|
49352
49372
|
return DataAbbreviator.a(a, b, c, d);
|
|
49353
49373
|
};
|
|
49354
|
-
XamDataLegend.prototype.
|
|
49374
|
+
XamDataLegend.prototype.cr = function (a, b, c, d) {
|
|
49355
49375
|
return this.am(a, b, c, d).d;
|
|
49356
49376
|
};
|
|
49357
|
-
XamDataLegend.prototype.
|
|
49377
|
+
XamDataLegend.prototype.c8 = function (a, b, c, d) {
|
|
49358
49378
|
return this.am(a, b, c, d).l;
|
|
49359
49379
|
};
|
|
49360
|
-
XamDataLegend.prototype.
|
|
49380
|
+
XamDataLegend.prototype.c7 = function (a, b, c, d) {
|
|
49361
49381
|
var e = this.am(a, b, c, d);
|
|
49362
49382
|
return e.m + e.l;
|
|
49363
49383
|
};
|
|
49364
|
-
XamDataLegend.prototype.
|
|
49365
|
-
var b = this.
|
|
49366
|
-
var c = this.
|
|
49384
|
+
XamDataLegend.prototype.cf = function (a) {
|
|
49385
|
+
var b = this.cv;
|
|
49386
|
+
var c = this.cu;
|
|
49367
49387
|
var d = this.an;
|
|
49368
49388
|
var e = DataAbbreviator.h(a, d, b, c);
|
|
49369
49389
|
return e;
|
|
49370
49390
|
};
|
|
49371
|
-
XamDataLegend.prototype.
|
|
49391
|
+
XamDataLegend.prototype.ch = function (a) {
|
|
49372
49392
|
var b = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Number_$type, 0);
|
|
49373
49393
|
if (a < 0) {
|
|
49374
49394
|
return b;
|
|
49375
49395
|
}
|
|
49376
|
-
for (var c = 0; c < this.
|
|
49377
|
-
var d = this.
|
|
49396
|
+
for (var c = 0; c < this.ce.count; c++) {
|
|
49397
|
+
var d = this.ce._inner[c];
|
|
49378
49398
|
if (d.f.count > a) {
|
|
49379
49399
|
var e = d.f._inner[a].l;
|
|
49380
49400
|
if (!igniteuiWebcomponentsCore.isNaN_(e)) {
|
|
@@ -49384,24 +49404,24 @@
|
|
|
49384
49404
|
}
|
|
49385
49405
|
return b;
|
|
49386
49406
|
};
|
|
49387
|
-
XamDataLegend.prototype.
|
|
49407
|
+
XamDataLegend.prototype.fl = function (a) {
|
|
49388
49408
|
};
|
|
49389
|
-
XamDataLegend.prototype.
|
|
49409
|
+
XamDataLegend.prototype.h3 = function (a, b, c) {
|
|
49390
49410
|
if (a != null) {
|
|
49391
49411
|
return a;
|
|
49392
49412
|
}
|
|
49393
|
-
if (this.
|
|
49413
|
+
if (this.b6 && c != null) {
|
|
49394
49414
|
return c;
|
|
49395
49415
|
}
|
|
49396
49416
|
return b;
|
|
49397
49417
|
};
|
|
49398
|
-
XamDataLegend.prototype.
|
|
49418
|
+
XamDataLegend.prototype.dz = function (a, b) {
|
|
49399
49419
|
return igniteuiWebcomponentsCore.stringIsNullOrEmpty(a) ? b : a;
|
|
49400
49420
|
};
|
|
49401
|
-
XamDataLegend.prototype.
|
|
49421
|
+
XamDataLegend.prototype.d2 = function (a, b) {
|
|
49402
49422
|
var c = a.d;
|
|
49403
49423
|
if (b == null || igniteuiWebcomponentsCore.isNaN_(c) || igniteuiWebcomponentsCore.isInfinity(c)) {
|
|
49404
|
-
return this.
|
|
49424
|
+
return this.ff;
|
|
49405
49425
|
}
|
|
49406
49426
|
var d;
|
|
49407
49427
|
var e = b.d ? a.d : a.g;
|
|
@@ -49414,23 +49434,23 @@
|
|
|
49414
49434
|
f = 1;
|
|
49415
49435
|
}
|
|
49416
49436
|
var g = new igniteuiWebcomponentsCore.NumberFormatSpecifier();
|
|
49417
|
-
g.useGrouping = this.
|
|
49418
|
-
g.locale = this.
|
|
49419
|
-
g.currencyCode = this.
|
|
49437
|
+
g.useGrouping = this.b4;
|
|
49438
|
+
g.locale = this.dz(this.ey, null);
|
|
49439
|
+
g.currencyCode = this.e0;
|
|
49420
49440
|
if (b.d) {
|
|
49421
49441
|
g.minimumFractionDigits = a.i;
|
|
49422
49442
|
g.maximumFractionDigits = a.h;
|
|
49423
49443
|
if (b.n >= 0 && b.n > a.i) {
|
|
49424
49444
|
g.minimumFractionDigits = b.n;
|
|
49425
49445
|
}
|
|
49426
|
-
else if (this.
|
|
49427
|
-
g.minimumFractionDigits = this.
|
|
49446
|
+
else if (this.cv >= 0) {
|
|
49447
|
+
g.minimumFractionDigits = this.cv;
|
|
49428
49448
|
}
|
|
49429
49449
|
if (b.m >= 0 && b.m > a.h) {
|
|
49430
49450
|
g.maximumFractionDigits = b.m;
|
|
49431
49451
|
}
|
|
49432
|
-
else if (this.
|
|
49433
|
-
g.maximumFractionDigits = this.
|
|
49452
|
+
else if (this.cu >= 0) {
|
|
49453
|
+
g.maximumFractionDigits = this.cu;
|
|
49434
49454
|
}
|
|
49435
49455
|
}
|
|
49436
49456
|
else {
|
|
@@ -49450,70 +49470,71 @@
|
|
|
49450
49470
|
this.al.d = [g];
|
|
49451
49471
|
d = this.al.i(e);
|
|
49452
49472
|
if (e > 0) {
|
|
49453
|
-
d = b.
|
|
49473
|
+
d = b.w + d;
|
|
49454
49474
|
}
|
|
49455
49475
|
else if (e < 0) {
|
|
49456
|
-
d = b.
|
|
49476
|
+
d = b.u + d;
|
|
49457
49477
|
}
|
|
49458
49478
|
if (e >= 0) {
|
|
49459
|
-
d += b.
|
|
49479
|
+
d += b.x;
|
|
49460
49480
|
}
|
|
49461
49481
|
else {
|
|
49462
|
-
d += b.
|
|
49482
|
+
d += b.v;
|
|
49463
49483
|
}
|
|
49464
49484
|
}
|
|
49465
49485
|
return d;
|
|
49466
49486
|
};
|
|
49467
|
-
XamDataLegend.prototype.
|
|
49468
|
-
if (this.
|
|
49487
|
+
XamDataLegend.prototype.fj = function (a, b, c) {
|
|
49488
|
+
if (this.b5 == false) {
|
|
49469
49489
|
return;
|
|
49470
49490
|
}
|
|
49471
|
-
var d = this.
|
|
49472
|
-
var e = this.
|
|
49491
|
+
var d = this.ce._inner[c];
|
|
49492
|
+
var e = this.d0(b);
|
|
49473
49493
|
var f = new DataLegendRowInfo(this.a5, false, false, c);
|
|
49474
49494
|
f.f = d.a();
|
|
49475
49495
|
f.m = e;
|
|
49476
49496
|
f.n = e;
|
|
49477
|
-
f.q = this.
|
|
49497
|
+
f.q = this.h8 || f.q;
|
|
49478
49498
|
f.i = this.br || f.i;
|
|
49479
49499
|
for (var g = 0; g < d.f.count; g++) {
|
|
49480
49500
|
var h = d.f._inner[g];
|
|
49481
|
-
var i = this.
|
|
49482
|
-
var j = this.
|
|
49501
|
+
var i = this.b7.item(g).a.item(c);
|
|
49502
|
+
var j = this.b7.item(g).f.item(c);
|
|
49483
49503
|
var k = new DataLegendRowCell(this.a5, false, false, c);
|
|
49484
49504
|
k.s = f.k.count;
|
|
49485
49505
|
k.i = this.bt || k.i;
|
|
49486
|
-
k.
|
|
49487
|
-
k.
|
|
49506
|
+
k.x = j;
|
|
49507
|
+
k.ab = this.h3(this.ia, k.ab, h.y);
|
|
49508
|
+
k.w = h.q;
|
|
49488
49509
|
k.v = h.p;
|
|
49489
49510
|
k.r = h.l;
|
|
49490
49511
|
k.f = i.a;
|
|
49491
|
-
k.u = this.
|
|
49512
|
+
k.u = this.d1(k.s, h.s, i.l, h.d);
|
|
49492
49513
|
k.m = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(k.u);
|
|
49493
|
-
k.
|
|
49514
|
+
k.aa = this.h9 || k.aa;
|
|
49494
49515
|
k.h = this.bs || k.h;
|
|
49495
|
-
k.t = this.
|
|
49516
|
+
k.t = this.dy(k.s, h.r, h.b);
|
|
49496
49517
|
k.j = !igniteuiWebcomponentsCore.stringIsNullOrEmpty(k.t);
|
|
49497
|
-
k.
|
|
49518
|
+
k.z = this.h2 || k.z;
|
|
49498
49519
|
k.g = this.bm || k.g;
|
|
49499
49520
|
f.k.add(k);
|
|
49500
49521
|
}
|
|
49501
49522
|
f.h = this.a9(b);
|
|
49502
|
-
this.
|
|
49503
|
-
this.
|
|
49504
|
-
this.
|
|
49523
|
+
this.fl(f);
|
|
49524
|
+
this.f0(f);
|
|
49525
|
+
this.gb(f);
|
|
49505
49526
|
if (f.b) {
|
|
49506
49527
|
if (f.j) {
|
|
49507
|
-
this.
|
|
49508
|
-
var l = this.
|
|
49509
|
-
var m = this.
|
|
49528
|
+
this.ge(b, f.h);
|
|
49529
|
+
var l = this.gi(b);
|
|
49530
|
+
var m = this.cx(b);
|
|
49510
49531
|
f.p = l;
|
|
49511
49532
|
f.l = m;
|
|
49512
49533
|
}
|
|
49513
49534
|
a.e(f);
|
|
49514
49535
|
}
|
|
49515
49536
|
};
|
|
49516
|
-
XamDataLegend.prototype.
|
|
49537
|
+
XamDataLegend.prototype.cx = function (a) {
|
|
49517
49538
|
return a.getDataLegendBadgeContext();
|
|
49518
49539
|
};
|
|
49519
49540
|
XamDataLegend.prototype.a9 = function (a) {
|
|
@@ -49522,7 +49543,7 @@
|
|
|
49522
49543
|
}
|
|
49523
49544
|
return a.legendItemBadgeShape;
|
|
49524
49545
|
};
|
|
49525
|
-
XamDataLegend.prototype.
|
|
49546
|
+
XamDataLegend.prototype.ge = function (a, b) {
|
|
49526
49547
|
if (b == 0) {
|
|
49527
49548
|
return;
|
|
49528
49549
|
}
|
|
@@ -49530,41 +49551,41 @@
|
|
|
49530
49551
|
a.legendItemBadgeShape = b;
|
|
49531
49552
|
}
|
|
49532
49553
|
};
|
|
49533
|
-
XamDataLegend.prototype.
|
|
49534
|
-
return !igniteuiWebcomponentsCore.isNaN_(this.
|
|
49554
|
+
XamDataLegend.prototype.bz = function () {
|
|
49555
|
+
return !igniteuiWebcomponentsCore.isNaN_(this.cm) && !igniteuiWebcomponentsCore.isNaN_(this.cn);
|
|
49535
49556
|
};
|
|
49536
|
-
XamDataLegend.prototype.
|
|
49557
|
+
XamDataLegend.prototype.gi = function (a) {
|
|
49537
49558
|
return a.getDataLegendBadge();
|
|
49538
49559
|
};
|
|
49539
|
-
XamDataLegend.prototype.
|
|
49560
|
+
XamDataLegend.prototype.d0 = function (a) {
|
|
49540
49561
|
return a.getDataLegendSeriesTitle();
|
|
49541
49562
|
};
|
|
49542
|
-
XamDataLegend.prototype.
|
|
49543
|
-
if (this.
|
|
49563
|
+
XamDataLegend.prototype.fi = function (a, b) {
|
|
49564
|
+
if (this.b0 == false) {
|
|
49544
49565
|
return;
|
|
49545
49566
|
}
|
|
49546
|
-
var c = this.
|
|
49567
|
+
var c = this.dx(b);
|
|
49547
49568
|
if (c == null) {
|
|
49548
|
-
c = this.
|
|
49569
|
+
c = this.cy;
|
|
49549
49570
|
}
|
|
49550
49571
|
else {
|
|
49551
|
-
this.
|
|
49572
|
+
this.cy = c;
|
|
49552
49573
|
}
|
|
49553
49574
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(c)) {
|
|
49554
49575
|
return;
|
|
49555
49576
|
}
|
|
49556
49577
|
var d = new DataLegendRowInfo(this.a5, false, true, -1);
|
|
49557
49578
|
d.n = c;
|
|
49558
|
-
d.q = this.
|
|
49579
|
+
d.q = this.h1 || d.q;
|
|
49559
49580
|
d.i = this.bl || d.i;
|
|
49560
|
-
this.
|
|
49561
|
-
this.
|
|
49562
|
-
this.
|
|
49581
|
+
this.fl(d);
|
|
49582
|
+
this.f0(d);
|
|
49583
|
+
this.ga(d);
|
|
49563
49584
|
if (d.b) {
|
|
49564
49585
|
a.e(d);
|
|
49565
49586
|
}
|
|
49566
49587
|
};
|
|
49567
|
-
XamDataLegend.prototype.
|
|
49588
|
+
XamDataLegend.prototype.ir = function (a) {
|
|
49568
49589
|
var b = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
49569
49590
|
if (a.top >= 0) {
|
|
49570
49591
|
b.top = a.top;
|
|
@@ -49580,26 +49601,26 @@
|
|
|
49580
49601
|
}
|
|
49581
49602
|
return b;
|
|
49582
49603
|
};
|
|
49583
|
-
XamDataLegend.prototype.
|
|
49604
|
+
XamDataLegend.prototype.f0 = function (a) {
|
|
49584
49605
|
var e_14, _a;
|
|
49585
49606
|
if (a.c) {
|
|
49586
|
-
a.x = this.
|
|
49587
|
-
a.w = this.
|
|
49607
|
+
a.x = this.ir(this.ip);
|
|
49608
|
+
a.w = this.ir(this.is);
|
|
49588
49609
|
}
|
|
49589
49610
|
else if (a.a) {
|
|
49590
|
-
a.x = this.
|
|
49591
|
-
a.w = this.
|
|
49611
|
+
a.x = this.ir(this.ik);
|
|
49612
|
+
a.w = this.ir(this.ij);
|
|
49592
49613
|
}
|
|
49593
49614
|
else {
|
|
49594
|
-
a.x = this.
|
|
49595
|
-
a.w = this.
|
|
49615
|
+
a.x = this.ir(this.io);
|
|
49616
|
+
a.w = this.ir(this.im);
|
|
49596
49617
|
}
|
|
49597
49618
|
try {
|
|
49598
49619
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(a.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
49599
49620
|
var b = _c.value;
|
|
49600
|
-
b.
|
|
49601
|
-
b.
|
|
49602
|
-
b.
|
|
49621
|
+
b.an = this.ir(this.it);
|
|
49622
|
+
b.am = this.ir(this.iq);
|
|
49623
|
+
b.al = this.ir(this.il);
|
|
49603
49624
|
}
|
|
49604
49625
|
}
|
|
49605
49626
|
catch (e_14_1) {
|
|
@@ -49616,19 +49637,19 @@
|
|
|
49616
49637
|
}
|
|
49617
49638
|
}
|
|
49618
49639
|
if (a.c) {
|
|
49619
|
-
a.v = this.
|
|
49640
|
+
a.v = this.ir(this.ii);
|
|
49620
49641
|
a.t = new igniteuiWebcomponentsCore.Size(1, 20, 15);
|
|
49621
49642
|
}
|
|
49622
49643
|
};
|
|
49623
|
-
XamDataLegend.prototype.
|
|
49624
|
-
if (this.
|
|
49625
|
-
return this.
|
|
49644
|
+
XamDataLegend.prototype.dx = function (a) {
|
|
49645
|
+
if (this.di != null) {
|
|
49646
|
+
return this.di;
|
|
49626
49647
|
}
|
|
49627
49648
|
var b = true;
|
|
49628
49649
|
var c = null;
|
|
49629
49650
|
for (var d = 0; d < a.count; d++) {
|
|
49630
49651
|
var e = a._inner[d];
|
|
49631
|
-
var f = this.
|
|
49652
|
+
var f = this.dv(e);
|
|
49632
49653
|
if (f == null) {
|
|
49633
49654
|
continue;
|
|
49634
49655
|
}
|
|
@@ -49647,12 +49668,12 @@
|
|
|
49647
49668
|
}
|
|
49648
49669
|
return null;
|
|
49649
49670
|
};
|
|
49650
|
-
XamDataLegend.prototype.
|
|
49651
|
-
if (this.
|
|
49652
|
-
var b = a.getDataLegendAxisLabelFromCursorPosition(this.
|
|
49671
|
+
XamDataLegend.prototype.dv = function (a) {
|
|
49672
|
+
if (this.bz()) {
|
|
49673
|
+
var b = a.getDataLegendAxisLabelFromCursorPosition(this.cm, this.cn);
|
|
49653
49674
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Date_$type, b) !== null) {
|
|
49654
49675
|
var c = b;
|
|
49655
|
-
b = this.
|
|
49676
|
+
b = this.dw(c);
|
|
49656
49677
|
}
|
|
49657
49678
|
return b == null ? "" : b.toString();
|
|
49658
49679
|
}
|
|
@@ -49660,7 +49681,7 @@
|
|
|
49660
49681
|
return null;
|
|
49661
49682
|
}
|
|
49662
49683
|
};
|
|
49663
|
-
XamDataLegend.prototype.
|
|
49684
|
+
XamDataLegend.prototype.dw = function (a) {
|
|
49664
49685
|
if (this.ai != null) {
|
|
49665
49686
|
var b = this.ai.i(a);
|
|
49666
49687
|
return b;
|
|
@@ -49707,7 +49728,7 @@
|
|
|
49707
49728
|
if (e == 5) {
|
|
49708
49729
|
c.timeStyle = null;
|
|
49709
49730
|
}
|
|
49710
|
-
c.locale = this.
|
|
49731
|
+
c.locale = this.dz(this.c9, "en-US");
|
|
49711
49732
|
if (this.aj == null) {
|
|
49712
49733
|
this.aj = new igniteuiWebcomponentsCore.BindingFormatter();
|
|
49713
49734
|
}
|
|
@@ -49717,10 +49738,10 @@
|
|
|
49717
49738
|
return f;
|
|
49718
49739
|
}
|
|
49719
49740
|
};
|
|
49720
|
-
XamDataLegend.prototype.
|
|
49741
|
+
XamDataLegend.prototype.fn = function () {
|
|
49721
49742
|
};
|
|
49722
49743
|
XamDataLegend.$t = igniteuiWebcomponentsCore.markType(XamDataLegend, 'XamDataLegend', igniteuiWebcomponentsCore.Control.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.IDataLegend_$type, igniteuiWebcomponentsCore.IOnDemandRender_$type]);
|
|
49723
|
-
XamDataLegend.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamDataLegend, '
|
|
49744
|
+
XamDataLegend.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamDataLegend, 'fy', ['BadgeMargin:ii:gj', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 0, 0)], 'BadgeShape:a8:gk', [igniteuiWebcomponentsCore.LegendItemBadgeShape_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.LegendItemBadgeShape_$type, 0)], 'ExcludedColumns::gl', [igniteuiWebcomponentsCore.Array_$type, null], 'ExcludedSeries::gm', [igniteuiWebcomponentsCore.Array_$type, null], 'HeaderFormatCulture:c9:gn', [2, igniteuiWebcomponentsCore.stringEmpty()], 'HeaderFormatDate:ap:go', [igniteuiWebcomponentsCore.DataLegendHeaderDateMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:ag:gp', [igniteuiWebcomponentsCore.Array_$type, null], 'HeaderFormatString:dd:gq', [2, null], 'HeaderFormatTime:aq:gr', [igniteuiWebcomponentsCore.DataLegendHeaderTimeMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ij:gs', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(0, 5)], 'HeaderRowVisible:b0:gt', [0, true], 'HeaderTextColor:h1:gu', [igniteuiWebcomponentsCore.Brush.$, null], 'HeaderTextMargin:ik:gv', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 2, 0, 0, 0)], 'HeaderText:di:gw', [2, null], 'IncludedColumns::gx', [igniteuiWebcomponentsCore.Array_$type, null], 'IncludedSeries::gy', [igniteuiWebcomponentsCore.Array_$type, null], 'LabelDisplayMode:ar:gz', [igniteuiWebcomponentsCore.DataLegendLabelMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataLegendLabelMode_$type, 0)], 'LabelTextColor:h2:g0', [igniteuiWebcomponentsCore.Brush.$, null], 'LabelTextMargin:il:g1', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 12, 0, 0, 0)], 'ShouldUpdateWhenSeriesDataChanges:b3:g2', [0, true], 'SummaryLabelTextColor:h4:g3', [igniteuiWebcomponentsCore.Brush.$, null], 'SummaryLabelText:d4:g4', [2, null], 'SummaryRowMargin:im:g5', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(0, 5)], 'SummaryTitleTextColor:h5:g6', [igniteuiWebcomponentsCore.Brush.$, null], 'SummaryTitleTextMargin:io:g7', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 2, 0, 4, 0)], 'SummaryTitleText:d9:g8', [2, null], 'SummaryType:a1:g9', [igniteuiWebcomponentsCore.DataLegendSummaryType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:h6:ha', [igniteuiWebcomponentsCore.Brush.$, null], 'SummaryUnitsText:ef:hb', [2, null], 'SummaryValueTextColor:h7:hc', [igniteuiWebcomponentsCore.Brush.$, null], 'TargetCursorPositionX::hd', [1, NaN], 'TargetCursorPositionY::he', [1, NaN], 'Target::hf', [4, null], 'TitleTextColor:h8:hg', [igniteuiWebcomponentsCore.Brush.$, null], 'TitleTextMargin:ip:hh', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 4, 0)], 'UnitsDisplayMode:a2:hi', [igniteuiWebcomponentsCore.DataLegendUnitsMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:h9:hj', [igniteuiWebcomponentsCore.Brush.$, null], 'UnitsTextMargin:iq:hk', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 0, 0)], 'UnitsText:es:hl', [2, null], 'ValueFormatAbbreviation:an:hm', [igniteuiWebcomponentsCore.DataAbbreviationMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:ey:hn', [2, igniteuiWebcomponentsCore.stringEmpty()], 'ValueFormatCurrencyCode:e0:ho', [2, null], 'ValueFormatMaxFractions:cu:hp', [1, -1], 'ValueFormatMinFractions:cv:hq', [1, -1], 'ValueFormatMode:a3:hr', [igniteuiWebcomponentsCore.DataLegendValueMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:ah:hs', [igniteuiWebcomponentsCore.Array_$type, null], 'ValueFormatString:e6:ht', [2, null], 'ValueFormatUseGrouping:b4:hu', [0, true], 'ValueRowMargin:is:hv', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(0, 5)], 'ValueRowVisible:b5:hw', [0, true], 'ValueTextColor:ia:hx', [igniteuiWebcomponentsCore.Brush.$, null], 'ValueTextMargin:it:hy', [igniteuiWebcomponentsCore.Thickness.$, new igniteuiWebcomponentsCore.Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:b6:hz', [0, false], 'ValueTextWhenMissingData:ff:h0', [2, "N/A"]]);
|
|
49724
49745
|
return XamDataLegend;
|
|
49725
49746
|
}(igniteuiWebcomponentsCore.Control));
|
|
49726
49747
|
/**
|
|
@@ -49808,7 +49829,7 @@
|
|
|
49808
49829
|
return _this;
|
|
49809
49830
|
}
|
|
49810
49831
|
DataLegendView.prototype.ar = function () {
|
|
49811
|
-
this.a.
|
|
49832
|
+
this.a.fp();
|
|
49812
49833
|
};
|
|
49813
49834
|
DataLegendView.prototype.bl = function () {
|
|
49814
49835
|
var a = new igniteuiWebcomponentsCore.TextBlock();
|
|
@@ -49881,23 +49902,23 @@
|
|
|
49881
49902
|
};
|
|
49882
49903
|
DataLegendView.prototype.au = function () {
|
|
49883
49904
|
var a = this.a.pixelScalingRatio;
|
|
49884
|
-
var b = this.a.
|
|
49905
|
+
var b = this.a.co;
|
|
49885
49906
|
if (!igniteuiWebcomponentsCore.isNaN_(a) && a != 0) {
|
|
49886
49907
|
return;
|
|
49887
49908
|
}
|
|
49888
49909
|
if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
|
|
49889
|
-
this.a.
|
|
49910
|
+
this.a.co = window.devicePixelRatio;
|
|
49890
49911
|
}
|
|
49891
49912
|
};
|
|
49892
49913
|
DataLegendView.prototype.a3 = function () {
|
|
49893
49914
|
this.au();
|
|
49894
49915
|
var a = Math.round(this.ah.rootWrapper.width());
|
|
49895
49916
|
var b = Math.round(this.ah.rootWrapper.height());
|
|
49896
|
-
this.a.
|
|
49917
|
+
this.a.ic = new igniteuiWebcomponentsCore.Rect(0, 0, 0, a, b);
|
|
49897
49918
|
if (this.b != null) {
|
|
49898
|
-
this.b.bl = this.a.
|
|
49919
|
+
this.b.bl = this.a.ic;
|
|
49899
49920
|
}
|
|
49900
|
-
this.a.
|
|
49921
|
+
this.a.f3();
|
|
49901
49922
|
};
|
|
49902
49923
|
DataLegendView.prototype.al = function () {
|
|
49903
49924
|
if (this.b != null) {
|
|
@@ -49913,7 +49934,7 @@
|
|
|
49913
49934
|
this.al();
|
|
49914
49935
|
return;
|
|
49915
49936
|
}
|
|
49916
|
-
this.ae = (igniteuiWebcomponentsCore.isNaN_(this.a.pixelScalingRatio) ? this.a.
|
|
49937
|
+
this.ae = (igniteuiWebcomponentsCore.isNaN_(this.a.pixelScalingRatio) ? this.a.co : this.a.pixelScalingRatio);
|
|
49917
49938
|
var b = a;
|
|
49918
49939
|
this.ah = b;
|
|
49919
49940
|
var c = this.ae;
|
|
@@ -49931,7 +49952,7 @@
|
|
|
49931
49952
|
h.setAttribute("height", g.toString());
|
|
49932
49953
|
h.setStyleProperty("width", d.toString() + "px");
|
|
49933
49954
|
h.setStyleProperty("height", e.toString() + "px");
|
|
49934
|
-
this.a.
|
|
49955
|
+
this.a.ic = new igniteuiWebcomponentsCore.Rect(0, 0, 0, d, e);
|
|
49935
49956
|
this.ai = h;
|
|
49936
49957
|
var i = this.ah.get2DCanvasContext(this.ai);
|
|
49937
49958
|
this.t = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), i);
|
|
@@ -49948,8 +49969,8 @@
|
|
|
49948
49969
|
DataLegendView.prototype.as = function (a) {
|
|
49949
49970
|
};
|
|
49950
49971
|
DataLegendView.prototype.a6 = function () {
|
|
49951
|
-
var a = this.a.
|
|
49952
|
-
var b = this.a.
|
|
49972
|
+
var a = this.a.ic.width;
|
|
49973
|
+
var b = this.a.ic.height;
|
|
49953
49974
|
var c = Math.round(a * this.ae);
|
|
49954
49975
|
var d = Math.round(b * this.ae);
|
|
49955
49976
|
if (this.ak != c || this.aj != d) {
|
|
@@ -49968,7 +49989,7 @@
|
|
|
49968
49989
|
a.aa(b, b);
|
|
49969
49990
|
}
|
|
49970
49991
|
if (a == this.t) {
|
|
49971
|
-
a.k(this.a.
|
|
49992
|
+
a.k(this.a.ic.left, this.a.ic.top, this.a.ic.width, this.a.ic.height);
|
|
49972
49993
|
}
|
|
49973
49994
|
var c = new igniteuiWebcomponentsCore.DataTemplatePassInfo();
|
|
49974
49995
|
c.passID = "LegendItem";
|
|
@@ -50029,7 +50050,7 @@
|
|
|
50029
50050
|
};
|
|
50030
50051
|
DataLegendView.prototype.w = function () {
|
|
50031
50052
|
if (this.ah != null) {
|
|
50032
|
-
this.ah.setTimeout(igniteuiWebcomponentsCore.runOn(this.a, this.a.
|
|
50053
|
+
this.ah.setTimeout(igniteuiWebcomponentsCore.runOn(this.a, this.a.fp), 0);
|
|
50033
50054
|
return true;
|
|
50034
50055
|
}
|
|
50035
50056
|
return false;
|
|
@@ -50533,7 +50554,20 @@
|
|
|
50533
50554
|
});
|
|
50534
50555
|
Object.defineProperty(IgcDataLegendStylingColumnEventArgs.prototype, "valueMemberPath", {
|
|
50535
50556
|
/**
|
|
50536
|
-
* Gets data column
|
|
50557
|
+
* Gets name of data column that corresponds to the value, e.g. "OpenPrice"
|
|
50558
|
+
*/
|
|
50559
|
+
get: function () {
|
|
50560
|
+
return this.i.i;
|
|
50561
|
+
},
|
|
50562
|
+
set: function (v) {
|
|
50563
|
+
this.i.i = v;
|
|
50564
|
+
},
|
|
50565
|
+
enumerable: true,
|
|
50566
|
+
configurable: true
|
|
50567
|
+
});
|
|
50568
|
+
Object.defineProperty(IgcDataLegendStylingColumnEventArgs.prototype, "valueMemberLabel", {
|
|
50569
|
+
/**
|
|
50570
|
+
* Gets label of data column that corresponds to the value, e.g. "Open"
|
|
50537
50571
|
*/
|
|
50538
50572
|
get: function () {
|
|
50539
50573
|
return this.i.h;
|
|
@@ -50588,10 +50622,10 @@
|
|
|
50588
50622
|
* Gets or sets value text displayed value text in the column
|
|
50589
50623
|
*/
|
|
50590
50624
|
get: function () {
|
|
50591
|
-
return this.i.
|
|
50625
|
+
return this.i.j;
|
|
50592
50626
|
},
|
|
50593
50627
|
set: function (v) {
|
|
50594
|
-
this.i.
|
|
50628
|
+
this.i.j = v;
|
|
50595
50629
|
},
|
|
50596
50630
|
enumerable: true,
|
|
50597
50631
|
configurable: true
|
|
@@ -50601,10 +50635,10 @@
|
|
|
50601
50635
|
* Gets or sets color of label text
|
|
50602
50636
|
*/
|
|
50603
50637
|
get: function () {
|
|
50604
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
50638
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.k);
|
|
50605
50639
|
},
|
|
50606
50640
|
set: function (v) {
|
|
50607
|
-
this.i.
|
|
50641
|
+
this.i.k = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
50608
50642
|
},
|
|
50609
50643
|
enumerable: true,
|
|
50610
50644
|
configurable: true
|
|
@@ -50614,10 +50648,10 @@
|
|
|
50614
50648
|
* Gets or sets color of value text
|
|
50615
50649
|
*/
|
|
50616
50650
|
get: function () {
|
|
50617
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
50651
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.l);
|
|
50618
50652
|
},
|
|
50619
50653
|
set: function (v) {
|
|
50620
|
-
this.i.
|
|
50654
|
+
this.i.l = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
50621
50655
|
},
|
|
50622
50656
|
enumerable: true,
|
|
50623
50657
|
configurable: true
|
|
@@ -50627,10 +50661,10 @@
|
|
|
50627
50661
|
* Gets or sets color of unit text
|
|
50628
50662
|
*/
|
|
50629
50663
|
get: function () {
|
|
50630
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
50664
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.m);
|
|
50631
50665
|
},
|
|
50632
50666
|
set: function (v) {
|
|
50633
|
-
this.i.
|
|
50667
|
+
this.i.m = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
50634
50668
|
},
|
|
50635
50669
|
enumerable: true,
|
|
50636
50670
|
configurable: true
|
|
@@ -50912,11 +50946,11 @@
|
|
|
50912
50946
|
* A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
|
|
50913
50947
|
*/
|
|
50914
50948
|
get: function () {
|
|
50915
|
-
return this.i.
|
|
50949
|
+
return this.i.co;
|
|
50916
50950
|
},
|
|
50917
50951
|
set: function (v) {
|
|
50918
|
-
this.i.
|
|
50919
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
50952
|
+
this.i.co = +v;
|
|
50953
|
+
this._a("actualPixelScalingRatio", this.i.co);
|
|
50920
50954
|
},
|
|
50921
50955
|
enumerable: true,
|
|
50922
50956
|
configurable: true
|
|
@@ -50997,11 +51031,11 @@
|
|
|
50997
51031
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
50998
51032
|
*/
|
|
50999
51033
|
get: function () {
|
|
51000
|
-
return this.i.
|
|
51034
|
+
return this.i.b3;
|
|
51001
51035
|
},
|
|
51002
51036
|
set: function (v) {
|
|
51003
|
-
this.i.
|
|
51004
|
-
this._a("shouldUpdateWhenSeriesDataChanges", this.i.
|
|
51037
|
+
this.i.b3 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
51038
|
+
this._a("shouldUpdateWhenSeriesDataChanges", this.i.b3);
|
|
51005
51039
|
},
|
|
51006
51040
|
enumerable: true,
|
|
51007
51041
|
configurable: true
|
|
@@ -51027,11 +51061,11 @@
|
|
|
51027
51061
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51028
51062
|
*/
|
|
51029
51063
|
get: function () {
|
|
51030
|
-
return this.i.
|
|
51064
|
+
return this.i.cu;
|
|
51031
51065
|
},
|
|
51032
51066
|
set: function (v) {
|
|
51033
|
-
this.i.
|
|
51034
|
-
this._a("valueFormatMaxFractions", this.i.
|
|
51067
|
+
this.i.cu = +v;
|
|
51068
|
+
this._a("valueFormatMaxFractions", this.i.cu);
|
|
51035
51069
|
},
|
|
51036
51070
|
enumerable: true,
|
|
51037
51071
|
configurable: true
|
|
@@ -51042,11 +51076,11 @@
|
|
|
51042
51076
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51043
51077
|
*/
|
|
51044
51078
|
get: function () {
|
|
51045
|
-
return this.i.
|
|
51079
|
+
return this.i.cv;
|
|
51046
51080
|
},
|
|
51047
51081
|
set: function (v) {
|
|
51048
|
-
this.i.
|
|
51049
|
-
this._a("valueFormatMinFractions", this.i.
|
|
51082
|
+
this.i.cv = +v;
|
|
51083
|
+
this._a("valueFormatMinFractions", this.i.cv);
|
|
51050
51084
|
},
|
|
51051
51085
|
enumerable: true,
|
|
51052
51086
|
configurable: true
|
|
@@ -51071,10 +51105,10 @@
|
|
|
51071
51105
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51072
51106
|
*/
|
|
51073
51107
|
get: function () {
|
|
51074
|
-
return this.i.
|
|
51108
|
+
return this.i.ey;
|
|
51075
51109
|
},
|
|
51076
51110
|
set: function (v) {
|
|
51077
|
-
this.i.
|
|
51111
|
+
this.i.ey = v;
|
|
51078
51112
|
},
|
|
51079
51113
|
enumerable: true,
|
|
51080
51114
|
configurable: true
|
|
@@ -51085,10 +51119,10 @@
|
|
|
51085
51119
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51086
51120
|
*/
|
|
51087
51121
|
get: function () {
|
|
51088
|
-
return this.i.
|
|
51122
|
+
return this.i.e0;
|
|
51089
51123
|
},
|
|
51090
51124
|
set: function (v) {
|
|
51091
|
-
this.i.
|
|
51125
|
+
this.i.e0 = v;
|
|
51092
51126
|
},
|
|
51093
51127
|
enumerable: true,
|
|
51094
51128
|
configurable: true
|
|
@@ -51099,11 +51133,11 @@
|
|
|
51099
51133
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51100
51134
|
*/
|
|
51101
51135
|
get: function () {
|
|
51102
|
-
return this.i.
|
|
51136
|
+
return this.i.b4;
|
|
51103
51137
|
},
|
|
51104
51138
|
set: function (v) {
|
|
51105
|
-
this.i.
|
|
51106
|
-
this._a("valueFormatUseGrouping", this.i.
|
|
51139
|
+
this.i.b4 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
51140
|
+
this._a("valueFormatUseGrouping", this.i.b4);
|
|
51107
51141
|
},
|
|
51108
51142
|
enumerable: true,
|
|
51109
51143
|
configurable: true
|
|
@@ -51113,10 +51147,10 @@
|
|
|
51113
51147
|
* Gets or sets the format string for values displayed in the data legend.
|
|
51114
51148
|
*/
|
|
51115
51149
|
get: function () {
|
|
51116
|
-
return this.i.
|
|
51150
|
+
return this.i.e6;
|
|
51117
51151
|
},
|
|
51118
51152
|
set: function (v) {
|
|
51119
|
-
this.i.
|
|
51153
|
+
this.i.e6 = v;
|
|
51120
51154
|
},
|
|
51121
51155
|
enumerable: true,
|
|
51122
51156
|
configurable: true
|
|
@@ -51140,72 +51174,72 @@
|
|
|
51140
51174
|
});
|
|
51141
51175
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginBottom", {
|
|
51142
51176
|
get: function () {
|
|
51143
|
-
return this.i.
|
|
51177
|
+
return this.i.is ? this.i.is.bottom : NaN;
|
|
51144
51178
|
},
|
|
51145
51179
|
set: function (v) {
|
|
51146
51180
|
this.ensureValueRowMargin();
|
|
51147
|
-
this.i.
|
|
51148
|
-
this._a("valueRowMarginBottom", this.i.
|
|
51149
|
-
this.i.
|
|
51181
|
+
this.i.is.bottom = +v;
|
|
51182
|
+
this._a("valueRowMarginBottom", this.i.is.bottom);
|
|
51183
|
+
this.i.is = this.i.is;
|
|
51150
51184
|
},
|
|
51151
51185
|
enumerable: true,
|
|
51152
51186
|
configurable: true
|
|
51153
51187
|
});
|
|
51154
51188
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginLeft", {
|
|
51155
51189
|
get: function () {
|
|
51156
|
-
return this.i.
|
|
51190
|
+
return this.i.is ? this.i.is.left : NaN;
|
|
51157
51191
|
},
|
|
51158
51192
|
set: function (v) {
|
|
51159
51193
|
this.ensureValueRowMargin();
|
|
51160
|
-
this.i.
|
|
51161
|
-
this._a("valueRowMarginLeft", this.i.
|
|
51162
|
-
this.i.
|
|
51194
|
+
this.i.is.left = +v;
|
|
51195
|
+
this._a("valueRowMarginLeft", this.i.is.left);
|
|
51196
|
+
this.i.is = this.i.is;
|
|
51163
51197
|
},
|
|
51164
51198
|
enumerable: true,
|
|
51165
51199
|
configurable: true
|
|
51166
51200
|
});
|
|
51167
51201
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginRight", {
|
|
51168
51202
|
get: function () {
|
|
51169
|
-
return this.i.
|
|
51203
|
+
return this.i.is ? this.i.is.right : NaN;
|
|
51170
51204
|
},
|
|
51171
51205
|
set: function (v) {
|
|
51172
51206
|
this.ensureValueRowMargin();
|
|
51173
|
-
this.i.
|
|
51174
|
-
this._a("valueRowMarginRight", this.i.
|
|
51175
|
-
this.i.
|
|
51207
|
+
this.i.is.right = +v;
|
|
51208
|
+
this._a("valueRowMarginRight", this.i.is.right);
|
|
51209
|
+
this.i.is = this.i.is;
|
|
51176
51210
|
},
|
|
51177
51211
|
enumerable: true,
|
|
51178
51212
|
configurable: true
|
|
51179
51213
|
});
|
|
51180
51214
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginTop", {
|
|
51181
51215
|
get: function () {
|
|
51182
|
-
return this.i.
|
|
51216
|
+
return this.i.is ? this.i.is.top : NaN;
|
|
51183
51217
|
},
|
|
51184
51218
|
set: function (v) {
|
|
51185
51219
|
this.ensureValueRowMargin();
|
|
51186
|
-
this.i.
|
|
51187
|
-
this._a("valueRowMarginTop", this.i.
|
|
51188
|
-
this.i.
|
|
51220
|
+
this.i.is.top = +v;
|
|
51221
|
+
this._a("valueRowMarginTop", this.i.is.top);
|
|
51222
|
+
this.i.is = this.i.is;
|
|
51189
51223
|
},
|
|
51190
51224
|
enumerable: true,
|
|
51191
51225
|
configurable: true
|
|
51192
51226
|
});
|
|
51193
51227
|
IgcDataLegendComponent.prototype.ensureValueRowMargin = function () {
|
|
51194
|
-
if (this.i.
|
|
51228
|
+
if (this.i.is) {
|
|
51195
51229
|
return;
|
|
51196
51230
|
}
|
|
51197
|
-
this.i.
|
|
51231
|
+
this.i.is = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51198
51232
|
};
|
|
51199
51233
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowVisible", {
|
|
51200
51234
|
/**
|
|
51201
51235
|
* Gets or sets whether to show series rows.
|
|
51202
51236
|
*/
|
|
51203
51237
|
get: function () {
|
|
51204
|
-
return this.i.
|
|
51238
|
+
return this.i.b5;
|
|
51205
51239
|
},
|
|
51206
51240
|
set: function (v) {
|
|
51207
|
-
this.i.
|
|
51208
|
-
this._a("valueRowVisible", this.i.
|
|
51241
|
+
this.i.b5 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
51242
|
+
this._a("valueRowVisible", this.i.b5);
|
|
51209
51243
|
},
|
|
51210
51244
|
enumerable: true,
|
|
51211
51245
|
configurable: true
|
|
@@ -51215,10 +51249,10 @@
|
|
|
51215
51249
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
51216
51250
|
*/
|
|
51217
51251
|
get: function () {
|
|
51218
|
-
return this.i.
|
|
51252
|
+
return this.i.ff;
|
|
51219
51253
|
},
|
|
51220
51254
|
set: function (v) {
|
|
51221
|
-
this.i.
|
|
51255
|
+
this.i.ff = v;
|
|
51222
51256
|
},
|
|
51223
51257
|
enumerable: true,
|
|
51224
51258
|
configurable: true
|
|
@@ -51228,83 +51262,83 @@
|
|
|
51228
51262
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
51229
51263
|
*/
|
|
51230
51264
|
get: function () {
|
|
51231
|
-
return this.i.
|
|
51265
|
+
return this.i.b6;
|
|
51232
51266
|
},
|
|
51233
51267
|
set: function (v) {
|
|
51234
|
-
this.i.
|
|
51235
|
-
this._a("valueTextUseSeriesColors", this.i.
|
|
51268
|
+
this.i.b6 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
51269
|
+
this._a("valueTextUseSeriesColors", this.i.b6);
|
|
51236
51270
|
},
|
|
51237
51271
|
enumerable: true,
|
|
51238
51272
|
configurable: true
|
|
51239
51273
|
});
|
|
51240
51274
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginBottom", {
|
|
51241
51275
|
get: function () {
|
|
51242
|
-
return this.i.
|
|
51276
|
+
return this.i.it ? this.i.it.bottom : NaN;
|
|
51243
51277
|
},
|
|
51244
51278
|
set: function (v) {
|
|
51245
51279
|
this.ensureValueTextMargin();
|
|
51246
|
-
this.i.
|
|
51247
|
-
this._a("valueTextMarginBottom", this.i.
|
|
51248
|
-
this.i.
|
|
51280
|
+
this.i.it.bottom = +v;
|
|
51281
|
+
this._a("valueTextMarginBottom", this.i.it.bottom);
|
|
51282
|
+
this.i.it = this.i.it;
|
|
51249
51283
|
},
|
|
51250
51284
|
enumerable: true,
|
|
51251
51285
|
configurable: true
|
|
51252
51286
|
});
|
|
51253
51287
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginLeft", {
|
|
51254
51288
|
get: function () {
|
|
51255
|
-
return this.i.
|
|
51289
|
+
return this.i.it ? this.i.it.left : NaN;
|
|
51256
51290
|
},
|
|
51257
51291
|
set: function (v) {
|
|
51258
51292
|
this.ensureValueTextMargin();
|
|
51259
|
-
this.i.
|
|
51260
|
-
this._a("valueTextMarginLeft", this.i.
|
|
51261
|
-
this.i.
|
|
51293
|
+
this.i.it.left = +v;
|
|
51294
|
+
this._a("valueTextMarginLeft", this.i.it.left);
|
|
51295
|
+
this.i.it = this.i.it;
|
|
51262
51296
|
},
|
|
51263
51297
|
enumerable: true,
|
|
51264
51298
|
configurable: true
|
|
51265
51299
|
});
|
|
51266
51300
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginRight", {
|
|
51267
51301
|
get: function () {
|
|
51268
|
-
return this.i.
|
|
51302
|
+
return this.i.it ? this.i.it.right : NaN;
|
|
51269
51303
|
},
|
|
51270
51304
|
set: function (v) {
|
|
51271
51305
|
this.ensureValueTextMargin();
|
|
51272
|
-
this.i.
|
|
51273
|
-
this._a("valueTextMarginRight", this.i.
|
|
51274
|
-
this.i.
|
|
51306
|
+
this.i.it.right = +v;
|
|
51307
|
+
this._a("valueTextMarginRight", this.i.it.right);
|
|
51308
|
+
this.i.it = this.i.it;
|
|
51275
51309
|
},
|
|
51276
51310
|
enumerable: true,
|
|
51277
51311
|
configurable: true
|
|
51278
51312
|
});
|
|
51279
51313
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginTop", {
|
|
51280
51314
|
get: function () {
|
|
51281
|
-
return this.i.
|
|
51315
|
+
return this.i.it ? this.i.it.top : NaN;
|
|
51282
51316
|
},
|
|
51283
51317
|
set: function (v) {
|
|
51284
51318
|
this.ensureValueTextMargin();
|
|
51285
|
-
this.i.
|
|
51286
|
-
this._a("valueTextMarginTop", this.i.
|
|
51287
|
-
this.i.
|
|
51319
|
+
this.i.it.top = +v;
|
|
51320
|
+
this._a("valueTextMarginTop", this.i.it.top);
|
|
51321
|
+
this.i.it = this.i.it;
|
|
51288
51322
|
},
|
|
51289
51323
|
enumerable: true,
|
|
51290
51324
|
configurable: true
|
|
51291
51325
|
});
|
|
51292
51326
|
IgcDataLegendComponent.prototype.ensureValueTextMargin = function () {
|
|
51293
|
-
if (this.i.
|
|
51327
|
+
if (this.i.it) {
|
|
51294
51328
|
return;
|
|
51295
51329
|
}
|
|
51296
|
-
this.i.
|
|
51330
|
+
this.i.it = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51297
51331
|
};
|
|
51298
51332
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextColor", {
|
|
51299
51333
|
/**
|
|
51300
51334
|
* Gets or sets the units text color.
|
|
51301
51335
|
*/
|
|
51302
51336
|
get: function () {
|
|
51303
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51337
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ia);
|
|
51304
51338
|
},
|
|
51305
51339
|
set: function (v) {
|
|
51306
|
-
this.i.
|
|
51307
|
-
this._a("valueTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51340
|
+
this.i.ia = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
51341
|
+
this._a("valueTextColor", igniteuiWebcomponentsCore.brushToString(this.i.ia));
|
|
51308
51342
|
},
|
|
51309
51343
|
enumerable: true,
|
|
51310
51344
|
configurable: true
|
|
@@ -51333,10 +51367,10 @@
|
|
|
51333
51367
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
51334
51368
|
*/
|
|
51335
51369
|
get: function () {
|
|
51336
|
-
return this.i.
|
|
51370
|
+
return this.i.dd;
|
|
51337
51371
|
},
|
|
51338
51372
|
set: function (v) {
|
|
51339
|
-
this.i.
|
|
51373
|
+
this.i.dd = v;
|
|
51340
51374
|
},
|
|
51341
51375
|
enumerable: true,
|
|
51342
51376
|
configurable: true
|
|
@@ -51364,10 +51398,10 @@
|
|
|
51364
51398
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
51365
51399
|
*/
|
|
51366
51400
|
get: function () {
|
|
51367
|
-
return this.i.
|
|
51401
|
+
return this.i.c9;
|
|
51368
51402
|
},
|
|
51369
51403
|
set: function (v) {
|
|
51370
|
-
this.i.
|
|
51404
|
+
this.i.c9 = v;
|
|
51371
51405
|
},
|
|
51372
51406
|
enumerable: true,
|
|
51373
51407
|
configurable: true
|
|
@@ -51407,10 +51441,10 @@
|
|
|
51407
51441
|
* Gets or sets the HeaderText for the data legend.
|
|
51408
51442
|
*/
|
|
51409
51443
|
get: function () {
|
|
51410
|
-
return this.i.
|
|
51444
|
+
return this.i.di;
|
|
51411
51445
|
},
|
|
51412
51446
|
set: function (v) {
|
|
51413
|
-
this.i.
|
|
51447
|
+
this.i.di = v;
|
|
51414
51448
|
},
|
|
51415
51449
|
enumerable: true,
|
|
51416
51450
|
configurable: true
|
|
@@ -51420,141 +51454,141 @@
|
|
|
51420
51454
|
* Gets or sets the header text color.
|
|
51421
51455
|
*/
|
|
51422
51456
|
get: function () {
|
|
51423
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51457
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h1);
|
|
51424
51458
|
},
|
|
51425
51459
|
set: function (v) {
|
|
51426
|
-
this.i.
|
|
51427
|
-
this._a("headerTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51460
|
+
this.i.h1 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
51461
|
+
this._a("headerTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h1));
|
|
51428
51462
|
},
|
|
51429
51463
|
enumerable: true,
|
|
51430
51464
|
configurable: true
|
|
51431
51465
|
});
|
|
51432
51466
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginBottom", {
|
|
51433
51467
|
get: function () {
|
|
51434
|
-
return this.i.
|
|
51468
|
+
return this.i.ik ? this.i.ik.bottom : NaN;
|
|
51435
51469
|
},
|
|
51436
51470
|
set: function (v) {
|
|
51437
51471
|
this.ensureHeaderTextMargin();
|
|
51438
|
-
this.i.
|
|
51439
|
-
this._a("headerTextMarginBottom", this.i.
|
|
51440
|
-
this.i.
|
|
51472
|
+
this.i.ik.bottom = +v;
|
|
51473
|
+
this._a("headerTextMarginBottom", this.i.ik.bottom);
|
|
51474
|
+
this.i.ik = this.i.ik;
|
|
51441
51475
|
},
|
|
51442
51476
|
enumerable: true,
|
|
51443
51477
|
configurable: true
|
|
51444
51478
|
});
|
|
51445
51479
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginLeft", {
|
|
51446
51480
|
get: function () {
|
|
51447
|
-
return this.i.
|
|
51481
|
+
return this.i.ik ? this.i.ik.left : NaN;
|
|
51448
51482
|
},
|
|
51449
51483
|
set: function (v) {
|
|
51450
51484
|
this.ensureHeaderTextMargin();
|
|
51451
|
-
this.i.
|
|
51452
|
-
this._a("headerTextMarginLeft", this.i.
|
|
51453
|
-
this.i.
|
|
51485
|
+
this.i.ik.left = +v;
|
|
51486
|
+
this._a("headerTextMarginLeft", this.i.ik.left);
|
|
51487
|
+
this.i.ik = this.i.ik;
|
|
51454
51488
|
},
|
|
51455
51489
|
enumerable: true,
|
|
51456
51490
|
configurable: true
|
|
51457
51491
|
});
|
|
51458
51492
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginRight", {
|
|
51459
51493
|
get: function () {
|
|
51460
|
-
return this.i.
|
|
51494
|
+
return this.i.ik ? this.i.ik.right : NaN;
|
|
51461
51495
|
},
|
|
51462
51496
|
set: function (v) {
|
|
51463
51497
|
this.ensureHeaderTextMargin();
|
|
51464
|
-
this.i.
|
|
51465
|
-
this._a("headerTextMarginRight", this.i.
|
|
51466
|
-
this.i.
|
|
51498
|
+
this.i.ik.right = +v;
|
|
51499
|
+
this._a("headerTextMarginRight", this.i.ik.right);
|
|
51500
|
+
this.i.ik = this.i.ik;
|
|
51467
51501
|
},
|
|
51468
51502
|
enumerable: true,
|
|
51469
51503
|
configurable: true
|
|
51470
51504
|
});
|
|
51471
51505
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginTop", {
|
|
51472
51506
|
get: function () {
|
|
51473
|
-
return this.i.
|
|
51507
|
+
return this.i.ik ? this.i.ik.top : NaN;
|
|
51474
51508
|
},
|
|
51475
51509
|
set: function (v) {
|
|
51476
51510
|
this.ensureHeaderTextMargin();
|
|
51477
|
-
this.i.
|
|
51478
|
-
this._a("headerTextMarginTop", this.i.
|
|
51479
|
-
this.i.
|
|
51511
|
+
this.i.ik.top = +v;
|
|
51512
|
+
this._a("headerTextMarginTop", this.i.ik.top);
|
|
51513
|
+
this.i.ik = this.i.ik;
|
|
51480
51514
|
},
|
|
51481
51515
|
enumerable: true,
|
|
51482
51516
|
configurable: true
|
|
51483
51517
|
});
|
|
51484
51518
|
IgcDataLegendComponent.prototype.ensureHeaderTextMargin = function () {
|
|
51485
|
-
if (this.i.
|
|
51519
|
+
if (this.i.ik) {
|
|
51486
51520
|
return;
|
|
51487
51521
|
}
|
|
51488
|
-
this.i.
|
|
51522
|
+
this.i.ik = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51489
51523
|
};
|
|
51490
51524
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginBottom", {
|
|
51491
51525
|
get: function () {
|
|
51492
|
-
return this.i.
|
|
51526
|
+
return this.i.ij ? this.i.ij.bottom : NaN;
|
|
51493
51527
|
},
|
|
51494
51528
|
set: function (v) {
|
|
51495
51529
|
this.ensureHeaderRowMargin();
|
|
51496
|
-
this.i.
|
|
51497
|
-
this._a("headerRowMarginBottom", this.i.
|
|
51498
|
-
this.i.
|
|
51530
|
+
this.i.ij.bottom = +v;
|
|
51531
|
+
this._a("headerRowMarginBottom", this.i.ij.bottom);
|
|
51532
|
+
this.i.ij = this.i.ij;
|
|
51499
51533
|
},
|
|
51500
51534
|
enumerable: true,
|
|
51501
51535
|
configurable: true
|
|
51502
51536
|
});
|
|
51503
51537
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginLeft", {
|
|
51504
51538
|
get: function () {
|
|
51505
|
-
return this.i.
|
|
51539
|
+
return this.i.ij ? this.i.ij.left : NaN;
|
|
51506
51540
|
},
|
|
51507
51541
|
set: function (v) {
|
|
51508
51542
|
this.ensureHeaderRowMargin();
|
|
51509
|
-
this.i.
|
|
51510
|
-
this._a("headerRowMarginLeft", this.i.
|
|
51511
|
-
this.i.
|
|
51543
|
+
this.i.ij.left = +v;
|
|
51544
|
+
this._a("headerRowMarginLeft", this.i.ij.left);
|
|
51545
|
+
this.i.ij = this.i.ij;
|
|
51512
51546
|
},
|
|
51513
51547
|
enumerable: true,
|
|
51514
51548
|
configurable: true
|
|
51515
51549
|
});
|
|
51516
51550
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginRight", {
|
|
51517
51551
|
get: function () {
|
|
51518
|
-
return this.i.
|
|
51552
|
+
return this.i.ij ? this.i.ij.right : NaN;
|
|
51519
51553
|
},
|
|
51520
51554
|
set: function (v) {
|
|
51521
51555
|
this.ensureHeaderRowMargin();
|
|
51522
|
-
this.i.
|
|
51523
|
-
this._a("headerRowMarginRight", this.i.
|
|
51524
|
-
this.i.
|
|
51556
|
+
this.i.ij.right = +v;
|
|
51557
|
+
this._a("headerRowMarginRight", this.i.ij.right);
|
|
51558
|
+
this.i.ij = this.i.ij;
|
|
51525
51559
|
},
|
|
51526
51560
|
enumerable: true,
|
|
51527
51561
|
configurable: true
|
|
51528
51562
|
});
|
|
51529
51563
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginTop", {
|
|
51530
51564
|
get: function () {
|
|
51531
|
-
return this.i.
|
|
51565
|
+
return this.i.ij ? this.i.ij.top : NaN;
|
|
51532
51566
|
},
|
|
51533
51567
|
set: function (v) {
|
|
51534
51568
|
this.ensureHeaderRowMargin();
|
|
51535
|
-
this.i.
|
|
51536
|
-
this._a("headerRowMarginTop", this.i.
|
|
51537
|
-
this.i.
|
|
51569
|
+
this.i.ij.top = +v;
|
|
51570
|
+
this._a("headerRowMarginTop", this.i.ij.top);
|
|
51571
|
+
this.i.ij = this.i.ij;
|
|
51538
51572
|
},
|
|
51539
51573
|
enumerable: true,
|
|
51540
51574
|
configurable: true
|
|
51541
51575
|
});
|
|
51542
51576
|
IgcDataLegendComponent.prototype.ensureHeaderRowMargin = function () {
|
|
51543
|
-
if (this.i.
|
|
51577
|
+
if (this.i.ij) {
|
|
51544
51578
|
return;
|
|
51545
51579
|
}
|
|
51546
|
-
this.i.
|
|
51580
|
+
this.i.ij = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51547
51581
|
};
|
|
51548
51582
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowVisible", {
|
|
51549
51583
|
/**
|
|
51550
51584
|
* Gets or sets whether to show Header row.
|
|
51551
51585
|
*/
|
|
51552
51586
|
get: function () {
|
|
51553
|
-
return this.i.
|
|
51587
|
+
return this.i.b0;
|
|
51554
51588
|
},
|
|
51555
51589
|
set: function (v) {
|
|
51556
|
-
this.i.
|
|
51557
|
-
this._a("headerRowVisible", this.i.
|
|
51590
|
+
this.i.b0 = igniteuiWebcomponentsCore.ensureBool(v);
|
|
51591
|
+
this._a("headerRowVisible", this.i.b0);
|
|
51558
51592
|
},
|
|
51559
51593
|
enumerable: true,
|
|
51560
51594
|
configurable: true
|
|
@@ -51583,11 +51617,11 @@
|
|
|
51583
51617
|
* Gets or sets the summary text color.
|
|
51584
51618
|
*/
|
|
51585
51619
|
get: function () {
|
|
51586
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51620
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h5);
|
|
51587
51621
|
},
|
|
51588
51622
|
set: function (v) {
|
|
51589
|
-
this.i.
|
|
51590
|
-
this._a("summaryTitleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51623
|
+
this.i.h5 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
51624
|
+
this._a("summaryTitleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h5));
|
|
51591
51625
|
},
|
|
51592
51626
|
enumerable: true,
|
|
51593
51627
|
configurable: true
|
|
@@ -51630,140 +51664,140 @@
|
|
|
51630
51664
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
51631
51665
|
*/
|
|
51632
51666
|
get: function () {
|
|
51633
|
-
return this.i.
|
|
51667
|
+
return this.i.d9;
|
|
51634
51668
|
},
|
|
51635
51669
|
set: function (v) {
|
|
51636
|
-
this.i.
|
|
51670
|
+
this.i.d9 = v;
|
|
51637
51671
|
},
|
|
51638
51672
|
enumerable: true,
|
|
51639
51673
|
configurable: true
|
|
51640
51674
|
});
|
|
51641
51675
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginBottom", {
|
|
51642
51676
|
get: function () {
|
|
51643
|
-
return this.i.
|
|
51677
|
+
return this.i.io ? this.i.io.bottom : NaN;
|
|
51644
51678
|
},
|
|
51645
51679
|
set: function (v) {
|
|
51646
51680
|
this.ensureSummaryTitleTextMargin();
|
|
51647
|
-
this.i.
|
|
51648
|
-
this._a("summaryTitleTextMarginBottom", this.i.
|
|
51649
|
-
this.i.
|
|
51681
|
+
this.i.io.bottom = +v;
|
|
51682
|
+
this._a("summaryTitleTextMarginBottom", this.i.io.bottom);
|
|
51683
|
+
this.i.io = this.i.io;
|
|
51650
51684
|
},
|
|
51651
51685
|
enumerable: true,
|
|
51652
51686
|
configurable: true
|
|
51653
51687
|
});
|
|
51654
51688
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginLeft", {
|
|
51655
51689
|
get: function () {
|
|
51656
|
-
return this.i.
|
|
51690
|
+
return this.i.io ? this.i.io.left : NaN;
|
|
51657
51691
|
},
|
|
51658
51692
|
set: function (v) {
|
|
51659
51693
|
this.ensureSummaryTitleTextMargin();
|
|
51660
|
-
this.i.
|
|
51661
|
-
this._a("summaryTitleTextMarginLeft", this.i.
|
|
51662
|
-
this.i.
|
|
51694
|
+
this.i.io.left = +v;
|
|
51695
|
+
this._a("summaryTitleTextMarginLeft", this.i.io.left);
|
|
51696
|
+
this.i.io = this.i.io;
|
|
51663
51697
|
},
|
|
51664
51698
|
enumerable: true,
|
|
51665
51699
|
configurable: true
|
|
51666
51700
|
});
|
|
51667
51701
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginRight", {
|
|
51668
51702
|
get: function () {
|
|
51669
|
-
return this.i.
|
|
51703
|
+
return this.i.io ? this.i.io.right : NaN;
|
|
51670
51704
|
},
|
|
51671
51705
|
set: function (v) {
|
|
51672
51706
|
this.ensureSummaryTitleTextMargin();
|
|
51673
|
-
this.i.
|
|
51674
|
-
this._a("summaryTitleTextMarginRight", this.i.
|
|
51675
|
-
this.i.
|
|
51707
|
+
this.i.io.right = +v;
|
|
51708
|
+
this._a("summaryTitleTextMarginRight", this.i.io.right);
|
|
51709
|
+
this.i.io = this.i.io;
|
|
51676
51710
|
},
|
|
51677
51711
|
enumerable: true,
|
|
51678
51712
|
configurable: true
|
|
51679
51713
|
});
|
|
51680
51714
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginTop", {
|
|
51681
51715
|
get: function () {
|
|
51682
|
-
return this.i.
|
|
51716
|
+
return this.i.io ? this.i.io.top : NaN;
|
|
51683
51717
|
},
|
|
51684
51718
|
set: function (v) {
|
|
51685
51719
|
this.ensureSummaryTitleTextMargin();
|
|
51686
|
-
this.i.
|
|
51687
|
-
this._a("summaryTitleTextMarginTop", this.i.
|
|
51688
|
-
this.i.
|
|
51720
|
+
this.i.io.top = +v;
|
|
51721
|
+
this._a("summaryTitleTextMarginTop", this.i.io.top);
|
|
51722
|
+
this.i.io = this.i.io;
|
|
51689
51723
|
},
|
|
51690
51724
|
enumerable: true,
|
|
51691
51725
|
configurable: true
|
|
51692
51726
|
});
|
|
51693
51727
|
IgcDataLegendComponent.prototype.ensureSummaryTitleTextMargin = function () {
|
|
51694
|
-
if (this.i.
|
|
51728
|
+
if (this.i.io) {
|
|
51695
51729
|
return;
|
|
51696
51730
|
}
|
|
51697
|
-
this.i.
|
|
51731
|
+
this.i.io = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51698
51732
|
};
|
|
51699
51733
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginBottom", {
|
|
51700
51734
|
get: function () {
|
|
51701
|
-
return this.i.
|
|
51735
|
+
return this.i.im ? this.i.im.bottom : NaN;
|
|
51702
51736
|
},
|
|
51703
51737
|
set: function (v) {
|
|
51704
51738
|
this.ensureSummaryRowMargin();
|
|
51705
|
-
this.i.
|
|
51706
|
-
this._a("summaryRowMarginBottom", this.i.
|
|
51707
|
-
this.i.
|
|
51739
|
+
this.i.im.bottom = +v;
|
|
51740
|
+
this._a("summaryRowMarginBottom", this.i.im.bottom);
|
|
51741
|
+
this.i.im = this.i.im;
|
|
51708
51742
|
},
|
|
51709
51743
|
enumerable: true,
|
|
51710
51744
|
configurable: true
|
|
51711
51745
|
});
|
|
51712
51746
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginLeft", {
|
|
51713
51747
|
get: function () {
|
|
51714
|
-
return this.i.
|
|
51748
|
+
return this.i.im ? this.i.im.left : NaN;
|
|
51715
51749
|
},
|
|
51716
51750
|
set: function (v) {
|
|
51717
51751
|
this.ensureSummaryRowMargin();
|
|
51718
|
-
this.i.
|
|
51719
|
-
this._a("summaryRowMarginLeft", this.i.
|
|
51720
|
-
this.i.
|
|
51752
|
+
this.i.im.left = +v;
|
|
51753
|
+
this._a("summaryRowMarginLeft", this.i.im.left);
|
|
51754
|
+
this.i.im = this.i.im;
|
|
51721
51755
|
},
|
|
51722
51756
|
enumerable: true,
|
|
51723
51757
|
configurable: true
|
|
51724
51758
|
});
|
|
51725
51759
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginRight", {
|
|
51726
51760
|
get: function () {
|
|
51727
|
-
return this.i.
|
|
51761
|
+
return this.i.im ? this.i.im.right : NaN;
|
|
51728
51762
|
},
|
|
51729
51763
|
set: function (v) {
|
|
51730
51764
|
this.ensureSummaryRowMargin();
|
|
51731
|
-
this.i.
|
|
51732
|
-
this._a("summaryRowMarginRight", this.i.
|
|
51733
|
-
this.i.
|
|
51765
|
+
this.i.im.right = +v;
|
|
51766
|
+
this._a("summaryRowMarginRight", this.i.im.right);
|
|
51767
|
+
this.i.im = this.i.im;
|
|
51734
51768
|
},
|
|
51735
51769
|
enumerable: true,
|
|
51736
51770
|
configurable: true
|
|
51737
51771
|
});
|
|
51738
51772
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginTop", {
|
|
51739
51773
|
get: function () {
|
|
51740
|
-
return this.i.
|
|
51774
|
+
return this.i.im ? this.i.im.top : NaN;
|
|
51741
51775
|
},
|
|
51742
51776
|
set: function (v) {
|
|
51743
51777
|
this.ensureSummaryRowMargin();
|
|
51744
|
-
this.i.
|
|
51745
|
-
this._a("summaryRowMarginTop", this.i.
|
|
51746
|
-
this.i.
|
|
51778
|
+
this.i.im.top = +v;
|
|
51779
|
+
this._a("summaryRowMarginTop", this.i.im.top);
|
|
51780
|
+
this.i.im = this.i.im;
|
|
51747
51781
|
},
|
|
51748
51782
|
enumerable: true,
|
|
51749
51783
|
configurable: true
|
|
51750
51784
|
});
|
|
51751
51785
|
IgcDataLegendComponent.prototype.ensureSummaryRowMargin = function () {
|
|
51752
|
-
if (this.i.
|
|
51786
|
+
if (this.i.im) {
|
|
51753
51787
|
return;
|
|
51754
51788
|
}
|
|
51755
|
-
this.i.
|
|
51789
|
+
this.i.im = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51756
51790
|
};
|
|
51757
51791
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryValueTextColor", {
|
|
51758
51792
|
/**
|
|
51759
51793
|
* Gets or sets the units text color.
|
|
51760
51794
|
*/
|
|
51761
51795
|
get: function () {
|
|
51762
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51796
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h7);
|
|
51763
51797
|
},
|
|
51764
51798
|
set: function (v) {
|
|
51765
|
-
this.i.
|
|
51766
|
-
this._a("summaryValueTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51799
|
+
this.i.h7 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
51800
|
+
this._a("summaryValueTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h7));
|
|
51767
51801
|
},
|
|
51768
51802
|
enumerable: true,
|
|
51769
51803
|
configurable: true
|
|
@@ -51792,10 +51826,10 @@
|
|
|
51792
51826
|
* Gets or sets the units text for the data legend.
|
|
51793
51827
|
*/
|
|
51794
51828
|
get: function () {
|
|
51795
|
-
return this.i.
|
|
51829
|
+
return this.i.d4;
|
|
51796
51830
|
},
|
|
51797
51831
|
set: function (v) {
|
|
51798
|
-
this.i.
|
|
51832
|
+
this.i.d4 = v;
|
|
51799
51833
|
},
|
|
51800
51834
|
enumerable: true,
|
|
51801
51835
|
configurable: true
|
|
@@ -51805,11 +51839,11 @@
|
|
|
51805
51839
|
* Gets or sets the units text color.
|
|
51806
51840
|
*/
|
|
51807
51841
|
get: function () {
|
|
51808
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51842
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h4);
|
|
51809
51843
|
},
|
|
51810
51844
|
set: function (v) {
|
|
51811
|
-
this.i.
|
|
51812
|
-
this._a("summaryLabelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51845
|
+
this.i.h4 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
51846
|
+
this._a("summaryLabelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h4));
|
|
51813
51847
|
},
|
|
51814
51848
|
enumerable: true,
|
|
51815
51849
|
configurable: true
|
|
@@ -51838,10 +51872,10 @@
|
|
|
51838
51872
|
* Gets or sets the units text for the data legend.
|
|
51839
51873
|
*/
|
|
51840
51874
|
get: function () {
|
|
51841
|
-
return this.i.
|
|
51875
|
+
return this.i.ef;
|
|
51842
51876
|
},
|
|
51843
51877
|
set: function (v) {
|
|
51844
|
-
this.i.
|
|
51878
|
+
this.i.ef = v;
|
|
51845
51879
|
},
|
|
51846
51880
|
enumerable: true,
|
|
51847
51881
|
configurable: true
|
|
@@ -51851,11 +51885,11 @@
|
|
|
51851
51885
|
* Gets or sets the units text color.
|
|
51852
51886
|
*/
|
|
51853
51887
|
get: function () {
|
|
51854
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51888
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h6);
|
|
51855
51889
|
},
|
|
51856
51890
|
set: function (v) {
|
|
51857
|
-
this.i.
|
|
51858
|
-
this._a("summaryUnitsTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
51891
|
+
this.i.h6 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
51892
|
+
this._a("summaryUnitsTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h6));
|
|
51859
51893
|
},
|
|
51860
51894
|
enumerable: true,
|
|
51861
51895
|
configurable: true
|
|
@@ -51881,61 +51915,61 @@
|
|
|
51881
51915
|
});
|
|
51882
51916
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginBottom", {
|
|
51883
51917
|
get: function () {
|
|
51884
|
-
return this.i.
|
|
51918
|
+
return this.i.ii ? this.i.ii.bottom : NaN;
|
|
51885
51919
|
},
|
|
51886
51920
|
set: function (v) {
|
|
51887
51921
|
this.ensureBadgeMargin();
|
|
51888
|
-
this.i.
|
|
51889
|
-
this._a("badgeMarginBottom", this.i.
|
|
51890
|
-
this.i.
|
|
51922
|
+
this.i.ii.bottom = +v;
|
|
51923
|
+
this._a("badgeMarginBottom", this.i.ii.bottom);
|
|
51924
|
+
this.i.ii = this.i.ii;
|
|
51891
51925
|
},
|
|
51892
51926
|
enumerable: true,
|
|
51893
51927
|
configurable: true
|
|
51894
51928
|
});
|
|
51895
51929
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginLeft", {
|
|
51896
51930
|
get: function () {
|
|
51897
|
-
return this.i.
|
|
51931
|
+
return this.i.ii ? this.i.ii.left : NaN;
|
|
51898
51932
|
},
|
|
51899
51933
|
set: function (v) {
|
|
51900
51934
|
this.ensureBadgeMargin();
|
|
51901
|
-
this.i.
|
|
51902
|
-
this._a("badgeMarginLeft", this.i.
|
|
51903
|
-
this.i.
|
|
51935
|
+
this.i.ii.left = +v;
|
|
51936
|
+
this._a("badgeMarginLeft", this.i.ii.left);
|
|
51937
|
+
this.i.ii = this.i.ii;
|
|
51904
51938
|
},
|
|
51905
51939
|
enumerable: true,
|
|
51906
51940
|
configurable: true
|
|
51907
51941
|
});
|
|
51908
51942
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginRight", {
|
|
51909
51943
|
get: function () {
|
|
51910
|
-
return this.i.
|
|
51944
|
+
return this.i.ii ? this.i.ii.right : NaN;
|
|
51911
51945
|
},
|
|
51912
51946
|
set: function (v) {
|
|
51913
51947
|
this.ensureBadgeMargin();
|
|
51914
|
-
this.i.
|
|
51915
|
-
this._a("badgeMarginRight", this.i.
|
|
51916
|
-
this.i.
|
|
51948
|
+
this.i.ii.right = +v;
|
|
51949
|
+
this._a("badgeMarginRight", this.i.ii.right);
|
|
51950
|
+
this.i.ii = this.i.ii;
|
|
51917
51951
|
},
|
|
51918
51952
|
enumerable: true,
|
|
51919
51953
|
configurable: true
|
|
51920
51954
|
});
|
|
51921
51955
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginTop", {
|
|
51922
51956
|
get: function () {
|
|
51923
|
-
return this.i.
|
|
51957
|
+
return this.i.ii ? this.i.ii.top : NaN;
|
|
51924
51958
|
},
|
|
51925
51959
|
set: function (v) {
|
|
51926
51960
|
this.ensureBadgeMargin();
|
|
51927
|
-
this.i.
|
|
51928
|
-
this._a("badgeMarginTop", this.i.
|
|
51929
|
-
this.i.
|
|
51961
|
+
this.i.ii.top = +v;
|
|
51962
|
+
this._a("badgeMarginTop", this.i.ii.top);
|
|
51963
|
+
this.i.ii = this.i.ii;
|
|
51930
51964
|
},
|
|
51931
51965
|
enumerable: true,
|
|
51932
51966
|
configurable: true
|
|
51933
51967
|
});
|
|
51934
51968
|
IgcDataLegendComponent.prototype.ensureBadgeMargin = function () {
|
|
51935
|
-
if (this.i.
|
|
51969
|
+
if (this.i.ii) {
|
|
51936
51970
|
return;
|
|
51937
51971
|
}
|
|
51938
|
-
this.i.
|
|
51972
|
+
this.i.ii = new igniteuiWebcomponentsCore.Thickness(2);
|
|
51939
51973
|
};
|
|
51940
51974
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeShape", {
|
|
51941
51975
|
/**
|
|
@@ -51998,10 +52032,10 @@
|
|
|
51998
52032
|
* Gets or sets the units text for the data legend.
|
|
51999
52033
|
*/
|
|
52000
52034
|
get: function () {
|
|
52001
|
-
return this.i.
|
|
52035
|
+
return this.i.es;
|
|
52002
52036
|
},
|
|
52003
52037
|
set: function (v) {
|
|
52004
|
-
this.i.
|
|
52038
|
+
this.i.es = v;
|
|
52005
52039
|
},
|
|
52006
52040
|
enumerable: true,
|
|
52007
52041
|
configurable: true
|
|
@@ -52011,72 +52045,72 @@
|
|
|
52011
52045
|
* Gets or sets the units text color.
|
|
52012
52046
|
*/
|
|
52013
52047
|
get: function () {
|
|
52014
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
52048
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h9);
|
|
52015
52049
|
},
|
|
52016
52050
|
set: function (v) {
|
|
52017
|
-
this.i.
|
|
52018
|
-
this._a("unitsTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
52051
|
+
this.i.h9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
52052
|
+
this._a("unitsTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h9));
|
|
52019
52053
|
},
|
|
52020
52054
|
enumerable: true,
|
|
52021
52055
|
configurable: true
|
|
52022
52056
|
});
|
|
52023
52057
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginBottom", {
|
|
52024
52058
|
get: function () {
|
|
52025
|
-
return this.i.
|
|
52059
|
+
return this.i.iq ? this.i.iq.bottom : NaN;
|
|
52026
52060
|
},
|
|
52027
52061
|
set: function (v) {
|
|
52028
52062
|
this.ensureUnitsTextMargin();
|
|
52029
|
-
this.i.
|
|
52030
|
-
this._a("unitsTextMarginBottom", this.i.
|
|
52031
|
-
this.i.
|
|
52063
|
+
this.i.iq.bottom = +v;
|
|
52064
|
+
this._a("unitsTextMarginBottom", this.i.iq.bottom);
|
|
52065
|
+
this.i.iq = this.i.iq;
|
|
52032
52066
|
},
|
|
52033
52067
|
enumerable: true,
|
|
52034
52068
|
configurable: true
|
|
52035
52069
|
});
|
|
52036
52070
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginLeft", {
|
|
52037
52071
|
get: function () {
|
|
52038
|
-
return this.i.
|
|
52072
|
+
return this.i.iq ? this.i.iq.left : NaN;
|
|
52039
52073
|
},
|
|
52040
52074
|
set: function (v) {
|
|
52041
52075
|
this.ensureUnitsTextMargin();
|
|
52042
|
-
this.i.
|
|
52043
|
-
this._a("unitsTextMarginLeft", this.i.
|
|
52044
|
-
this.i.
|
|
52076
|
+
this.i.iq.left = +v;
|
|
52077
|
+
this._a("unitsTextMarginLeft", this.i.iq.left);
|
|
52078
|
+
this.i.iq = this.i.iq;
|
|
52045
52079
|
},
|
|
52046
52080
|
enumerable: true,
|
|
52047
52081
|
configurable: true
|
|
52048
52082
|
});
|
|
52049
52083
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginRight", {
|
|
52050
52084
|
get: function () {
|
|
52051
|
-
return this.i.
|
|
52085
|
+
return this.i.iq ? this.i.iq.right : NaN;
|
|
52052
52086
|
},
|
|
52053
52087
|
set: function (v) {
|
|
52054
52088
|
this.ensureUnitsTextMargin();
|
|
52055
|
-
this.i.
|
|
52056
|
-
this._a("unitsTextMarginRight", this.i.
|
|
52057
|
-
this.i.
|
|
52089
|
+
this.i.iq.right = +v;
|
|
52090
|
+
this._a("unitsTextMarginRight", this.i.iq.right);
|
|
52091
|
+
this.i.iq = this.i.iq;
|
|
52058
52092
|
},
|
|
52059
52093
|
enumerable: true,
|
|
52060
52094
|
configurable: true
|
|
52061
52095
|
});
|
|
52062
52096
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginTop", {
|
|
52063
52097
|
get: function () {
|
|
52064
|
-
return this.i.
|
|
52098
|
+
return this.i.iq ? this.i.iq.top : NaN;
|
|
52065
52099
|
},
|
|
52066
52100
|
set: function (v) {
|
|
52067
52101
|
this.ensureUnitsTextMargin();
|
|
52068
|
-
this.i.
|
|
52069
|
-
this._a("unitsTextMarginTop", this.i.
|
|
52070
|
-
this.i.
|
|
52102
|
+
this.i.iq.top = +v;
|
|
52103
|
+
this._a("unitsTextMarginTop", this.i.iq.top);
|
|
52104
|
+
this.i.iq = this.i.iq;
|
|
52071
52105
|
},
|
|
52072
52106
|
enumerable: true,
|
|
52073
52107
|
configurable: true
|
|
52074
52108
|
});
|
|
52075
52109
|
IgcDataLegendComponent.prototype.ensureUnitsTextMargin = function () {
|
|
52076
|
-
if (this.i.
|
|
52110
|
+
if (this.i.iq) {
|
|
52077
52111
|
return;
|
|
52078
52112
|
}
|
|
52079
|
-
this.i.
|
|
52113
|
+
this.i.iq = new igniteuiWebcomponentsCore.Thickness(2);
|
|
52080
52114
|
};
|
|
52081
52115
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextStyle", {
|
|
52082
52116
|
/**
|
|
@@ -52099,72 +52133,72 @@
|
|
|
52099
52133
|
});
|
|
52100
52134
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginBottom", {
|
|
52101
52135
|
get: function () {
|
|
52102
|
-
return this.i.
|
|
52136
|
+
return this.i.ip ? this.i.ip.bottom : NaN;
|
|
52103
52137
|
},
|
|
52104
52138
|
set: function (v) {
|
|
52105
52139
|
this.ensureTitleTextMargin();
|
|
52106
|
-
this.i.
|
|
52107
|
-
this._a("titleTextMarginBottom", this.i.
|
|
52108
|
-
this.i.
|
|
52140
|
+
this.i.ip.bottom = +v;
|
|
52141
|
+
this._a("titleTextMarginBottom", this.i.ip.bottom);
|
|
52142
|
+
this.i.ip = this.i.ip;
|
|
52109
52143
|
},
|
|
52110
52144
|
enumerable: true,
|
|
52111
52145
|
configurable: true
|
|
52112
52146
|
});
|
|
52113
52147
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginLeft", {
|
|
52114
52148
|
get: function () {
|
|
52115
|
-
return this.i.
|
|
52149
|
+
return this.i.ip ? this.i.ip.left : NaN;
|
|
52116
52150
|
},
|
|
52117
52151
|
set: function (v) {
|
|
52118
52152
|
this.ensureTitleTextMargin();
|
|
52119
|
-
this.i.
|
|
52120
|
-
this._a("titleTextMarginLeft", this.i.
|
|
52121
|
-
this.i.
|
|
52153
|
+
this.i.ip.left = +v;
|
|
52154
|
+
this._a("titleTextMarginLeft", this.i.ip.left);
|
|
52155
|
+
this.i.ip = this.i.ip;
|
|
52122
52156
|
},
|
|
52123
52157
|
enumerable: true,
|
|
52124
52158
|
configurable: true
|
|
52125
52159
|
});
|
|
52126
52160
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginRight", {
|
|
52127
52161
|
get: function () {
|
|
52128
|
-
return this.i.
|
|
52162
|
+
return this.i.ip ? this.i.ip.right : NaN;
|
|
52129
52163
|
},
|
|
52130
52164
|
set: function (v) {
|
|
52131
52165
|
this.ensureTitleTextMargin();
|
|
52132
|
-
this.i.
|
|
52133
|
-
this._a("titleTextMarginRight", this.i.
|
|
52134
|
-
this.i.
|
|
52166
|
+
this.i.ip.right = +v;
|
|
52167
|
+
this._a("titleTextMarginRight", this.i.ip.right);
|
|
52168
|
+
this.i.ip = this.i.ip;
|
|
52135
52169
|
},
|
|
52136
52170
|
enumerable: true,
|
|
52137
52171
|
configurable: true
|
|
52138
52172
|
});
|
|
52139
52173
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginTop", {
|
|
52140
52174
|
get: function () {
|
|
52141
|
-
return this.i.
|
|
52175
|
+
return this.i.ip ? this.i.ip.top : NaN;
|
|
52142
52176
|
},
|
|
52143
52177
|
set: function (v) {
|
|
52144
52178
|
this.ensureTitleTextMargin();
|
|
52145
|
-
this.i.
|
|
52146
|
-
this._a("titleTextMarginTop", this.i.
|
|
52147
|
-
this.i.
|
|
52179
|
+
this.i.ip.top = +v;
|
|
52180
|
+
this._a("titleTextMarginTop", this.i.ip.top);
|
|
52181
|
+
this.i.ip = this.i.ip;
|
|
52148
52182
|
},
|
|
52149
52183
|
enumerable: true,
|
|
52150
52184
|
configurable: true
|
|
52151
52185
|
});
|
|
52152
52186
|
IgcDataLegendComponent.prototype.ensureTitleTextMargin = function () {
|
|
52153
|
-
if (this.i.
|
|
52187
|
+
if (this.i.ip) {
|
|
52154
52188
|
return;
|
|
52155
52189
|
}
|
|
52156
|
-
this.i.
|
|
52190
|
+
this.i.ip = new igniteuiWebcomponentsCore.Thickness(2);
|
|
52157
52191
|
};
|
|
52158
52192
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextColor", {
|
|
52159
52193
|
/**
|
|
52160
52194
|
* Gets or sets the display text color.
|
|
52161
52195
|
*/
|
|
52162
52196
|
get: function () {
|
|
52163
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
52197
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h8);
|
|
52164
52198
|
},
|
|
52165
52199
|
set: function (v) {
|
|
52166
|
-
this.i.
|
|
52167
|
-
this._a("titleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
52200
|
+
this.i.h8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
52201
|
+
this._a("titleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h8));
|
|
52168
52202
|
},
|
|
52169
52203
|
enumerable: true,
|
|
52170
52204
|
configurable: true
|
|
@@ -52207,72 +52241,72 @@
|
|
|
52207
52241
|
* Gets or sets the units text color.
|
|
52208
52242
|
*/
|
|
52209
52243
|
get: function () {
|
|
52210
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
52244
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.h2);
|
|
52211
52245
|
},
|
|
52212
52246
|
set: function (v) {
|
|
52213
|
-
this.i.
|
|
52214
|
-
this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
52247
|
+
this.i.h2 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
52248
|
+
this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.h2));
|
|
52215
52249
|
},
|
|
52216
52250
|
enumerable: true,
|
|
52217
52251
|
configurable: true
|
|
52218
52252
|
});
|
|
52219
52253
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginBottom", {
|
|
52220
52254
|
get: function () {
|
|
52221
|
-
return this.i.
|
|
52255
|
+
return this.i.il ? this.i.il.bottom : NaN;
|
|
52222
52256
|
},
|
|
52223
52257
|
set: function (v) {
|
|
52224
52258
|
this.ensureLabelTextMargin();
|
|
52225
|
-
this.i.
|
|
52226
|
-
this._a("labelTextMarginBottom", this.i.
|
|
52227
|
-
this.i.
|
|
52259
|
+
this.i.il.bottom = +v;
|
|
52260
|
+
this._a("labelTextMarginBottom", this.i.il.bottom);
|
|
52261
|
+
this.i.il = this.i.il;
|
|
52228
52262
|
},
|
|
52229
52263
|
enumerable: true,
|
|
52230
52264
|
configurable: true
|
|
52231
52265
|
});
|
|
52232
52266
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginLeft", {
|
|
52233
52267
|
get: function () {
|
|
52234
|
-
return this.i.
|
|
52268
|
+
return this.i.il ? this.i.il.left : NaN;
|
|
52235
52269
|
},
|
|
52236
52270
|
set: function (v) {
|
|
52237
52271
|
this.ensureLabelTextMargin();
|
|
52238
|
-
this.i.
|
|
52239
|
-
this._a("labelTextMarginLeft", this.i.
|
|
52240
|
-
this.i.
|
|
52272
|
+
this.i.il.left = +v;
|
|
52273
|
+
this._a("labelTextMarginLeft", this.i.il.left);
|
|
52274
|
+
this.i.il = this.i.il;
|
|
52241
52275
|
},
|
|
52242
52276
|
enumerable: true,
|
|
52243
52277
|
configurable: true
|
|
52244
52278
|
});
|
|
52245
52279
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginRight", {
|
|
52246
52280
|
get: function () {
|
|
52247
|
-
return this.i.
|
|
52281
|
+
return this.i.il ? this.i.il.right : NaN;
|
|
52248
52282
|
},
|
|
52249
52283
|
set: function (v) {
|
|
52250
52284
|
this.ensureLabelTextMargin();
|
|
52251
|
-
this.i.
|
|
52252
|
-
this._a("labelTextMarginRight", this.i.
|
|
52253
|
-
this.i.
|
|
52285
|
+
this.i.il.right = +v;
|
|
52286
|
+
this._a("labelTextMarginRight", this.i.il.right);
|
|
52287
|
+
this.i.il = this.i.il;
|
|
52254
52288
|
},
|
|
52255
52289
|
enumerable: true,
|
|
52256
52290
|
configurable: true
|
|
52257
52291
|
});
|
|
52258
52292
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginTop", {
|
|
52259
52293
|
get: function () {
|
|
52260
|
-
return this.i.
|
|
52294
|
+
return this.i.il ? this.i.il.top : NaN;
|
|
52261
52295
|
},
|
|
52262
52296
|
set: function (v) {
|
|
52263
52297
|
this.ensureLabelTextMargin();
|
|
52264
|
-
this.i.
|
|
52265
|
-
this._a("labelTextMarginTop", this.i.
|
|
52266
|
-
this.i.
|
|
52298
|
+
this.i.il.top = +v;
|
|
52299
|
+
this._a("labelTextMarginTop", this.i.il.top);
|
|
52300
|
+
this.i.il = this.i.il;
|
|
52267
52301
|
},
|
|
52268
52302
|
enumerable: true,
|
|
52269
52303
|
configurable: true
|
|
52270
52304
|
});
|
|
52271
52305
|
IgcDataLegendComponent.prototype.ensureLabelTextMargin = function () {
|
|
52272
|
-
if (this.i.
|
|
52306
|
+
if (this.i.il) {
|
|
52273
52307
|
return;
|
|
52274
52308
|
}
|
|
52275
|
-
this.i.
|
|
52309
|
+
this.i.il = new igniteuiWebcomponentsCore.Thickness(2);
|
|
52276
52310
|
};
|
|
52277
52311
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextStyle", {
|
|
52278
52312
|
/**
|
|
@@ -52402,15 +52436,15 @@
|
|
|
52402
52436
|
this.i.flush();
|
|
52403
52437
|
};
|
|
52404
52438
|
IgcDataLegendComponent.prototype.getAbbreviatedNumber = function (number, mode, minDigits, maxDigits) {
|
|
52405
|
-
var iv = this.i.
|
|
52439
|
+
var iv = this.i.cr(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
52406
52440
|
return (iv);
|
|
52407
52441
|
};
|
|
52408
52442
|
IgcDataLegendComponent.prototype.getAbbreviatedSymbol = function (number, mode, minDigits, maxDigits) {
|
|
52409
|
-
var iv = this.i.
|
|
52443
|
+
var iv = this.i.c8(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
52410
52444
|
return (iv);
|
|
52411
52445
|
};
|
|
52412
52446
|
IgcDataLegendComponent.prototype.getAbbreviatedString = function (number, mode, minDigits, maxDigits) {
|
|
52413
|
-
var iv = this.i.
|
|
52447
|
+
var iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
52414
52448
|
return (iv);
|
|
52415
52449
|
};
|
|
52416
52450
|
Object.defineProperty(IgcDataLegendComponent.prototype, "calculateColumnSummary", {
|
|
@@ -58734,9 +58768,10 @@
|
|
|
58734
58768
|
var c = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
58735
58769
|
c.a = 0;
|
|
58736
58770
|
c.l = this.gl({ $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b }, false, false);
|
|
58771
|
+
c.q = this.t5 != null ? this.t5 : "Value";
|
|
58737
58772
|
c.p = "Value";
|
|
58738
|
-
c.
|
|
58739
|
-
c.
|
|
58773
|
+
c.r = this.t1 != null ? this.t1 : "V:";
|
|
58774
|
+
c.s = this.t3 != null ? this.t3 : "";
|
|
58740
58775
|
var d = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
58741
58776
|
d.f = ((function () {
|
|
58742
58777
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -60772,11 +60807,13 @@
|
|
|
60772
60807
|
}
|
|
60773
60808
|
if (!r.externalObject) {
|
|
60774
60809
|
var e = new IgcHighlightingInfo();
|
|
60775
|
-
if (
|
|
60776
|
-
e.
|
|
60810
|
+
if (r.$type) {
|
|
60811
|
+
e._implementation = r;
|
|
60777
60812
|
}
|
|
60778
60813
|
else {
|
|
60779
|
-
e.
|
|
60814
|
+
if (e.i.setNativeElement) {
|
|
60815
|
+
e.i.setNativeElement(r);
|
|
60816
|
+
}
|
|
60780
60817
|
}
|
|
60781
60818
|
r.externalObject = e;
|
|
60782
60819
|
}
|
|
@@ -78804,11 +78841,13 @@
|
|
|
78804
78841
|
}
|
|
78805
78842
|
if (!r.externalObject) {
|
|
78806
78843
|
var e = new IgcChartSortDescriptionCollection();
|
|
78807
|
-
if (
|
|
78808
|
-
e.
|
|
78844
|
+
if (r.$type) {
|
|
78845
|
+
e._implementation = r;
|
|
78809
78846
|
}
|
|
78810
78847
|
else {
|
|
78811
|
-
e.
|
|
78848
|
+
if (e.i.setNativeElement) {
|
|
78849
|
+
e.i.setNativeElement(r);
|
|
78850
|
+
}
|
|
78812
78851
|
}
|
|
78813
78852
|
r.externalObject = e;
|
|
78814
78853
|
}
|
|
@@ -78825,11 +78864,13 @@
|
|
|
78825
78864
|
}
|
|
78826
78865
|
if (!r.externalObject) {
|
|
78827
78866
|
var e = new IgcChartSortDescriptionCollection();
|
|
78828
|
-
if (
|
|
78829
|
-
e.
|
|
78867
|
+
if (r.$type) {
|
|
78868
|
+
e._implementation = r;
|
|
78830
78869
|
}
|
|
78831
78870
|
else {
|
|
78832
|
-
e.
|
|
78871
|
+
if (e.i.setNativeElement) {
|
|
78872
|
+
e.i.setNativeElement(r);
|
|
78873
|
+
}
|
|
78833
78874
|
}
|
|
78834
78875
|
r.externalObject = e;
|
|
78835
78876
|
}
|
|
@@ -78849,11 +78890,13 @@
|
|
|
78849
78890
|
}
|
|
78850
78891
|
if (!r.externalObject) {
|
|
78851
78892
|
var e = new IgcChartSortDescriptionCollection();
|
|
78852
|
-
if (
|
|
78853
|
-
e.
|
|
78893
|
+
if (r.$type) {
|
|
78894
|
+
e._implementation = r;
|
|
78854
78895
|
}
|
|
78855
78896
|
else {
|
|
78856
|
-
e.
|
|
78897
|
+
if (e.i.setNativeElement) {
|
|
78898
|
+
e.i.setNativeElement(r);
|
|
78899
|
+
}
|
|
78857
78900
|
}
|
|
78858
78901
|
r.externalObject = e;
|
|
78859
78902
|
}
|
|
@@ -78873,11 +78916,13 @@
|
|
|
78873
78916
|
}
|
|
78874
78917
|
if (!r.externalObject) {
|
|
78875
78918
|
var e = new igniteuiWebcomponentsCore.IgcFilterExpressionCollection();
|
|
78876
|
-
if (
|
|
78877
|
-
e.
|
|
78919
|
+
if (r.$type) {
|
|
78920
|
+
e._implementation = r;
|
|
78878
78921
|
}
|
|
78879
78922
|
else {
|
|
78880
|
-
e.
|
|
78923
|
+
if (e.i.setNativeElement) {
|
|
78924
|
+
e.i.setNativeElement(r);
|
|
78925
|
+
}
|
|
78881
78926
|
}
|
|
78882
78927
|
r.externalObject = e;
|
|
78883
78928
|
}
|
|
@@ -78897,11 +78942,13 @@
|
|
|
78897
78942
|
}
|
|
78898
78943
|
if (!r.externalObject) {
|
|
78899
78944
|
var e = new IgcChartSummaryDescriptionCollection();
|
|
78900
|
-
if (
|
|
78901
|
-
e.
|
|
78945
|
+
if (r.$type) {
|
|
78946
|
+
e._implementation = r;
|
|
78902
78947
|
}
|
|
78903
78948
|
else {
|
|
78904
|
-
e.
|
|
78949
|
+
if (e.i.setNativeElement) {
|
|
78950
|
+
e.i.setNativeElement(r);
|
|
78951
|
+
}
|
|
78905
78952
|
}
|
|
78906
78953
|
r.externalObject = e;
|
|
78907
78954
|
}
|
|
@@ -78921,11 +78968,13 @@
|
|
|
78921
78968
|
}
|
|
78922
78969
|
if (!r.externalObject) {
|
|
78923
78970
|
var e = new IgcChartSortDescriptionCollection();
|
|
78924
|
-
if (
|
|
78925
|
-
e.
|
|
78971
|
+
if (r.$type) {
|
|
78972
|
+
e._implementation = r;
|
|
78926
78973
|
}
|
|
78927
78974
|
else {
|
|
78928
|
-
e.
|
|
78975
|
+
if (e.i.setNativeElement) {
|
|
78976
|
+
e.i.setNativeElement(r);
|
|
78977
|
+
}
|
|
78929
78978
|
}
|
|
78930
78979
|
r.externalObject = e;
|
|
78931
78980
|
}
|
|
@@ -78945,11 +78994,13 @@
|
|
|
78945
78994
|
}
|
|
78946
78995
|
if (!r.externalObject) {
|
|
78947
78996
|
var e = new IgcChartSortDescriptionCollection();
|
|
78948
|
-
if (
|
|
78949
|
-
e.
|
|
78997
|
+
if (r.$type) {
|
|
78998
|
+
e._implementation = r;
|
|
78950
78999
|
}
|
|
78951
79000
|
else {
|
|
78952
|
-
e.
|
|
79001
|
+
if (e.i.setNativeElement) {
|
|
79002
|
+
e.i.setNativeElement(r);
|
|
79003
|
+
}
|
|
78953
79004
|
}
|
|
78954
79005
|
r.externalObject = e;
|
|
78955
79006
|
}
|
|
@@ -78969,11 +79020,13 @@
|
|
|
78969
79020
|
}
|
|
78970
79021
|
if (!r.externalObject) {
|
|
78971
79022
|
var e = new IgcChartSortDescriptionCollection();
|
|
78972
|
-
if (
|
|
78973
|
-
e.
|
|
79023
|
+
if (r.$type) {
|
|
79024
|
+
e._implementation = r;
|
|
78974
79025
|
}
|
|
78975
79026
|
else {
|
|
78976
|
-
e.
|
|
79027
|
+
if (e.i.setNativeElement) {
|
|
79028
|
+
e.i.setNativeElement(r);
|
|
79029
|
+
}
|
|
78977
79030
|
}
|
|
78978
79031
|
r.externalObject = e;
|
|
78979
79032
|
}
|
|
@@ -78993,11 +79046,13 @@
|
|
|
78993
79046
|
}
|
|
78994
79047
|
if (!r.externalObject) {
|
|
78995
79048
|
var e = new IgcChartSummaryDescriptionCollection();
|
|
78996
|
-
if (
|
|
78997
|
-
e.
|
|
79049
|
+
if (r.$type) {
|
|
79050
|
+
e._implementation = r;
|
|
78998
79051
|
}
|
|
78999
79052
|
else {
|
|
79000
|
-
e.
|
|
79053
|
+
if (e.i.setNativeElement) {
|
|
79054
|
+
e.i.setNativeElement(r);
|
|
79055
|
+
}
|
|
79001
79056
|
}
|
|
79002
79057
|
r.externalObject = e;
|
|
79003
79058
|
}
|
|
@@ -101269,11 +101324,13 @@
|
|
|
101269
101324
|
}
|
|
101270
101325
|
if (!r.externalObject) {
|
|
101271
101326
|
var e = new IgcRing();
|
|
101272
|
-
if (
|
|
101273
|
-
e.
|
|
101327
|
+
if (r.$type) {
|
|
101328
|
+
e._implementation = r;
|
|
101274
101329
|
}
|
|
101275
101330
|
else {
|
|
101276
|
-
e.
|
|
101331
|
+
if (e.i.setNativeElement) {
|
|
101332
|
+
e.i.setNativeElement(r);
|
|
101333
|
+
}
|
|
101277
101334
|
}
|
|
101278
101335
|
r.externalObject = e;
|
|
101279
101336
|
}
|
|
@@ -117766,11 +117823,13 @@
|
|
|
117766
117823
|
}
|
|
117767
117824
|
if (!r.externalObject) {
|
|
117768
117825
|
var e = new IgcFinancialCalculationDataSource();
|
|
117769
|
-
if (
|
|
117770
|
-
e.
|
|
117826
|
+
if (r.$type) {
|
|
117827
|
+
e._implementation = r;
|
|
117771
117828
|
}
|
|
117772
117829
|
else {
|
|
117773
|
-
e.
|
|
117830
|
+
if (e.i.setNativeElement) {
|
|
117831
|
+
e.i.setNativeElement(r);
|
|
117832
|
+
}
|
|
117774
117833
|
}
|
|
117775
117834
|
r.externalObject = e;
|
|
117776
117835
|
}
|
|
@@ -117793,11 +117852,13 @@
|
|
|
117793
117852
|
}
|
|
117794
117853
|
if (!r.externalObject) {
|
|
117795
117854
|
var e = new IgcFinancialCalculationSupportingCalculations();
|
|
117796
|
-
if (
|
|
117797
|
-
e.
|
|
117855
|
+
if (r.$type) {
|
|
117856
|
+
e._implementation = r;
|
|
117798
117857
|
}
|
|
117799
117858
|
else {
|
|
117800
|
-
e.
|
|
117859
|
+
if (e.i.setNativeElement) {
|
|
117860
|
+
e.i.setNativeElement(r);
|
|
117861
|
+
}
|
|
117801
117862
|
}
|
|
117802
117863
|
r.externalObject = e;
|
|
117803
117864
|
}
|
|
@@ -129355,27 +129416,30 @@
|
|
|
129355
129416
|
var f = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129356
129417
|
f.a = 4;
|
|
129357
129418
|
f.l = this.r8(c, false, false);
|
|
129358
|
-
f.p =
|
|
129359
|
-
f.q = this.
|
|
129360
|
-
f.r = this.
|
|
129419
|
+
f.p = "Close";
|
|
129420
|
+
f.q = this.sk != null ? this.sk : "Close";
|
|
129421
|
+
f.r = this.tw != null ? this.tw : "C:";
|
|
129422
|
+
f.s = this.ty != null ? this.ty : "";
|
|
129361
129423
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129362
129424
|
g.l = this.r9(c, false, false);
|
|
129363
129425
|
g.a = 3;
|
|
129364
|
-
g.p =
|
|
129365
|
-
g.q = this.
|
|
129366
|
-
g.r = this.
|
|
129426
|
+
g.p = "Open";
|
|
129427
|
+
g.q = this.sw != null ? this.sw : "Open";
|
|
129428
|
+
g.r = this.ua != null ? this.ua : "O:";
|
|
129429
|
+
g.s = this.uc != null ? this.uc : "";
|
|
129367
129430
|
g.k = true;
|
|
129368
129431
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129369
129432
|
h.l = (f.l - g.l) / g.l * 100;
|
|
129370
129433
|
h.l = igniteuiWebcomponentsCore.round10N(h.l, 1);
|
|
129371
129434
|
h.a = 9;
|
|
129372
129435
|
h.p = "Change";
|
|
129373
|
-
h.q = "";
|
|
129374
|
-
h.
|
|
129375
|
-
h.
|
|
129376
|
-
h.
|
|
129377
|
-
h.
|
|
129378
|
-
h.
|
|
129436
|
+
h.q = "Change";
|
|
129437
|
+
h.r = "";
|
|
129438
|
+
h.u = "";
|
|
129439
|
+
h.w = "+";
|
|
129440
|
+
h.v = "%";
|
|
129441
|
+
h.x = "%";
|
|
129442
|
+
h.s = null;
|
|
129379
129443
|
h.c = false;
|
|
129380
129444
|
h.k = true;
|
|
129381
129445
|
h.e = false;
|
|
@@ -129385,37 +129449,41 @@
|
|
|
129385
129449
|
h.d = false;
|
|
129386
129450
|
h.n = 1;
|
|
129387
129451
|
h.m = 1;
|
|
129388
|
-
g.
|
|
129389
|
-
f.
|
|
129390
|
-
h.
|
|
129452
|
+
g.y = h.l >= 0 ? this.o3 : this.tm;
|
|
129453
|
+
f.y = h.l >= 0 ? this.o3 : this.tm;
|
|
129454
|
+
h.y = h.l >= 0 ? this.o3 : this.tm;
|
|
129391
129455
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129392
129456
|
i.l = e > d ? d : e;
|
|
129393
129457
|
i.a = 1;
|
|
129394
|
-
i.p =
|
|
129395
|
-
i.q = this.
|
|
129396
|
-
i.r = this.
|
|
129458
|
+
i.p = "Low";
|
|
129459
|
+
i.q = this.ss != null ? this.ss : "Low";
|
|
129460
|
+
i.r = this.t5 != null ? this.t5 : "L:";
|
|
129461
|
+
i.s = this.t7 != null ? this.t7 : "";
|
|
129397
129462
|
i.k = true;
|
|
129398
129463
|
var j = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129399
129464
|
j.l = e > d ? e : d;
|
|
129400
129465
|
j.a = 2;
|
|
129401
|
-
j.p =
|
|
129402
|
-
j.q = this.
|
|
129403
|
-
j.r = this.
|
|
129466
|
+
j.p = "High";
|
|
129467
|
+
j.q = this.sn != null ? this.sn : "High";
|
|
129468
|
+
j.r = this.t1 != null ? this.t1 : "H:";
|
|
129469
|
+
j.s = this.t3 != null ? this.t3 : "";
|
|
129404
129470
|
j.k = true;
|
|
129405
129471
|
var k = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129406
129472
|
k.l = (j.l + i.l + f.l) / 3;
|
|
129407
129473
|
k.l = igniteuiWebcomponentsCore.round10N(k.l, 2);
|
|
129408
129474
|
k.a = 5;
|
|
129409
129475
|
k.p = "TypicalPrice";
|
|
129410
|
-
k.q = "
|
|
129411
|
-
k.r = "";
|
|
129476
|
+
k.q = "TypicalPrice";
|
|
129477
|
+
k.r = "TP:";
|
|
129478
|
+
k.s = "";
|
|
129412
129479
|
k.k = true;
|
|
129413
129480
|
var l = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
129414
129481
|
l.l = this.sa(c, false, false);
|
|
129415
129482
|
l.a = 8;
|
|
129416
|
-
l.p =
|
|
129417
|
-
l.q =
|
|
129418
|
-
l.r = "";
|
|
129483
|
+
l.p = "Volume";
|
|
129484
|
+
l.q = this.s0 != null ? this.s0 : "Volume";
|
|
129485
|
+
l.r = "VOL:";
|
|
129486
|
+
l.s = "";
|
|
129419
129487
|
l.k = true;
|
|
129420
129488
|
l.n = 0;
|
|
129421
129489
|
l.m = 0;
|
|
@@ -156387,26 +156455,30 @@
|
|
|
156387
156455
|
var f = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
156388
156456
|
f.a = 1;
|
|
156389
156457
|
f.l = e > d ? d : e;
|
|
156390
|
-
f.p =
|
|
156391
|
-
f.q = this.
|
|
156392
|
-
f.r = this.
|
|
156458
|
+
f.p = "Low";
|
|
156459
|
+
f.q = this.tt != null ? this.tt : "Low";
|
|
156460
|
+
f.r = this.t6 != null ? this.t6 : "L:";
|
|
156461
|
+
f.s = this.t8 != null ? this.t8 : "";
|
|
156393
156462
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
156394
156463
|
g.a = 2;
|
|
156395
156464
|
g.l = e > d ? e : d;
|
|
156396
|
-
g.p =
|
|
156397
|
-
g.q = this.
|
|
156398
|
-
g.r = this.
|
|
156465
|
+
g.p = "High";
|
|
156466
|
+
g.q = this.tq != null ? this.tq : "High";
|
|
156467
|
+
g.r = this.t2 != null ? this.t2 : "H:";
|
|
156468
|
+
g.s = this.t4 != null ? this.t4 : "";
|
|
156399
156469
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
156400
156470
|
h.a = 7;
|
|
156401
156471
|
h.l = Math.abs(g.l - f.l);
|
|
156402
156472
|
h.p = "Range";
|
|
156403
|
-
h.q = "
|
|
156473
|
+
h.q = "Range";
|
|
156474
|
+
h.r = "R:";
|
|
156404
156475
|
h.k = true;
|
|
156405
156476
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
156406
156477
|
i.a = 6;
|
|
156407
156478
|
i.l = f.l + (h.l / 2);
|
|
156408
156479
|
i.p = "Average";
|
|
156409
|
-
i.q = "
|
|
156480
|
+
i.q = "Average";
|
|
156481
|
+
i.r = "A:";
|
|
156410
156482
|
i.k = true;
|
|
156411
156483
|
var j = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
156412
156484
|
j.f = ((function () {
|
|
@@ -165137,15 +165209,17 @@
|
|
|
165137
165209
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
165138
165210
|
g.l = e;
|
|
165139
165211
|
g.a = 11;
|
|
165140
|
-
g.
|
|
165141
|
-
g.
|
|
165142
|
-
g.r = this.
|
|
165212
|
+
g.q = this.tw != null ? this.tw : "Radius";
|
|
165213
|
+
g.p = "Radius";
|
|
165214
|
+
g.r = this.ts != null ? this.ts : "R:";
|
|
165215
|
+
g.s = this.tu != null ? this.tu : "";
|
|
165143
165216
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
165144
165217
|
h.l = f;
|
|
165145
165218
|
h.a = 10;
|
|
165146
|
-
h.
|
|
165147
|
-
h.
|
|
165148
|
-
h.r = this.
|
|
165219
|
+
h.q = this.ti != null ? this.ti : "Angle";
|
|
165220
|
+
h.p = "Angle";
|
|
165221
|
+
h.r = this.te != null ? this.te : "A:";
|
|
165222
|
+
h.s = this.tg != null ? this.tg : "";
|
|
165149
165223
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
165150
165224
|
i.f = ((function () {
|
|
165151
165225
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -168655,9 +168729,10 @@
|
|
|
168655
168729
|
var c = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
168656
168730
|
c.a = 0;
|
|
168657
168731
|
c.l = this.gl({ $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b }, false, false);
|
|
168658
|
-
c.p =
|
|
168659
|
-
c.q = this.
|
|
168660
|
-
c.r = this.
|
|
168732
|
+
c.p = "Value";
|
|
168733
|
+
c.q = this.to != null ? this.to : "Value";
|
|
168734
|
+
c.r = this.tk != null ? this.tk : "V:";
|
|
168735
|
+
c.s = this.tm != null ? this.tm : "";
|
|
168661
168736
|
var d = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
168662
168737
|
d.f = ((function () {
|
|
168663
168738
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -175524,15 +175599,17 @@
|
|
|
175524
175599
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
175525
175600
|
g.l = e;
|
|
175526
175601
|
g.a = 13;
|
|
175527
|
-
g.p =
|
|
175528
|
-
g.q = this.
|
|
175529
|
-
g.r = this.
|
|
175602
|
+
g.p = "X";
|
|
175603
|
+
g.q = this.ti != null ? this.ti : "X";
|
|
175604
|
+
g.r = this.te != null ? this.te : "X:";
|
|
175605
|
+
g.s = this.tg != null ? this.tg : "";
|
|
175530
175606
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
175531
175607
|
h.l = f;
|
|
175532
175608
|
h.a = 14;
|
|
175533
|
-
h.p =
|
|
175534
|
-
h.q = this.
|
|
175535
|
-
h.r = this.
|
|
175609
|
+
h.p = "Y";
|
|
175610
|
+
h.q = this.tq != null ? this.tq : "Y";
|
|
175611
|
+
h.r = this.tm != null ? this.tm : "Y:";
|
|
175612
|
+
h.s = this.to != null ? this.to : "";
|
|
175536
175613
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
175537
175614
|
i.f = ((function () {
|
|
175538
175615
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -176583,15 +176660,17 @@
|
|
|
176583
176660
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
176584
176661
|
g.a = 13;
|
|
176585
176662
|
g.l = e;
|
|
176586
|
-
g.p =
|
|
176587
|
-
g.q = this.
|
|
176588
|
-
g.r = this.
|
|
176663
|
+
g.p = "X";
|
|
176664
|
+
g.q = this.ti != null ? this.ti : "X";
|
|
176665
|
+
g.r = this.te != null ? this.te : "X:";
|
|
176666
|
+
g.s = this.tg != null ? this.tg : "";
|
|
176589
176667
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
176590
176668
|
h.l = f;
|
|
176591
176669
|
h.a = 14;
|
|
176592
|
-
h.p =
|
|
176593
|
-
h.q = this.
|
|
176594
|
-
h.r = this.
|
|
176670
|
+
h.p = "Y";
|
|
176671
|
+
h.q = this.tq != null ? this.tq : "Y";
|
|
176672
|
+
h.r = this.tm != null ? this.tm : "Y:";
|
|
176673
|
+
h.s = this.to != null ? this.to : "";
|
|
176595
176674
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
176596
176675
|
i.f = ((function () {
|
|
176597
176676
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -176605,18 +176684,20 @@
|
|
|
176605
176684
|
var k = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
176606
176685
|
k.l = j;
|
|
176607
176686
|
k.a = 11;
|
|
176608
|
-
k.p =
|
|
176609
|
-
k.q = this.
|
|
176610
|
-
k.r = this.
|
|
176687
|
+
k.p = "Radius";
|
|
176688
|
+
k.q = this.wb != null ? this.wb : "Radius";
|
|
176689
|
+
k.r = this.v7 != null ? this.v7 : "R:";
|
|
176690
|
+
k.s = this.v9 != null ? this.v9 : "";
|
|
176611
176691
|
i.f.add(k);
|
|
176612
176692
|
}
|
|
176613
176693
|
else if (this.va != null) {
|
|
176614
176694
|
var l = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
176615
176695
|
l.l = this.va.maximumValue;
|
|
176616
176696
|
l.a = 11;
|
|
176617
|
-
l.p =
|
|
176618
|
-
l.q = this.
|
|
176619
|
-
l.r = this.
|
|
176697
|
+
l.p = "Radius";
|
|
176698
|
+
l.q = this.wb != null ? this.wb : "Radius";
|
|
176699
|
+
l.r = this.v7 != null ? this.v7 : "R:";
|
|
176700
|
+
l.s = this.v9 != null ? this.v9 : "";
|
|
176620
176701
|
i.f.add(l);
|
|
176621
176702
|
}
|
|
176622
176703
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.vw)) {
|
|
@@ -176624,9 +176705,10 @@
|
|
|
176624
176705
|
var n = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
176625
176706
|
n.l = m;
|
|
176626
176707
|
n.a = 12;
|
|
176627
|
-
n.p =
|
|
176628
|
-
n.q = this.
|
|
176629
|
-
n.r = this.
|
|
176708
|
+
n.p = "Fill";
|
|
176709
|
+
n.q = this.vw != null ? this.vw : "Fill";
|
|
176710
|
+
n.r = this.vs != null ? this.vs : "F:";
|
|
176711
|
+
n.s = this.vu != null ? this.vu : "";
|
|
176630
176712
|
i.f.add(n);
|
|
176631
176713
|
}
|
|
176632
176714
|
return i;
|
|
@@ -179584,15 +179666,17 @@
|
|
|
179584
179666
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
179585
179667
|
g.l = e;
|
|
179586
179668
|
g.a = 13;
|
|
179587
|
-
g.p =
|
|
179588
|
-
g.q = this.
|
|
179589
|
-
g.r = this.
|
|
179669
|
+
g.p = "X";
|
|
179670
|
+
g.q = this.si != null ? this.si : "X";
|
|
179671
|
+
g.r = this.se != null ? this.se : "X:";
|
|
179672
|
+
g.s = this.sg != null ? this.sg : "";
|
|
179590
179673
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
179591
179674
|
h.l = f;
|
|
179592
179675
|
h.a = 14;
|
|
179593
|
-
h.p =
|
|
179594
|
-
h.q = this.
|
|
179595
|
-
|
|
179676
|
+
h.p = "Y";
|
|
179677
|
+
h.q = this.sq != null ? this.sq : "Y";
|
|
179678
|
+
h.r = this.sm != null ? this.sm : "Y:";
|
|
179679
|
+
h.s = this.so != null ? this.so : "";
|
|
179596
179680
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
179597
179681
|
i.f = ((function () {
|
|
179598
179682
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -181908,17 +181992,17 @@
|
|
|
181908
181992
|
var g = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
181909
181993
|
g.l = e;
|
|
181910
181994
|
g.a = 13;
|
|
181911
|
-
g.p =
|
|
181912
|
-
;
|
|
181913
|
-
g.
|
|
181914
|
-
g.
|
|
181995
|
+
g.p = "X";
|
|
181996
|
+
g.q = this.ra != null ? this.ra : "X";
|
|
181997
|
+
g.r = this.q6 != null ? this.q6 : "X:";
|
|
181998
|
+
g.s = this.q8 != null ? this.q8 : "";
|
|
181915
181999
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
181916
182000
|
h.l = f;
|
|
181917
182001
|
h.a = 14;
|
|
181918
|
-
h.p =
|
|
181919
|
-
;
|
|
181920
|
-
h.
|
|
181921
|
-
h.
|
|
182002
|
+
h.p = "Y";
|
|
182003
|
+
h.q = this.ri != null ? this.ri : "Y";
|
|
182004
|
+
h.r = this.re != null ? this.re : "Y:";
|
|
182005
|
+
h.s = this.rg != null ? this.rg : "";
|
|
181922
182006
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
181923
182007
|
i.f = ((function () {
|
|
181924
182008
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -182499,21 +182583,24 @@
|
|
|
182499
182583
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
182500
182584
|
h.l = e;
|
|
182501
182585
|
h.a = 13;
|
|
182502
|
-
h.p =
|
|
182503
|
-
h.q = this.
|
|
182504
|
-
h.r = this.
|
|
182586
|
+
h.p = "X";
|
|
182587
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
182588
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
182589
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
182505
182590
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
182506
182591
|
i.l = f;
|
|
182507
182592
|
i.a = 14;
|
|
182508
|
-
i.p =
|
|
182509
|
-
i.q = this.
|
|
182510
|
-
i.r = this.
|
|
182593
|
+
i.p = "Y";
|
|
182594
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
182595
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
182596
|
+
i.s = this.rg != null ? this.rg : "";
|
|
182511
182597
|
var j = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
182512
182598
|
j.l = g;
|
|
182513
182599
|
j.a = 0;
|
|
182514
|
-
j.p =
|
|
182515
|
-
j.q = this.
|
|
182516
|
-
j.r = this.
|
|
182600
|
+
j.p = "Value";
|
|
182601
|
+
j.q = this.sh != null ? this.sh : "Value";
|
|
182602
|
+
j.r = this.sd != null ? this.sd : "V:";
|
|
182603
|
+
j.s = this.sf != null ? this.sf : "";
|
|
182517
182604
|
var k = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
182518
182605
|
k.f = ((function () {
|
|
182519
182606
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -183385,21 +183472,24 @@
|
|
|
183385
183472
|
var h = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
183386
183473
|
h.a = 13;
|
|
183387
183474
|
h.l = e;
|
|
183388
|
-
h.p =
|
|
183389
|
-
h.q = this.
|
|
183390
|
-
h.r = this.
|
|
183475
|
+
h.p = "X";
|
|
183476
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
183477
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
183478
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
183391
183479
|
var i = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
183392
183480
|
i.a = 14;
|
|
183393
183481
|
i.l = f;
|
|
183394
|
-
i.p =
|
|
183395
|
-
i.q = this.
|
|
183396
|
-
i.r = this.
|
|
183482
|
+
i.p = "Y";
|
|
183483
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
183484
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
183485
|
+
i.s = this.rg != null ? this.rg : "";
|
|
183397
183486
|
var j = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
183398
183487
|
j.a = 0;
|
|
183399
183488
|
j.l = g;
|
|
183400
|
-
j.p =
|
|
183401
|
-
j.q = this.
|
|
183402
|
-
j.r = this.
|
|
183489
|
+
j.p = "Value";
|
|
183490
|
+
j.q = this.sf != null ? this.sf : "Value";
|
|
183491
|
+
j.r = this.sb != null ? this.sb : "V:";
|
|
183492
|
+
j.s = this.sd != null ? this.sd : "";
|
|
183403
183493
|
var k = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
183404
183494
|
k.f = ((function () {
|
|
183405
183495
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -187695,11 +187785,13 @@
|
|
|
187695
187785
|
}
|
|
187696
187786
|
if (!r.externalObject) {
|
|
187697
187787
|
var e = new igniteuiWebcomponentsCore.IgcStyle();
|
|
187698
|
-
if (
|
|
187699
|
-
e.
|
|
187788
|
+
if (r.$type) {
|
|
187789
|
+
e._implementation = r;
|
|
187700
187790
|
}
|
|
187701
187791
|
else {
|
|
187702
|
-
e.
|
|
187792
|
+
if (e.i.setNativeElement) {
|
|
187793
|
+
e.i.setNativeElement(r);
|
|
187794
|
+
}
|
|
187703
187795
|
}
|
|
187704
187796
|
r.externalObject = e;
|
|
187705
187797
|
}
|
|
@@ -188108,11 +188200,13 @@
|
|
|
188108
188200
|
}
|
|
188109
188201
|
if (!r.externalObject) {
|
|
188110
188202
|
var e = new igniteuiWebcomponentsCore.IgcStyle();
|
|
188111
|
-
if (
|
|
188112
|
-
e.
|
|
188203
|
+
if (r.$type) {
|
|
188204
|
+
e._implementation = r;
|
|
188113
188205
|
}
|
|
188114
188206
|
else {
|
|
188115
|
-
e.
|
|
188207
|
+
if (e.i.setNativeElement) {
|
|
188208
|
+
e.i.setNativeElement(r);
|
|
188209
|
+
}
|
|
188116
188210
|
}
|
|
188117
188211
|
r.externalObject = e;
|
|
188118
188212
|
}
|
|
@@ -195338,6 +195432,9 @@
|
|
|
195338
195432
|
HorizontalStackedSeriesBase.prototype.l7 = function (a, b, c, d) {
|
|
195339
195433
|
_super.prototype.l7.call(this, a, b, c, d);
|
|
195340
195434
|
switch (b) {
|
|
195435
|
+
case "Resolution":
|
|
195436
|
+
this.tq.j();
|
|
195437
|
+
break;
|
|
195341
195438
|
case HorizontalStackedSeriesBase.$$p[0]:
|
|
195342
195439
|
if (c != d) {
|
|
195343
195440
|
this.k4(igniteuiWebcomponentsCore.typeCast(Axis.$, c));
|
|
@@ -196314,8 +196411,9 @@
|
|
|
196314
196411
|
var c = new igniteuiWebcomponentsCore.DataLegendSeriesValueInfo();
|
|
196315
196412
|
c.l = this.br({ $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b }, false, false);
|
|
196316
196413
|
c.p = "Value";
|
|
196317
|
-
c.q = this.
|
|
196318
|
-
c.r = this.
|
|
196414
|
+
c.q = this.fi != null ? this.fi : "Value";
|
|
196415
|
+
c.r = this.fe != null ? this.fe : "";
|
|
196416
|
+
c.s = this.fg != null ? this.fg : "";
|
|
196319
196417
|
var d = new igniteuiWebcomponentsCore.DataLegendSeriesContext();
|
|
196320
196418
|
d.f = ((function () {
|
|
196321
196419
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataLegendSeriesValueInfo.$, 0);
|
|
@@ -198152,8 +198250,8 @@
|
|
|
198152
198250
|
_this.c = null;
|
|
198153
198251
|
_this.e = null;
|
|
198154
198252
|
_this.d = null;
|
|
198155
|
-
_this.j = null;
|
|
198156
198253
|
_this.k = null;
|
|
198254
|
+
_this.l = null;
|
|
198157
198255
|
if (a == null) {
|
|
198158
198256
|
return _this;
|
|
198159
198257
|
}
|
|
@@ -198162,8 +198260,8 @@
|
|
|
198162
198260
|
_this.c = new StackedSeriesCollection();
|
|
198163
198261
|
_this.e = new igniteuiWebcomponentsCore.ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
198164
198262
|
_this.d = new igniteuiWebcomponentsCore.ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
198165
|
-
_this.
|
|
198166
|
-
_this.
|
|
198263
|
+
_this.k = _this.b.tr.c2;
|
|
198264
|
+
_this.l = _this.b.tr.c4;
|
|
198167
198265
|
var b = _this.c;
|
|
198168
198266
|
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, function (b, c) {
|
|
198169
198267
|
var e_70, _a, e_71, _b;
|
|
@@ -198227,8 +198325,8 @@
|
|
|
198227
198325
|
e.b8 = null;
|
|
198228
198326
|
e.itemsSource = null;
|
|
198229
198327
|
e.legend = null;
|
|
198230
|
-
if (_this.
|
|
198231
|
-
_this.
|
|
198328
|
+
if (_this.l != null && _this.l.ab.contains(e)) {
|
|
198329
|
+
_this.l.ab.remove(e);
|
|
198232
198330
|
}
|
|
198233
198331
|
if (_this.b.cd != null) {
|
|
198234
198332
|
_this.b.cd.op(e);
|
|
@@ -198255,8 +198353,8 @@
|
|
|
198255
198353
|
var f = _f.value;
|
|
198256
198354
|
f.cd = _this.b.cd;
|
|
198257
198355
|
f.b8 = _this.b.b8;
|
|
198258
|
-
if (!_this.
|
|
198259
|
-
_this.
|
|
198356
|
+
if (!_this.l.ab.contains(f)) {
|
|
198357
|
+
_this.l.ab.add(f);
|
|
198260
198358
|
}
|
|
198261
198359
|
if (_this.b.cd != null) {
|
|
198262
198360
|
_this.b.cd.lk(f);
|
|
@@ -198350,6 +198448,31 @@
|
|
|
198350
198448
|
}
|
|
198351
198449
|
return null;
|
|
198352
198450
|
};
|
|
198451
|
+
StackedSeriesManager.prototype.j = function () {
|
|
198452
|
+
var e_74, _a;
|
|
198453
|
+
if (this.b == null) {
|
|
198454
|
+
return;
|
|
198455
|
+
}
|
|
198456
|
+
try {
|
|
198457
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
198458
|
+
var a = _c.value;
|
|
198459
|
+
a.gv = this.b.fv;
|
|
198460
|
+
}
|
|
198461
|
+
}
|
|
198462
|
+
catch (e_74_1) {
|
|
198463
|
+
e_74 = { error: e_74_1 };
|
|
198464
|
+
}
|
|
198465
|
+
finally {
|
|
198466
|
+
try {
|
|
198467
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
198468
|
+
_a.call(_b);
|
|
198469
|
+
}
|
|
198470
|
+
finally {
|
|
198471
|
+
if (e_74)
|
|
198472
|
+
throw e_74.error;
|
|
198473
|
+
}
|
|
198474
|
+
}
|
|
198475
|
+
};
|
|
198353
198476
|
StackedSeriesManager.prototype.i = function (a, b) {
|
|
198354
198477
|
if (b.itemsSource == null) {
|
|
198355
198478
|
a.itemsSource = this.b.itemsSource;
|
|
@@ -198423,7 +198546,7 @@
|
|
|
198423
198546
|
b.gq();
|
|
198424
198547
|
};
|
|
198425
198548
|
StackedSeriesManager.prototype.h = function (a) {
|
|
198426
|
-
var
|
|
198549
|
+
var e_75, _a;
|
|
198427
198550
|
this.e.clear();
|
|
198428
198551
|
this.d.clear();
|
|
198429
198552
|
var b = 0;
|
|
@@ -198448,8 +198571,8 @@
|
|
|
198448
198571
|
b++;
|
|
198449
198572
|
}
|
|
198450
198573
|
}
|
|
198451
|
-
catch (
|
|
198452
|
-
|
|
198574
|
+
catch (e_75_1) {
|
|
198575
|
+
e_75 = { error: e_75_1 };
|
|
198453
198576
|
}
|
|
198454
198577
|
finally {
|
|
198455
198578
|
try {
|
|
@@ -198457,8 +198580,8 @@
|
|
|
198457
198580
|
_a.call(_b);
|
|
198458
198581
|
}
|
|
198459
198582
|
finally {
|
|
198460
|
-
if (
|
|
198461
|
-
throw
|
|
198583
|
+
if (e_75)
|
|
198584
|
+
throw e_75.error;
|
|
198462
198585
|
}
|
|
198463
198586
|
}
|
|
198464
198587
|
};
|
|
@@ -200217,11 +200340,13 @@
|
|
|
200217
200340
|
}
|
|
200218
200341
|
if (!r.externalObject) {
|
|
200219
200342
|
var e = new igniteuiWebcomponentsCore.IgcStyle();
|
|
200220
|
-
if (
|
|
200221
|
-
e.
|
|
200343
|
+
if (r.$type) {
|
|
200344
|
+
e._implementation = r;
|
|
200222
200345
|
}
|
|
200223
200346
|
else {
|
|
200224
|
-
e.
|
|
200347
|
+
if (e.i.setNativeElement) {
|
|
200348
|
+
e.i.setNativeElement(r);
|
|
200349
|
+
}
|
|
200225
200350
|
}
|
|
200226
200351
|
r.externalObject = e;
|
|
200227
200352
|
}
|