UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

1,214 lines (1,213 loc) 42.1 kB
/* 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 { TimeAxisBase } from "./TimeAxisBase"; import { ITimeRangeSelectorAxis_$type } from "./ITimeRangeSelectorAxis"; import { List$1 } from "igniteui-react-core"; import { TimeAxisBreak } from "./TimeAxisBreak"; import { TimeAxisBreakCollection } from "./TimeAxisBreakCollection"; import { TimeAxisLabellingMode_$type } from "./TimeAxisLabellingMode"; import { TimeAxisLabelFormatCollection } from "./TimeAxisLabelFormatCollection"; import { OrderedDictionary$2 } from "./OrderedDictionary$2"; import { TimeAxisInterval } from "./TimeAxisInterval"; import { TimeAxisIntervalCollection } from "./TimeAxisIntervalCollection"; import { EventArgs, runOn, delegateCombine, typeCast, Number_$type, fromEnum, enumGetBox, fromEn, Date_$type, markType } from "igniteui-react-core"; import { ScalerParams } from "./ScalerParams"; import { Rect } from "igniteui-react-core"; import { NumericScaler } from "./NumericScaler"; import { KeyValuePair$2 } from "igniteui-react-core"; import { LabelFormatOverrideEventArgs } from "./LabelFormatOverrideEventArgs"; import { NumericYAxis } from "./NumericYAxis"; import { LabelPosition } from "./LabelPosition"; import { Extensions } from "igniteui-react-core"; import { SortedListView$1 } from "./SortedListView$1"; import { Dictionary$2 } from "igniteui-react-core"; import { truncate, intDivide, isNaN_ } from "igniteui-react-core"; import { dateFromTicks, dateMaxValue, dateSubtract, dateMinValue, dateGetMonth, dateAddMonths, dateFromValues, dateGetTimeOfDay, dateAddDays, dateAddHours } from "igniteui-react-core"; import { timeSpanTicks, timeSpanInit3, timeSpanInit1, timeSpanFromMilliseconds, timeSpanFromSeconds, timeSpanFromMinutes, timeSpanFromHours, timeSpanFromDays, timeSpanFromTicks, timeSpanTotalMilliseconds } from "igniteui-react-core"; import { dateToStringFormat } from "igniteui-react-core"; /** * @hidden */ export let TimeXAxis = /*@__PURE__*/ (() => { class TimeXAxis extends TimeAxisBase { constructor() { super(); this.td = 0; this.sm = null; this.sw = 0; this.su = null; this._omission = 0; this.sk = null; this.sr = null; this.th = null; this.tu = 0; this.s5 = dateMaxValue(); this.s3 = dateMaxValue(); this.s2 = dateMaxValue(); this.s4 = dateMinValue(); this.so = null; this.ts = 0; this.visibleRangeChanged = null; this.ab = TimeXAxis.$; this.omission = (0); this.td = -2147483648; this.sm = new TimeAxisBreakCollection(); let a = this.breaks; a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.tx)); this.sr = new TimeAxisIntervalCollection(); let b = this.intervals; b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.ty)); this.su = new TimeAxisLabelFormatCollection(); let c = this.labelFormats; c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.tz)); this.tu = (0); } al() { return new TimeXAxis(); } km(a) { super.km(a); this.kp(a, "LabellingMode"); } kp(a, b) { super.kp(a, b); let c = typeCast(TimeXAxis.$, a); if (c == null) { return; } if (b == "LabellingMode") { c.sx = this.sx; } } get_ds() { return this.breaks != null && this.breaks.count > 0; } f6(a, b) { if (!b.c.isEmpty) { let c = this.tb(a, NumericScaler.ac, b.c, Rect.empty); c = (c - b.d.left) / b.d.width; c = b.d.left + b.d.width * (c - b.e.left) / b.e.width; return c; } return this.tb(a, b.e, b.d, b.c); } tb(a, b, c, d) { let e = new KeyValuePair$2(TimeAxisBreak.$, Number_$type, 1, null, 0); let f = this.td != -2147483648 ? this.td : 0; let g = this.sk != null ? this.sk.count : 0; while (f < g) { let h = this.sk.item1(f); if (h.d.getTime() <= a && h.c.getTime() >= a) { return NaN; } if (h.c.getTime() <= a) { e = new KeyValuePair$2(TimeAxisBreak.$, Number_$type, 1, h, this.sk.item(h)); f++; } else { break; } } if (f > 0) { f -= 1; } if (this.td != -2147483648) { this.td = f; } let i; let j; if (e.key != null) { i = e.value; j = e.key.c; } else { i = 0; j = this.actualMinimumValue; } let fromPrecedingBreak_ = +(dateFromTicks(truncate(a))) - +j; let k = (fromPrecedingBreak_ / ((this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime()) - this.omission)); let l = i + k; l -= b.left; l /= b.width; let m = c.left; let n = c.right; let o = c.width; if (this.categoryMode != 0) { let p = this.getCategorySize(b, c, d); m += p / 2; n -= p / 2; o -= p; } if (this.dn) { return n - o * l; } return m + o * l; } k1(a, b, c, d) { this.td = 0; for (let e = b; e < c; e++) { a.item(e, this.f6(a.item(e), d)); } this.td = -2147483648; } startCursor() { this.td = 0; } resetCursor() { this.td = -2147483648; } f9(a, b) { if (!b.c.isEmpty) { let c = b.e.left + b.e.width * (a - b.d.left) / b.d.width; c = (c * b.d.width) + b.d.left; c = this.getUnscaledValue3(c, NumericScaler.ac, b.c, this.categoryMode); return c; } return this.tc(a, b.e, b.d, b.c); } tc(a, b, c, d) { let e = c.left; let f = c.width; if (this.categoryMode != 0) { let g = this.getCategorySize(b, c, d); e += g / 2; f -= g; } let h = b.left + b.width * (a - e) / f; if (this.dn) { h = 1 - h; } let i = new KeyValuePair$2(TimeAxisBreak.$, Number_$type, 1, null, 0); if (this.sk != null) { for (let j of fromEnum(this.sk)) { if (j.value >= h && j.value <= h) { return j.key.d.getTime(); } if (j.value < h && j.value > i.value) { i = j; } } } let precedingBreakEnd_; let k; if (i.key != null) { k = i.value; precedingBreakEnd_ = i.key.c; } else { k = 0; precedingBreakEnd_ = this.actualMinimumValue; } let portionFromPrecedingBreak_ = h - k; let actualRange_ = +(this.actualMaximumValue) - +(this.actualMinimumValue) - this.omission; return (precedingBreakEnd_.getTime() + portionFromPrecedingBreak_ * actualRange_); } get breaks() { return this.sm; } get sx() { return this.sw; } set sx(a) { let b = this.sx; if (a != b) { this.sw = a; this.ls("LabellingMode", enumGetBox(TimeAxisLabellingMode_$type, b), enumGetBox(TimeAxisLabellingMode_$type, this.sx)); } } get labelFormats() { return this.su; } la(a, b, c, d) { super.la(a, b, c, d); switch (b) { case "ActualMaximumValue": this.tw(); break; case "DateTimeColumn": this.ts = this.tq(); break; case "LabellingMode": this.ly(false); break; } } me(a, b) { super.me(a, b); this.tv(); this.se(); } md(a, b) { super.md(a, b); this.tv(); this.se(); } ef() { let a = super.ef(); this.tv(); return a; } get omission() { return this._omission; } set omission(a) { this._omission = a; } tw() { let a = this.s0(this.breaks); let b = (0); for (let c of fromEnum(a)) { b += (+(c.c) - +(c.d)); } this.omission = b; } s0(a) { let b = new List$1(TimeAxisBreak.$, 0); if (a == null || +(this.actualMaximumValue) == +(dateMaxValue())) { return b; } for (let c of fromEn(a)) { if (c.c >= this.actualMinimumValue && c.d <= this.actualMaximumValue) { b.add(c); } if (c.i != (0)) { let d = +(c.c) - +(c.d); let e = this.s6(c.d, c.i); while (e <= this.actualMaximumValue) { let f = this.s6(e, d); let g = ((() => { let $ret = new TimeAxisBreak(); $ret.d = e; $ret.c = f; return $ret; })()); if (g.c >= this.actualMinimumValue && g.d <= this.actualMaximumValue) { b.add(g); } if (dateSubtract(+(dateMaxValue()), +(c.i)) < g.d) { break; } e = this.s6(g.d, c.i); } } } return b; } s6(a, b) { let c = dateFromTicks(a.getTime()); c.setMilliseconds(c.getMilliseconds() + b); return c; } tv() { this.sk = new OrderedDictionary$2(TimeAxisBreak.$, Number_$type); if (+(this.actualMaximumValue) == +(dateMaxValue()) || this.breaks == null || this.breaks.count == 0 || this.b7 == null) { return; } let a = new List$1(TimeAxisBreak.$, 1, this.s0(this.breaks)); a.aa((b, c) => b.d < c.d ? -1 : b.d > c.d ? 1 : 0); let b = this.b7.yr; let c = new ScalerParams(0, this.b7.yr, this.b7.y9, this.dn, this.b7.yv); let d = +(this.actualMaximumValue) - +(this.actualMinimumValue) - this.omission; let e = 0; for (let f of fromEnum(a)) { let g = timeSpanTicks((+(f.d) - +(this.actualMinimumValue))) / timeSpanTicks(d); let h = timeSpanTicks((+(f.c) - +(this.actualMinimumValue))) / timeSpanTicks(d); if (h < 0 || g - e > 1) { continue; } this.sk.addItem(f, g - e); e += (h - g); } } i8(a) { if (isNaN_(a)) { return null; } let ticks_ = truncate(a); let b = (new Date(ticks_)); let c = this.hw(b); if (c == null) { return null; } return c.toString(); } hw(a) { if (!(typeCast(Date_$type, a) !== null)) { return super.hw(a); } let b = dateMinValue(); let c = false; if (this.th != null) { if (typeCast(Date_$type, this.th) !== null) { b = this.th; c = true; } } let d = TimeXAxis.tg(a, c, b, this.sx, this.tu, this.labelFormats, this.g9); return d == null ? super.hw(a) : d; } static tg(a, b, c, d, e, f, g) { let h = TimeXAxis.st(e, f, g); if (h != null) { let i = ((() => { let $ret = new LabelFormatOverrideEventArgs(); $ret.dateTime = a; $ret.format = h; return $ret; })()); let j = h.b(h, i); if (j != null) { return j; } } let k = TimeXAxis.tl(a, b, c, d, e, f, g); return dateToStringFormat(a, k, g); } static st(a, b, c) { let d = null; let e = Number.MAX_VALUE; let f = null; for (let g of fromEnum(b)) { if (g.q < e) { e = g.q; f = g; } if (g.q > a) { continue; } if (d == null || g.q > d.q) { d = g; } } if (d == null) { d = f; } if (d == null) { return null; } return d; } static tl(a, b, c, d, e, f, g) { let h = 0; if (b) { h = TimeXAxis.sy(a, c); } let i; if (f == null || f.count == 0) { i = TimeXAxis.tk(e, h, d); } else { let j = TimeXAxis.st(e, f, g); if (j == null) { return null; } switch (h) { case 3: if (j.j != null) { i = j.j; } else if (j.l != null) { i = j.l; } else if (j.n != null) { i = j.n; } else { i = j.g; } break; case 2: if (j.l != null) { i = j.l; } else if (j.n != null) { i = j.n; } else { i = j.g; } break; case 1: if (j.n != null) { i = j.n; } else { i = j.g; } break; default: i = j.g; break; } } return i; } static sy(a, b) { if (a.getFullYear() == b.getFullYear() && dateGetMonth(a) == dateGetMonth(b) && a.getDate() == b.getDate()) { return 3; } else if (a.getFullYear() == b.getFullYear() && dateGetMonth(a) == dateGetMonth(b)) { return 2; } else if (a.getFullYear() == b.getFullYear()) { return 1; } return 0; } get_rh() { return super.get_rh() || (this.intervals != null && this.intervals.count > 0); } set_rh(a) { super.set_rh(a); } get intervals() { return this.sr; } tj(a, b) { return TimeXAxis.tk(this.tu, a, b); } static tk(a, b, c) { if (c != 2) { b = 0; } a = Math.abs(a); if (a > timeSpanInit3(1825, 0, 0, 0)) { return "yyyy"; } if (a > timeSpanInit3(365, 0, 0, 0)) { switch (b) { case 3: case 2: case 1: return "MMM"; } return "MMM yyyy"; } ; if (a > timeSpanInit3(4, 0, 0, 0)) { switch (b) { case 3: case 2: return "dd"; } return "MMM dd"; } ; if (a > timeSpanInit3(1, 0, 0, 0)) { switch (b) { case 3: return "hh:mmtt"; case 2: return "dd hh:mmtt"; } return "MMM dd hh:mmtt"; } ; if (a > timeSpanInit1(0, 10, 0)) { return "hh:mm"; } return "hh:mm:ss"; } static sl() { if (TimeXAxis.sj == null) { TimeXAxis.sj = ((() => { let $ret = new OrderedDictionary$2(Number_$type, TimeAxisInterval.$); $ret.addItem((0), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 0; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromMilliseconds(1), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 1; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromSeconds(1), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 2; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromSeconds(30), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 2; $ret.f = 30; return $ret; })())); $ret.addItem(timeSpanFromMinutes(2), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 3; $ret.f = 2; return $ret; })())); $ret.addItem(timeSpanFromMinutes(5), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 3; $ret.f = 5; return $ret; })())); $ret.addItem(timeSpanFromHours(1), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 4; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromDays(1), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromDays(2), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 2; return $ret; })())); $ret.addItem(timeSpanFromDays(5), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 5; return $ret; })())); $ret.addItem(timeSpanFromDays(10), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 10; return $ret; })())); $ret.addItem(timeSpanFromDays(30), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 7; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromDays(60), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 7; $ret.f = 3; return $ret; })())); $ret.addItem(timeSpanFromDays(365), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 8; $ret.f = 1; return $ret; })())); $ret.addItem(timeSpanFromDays(365 * 10), ((() => { let $ret = new TimeAxisInterval(); $ret.b = 8; $ret.f = 10; return $ret; })())); return $ret; })()); } return TimeXAxis.sj; } sp() { if (this.eg && (this.a4 == null || this.a4.angle == 0)) { let a = this.gl(); let b = this.o6.width; let c = truncate(Math.floor(b / a)); let d = Number.MAX_VALUE; let e = c == 0 ? d : timeSpanFromTicks((intDivide(timeSpanTicks(this.tu), c))); let f = null; for (let g of fromEnum(TimeXAxis.sl())) { f = g.value; if (g.key > e) { break; } } let h = this.so; if (h != f) { this.l3(); } this.so = f; return f; } let i = this.tu; if (i == (0)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 8; $ret.f = 1; return $ret; })()); } if (i >= timeSpanFromDays(365 * 100)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 8; $ret.f = 10; return $ret; })()); } if (i >= timeSpanFromDays(365 * 5)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 8; $ret.f = 1; return $ret; })()); } if (i >= timeSpanFromDays(365 * 2)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 7; $ret.f = 3; return $ret; })()); } if (i >= timeSpanFromDays(150)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 7; $ret.f = 1; return $ret; })()); } if (i >= timeSpanFromDays(60)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 10; return $ret; })()); } if (i >= timeSpanFromDays(30)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 5; return $ret; })()); } if (i >= timeSpanFromDays(20)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 2; return $ret; })()); } if (i >= timeSpanFromDays(4)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 5; $ret.f = 1; return $ret; })()); } if (i >= timeSpanFromDays(1)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 4; $ret.f = 12; return $ret; })()); } if (i >= timeSpanFromHours(6)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 4; $ret.f = 1; return $ret; })()); } if (i >= timeSpanFromMinutes(30)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 3; $ret.f = 5; return $ret; })()); } if (i >= timeSpanFromMinutes(10)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 3; $ret.f = 2; return $ret; })()); } return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 2; $ret.f = 30; return $ret; })()); } sq() { if (this.intervals == null || this.intervals.count == 0) { return this.sp(); } if (this.tu == (0)) { return ((() => { let $ret = new TimeAxisInterval(); $ret.b = 8; $ret.f = 1; return $ret; })()); } let a = null; for (let b of fromEnum(this.intervals)) { if (b.k > this.tu) { continue; } if (a == null || b.k > a.k) { a = b; } } return a == null ? this.sp() : a; } lz(a) { super.lz(a); let b = this.b7 != null ? this.b7.yr : Rect.empty; let c = !b.isEmpty ? this.o6 : Rect.empty; let d = this.o1(); let e = this.o0(); let f = new ScalerParams(0, b, c, this.dn, d); if (this.rd == null && !this.rj() && !this.rk()) { return; } if (!b.isEmpty && !c.isEmpty) { let g = c.bottom; let h = g - c.top; if (this.an != null) { let i = typeCast(NumericYAxis.$, this.an); if (i != null) { let j = this.l4(g, h, b, c, d, c.top, c.bottom); g = j.p0; h = j.p1; } } if (isNaN_(g)) { g = 0; } this.k4(this.bp.ba(), g, c, this.bp.f(), true); this.a1.bl = h; let k = truncate(Math.ceil(e.right)); let l = truncate(Math.floor(e.left)); let m = this.bp.bd(); let n = this.bp.g(); let o = this.bp.bb(); this.se(); let p = new List$1(Date_$type, 1, this.sz()); let q = new List$1(Number_$type, 0); for (let r = 0; r < p.count; r++) { q.add(p._inner[r].getTime()); } this.k1(q, 0, q.count, f); this.th = null; for (let s = 0; s < p.count; s++) { let t = p._inner[s]; let u = q._inner[s]; let v = truncate(Math.round(u)); if (v <= k) { if (s % 2 == 0) { let w = s < q.count - 1 ? q._inner[s + 1] : e.right; this.mc(m, u, w, c); } this.mb(o, u, c, n, false); this.pt.add(u); } if (v >= l && v <= k) { let x = this.hw(t); this.th = t; if (x != null) { this.eq.add1(x); this.er.add(new LabelPosition(0, u)); } } } this.th = null; } if ((this.a4 == null || this.a4.visibility == 0) && this.an != null) { if (this.a4 != null && (this.a4.location == 4 || this.a4.location == 5)) { this.b7.pr(); } } this.a1.be = this.eq; this.a1.bf = this.er; this.a1.cp(); this.q0(); } sz() { let a = this.b7 != null ? this.b7.yr : Rect.empty; let b = !a.isEmpty ? this.o6 : Rect.empty; let c = this.o1(); let d = this.o0(); let e = new ScalerParams(0, a, b, this.dn, c); let f = this.sq(); let g = this.s8; if (!this.rk() && f != null) { if (f.b == 7 && g.getDate() != 1) { g = dateAddMonths(g, 1); g = dateFromValues(g.getFullYear(), dateGetMonth(g), 1, 0, 0, 0, 0); } else if (f.b == 5 && dateGetTimeOfDay(g) != (0)) { g = dateAddDays(g, 1); g = dateFromValues(g.getFullYear(), dateGetMonth(g), g.getDate(), 0, 0, 0, 0); } else if (f.b == 4 && g.getMinutes() != 0) { g = dateAddHours(g, 1); g = dateFromValues(g.getFullYear(), dateGetMonth(g), g.getDate(), g.getHours(), 0, 0, 0); } } let h = new List$1(Date_$type, 0); let i = 0; let j = 10000; if (f.f == 0) { return h; } while (g <= this.visibleMaximum && i++ < j) { let k = this.s1(g); let l = g; if (k.key != null) { l = f.d(k.key.c); } h.add(l); while (g <= l) { g = f.c(g); if (+g == +(dateMaxValue())) { break; } } } return h; } s1(a) { if (this.sk == null) { return new KeyValuePair$2(TimeAxisBreak.$, Number_$type); } for (let b of fromEnum(this.sk)) { if (b.key.d <= a && b.key.c >= a) { return b; } } return new KeyValuePair$2(TimeAxisBreak.$, Number_$type); } get visibleMinimum() { return this.s5; } set visibleMinimum(a) { this.s5 = a; } get s8() { return this.s3; } set s8(a) { this.s3 = a; } get s7() { return this.s2; } set s7(a) { this.s2 = a; } get visibleMaximum() { return this.s4; } set visibleMaximum(a) { this.s4 = a; } se() { super.se(); if (this.b7 == null || !Extensions.b(this.b7.y9)) { return; } let a = new ScalerParams(0, this.b7.yr, this.b7.y9, this.dn, this.b7.yv); let b = this.o0(); let c = b.left; let d = b.right; let e = b.left; let f = b.right; if (this.categoryMode != 0) { let g = this.getCategorySize(a.e, a.d, a.c); e += g / 2; f -= g / 2; } let h = truncate(this.f9(c, a)); let i = truncate(this.f9(d, a)); let j = truncate(this.f9(e, a)); let k = truncate(this.f9(f, a)); if (j < 0 || k < 0) { this.tu = (0); return; } h = Math.min(dateMaxValue().getTime(), h); i = Math.min(dateMaxValue().getTime(), i); h = Math.max(dateMinValue().getTime(), h); i = Math.max(dateMinValue().getTime(), i); j = Math.min(dateMaxValue().getTime(), j); k = Math.min(dateMaxValue().getTime(), k); let l = dateFromTicks(Math.min(h, i)); let m = dateFromTicks(Math.max(h, i)); let n = dateFromTicks(Math.min(j, k)); let o = dateFromTicks(Math.max(j, k)); let p = +(this.visibleMinimum) != +n || +(this.visibleMaximum) != +o; this.visibleMinimum = n; this.visibleMaximum = o; this.s8 = l; this.s7 = m; if (p && this.visibleRangeChanged != null) { this.visibleRangeChanged(this, EventArgs.empty); } this.tu = +(this.visibleMaximum) - +(this.visibleMinimum); } p1(a, b, c, d, e) { return 0; } i$f(a) { let b = this; if (b.i$b == null || b.i$b.count == 0) { return -1; } let c = new SortedListView$1(Date_$type, this.rd, b.i$b); let ticks_ = a; let d = (new Date(ticks_)); let e = this.rx(d, c); e = Math.max(0, Math.min(b.i$b.count - 1, e)); let f = c.item(e); let g; let h; if (f < d) { g = e; h = g + 1; } else { h = e; g = e - 1; } g = this.tf(g, c); h = this.te(h, c); if (g < 0) { return h; } if (h >= b.i$b.count) { return g; } let i = c.item(g); let j = c.item(h); let k = new ScalerParams(0, this.b7.za, this.o6, this.dn, this.b7.yv); this.startCursor(); let l = this.f6(i.getTime(), k); let m = this.f6(a, k); let n = this.f6(j.getTime(), k); this.resetCursor(); if (i < this.s8 && j <= this.s7) { return this.rm._inner[h]; } if (j > this.s7 && i >= this.s8) { return this.rm._inner[g]; } if (Math.abs(l - m) < Math.abs(n - m)) { return this.rm._inner[g]; } else { return this.rm._inner[h]; } } te(a, b) { if (a < 0 || a >= b.count - 1) { return a; } let c = b.item(a); let d = 0; while (d < this.sk.count) { let e = this.sk.item1(d); if (c >= e.d && c <= e.c) { break; } d++; } if (d >= this.sk.count) { return a; } let f = a; while (f < b.count) { if (f < 0 || f >= b.count - 1) { return a; } c = b.item(f); let g = this.sk.item1(d); if (c >= g.d && c <= g.c) { f++; continue; } d++; if (d > this.sk.count - 1) { break; } g = this.sk.item1(d); if (c >= g.d && c <= g.c) { f++; continue; } break; } if (f < 0 || f > b.count - 1) { return a; } return f; } tf(a, b) { if (a < 0 || a >= b.count - 1) { return a; } let c = b.item(a); let d = 0; while (d < this.sk.count) { let e = this.sk.item1(d); if (c >= e.d && c <= e.c) { break; } d++; } if (d >= this.sk.count) { return a; } let f = a; while (f >= 0) { if (f < 0 || f >= b.count - 1) { return a; } c = b.item(f); let g = this.sk.item1(d); if (c >= g.d && c <= g.c) { f--; continue; } d--; if (d < 0) { break; } g = this.sk.item1(d); if (c >= g.d && c <= g.c) { f--; continue; } break; } if (f < 0 || f > b.count - 1) { return a; } return f; } tx(a, b) { this.tw(); this.tv(); if (this.a1 != null) { this.a1.an = this.breaks.count > 0; } this.ly(false); for (let c of fromEnum(this.eo())) { c.r8(false); } } tz(a, b) { this.ly(false); } ty(a, b) { this.ly(false); } get_dg() { return false; } getWindowRectForSelection(a, b) { let c = +(this.actualMaximumValue) - +(this.actualMinimumValue); let d = timeSpanTotalMilliseconds((+a - +(this.actualMinimumValue))) / timeSpanTotalMilliseconds(c); let e = 1 - (timeSpanTotalMilliseconds((+(this.actualMaximumValue) - +b)) / timeSpanTotalMilliseconds(c)); e = Math.min(1, e); return new Rect(0, d, NaN, Math.max(0, e - d), NaN); } getCategorySize(a, b, c) { if (this.tu != (0)) { let d = timeSpanFromTicks(truncate((timeSpanTicks(this.tu) * (a.width / (this.b7 != null ? this.b7.yr.width : 1))))); let e = timeSpanTicks(d) / timeSpanTicks(this.ts); let f = b.width / 4; return Math.min(f, b.width / (e + 1)); } return super.getCategorySize(a, b, c); } static tr(a, b) { let c = Math.min(5, b); let d = a(0); let e = new Dictionary$2(Number_$type, Number_$type, 0); let f = 0; let g = (0); for (let h = 0; h < c; h++) { let i = a(h); let j = +i - +d; if (!e.containsKey(j)) { e.addItem(j, 0); } e.item(j, e.item(j) + 1); if (e.item(j) > f) { f = e.item(j); g = j; } d = i; } return g; } tq() { if (this.rd == null || this.rd.count < 2 || this.rm == null) { return (0); } return TimeXAxis.tr((a) => this.rd.item(this.rm._inner[a]), this.rd.count); } sa() { super.sa(); this.ts = this.tq(); } static tn(a) { if (a >= timeSpanFromDays(1)) { return "D"; } return "g"; } itemLabelFormat() { return TimeXAxis.tn(this.ts); } rw(a, b, c, d) { return this.rv(this.visibleMinimum); } rz(a, b, c, d) { return this.ry(this.visibleMaximum); } get isVertical() { return this.dy; } j$d(a, b) { return this.f9.apply(this, arguments); } j$c(a, b) { return this.f6.apply(this, arguments); } j$e(a, b, c, d, e) { this.k0.apply(this, arguments); } j$f(a, b, c, d) { this.k1.apply(this, arguments); } j$g(a, b, c, d) { this.k2.apply(this, arguments); } get j$b() { return this.dn; } j$a() { return this.ag.apply(this, arguments); } get i$a() { return this.dj; } } TimeXAxis.$t = /*@__PURE__*/ markType(TimeXAxis, 'TimeXAxis', TimeAxisBase.$, [ITimeRangeSelectorAxis_$type]); TimeXAxis.sj = null; return TimeXAxis; })();