igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
974 lines (973 loc) • 35.9 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { __extends, __values } from "tslib";
import { AnnotationLayer } from "./AnnotationLayer";
import { ValueLayerValueMode_$type } from "./ValueLayerValueMode";
import { DependencyProperty } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { Series } from "./Series";
import { Axis } from "./Axis";
import { enumGetBox, Delegate_$type, Number_$type, typeCast, fromEnum, Point_$type, markType, markDep, runOn } from "igniteui-react-core";
import { Thickness } from "igniteui-react-core";
import { Visibility_$type } from "igniteui-react-core";
import { OverlayTextLocation_$type } from "./OverlayTextLocation";
import { AnnotationAppearanceMode_$type } from "./AnnotationAppearanceMode";
import { OverlayTextUtil } from "./OverlayTextUtil";
import { ValueLayerFrame } from "./ValueLayerFrame";
import { List$1 } from "igniteui-react-core";
import { Dictionary$2 } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { AxisAnnotation } from "./AxisAnnotation";
import { DataLegendSeriesContext } from "igniteui-react-core";
import { DataLegendSeriesValueInfo } from "igniteui-react-core";
import { AxisAnnotationFrameManager } from "./AxisAnnotationFrameManager";
import { DoubleCollection } from "igniteui-react-core";
import { DeviceUtils } from "igniteui-react-core";
import { OverlayTextUpdatingEventArgs } from "./OverlayTextUpdatingEventArgs";
import { OverlayTextInfo } from "./OverlayTextInfo";
import { AxisAnnotationFramePrepareSettings } from "./AxisAnnotationFramePrepareSettings";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { TextBlock } from "igniteui-react-core";
import { Rectangle } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { Tuple$2 } from "igniteui-react-core";
import { Path } from "igniteui-react-core";
import { PathGeometry } from "igniteui-react-core";
import { PathFigure } from "igniteui-react-core";
import { LineSegment } from "igniteui-react-core";
import { BrushUtil } from "igniteui-react-core";
import { PropertyMetadata } from "igniteui-react-core";
import { isNaN_ } from "igniteui-react-core";
import { stringIsNullOrEmpty } from "igniteui-react-core";
import { Defaults } from "./Defaults";
import { TranslateTransform } from "igniteui-react-core";
import { LineGeometry } from "igniteui-react-core";
/**
* @hidden
*/
var ValueLayer = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ValueLayer, _super);
function ValueLayer() {
var _this = _super.call(this) || this;
_this.aa8 = null;
_this.aat = [NaN, NaN];
_this.aa2 = null;
_this.aa3 = null;
_this.afu = null;
_this.stylingOverlayText = null;
_this.abj = null;
_this.abi = null;
var a = new ValueLayerFrame();
var b = new ValueLayerFrame();
var c = new ValueLayerFrame();
var d = _this.kn / 1000;
_this.xy = a;
_this.xx = b;
_this.xz = c;
_this.ab = ValueLayer.$;
_this.aa8 = OverlayTextUtil.c();
return _this;
}
ValueLayer.prototype.bk = function () {
return new ValueLayer();
};
ValueLayer.prototype.get_ew = function () {
return true;
};
ValueLayer.prototype.ct = function () {
return new ValueLayerView(this);
};
ValueLayer.prototype.ri = function (a) {
_super.prototype.ri.call(this, a);
this.aa7 = a;
};
ValueLayer.prototype.g1 = function (a) {
if (this.aa4 == null) {
return true;
}
if (this.aa4 == a) {
return true;
}
return false;
};
Object.defineProperty(ValueLayer.prototype, "afw", {
get: function () {
return new Thickness(1, this.abw, this.aby, this.abx, this.abv);
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueLayer.prototype, "afx", {
get: function () {
return new Thickness(1, this.ab2, this.ab4, this.ab3, this.ab1);
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueLayer.prototype, "aa9", {
get: function () {
return this.aa8;
},
set: function (a) {
var b = this.aa8;
if (OverlayTextUtil.q(a)) {
a = OverlayTextUtil.c();
}
this.aa8 = a;
if (b != this.aa8) {
this.raisePropertyChanged("OverlayTextStyle", b, this.aa8);
}
},
enumerable: false,
configurable: true
});
ValueLayer.prototype.mo = function () {
return "Value Layer";
};
ValueLayer.prototype.get_isSummarizationSupported = function () {
return false;
};
ValueLayer.prototype.je = function (a, b, c) {
if (isNaN_(this.aat[0]) && isNaN_(this.aat[1])) {
return _super.prototype.je.call(this, a, b, c);
}
if (!isNaN_(this.aat[0])) {
return this.aat[0];
}
return this.aat[1];
};
ValueLayer.prototype.getDataLegendSeriesContextAt = function (a, b) {
if (isNaN_(this.aat[0]) || isNaN_(this.aat[1])) {
return _super.prototype.getDataLegendSeriesContextAt.call(this, a, b);
}
if (this.aa4 == null) {
var c_1 = new DataLegendSeriesValueInfo();
c_1.l = this.aat[0];
c_1.a = 0;
c_1.q = "Value";
c_1.r = "Value";
c_1.s = "";
var d_1 = new DataLegendSeriesValueInfo();
d_1.l = this.aat[1];
d_1.a = 0;
d_1.q = "Value";
d_1.r = "Value";
d_1.s = "";
var e = new DataLegendSeriesContext();
e.e = ((function () {
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
$ret.add(c_1);
$ret.add(d_1);
return $ret;
})());
e.h = this.mo();
return e;
}
var f = this.aa4.getDataLegendSeriesContextAt(a, b);
var g = typeCast(DataLegendSeriesContext.$, f);
if (g == null || g.e == null) {
return _super.prototype.getDataLegendSeriesContextAt.call(this, a, b);
}
if (g.e.count == 0) {
g.e._inner[0].l = isNaN_(this.aat[0]) ? this.aat[1] : this.aat[0];
}
else {
g.e._inner[0].l = this.aat[0];
g.e._inner[1].l = this.aat[1];
}
return g;
};
ValueLayer.prototype.ze = function (a, b) {
if (this.aa4 == null || this.aa4 == a) {
if (!this.a1.c) {
this.r9(b);
}
}
};
ValueLayer.prototype.zg = function (a, b) {
var e_1, _a, e_2, _b;
_super.prototype.zg.call(this, a, b);
var c = a;
var d = this.abh;
var e = this.abg;
c.a1.clear();
c.a2.clear();
c.a0.clear();
c.a3.clear();
AxisAnnotationFrameManager.b(c);
this.aat = [NaN, NaN];
this.aa2 = null;
this.aa3 = null;
this.aa7.cu();
var f = this.aa5();
if (this.x5(this.aa4)) {
var g = this.aa4.aq(f);
this.aat = g;
this.adu(c, d, e, this.aa4);
}
else {
if (f == 5 || f == 4 || f == 6) {
var h = null;
var i = null;
var j = [NaN, NaN];
var k = 0;
try {
for (var _c = __values(fromEnum(this.dc.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
var l = _d.value;
if (!this.x5(l)) {
continue;
}
var m = l.ai();
for (var o = 0; o < m.length; o++) {
var n = m[o];
if (!this.abb(n)) {
continue;
}
var p = n.dz ? 1 : 0;
var q = j[p];
var r = null;
if (f == 5) {
var s = l.jh(2, n);
if (!isNaN_(s) && (s > q || isNaN_(q))) {
r = l;
}
q = !isNaN_(q) ? Math.max(s, q) : s;
}
else if (f == 4) {
var t = l.jh(1, n);
if (!isNaN_(t) && (t < q || isNaN_(q))) {
r = l;
}
q = !isNaN_(q) ? Math.min(t, q) : t;
}
else if (f == 6) {
var u = l.jh(3, n);
r = l;
q = !isNaN_(q) ? q + u : u;
}
if (n.dz) {
i = r != null ? r : i;
}
else {
h = r != null ? r : h;
}
j[p] = q;
}
k++;
}
}
catch (e_1_1) {
e_1 = { error: e_1_1 };
}
finally {
try {
if (_d && !_d.done && (_a = _c.return))
_a.call(_c);
}
finally {
if (e_1)
throw e_1.error;
}
}
if (f == 6) {
j[0] = !isNaN_(j[0]) ? j[0] / k : NaN;
j[1] = !isNaN_(j[1]) ? j[1] / k : NaN;
}
if (h != null && !isNaN_(j[0])) {
var v = h.w1(j);
this.adx(h, { $type: Point_$type, x: v.x, y: NaN }, c, d, e);
}
if (i != null && !isNaN_(j[1])) {
var w = i.w1(j);
this.adx(i, { $type: Point_$type, x: NaN, y: w.y }, c, d, e);
}
this.aat = j;
this.aa2 = h;
this.aa3 = i;
}
else {
try {
for (var _e = __values(fromEnum(this.dc.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
var x = _f.value;
this.adu(c, d, e, x);
}
}
catch (e_2_1) {
e_2 = { error: e_2_1 };
}
finally {
try {
if (_f && !_f.done && (_b = _e.return))
_b.call(_e);
}
finally {
if (e_2)
throw e_2.error;
}
}
}
}
};
ValueLayer.prototype.adu = function (a, b, c, d) {
var _this = this;
if (this.x5(d)) {
this.adw(d, a, b, c);
}
if (d.isStacked) {
d.qi(function (e) {
if (_this.x5(e)) {
_this.adw(e, a, b, c);
}
if (e.ei) {
e.qg(function (f) {
if (_this.x5(f)) {
_this.adw(f, a, b, c);
}
return true;
});
}
return true;
});
}
if (d.ei) {
d.qg(function (e) {
if (_this.x5(e)) {
_this.adw(e, a, b, c);
}
return true;
});
}
};
ValueLayer.prototype.x5 = function (a) {
if (!_super.prototype.x5.call(this, a)) {
return false;
}
return true;
};
ValueLayer.prototype.abb = function (a) {
if (!a.dq) {
return false;
}
if (this.aax != null && this.aax != a) {
return false;
}
return true;
};
ValueLayer.prototype.q5 = function () {
_super.prototype.q5.call(this);
if (!this.a1.c && !this.d4()) {
return;
}
if (this.d4()) {
this.ady(this.xz, false);
}
else {
this.ady(this.xx, false);
}
};
ValueLayer.prototype.aa5 = function () {
if (this.aa6 == 0) {
return 2;
}
return this.aa6;
};
ValueLayer.prototype.xo = function () {
return 3;
};
ValueLayer.prototype.yc = function () {
return 0.3;
};
ValueLayer.prototype.yf = function () {
return -0.4;
};
ValueLayer.prototype.ye = function () {
return 0.5;
};
ValueLayer.prototype.aai = function () {
return this.xl == 3 ? this.afv() : null;
};
ValueLayer.prototype.aaj = function () {
return this.xm == 3 ? this.afv() : null;
};
ValueLayer.prototype.afv = function () {
if (this.afu == null) {
this.afu = new DoubleCollection();
this.afu.add(DeviceUtils.g(5));
this.afu.add(DeviceUtils.g(5));
}
return this.afu;
};
ValueLayer.prototype.adv = function () {
if (OverlayTextUtil.q(this.aa8)) {
this.aa8 = OverlayTextUtil.c();
}
else if (OverlayTextUtil.k(this.aa8)) {
this.aa8 = this.cw.l(this.aa8.fontString);
}
};
ValueLayer.prototype.adx = function (a, b, c, d, e) {
var f = false;
var g = this.afi;
if (g == null) {
g = a.vu;
f = true;
}
var h = false;
var i = this.afo;
if (i == null) {
if (this.afi != null) {
i = this.afi;
}
else {
i = a.vu;
h = true;
}
}
var j = false;
var k = this.afr;
if (k == null) {
if (this.afi != null) {
k = this.afi;
}
else {
k = a.vu;
j = true;
}
}
var l = g;
var m = g;
var n = i;
var o = k;
if (this.afj != null) {
l = this.afj;
}
else if (f) {
switch (this.xl) {
case 1:
l = this.aa7.ck(l, this.x9);
break;
case 2:
l = this.aa7.cm(l, this.x9);
break;
case 4:
l = this.aa7.cl(l, this.x9);
break;
}
}
if (this.afn != null) {
m = this.afn;
}
else if (f) {
switch (this.xm) {
case 1:
m = this.aa7.ck(m, this.yb);
break;
case 2:
m = this.aa7.cm(m, this.yb);
break;
case 4:
m = this.aa7.cl(m, this.yb);
break;
}
}
if (h) {
switch (this.xm) {
case 1:
n = this.aa7.ck(n, this.yb);
break;
case 2:
n = this.aa7.cm(n, this.yb);
break;
}
}
if (j) {
switch (this.xl) {
case 1:
o = this.aa7.ck(o, this.x9);
break;
case 2:
o = this.aa7.cm(o, this.x9);
break;
}
}
c.a0.add(l);
c.a3.add(m);
c.a1.add(b.y);
c.a2.add(b.x);
var p = isNaN_(b.x);
var q = p ? b.y : b.x;
this.adv();
var r = this.aa9;
var s = OverlayTextUtil.o(r, this.abf);
var t = this.aa0;
if (t == 18) {
s = false;
}
if (s && !stringIsNullOrEmpty(this.acc)) {
var u = this.afm;
if (u == null && this.abe) {
u = g;
}
var v = this.afk;
if (v == null && this.abc) {
v = g;
}
var w = this.afl;
if (w == null && this.abd) {
w = g;
}
var x = new OverlayTextUpdatingEventArgs();
x.textLocation = this.aa0;
x.textAngle = this.abk;
x.textVisible = this.abf;
x.textContent = this.acc;
x.textColorMode = this.aaw;
x.textColorShift = this.abp;
x.textColor = u;
x.backgroundMode = this.aau;
x.backgroundShift = this.abl;
x.background = v;
x.borderMode = this.aav;
x.borderShift = this.abn;
x.borderStroke = w;
x.borderRadius = this.abm;
x.borderThickness = this.abo;
x.shapeBrush = g;
x.shapeOutline = g;
x.f = p;
x.horizontalMargin = this.abq;
x.verticalPadding = this.abt;
x.verticalMargin = this.abs;
x.horizontalPadding = this.abr;
if (this.stylingOverlayText != null) {
this.stylingOverlayText(this, x);
}
OverlayTextUtil.ad(x);
var y = OverlayTextInfo.d(x);
if (y.textVisible && !y.h) {
this.aa7.cq.count += 1;
this.aa7.cp.count += 1;
var z = this.aa7.cq.count - 1;
y.f = r;
y.ad = this.cw.cc(y.textContent, y.f);
y.u = this.aa7.cq.item(z);
y.ac = this.aa7.cp.item(z);
if (y.g) {
var aa = this.dc.yk({ $type: Point_$type, x: 0, y: NaN });
var ab = this.dc.yk({ $type: Point_$type, x: 1, y: NaN });
var ac = ab.x - aa.x;
y.ab = new Rect(0, aa.x, q, ac, 1);
}
else {
var ad = this.dc.yk({ $type: Point_$type, x: NaN, y: 0 });
var ae = this.dc.yk({ $type: Point_$type, x: NaN, y: 1 });
var af = ae.y - ad.y;
y.ab = new Rect(0, q, ad.y, 1, af);
}
OverlayTextUtil.ac(y);
this.cw.av(y.u, y.f);
this.cw.aw(y.u, y.f);
}
}
if (this.aba) {
var ag = new AxisAnnotationFramePrepareSettings();
ag.u = n;
ag.y = this.afq;
ag.x = this.afp;
ag.g = this.abu;
ag.ae = this.afw;
ag.l = this.abz;
ag.c = this.afz == 0;
ag.z = o;
ag.ad = this.aft;
ag.ac = this.afs;
ag.m = this.ab0;
ag.af = this.afx;
ag.r = this.ab5;
ag.d = this.afy == 0;
AxisAnnotationFrameManager.c(c, b, a, this.dc, this.getEffectiveViewport(), g, ag);
}
};
ValueLayer.prototype.adw = function (a, b, c, d) {
var e = { $type: Point_$type, x: NaN, y: NaN };
var f = this.aa5();
switch (f) {
case 5:
e = a.w0(2);
break;
case 4:
e = a.w0(1);
break;
case 6:
e = a.w0(3);
break;
default:
e = a.w0(f);
break;
}
var i = a.ai();
for (var h = 0; h < i.length; h++) {
var g = i[h];
if (!this.abb(g)) {
continue;
}
if (g.dz) {
this.adx(a, { $type: Point_$type, x: NaN, y: e.y }, b, c, d);
}
else {
this.adx(a, { $type: Point_$type, x: e.x, y: NaN }, b, c, d);
}
}
};
ValueLayer.prototype.ady = function (a, b) {
var c = false;
if (this.abi == null) {
c = true;
this.abj = new List$1(Axis.$, 0);
this.abi = new Dictionary$2(Axis.$, Pool$1.$.specialize(AxisAnnotation.$), 0);
}
AxisAnnotationFrameManager.d(this, a, c, this.abi, this.abj, b, this.ab6, this.ab7, this.aay, this.aaz);
};
ValueLayer.prototype.adt = function (a, b, c, d, e) {
var f = a.item(b);
b++;
if (e) {
f._stroke = d.a3._inner[c];
f._fill = d.a3._inner[c];
}
else {
f._stroke = d.a0._inner[c];
f._fill = d.a0._inner[c];
}
f.ad = this.im;
f.ai = e ? this.aag : this.aaf;
f.am = this.wq;
f.al = this.wp;
f.ak = this.wp;
f.aj = this.wo;
f.ac = this.jq;
return new Tuple$2(Path.$, Number_$type, f, b);
};
ValueLayer.prototype.zj = function (a, b) {
_super.prototype.zj.call(this, a, b);
var c = this.aa7.co;
var d = a;
var e = d.a1.count;
var f = 0;
var g = b.b9.left;
var h = b.b9.right;
var i = b.b9.top;
var j = b.b9.bottom;
var k = this.afz == 0;
var l = this.afy == 0;
for (var m = 0; m < e; m++) {
var n = Math.floor(d.a1._inner[m]);
var o = Math.floor(d.a2._inner[m]);
var p = null;
if (k) {
if (!isNaN_(o)) {
var q = this.adt(c, f, m, d, true);
p = q.c;
f = q.d;
var r = new PathGeometry();
var s = new PathFigure();
s._startPoint = { $type: Point_$type, x: o, y: i };
var t = new LineSegment(1);
t.c = { $type: Point_$type, x: o, y: j };
s._segments.add(t);
r.c.add(s);
p.an = r;
}
}
if (l) {
if (!isNaN_(n)) {
var u = this.adt(c, f, m, d, false);
p = u.c;
f = u.d;
var v = new PathGeometry();
var w = new PathFigure();
w._startPoint = { $type: Point_$type, x: g, y: n };
var x = new LineSegment(1);
x.c = { $type: Point_$type, x: h, y: n };
w._segments.add(x);
v.c.add(w);
p.an = v;
}
}
}
c.count = f;
if (this.d4()) {
this.ady(this.xz, true);
}
else {
this.ady(this.xx, false);
}
};
ValueLayer.prototype.gh = function () {
return true;
};
ValueLayer.prototype.rr = function (a, b, c, d) {
_super.prototype.rr.call(this, a, b, c, d);
switch (b) {
case "SeriesViewer":
if (d == null) {
if (this.abi != null && this.abi.count > 0) {
var e = void 0;
if (this.d4()) {
e = this.xz;
}
else {
e = this.xx;
}
AxisAnnotationFrameManager.b(e);
AxisAnnotationFrameManager.d(this, e, true, this.abi, this.abj, true, this.ab6, this.ab7, this.aay, this.aaz);
}
}
break;
case ValueLayer.$$p[2]:
this.r9(true);
break;
case ValueLayer.$$p[32]:
this.r9(true);
break;
case ValueLayer.$$p[28]:
case "Visibility":
this.r9(true);
break;
case ValueLayer.$$p[3]:
case ValueLayer.$$p[34]:
case ValueLayer.$$p[33]:
case ValueLayer.$$p[37]:
case ValueLayer.$$p[39]:
case ValueLayer.$$p[41]:
case ValueLayer.$$p[40]:
case ValueLayer.$$p[38]:
case ValueLayer.$$p[42]:
case ValueLayer.$$p[43]:
case ValueLayer.$$p[45]:
case ValueLayer.$$p[48]:
case ValueLayer.$$p[50]:
case ValueLayer.$$p[52]:
case ValueLayer.$$p[51]:
case ValueLayer.$$p[49]:
case ValueLayer.$$p[53]:
case ValueLayer.$$p[54]:
case ValueLayer.$$p[1]:
case ValueLayer.$$p[31]:
case ValueLayer.$$p[29]:
this.r9(true);
break;
case "Brush":
case ValueLayer.$$p[30]:
if (this.v0 != null) {
this.afi = this.v0;
}
else {
switch (this.aa6) {
case 6:
this.afi = BrushUtil.l(255, 248, 173, 118);
break;
case 4:
this.afi = BrushUtil.l(255, 246, 93, 80);
break;
case 5:
this.afi = BrushUtil.l(255, 99, 208, 0);
break;
default:
this.afi = this.aa4 != null ? this.aa4.vu : null;
break;
}
}
this.r9(true);
break;
case ValueLayer.$$p[22]:
case ValueLayer.$$p[25]:
case ValueLayer.$$p[21]:
case ValueLayer.$$p[4]:
case ValueLayer.$$p[17]:
case ValueLayer.$$p[15]:
case ValueLayer.$$p[16]:
case ValueLayer.$$p[18]:
case ValueLayer.$$p[7]:
case ValueLayer.$$p[5]:
case ValueLayer.$$p[6]:
case ValueLayer.$$p[8]:
case ValueLayer.$$p[10]:
case ValueLayer.$$p[11]:
case ValueLayer.$$p[13]:
case ValueLayer.$$p[9]:
case ValueLayer.$$p[12]:
case ValueLayer.$$p[14]:
case ValueLayer.$$p[19]:
case ValueLayer.$$p[20]:
case ValueLayer.$$p[24]:
case ValueLayer.$$p[23]:
this.r9(true);
break;
}
};
ValueLayer.prototype.pj = function (a, b) {
_super.prototype.pj.call(this, a, b);
if (a) {
AxisAnnotationFrameManager.b(this.xx);
this.ady(this.xx, false);
}
};
ValueLayer.$t = markType(ValueLayer, 'ValueLayer', AnnotationLayer.$);
ValueLayer.$$p = markDep(DependencyProperty, PropertyMetadata, ValueLayer, 'raisePropertyChanged', ['ActualValueLayerBrush:afi:adz', [Brush.$, null], 'HorizontalLineStroke:afj:ad0', [Brush.$, null], 'HorizontalLineVisibility:afy:ad1', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'IsAxisAnnotationEnabled:aba:ad2', [0, false], 'OverlayTextAngle:abk:ad3', [1, NaN], 'OverlayTextBackgroundMatchLayer:abc:ad4', [0, false], 'OverlayTextBackgroundMode:aau:ad5', [AnnotationAppearanceMode_$type, enumGetBox(AnnotationAppearanceMode_$type, 0)], 'OverlayTextBackground:afk:ad6', [Brush.$, null], 'OverlayTextBackgroundShift:abl:ad7', [1, NaN], 'OverlayTextBorderColor:afl:ad8', [Brush.$, null], 'OverlayTextBorderMatchLayer:abd:ad9', [0, false], 'OverlayTextBorderMode:aav:aea', [AnnotationAppearanceMode_$type, enumGetBox(AnnotationAppearanceMode_$type, 0)], 'OverlayTextBorderRadius:abm:aeb', [1, NaN], 'OverlayTextBorderShift:abn:aec', [1, NaN], 'OverlayTextBorderThickness:abo:aed', [1, 1], 'OverlayTextColorMatchLayer:abe:aee', [0, true], 'OverlayTextColorMode:aaw:aef', [AnnotationAppearanceMode_$type, enumGetBox(AnnotationAppearanceMode_$type, 0)], 'OverlayTextColor:afm:aeg', [Brush.$, null], 'OverlayTextColorShift:abp:aeh', [1, NaN], 'OverlayTextHorizontalMargin:abq:aei', [1, NaN], 'OverlayTextHorizontalPadding:abr:aej', [1, NaN], 'OverlayTextLocation:aa0:aek', [OverlayTextLocation_$type, enumGetBox(OverlayTextLocation_$type, 0)], 'OverlayText:acc:ael', [2, null], 'OverlayTextVerticalMargin:abs:aem', [1, NaN], 'OverlayTextVerticalPadding:abt:aen', [1, NaN], 'OverlayTextVisible:abf:aeo', [0, true], 'SkipUnknownValues:abg:aep', [0, true], 'TargetAxis:aax:aeq', [Axis.$, null], 'TargetSeries:aa4:aer', [Series.$, null], 'UseInterpolation:abh:aes', [0, true], 'ValueMode:aa6:aet', [ValueLayerValueMode_$type, enumGetBox(ValueLayerValueMode_$type, 2)], 'VerticalLineStroke:afn:aeu', [Brush.$, null], 'VerticalLineVisibility:afz:aev', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'XAxisAnnotationBackgroundCornerRadius:abu:aew', [1, DeviceUtils.g(3)], 'XAxisAnnotationBackground:afo:aex', [Brush.$, null], 'XAxisAnnotationFormatLabel:aay:aey', [Delegate_$type], 'XAxisAnnotationInterpolatedValuePrecision:ab6:aez', [1, -1], 'XAxisAnnotationOutline:afp:ae0', [Brush.$, null], 'XAxisAnnotationPaddingBottom:abv:ae1', [1, NaN], 'XAxisAnnotationPaddingLeft:abw:ae2', [1, NaN], 'XAxisAnnotationPaddingRight:abx:ae3', [1, NaN], 'XAxisAnnotationPaddingTop:aby:ae4', [1, NaN], 'XAxisAnnotationStrokeThickness:abz:ae5', [1, NaN], 'XAxisAnnotationTextColor:afq:ae6', [Brush.$, null], 'YAxisAnnotationBackgroundCornerRadius:ab0:ae7', [1, DeviceUtils.g(3)], 'YAxisAnnotationBackground:afr:ae8', [Brush.$, null], 'YAxisAnnotationFormatLabel:aaz:ae9', [Delegate_$type], 'YAxisAnnotationInterpolatedValuePrecision:ab7:afa', [1, -1], 'YAxisAnnotationOutline:afs:afb', [Brush.$, null], 'YAxisAnnotationPaddingBottom:ab1:afc', [1, NaN], 'YAxisAnnotationPaddingLeft:ab2:afd', [1, NaN], 'YAxisAnnotationPaddingRight:ab3:afe', [1, NaN], 'YAxisAnnotationPaddingTop:ab4:aff', [1, NaN], 'YAxisAnnotationStrokeThickness:ab5:afg', [1, NaN], 'YAxisAnnotationTextColor:aft:afh', [Brush.$, null]]);
return ValueLayer;
}(AnnotationLayer));
export { ValueLayer };
/**
* @hidden
*/
var ValueLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ValueLayerView, _super);
function ValueLayerView(a) {
var _this = _super.call(this, a) || this;
_this.cn = null;
_this.co = null;
_this.ct = null;
_this.cs = null;
_this.cq = null;
_this.cr = null;
_this.cp = null;
_this.cn = a;
_this.ct = new List$1(Path.$, 0);
return _this;
}
ValueLayerView.prototype.cu = function () {
OverlayTextUtil.u(this.cq);
OverlayTextUtil.v(this.cs);
this.cp.clear();
this.cr.clear();
this.cq.count = 0;
this.cp.count = 0;
};
ValueLayerView.prototype.a4 = function () {
var _this = this;
_super.prototype.a4.call(this);
this.co = ((function () {
var $ret = new Pool$1(Path.$);
$ret.create = runOn(_this, _this.c6);
$ret.activate = runOn(_this, _this.cv);
$ret.disactivate = runOn(_this, _this.cx);
$ret.destroy = runOn(_this, _this.cw);
return $ret;
})());
this.cs = new List$1(TextBlock.$, 0);
this.cq = ((function () {
var $ret = new Pool$1(TextBlock.$);
$ret.create = runOn(_this, _this.c5);
$ret.activate = runOn(_this, _this.c1);
$ret.disactivate = runOn(_this, _this.c3);
$ret.destroy = runOn(_this, _this.c2);
return $ret;
})());
this.cr = new List$1(Rectangle.$, 0);
this.cp = ((function () {
var $ret = new Pool$1(Rectangle.$);
$ret.create = runOn(_this, _this.c7);
$ret.activate = runOn(_this, _this.cy);
$ret.disactivate = runOn(_this, _this.c0);
$ret.destroy = runOn(_this, _this.cz);
return $ret;
})());
this.cn.jz = Defaults.crosshairLineThickness;
};
ValueLayerView.prototype.c5 = function () {
var a = new TextBlock();
this.cs.add(a);
return a;
};
ValueLayerView.prototype.c2 = function (a) {
if (this.cs.contains(a)) {
this.cs.remove(a);
}
};
ValueLayerView.prototype.c1 = function (a) {
a._visibility = 0;
a.s = 0;
};
ValueLayerView.prototype.c3 = function (a) {
a._visibility = 1;
};
ValueLayerView.prototype.c7 = function () {
var a = new Rectangle();
this.cr.add(a);
return a;
};
ValueLayerView.prototype.cz = function (a) {
a.dataContext = null;
if (this.cr.contains(a)) {
this.cr.remove(a);
}
};
ValueLayerView.prototype.cy = function (a) {
a._visibility = 0;
};
ValueLayerView.prototype.c0 = function (a) {
a._visibility = 1;
};
ValueLayerView.prototype.c6 = function () {
var a = new Path();
a.j = new TranslateTransform();
this.ct.add(a);
return a;
};
ValueLayerView.prototype.cv = function (a) {
a._visibility = 0;
};
ValueLayerView.prototype.cx = function (a) {
a._visibility = 1;
};
ValueLayerView.prototype.cw = function (a) {
this.ct.remove(a);
};
ValueLayerView.prototype.c4 = function (a, b, c, d) {
if (a.an == null || a.an.c.x != d || a.an.d.x != c) {
var e = ((function () {
var $ret = new LineGeometry();
$ret.d = { $type: Point_$type, x: c, y: b };
$ret.c = { $type: Point_$type, x: d, y: b };
return $ret;
})());
a.an = e;
}
};
ValueLayerView.prototype.bj = function (a, b) {
_super.prototype.bj.call(this, a, b);
if (a.d && !b) {
for (var c = 0; c < this.ct.count; c++) {
var d = this.ct._inner[c];
if (d._visibility == 0) {
a.t(d);
}
}
for (var e = 0; e < this.cp.count; e++) {
var f = this.cp.item(e);
if (f._visibility == 0) {
a.w(f);
}
}
for (var g = 0; g < this.cq.count; g++) {
var h = this.cq.item(g);
a.af(h.dataContext);
a.x(h);
}
}
};
ValueLayerView.prototype.ax = function (a) {
_super.prototype.ax.call(this, a);
for (var b = 0; b < this.ct.count; b++) {
this.f.bc.exportPathData(a, this.ct._inner[b], "crosshairLine", ["Main", "Crosshair"]);
}
};
ValueLayerView.$t = markType(ValueLayerView, 'ValueLayerView', AnnotationLayerView.$);
return ValueLayerView;
}(AnnotationLayerView));
export { ValueLayerView };