igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
175 lines (174 loc) • 6.48 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 { FinancialIndicator } from "./FinancialIndicator";
import { String_$type, Number_$type, typeCast, fromEnum, markType } from "igniteui-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { PropertyMetadata } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
import { isNaN_ } from "igniteui-react-core";
/**
* @hidden
*/
var StrategyBasedIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StrategyBasedIndicator, _super);
function StrategyBasedIndicator() {
var _this = _super.call(this) || this;
_this.ace();
return _this;
}
StrategyBasedIndicator.prototype.ace = function () {
this.abz = this.ab0;
this.ab = this.acd;
};
StrategyBasedIndicator.prototype.ab6 = function () {
return -2147483648;
};
StrategyBasedIndicator.prototype.acf = function (a) {
};
StrategyBasedIndicator.prototype.ab8 = function () {
return -2147483648;
};
StrategyBasedIndicator.prototype.ab5 = function () {
return -2147483648;
};
StrategyBasedIndicator.acj = function (a, b, c) {
var d = DependencyProperty.i(c, Number_$type, b, new PropertyMetadata(2, a, function (e, f) { return (typeCast(StrategyBasedIndicator.$, e)).raisePropertyChanged(c, f.oldValue, f.newValue); }));
StrategyBasedIndicator.ab3.add(c);
return d;
};
StrategyBasedIndicator.aci = function (a, b) {
return StrategyBasedIndicator.acj(a, b, "Period");
};
StrategyBasedIndicator.acg = function (a, b) {
return StrategyBasedIndicator.acj(a, b, "LongPeriod");
};
StrategyBasedIndicator.ack = function (a, b) {
return StrategyBasedIndicator.acj(a, b, "ShortPeriod");
};
StrategyBasedIndicator.prototype.abc = function (a, b) {
var c = this.xo(a, b);
var d = this.xp(c);
return this.abz.b(c, d);
};
StrategyBasedIndicator.prototype.aa9 = function (a, b) {
var c = this.xo(a, b);
if (b == 0) {
return false;
}
if (!this.yk(this.abc(a, b))) {
return false;
}
var d = this.xp(c);
if (this.aa5 != null) {
c.minimumValue = this.aa5.c;
c.maximumValue = this.aa5.b;
}
var e = this.abz.a(c, d);
for (var f = 0; f < this.abe && f < c.indicatorColumn.count; f++) {
c.indicatorColumn.item(f, NaN);
}
if (this.xu != null && this.ab2(c)) {
this.xu.c1();
}
return e;
};
StrategyBasedIndicator.prototype.ab2 = function (a) {
var e_1, _a;
if (!isNaN_(a.minimumValue) && !isNaN_(a.maximumValue) && a.specifiesRange) {
var b = this.aa5;
this.aa5 = new AxisRange(a.minimumValue, a.maximumValue);
return this.ab1(b, this.aa5);
}
var c = 1.7976931348623157E+308;
var d = -1.7976931348623157E+308;
try {
for (var _b = __values(fromEnum(a.indicatorColumn)), _c = _b.next(); !_c.done; _c = _b.next()) {
var e = _c.value;
if (!isNaN_(e)) {
c = Math.min(c, e);
d = Math.max(d, e);
}
}
}
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;
}
}
var f = this.aa5;
this.aa5 = new AxisRange(c, d);
return this.ab1(f, this.aa5);
};
StrategyBasedIndicator.prototype.ab1 = function (a, b) {
if (a == null || b == null) {
return true;
}
if (a.c != b.c) {
return true;
}
if (a.b != b.b) {
return true;
}
return false;
};
StrategyBasedIndicator.prototype.ab7 = function (a) {
if (a == -2147483648) {
return 0;
}
if (a > this.indicatorColumn.count && this.indicatorColumn.count > 0) {
a = this.indicatorColumn.count - 1;
}
if (a < 1) {
return 1;
}
return a;
};
StrategyBasedIndicator.prototype.xo = function (a, b) {
var c = _super.prototype.xo.call(this, a, b);
c.indicatorColumn = this.indicatorColumn;
c.period = this.ab7(this.ab6());
c.shortPeriod = this.ab7(this.ab8());
c.longPeriod = this.ab7(this.ab5());
c.multiplier = this.ab4();
return c;
};
StrategyBasedIndicator.prototype.ab4 = function () {
return 1;
};
StrategyBasedIndicator.ach = function (a, b) {
var c = DependencyProperty.i("Multiplier", Number_$type, b, new PropertyMetadata(2, a, function (d, e) { return (typeCast(StrategyBasedIndicator.$, d)).raisePropertyChanged("Multiplier", e.oldValue, e.newValue); }));
StrategyBasedIndicator.ab3.add("Multiplier");
return c;
};
StrategyBasedIndicator.prototype.rc = function (a, b, c, d) {
_super.prototype.rc.call(this, a, b, c, d);
if (StrategyBasedIndicator.ab3.contains(b)) {
if (this.xu != null && !this.xu.c1()) {
this.xs.cd.e(this.ie);
this.aa9(0, this.indicatorColumn.count);
if (this.aa6.cn) {
this.aa6.cl.g$m();
}
this.ru(false);
}
}
};
StrategyBasedIndicator.$t = markType(StrategyBasedIndicator, 'StrategyBasedIndicator', FinancialIndicator.$);
StrategyBasedIndicator.ab3 = new List$1(String_$type, 0);
return StrategyBasedIndicator;
}(FinancialIndicator));
export { StrategyBasedIndicator };