igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
924 lines (923 loc) • 35.2 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 { 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
*/
export let ValueLayer = /*@__PURE__*/ (() => {
class ValueLayer extends AnnotationLayer {
bk() {
return new ValueLayer();
}
get_ew() {
return true;
}
constructor() {
super();
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;
let a = new ValueLayerFrame();
let b = new ValueLayerFrame();
let c = new ValueLayerFrame();
let d = this.kn / 1000;
this.xy = a;
this.xx = b;
this.xz = c;
this.ab = ValueLayer.$;
this.aa8 = OverlayTextUtil.c();
}
ct() {
return new ValueLayerView(this);
}
ri(a) {
super.ri(a);
this.aa7 = a;
}
g1(a) {
if (this.aa4 == null) {
return true;
}
if (this.aa4 == a) {
return true;
}
return false;
}
get afw() {
return new Thickness(1, this.abw, this.aby, this.abx, this.abv);
}
get afx() {
return new Thickness(1, this.ab2, this.ab4, this.ab3, this.ab1);
}
get aa9() {
return this.aa8;
}
set aa9(a) {
let b = this.aa8;
if (OverlayTextUtil.q(a)) {
a = OverlayTextUtil.c();
}
this.aa8 = a;
if (b != this.aa8) {
this.raisePropertyChanged("OverlayTextStyle", b, this.aa8);
}
}
mo() {
return "Value Layer";
}
get_isSummarizationSupported() {
return false;
}
je(a, b, c) {
if (isNaN_(this.aat[0]) && isNaN_(this.aat[1])) {
return super.je(a, b, c);
}
if (!isNaN_(this.aat[0])) {
return this.aat[0];
}
return this.aat[1];
}
getDataLegendSeriesContextAt(a, b) {
if (isNaN_(this.aat[0]) || isNaN_(this.aat[1])) {
return super.getDataLegendSeriesContextAt(a, b);
}
if (this.aa4 == null) {
let c = new DataLegendSeriesValueInfo();
c.l = this.aat[0];
c.a = 0;
c.q = "Value";
c.r = "Value";
c.s = "";
let d = new DataLegendSeriesValueInfo();
d.l = this.aat[1];
d.a = 0;
d.q = "Value";
d.r = "Value";
d.s = "";
let e = new DataLegendSeriesContext();
e.e = ((() => {
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
$ret.add(c);
$ret.add(d);
return $ret;
})());
e.h = this.mo();
return e;
}
let f = this.aa4.getDataLegendSeriesContextAt(a, b);
let g = typeCast(DataLegendSeriesContext.$, f);
if (g == null || g.e == null) {
return super.getDataLegendSeriesContextAt(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;
}
ze(a, b) {
if (this.aa4 == null || this.aa4 == a) {
if (!this.a1.c) {
this.r9(b);
}
}
}
zg(a, b) {
super.zg(a, b);
let c = a;
let d = this.abh;
let 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();
let f = this.aa5();
if (this.x5(this.aa4)) {
let g = this.aa4.aq(f);
this.aat = g;
this.adu(c, d, e, this.aa4);
}
else {
if (f == 5 || f == 4 || f == 6) {
let h = null;
let i = null;
let j = [NaN, NaN];
let k = 0;
for (let l of fromEnum(this.dc.b9)) {
if (!this.x5(l)) {
continue;
}
let m = l.ai();
for (let o = 0; o < m.length; o++) {
let n = m[o];
if (!this.abb(n)) {
continue;
}
let p = n.dz ? 1 : 0;
let q = j[p];
let r = null;
if (f == 5) {
let 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) {
let 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) {
let 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++;
}
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])) {
let v = h.w1(j);
this.adx(h, { $type: Point_$type, x: v.x, y: NaN }, c, d, e);
}
if (i != null && !isNaN_(j[1])) {
let 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 {
for (let x of fromEnum(this.dc.b9)) {
this.adu(c, d, e, x);
}
}
}
}
adu(a, b, c, d) {
if (this.x5(d)) {
this.adw(d, a, b, c);
}
if (d.isStacked) {
d.qi((e) => {
if (this.x5(e)) {
this.adw(e, a, b, c);
}
if (e.ei) {
e.qg((f) => {
if (this.x5(f)) {
this.adw(f, a, b, c);
}
return true;
});
}
return true;
});
}
if (d.ei) {
d.qg((e) => {
if (this.x5(e)) {
this.adw(e, a, b, c);
}
return true;
});
}
}
x5(a) {
if (!super.x5(a)) {
return false;
}
return true;
}
abb(a) {
if (!a.dq) {
return false;
}
if (this.aax != null && this.aax != a) {
return false;
}
return true;
}
q5() {
super.q5();
if (!this.a1.c && !this.d4()) {
return;
}
if (this.d4()) {
this.ady(this.xz, false);
}
else {
this.ady(this.xx, false);
}
}
aa5() {
if (this.aa6 == 0) {
return 2;
}
return this.aa6;
}
xo() {
return 3;
}
yc() {
return 0.3;
}
yf() {
return -0.4;
}
ye() {
return 0.5;
}
aai() {
return this.xl == 3 ? this.afv() : null;
}
aaj() {
return this.xm == 3 ? this.afv() : null;
}
afv() {
if (this.afu == null) {
this.afu = new DoubleCollection();
this.afu.add(DeviceUtils.g(5));
this.afu.add(DeviceUtils.g(5));
}
return this.afu;
}
adv() {
if (OverlayTextUtil.q(this.aa8)) {
this.aa8 = OverlayTextUtil.c();
}
else if (OverlayTextUtil.k(this.aa8)) {
this.aa8 = this.cw.l(this.aa8.fontString);
}
}
adx(a, b, c, d, e) {
let f = false;
let g = this.afi;
if (g == null) {
g = a.vu;
f = true;
}
let h = false;
let i = this.afo;
if (i == null) {
if (this.afi != null) {
i = this.afi;
}
else {
i = a.vu;
h = true;
}
}
let j = false;
let k = this.afr;
if (k == null) {
if (this.afi != null) {
k = this.afi;
}
else {
k = a.vu;
j = true;
}
}
let l = g;
let m = g;
let n = i;
let 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);
let p = isNaN_(b.x);
let q = p ? b.y : b.x;
this.adv();
let r = this.aa9;
let s = OverlayTextUtil.o(r, this.abf);
let t = this.aa0;
if (t == 18) {
s = false;
}
if (s && !stringIsNullOrEmpty(this.acc)) {
let u = this.afm;
if (u == null && this.abe) {
u = g;
}
let v = this.afk;
if (v == null && this.abc) {
v = g;
}
let w = this.afl;
if (w == null && this.abd) {
w = g;
}
let 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);
let y = OverlayTextInfo.d(x);
if (y.textVisible && !y.h) {
this.aa7.cq.count += 1;
this.aa7.cp.count += 1;
let 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) {
let aa = this.dc.yk({ $type: Point_$type, x: 0, y: NaN });
let ab = this.dc.yk({ $type: Point_$type, x: 1, y: NaN });
let ac = ab.x - aa.x;
y.ab = new Rect(0, aa.x, q, ac, 1);
}
else {
let ad = this.dc.yk({ $type: Point_$type, x: NaN, y: 0 });
let ae = this.dc.yk({ $type: Point_$type, x: NaN, y: 1 });
let 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) {
let 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);
}
}
adw(a, b, c, d) {
let e = { $type: Point_$type, x: NaN, y: NaN };
let 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;
}
let i = a.ai();
for (let h = 0; h < i.length; h++) {
let 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);
}
}
}
ady(a, b) {
let 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);
}
adt(a, b, c, d, e) {
let 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);
}
zj(a, b) {
super.zj(a, b);
let c = this.aa7.co;
let d = a;
let e = d.a1.count;
let f = 0;
let g = b.b9.left;
let h = b.b9.right;
let i = b.b9.top;
let j = b.b9.bottom;
let k = this.afz == 0;
let l = this.afy == 0;
for (let m = 0; m < e; m++) {
let n = Math.floor(d.a1._inner[m]);
let o = Math.floor(d.a2._inner[m]);
let p = null;
if (k) {
if (!isNaN_(o)) {
let q = this.adt(c, f, m, d, true);
p = q.c;
f = q.d;
let r = new PathGeometry();
let s = new PathFigure();
s._startPoint = { $type: Point_$type, x: o, y: i };
let 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)) {
let u = this.adt(c, f, m, d, false);
p = u.c;
f = u.d;
let v = new PathGeometry();
let w = new PathFigure();
w._startPoint = { $type: Point_$type, x: g, y: n };
let 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);
}
}
gh() {
return true;
}
rr(a, b, c, d) {
super.rr(a, b, c, d);
switch (b) {
case "SeriesViewer":
if (d == null) {
if (this.abi != null && this.abi.count > 0) {
let e;
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;
}
}
pj(a, b) {
super.pj(a, b);
if (a) {
AxisAnnotationFrameManager.b(this.xx);
this.ady(this.xx, false);
}
}
}
ValueLayer.$t = /*@__PURE__*/ markType(ValueLayer, 'ValueLayer', AnnotationLayer.$);
ValueLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ValueLayer, 'raisePropertyChanged', ['ActualValueLayerBrush:afi:adz', [Brush.$, null], 'HorizontalLineStroke:afj:ad0', [Brush.$, null], 'HorizontalLineVisibility:afy:ad1', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'IsAxisAnnotationEnabled:aba:ad2', [0, false], 'OverlayTextAngle:abk:ad3', [1, NaN], 'OverlayTextBackgroundMatchLayer:abc:ad4', [0, false], 'OverlayTextBackgroundMode:aau:ad5', [AnnotationAppearanceMode_$type, /*@__PURE__*/ 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, /*@__PURE__*/ 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, /*@__PURE__*/ 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, /*@__PURE__*/ 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, /*@__PURE__*/ enumGetBox(ValueLayerValueMode_$type, 2)], 'VerticalLineStroke:afn:aeu', [Brush.$, null], 'VerticalLineVisibility:afz:aev', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'XAxisAnnotationBackgroundCornerRadius:abu:aew', [1, /*@__PURE__*/ 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, /*@__PURE__*/ 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;
})();
/**
* @hidden
*/
export let ValueLayerView = /*@__PURE__*/ (() => {
class ValueLayerView extends AnnotationLayerView {
constructor(a) {
super(a);
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);
}
cu() {
OverlayTextUtil.u(this.cq);
OverlayTextUtil.v(this.cs);
this.cp.clear();
this.cr.clear();
this.cq.count = 0;
this.cp.count = 0;
}
a4() {
super.a4();
this.co = ((() => {
let $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 = ((() => {
let $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 = ((() => {
let $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;
}
c5() {
let a = new TextBlock();
this.cs.add(a);
return a;
}
c2(a) {
if (this.cs.contains(a)) {
this.cs.remove(a);
}
}
c1(a) {
a._visibility = 0;
a.s = 0;
}
c3(a) {
a._visibility = 1;
}
c7() {
let a = new Rectangle();
this.cr.add(a);
return a;
}
cz(a) {
a.dataContext = null;
if (this.cr.contains(a)) {
this.cr.remove(a);
}
}
cy(a) {
a._visibility = 0;
}
c0(a) {
a._visibility = 1;
}
c6() {
let a = new Path();
a.j = new TranslateTransform();
this.ct.add(a);
return a;
}
cv(a) {
a._visibility = 0;
}
cx(a) {
a._visibility = 1;
}
cw(a) {
this.ct.remove(a);
}
c4(a, b, c, d) {
if (a.an == null || a.an.c.x != d || a.an.d.x != c) {
let e = ((() => {
let $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;
}
}
bj(a, b) {
super.bj(a, b);
if (a.d && !b) {
for (let c = 0; c < this.ct.count; c++) {
let d = this.ct._inner[c];
if (d._visibility == 0) {
a.t(d);
}
}
for (let e = 0; e < this.cp.count; e++) {
let f = this.cp.item(e);
if (f._visibility == 0) {
a.w(f);
}
}
for (let g = 0; g < this.cq.count; g++) {
let h = this.cq.item(g);
a.af(h.dataContext);
a.x(h);
}
}
}
ax(a) {
super.ax(a);
for (let b = 0; b < this.ct.count; b++) {
this.f.bc.exportPathData(a, this.ct._inner[b], "crosshairLine", ["Main", "Crosshair"]);
}
}
}
ValueLayerView.$t = /*@__PURE__*/ markType(ValueLayerView, 'ValueLayerView', AnnotationLayerView.$);
return ValueLayerView;
})();