igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
736 lines (735 loc) • 24.5 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 { FastItemDateTimeColumn } from "igniteui-react-core";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { ISortingAxis_$type } from "./ISortingAxis";
import { IDateTimeAxis_$type } from "./IDateTimeAxis";
import { DependencyProperty } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { typeCast, Number_$type, Date_$type, fromEnum, runOn, delegateRemove, delegateCombine, markType, markDep, TypeRegistrar } from "igniteui-react-core";
import { ScalerParams } from "./ScalerParams";
import { Rect } from "igniteui-react-core";
import { NumericScaler } from "./NumericScaler";
import { SeriesViewer } from "./SeriesViewer";
import { SortedListView$1 } from "./SortedListView$1";
import { ArrayExtension } from "igniteui-react-core";
import { AxisRangeChangedEventArgs } from "./AxisRangeChangedEventArgs";
import { IFastItemsSource_$type } from "igniteui-react-core";
import { HorizontalAxisLabelPanel } from "./HorizontalAxisLabelPanel";
import { PropertyMetadata } from "igniteui-react-core";
import { truncate, isNaN_ } from "igniteui-react-core";
import { dateMinValue, dateSubtract, dateAdd, dateMaxValue, dateFromTicks } from "igniteui-react-core";
/**
* @hidden
*/
var TimeAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(TimeAxisBase, _super);
function TimeAxisBase() {
var _this = _super.call(this) || this;
_this.re = null;
_this.rn = null;
_this.ri = false;
_this.rq = dateMaxValue();
_this.rp = dateMinValue();
FastItemDateTimeColumn.o();
return _this;
}
TimeAxisBase.prototype.i9 = function () {
return TimeAxisBase.$$p[0];
};
TimeAxisBase.prototype.i8 = function (a) {
var b = this.jp(a);
if (b == TimeAxisBase.$$p[0]) {
return this.dateTimeMemberPath;
}
return _super.prototype.i8.call(this, a);
};
TimeAxisBase.prototype.ag = function () {
return [this.actualMinimumValue.getTime(), this.actualMaximumValue.getTime()];
};
TimeAxisBase.prototype.f7 = function (a, b) {
if (!b.c.isEmpty) {
var c = this.rv(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.rv(a, b.e, b.d, b.c);
};
TimeAxisBase.prototype.hw = function (a, b) {
var c = this.jp(b);
if (c == TimeAxisBase.$$p[0]) {
return this.hx(a, b, this.dateTimeMemberPath);
}
return _super.prototype.hw.call(this, a, b);
};
TimeAxisBase.prototype.rv = function (a, b, c, d) {
var e;
if (+(this.actualMaximumValue) == +(this.actualMinimumValue)) {
e = -1;
}
else {
e = (a - this.actualMinimumValue.getTime()) / (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime());
}
var f = 0;
if (this.categoryMode == 2) {
f = this.getGroupCenter(0, b, c, d);
}
if (this.dn) {
e = 1 - e;
f = -f;
}
return c.left + c.width * (e - b.left) / b.width - f;
};
TimeAxisBase.prototype.rw = function (a, b, c) {
var d;
if (+(this.actualMaximumValue) == +(this.actualMinimumValue)) {
d = -1;
}
else {
d = (a - this.actualMinimumValue.getTime()) / (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime());
}
var e = 0;
if (this.dn) {
d = 1 - d;
e = -e;
}
return c.left + c.width * (d - b.left) / b.width - e;
};
TimeAxisBase.prototype.ga = function (a, b) {
if (!b.c.isEmpty) {
var c = b.d.left;
var d = b.d.width;
if (this.categoryMode != 0) {
var e = this.getCategorySize(b.e, b.d, b.c);
c += e / 2;
d -= e;
}
var f = b.e.left + b.e.width * (a - c) / b.d.width;
f = (f * b.d.width) + b.d.left;
f = this.getUnscaledValue3(f, NumericScaler.ac, b.c, this.categoryMode);
return f;
}
return this.getUnscaledValue3(a, b.e, b.d, this.categoryMode);
};
TimeAxisBase.prototype.getUnscaledValue3 = function (a, b, c, d) {
var e = b.left + b.width * (a - c.left) / c.width;
if (this.dn) {
e = 1 - e;
}
return truncate(Math.floor(this.actualMinimumValue.getTime() + e * (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime())));
};
TimeAxisBase.prototype.i$h = function () {
this.sb();
};
TimeAxisBase.prototype.sb = function () {
var a = this.b7 != null ? this.b7.ys : Rect.empty;
var b = !a.isEmpty ? this.o8 : Rect.empty;
var c = (new Date());
var d = (new Date());
var e = false;
if (!a.isEmpty && !b.isEmpty && this.rf != null) {
var f = typeCast(FastItemDateTimeColumn.$, this.rf);
if (f != null) {
if (this.ro == null) {
this.sc();
}
}
else {
this.ro = null;
}
if (this.rf.count > 0) {
e = true;
var g = this.ro == null ? 0 : this.ro._inner[0];
var h = this.ro == null ? this.rf.count - 1 : this.ro._inner[this.rf.count - 1];
c = this.rf.item(g);
d = this.rf.item(h);
this.rj = false;
if (this.categoryMode == 2) {
var i = this.r9(c, d);
if (+c != +(dateMinValue())) {
c = dateSubtract(+c, +i);
}
d = dateAdd(+d, +i);
}
}
}
if (this.rm()) {
e = true;
c = this.minimumValue;
}
if (this.rl()) {
e = true;
d = this.maximumValue;
}
var j = +(this.actualMinimumValue) != +c || +(this.actualMaximumValue) != +d;
if (e && j) {
var k = this.actualMinimumValue;
var l = this.actualMaximumValue;
this.actualMinimumValue = c;
this.actualMaximumValue = d;
this.sg();
}
};
TimeAxisBase.prototype.sg = function () {
};
Object.defineProperty(TimeAxisBase.prototype, "rf", {
get: function () {
return this.re;
},
set: function (a) {
if (this.re != a) {
var b = this.re;
this.re = a;
this.lu("DateTimeColumn", b, this.re);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(TimeAxisBase.prototype, "ro", {
get: function () {
return this.rn;
},
set: function (a) {
this.rn = a;
},
enumerable: false,
configurable: true
});
Object.defineProperty(TimeAxisBase.prototype, "i$b", {
get: function () {
if (this.ro == null) {
var a = typeCast(FastItemDateTimeColumn.$, this.rf);
if (a != null) {
this.sc();
}
else {
this.ro = null;
}
}
return this.ro;
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.sc = function () {
if (this.rk) {
this.ro = new List$1(Number_$type, 0);
var a = this.ro;
var b = this.rf.count;
for (var c = 0; c < b; c++) {
a.add(c);
}
}
else {
var d = typeCast(FastItemDateTimeColumn.$, this.rf);
this.ro = d.h();
}
};
TimeAxisBase.prototype.i$e = function (a, b, c, d) {
return this.ry(a, b, c, d);
};
TimeAxisBase.prototype.ry = function (a, b, c, d) {
if (b.isEmpty) {
return -1;
}
var e = d;
var f = new ScalerParams(0, a, b, this.dn, c);
var g, h;
if (this.dn) {
h = this.ga(e.left, f);
g = this.ga(e.right, f);
}
else {
g = this.ga(e.left, f);
h = this.ga(e.right, f);
}
var i = Math.max(dateMinValue().getTime(), Math.min(dateMaxValue().getTime(), truncate(g)));
return this.rx(dateFromTicks(i));
};
TimeAxisBase.prototype.rx = function (a) {
if (this.rf == null || this.ro.count != this.rf.count) {
return -1;
}
var b = new SortedListView$1(Date_$type, this.rf, this.ro);
var c = this.rz(a, b);
if (c >= 0 && c < this.ro.count) {
var d = this.rf.item(this.ro._inner[c]);
if (d > a) {
c--;
if (c < 0) {
c = 0;
}
}
return c;
}
return this.ro.count - 1;
};
TimeAxisBase.prototype.i$g = function (a, b, c, d) {
return this.r1(a, b, c, d);
};
TimeAxisBase.prototype.r1 = function (a, b, c, d) {
if (b.isEmpty) {
return -1;
}
var e = d;
var f = new ScalerParams(0, a, b, this.dn, c);
var g, h;
if (this.dn) {
h = this.ga(e.left, f);
g = this.ga(e.right, f);
}
else {
g = this.ga(e.left, f);
h = this.ga(e.right, f);
}
var i = Math.max(dateMinValue().getTime(), Math.min(dateMaxValue().getTime(), truncate(h)));
return this.r0(dateFromTicks(i));
};
TimeAxisBase.prototype.r0 = function (a) {
if (this.rf == null || this.ro.count != this.rf.count) {
return -1;
}
var b = new SortedListView$1(Date_$type, this.rf, this.ro);
var c = this.rz(a, b);
if (c >= this.ro.count) {
c = this.ro.count - 1;
}
if (c >= 0 && c < this.ro.count) {
var d = this.rf.item(this.ro._inner[c]);
if (d < a) {
c++;
if (c > this.ro.count - 1) {
c = this.ro.count - 1;
}
}
return c;
}
return 0;
};
TimeAxisBase.prototype.i$d = function (a) {
if (this.rf == null) {
return NaN;
}
var b = this.re.item(a);
var c = b.getTime();
var d = c;
return d;
};
TimeAxisBase.prototype.i$c = function (a) {
var b = this;
if (b.i$b == null) {
return -1;
}
var c = new SortedListView$1(Date_$type, this.rf, b.i$b);
var ticks_ = a;
var d = (new Date(ticks_));
var e = this.rz(d, c);
if (e >= 0 && e < b.i$b.count && e - 1 >= 0 && e - 1 < b.i$b.count) {
var diff1_ = d.getTime() - c.item(e - 1).getTime();
var diff2_ = c.item(e).getTime() - d.getTime();
var f = e - 1;
var g = e;
if (f < 0 && g >= 0) {
return g;
}
if (g > b.i$b.count - 1 && f < b.i$b.count) {
return f;
}
if (f < 0 && g < 0) {
return -1;
}
if (f > b.i$b.count - 1 && g > b.i$b.count - 1) {
return -1;
}
var h = diff1_ / (diff1_ + diff2_);
if (isNaN_(h)) {
h = 0;
}
return f + h;
}
if (e >= 0 && e < b.i$b.count) {
return e;
}
var i = this.o3();
if (e == b.i$b.count && this.b7 != null && this.f7(a, new ScalerParams(0, this.b7.ys, this.o8, this.dn, i)) < (this.o8.right + 2)) {
return e - 1;
}
if (e == -1 && this.b7 != null && Math.abs(this.f7(a, new ScalerParams(0, this.b7.ys, this.o8, this.dn, i)) - this.o8.left) < 2) {
return 0;
}
return -1;
};
TimeAxisBase.prototype.rz = function (a, b) {
var c = this;
if (this.rf == null || c.i$b == null) {
return -1;
}
var d = -1;
var e = ArrayExtension.binarySearch$11(Date_$type, b, function (f) {
if (a < f) {
return -1;
}
if (a > f) {
return 1;
}
return 0;
});
if (e >= 0) {
d = e;
}
else {
d = ~e;
}
while (d >= 0 && d < b.count && d - 1 >= 0 && +(b.item(d)) == +(b.item(d - 1))) {
d--;
}
return d;
};
TimeAxisBase.prototype.i$f = function (a) {
var b = this;
if (b.i$b == null || this.rf == null || b.i$b.count != this.rf.count) {
return -1;
}
var c = new SortedListView$1(Date_$type, this.rf, b.i$b);
var ticks_ = a;
var d = (new Date(ticks_));
var e = this.rz(d, c);
var f = this.o3();
if (e >= 0 && e < b.i$b.count && e - 1 >= 0 && e - 1 < b.i$b.count) {
var g = +d - +(c.item(e - 1));
var h = +(c.item(e)) - +d;
if (g < h) {
e = e - 1;
}
}
if (e >= 0 && e < b.i$b.count) {
return b.i$b._inner[e];
}
if (e == b.i$b.count && this.b7 != null && this.f7(a, new ScalerParams(0, this.b7.ys, this.o8, this.dn, f)) < (this.o8.right + 2)) {
return e - 1;
}
if (e == -1 && this.b7 != null && Math.abs(this.f7(a, new ScalerParams(0, this.b7.ys, this.o8, this.dn, f)) - this.o8.left) < 2) {
return 0;
}
return -1;
};
TimeAxisBase.prototype.i$i = function () {
this.ro = null;
this.lz();
};
TimeAxisBase.prototype.get_rj = function () {
return this.ri;
};
TimeAxisBase.prototype.set_rj = function (a) {
this.ri = a;
};
Object.defineProperty(TimeAxisBase.prototype, "rj", {
get: function () {
return this.get_rj();
},
set: function (a) {
this.set_rj(a);
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.le = function (a) {
_super.prototype.le.call(this, a);
this.dateTimeMemberPath = a;
};
TimeAxisBase.prototype.lh = function (a) {
_super.prototype.lh.call(this, a);
this.minimumValue = a;
};
TimeAxisBase.prototype.lg = function (a) {
_super.prototype.lh.call(this, a);
this.maximumValue = a;
};
TimeAxisBase.prototype.eg = function () {
if (this.d1 && this.eh) {
this.b1 = this.b0();
}
var a = this.actualMinimumValue.getTime();
var b = this.actualMaximumValue.getTime();
this.sb();
var c = !this.rm() ? this.actualMinimumValue.getTime() : this.minimumValue.getTime();
var d = !this.rl() ? this.actualMaximumValue.getTime() : this.maximumValue.getTime();
var e = new AxisRangeChangedEventArgs(0, a, c, b, d);
this.lv(e);
return true;
};
TimeAxisBase.prototype.rm = function () {
if (+(this.minimumValue) == +(dateMinValue())) {
return false;
}
return (this.minimumValue != null);
};
TimeAxisBase.prototype.rl = function () {
if (+(this.maximumValue) == +(dateMaxValue())) {
return false;
}
return (this.maximumValue != null);
};
Object.defineProperty(TimeAxisBase.prototype, "actualMinimumValue", {
get: function () {
return this.rq;
},
set: function (a) {
var b = +(this.rq) != +a;
if (b) {
var c = this.rq;
this.rq = a;
this.lu("ActualMinimumValue", c, a);
}
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.h1 = function () {
return this.actualMinimumValue;
};
Object.defineProperty(TimeAxisBase.prototype, "actualMaximumValue", {
get: function () {
return this.rp;
},
set: function (a) {
var b = +(this.rp) != +a;
if (b) {
var c = this.rp;
this.rp = a;
this.lu("ActualMaximumValue", c, a);
}
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.h0 = function () {
return this.maximumValue;
};
TimeAxisBase.prototype.sd = function (a) {
var e_1, _a;
this.l1(a);
if (this.po == null) {
return;
}
try {
for (var _b = __values(fromEnum(this.ep())), _c = _b.next(); !_c.done; _c = _b.next()) {
var b = _c.value;
b.r9(a);
}
}
catch (e_1_1) {
e_1 = { error: e_1_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_1)
throw e_1.error;
}
}
};
TimeAxisBase.prototype.lc = function (a, b, c, d) {
_super.prototype.lc.call(this, a, b, c, d);
switch (b) {
case "FastItemsSource":
var e = typeCast(IFastItemsSource_$type, c);
if (e != null) {
e.deregisterColumn(this.rf);
this.rf = null;
e.event = delegateRemove(e.event, runOn(this, this.sa));
}
var f = typeCast(IFastItemsSource_$type, d);
if (f != null) {
this.ro = null;
this.rf = this.rg(this.dateTimeMemberPath);
f.event = delegateCombine(f.event, runOn(this, this.sa));
}
this.sd(false);
break;
case TimeAxisBase.$$p[0]:
if (this.po != null) {
this.po.deregisterColumn(this.rf);
this.rf = this.rg(this.dateTimeMemberPath);
this.ro = null;
}
break;
case TimeAxisBase.$$p[3]:
this.ee();
this.sd(false);
break;
case TimeAxisBase.$$p[2]:
this.ee();
this.sd(false);
break;
case "DateTimeColumn":
this.sb();
break;
}
};
TimeAxisBase.prototype.sa = function (a, b) {
this.ro = null;
};
TimeAxisBase.prototype.rg = function (a) {
return TimeAxisBase.rh(a, this);
};
TimeAxisBase.rh = function (a, b) {
if (a == null) {
return b.po.registerColumnDateTime(null, null, false);
}
var c = null;
var d = SeriesViewer.de(a, b.coercionMethods);
c = d.a;
return b.po.registerColumnDateTime(a, c, b.expectFunctions);
};
TimeAxisBase.prototype.a0 = function () {
if (this.ej) {
return (TypeRegistrar.create('HorizontalSmartAxisLabelPanel'));
}
else {
return new HorizontalAxisLabelPanel();
}
};
TimeAxisBase.prototype.get_bm = function () {
return 0;
};
Object.defineProperty(TimeAxisBase.prototype, "bm", {
get: function () {
return this.get_bm();
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.l1 = function (a) {
_super.prototype.l1.call(this, a);
var b = this.bp.bb();
var c = this.bp.be();
var d = this.bp.bc();
var e = this.bp.bd();
var f = this.bp.g();
var g = this.bp.h();
var h = this.bp.i();
this.mc();
this.km(b);
this.km(c);
this.km(d);
this.km(e);
this.er.clear();
this.es.clear();
this.pv.clear();
this.a1.ae = this;
var i = this.b7 != null ? this.b7.ys : Rect.empty;
var j = !i.isEmpty ? this.o8 : Rect.empty;
this.a1.dc = i;
this.a1.db = j;
if (i.isEmpty || j.isEmpty) {
this.ci.count = 0;
this.ch.count = 0;
this.cf.count = 0;
this.cg.count = 0;
}
if (this.ci.count == 0 && this.bp.o()) {
this.a1.ab.clear();
}
if (this.a4 != null) {
this.a4.registerAxis(this);
}
this.sb();
};
TimeAxisBase.prototype.get_dj = function () {
return true;
};
TimeAxisBase.prototype.startCursor = function () {
};
TimeAxisBase.prototype.resetCursor = function () {
};
TimeAxisBase.prototype.StartTimeCursor = function () {
this.startCursor();
};
TimeAxisBase.prototype.ResetTimeCursor = function () {
this.resetCursor();
};
TimeAxisBase.prototype.getCategorySize = function (a, b, c) {
if (this.qc == 0) {
return 0;
}
var d = this.o6(b, c);
return d.width / (this.qc * a.width);
};
TimeAxisBase.prototype.getGroupCenter = function (a, b, c, d) {
return this.getCategorySize(b, c, d) * 0.5;
};
TimeAxisBase.prototype.p1 = function (a, b, c) {
var d = this.p8(a, b, c);
var e = 1 - 0.5 * d;
var f = this.getCategorySize(a, b, c) * e;
return f;
};
TimeAxisBase.prototype.get_dw = function () {
return true;
};
TimeAxisBase.prototype.r9 = function (a, b) {
return (0);
};
TimeAxisBase.prototype.preferredCategoryMode = function (a) {
return this.dg ? 0 : 1;
};
TimeAxisBase.prototype.hv = function (a) {
var b = new ScalerParams(1, this.b7.zb, this.b7.za, this.dn);
var c = this.ga(a, b);
return dateFromTicks(truncate(c));
};
Object.defineProperty(TimeAxisBase.prototype, "isVertical", {
get: function () {
return this.dz;
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.j$d = function (a, b) {
return this.ga.apply(this, arguments);
};
TimeAxisBase.prototype.j$c = function (a, b) {
return this.f7.apply(this, arguments);
};
TimeAxisBase.prototype.j$e = function (a, b, c, d, e) {
this.k2.apply(this, arguments);
};
TimeAxisBase.prototype.j$f = function (a, b, c, d) {
this.k3.apply(this, arguments);
};
TimeAxisBase.prototype.j$g = function (a, b, c, d) {
this.k4.apply(this, arguments);
};
Object.defineProperty(TimeAxisBase.prototype, "j$b", {
get: function () {
return this.dn;
},
enumerable: false,
configurable: true
});
TimeAxisBase.prototype.j$a = function () {
return this.ag.apply(this, arguments);
};
Object.defineProperty(TimeAxisBase.prototype, "i$a", {
get: function () {
return this.dj;
},
enumerable: false,
configurable: true
});
TimeAxisBase.$t = markType(TimeAxisBase, 'TimeAxisBase', CategoryAxisBase.$, [ISortingAxis_$type, IDateTimeAxis_$type]);
TimeAxisBase.$$p = markDep(DependencyProperty, PropertyMetadata, TimeAxisBase, 'lu', ['DateTimeMemberPath::sh', [2, null], 'IsDataPreSorted:rk:si', [0, false], 'MaximumValue::sj', [3, null], 'MinimumValue::sk', [3, null]]);
return TimeAxisBase;
}(CategoryAxisBase));
export { TimeAxisBase };