igniteui-webcomponents-charts 7.1.0-beta.0 → 7.1.0-beta.2
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 +628 -511
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/HorizontalAxisView_combined.js +461 -385
- package/esm2015/lib/igc-marker-series-component.js +1 -1
- package/esm2015/lib/igc-sparkline-component.js +156 -130
- package/esm5/lib/HorizontalAxisView_combined.js +464 -380
- package/esm5/lib/igc-marker-series-component.js +1 -1
- package/esm5/lib/igc-sparkline-component.js +164 -130
- package/fesm2015/igniteui-webcomponents-charts.js +617 -516
- package/fesm5/igniteui-webcomponents-charts.js +628 -511
- package/lib/HorizontalAxisView_combined.d.ts +120 -112
- package/lib/igc-marker-series-component.d.ts +1 -1
- package/lib/igc-sparkline-component.d.ts +10 -0
- package/package.json +2 -2
|
@@ -98494,7 +98494,7 @@
|
|
|
98494
98494
|
});
|
|
98495
98495
|
Object.defineProperty(IgcMarkerSeriesComponent.prototype, "markerSize", {
|
|
98496
98496
|
/**
|
|
98497
|
-
* Gets or sets the
|
|
98497
|
+
* Gets or sets the size in device-independent pixels (dp) of the data point markers. Set to NaN to use the template's default size.
|
|
98498
98498
|
*/
|
|
98499
98499
|
get: function () {
|
|
98500
98500
|
return this.i.x6;
|
|
@@ -289011,7 +289011,12 @@
|
|
|
289011
289011
|
HorizontalAxisView.prototype.y = function (a) {
|
|
289012
289012
|
this.w = a.j;
|
|
289013
289013
|
this.m = a.b;
|
|
289014
|
-
|
|
289014
|
+
if (this.j.aw() != null) {
|
|
289015
|
+
this.l = this.j.aw();
|
|
289016
|
+
}
|
|
289017
|
+
else {
|
|
289018
|
+
this.l = this.k.o("ui-sparkline-axis-x");
|
|
289019
|
+
}
|
|
289015
289020
|
if (this.l == null) {
|
|
289016
289021
|
this.l = igniteuiWebcomponentsCore.FontUtil.getFont(a.h);
|
|
289017
289022
|
}
|
|
@@ -289019,7 +289024,7 @@
|
|
|
289019
289024
|
this.m.ah(this.l);
|
|
289020
289025
|
}
|
|
289021
289026
|
this.s = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(a.h, this.l);
|
|
289022
|
-
if (this.j != null && this.j.
|
|
289027
|
+
if (this.j != null && this.j.ft != 1) {
|
|
289023
289028
|
a.d = a.d - this.s;
|
|
289024
289029
|
a.e = this.t();
|
|
289025
289030
|
}
|
|
@@ -289038,6 +289043,9 @@
|
|
|
289038
289043
|
return;
|
|
289039
289044
|
}
|
|
289040
289045
|
b.l(0, 0, this.v, this.u);
|
|
289046
|
+
if (this.l == null) {
|
|
289047
|
+
this.l = this.j.aw();
|
|
289048
|
+
}
|
|
289041
289049
|
if (this.l != null) {
|
|
289042
289050
|
b.ah(this.l);
|
|
289043
289051
|
}
|
|
@@ -289046,21 +289054,21 @@
|
|
|
289046
289054
|
b.ad(this.q, this.q);
|
|
289047
289055
|
}
|
|
289048
289056
|
var c = this.t(), d = c / 2;
|
|
289049
|
-
var e = this.j.
|
|
289057
|
+
var e = this.j.ay == null || this.j.ay.count == 0;
|
|
289050
289058
|
if (e) {
|
|
289051
289059
|
this.u = 0;
|
|
289052
289060
|
}
|
|
289053
|
-
var f = e ? null : this.x(this.j.
|
|
289061
|
+
var f = e ? null : this.x(this.j.ay.item(0));
|
|
289054
289062
|
var g = f == null ? "" : f.toString();
|
|
289055
289063
|
this.ag = new igniteuiWebcomponentsCore.TextBlock();
|
|
289056
289064
|
this.ag.al = g;
|
|
289057
289065
|
this.ag.n = 2;
|
|
289058
289066
|
this.af = new igniteuiWebcomponentsCore.TextBlock();
|
|
289059
|
-
var h = e ? null : this.x(this.j.
|
|
289067
|
+
var h = e ? null : this.x(this.j.ay.item(this.j.ay.count - 1));
|
|
289060
289068
|
this.af.al = g = h == null ? "" : h.toString();
|
|
289061
289069
|
this.af.o = this.ag.o = c;
|
|
289062
289070
|
this.af.n = this.v - b.g(g) - 4;
|
|
289063
|
-
var i = this.j.
|
|
289071
|
+
var i = this.j.fh;
|
|
289064
289072
|
var j = i == null ? null : i._fill;
|
|
289065
289073
|
var k = new igniteuiWebcomponentsCore.Color();
|
|
289066
289074
|
var l = true;
|
|
@@ -289075,6 +289083,9 @@
|
|
|
289075
289083
|
else {
|
|
289076
289084
|
i.color = k;
|
|
289077
289085
|
}
|
|
289086
|
+
if (this.j.fo != null) {
|
|
289087
|
+
i = this.j.fo;
|
|
289088
|
+
}
|
|
289078
289089
|
this.ag.ao = this.af.ao = i;
|
|
289079
289090
|
b.y(this.ag);
|
|
289080
289091
|
b.y(this.af);
|
|
@@ -289103,13 +289114,13 @@
|
|
|
289103
289114
|
if (this.j.ai != null) {
|
|
289104
289115
|
a = this.j.ai.i(dataItem_);
|
|
289105
289116
|
}
|
|
289106
|
-
if (this.j.
|
|
289107
|
-
a = this.j.
|
|
289117
|
+
if (this.j.a0()) {
|
|
289118
|
+
a = this.j.c4(dataItem_);
|
|
289108
289119
|
}
|
|
289109
289120
|
if (a != null) {
|
|
289110
289121
|
return a;
|
|
289111
289122
|
}
|
|
289112
|
-
var label_ = this.j.
|
|
289123
|
+
var label_ = this.j.bu;
|
|
289113
289124
|
return (typeof dataItem_ != 'undefined') ? dataItem_ : '';
|
|
289114
289125
|
;
|
|
289115
289126
|
};
|
|
@@ -289121,9 +289132,21 @@
|
|
|
289121
289132
|
}
|
|
289122
289133
|
var b = this.l;
|
|
289123
289134
|
if (this.ag != null) {
|
|
289135
|
+
if (this.l != null) {
|
|
289136
|
+
this.l = this.k.p(this.l.fontString);
|
|
289137
|
+
}
|
|
289138
|
+
else {
|
|
289139
|
+
this.l = this.j.aw();
|
|
289140
|
+
}
|
|
289124
289141
|
a.minLabel = igniteuiWebcomponentsCore.AppearanceHelper.c(this.ag, this.l);
|
|
289125
289142
|
}
|
|
289126
289143
|
if (this.af != null) {
|
|
289144
|
+
if (this.l != null) {
|
|
289145
|
+
this.l = this.k.p(this.l.fontString);
|
|
289146
|
+
}
|
|
289147
|
+
else {
|
|
289148
|
+
this.l = this.j.aw();
|
|
289149
|
+
}
|
|
289127
289150
|
a.maxLabel = igniteuiWebcomponentsCore.AppearanceHelper.c(this.af, this.l);
|
|
289128
289151
|
}
|
|
289129
289152
|
return a;
|
|
@@ -289254,7 +289277,12 @@
|
|
|
289254
289277
|
VerticalAxisView.prototype.ae = function (a) {
|
|
289255
289278
|
this.aa = a.k;
|
|
289256
289279
|
this.m = a.c;
|
|
289257
|
-
|
|
289280
|
+
if (this.j.aw() != null) {
|
|
289281
|
+
this.l = this.j.aw();
|
|
289282
|
+
}
|
|
289283
|
+
else {
|
|
289284
|
+
this.l = this.k.o("ui-sparkline-axis-y");
|
|
289285
|
+
}
|
|
289258
289286
|
if (this.l == null) {
|
|
289259
289287
|
this.l = igniteuiWebcomponentsCore.FontUtil.getFont(a.h);
|
|
289260
289288
|
}
|
|
@@ -289262,7 +289290,7 @@
|
|
|
289262
289290
|
this.m.ah(this.l);
|
|
289263
289291
|
}
|
|
289264
289292
|
this.t = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(a.h, this.l);
|
|
289265
|
-
if (this.j != null && this.j.
|
|
289293
|
+
if (this.j != null && this.j.f0 != 1) {
|
|
289266
289294
|
this.o(false);
|
|
289267
289295
|
a.g = a.g - this.v;
|
|
289268
289296
|
a.f = this.x();
|
|
@@ -289288,6 +289316,9 @@
|
|
|
289288
289316
|
if (a) {
|
|
289289
289317
|
b.l(0, 0, this.z, this.y);
|
|
289290
289318
|
}
|
|
289319
|
+
if (this.j.aw() != null) {
|
|
289320
|
+
this.l = this.j.aw();
|
|
289321
|
+
}
|
|
289291
289322
|
var c = false;
|
|
289292
289323
|
if (b != null && this.l != null) {
|
|
289293
289324
|
b.ah(this.l);
|
|
@@ -289295,9 +289326,9 @@
|
|
|
289295
289326
|
if (!a) {
|
|
289296
289327
|
this.al = new igniteuiWebcomponentsCore.TextBlock();
|
|
289297
289328
|
this.ak = new igniteuiWebcomponentsCore.TextBlock();
|
|
289298
|
-
var d = this.ab(this.j.
|
|
289329
|
+
var d = this.ab(this.j.a7);
|
|
289299
289330
|
this.al.al = this.ad = d == null ? "" : d.toString();
|
|
289300
|
-
var e = this.ab(this.j.
|
|
289331
|
+
var e = this.ab(this.j.a6);
|
|
289301
289332
|
this.ak.al = this.ac = e == null ? "" : e.toString();
|
|
289302
289333
|
if (b != null) {
|
|
289303
289334
|
this.w = b.g(this.ad) + 3;
|
|
@@ -289327,7 +289358,7 @@
|
|
|
289327
289358
|
b.ac();
|
|
289328
289359
|
b.ad(this.r, this.r);
|
|
289329
289360
|
}
|
|
289330
|
-
var g = this.j.
|
|
289361
|
+
var g = this.j.fq;
|
|
289331
289362
|
var h = 1;
|
|
289332
289363
|
var i = g == null ? null : g._fill;
|
|
289333
289364
|
var j = this.b()[3];
|
|
@@ -289354,6 +289385,9 @@
|
|
|
289354
289385
|
else {
|
|
289355
289386
|
g.color = k;
|
|
289356
289387
|
}
|
|
289388
|
+
if (this.j.fo != null) {
|
|
289389
|
+
g = this.j.fo;
|
|
289390
|
+
}
|
|
289357
289391
|
this.al.ao = this.ak.ao = g;
|
|
289358
289392
|
b.y(this.al);
|
|
289359
289393
|
b.y(this.ak);
|
|
@@ -289384,13 +289418,13 @@
|
|
|
289384
289418
|
if (this.j.aj != null) {
|
|
289385
289419
|
a = this.j.aj.i(dataItem_);
|
|
289386
289420
|
}
|
|
289387
|
-
if (this.j.
|
|
289388
|
-
a = this.j.
|
|
289421
|
+
if (this.j.a0()) {
|
|
289422
|
+
a = this.j.c4(dataItem_);
|
|
289389
289423
|
}
|
|
289390
289424
|
if (a != null) {
|
|
289391
289425
|
return a;
|
|
289392
289426
|
}
|
|
289393
|
-
var label_ = this.j.
|
|
289427
|
+
var label_ = this.j.bw;
|
|
289394
289428
|
return (typeof dataItem_ != 'undefined') ? dataItem_ : '';
|
|
289395
289429
|
;
|
|
289396
289430
|
};
|
|
@@ -289401,9 +289435,21 @@
|
|
|
289401
289435
|
a.axisLine.appearance.isVisible = this.aa.width() > 0;
|
|
289402
289436
|
}
|
|
289403
289437
|
if (this.al != null) {
|
|
289438
|
+
if (this.l != null) {
|
|
289439
|
+
this.l = this.k.p(this.l.fontString);
|
|
289440
|
+
}
|
|
289441
|
+
else {
|
|
289442
|
+
this.l = this.j.aw();
|
|
289443
|
+
}
|
|
289404
289444
|
a.minLabel = igniteuiWebcomponentsCore.AppearanceHelper.c(this.al, this.l);
|
|
289405
289445
|
}
|
|
289406
289446
|
if (this.ak != null) {
|
|
289447
|
+
if (this.l != null) {
|
|
289448
|
+
this.l = this.k.p(this.l.fontString);
|
|
289449
|
+
}
|
|
289450
|
+
else {
|
|
289451
|
+
this.l = this.j.aw();
|
|
289452
|
+
}
|
|
289407
289453
|
a.maxLabel = igniteuiWebcomponentsCore.AppearanceHelper.c(this.ak, this.l);
|
|
289408
289454
|
}
|
|
289409
289455
|
return a;
|
|
@@ -289421,73 +289467,73 @@
|
|
|
289421
289467
|
tslib.__extends(XamSparklineView, _super);
|
|
289422
289468
|
function XamSparklineView() {
|
|
289423
289469
|
var _this = _super.call(this) || this;
|
|
289470
|
+
_this.bo = null;
|
|
289424
289471
|
_this.bn = null;
|
|
289425
|
-
_this.bm = null;
|
|
289426
|
-
_this.ae = null;
|
|
289427
289472
|
_this.af = null;
|
|
289428
289473
|
_this.ag = null;
|
|
289429
289474
|
_this.ah = null;
|
|
289430
|
-
_this.
|
|
289475
|
+
_this.ai = null;
|
|
289431
289476
|
_this.q = null;
|
|
289432
289477
|
_this.r = null;
|
|
289478
|
+
_this.s = null;
|
|
289433
289479
|
_this.n = null;
|
|
289434
|
-
_this.
|
|
289480
|
+
_this.v = false;
|
|
289435
289481
|
_this.b = new Array(6);
|
|
289436
|
-
_this.
|
|
289437
|
-
_this.bw = new igniteuiWebcomponentsCore.Path();
|
|
289438
|
-
_this.bu = new igniteuiWebcomponentsCore.Path();
|
|
289482
|
+
_this.z = -1;
|
|
289439
289483
|
_this.bx = new igniteuiWebcomponentsCore.Path();
|
|
289440
289484
|
_this.bv = new igniteuiWebcomponentsCore.Path();
|
|
289441
|
-
_this.
|
|
289485
|
+
_this.by = new igniteuiWebcomponentsCore.Path();
|
|
289486
|
+
_this.bw = new igniteuiWebcomponentsCore.Path();
|
|
289442
289487
|
_this.bt = new igniteuiWebcomponentsCore.Path();
|
|
289443
|
-
_this.
|
|
289444
|
-
_this.
|
|
289445
|
-
_this.bo = new igniteuiWebcomponentsCore.Path();
|
|
289488
|
+
_this.bu = new igniteuiWebcomponentsCore.Path();
|
|
289489
|
+
_this.bs = new igniteuiWebcomponentsCore.Path();
|
|
289446
289490
|
_this.bq = new igniteuiWebcomponentsCore.Path();
|
|
289491
|
+
_this.bp = new igniteuiWebcomponentsCore.Path();
|
|
289492
|
+
_this.br = new igniteuiWebcomponentsCore.Path();
|
|
289447
289493
|
_this.j = null;
|
|
289448
289494
|
_this.f = null;
|
|
289449
289495
|
_this.g = null;
|
|
289450
|
-
_this.
|
|
289496
|
+
_this.w = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Type.$, igniteuiWebcomponentsCore.Delegate_$type, 0);
|
|
289451
289497
|
_this.l = null;
|
|
289452
|
-
_this.
|
|
289453
|
-
_this.
|
|
289498
|
+
_this.t = false;
|
|
289499
|
+
_this.aj = null;
|
|
289454
289500
|
_this.e = null;
|
|
289455
289501
|
_this.d = null;
|
|
289456
289502
|
_this.c = null;
|
|
289457
|
-
_this.
|
|
289458
|
-
_this.
|
|
289459
|
-
_this.bs._visibility = 1;
|
|
289503
|
+
_this.u = false;
|
|
289504
|
+
_this.y = 1;
|
|
289460
289505
|
_this.bt._visibility = 1;
|
|
289461
|
-
_this.
|
|
289462
|
-
_this.
|
|
289463
|
-
_this.bo._visibility = 1;
|
|
289506
|
+
_this.bu._visibility = 1;
|
|
289507
|
+
_this.bs._visibility = 1;
|
|
289464
289508
|
_this.bq._visibility = 1;
|
|
289465
|
-
_this.
|
|
289466
|
-
|
|
289467
|
-
|
|
289468
|
-
a
|
|
289469
|
-
a.item(
|
|
289470
|
-
a.item(
|
|
289471
|
-
a.item(
|
|
289472
|
-
a.item(
|
|
289473
|
-
a.item(
|
|
289474
|
-
a.item(
|
|
289475
|
-
a.item(
|
|
289476
|
-
a.item(
|
|
289477
|
-
a.item(
|
|
289478
|
-
a.item(
|
|
289479
|
-
a.item(
|
|
289480
|
-
a.item(
|
|
289481
|
-
a.item(
|
|
289482
|
-
a.item(
|
|
289509
|
+
_this.bp._visibility = 1;
|
|
289510
|
+
_this.br._visibility = 1;
|
|
289511
|
+
_this.bw._visibility = 1;
|
|
289512
|
+
var a = _this.x;
|
|
289513
|
+
a.item(ClearMessage_Spark.$, function (b) { return _this.ak(igniteuiWebcomponentsCore.typeCast(ClearMessage_Spark.$, b)); });
|
|
289514
|
+
a.item(PolygonMessage_Spark.$, function (b) { return _this.bd(igniteuiWebcomponentsCore.typeCast(PolygonMessage_Spark.$, b)); });
|
|
289515
|
+
a.item(ColumnMessage_Spark.$, function (b) { return _this.a6(igniteuiWebcomponentsCore.typeCast(ColumnMessage_Spark.$, b)); });
|
|
289516
|
+
a.item(WinLossColumnMessage_Spark.$, function (b) { return _this.bk(igniteuiWebcomponentsCore.typeCast(WinLossColumnMessage_Spark.$, b)); });
|
|
289517
|
+
a.item(MarkerMessage_Spark.$, function (b) { return _this.a9(igniteuiWebcomponentsCore.typeCast(MarkerMessage_Spark.$, b)); });
|
|
289518
|
+
a.item(NormalRangeMessage_Spark.$, function (b) { return _this.be(igniteuiWebcomponentsCore.typeCast(NormalRangeMessage_Spark.$, b)); });
|
|
289519
|
+
a.item(TrendLineMessage_Spark.$, function (b) { return _this.bh(igniteuiWebcomponentsCore.typeCast(TrendLineMessage_Spark.$, b)); });
|
|
289520
|
+
a.item(TooltipMessage_Spark.$, function (b) { return _this.bf(igniteuiWebcomponentsCore.typeCast(TooltipMessage_Spark.$, b)); });
|
|
289521
|
+
a.item(ToooltipTemplateMessage_Spark.$, function (b) { return _this.bg(igniteuiWebcomponentsCore.typeCast(ToooltipTemplateMessage_Spark.$, b)); });
|
|
289522
|
+
a.item(ContainerMessage_Spark.$, function (b) { return _this.al(igniteuiWebcomponentsCore.typeCast(ContainerMessage_Spark.$, b)); });
|
|
289523
|
+
a.item(PixelRatioMessage_Spark.$, function (b) { return _this.ax(igniteuiWebcomponentsCore.typeCast(PixelRatioMessage_Spark.$, b)); });
|
|
289524
|
+
a.item(BrushChangedMessage_Spark.$, function (b) { return _this.a4(igniteuiWebcomponentsCore.typeCast(BrushChangedMessage_Spark.$, b)); });
|
|
289525
|
+
a.item(ContainerResizedMessage_Spark.$, function (b) { return _this.au(); });
|
|
289526
|
+
a.item(VisibilityMessage_Spark.$, function (b) { return _this.bj(igniteuiWebcomponentsCore.typeCast(VisibilityMessage_Spark.$, b)); });
|
|
289527
|
+
a.item(NumberChangedMessage_Spark.$, function (b) { return _this.bc(igniteuiWebcomponentsCore.typeCast(NumberChangedMessage_Spark.$, b)); });
|
|
289528
|
+
a.item(ContainerSizeChangedMessage_Spark.$, function (b) { return _this.au(); });
|
|
289483
289529
|
_this.d = new igniteuiWebcomponentsCore.CanvasRenderScheduler();
|
|
289484
289530
|
_this.c = new igniteuiWebcomponentsCore.CanvasRenderScheduler();
|
|
289485
289531
|
_this.d.o(_this);
|
|
289486
289532
|
_this.c.o(_this);
|
|
289487
289533
|
return _this;
|
|
289488
289534
|
}
|
|
289489
|
-
XamSparklineView.prototype.
|
|
289490
|
-
this.
|
|
289535
|
+
XamSparklineView.prototype.ax = function (a) {
|
|
289536
|
+
this.y = a.b;
|
|
289491
289537
|
};
|
|
289492
289538
|
Object.defineProperty(XamSparklineView.prototype, "k", {
|
|
289493
289539
|
get: function () {
|
|
@@ -289496,7 +289542,7 @@
|
|
|
289496
289542
|
set: function (a) {
|
|
289497
289543
|
var b = this.j;
|
|
289498
289544
|
this.j = a;
|
|
289499
|
-
this.
|
|
289545
|
+
this.aw(b, this.j);
|
|
289500
289546
|
this.l = null;
|
|
289501
289547
|
},
|
|
289502
289548
|
enumerable: false,
|
|
@@ -289522,35 +289568,35 @@
|
|
|
289522
289568
|
enumerable: false,
|
|
289523
289569
|
configurable: true
|
|
289524
289570
|
});
|
|
289525
|
-
Object.defineProperty(XamSparklineView.prototype, "
|
|
289571
|
+
Object.defineProperty(XamSparklineView.prototype, "x", {
|
|
289526
289572
|
get: function () {
|
|
289527
|
-
return this.
|
|
289573
|
+
return this.w;
|
|
289528
289574
|
},
|
|
289529
289575
|
set: function (a) {
|
|
289530
|
-
this.
|
|
289576
|
+
this.w = a;
|
|
289531
289577
|
},
|
|
289532
289578
|
enumerable: false,
|
|
289533
289579
|
configurable: true
|
|
289534
289580
|
});
|
|
289535
|
-
XamSparklineView.prototype.
|
|
289581
|
+
XamSparklineView.prototype.aw = function (a, b) {
|
|
289536
289582
|
if (a != null) {
|
|
289537
|
-
this.i.detachTarget(igniteuiWebcomponentsCore.runOn(this, this.
|
|
289583
|
+
this.i.detachTarget(igniteuiWebcomponentsCore.runOn(this, this.as));
|
|
289538
289584
|
this.h = null;
|
|
289539
289585
|
}
|
|
289540
289586
|
if (b != null) {
|
|
289541
289587
|
this.i = b.getService("RenderingMessages");
|
|
289542
289588
|
this.h = b.getService("InteractionMessages");
|
|
289543
|
-
this.i.attachTarget(igniteuiWebcomponentsCore.runOn(this, this.
|
|
289544
|
-
this.
|
|
289589
|
+
this.i.attachTarget(igniteuiWebcomponentsCore.runOn(this, this.as));
|
|
289590
|
+
this.a3(this.h);
|
|
289545
289591
|
}
|
|
289546
289592
|
};
|
|
289547
|
-
XamSparklineView.prototype.
|
|
289593
|
+
XamSparklineView.prototype.a3 = function (a) {
|
|
289548
289594
|
this.h = a;
|
|
289549
289595
|
};
|
|
289550
|
-
XamSparklineView.prototype.
|
|
289596
|
+
XamSparklineView.prototype.as = function (a) {
|
|
289551
289597
|
var _this = this;
|
|
289552
289598
|
var b;
|
|
289553
|
-
if (((function () { var c = _this.
|
|
289599
|
+
if (((function () { var c = _this.x.tryGetValue(igniteuiWebcomponentsCore.getInstanceType(a), b); b = c.p1; return c.ret; })())) {
|
|
289554
289600
|
b(a);
|
|
289555
289601
|
}
|
|
289556
289602
|
};
|
|
@@ -289564,62 +289610,62 @@
|
|
|
289564
289610
|
enumerable: false,
|
|
289565
289611
|
configurable: true
|
|
289566
289612
|
});
|
|
289567
|
-
XamSparklineView.prototype.
|
|
289613
|
+
XamSparklineView.prototype.a2 = function (a, b, c) {
|
|
289568
289614
|
var d = new MouseMoveMessage_Spark();
|
|
289569
289615
|
d.position = a;
|
|
289570
289616
|
this.h.sendMessage(d);
|
|
289571
289617
|
};
|
|
289572
|
-
XamSparklineView.prototype.
|
|
289618
|
+
XamSparklineView.prototype.a1 = function (a) {
|
|
289573
289619
|
var b = new MouseLeaveMessage_Spark();
|
|
289574
289620
|
this.h.sendMessage(b);
|
|
289575
289621
|
};
|
|
289576
|
-
XamSparklineView.prototype.
|
|
289577
|
-
this.
|
|
289622
|
+
XamSparklineView.prototype.a4 = function (a) {
|
|
289623
|
+
this.a5(a.b, a.c, null, -1, -1);
|
|
289578
289624
|
};
|
|
289579
|
-
XamSparklineView.prototype.
|
|
289625
|
+
XamSparklineView.prototype.a5 = function (a, b, c, d, e) {
|
|
289580
289626
|
var f = null;
|
|
289581
289627
|
var g = true, h = true;
|
|
289582
289628
|
switch (a) {
|
|
289583
289629
|
case "sparkpath":
|
|
289584
289630
|
case XamSparkline.$$p[0]:
|
|
289585
|
-
f = this.
|
|
289631
|
+
f = this.bx;
|
|
289586
289632
|
break;
|
|
289587
289633
|
case "negativesparkpath":
|
|
289588
289634
|
case XamSparkline.$$p[29]:
|
|
289589
|
-
f = this.
|
|
289635
|
+
f = this.bv;
|
|
289590
289636
|
break;
|
|
289591
289637
|
case "markers":
|
|
289592
289638
|
case XamSparkline.$$p[24]:
|
|
289593
|
-
f = this.
|
|
289639
|
+
f = this.bt;
|
|
289594
289640
|
break;
|
|
289595
289641
|
case "firstmarker":
|
|
289596
289642
|
case XamSparkline.$$p[3]:
|
|
289597
|
-
f = this.
|
|
289643
|
+
f = this.bp;
|
|
289598
289644
|
break;
|
|
289599
289645
|
case "lastmarker":
|
|
289600
289646
|
case XamSparkline.$$p[17]:
|
|
289601
|
-
f = this.
|
|
289647
|
+
f = this.br;
|
|
289602
289648
|
break;
|
|
289603
289649
|
case "highmarker":
|
|
289604
289650
|
case XamSparkline.$$p[7]:
|
|
289605
|
-
f = this.
|
|
289651
|
+
f = this.bq;
|
|
289606
289652
|
break;
|
|
289607
289653
|
case "lowmarker":
|
|
289608
289654
|
case XamSparkline.$$p[21]:
|
|
289609
|
-
f = this.
|
|
289655
|
+
f = this.bs;
|
|
289610
289656
|
break;
|
|
289611
289657
|
case "negativemarkers":
|
|
289612
289658
|
case XamSparkline.$$p[30]:
|
|
289613
|
-
f = this.
|
|
289659
|
+
f = this.bu;
|
|
289614
289660
|
break;
|
|
289615
289661
|
case "trendline":
|
|
289616
289662
|
case XamSparkline.$$p[38]:
|
|
289617
|
-
f = this.
|
|
289663
|
+
f = this.by;
|
|
289618
289664
|
h = false;
|
|
289619
289665
|
break;
|
|
289620
289666
|
case "range":
|
|
289621
289667
|
case XamSparkline.$$p[33]:
|
|
289622
|
-
f = this.
|
|
289668
|
+
f = this.bw;
|
|
289623
289669
|
g = false;
|
|
289624
289670
|
break;
|
|
289625
289671
|
}
|
|
@@ -289644,138 +289690,138 @@
|
|
|
289644
289690
|
if (e > 0 && (c == null || f.ad <= 0)) {
|
|
289645
289691
|
f.ad = e;
|
|
289646
289692
|
}
|
|
289647
|
-
this.
|
|
289693
|
+
this.ar();
|
|
289648
289694
|
};
|
|
289649
|
-
XamSparklineView.prototype.
|
|
289695
|
+
XamSparklineView.prototype.bj = function (a) {
|
|
289650
289696
|
switch (a.b) {
|
|
289651
289697
|
case XamSparkline.$$p[26]:
|
|
289652
|
-
this.
|
|
289698
|
+
this.bt._visibility = a.c;
|
|
289653
289699
|
break;
|
|
289654
289700
|
case XamSparkline.$$p[5]:
|
|
289655
|
-
this.
|
|
289701
|
+
this.bp._visibility = a.c;
|
|
289656
289702
|
break;
|
|
289657
289703
|
case XamSparkline.$$p[19]:
|
|
289658
|
-
this.
|
|
289704
|
+
this.br._visibility = a.c;
|
|
289659
289705
|
break;
|
|
289660
289706
|
case XamSparkline.$$p[9]:
|
|
289661
|
-
this.
|
|
289707
|
+
this.bq._visibility = a.c;
|
|
289662
289708
|
break;
|
|
289663
289709
|
case XamSparkline.$$p[23]:
|
|
289664
|
-
this.
|
|
289710
|
+
this.bs._visibility = a.c;
|
|
289665
289711
|
break;
|
|
289666
289712
|
case XamSparkline.$$p[32]:
|
|
289667
|
-
this.
|
|
289713
|
+
this.bu._visibility = a.c;
|
|
289668
289714
|
break;
|
|
289669
289715
|
case XamSparkline.$$p[36]:
|
|
289670
|
-
this.
|
|
289716
|
+
this.bw._visibility = a.c;
|
|
289671
289717
|
break;
|
|
289672
289718
|
case XamSparkline.$$p[37]:
|
|
289673
|
-
this.
|
|
289719
|
+
this.v = a.c == 0;
|
|
289674
289720
|
break;
|
|
289675
289721
|
}
|
|
289676
|
-
this.
|
|
289722
|
+
this.ar();
|
|
289677
289723
|
};
|
|
289678
|
-
XamSparklineView.prototype.
|
|
289724
|
+
XamSparklineView.prototype.bc = function (a) {
|
|
289679
289725
|
var b = a.b;
|
|
289680
289726
|
if (b <= 0) {
|
|
289681
289727
|
return;
|
|
289682
289728
|
}
|
|
289683
289729
|
switch (a.c) {
|
|
289684
289730
|
case XamSparkline.$$p[20]:
|
|
289685
|
-
this.
|
|
289731
|
+
this.bx.ad = this.bv.ad = b;
|
|
289686
289732
|
break;
|
|
289687
289733
|
case XamSparkline.$$p[40]:
|
|
289688
|
-
this.
|
|
289734
|
+
this.by.ad = b;
|
|
289689
289735
|
break;
|
|
289690
289736
|
}
|
|
289691
|
-
this.
|
|
289737
|
+
this.ar();
|
|
289692
289738
|
};
|
|
289693
|
-
XamSparklineView.prototype.
|
|
289739
|
+
XamSparklineView.prototype.al = function (a) {
|
|
289694
289740
|
if (a.b == null) {
|
|
289695
289741
|
if (this.n != null) {
|
|
289696
289742
|
this.n.ax();
|
|
289697
289743
|
var b = this.n;
|
|
289698
|
-
b.onMouseLeave = igniteuiWebcomponentsCore.delegateRemove(b.onMouseLeave, igniteuiWebcomponentsCore.runOn(this, this.
|
|
289744
|
+
b.onMouseLeave = igniteuiWebcomponentsCore.delegateRemove(b.onMouseLeave, igniteuiWebcomponentsCore.runOn(this, this.a1));
|
|
289699
289745
|
var c = this.n;
|
|
289700
|
-
c.onMouseOver = igniteuiWebcomponentsCore.delegateRemove(c.onMouseOver, igniteuiWebcomponentsCore.runOn(this, this.
|
|
289746
|
+
c.onMouseOver = igniteuiWebcomponentsCore.delegateRemove(c.onMouseOver, igniteuiWebcomponentsCore.runOn(this, this.a2));
|
|
289701
289747
|
this.n = null;
|
|
289702
289748
|
}
|
|
289703
|
-
this.ae = null;
|
|
289704
289749
|
this.af = null;
|
|
289705
289750
|
this.ag = null;
|
|
289706
289751
|
this.ah = null;
|
|
289707
|
-
this.
|
|
289752
|
+
this.ai = null;
|
|
289753
|
+
this.q = this.r = this.s = null;
|
|
289708
289754
|
this.d.m(null);
|
|
289709
289755
|
return;
|
|
289710
289756
|
}
|
|
289711
289757
|
var d = a.b;
|
|
289712
289758
|
this.d.m(d);
|
|
289713
|
-
this.
|
|
289714
|
-
this.
|
|
289715
|
-
this.
|
|
289716
|
-
this.af.setStyleProperty("position", "absolute");
|
|
289717
|
-
this.ag = this.ae.createElement("canvas");
|
|
289759
|
+
this.af = d;
|
|
289760
|
+
this.af.rootWrapper.setStyleProperty("position", "relative");
|
|
289761
|
+
this.ag = this.af.createElement("canvas");
|
|
289718
289762
|
this.ag.setStyleProperty("position", "absolute");
|
|
289719
|
-
this.ah = this.
|
|
289763
|
+
this.ah = this.af.createElement("canvas");
|
|
289720
289764
|
this.ah.setStyleProperty("position", "absolute");
|
|
289721
|
-
this.
|
|
289722
|
-
this.
|
|
289723
|
-
this.
|
|
289724
|
-
this.
|
|
289725
|
-
this.
|
|
289726
|
-
this.
|
|
289727
|
-
this.
|
|
289765
|
+
this.ai = this.af.createElement("canvas");
|
|
289766
|
+
this.ai.setStyleProperty("position", "absolute");
|
|
289767
|
+
this.af.append(this.ag);
|
|
289768
|
+
this.af.append(this.ah);
|
|
289769
|
+
this.af.append(this.ai);
|
|
289770
|
+
this.q = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), this.af.get2DCanvasContext(this.ag));
|
|
289771
|
+
this.r = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), this.af.get2DCanvasContext(this.ah));
|
|
289772
|
+
this.s = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), this.af.get2DCanvasContext(this.ai));
|
|
289773
|
+
this.n = new igniteuiWebcomponentsCore.CanvasGestureDOMEventProxy(this.ag, this.af, false);
|
|
289728
289774
|
var e = this.n;
|
|
289729
|
-
e.onMouseLeave = igniteuiWebcomponentsCore.delegateCombine(e.onMouseLeave, igniteuiWebcomponentsCore.runOn(this, this.
|
|
289775
|
+
e.onMouseLeave = igniteuiWebcomponentsCore.delegateCombine(e.onMouseLeave, igniteuiWebcomponentsCore.runOn(this, this.a1));
|
|
289730
289776
|
var f = this.n;
|
|
289731
|
-
f.onMouseOver = igniteuiWebcomponentsCore.delegateCombine(f.onMouseOver, igniteuiWebcomponentsCore.runOn(this, this.
|
|
289777
|
+
f.onMouseOver = igniteuiWebcomponentsCore.delegateCombine(f.onMouseOver, igniteuiWebcomponentsCore.runOn(this, this.a2));
|
|
289732
289778
|
this.n.ar = function (g) { return false; };
|
|
289733
|
-
this.
|
|
289734
|
-
this.
|
|
289779
|
+
this.ap();
|
|
289780
|
+
this.au();
|
|
289735
289781
|
};
|
|
289736
|
-
XamSparklineView.prototype.
|
|
289782
|
+
XamSparklineView.prototype.ap = function () {
|
|
289737
289783
|
var a = ["sparkpath", "negativesparkpath", "trendline", "markers", "firstmarker", "lastmarker", "highmarker", "lowmarker", "negativemarkers", "range"];
|
|
289738
289784
|
var b = ["#8bdc5c", "#ee5879", "#565656", "#8b5bb1", "#f8a15f", "#ee5879", "#6db1ff", "#f7d262", "#ee5879", "#66666666"];
|
|
289739
289785
|
for (var c = 0; c < 10; c++) {
|
|
289740
289786
|
var d = a[c];
|
|
289741
289787
|
var e = ["background-color", "opacity", "border-top-width"];
|
|
289742
289788
|
this.a("ui-sparkline-" + d, e);
|
|
289743
|
-
var f = XamSparklineView.
|
|
289789
|
+
var f = XamSparklineView.ae(e[2], (c < 3) ? (c < 2 ? 2 : 1.5) : -1);
|
|
289744
289790
|
if (c > 2 && c < 9) {
|
|
289745
289791
|
this.b[c - 3] = f;
|
|
289746
289792
|
}
|
|
289747
|
-
this.
|
|
289793
|
+
this.a5(d, null, (e[0] == null) ? b[c] : e[0], XamSparklineView.ae(e[1], -1), c < 3 ? f : -1);
|
|
289748
289794
|
}
|
|
289749
289795
|
};
|
|
289750
|
-
XamSparklineView.
|
|
289796
|
+
XamSparklineView.ae = function (v_, a) {
|
|
289751
289797
|
var d_ = (v_ == null || v_.length < 1) ? null : parseFloat(v_);
|
|
289752
289798
|
return (d_ == null || d_.toString() == "NaN") ? a : d_;
|
|
289753
289799
|
};
|
|
289754
289800
|
XamSparklineView.prototype.a = function (a, b) {
|
|
289755
|
-
this.
|
|
289801
|
+
this.af.startCSSQuery();
|
|
289756
289802
|
for (var c = 0; c < b.length; c++) {
|
|
289757
|
-
b[c] = this.
|
|
289803
|
+
b[c] = this.af.getCssDefaultPropertyValue(a, b[c]);
|
|
289758
289804
|
}
|
|
289759
|
-
this.
|
|
289805
|
+
this.af.endCSSQuery();
|
|
289760
289806
|
return b;
|
|
289761
289807
|
};
|
|
289762
|
-
XamSparklineView.prototype.
|
|
289763
|
-
if (this.
|
|
289808
|
+
XamSparklineView.prototype.au = function () {
|
|
289809
|
+
if (this.af == null || this.t) {
|
|
289764
289810
|
return;
|
|
289765
289811
|
}
|
|
289766
|
-
this.
|
|
289767
|
-
this.
|
|
289768
|
-
var a = this.
|
|
289812
|
+
this.t = true;
|
|
289813
|
+
this.aq(this.m.q);
|
|
289814
|
+
var a = this.af.rootWrapper.width(), b = this.af.rootWrapper.height();
|
|
289769
289815
|
var c, d, e;
|
|
289770
|
-
c = this.
|
|
289771
|
-
d = this.
|
|
289772
|
-
e = this.
|
|
289816
|
+
c = this.ag;
|
|
289817
|
+
d = this.ah;
|
|
289818
|
+
e = this.ai;
|
|
289773
289819
|
var f = new ContainerResizedMessage_Spark();
|
|
289774
289820
|
f.g = a;
|
|
289775
289821
|
f.d = b;
|
|
289776
|
-
f.b = this.
|
|
289777
|
-
f.h = this.
|
|
289778
|
-
f.c = this.
|
|
289822
|
+
f.b = this.r;
|
|
289823
|
+
f.h = this.af;
|
|
289824
|
+
f.c = this.s;
|
|
289779
289825
|
f.f = 0;
|
|
289780
289826
|
f.e = 0;
|
|
289781
289827
|
f.j = d;
|
|
@@ -289786,139 +289832,139 @@
|
|
|
289786
289832
|
var k = i, l = a - i, m = j, n = b - j;
|
|
289787
289833
|
c.setStyleProperty("width", k.toString() + "px");
|
|
289788
289834
|
c.setStyleProperty("height", m.toString() + "px");
|
|
289789
|
-
c.setAttribute("width", (k * this.
|
|
289790
|
-
c.setAttribute("height", (m * this.
|
|
289835
|
+
c.setAttribute("width", (k * this.y).toString());
|
|
289836
|
+
c.setAttribute("height", (m * this.y).toString());
|
|
289791
289837
|
c.setStyleProperty("marginLeft", l + "px");
|
|
289792
289838
|
k = (i + h);
|
|
289793
|
-
this.
|
|
289839
|
+
this.a0(d, k, n, k * this.y, n * this.y);
|
|
289794
289840
|
d.setStyleProperty("marginTop", m + "px");
|
|
289795
289841
|
d.setStyleProperty("marginLeft", (a - i - h).toString() + "px");
|
|
289796
|
-
this.
|
|
289797
|
-
this.
|
|
289842
|
+
this.a0(e, l, m, l * this.y, m * this.y);
|
|
289843
|
+
this.bo = new igniteuiWebcomponentsCore.Rect(0, 0, 0, i, j);
|
|
289798
289844
|
if (this.n != null) {
|
|
289799
|
-
this.n.bo = this.
|
|
289845
|
+
this.n.bo = this.bo;
|
|
289800
289846
|
}
|
|
289801
|
-
this.
|
|
289847
|
+
this.bi();
|
|
289802
289848
|
var o = new ViewportChangedMessage_Spark();
|
|
289803
|
-
o.newLeft = this.
|
|
289804
|
-
o.newTop = this.
|
|
289805
|
-
o.newHeight = this.
|
|
289806
|
-
o.newWidth = this.
|
|
289849
|
+
o.newLeft = this.bo.left;
|
|
289850
|
+
o.newTop = this.bo.top;
|
|
289851
|
+
o.newHeight = this.bo.height;
|
|
289852
|
+
o.newWidth = this.bo.width;
|
|
289807
289853
|
this.i.sendMessage(o);
|
|
289808
|
-
this.
|
|
289854
|
+
this.t = false;
|
|
289809
289855
|
};
|
|
289810
|
-
XamSparklineView.prototype.
|
|
289856
|
+
XamSparklineView.prototype.am = function (a) {
|
|
289811
289857
|
if (a) {
|
|
289812
|
-
this.
|
|
289858
|
+
this.z = -1;
|
|
289813
289859
|
}
|
|
289814
|
-
else if (this.
|
|
289815
|
-
this.
|
|
289860
|
+
else if (this.z < 0) {
|
|
289861
|
+
this.bi();
|
|
289816
289862
|
}
|
|
289817
289863
|
};
|
|
289818
|
-
XamSparklineView.prototype.
|
|
289819
|
-
var a = this.
|
|
289820
|
-
var b = this.
|
|
289821
|
-
var c = this.
|
|
289822
|
-
var d = this.
|
|
289864
|
+
XamSparklineView.prototype.bi = function () {
|
|
289865
|
+
var a = this.bo.left;
|
|
289866
|
+
var b = this.bo.width;
|
|
289867
|
+
var c = this.bo.height;
|
|
289868
|
+
var d = this.ac(true);
|
|
289823
289869
|
var e = new igniteuiWebcomponentsCore.Rect(0, a + d, d, b - d * 2, c - d * 2);
|
|
289824
289870
|
var f = new ViewportChangedMessage_Spark();
|
|
289825
289871
|
f.newLeft = e.left;
|
|
289826
289872
|
f.newTop = e.top;
|
|
289827
289873
|
f.newHeight = e.height;
|
|
289828
289874
|
f.newWidth = e.width;
|
|
289829
|
-
this.
|
|
289875
|
+
this.bn = e;
|
|
289830
289876
|
this.h.sendMessage(f);
|
|
289831
289877
|
};
|
|
289832
|
-
XamSparklineView.prototype.
|
|
289833
|
-
if (igniteuiWebcomponentsCore.Rect.l_op_Equality(this.
|
|
289878
|
+
XamSparklineView.prototype.ak = function (a) {
|
|
289879
|
+
if (igniteuiWebcomponentsCore.Rect.l_op_Equality(this.bo, null)) {
|
|
289834
289880
|
return;
|
|
289835
289881
|
}
|
|
289836
289882
|
switch (a.b) {
|
|
289837
289883
|
case 2:
|
|
289838
|
-
this.
|
|
289839
|
-
this.bo.an = null;
|
|
289840
|
-
this.bq.an = null;
|
|
289884
|
+
this.bt.an = null;
|
|
289841
289885
|
this.bp.an = null;
|
|
289842
289886
|
this.br.an = null;
|
|
289843
|
-
this.
|
|
289887
|
+
this.bq.an = null;
|
|
289888
|
+
this.bs.an = null;
|
|
289889
|
+
this.bu.an = null;
|
|
289844
289890
|
break;
|
|
289845
289891
|
case 8:
|
|
289846
|
-
this.
|
|
289892
|
+
this.bw.an = null;
|
|
289847
289893
|
break;
|
|
289848
289894
|
case 1:
|
|
289849
|
-
this.
|
|
289850
|
-
this.
|
|
289895
|
+
this.bx.an = null;
|
|
289896
|
+
this.bv.an = null;
|
|
289851
289897
|
break;
|
|
289852
289898
|
case 4:
|
|
289853
|
-
this.
|
|
289899
|
+
this.an(null);
|
|
289854
289900
|
break;
|
|
289855
289901
|
case 16:
|
|
289856
|
-
this.
|
|
289902
|
+
this.by.an = null;
|
|
289857
289903
|
break;
|
|
289858
289904
|
}
|
|
289859
289905
|
if (a.c) {
|
|
289860
|
-
this.
|
|
289906
|
+
this.au();
|
|
289861
289907
|
}
|
|
289862
289908
|
};
|
|
289863
|
-
XamSparklineView.prototype.
|
|
289909
|
+
XamSparklineView.prototype.ac = function (a) {
|
|
289864
289910
|
if (a) {
|
|
289865
|
-
this.
|
|
289911
|
+
this.z = -1;
|
|
289866
289912
|
}
|
|
289867
|
-
var b = this.
|
|
289913
|
+
var b = this.z;
|
|
289868
289914
|
if (b >= 0) {
|
|
289869
289915
|
return b;
|
|
289870
289916
|
}
|
|
289871
289917
|
b = 0;
|
|
289872
289918
|
var c = this.m.q;
|
|
289873
|
-
if (c.
|
|
289874
|
-
b = this.
|
|
289919
|
+
if (c.fw == 0) {
|
|
289920
|
+
b = this.ad(b, c.bg, 0);
|
|
289875
289921
|
}
|
|
289876
|
-
if (c.
|
|
289877
|
-
b = this.
|
|
289922
|
+
if (c.fr == 0) {
|
|
289923
|
+
b = this.ad(b, c.a9, 1);
|
|
289878
289924
|
}
|
|
289879
|
-
if (c.
|
|
289880
|
-
b = this.
|
|
289925
|
+
if (c.fu == 0) {
|
|
289926
|
+
b = this.ad(b, c.bb, 2);
|
|
289881
289927
|
}
|
|
289882
|
-
if (c.
|
|
289883
|
-
b = this.
|
|
289928
|
+
if (c.fs == 0) {
|
|
289929
|
+
b = this.ad(b, c.ba, 3);
|
|
289884
289930
|
}
|
|
289885
|
-
if (c.
|
|
289886
|
-
b = this.
|
|
289931
|
+
if (c.fv == 0) {
|
|
289932
|
+
b = this.ad(b, c.bf, 4);
|
|
289887
289933
|
}
|
|
289888
|
-
if (c.
|
|
289889
|
-
b = this.
|
|
289934
|
+
if (c.fx == 0) {
|
|
289935
|
+
b = this.ad(b, c.bl, 5);
|
|
289890
289936
|
}
|
|
289891
|
-
this.
|
|
289937
|
+
this.z = b;
|
|
289892
289938
|
return b;
|
|
289893
289939
|
};
|
|
289894
|
-
XamSparklineView.prototype.
|
|
289940
|
+
XamSparklineView.prototype.ad = function (a, b, c) {
|
|
289895
289941
|
if (b >= 0) {
|
|
289896
289942
|
return b > a ? b : a;
|
|
289897
289943
|
}
|
|
289898
289944
|
return this.b[c] > a ? this.b[c] : a;
|
|
289899
289945
|
};
|
|
289900
|
-
XamSparklineView.prototype.
|
|
289901
|
-
this.
|
|
289902
|
-
this.
|
|
289903
|
-
this.
|
|
289904
|
-
this.
|
|
289905
|
-
this.
|
|
289906
|
-
this.
|
|
289907
|
-
this.
|
|
289946
|
+
XamSparklineView.prototype.a9 = function (a) {
|
|
289947
|
+
this.ba(this.bt, a.e, a.k, 0);
|
|
289948
|
+
this.ba(this.bu, a.f, a.l, 5);
|
|
289949
|
+
this.ba(this.bs, a.d, a.j, 4);
|
|
289950
|
+
this.ba(this.bq, a.c, a.h, 3);
|
|
289951
|
+
this.bb(this.bp, a.m, a.g, 1);
|
|
289952
|
+
this.bb(this.br, a.n, a.i, 2);
|
|
289953
|
+
this.ar();
|
|
289908
289954
|
};
|
|
289909
|
-
XamSparklineView.prototype.
|
|
289955
|
+
XamSparklineView.prototype.bb = function (a, b, c, d) {
|
|
289910
289956
|
var e = ((function () {
|
|
289911
289957
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Point_$type, 0);
|
|
289912
289958
|
$ret.add(b);
|
|
289913
289959
|
return $ret;
|
|
289914
289960
|
})());
|
|
289915
|
-
this.
|
|
289961
|
+
this.ba(a, e, c, d);
|
|
289916
289962
|
};
|
|
289917
|
-
XamSparklineView.prototype.
|
|
289963
|
+
XamSparklineView.prototype.ba = function (a, b, c, d) {
|
|
289918
289964
|
if (c < 0) {
|
|
289919
289965
|
c = this.b[d];
|
|
289920
289966
|
}
|
|
289921
|
-
a.an = this.
|
|
289967
|
+
a.an = this.bm(b, c < 0.1 ? igniteuiWebcomponentsCore.DeviceUtils.g(3) : c);
|
|
289922
289968
|
if (this.m.q.aq != 3) {
|
|
289923
289969
|
var e = new igniteuiWebcomponentsCore.TranslateTransform();
|
|
289924
289970
|
e.j = this.m.o.d;
|
|
@@ -289928,12 +289974,12 @@
|
|
|
289928
289974
|
a.j = null;
|
|
289929
289975
|
}
|
|
289930
289976
|
};
|
|
289931
|
-
XamSparklineView.prototype.
|
|
289977
|
+
XamSparklineView.prototype.bm = function (a, b) {
|
|
289932
289978
|
var e_1, _a;
|
|
289933
289979
|
var c = new igniteuiWebcomponentsCore.GeometryGroup();
|
|
289934
289980
|
c.c = 1;
|
|
289935
|
-
var d = this.
|
|
289936
|
-
var e = this.
|
|
289981
|
+
var d = this.bo.right;
|
|
289982
|
+
var e = this.bo.bottom;
|
|
289937
289983
|
try {
|
|
289938
289984
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
289939
289985
|
var f = _c.value;
|
|
@@ -289965,7 +290011,7 @@
|
|
|
289965
290011
|
}
|
|
289966
290012
|
return c;
|
|
289967
290013
|
};
|
|
289968
|
-
XamSparklineView.prototype.
|
|
290014
|
+
XamSparklineView.prototype.bd = function (a) {
|
|
289969
290015
|
var e_2, _a;
|
|
289970
290016
|
var b = new igniteuiWebcomponentsCore.PathGeometry();
|
|
289971
290017
|
var c = this.m.q.aq == 1;
|
|
@@ -290000,10 +290046,10 @@
|
|
|
290000
290046
|
throw e_2.error;
|
|
290001
290047
|
}
|
|
290002
290048
|
}
|
|
290003
|
-
this.
|
|
290004
|
-
this.
|
|
290049
|
+
this.bx.an = b;
|
|
290050
|
+
this.ar();
|
|
290005
290051
|
};
|
|
290006
|
-
XamSparklineView.prototype.
|
|
290052
|
+
XamSparklineView.prototype.bl = function (a, b) {
|
|
290007
290053
|
var e_3, _a;
|
|
290008
290054
|
var c = igniteuiWebcomponentsCore.typeCast(WinLossColumnMessage_Spark.$, b);
|
|
290009
290055
|
var d = igniteuiWebcomponentsCore.typeCast(ColumnMessage_Spark.$, b);
|
|
@@ -290038,34 +290084,34 @@
|
|
|
290038
290084
|
}
|
|
290039
290085
|
return e;
|
|
290040
290086
|
};
|
|
290041
|
-
XamSparklineView.prototype.
|
|
290042
|
-
this.
|
|
290043
|
-
this.
|
|
290044
|
-
this.
|
|
290087
|
+
XamSparklineView.prototype.a6 = function (a) {
|
|
290088
|
+
this.a7(this.bx, a.d, a);
|
|
290089
|
+
this.a7(this.bv, a.g, a);
|
|
290090
|
+
this.ar();
|
|
290045
290091
|
};
|
|
290046
|
-
XamSparklineView.prototype.
|
|
290092
|
+
XamSparklineView.prototype.a8 = function (a, b, c) {
|
|
290047
290093
|
var d = ((function () {
|
|
290048
290094
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Point_$type, 0);
|
|
290049
290095
|
$ret.add(b);
|
|
290050
290096
|
return $ret;
|
|
290051
290097
|
})());
|
|
290052
|
-
this.
|
|
290098
|
+
this.a7(a, d, c);
|
|
290053
290099
|
};
|
|
290054
|
-
XamSparklineView.prototype.
|
|
290055
|
-
a.an = this.
|
|
290100
|
+
XamSparklineView.prototype.a7 = function (a, b, c) {
|
|
290101
|
+
a.an = this.bl(b, c);
|
|
290056
290102
|
};
|
|
290057
|
-
XamSparklineView.prototype.
|
|
290058
|
-
this.
|
|
290059
|
-
this.
|
|
290060
|
-
this.
|
|
290103
|
+
XamSparklineView.prototype.bk = function (a) {
|
|
290104
|
+
this.a7(this.bx, a.d, a);
|
|
290105
|
+
this.a7(this.bv, a.g, a);
|
|
290106
|
+
this.ar();
|
|
290061
290107
|
};
|
|
290062
|
-
XamSparklineView.prototype.
|
|
290108
|
+
XamSparklineView.prototype.be = function (a) {
|
|
290063
290109
|
var b = new igniteuiWebcomponentsCore.RectangleGeometry();
|
|
290064
290110
|
b.e = new igniteuiWebcomponentsCore.Rect(0, a.k, a.l, a.j, a.i);
|
|
290065
|
-
this.
|
|
290066
|
-
this.
|
|
290111
|
+
this.bw.an = b;
|
|
290112
|
+
this.ar();
|
|
290067
290113
|
};
|
|
290068
|
-
XamSparklineView.prototype.
|
|
290114
|
+
XamSparklineView.prototype.bh = function (a) {
|
|
290069
290115
|
if (a.points.length == 0) {
|
|
290070
290116
|
return;
|
|
290071
290117
|
}
|
|
@@ -290080,49 +290126,49 @@
|
|
|
290080
290126
|
c._segments.add(f);
|
|
290081
290127
|
}
|
|
290082
290128
|
b.c.add(c);
|
|
290083
|
-
this.
|
|
290084
|
-
this.
|
|
290129
|
+
this.by.an = b;
|
|
290130
|
+
this.ar();
|
|
290085
290131
|
};
|
|
290086
|
-
XamSparklineView.prototype.
|
|
290087
|
-
this.
|
|
290132
|
+
XamSparklineView.prototype.bg = function (a) {
|
|
290133
|
+
this.aj = a.template;
|
|
290088
290134
|
};
|
|
290089
|
-
XamSparklineView.prototype.
|
|
290090
|
-
if (!this.
|
|
290091
|
-
this.
|
|
290135
|
+
XamSparklineView.prototype.bf = function (a) {
|
|
290136
|
+
if (!this.v) {
|
|
290137
|
+
this.an(null);
|
|
290092
290138
|
return;
|
|
290093
290139
|
}
|
|
290094
290140
|
var b = igniteuiWebcomponentsCore.truncate(Math.round(a.xOffset - 10));
|
|
290095
290141
|
var c = igniteuiWebcomponentsCore.truncate(Math.round(a.yOffset - 10));
|
|
290096
|
-
b = igniteuiWebcomponentsCore.truncate(Math.round(b * this.
|
|
290097
|
-
c = igniteuiWebcomponentsCore.truncate(Math.round(c * this.
|
|
290098
|
-
var d = this.
|
|
290142
|
+
b = igniteuiWebcomponentsCore.truncate(Math.round(b * this.y));
|
|
290143
|
+
c = igniteuiWebcomponentsCore.truncate(Math.round(c * this.y));
|
|
290144
|
+
var d = this.q.a(b, c);
|
|
290099
290145
|
if (d[3] > 0) {
|
|
290100
|
-
this.
|
|
290146
|
+
this.an(a);
|
|
290101
290147
|
}
|
|
290102
290148
|
else {
|
|
290103
|
-
this.
|
|
290149
|
+
this.an(null);
|
|
290104
290150
|
}
|
|
290105
290151
|
};
|
|
290106
|
-
XamSparklineView.prototype.
|
|
290152
|
+
XamSparklineView.prototype.an = function (a) {
|
|
290107
290153
|
var x_ = 0, y_ = 0;
|
|
290108
|
-
var v_ = null, t_ = null, i_ = this.
|
|
290154
|
+
var v_ = null, t_ = null, i_ = this.af;
|
|
290109
290155
|
{
|
|
290110
290156
|
if (a != null) {
|
|
290111
|
-
t_ = this.
|
|
290157
|
+
t_ = this.aj;
|
|
290112
290158
|
x_ = a.xOffset + 6;
|
|
290113
290159
|
y_ = a.yOffset + 6;
|
|
290114
290160
|
var b = a.context;
|
|
290115
290161
|
var f_ = b.first, l_ = b.last, o_ = b.low, h_ = b.high;
|
|
290116
290162
|
v_ = { First: f_, Last: l_, Low: o_, High: h_ };
|
|
290117
290163
|
}
|
|
290118
|
-
var ren_ = this.
|
|
290164
|
+
var ren_ = this.af;
|
|
290119
290165
|
if (this.e == null) {
|
|
290120
290166
|
this.e = new igniteuiWebcomponentsCore.DataContext();
|
|
290121
290167
|
}
|
|
290122
290168
|
var dc_ = this.e;
|
|
290123
290169
|
dc_.item = v_;
|
|
290124
290170
|
dc_.series = this;
|
|
290125
|
-
var tt_ = this.
|
|
290171
|
+
var tt_ = this.aj;
|
|
290126
290172
|
if (tt_ != null) {
|
|
290127
290173
|
if (v_ != null) {
|
|
290128
290174
|
tt_.updateToolTip(dc_);
|
|
@@ -290136,24 +290182,24 @@
|
|
|
290136
290182
|
};
|
|
290137
290183
|
Object.defineProperty(XamSparklineView.prototype, "isDirty", {
|
|
290138
290184
|
get: function () {
|
|
290139
|
-
return this.
|
|
290185
|
+
return this.u;
|
|
290140
290186
|
},
|
|
290141
290187
|
set: function (a) {
|
|
290142
|
-
this.
|
|
290188
|
+
this.u = a;
|
|
290143
290189
|
},
|
|
290144
290190
|
enumerable: false,
|
|
290145
290191
|
configurable: true
|
|
290146
290192
|
});
|
|
290147
|
-
XamSparklineView.prototype.
|
|
290193
|
+
XamSparklineView.prototype.ar = function () {
|
|
290148
290194
|
if (!this.isDirty) {
|
|
290149
290195
|
this.isDirty = true;
|
|
290150
|
-
this.d.r(this.
|
|
290151
|
-
this.c.r(this.
|
|
290196
|
+
this.d.r(this.q, null);
|
|
290197
|
+
this.c.r(this.r, this.s);
|
|
290152
290198
|
}
|
|
290153
290199
|
};
|
|
290154
290200
|
XamSparklineView.prototype.undirty = function (a) {
|
|
290155
|
-
this.
|
|
290156
|
-
this.
|
|
290201
|
+
this.u = false;
|
|
290202
|
+
this.ay();
|
|
290157
290203
|
};
|
|
290158
290204
|
Object.defineProperty(XamSparklineView.prototype, "index", {
|
|
290159
290205
|
get: function () {
|
|
@@ -290162,28 +290208,28 @@
|
|
|
290162
290208
|
enumerable: false,
|
|
290163
290209
|
configurable: true
|
|
290164
290210
|
});
|
|
290165
|
-
XamSparklineView.prototype.
|
|
290211
|
+
XamSparklineView.prototype.az = function (a, b) {
|
|
290166
290212
|
b.t(a);
|
|
290167
290213
|
};
|
|
290168
|
-
XamSparklineView.prototype.
|
|
290169
|
-
var a = this.
|
|
290214
|
+
XamSparklineView.prototype.ay = function () {
|
|
290215
|
+
var a = this.q;
|
|
290170
290216
|
if (a != null && a.d) {
|
|
290171
|
-
if (this.
|
|
290217
|
+
if (this.y != 1) {
|
|
290172
290218
|
a.ac();
|
|
290173
|
-
a.ad(this.
|
|
290219
|
+
a.ad(this.y, this.y);
|
|
290174
290220
|
}
|
|
290175
|
-
a.l(this.
|
|
290176
|
-
a.t(this.bw);
|
|
290177
|
-
a.t(this.bu);
|
|
290178
|
-
this.ay(this.bs, a);
|
|
290179
|
-
this.ay(this.bt, a);
|
|
290180
|
-
this.ay(this.bp, a);
|
|
290181
|
-
this.ay(this.br, a);
|
|
290182
|
-
this.ay(this.bo, a);
|
|
290183
|
-
this.ay(this.bq, a);
|
|
290184
|
-
a.t(this.bv);
|
|
290221
|
+
a.l(this.bo.left, this.bo.top, this.bo.width, this.bo.height);
|
|
290185
290222
|
a.t(this.bx);
|
|
290186
|
-
|
|
290223
|
+
a.t(this.bv);
|
|
290224
|
+
this.az(this.bt, a);
|
|
290225
|
+
this.az(this.bu, a);
|
|
290226
|
+
this.az(this.bq, a);
|
|
290227
|
+
this.az(this.bs, a);
|
|
290228
|
+
this.az(this.bp, a);
|
|
290229
|
+
this.az(this.br, a);
|
|
290230
|
+
a.t(this.bw);
|
|
290231
|
+
a.t(this.by);
|
|
290232
|
+
if (this.y != 1) {
|
|
290187
290233
|
a.ab();
|
|
290188
290234
|
}
|
|
290189
290235
|
}
|
|
@@ -290194,19 +290240,19 @@
|
|
|
290194
290240
|
};
|
|
290195
290241
|
XamSparklineView.prototype.postRender = function () {
|
|
290196
290242
|
};
|
|
290197
|
-
XamSparklineView.prototype.
|
|
290198
|
-
a.viewport = new igniteuiWebcomponentsCore.RectData(this.
|
|
290199
|
-
a.marginViewport = new igniteuiWebcomponentsCore.RectData(this.
|
|
290200
|
-
a.sparkPath = new igniteuiWebcomponentsCore.PathVisualData(1, "SparkPath", this.
|
|
290201
|
-
a.negativeSparkPath = new igniteuiWebcomponentsCore.PathVisualData(1, "NegativeSparkPath", this.
|
|
290202
|
-
a.trendLinePath = new igniteuiWebcomponentsCore.PathVisualData(1, "TrendLinePath", this.
|
|
290203
|
-
a.rangePath = new igniteuiWebcomponentsCore.PathVisualData(1, "RangePath", this.
|
|
290204
|
-
a.markersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "MarkersPath", this.
|
|
290205
|
-
a.negativeMarkersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "NegativeMarkersPath", this.
|
|
290206
|
-
a.lowMarkersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "LowMarkersPath", this.
|
|
290207
|
-
a.highMarkersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "HighMarkersPath", this.
|
|
290208
|
-
a.firstMarkerPath = new igniteuiWebcomponentsCore.PathVisualData(1, "FirstMarkerPath", this.
|
|
290209
|
-
a.lastMarkerPath = new igniteuiWebcomponentsCore.PathVisualData(1, "LastMarkerPath", this.
|
|
290243
|
+
XamSparklineView.prototype.ao = function (a) {
|
|
290244
|
+
a.viewport = new igniteuiWebcomponentsCore.RectData(this.bo.left, this.bo.top, this.bo.width, this.bo.height);
|
|
290245
|
+
a.marginViewport = new igniteuiWebcomponentsCore.RectData(this.bn.left, this.bn.top, this.bn.width, this.bn.height);
|
|
290246
|
+
a.sparkPath = new igniteuiWebcomponentsCore.PathVisualData(1, "SparkPath", this.bx);
|
|
290247
|
+
a.negativeSparkPath = new igniteuiWebcomponentsCore.PathVisualData(1, "NegativeSparkPath", this.bv);
|
|
290248
|
+
a.trendLinePath = new igniteuiWebcomponentsCore.PathVisualData(1, "TrendLinePath", this.by);
|
|
290249
|
+
a.rangePath = new igniteuiWebcomponentsCore.PathVisualData(1, "RangePath", this.bw);
|
|
290250
|
+
a.markersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "MarkersPath", this.bt);
|
|
290251
|
+
a.negativeMarkersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "NegativeMarkersPath", this.bu);
|
|
290252
|
+
a.lowMarkersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "LowMarkersPath", this.bs);
|
|
290253
|
+
a.highMarkersPath = new igniteuiWebcomponentsCore.PathVisualData(1, "HighMarkersPath", this.bq);
|
|
290254
|
+
a.firstMarkerPath = new igniteuiWebcomponentsCore.PathVisualData(1, "FirstMarkerPath", this.bp);
|
|
290255
|
+
a.lastMarkerPath = new igniteuiWebcomponentsCore.PathVisualData(1, "LastMarkerPath", this.br);
|
|
290210
290256
|
};
|
|
290211
290257
|
XamSparklineView.prototype.preRender = function () {
|
|
290212
290258
|
};
|
|
@@ -290214,30 +290260,33 @@
|
|
|
290214
290260
|
return true;
|
|
290215
290261
|
};
|
|
290216
290262
|
XamSparklineView.prototype.o = function (a) {
|
|
290217
|
-
return igniteuiWebcomponentsCore.FontUtil.getFontForClass(this.
|
|
290263
|
+
return igniteuiWebcomponentsCore.FontUtil.getFontForClass(this.af, a);
|
|
290264
|
+
};
|
|
290265
|
+
XamSparklineView.prototype.p = function (a) {
|
|
290266
|
+
return igniteuiWebcomponentsCore.FontUtil.toFontInfo(this.af, a);
|
|
290218
290267
|
};
|
|
290219
|
-
XamSparklineView.prototype.
|
|
290268
|
+
XamSparklineView.prototype.a0 = function (a, b, c, d, e) {
|
|
290220
290269
|
a.setStyleProperty("width", b + "px");
|
|
290221
290270
|
a.setStyleProperty("height", c + "px");
|
|
290222
290271
|
a.setAttribute("width", d.toString());
|
|
290223
290272
|
a.setAttribute("height", e.toString());
|
|
290224
290273
|
};
|
|
290225
|
-
XamSparklineView.prototype.
|
|
290226
|
-
var b = igniteuiWebcomponentsCore.CanvasScalingHelpers.b(this.
|
|
290227
|
-
a.
|
|
290274
|
+
XamSparklineView.prototype.aq = function (a) {
|
|
290275
|
+
var b = igniteuiWebcomponentsCore.CanvasScalingHelpers.b(this.af);
|
|
290276
|
+
a.a8 = igniteuiWebcomponentsCore.CanvasScalingHelpers.a(a.bo, a.a8, b);
|
|
290228
290277
|
if (this.n != null) {
|
|
290229
290278
|
igniteuiWebcomponentsCore.CanvasScalingHelpers.h(this.n, b);
|
|
290230
290279
|
}
|
|
290231
290280
|
};
|
|
290232
|
-
XamSparklineView.prototype.
|
|
290281
|
+
XamSparklineView.prototype.av = function () {
|
|
290233
290282
|
if (this.n != null) {
|
|
290234
|
-
this.n.bk(this.
|
|
290283
|
+
this.n.bk(this.ag, "");
|
|
290235
290284
|
}
|
|
290236
290285
|
};
|
|
290237
|
-
XamSparklineView.prototype.
|
|
290238
|
-
this.
|
|
290286
|
+
XamSparklineView.prototype.at = function () {
|
|
290287
|
+
this.aq(this.l.q);
|
|
290239
290288
|
if (this.n != null) {
|
|
290240
|
-
this.n.av(this.
|
|
290289
|
+
this.n.av(this.ag, "");
|
|
290241
290290
|
}
|
|
290242
290291
|
};
|
|
290243
290292
|
XamSparklineView.$t = igniteuiWebcomponentsCore.markType(XamSparklineView, 'XamSparklineView', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.ISchedulableRender_$type]);
|
|
@@ -290258,7 +290307,7 @@
|
|
|
290258
290307
|
SparkFramePreparer.prototype.e = function (a) {
|
|
290259
290308
|
var e_4, _a;
|
|
290260
290309
|
var _this = this;
|
|
290261
|
-
this.b.r.
|
|
290310
|
+
this.b.r.am(false);
|
|
290262
290311
|
a.g.clear();
|
|
290263
290312
|
a.l.clear();
|
|
290264
290313
|
a.j.clear();
|
|
@@ -290283,7 +290332,7 @@
|
|
|
290283
290332
|
var n = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Number_$type, 0);
|
|
290284
290333
|
var o = this.b.q.ar;
|
|
290285
290334
|
var p = this.b.q.aq;
|
|
290286
|
-
var q = this.b.q.
|
|
290335
|
+
var q = this.b.q.bt;
|
|
290287
290336
|
var r = o != 0 && q >= 1;
|
|
290288
290337
|
var s = null;
|
|
290289
290338
|
var t = null;
|
|
@@ -290417,8 +290466,8 @@
|
|
|
290417
290466
|
}
|
|
290418
290467
|
var ai = this.b.t.minimum;
|
|
290419
290468
|
var aj = this.b.t.maximum;
|
|
290420
|
-
var ak = this.b.q.
|
|
290421
|
-
var al = this.b.q.
|
|
290469
|
+
var ak = this.b.q.a7;
|
|
290470
|
+
var al = this.b.q.a6;
|
|
290422
290471
|
this.c = h - (m - ak) / (al - ak) * g;
|
|
290423
290472
|
if (this.c < 0) {
|
|
290424
290473
|
this.c = 0;
|
|
@@ -290542,7 +290591,7 @@
|
|
|
290542
290591
|
_this.d = igniteuiWebcomponentsCore.typeCast(XamSparkline.$, a);
|
|
290543
290592
|
_this.a = _this.d.ak;
|
|
290544
290593
|
_this.c = _this.d.at;
|
|
290545
|
-
b.
|
|
290594
|
+
b.aq(_this.d);
|
|
290546
290595
|
var c = new ServiceProvider_Spark();
|
|
290547
290596
|
c.addService("ConfigurationMessages", new MessageChannel_Spark());
|
|
290548
290597
|
c.addService("RenderingMessages", new MessageChannel_Spark());
|
|
@@ -290623,14 +290672,14 @@
|
|
|
290623
290672
|
});
|
|
290624
290673
|
Object.defineProperty(SparklineController.prototype, "ad", {
|
|
290625
290674
|
get: function () {
|
|
290626
|
-
return this.q != null ? this.q.
|
|
290675
|
+
return this.q != null ? this.q.de : null;
|
|
290627
290676
|
},
|
|
290628
290677
|
enumerable: false,
|
|
290629
290678
|
configurable: true
|
|
290630
290679
|
});
|
|
290631
290680
|
Object.defineProperty(SparklineController.prototype, "ac", {
|
|
290632
290681
|
get: function () {
|
|
290633
|
-
return this.q != null ? this.q.
|
|
290682
|
+
return this.q != null ? this.q.ch : null;
|
|
290634
290683
|
},
|
|
290635
290684
|
enumerable: false,
|
|
290636
290685
|
configurable: true
|
|
@@ -290655,13 +290704,13 @@
|
|
|
290655
290704
|
return c;
|
|
290656
290705
|
};
|
|
290657
290706
|
SparklineController.prototype.z = function (a) {
|
|
290658
|
-
var b = ((a - this.q.
|
|
290707
|
+
var b = ((a - this.q.a7) / (this.q.a6 - this.q.a7));
|
|
290659
290708
|
b = (1 - b);
|
|
290660
290709
|
b = this.a3.top + (b) * this.a3.height;
|
|
290661
290710
|
return b;
|
|
290662
290711
|
};
|
|
290663
290712
|
SparklineController.prototype.w = function () {
|
|
290664
|
-
return !this.a3.isEmpty && this.a3.width > 0 && this.a3.height > 0 && this.q != null && this.q.
|
|
290713
|
+
return !this.a3.isEmpty && this.a3.width > 0 && this.a3.height > 0 && this.q != null && this.q.a7 != this.q.a6;
|
|
290665
290714
|
};
|
|
290666
290715
|
SparklineController.prototype.v = function (a) {
|
|
290667
290716
|
if (a.oldValue != a.newValue) {
|
|
@@ -290686,40 +290735,40 @@
|
|
|
290686
290735
|
SparklineController.prototype.ay = function () {
|
|
290687
290736
|
if (this.q != null) {
|
|
290688
290737
|
if (this.t == null) {
|
|
290689
|
-
this.q.
|
|
290738
|
+
this.q.a7 = this.q.a6 = NaN;
|
|
290690
290739
|
}
|
|
290691
290740
|
else {
|
|
290692
|
-
if (igniteuiWebcomponentsCore.isNaN_(this.q.
|
|
290693
|
-
this.q.
|
|
290741
|
+
if (igniteuiWebcomponentsCore.isNaN_(this.q.bk)) {
|
|
290742
|
+
this.q.a7 = this.t.minimum;
|
|
290694
290743
|
}
|
|
290695
290744
|
else {
|
|
290696
|
-
this.q.
|
|
290745
|
+
this.q.a7 = this.q.bk;
|
|
290697
290746
|
}
|
|
290698
|
-
if (igniteuiWebcomponentsCore.isNaN_(this.q.
|
|
290699
|
-
this.q.
|
|
290747
|
+
if (igniteuiWebcomponentsCore.isNaN_(this.q.bj)) {
|
|
290748
|
+
this.q.a6 = this.t.maximum;
|
|
290700
290749
|
}
|
|
290701
290750
|
else {
|
|
290702
|
-
this.q.
|
|
290751
|
+
this.q.a6 = this.q.bj;
|
|
290703
290752
|
}
|
|
290704
|
-
if (this.q.
|
|
290705
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.q.
|
|
290706
|
-
this.q.
|
|
290753
|
+
if (this.q.a7 == this.q.a6) {
|
|
290754
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.q.bj) && igniteuiWebcomponentsCore.isNaN_(this.q.bk)) {
|
|
290755
|
+
this.q.a7 = this.q.a6 - 1;
|
|
290707
290756
|
}
|
|
290708
|
-
else if (igniteuiWebcomponentsCore.isNaN_(this.q.
|
|
290709
|
-
this.q.
|
|
290757
|
+
else if (igniteuiWebcomponentsCore.isNaN_(this.q.bj) && !igniteuiWebcomponentsCore.isNaN_(this.q.bk)) {
|
|
290758
|
+
this.q.a6 = this.q.a7 + 1;
|
|
290710
290759
|
}
|
|
290711
290760
|
else {
|
|
290712
|
-
if (Math.floor(this.q.
|
|
290713
|
-
this.q.
|
|
290761
|
+
if (Math.floor(this.q.a7) < this.q.a7) {
|
|
290762
|
+
this.q.a7 = Math.floor(this.q.a7);
|
|
290714
290763
|
}
|
|
290715
290764
|
else {
|
|
290716
|
-
this.q.
|
|
290765
|
+
this.q.a7 = Math.floor(this.q.a7) - 1;
|
|
290717
290766
|
}
|
|
290718
|
-
if (Math.ceil(this.q.
|
|
290719
|
-
this.q.
|
|
290767
|
+
if (Math.ceil(this.q.a6) > this.q.a6) {
|
|
290768
|
+
this.q.a6 = Math.ceil(this.q.a6);
|
|
290720
290769
|
}
|
|
290721
290770
|
else {
|
|
290722
|
-
this.q.
|
|
290771
|
+
this.q.a6 = Math.ceil(this.q.a6) + 1;
|
|
290723
290772
|
}
|
|
290724
290773
|
}
|
|
290725
290774
|
}
|
|
@@ -290739,10 +290788,10 @@
|
|
|
290739
290788
|
if (this.u != null) {
|
|
290740
290789
|
this.u.deregisterColumn(this.s);
|
|
290741
290790
|
this.s = this.u.registerColumnObject(this.ac, null, false);
|
|
290742
|
-
this.q.
|
|
290791
|
+
this.q.ay = this.s;
|
|
290743
290792
|
}
|
|
290744
290793
|
else {
|
|
290745
|
-
this.q.
|
|
290794
|
+
this.q.ay = this.s = null;
|
|
290746
290795
|
}
|
|
290747
290796
|
};
|
|
290748
290797
|
SparklineController.prototype.au = function () {
|
|
@@ -290868,7 +290917,7 @@
|
|
|
290868
290917
|
c.c = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.Visibility_$type, a.newValue);
|
|
290869
290918
|
c.b = a.propertyName;
|
|
290870
290919
|
this.m.sendMessage(c);
|
|
290871
|
-
this.r.
|
|
290920
|
+
this.r.am(true);
|
|
290872
290921
|
break;
|
|
290873
290922
|
case XamSparkline.$$p[25]:
|
|
290874
290923
|
case XamSparkline.$$p[4]:
|
|
@@ -290876,7 +290925,7 @@
|
|
|
290876
290925
|
case XamSparkline.$$p[8]:
|
|
290877
290926
|
case XamSparkline.$$p[22]:
|
|
290878
290927
|
case XamSparkline.$$p[31]:
|
|
290879
|
-
this.r.
|
|
290928
|
+
this.r.am(true);
|
|
290880
290929
|
break;
|
|
290881
290930
|
case XamSparkline.$$p[20]:
|
|
290882
290931
|
case XamSparkline.$$p[40]:
|
|
@@ -290885,6 +290934,8 @@
|
|
|
290885
290934
|
d.c = a.propertyName;
|
|
290886
290935
|
this.m.sendMessage(d);
|
|
290887
290936
|
break;
|
|
290937
|
+
case "TextStyle":
|
|
290938
|
+
case "TextColor":
|
|
290888
290939
|
case XamSparkline.$$p[10]:
|
|
290889
290940
|
case XamSparkline.$$p[44]:
|
|
290890
290941
|
case XamSparkline.$$p[12]:
|
|
@@ -290905,9 +290956,9 @@
|
|
|
290905
290956
|
break;
|
|
290906
290957
|
case XamSparkline.$$p[13]:
|
|
290907
290958
|
case XamSparkline.$$p[14]:
|
|
290908
|
-
if (this.q.
|
|
290959
|
+
if (this.q.cd != null) {
|
|
290909
290960
|
this.q.ai = new igniteuiWebcomponentsCore.BindingFormatter();
|
|
290910
|
-
this.q.ai.j = this.q.
|
|
290961
|
+
this.q.ai.j = this.q.cd;
|
|
290911
290962
|
this.q.ai.d = this.q.ag;
|
|
290912
290963
|
}
|
|
290913
290964
|
else {
|
|
@@ -290917,9 +290968,9 @@
|
|
|
290917
290968
|
break;
|
|
290918
290969
|
case XamSparkline.$$p[47]:
|
|
290919
290970
|
case XamSparkline.$$p[48]:
|
|
290920
|
-
if (this.q.
|
|
290971
|
+
if (this.q.dk != null) {
|
|
290921
290972
|
this.q.aj = new igniteuiWebcomponentsCore.BindingFormatter();
|
|
290922
|
-
this.q.aj.j = this.q.
|
|
290973
|
+
this.q.aj.j = this.q.dk;
|
|
290923
290974
|
this.q.aj.d = this.q.ah;
|
|
290924
290975
|
}
|
|
290925
290976
|
else {
|
|
@@ -290996,12 +291047,12 @@
|
|
|
290996
291047
|
}
|
|
290997
291048
|
var a = new NormalRangeMessage_Spark();
|
|
290998
291049
|
a.k = this.a3.left;
|
|
290999
|
-
a.l = Math.max(this.a3.top, Math.min(this.a3.bottom, this.z(this.q.
|
|
291050
|
+
a.l = Math.max(this.a3.top, Math.min(this.a3.bottom, this.z(this.q.bm)));
|
|
291000
291051
|
a.j = this.a3.width;
|
|
291001
|
-
var b = Math.max(this.a3.top, Math.min(this.a3.bottom, this.z(this.q.
|
|
291052
|
+
var b = Math.max(this.a3.top, Math.min(this.a3.bottom, this.z(this.q.bn)));
|
|
291002
291053
|
a.i = Math.abs(b - a.l);
|
|
291003
291054
|
a.l = Math.min(a.l, b);
|
|
291004
|
-
a.d = this.q.
|
|
291055
|
+
a.d = this.q.az;
|
|
291005
291056
|
this.m.sendMessage(a);
|
|
291006
291057
|
var c = new TrendLineMessage_Spark();
|
|
291007
291058
|
c.points = this.n.l.toArray();
|
|
@@ -291199,12 +291250,12 @@
|
|
|
291199
291250
|
a.c = this.n.h;
|
|
291200
291251
|
a.m = this.n.m;
|
|
291201
291252
|
a.n = this.n.n;
|
|
291202
|
-
a.k = this.q.
|
|
291203
|
-
a.g = this.q.
|
|
291204
|
-
a.i = this.q.
|
|
291205
|
-
a.h = this.q.
|
|
291206
|
-
a.j = this.q.
|
|
291207
|
-
a.l = this.q.
|
|
291253
|
+
a.k = this.q.bg;
|
|
291254
|
+
a.g = this.q.a9;
|
|
291255
|
+
a.i = this.q.bb;
|
|
291256
|
+
a.h = this.q.ba;
|
|
291257
|
+
a.j = this.q.bf;
|
|
291258
|
+
a.l = this.q.bl;
|
|
291208
291259
|
this.m.sendMessage(a);
|
|
291209
291260
|
};
|
|
291210
291261
|
SparklineController.prototype.getFastItemsSource = function (a) {
|
|
@@ -291242,13 +291293,15 @@
|
|
|
291242
291293
|
_this.aj = null;
|
|
291243
291294
|
_this.an = null;
|
|
291244
291295
|
_this.al = new MessageChannel_Spark();
|
|
291245
|
-
_this.
|
|
291246
|
-
_this.
|
|
291247
|
-
_this.
|
|
291296
|
+
_this.a3 = NaN;
|
|
291297
|
+
_this.a2 = NaN;
|
|
291298
|
+
_this.ay = null;
|
|
291248
291299
|
_this.ak = null;
|
|
291249
291300
|
_this.at = null;
|
|
291250
|
-
_this.
|
|
291251
|
-
_this.
|
|
291301
|
+
_this.a5 = NaN;
|
|
291302
|
+
_this.a4 = 1;
|
|
291303
|
+
_this.av = null;
|
|
291304
|
+
_this.fd = null;
|
|
291252
291305
|
_this.ab = XamSparkline.$;
|
|
291253
291306
|
_this.at = new VerticalAxisView(_this);
|
|
291254
291307
|
_this.ak = new HorizontalAxisView(_this);
|
|
@@ -291257,20 +291310,20 @@
|
|
|
291257
291310
|
}
|
|
291258
291311
|
Object.defineProperty(XamSparkline.prototype, "toolTip", {
|
|
291259
291312
|
get: function () {
|
|
291260
|
-
return this.c(XamSparkline.
|
|
291313
|
+
return this.c(XamSparkline.e0);
|
|
291261
291314
|
},
|
|
291262
291315
|
set: function (a) {
|
|
291263
|
-
this.h(XamSparkline.
|
|
291264
|
-
this.
|
|
291316
|
+
this.h(XamSparkline.e0, a);
|
|
291317
|
+
this.fz = a == null || a.toString().length == 0 ? 1 : 0;
|
|
291265
291318
|
},
|
|
291266
291319
|
enumerable: false,
|
|
291267
291320
|
configurable: true
|
|
291268
291321
|
});
|
|
291269
|
-
XamSparkline.prototype.
|
|
291270
|
-
return this.
|
|
291322
|
+
XamSparkline.prototype.a0 = function () {
|
|
291323
|
+
return this.bs != null;
|
|
291271
291324
|
};
|
|
291272
|
-
XamSparkline.prototype.
|
|
291273
|
-
return this.
|
|
291325
|
+
XamSparkline.prototype.c4 = function (a) {
|
|
291326
|
+
return this.bs(a);
|
|
291274
291327
|
};
|
|
291275
291328
|
Object.defineProperty(XamSparkline.prototype, "ao", {
|
|
291276
291329
|
get: function () {
|
|
@@ -291279,7 +291332,7 @@
|
|
|
291279
291332
|
set: function (a) {
|
|
291280
291333
|
var b = this.an;
|
|
291281
291334
|
this.an = a;
|
|
291282
|
-
this.
|
|
291335
|
+
this.dx(b, this.an);
|
|
291283
291336
|
},
|
|
291284
291337
|
enumerable: false,
|
|
291285
291338
|
configurable: true
|
|
@@ -291294,27 +291347,27 @@
|
|
|
291294
291347
|
enumerable: false,
|
|
291295
291348
|
configurable: true
|
|
291296
291349
|
});
|
|
291297
|
-
Object.defineProperty(XamSparkline.prototype, "
|
|
291350
|
+
Object.defineProperty(XamSparkline.prototype, "a7", {
|
|
291298
291351
|
get: function () {
|
|
291299
|
-
return this.
|
|
291352
|
+
return this.a3;
|
|
291300
291353
|
},
|
|
291301
291354
|
set: function (a) {
|
|
291302
|
-
this.
|
|
291355
|
+
this.a3 = a;
|
|
291303
291356
|
},
|
|
291304
291357
|
enumerable: false,
|
|
291305
291358
|
configurable: true
|
|
291306
291359
|
});
|
|
291307
|
-
Object.defineProperty(XamSparkline.prototype, "
|
|
291360
|
+
Object.defineProperty(XamSparkline.prototype, "a6", {
|
|
291308
291361
|
get: function () {
|
|
291309
|
-
return this.
|
|
291362
|
+
return this.a2;
|
|
291310
291363
|
},
|
|
291311
291364
|
set: function (a) {
|
|
291312
|
-
this.
|
|
291365
|
+
this.a2 = a;
|
|
291313
291366
|
},
|
|
291314
291367
|
enumerable: false,
|
|
291315
291368
|
configurable: true
|
|
291316
291369
|
});
|
|
291317
|
-
XamSparkline.prototype.
|
|
291370
|
+
XamSparkline.prototype.dx = function (a, b) {
|
|
291318
291371
|
if (a != null) {
|
|
291319
291372
|
this.am.detachFromNext();
|
|
291320
291373
|
}
|
|
@@ -291323,15 +291376,15 @@
|
|
|
291323
291376
|
}
|
|
291324
291377
|
};
|
|
291325
291378
|
XamSparkline.prototype.onDetachedFromUI = function () {
|
|
291326
|
-
this.ap.e.
|
|
291379
|
+
this.ap.e.av();
|
|
291327
291380
|
};
|
|
291328
291381
|
XamSparkline.prototype.onAttachedToUI = function () {
|
|
291329
|
-
this.ap.e.
|
|
291382
|
+
this.ap.e.at();
|
|
291330
291383
|
};
|
|
291331
|
-
XamSparkline.prototype.
|
|
291384
|
+
XamSparkline.prototype.dw = function (a, b, c) {
|
|
291332
291385
|
if (a == "PixelScalingRatio") {
|
|
291333
|
-
if (!igniteuiWebcomponentsCore.isNaN_(igniteuiWebcomponentsCore.DeviceUtils.a(this.
|
|
291334
|
-
this.
|
|
291386
|
+
if (!igniteuiWebcomponentsCore.isNaN_(igniteuiWebcomponentsCore.DeviceUtils.a(this.bo))) {
|
|
291387
|
+
this.a8 = igniteuiWebcomponentsCore.DeviceUtils.a(this.bo);
|
|
291335
291388
|
}
|
|
291336
291389
|
}
|
|
291337
291390
|
this.am.sendMessage(((function () {
|
|
@@ -291361,7 +291414,7 @@
|
|
|
291361
291414
|
XamSparkline.prototype.notifyResized = function () {
|
|
291362
291415
|
this.am.sendMessage(new ContainerSizeChangedMessage_Spark());
|
|
291363
291416
|
};
|
|
291364
|
-
XamSparkline.prototype.
|
|
291417
|
+
XamSparkline.prototype.dt = function (source_, a, b, c) {
|
|
291365
291418
|
if (source_.dataView && source_.dataSource) {
|
|
291366
291419
|
source_ = source_.dataView();
|
|
291367
291420
|
}
|
|
@@ -291378,7 +291431,7 @@
|
|
|
291378
291431
|
return $ret;
|
|
291379
291432
|
})()));
|
|
291380
291433
|
};
|
|
291381
|
-
XamSparkline.prototype.
|
|
291434
|
+
XamSparkline.prototype.dp = function (source_) {
|
|
291382
291435
|
if (source_.dataView && source_.dataSource) {
|
|
291383
291436
|
source_ = source_.dataView();
|
|
291384
291437
|
}
|
|
@@ -291392,7 +291445,7 @@
|
|
|
291392
291445
|
return $ret;
|
|
291393
291446
|
})()));
|
|
291394
291447
|
};
|
|
291395
|
-
XamSparkline.prototype.
|
|
291448
|
+
XamSparkline.prototype.dq = function (source_, a, b) {
|
|
291396
291449
|
if (source_.dataView && source_.dataSource) {
|
|
291397
291450
|
source_ = source_.dataView();
|
|
291398
291451
|
}
|
|
@@ -291408,7 +291461,7 @@
|
|
|
291408
291461
|
return $ret;
|
|
291409
291462
|
})()));
|
|
291410
291463
|
};
|
|
291411
|
-
XamSparkline.prototype.
|
|
291464
|
+
XamSparkline.prototype.dr = function (source_, a, b) {
|
|
291412
291465
|
if (source_.dataView && source_.dataSource) {
|
|
291413
291466
|
source_ = source_.dataView();
|
|
291414
291467
|
}
|
|
@@ -291429,49 +291482,80 @@
|
|
|
291429
291482
|
a.name = "SparklineVisualData";
|
|
291430
291483
|
a.horizontalAxis = this.ak.i();
|
|
291431
291484
|
a.verticalAxis = this.at.i();
|
|
291432
|
-
this.ap.e.
|
|
291485
|
+
this.ap.e.ao(a);
|
|
291433
291486
|
return a;
|
|
291434
291487
|
};
|
|
291435
|
-
XamSparkline.prototype.
|
|
291488
|
+
XamSparkline.prototype.b1 = function () {
|
|
291436
291489
|
var a = this.au();
|
|
291437
291490
|
a.scaleByViewport();
|
|
291438
291491
|
return a.serialize();
|
|
291439
291492
|
};
|
|
291440
|
-
Object.defineProperty(XamSparkline.prototype, "
|
|
291493
|
+
Object.defineProperty(XamSparkline.prototype, "bo", {
|
|
291441
291494
|
get: function () {
|
|
291442
|
-
return this.
|
|
291495
|
+
return this.a5;
|
|
291443
291496
|
},
|
|
291444
291497
|
set: function (a) {
|
|
291445
|
-
var b = this.
|
|
291446
|
-
this.
|
|
291447
|
-
this.
|
|
291448
|
-
if (this.
|
|
291449
|
-
this.
|
|
291498
|
+
var b = this.a5;
|
|
291499
|
+
this.a5 = a;
|
|
291500
|
+
this.dw("PixelScalingRatio", b, this.a5);
|
|
291501
|
+
if (this.a5 != b) {
|
|
291502
|
+
this.dw("PixelScalingRatio", b, this.a5);
|
|
291450
291503
|
}
|
|
291451
291504
|
},
|
|
291452
291505
|
enumerable: false,
|
|
291453
291506
|
configurable: true
|
|
291454
291507
|
});
|
|
291455
|
-
Object.defineProperty(XamSparkline.prototype, "
|
|
291508
|
+
Object.defineProperty(XamSparkline.prototype, "a8", {
|
|
291456
291509
|
get: function () {
|
|
291457
|
-
return this.
|
|
291510
|
+
return this.a4;
|
|
291458
291511
|
},
|
|
291459
291512
|
set: function (a) {
|
|
291460
|
-
var b = this.
|
|
291461
|
-
this.
|
|
291462
|
-
if (this.
|
|
291463
|
-
this.
|
|
291513
|
+
var b = this.a4;
|
|
291514
|
+
this.a4 = a;
|
|
291515
|
+
if (this.a4 != b) {
|
|
291516
|
+
this.dw("ActualPixelScalingRatio", b, this.a4);
|
|
291517
|
+
}
|
|
291518
|
+
},
|
|
291519
|
+
enumerable: false,
|
|
291520
|
+
configurable: true
|
|
291521
|
+
});
|
|
291522
|
+
Object.defineProperty(XamSparkline.prototype, "ax", {
|
|
291523
|
+
get: function () {
|
|
291524
|
+
return this.av;
|
|
291525
|
+
},
|
|
291526
|
+
set: function (a) {
|
|
291527
|
+
var b = this.ax;
|
|
291528
|
+
if (a != b) {
|
|
291529
|
+
this.av = a;
|
|
291530
|
+
this.dw("TextStyle", b, this.ax);
|
|
291531
|
+
}
|
|
291532
|
+
},
|
|
291533
|
+
enumerable: false,
|
|
291534
|
+
configurable: true
|
|
291535
|
+
});
|
|
291536
|
+
XamSparkline.prototype.aw = function () {
|
|
291537
|
+
return this.ax;
|
|
291538
|
+
};
|
|
291539
|
+
Object.defineProperty(XamSparkline.prototype, "fo", {
|
|
291540
|
+
get: function () {
|
|
291541
|
+
return this.fd;
|
|
291542
|
+
},
|
|
291543
|
+
set: function (a) {
|
|
291544
|
+
var b = this.fo;
|
|
291545
|
+
if (a != b) {
|
|
291546
|
+
this.fd = a;
|
|
291547
|
+
this.dw("TextColor", b, this.fo);
|
|
291464
291548
|
}
|
|
291465
291549
|
},
|
|
291466
291550
|
enumerable: false,
|
|
291467
291551
|
configurable: true
|
|
291468
291552
|
});
|
|
291469
291553
|
XamSparkline.$t = igniteuiWebcomponentsCore.markType(XamSparkline, 'XamSparkline', igniteuiWebcomponentsCore.Control.$);
|
|
291470
|
-
XamSparkline.
|
|
291471
|
-
XamSparkline.
|
|
291472
|
-
XamSparkline.
|
|
291473
|
-
XamSparkline.
|
|
291474
|
-
XamSparkline.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamSparkline, '
|
|
291554
|
+
XamSparkline.bi = -1;
|
|
291555
|
+
XamSparkline.be = -1;
|
|
291556
|
+
XamSparkline.e0 = igniteuiWebcomponentsCore.DependencyProperty.i("ToolTip", igniteuiWebcomponentsCore.Base.$, XamSparkline.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, null, function (a, b) { return (igniteuiWebcomponentsCore.typeCast(XamSparkline.$, a)).dw("ToolTip", b.oldValue, b.newValue); }));
|
|
291557
|
+
XamSparkline.br = -1;
|
|
291558
|
+
XamSparkline.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamSparkline, 'dw', ['Brush:fe:dz', [igniteuiWebcomponentsCore.Brush.$, null], 'DisplayNormalRangeInFront:az:d0', [0, true], 'DisplayType:aq:d1', [SparklineDisplayType_$type, igniteuiWebcomponentsCore.enumGetBox(SparklineDisplayType_$type, 0)], 'FirstMarkerBrush:ff:d2', [igniteuiWebcomponentsCore.Brush.$, null], 'FirstMarkerSize:a9:d3', [1, XamSparkline.bi], 'FirstMarkerVisibility:fr:d4', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'FormatLabel:bs:d5', [igniteuiWebcomponentsCore.Delegate_$type], 'HighMarkerBrush:fg:d6', [igniteuiWebcomponentsCore.Brush.$, null], 'HighMarkerSize:ba:d7', [1, XamSparkline.bi], 'HighMarkerVisibility:fs:d8', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'HorizontalAxisBrush:fh:d9', [igniteuiWebcomponentsCore.Brush.$, null], 'HorizontalAxisLabel:bu:ea', [4, "{0}"], 'HorizontalAxisVisibility:ft:eb', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'HorizontalLabelFormat:cd:ec', [2, null], 'HorizontalLabelFormatSpecifiers:ag:ed', [igniteuiWebcomponentsCore.Array_$type, null], 'ItemsSource::ee', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'LabelMemberPath:ch:ef', [2, null], 'LastMarkerBrush:fi:eg', [igniteuiWebcomponentsCore.Brush.$, null], 'LastMarkerSize:bb:eh', [1, XamSparkline.bi], 'LastMarkerVisibility:fu:ei', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'LineThickness:bc:ej', [1, XamSparkline.be], 'LowMarkerBrush:fj:ek', [igniteuiWebcomponentsCore.Brush.$, null], 'LowMarkerSize:bf:el', [1, XamSparkline.bi], 'LowMarkerVisibility:fv:em', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'MarkerBrush:fk:en', [igniteuiWebcomponentsCore.Brush.$, null], 'MarkerSize:bg:eo', [1, XamSparkline.bi], 'MarkerVisibility:fw:ep', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'Maximum:bj:eq', [1, NaN], 'Minimum:bk:er', [1, NaN], 'NegativeBrush:fl:es', [igniteuiWebcomponentsCore.Brush.$, null], 'NegativeMarkerBrush:fm:et', [igniteuiWebcomponentsCore.Brush.$, null], 'NegativeMarkerSize:bl:eu', [1, XamSparkline.bi], 'NegativeMarkerVisibility:fx:ev', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'NormalRangeFill:fn:ew', [igniteuiWebcomponentsCore.Brush.$, null], 'NormalRangeMaximum:bm:ex', [1, 0], 'NormalRangeMinimum:bn:ey', [1, 0], 'NormalRangeVisibility:fy:ez', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'ToolTipVisibility:fz:e1', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'TrendLineBrush:fp:e2', [igniteuiWebcomponentsCore.Brush.$, null], 'TrendLinePeriod:bt:e3', [1, 7], 'TrendLineThickness:bp:e4', [1, XamSparkline.br], 'TrendLineType:ar:e5', [igniteuiWebcomponentsCore.TrendLineType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.TrendLineType_$type, 0)], 'UnknownValuePlotting:as:e6', [igniteuiWebcomponentsCore.UnknownValuePlotting_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.UnknownValuePlotting_$type, 1)], 'ValueMemberPath:de:e7', [2, null], 'VerticalAxisBrush:fq:e8', [igniteuiWebcomponentsCore.Brush.$, null], 'VerticalAxisLabel:bw:e9', [4, "{0:n}"], 'VerticalAxisVisibility:f0:fa', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'VerticalLabelFormat:dk:fb', [2, null], 'VerticalLabelFormatSpecifiers:ah:fc', [igniteuiWebcomponentsCore.Array_$type, null]]);
|
|
291475
291559
|
return XamSparkline;
|
|
291476
291560
|
}(igniteuiWebcomponentsCore.Control));
|
|
291477
291561
|
|
|
@@ -291858,11 +291942,11 @@
|
|
|
291858
291942
|
* Gets or sets the sparkline brush.
|
|
291859
291943
|
*/
|
|
291860
291944
|
get: function () {
|
|
291861
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291945
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fe);
|
|
291862
291946
|
},
|
|
291863
291947
|
set: function (v) {
|
|
291864
|
-
this.i.
|
|
291865
|
-
this._a("brush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291948
|
+
this.i.fe = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
291949
|
+
this._a("brush", igniteuiWebcomponentsCore.brushToString(this.i.fe));
|
|
291866
291950
|
},
|
|
291867
291951
|
enumerable: false,
|
|
291868
291952
|
configurable: true
|
|
@@ -291872,11 +291956,11 @@
|
|
|
291872
291956
|
* Gets or sets the negative brush of the sparkline.
|
|
291873
291957
|
*/
|
|
291874
291958
|
get: function () {
|
|
291875
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291959
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fl);
|
|
291876
291960
|
},
|
|
291877
291961
|
set: function (v) {
|
|
291878
|
-
this.i.
|
|
291879
|
-
this._a("negativeBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291962
|
+
this.i.fl = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
291963
|
+
this._a("negativeBrush", igniteuiWebcomponentsCore.brushToString(this.i.fl));
|
|
291880
291964
|
},
|
|
291881
291965
|
enumerable: false,
|
|
291882
291966
|
configurable: true
|
|
@@ -291886,11 +291970,11 @@
|
|
|
291886
291970
|
* Gets or sets the marker brush of the sparkline.
|
|
291887
291971
|
*/
|
|
291888
291972
|
get: function () {
|
|
291889
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291973
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fk);
|
|
291890
291974
|
},
|
|
291891
291975
|
set: function (v) {
|
|
291892
|
-
this.i.
|
|
291893
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291976
|
+
this.i.fk = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
291977
|
+
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.fk));
|
|
291894
291978
|
},
|
|
291895
291979
|
enumerable: false,
|
|
291896
291980
|
configurable: true
|
|
@@ -291900,11 +291984,11 @@
|
|
|
291900
291984
|
* Gets or sets the negative marker brush of the sparkline.
|
|
291901
291985
|
*/
|
|
291902
291986
|
get: function () {
|
|
291903
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291987
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fm);
|
|
291904
291988
|
},
|
|
291905
291989
|
set: function (v) {
|
|
291906
|
-
this.i.
|
|
291907
|
-
this._a("negativeMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
291990
|
+
this.i.fm = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
291991
|
+
this._a("negativeMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.fm));
|
|
291908
291992
|
},
|
|
291909
291993
|
enumerable: false,
|
|
291910
291994
|
configurable: true
|
|
@@ -291914,11 +291998,11 @@
|
|
|
291914
291998
|
* Gets or sets the first marker brush of the sparkline.
|
|
291915
291999
|
*/
|
|
291916
292000
|
get: function () {
|
|
291917
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292001
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ff);
|
|
291918
292002
|
},
|
|
291919
292003
|
set: function (v) {
|
|
291920
|
-
this.i.
|
|
291921
|
-
this._a("firstMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292004
|
+
this.i.ff = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292005
|
+
this._a("firstMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.ff));
|
|
291922
292006
|
},
|
|
291923
292007
|
enumerable: false,
|
|
291924
292008
|
configurable: true
|
|
@@ -291928,11 +292012,11 @@
|
|
|
291928
292012
|
* Gets or sets the last marker brush of the sparkline.
|
|
291929
292013
|
*/
|
|
291930
292014
|
get: function () {
|
|
291931
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292015
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fi);
|
|
291932
292016
|
},
|
|
291933
292017
|
set: function (v) {
|
|
291934
|
-
this.i.
|
|
291935
|
-
this._a("lastMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292018
|
+
this.i.fi = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292019
|
+
this._a("lastMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.fi));
|
|
291936
292020
|
},
|
|
291937
292021
|
enumerable: false,
|
|
291938
292022
|
configurable: true
|
|
@@ -291942,11 +292026,11 @@
|
|
|
291942
292026
|
* Gets or sets the high marker brush of the sparkline.
|
|
291943
292027
|
*/
|
|
291944
292028
|
get: function () {
|
|
291945
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292029
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fg);
|
|
291946
292030
|
},
|
|
291947
292031
|
set: function (v) {
|
|
291948
|
-
this.i.
|
|
291949
|
-
this._a("highMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292032
|
+
this.i.fg = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292033
|
+
this._a("highMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.fg));
|
|
291950
292034
|
},
|
|
291951
292035
|
enumerable: false,
|
|
291952
292036
|
configurable: true
|
|
@@ -291956,11 +292040,11 @@
|
|
|
291956
292040
|
* Gets or sets the low marker brush of the sparkline.
|
|
291957
292041
|
*/
|
|
291958
292042
|
get: function () {
|
|
291959
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292043
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fj);
|
|
291960
292044
|
},
|
|
291961
292045
|
set: function (v) {
|
|
291962
|
-
this.i.
|
|
291963
|
-
this._a("lowMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292046
|
+
this.i.fj = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292047
|
+
this._a("lowMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.fj));
|
|
291964
292048
|
},
|
|
291965
292049
|
enumerable: false,
|
|
291966
292050
|
configurable: true
|
|
@@ -291970,11 +292054,11 @@
|
|
|
291970
292054
|
* Gets or sets the trendline brush of the sparkline.
|
|
291971
292055
|
*/
|
|
291972
292056
|
get: function () {
|
|
291973
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292057
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fp);
|
|
291974
292058
|
},
|
|
291975
292059
|
set: function (v) {
|
|
291976
|
-
this.i.
|
|
291977
|
-
this._a("trendLineBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292060
|
+
this.i.fp = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292061
|
+
this._a("trendLineBrush", igniteuiWebcomponentsCore.brushToString(this.i.fp));
|
|
291978
292062
|
},
|
|
291979
292063
|
enumerable: false,
|
|
291980
292064
|
configurable: true
|
|
@@ -291984,11 +292068,11 @@
|
|
|
291984
292068
|
* Gets or sets the horizontal axis line brush of the sparkline.
|
|
291985
292069
|
*/
|
|
291986
292070
|
get: function () {
|
|
291987
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292071
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fh);
|
|
291988
292072
|
},
|
|
291989
292073
|
set: function (v) {
|
|
291990
|
-
this.i.
|
|
291991
|
-
this._a("horizontalAxisBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292074
|
+
this.i.fh = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292075
|
+
this._a("horizontalAxisBrush", igniteuiWebcomponentsCore.brushToString(this.i.fh));
|
|
291992
292076
|
},
|
|
291993
292077
|
enumerable: false,
|
|
291994
292078
|
configurable: true
|
|
@@ -291998,11 +292082,11 @@
|
|
|
291998
292082
|
* Gets or sets the vertical axis line brush of the sparkline.
|
|
291999
292083
|
*/
|
|
292000
292084
|
get: function () {
|
|
292001
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292085
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fq);
|
|
292002
292086
|
},
|
|
292003
292087
|
set: function (v) {
|
|
292004
|
-
this.i.
|
|
292005
|
-
this._a("verticalAxisBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292088
|
+
this.i.fq = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292089
|
+
this._a("verticalAxisBrush", igniteuiWebcomponentsCore.brushToString(this.i.fq));
|
|
292006
292090
|
},
|
|
292007
292091
|
enumerable: false,
|
|
292008
292092
|
configurable: true
|
|
@@ -292012,11 +292096,11 @@
|
|
|
292012
292096
|
* Gets or sets the normal range brush of the sparkline.
|
|
292013
292097
|
*/
|
|
292014
292098
|
get: function () {
|
|
292015
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292099
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fn);
|
|
292016
292100
|
},
|
|
292017
292101
|
set: function (v) {
|
|
292018
|
-
this.i.
|
|
292019
|
-
this._a("normalRangeFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
292102
|
+
this.i.fn = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292103
|
+
this._a("normalRangeFill", igniteuiWebcomponentsCore.brushToString(this.i.fn));
|
|
292020
292104
|
},
|
|
292021
292105
|
enumerable: false,
|
|
292022
292106
|
configurable: true
|
|
@@ -292026,11 +292110,11 @@
|
|
|
292026
292110
|
* Gets or sets the display state of the horizontal axis.
|
|
292027
292111
|
*/
|
|
292028
292112
|
get: function () {
|
|
292029
|
-
return this.i.
|
|
292113
|
+
return this.i.ft;
|
|
292030
292114
|
},
|
|
292031
292115
|
set: function (v) {
|
|
292032
|
-
this.i.
|
|
292033
|
-
this._a("horizontalAxisVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292116
|
+
this.i.ft = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292117
|
+
this._a("horizontalAxisVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.ft));
|
|
292034
292118
|
},
|
|
292035
292119
|
enumerable: false,
|
|
292036
292120
|
configurable: true
|
|
@@ -292040,11 +292124,11 @@
|
|
|
292040
292124
|
* Gets or sets the display state of the vertical axis.
|
|
292041
292125
|
*/
|
|
292042
292126
|
get: function () {
|
|
292043
|
-
return this.i.
|
|
292127
|
+
return this.i.f0;
|
|
292044
292128
|
},
|
|
292045
292129
|
set: function (v) {
|
|
292046
|
-
this.i.
|
|
292047
|
-
this._a("verticalAxisVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292130
|
+
this.i.f0 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292131
|
+
this._a("verticalAxisVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.f0));
|
|
292048
292132
|
},
|
|
292049
292133
|
enumerable: false,
|
|
292050
292134
|
configurable: true
|
|
@@ -292054,11 +292138,11 @@
|
|
|
292054
292138
|
* Gets or sets the marker visibility of the sparkline.
|
|
292055
292139
|
*/
|
|
292056
292140
|
get: function () {
|
|
292057
|
-
return this.i.
|
|
292141
|
+
return this.i.fw;
|
|
292058
292142
|
},
|
|
292059
292143
|
set: function (v) {
|
|
292060
|
-
this.i.
|
|
292061
|
-
this._a("markerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292144
|
+
this.i.fw = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292145
|
+
this._a("markerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fw));
|
|
292062
292146
|
},
|
|
292063
292147
|
enumerable: false,
|
|
292064
292148
|
configurable: true
|
|
@@ -292068,11 +292152,11 @@
|
|
|
292068
292152
|
* Gets or sets the negative marker visibility of the sparkline.
|
|
292069
292153
|
*/
|
|
292070
292154
|
get: function () {
|
|
292071
|
-
return this.i.
|
|
292155
|
+
return this.i.fx;
|
|
292072
292156
|
},
|
|
292073
292157
|
set: function (v) {
|
|
292074
|
-
this.i.
|
|
292075
|
-
this._a("negativeMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292158
|
+
this.i.fx = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292159
|
+
this._a("negativeMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fx));
|
|
292076
292160
|
},
|
|
292077
292161
|
enumerable: false,
|
|
292078
292162
|
configurable: true
|
|
@@ -292082,11 +292166,11 @@
|
|
|
292082
292166
|
* Gets or sets the first marker visibility of the sparkline.
|
|
292083
292167
|
*/
|
|
292084
292168
|
get: function () {
|
|
292085
|
-
return this.i.
|
|
292169
|
+
return this.i.fr;
|
|
292086
292170
|
},
|
|
292087
292171
|
set: function (v) {
|
|
292088
|
-
this.i.
|
|
292089
|
-
this._a("firstMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292172
|
+
this.i.fr = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292173
|
+
this._a("firstMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fr));
|
|
292090
292174
|
},
|
|
292091
292175
|
enumerable: false,
|
|
292092
292176
|
configurable: true
|
|
@@ -292096,11 +292180,11 @@
|
|
|
292096
292180
|
* Gets or sets the last marker visibility of the sparkline.
|
|
292097
292181
|
*/
|
|
292098
292182
|
get: function () {
|
|
292099
|
-
return this.i.
|
|
292183
|
+
return this.i.fu;
|
|
292100
292184
|
},
|
|
292101
292185
|
set: function (v) {
|
|
292102
|
-
this.i.
|
|
292103
|
-
this._a("lastMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292186
|
+
this.i.fu = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292187
|
+
this._a("lastMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fu));
|
|
292104
292188
|
},
|
|
292105
292189
|
enumerable: false,
|
|
292106
292190
|
configurable: true
|
|
@@ -292110,11 +292194,11 @@
|
|
|
292110
292194
|
* Gets or sets the low marker visibility of the sparkline.
|
|
292111
292195
|
*/
|
|
292112
292196
|
get: function () {
|
|
292113
|
-
return this.i.
|
|
292197
|
+
return this.i.fv;
|
|
292114
292198
|
},
|
|
292115
292199
|
set: function (v) {
|
|
292116
|
-
this.i.
|
|
292117
|
-
this._a("lowMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292200
|
+
this.i.fv = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292201
|
+
this._a("lowMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fv));
|
|
292118
292202
|
},
|
|
292119
292203
|
enumerable: false,
|
|
292120
292204
|
configurable: true
|
|
@@ -292124,11 +292208,11 @@
|
|
|
292124
292208
|
* Gets or sets the high marker visibility of the sparkline.
|
|
292125
292209
|
*/
|
|
292126
292210
|
get: function () {
|
|
292127
|
-
return this.i.
|
|
292211
|
+
return this.i.fs;
|
|
292128
292212
|
},
|
|
292129
292213
|
set: function (v) {
|
|
292130
|
-
this.i.
|
|
292131
|
-
this._a("highMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292214
|
+
this.i.fs = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292215
|
+
this._a("highMarkerVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fs));
|
|
292132
292216
|
},
|
|
292133
292217
|
enumerable: false,
|
|
292134
292218
|
configurable: true
|
|
@@ -292138,11 +292222,11 @@
|
|
|
292138
292222
|
* Gets or sets the normal range visibility of the sparkline.
|
|
292139
292223
|
*/
|
|
292140
292224
|
get: function () {
|
|
292141
|
-
return this.i.
|
|
292225
|
+
return this.i.fy;
|
|
292142
292226
|
},
|
|
292143
292227
|
set: function (v) {
|
|
292144
|
-
this.i.
|
|
292145
|
-
this._a("normalRangeVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.
|
|
292228
|
+
this.i.fy = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
|
|
292229
|
+
this._a("normalRangeVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.fy));
|
|
292146
292230
|
},
|
|
292147
292231
|
enumerable: false,
|
|
292148
292232
|
configurable: true
|
|
@@ -292152,11 +292236,11 @@
|
|
|
292152
292236
|
* Gets or sets the position of the normal range on the sparkline.
|
|
292153
292237
|
*/
|
|
292154
292238
|
get: function () {
|
|
292155
|
-
return this.i.
|
|
292239
|
+
return this.i.az;
|
|
292156
292240
|
},
|
|
292157
292241
|
set: function (v) {
|
|
292158
|
-
this.i.
|
|
292159
|
-
this._a("displayNormalRangeInFront", this.i.
|
|
292242
|
+
this.i.az = igniteuiWebcomponentsCore.ensureBool(v);
|
|
292243
|
+
this._a("displayNormalRangeInFront", this.i.az);
|
|
292160
292244
|
},
|
|
292161
292245
|
enumerable: false,
|
|
292162
292246
|
configurable: true
|
|
@@ -292166,11 +292250,11 @@
|
|
|
292166
292250
|
* Gets or sets the marker size of the sparkline.
|
|
292167
292251
|
*/
|
|
292168
292252
|
get: function () {
|
|
292169
|
-
return this.i.
|
|
292253
|
+
return this.i.bg;
|
|
292170
292254
|
},
|
|
292171
292255
|
set: function (v) {
|
|
292172
|
-
this.i.
|
|
292173
|
-
this._a("markerSize", this.i.
|
|
292256
|
+
this.i.bg = +v;
|
|
292257
|
+
this._a("markerSize", this.i.bg);
|
|
292174
292258
|
},
|
|
292175
292259
|
enumerable: false,
|
|
292176
292260
|
configurable: true
|
|
@@ -292180,11 +292264,11 @@
|
|
|
292180
292264
|
* Gets or sets the first marker size of the sparkline.
|
|
292181
292265
|
*/
|
|
292182
292266
|
get: function () {
|
|
292183
|
-
return this.i.
|
|
292267
|
+
return this.i.a9;
|
|
292184
292268
|
},
|
|
292185
292269
|
set: function (v) {
|
|
292186
|
-
this.i.
|
|
292187
|
-
this._a("firstMarkerSize", this.i.
|
|
292270
|
+
this.i.a9 = +v;
|
|
292271
|
+
this._a("firstMarkerSize", this.i.a9);
|
|
292188
292272
|
},
|
|
292189
292273
|
enumerable: false,
|
|
292190
292274
|
configurable: true
|
|
@@ -292194,11 +292278,11 @@
|
|
|
292194
292278
|
* Gets or sets the last marker size of the sparkline.
|
|
292195
292279
|
*/
|
|
292196
292280
|
get: function () {
|
|
292197
|
-
return this.i.
|
|
292281
|
+
return this.i.bb;
|
|
292198
292282
|
},
|
|
292199
292283
|
set: function (v) {
|
|
292200
|
-
this.i.
|
|
292201
|
-
this._a("lastMarkerSize", this.i.
|
|
292284
|
+
this.i.bb = +v;
|
|
292285
|
+
this._a("lastMarkerSize", this.i.bb);
|
|
292202
292286
|
},
|
|
292203
292287
|
enumerable: false,
|
|
292204
292288
|
configurable: true
|
|
@@ -292208,11 +292292,11 @@
|
|
|
292208
292292
|
* Gets or sets the high marker size of the sparkline.
|
|
292209
292293
|
*/
|
|
292210
292294
|
get: function () {
|
|
292211
|
-
return this.i.
|
|
292295
|
+
return this.i.ba;
|
|
292212
292296
|
},
|
|
292213
292297
|
set: function (v) {
|
|
292214
|
-
this.i.
|
|
292215
|
-
this._a("highMarkerSize", this.i.
|
|
292298
|
+
this.i.ba = +v;
|
|
292299
|
+
this._a("highMarkerSize", this.i.ba);
|
|
292216
292300
|
},
|
|
292217
292301
|
enumerable: false,
|
|
292218
292302
|
configurable: true
|
|
@@ -292222,11 +292306,11 @@
|
|
|
292222
292306
|
* Gets or sets the low marker size of the sparkline.
|
|
292223
292307
|
*/
|
|
292224
292308
|
get: function () {
|
|
292225
|
-
return this.i.
|
|
292309
|
+
return this.i.bf;
|
|
292226
292310
|
},
|
|
292227
292311
|
set: function (v) {
|
|
292228
|
-
this.i.
|
|
292229
|
-
this._a("lowMarkerSize", this.i.
|
|
292312
|
+
this.i.bf = +v;
|
|
292313
|
+
this._a("lowMarkerSize", this.i.bf);
|
|
292230
292314
|
},
|
|
292231
292315
|
enumerable: false,
|
|
292232
292316
|
configurable: true
|
|
@@ -292236,11 +292320,11 @@
|
|
|
292236
292320
|
* Gets or sets the negative marker size of the sparkline.
|
|
292237
292321
|
*/
|
|
292238
292322
|
get: function () {
|
|
292239
|
-
return this.i.
|
|
292323
|
+
return this.i.bl;
|
|
292240
292324
|
},
|
|
292241
292325
|
set: function (v) {
|
|
292242
|
-
this.i.
|
|
292243
|
-
this._a("negativeMarkerSize", this.i.
|
|
292326
|
+
this.i.bl = +v;
|
|
292327
|
+
this._a("negativeMarkerSize", this.i.bl);
|
|
292244
292328
|
},
|
|
292245
292329
|
enumerable: false,
|
|
292246
292330
|
configurable: true
|
|
@@ -292250,11 +292334,11 @@
|
|
|
292250
292334
|
* Gets or sets the line thickness of the sparkline.
|
|
292251
292335
|
*/
|
|
292252
292336
|
get: function () {
|
|
292253
|
-
return this.i.
|
|
292337
|
+
return this.i.bc;
|
|
292254
292338
|
},
|
|
292255
292339
|
set: function (v) {
|
|
292256
|
-
this.i.
|
|
292257
|
-
this._a("lineThickness", this.i.
|
|
292340
|
+
this.i.bc = +v;
|
|
292341
|
+
this._a("lineThickness", this.i.bc);
|
|
292258
292342
|
},
|
|
292259
292343
|
enumerable: false,
|
|
292260
292344
|
configurable: true
|
|
@@ -292264,11 +292348,11 @@
|
|
|
292264
292348
|
* Gets or sets the minimum value of the y axis.
|
|
292265
292349
|
*/
|
|
292266
292350
|
get: function () {
|
|
292267
|
-
return this.i.
|
|
292351
|
+
return this.i.bk;
|
|
292268
292352
|
},
|
|
292269
292353
|
set: function (v) {
|
|
292270
|
-
this.i.
|
|
292271
|
-
this._a("minimum", this.i.
|
|
292354
|
+
this.i.bk = +v;
|
|
292355
|
+
this._a("minimum", this.i.bk);
|
|
292272
292356
|
},
|
|
292273
292357
|
enumerable: false,
|
|
292274
292358
|
configurable: true
|
|
@@ -292278,11 +292362,11 @@
|
|
|
292278
292362
|
* Gets or sets the maximum value of the y axis.
|
|
292279
292363
|
*/
|
|
292280
292364
|
get: function () {
|
|
292281
|
-
return this.i.
|
|
292365
|
+
return this.i.bj;
|
|
292282
292366
|
},
|
|
292283
292367
|
set: function (v) {
|
|
292284
|
-
this.i.
|
|
292285
|
-
this._a("maximum", this.i.
|
|
292368
|
+
this.i.bj = +v;
|
|
292369
|
+
this._a("maximum", this.i.bj);
|
|
292286
292370
|
},
|
|
292287
292371
|
enumerable: false,
|
|
292288
292372
|
configurable: true
|
|
@@ -292292,10 +292376,10 @@
|
|
|
292292
292376
|
* Gets or sets the string path to the value column.
|
|
292293
292377
|
*/
|
|
292294
292378
|
get: function () {
|
|
292295
|
-
return this.i.
|
|
292379
|
+
return this.i.de;
|
|
292296
292380
|
},
|
|
292297
292381
|
set: function (v) {
|
|
292298
|
-
this.i.
|
|
292382
|
+
this.i.de = v;
|
|
292299
292383
|
},
|
|
292300
292384
|
enumerable: false,
|
|
292301
292385
|
configurable: true
|
|
@@ -292305,10 +292389,10 @@
|
|
|
292305
292389
|
* String identifier of a column or property name to get labels from on each item in the data source. These labels will be retrieved from the first and last item, and displayed by the horizontal axis.
|
|
292306
292390
|
*/
|
|
292307
292391
|
get: function () {
|
|
292308
|
-
return this.i.
|
|
292392
|
+
return this.i.ch;
|
|
292309
292393
|
},
|
|
292310
292394
|
set: function (v) {
|
|
292311
|
-
this.i.
|
|
292395
|
+
this.i.ch = v;
|
|
292312
292396
|
},
|
|
292313
292397
|
enumerable: false,
|
|
292314
292398
|
configurable: true
|
|
@@ -292332,11 +292416,11 @@
|
|
|
292332
292416
|
* Gets or sets the trendline period used by the sparkline.
|
|
292333
292417
|
*/
|
|
292334
292418
|
get: function () {
|
|
292335
|
-
return this.i.
|
|
292419
|
+
return this.i.bt;
|
|
292336
292420
|
},
|
|
292337
292421
|
set: function (v) {
|
|
292338
|
-
this.i.
|
|
292339
|
-
this._a("trendLinePeriod", this.i.
|
|
292422
|
+
this.i.bt = +v;
|
|
292423
|
+
this._a("trendLinePeriod", this.i.bt);
|
|
292340
292424
|
},
|
|
292341
292425
|
enumerable: false,
|
|
292342
292426
|
configurable: true
|
|
@@ -292346,11 +292430,11 @@
|
|
|
292346
292430
|
* Gets or sets the thickness of the sparkline's trendline.
|
|
292347
292431
|
*/
|
|
292348
292432
|
get: function () {
|
|
292349
|
-
return this.i.
|
|
292433
|
+
return this.i.bp;
|
|
292350
292434
|
},
|
|
292351
292435
|
set: function (v) {
|
|
292352
|
-
this.i.
|
|
292353
|
-
this._a("trendLineThickness", this.i.
|
|
292436
|
+
this.i.bp = +v;
|
|
292437
|
+
this._a("trendLineThickness", this.i.bp);
|
|
292354
292438
|
},
|
|
292355
292439
|
enumerable: false,
|
|
292356
292440
|
configurable: true
|
|
@@ -292360,11 +292444,11 @@
|
|
|
292360
292444
|
* Gets or sets the minimum value of the normal range.
|
|
292361
292445
|
*/
|
|
292362
292446
|
get: function () {
|
|
292363
|
-
return this.i.
|
|
292447
|
+
return this.i.bn;
|
|
292364
292448
|
},
|
|
292365
292449
|
set: function (v) {
|
|
292366
|
-
this.i.
|
|
292367
|
-
this._a("normalRangeMinimum", this.i.
|
|
292450
|
+
this.i.bn = +v;
|
|
292451
|
+
this._a("normalRangeMinimum", this.i.bn);
|
|
292368
292452
|
},
|
|
292369
292453
|
enumerable: false,
|
|
292370
292454
|
configurable: true
|
|
@@ -292374,11 +292458,11 @@
|
|
|
292374
292458
|
* Gets or sets the maximum value of the normal range.
|
|
292375
292459
|
*/
|
|
292376
292460
|
get: function () {
|
|
292377
|
-
return this.i.
|
|
292461
|
+
return this.i.bm;
|
|
292378
292462
|
},
|
|
292379
292463
|
set: function (v) {
|
|
292380
|
-
this.i.
|
|
292381
|
-
this._a("normalRangeMaximum", this.i.
|
|
292464
|
+
this.i.bm = +v;
|
|
292465
|
+
this._a("normalRangeMaximum", this.i.bm);
|
|
292382
292466
|
},
|
|
292383
292467
|
enumerable: false,
|
|
292384
292468
|
configurable: true
|
|
@@ -292417,10 +292501,10 @@
|
|
|
292417
292501
|
* This can be set to a formatted string, such as "{0:n}", or it can be set to a DataTemplate.
|
|
292418
292502
|
*/
|
|
292419
292503
|
get: function () {
|
|
292420
|
-
return this.i.
|
|
292504
|
+
return this.i.bw;
|
|
292421
292505
|
},
|
|
292422
292506
|
set: function (v) {
|
|
292423
|
-
this.i.
|
|
292507
|
+
this.i.bw = v;
|
|
292424
292508
|
},
|
|
292425
292509
|
enumerable: false,
|
|
292426
292510
|
configurable: true
|
|
@@ -292431,10 +292515,10 @@
|
|
|
292431
292515
|
* This can be set to a formatted string, such as "{0}", or it can be set to a DataTemplate.
|
|
292432
292516
|
*/
|
|
292433
292517
|
get: function () {
|
|
292434
|
-
return this.i.
|
|
292518
|
+
return this.i.bu;
|
|
292435
292519
|
},
|
|
292436
292520
|
set: function (v) {
|
|
292437
|
-
this.i.
|
|
292521
|
+
this.i.bu = v;
|
|
292438
292522
|
},
|
|
292439
292523
|
enumerable: false,
|
|
292440
292524
|
configurable: true
|
|
@@ -292444,10 +292528,10 @@
|
|
|
292444
292528
|
* Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
|
|
292445
292529
|
*/
|
|
292446
292530
|
get: function () {
|
|
292447
|
-
return this.i.
|
|
292531
|
+
return this.i.bs;
|
|
292448
292532
|
},
|
|
292449
292533
|
set: function (v) {
|
|
292450
|
-
this.i.
|
|
292534
|
+
this.i.bs = v;
|
|
292451
292535
|
},
|
|
292452
292536
|
enumerable: false,
|
|
292453
292537
|
configurable: true
|
|
@@ -292457,10 +292541,10 @@
|
|
|
292457
292541
|
* Gets or sets the label composite format used when creating label values.
|
|
292458
292542
|
*/
|
|
292459
292543
|
get: function () {
|
|
292460
|
-
return this.i.
|
|
292544
|
+
return this.i.cd;
|
|
292461
292545
|
},
|
|
292462
292546
|
set: function (v) {
|
|
292463
|
-
this.i.
|
|
292547
|
+
this.i.cd = v;
|
|
292464
292548
|
},
|
|
292465
292549
|
enumerable: false,
|
|
292466
292550
|
configurable: true
|
|
@@ -292487,10 +292571,10 @@
|
|
|
292487
292571
|
* Gets or sets the label composite format used when creating label values.
|
|
292488
292572
|
*/
|
|
292489
292573
|
get: function () {
|
|
292490
|
-
return this.i.
|
|
292574
|
+
return this.i.dk;
|
|
292491
292575
|
},
|
|
292492
292576
|
set: function (v) {
|
|
292493
|
-
this.i.
|
|
292577
|
+
this.i.dk = v;
|
|
292494
292578
|
},
|
|
292495
292579
|
enumerable: false,
|
|
292496
292580
|
configurable: true
|
|
@@ -292519,11 +292603,11 @@
|
|
|
292519
292603
|
* to appear blurry.
|
|
292520
292604
|
*/
|
|
292521
292605
|
get: function () {
|
|
292522
|
-
return this.i.
|
|
292606
|
+
return this.i.bo;
|
|
292523
292607
|
},
|
|
292524
292608
|
set: function (v) {
|
|
292525
|
-
this.i.
|
|
292526
|
-
this._a("pixelScalingRatio", this.i.
|
|
292609
|
+
this.i.bo = +v;
|
|
292610
|
+
this._a("pixelScalingRatio", this.i.bo);
|
|
292527
292611
|
},
|
|
292528
292612
|
enumerable: false,
|
|
292529
292613
|
configurable: true
|
|
@@ -292535,11 +292619,44 @@
|
|
|
292535
292619
|
* to appear blurry.
|
|
292536
292620
|
*/
|
|
292537
292621
|
get: function () {
|
|
292538
|
-
return this.i.
|
|
292622
|
+
return this.i.a8;
|
|
292539
292623
|
},
|
|
292540
292624
|
set: function (v) {
|
|
292541
|
-
this.i.
|
|
292542
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
292625
|
+
this.i.a8 = +v;
|
|
292626
|
+
this._a("actualPixelScalingRatio", this.i.a8);
|
|
292627
|
+
},
|
|
292628
|
+
enumerable: false,
|
|
292629
|
+
configurable: true
|
|
292630
|
+
});
|
|
292631
|
+
Object.defineProperty(IgcSparklineComponent.prototype, "textStyle", {
|
|
292632
|
+
/**
|
|
292633
|
+
* Gets or sets CSS font property for labels on X-axis
|
|
292634
|
+
*/
|
|
292635
|
+
get: function () {
|
|
292636
|
+
if (this.i.ax == null) {
|
|
292637
|
+
return null;
|
|
292638
|
+
}
|
|
292639
|
+
return this.i.ax.fontString;
|
|
292640
|
+
},
|
|
292641
|
+
set: function (v) {
|
|
292642
|
+
var fi = new igniteuiWebcomponentsCore.FontInfo();
|
|
292643
|
+
fi.fontString = v;
|
|
292644
|
+
this.i.ax = fi;
|
|
292645
|
+
this._a("textStyle", this.i.ax != null ? this.i.ax.fontString : "");
|
|
292646
|
+
},
|
|
292647
|
+
enumerable: false,
|
|
292648
|
+
configurable: true
|
|
292649
|
+
});
|
|
292650
|
+
Object.defineProperty(IgcSparklineComponent.prototype, "textColor", {
|
|
292651
|
+
/**
|
|
292652
|
+
* Gets or sets the text color for the axis labels.
|
|
292653
|
+
*/
|
|
292654
|
+
get: function () {
|
|
292655
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.fo);
|
|
292656
|
+
},
|
|
292657
|
+
set: function (v) {
|
|
292658
|
+
this.i.fo = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
292659
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.fo));
|
|
292543
292660
|
},
|
|
292544
292661
|
enumerable: false,
|
|
292545
292662
|
configurable: true
|
|
@@ -292631,7 +292748,7 @@
|
|
|
292631
292748
|
this.i.notifyResized();
|
|
292632
292749
|
};
|
|
292633
292750
|
IgcSparklineComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
292634
|
-
this.i.
|
|
292751
|
+
this.i.dt(source_, index, oldItem, newItem);
|
|
292635
292752
|
};
|
|
292636
292753
|
/**
|
|
292637
292754
|
* Used to manually notify the IgxSparklineComponent that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
|
|
@@ -292639,13 +292756,13 @@
|
|
|
292639
292756
|
* @param source_ * The data source which was cleared or reset.
|
|
292640
292757
|
*/
|
|
292641
292758
|
IgcSparklineComponent.prototype.notifyClearItems = function (source_) {
|
|
292642
|
-
this.i.
|
|
292759
|
+
this.i.dp(source_);
|
|
292643
292760
|
};
|
|
292644
292761
|
IgcSparklineComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
292645
|
-
this.i.
|
|
292762
|
+
this.i.dq(source_, index, newItem);
|
|
292646
292763
|
};
|
|
292647
292764
|
IgcSparklineComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
292648
|
-
this.i.
|
|
292765
|
+
this.i.dr(source_, index, oldItem);
|
|
292649
292766
|
};
|
|
292650
292767
|
/**
|
|
292651
292768
|
* Returns the sparkline visuals expressed as a SparklineVisualData object.
|
|
@@ -292660,7 +292777,7 @@
|
|
|
292660
292777
|
|
|
292661
292778
|
*/
|
|
292662
292779
|
IgcSparklineComponent.prototype.exportSerializedVisualData = function () {
|
|
292663
|
-
var iv = this.i.
|
|
292780
|
+
var iv = this.i.b1();
|
|
292664
292781
|
return (iv);
|
|
292665
292782
|
};
|
|
292666
292783
|
IgcSparklineComponent._observedAttributesIgcSparklineComponent = null;
|