UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

1,193 lines (1,192 loc) 42.6 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-angular-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-angular-core"; import { ScalerParams } from "./ScalerParams"; import { Rect } from "igniteui-angular-core"; import { NumericScaler } from "./NumericScaler"; import { KeyValuePair$2 } from "igniteui-angular-core"; import { NumericYAxis } from "./NumericYAxis"; import { LabelPosition } from "./LabelPosition"; import { Extensions } from "igniteui-angular-core"; import { SortedListView$1 } from "./SortedListView$1"; import { Dictionary$2 } from "igniteui-angular-core"; import { truncate, intDivide, isNaN_ } from "igniteui-angular-core"; import { dateFromTicks, dateMaxValue, dateSubtract, dateMinValue, dateGetMonth, dateAddMonths, dateFromValues, dateGetTimeOfDay, dateAddDays, dateAddHours } from "igniteui-angular-core"; import { timeSpanTicks, timeSpanInit3, timeSpanInit1, timeSpanFromMilliseconds, timeSpanFromSeconds, timeSpanFromMinutes, timeSpanFromHours, timeSpanFromDays, timeSpanFromTicks, timeSpanTotalMilliseconds } from "igniteui-angular-core"; import { dateToStringFormat } from "igniteui-angular-core"; /** * @hidden */ export let TimeXAxis = /*@__PURE__*/ (() => { class TimeXAxis extends TimeAxisBase { constructor() { super(); this.s9 = 0; this.sj = null; this.ss = 0; this.sq = null; this._omission = 0; this.sh = null; this.so = null; this.td = null; this.tq = 0; this.s1 = dateMaxValue(); this.sz = dateMaxValue(); this.sy = dateMaxValue(); this.s0 = dateMinValue(); this.sl = null; this.to = 0; this.visibleRangeChanged = null; this.ab = TimeXAxis.$; this.omission = (0); this.s9 = -2147483648; this.sj = new TimeAxisBreakCollection(); let a = this.breaks; a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.tt)); this.so = new TimeAxisIntervalCollection(); let b = this.intervals; b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.tu)); this.sq = new TimeAxisLabelFormatCollection(); let c = this.labelFormats; c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.tv)); this.tq = (0); } al() { return new TimeXAxis(); } kj(a) { super.kj(a); this.km(a, "LabellingMode"); } km(a, b) { super.km(a, b); let c = typeCast(TimeXAxis.$, a); if (c == null) { return; } if (b == "LabellingMode") { c.st = this.st; } } get_ds() { return this.breaks != null && this.breaks.count > 0; } f5(a, b) { if (!b.c.isEmpty) { let c = this.s7(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.s7(a, b.e, b.d, b.c); } s7(a, b, c, d) { let e = new KeyValuePair$2(TimeAxisBreak.$, Number_$type, 1, null, 0); let f = this.s9 != -2147483648 ? this.s9 : 0; let g = this.sh != null ? this.sh.count : 0; while (f < g) { let h = this.sh.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.sh.item(h)); f++; } else { break; } } if (f > 0) { f -= 1; } if (this.s9 != -2147483648) { this.s9 = 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; } ky(a, b, c, d) { this.s9 = 0; for (let e = b; e < c; e++) { a.item(e, this.f5(a.item(e), d)); } this.s9 = -2147483648; } startCursor() { this.s9 = 0; } resetCursor() { this.s9 = -2147483648; } f8(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.s8(a, b.e, b.d, b.c); } s8(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.sh != null) { for (let j of fromEnum(this.sh)) { 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.sj; } get st() { return this.ss; } set st(a) { let b = this.st; if (a != b) { this.ss = a; this.lp("LabellingMode", enumGetBox(TimeAxisLabellingMode_$type, b), enumGetBox(TimeAxisLabellingMode_$type, this.st)); } } get labelFormats() { return this.sq; } k7(a, b, c, d) { super.k7(a, b, c, d); switch (b) { case "ActualMaximumValue": this.ts(); break; case "DateTimeColumn": this.to = this.tm(); break; case "LabellingMode": this.lv(false); break; } } mb(a, b) { super.mb(a, b); this.tr(); this.sb(); } ma(a, b) { super.ma(a, b); this.tr(); this.sb(); } ee() { let a = super.ee(); this.tr(); return a; } get omission() { return this._omission; } set omission(a) { this._omission = a; } ts() { let a = this.sw(this.breaks); let b = (0); for (let c of fromEnum(a)) { b += (+(c.c) - +(c.d)); } this.omission = b; } sw(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.s2(c.d, c.i); while (e <= this.actualMaximumValue) { let f = this.s2(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.s2(g.d, c.i); } } } return b; } s2(a, b) { let c = dateFromTicks(a.getTime()); c.setMilliseconds(c.getMilliseconds() + b); return c; } tr() { this.sh = new OrderedDictionary$2(TimeAxisBreak.$, Number_$type); if (+(this.actualMaximumValue) == +(dateMaxValue()) || this.breaks == null || this.breaks.count == 0 || this.b2 == null) { return; } let a = new List$1(TimeAxisBreak.$, 1, this.sw(this.breaks)); a.aa((b, c) => b.d < c.d ? -1 : b.d > c.d ? 1 : 0); let b = this.b2.yr; let c = new ScalerParams(0, this.b2.yr, this.b2.y9, this.dn, this.b2.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.sh.addItem(f, g - e); e += (h - g); } } i6(a) { if (isNaN_(a)) { return null; } let ticks_ = truncate(a); let b = (new Date(ticks_)); let c = this.hv(b); if (c == null) { return null; } return c.toString(); } hv(a) { if (!(typeCast(Date_$type, a) !== null)) { return super.hv(a); } let b = dateMinValue(); let c = false; if (this.td != null) { if (typeCast(Date_$type, this.td) !== null) { b = this.td; c = true; } } let d = TimeXAxis.tc(a, c, b, this.st, this.tq, this.labelFormats, this.g8); return d == null ? super.hv(a) : d; } static tc(a, b, c, d, e, f, g) { let h = TimeXAxis.th(a, b, c, d, e, f, g); return dateToStringFormat(a, h, g); } static th(a, b, c, d, e, f, g) { let h = 0; if (b) { h = TimeXAxis.su(a, c); } let i = null; let j; if (f == null || f.count == 0) { j = TimeXAxis.tg(e, h, d); } else { let k = Number.MAX_VALUE; let l = null; for (let m of fromEnum(f)) { if (m.o < k) { k = m.o; l = m; } if (m.o > e) { continue; } if (i == null || m.o > i.o) { i = m; } } if (i == null) { i = l; } if (i == null) { return null; } switch (h) { case 3: if (i.h != null) { j = i.h; } else if (i.j != null) { j = i.j; } else if (i.l != null) { j = i.l; } else { j = i.e; } break; case 2: if (i.j != null) { j = i.j; } else if (i.l != null) { j = i.l; } else { j = i.e; } break; case 1: if (i.l != null) { j = i.l; } else { j = i.e; } break; default: j = i.e; break; } } return j; } static su(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_re() { return super.get_re() || (this.intervals != null && this.intervals.count > 0); } set_re(a) { super.set_re(a); } get intervals() { return this.so; } tf(a, b) { return TimeXAxis.tg(this.tq, a, b); } static tg(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 si() { if (TimeXAxis.sg == null) { TimeXAxis.sg = ((() => { 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.sg; } sm() { if (this.ef && (this.a4 == null || this.a4.angle == 0)) { let a = this.gk(); let b = this.o3.width; let c = truncate(Math.floor(b / a)); let d = Number.MAX_VALUE; let e = c == 0 ? d : timeSpanFromTicks((intDivide(timeSpanTicks(this.tq), c))); let f = null; for (let g of fromEnum(TimeXAxis.si())) { f = g.value; if (g.key > e) { break; } } let h = this.sl; if (h != f) { this.l0(); } this.sl = f; return f; } let i = this.tq; 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; })()); } sn() { if (this.intervals == null || this.intervals.count == 0) { return this.sm(); } if (this.tq == (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.tq) { continue; } if (a == null || b.k > a.k) { a = b; } } return a == null ? this.sm() : a; } lw(a) { super.lw(a); let b = this.b2 != null ? this.b2.yr : Rect.empty; let c = !b.isEmpty ? this.o3 : Rect.empty; let d = this.oy(); let e = this.ox(); let f = new ScalerParams(0, b, c, this.dn, d); if (this.ra == null && !this.rg() && !this.rh()) { 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.l1(g, h, b, c, d, c.top, c.bottom); g = j.p0; h = j.p1; } } if (isNaN_(g)) { g = 0; } this.k1(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.sb(); let p = new List$1(Date_$type, 1, this.sv()); let q = new List$1(Number_$type, 0); for (let r = 0; r < p.count; r++) { q.add(p._inner[r].getTime()); } this.ky(q, 0, q.count, f); this.td = 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.l9(m, u, w, c); } this.l8(o, u, c, n, false); this.pq.add(u); } if (v >= l && v <= k) { let x = this.hv(t); this.td = t; if (x != null) { this.ep.add1(x); this.eq.add(new LabelPosition(0, u)); } } } this.td = 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.b2.pr(); } } this.a1.be = this.ep; this.a1.bf = this.eq; this.a1.cp(); this.qx(); } sv() { let a = this.b2 != null ? this.b2.yr : Rect.empty; let b = !a.isEmpty ? this.o3 : Rect.empty; let c = this.oy(); let d = this.ox(); let e = new ScalerParams(0, a, b, this.dn, c); let f = this.sn(); let g = this.s4; if (!this.rh() && 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.sx(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; } sx(a) { if (this.sh == null) { return new KeyValuePair$2(TimeAxisBreak.$, Number_$type); } for (let b of fromEnum(this.sh)) { if (b.key.d <= a && b.key.c >= a) { return b; } } return new KeyValuePair$2(TimeAxisBreak.$, Number_$type); } get visibleMinimum() { return this.s1; } set visibleMinimum(a) { this.s1 = a; } get s4() { return this.sz; } set s4(a) { this.sz = a; } get s3() { return this.sy; } set s3(a) { this.sy = a; } get visibleMaximum() { return this.s0; } set visibleMaximum(a) { this.s0 = a; } sb() { super.sb(); if (this.b2 == null || !Extensions.b(this.b2.y9)) { return; } let a = new ScalerParams(0, this.b2.yr, this.b2.y9, this.dn, this.b2.yv); let b = this.ox(); 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.f8(c, a)); let i = truncate(this.f8(d, a)); let j = truncate(this.f8(e, a)); let k = truncate(this.f8(f, a)); if (j < 0 || k < 0) { this.tq = (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.s4 = l; this.s3 = m; if (p && this.visibleRangeChanged != null) { this.visibleRangeChanged(this, EventArgs.empty); } this.tq = +(this.visibleMaximum) - +(this.visibleMinimum); } py(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.ra, b.i$b); let ticks_ = a; let d = (new Date(ticks_)); let e = this.ru(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.tb(g, c); h = this.ta(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.b2.za, this.o3, this.dn, this.b2.yv); this.startCursor(); let l = this.f5(i.getTime(), k); let m = this.f5(a, k); let n = this.f5(j.getTime(), k); this.resetCursor(); if (i < this.s4 && j <= this.s3) { return this.rj._inner[h]; } if (j > this.s3 && i >= this.s4) { return this.rj._inner[g]; } if (Math.abs(l - m) < Math.abs(n - m)) { return this.rj._inner[g]; } else { return this.rj._inner[h]; } } ta(a, b) { if (a < 0 || a >= b.count - 1) { return a; } let c = b.item(a); let d = 0; while (d < this.sh.count) { let e = this.sh.item1(d); if (c >= e.d && c <= e.c) { break; } d++; } if (d >= this.sh.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.sh.item1(d); if (c >= g.d && c <= g.c) { f++; continue; } d++; if (d > this.sh.count - 1) { break; } g = this.sh.item1(d); if (c >= g.d && c <= g.c) { f++; continue; } break; } if (f < 0 || f > b.count - 1) { return a; } return f; } tb(a, b) { if (a < 0 || a >= b.count - 1) { return a; } let c = b.item(a); let d = 0; while (d < this.sh.count) { let e = this.sh.item1(d); if (c >= e.d && c <= e.c) { break; } d++; } if (d >= this.sh.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.sh.item1(d); if (c >= g.d && c <= g.c) { f--; continue; } d--; if (d < 0) { break; } g = this.sh.item1(d); if (c >= g.d && c <= g.c) { f--; continue; } break; } if (f < 0 || f > b.count - 1) { return a; } return f; } tt(a, b) { this.ts(); this.tr(); if (this.a1 != null) { this.a1.an = this.breaks.count > 0; } this.lv(false); for (let c of fromEnum(this.en())) { c.r7(false); } } tv(a, b) { this.lv(false); } tu(a, b) { this.lv(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.tq != (0)) { let d = timeSpanFromTicks(truncate((timeSpanTicks(this.tq) * (a.width / (this.b2 != null ? this.b2.yr.width : 1))))); let e = timeSpanTicks(d) / timeSpanTicks(this.to); let f = b.width / 4; return Math.min(f, b.width / (e + 1)); } return super.getCategorySize(a, b, c); } static tn(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; } tm() { if (this.ra == null || this.ra.count < 2 || this.rj == null) { return (0); } return TimeXAxis.tn((a) => this.ra.item(this.rj._inner[a]), this.ra.count); } r7() { super.r7(); this.to = this.tm(); } static tj(a) { if (a >= timeSpanFromDays(1)) { return "D"; } return "g"; } itemLabelFormat() { return TimeXAxis.tj(this.to); } rt(a, b, c, d) { return this.rs(this.visibleMinimum); } rw(a, b, c, d) { return this.rv(this.visibleMaximum); } get isVertical() { return this.dy; } j$d(a, b) { return this.f8.apply(this, arguments); } j$c(a, b) { return this.f5.apply(this, arguments); } j$e(a, b, c, d, e) { this.kx.apply(this, arguments); } j$f(a, b, c, d) { this.ky.apply(this, arguments); } j$g(a, b, c, d) { this.kz.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 = markType(TimeXAxis, 'TimeXAxis', TimeAxisBase.$, [ITimeRangeSelectorAxis_$type]); TimeXAxis.sg = null; return TimeXAxis; })();