UNPKG

igniteui-angular-charts

Version:

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

53 lines (52 loc) 2.21 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 { __extends, __values } from "tslib"; import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy"; import { String_$type, fromEnum, markType } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; /** * @hidden */ var TypicalPriceIndicatorStrategy = /** @class */ /*@__PURE__*/ (function (_super) { __extends(TypicalPriceIndicatorStrategy, _super); function TypicalPriceIndicatorStrategy() { return _super !== null && _super.apply(this, arguments) || this; } TypicalPriceIndicatorStrategy.prototype.b = function (a, b) { var c = new List$1(String_$type, 0); c.o(a.typicalColumn.basedOn); return c; }; TypicalPriceIndicatorStrategy.prototype.a = function (a, b) { var e_1, _a; var c = 0; try { for (var _b = __values(fromEnum(a.typicalColumn)), _c = _b.next(); !_c.done; _c = _b.next()) { var d = _c.value; a.indicatorColumn.item(c, d); c++; } } 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; } } return true; }; TypicalPriceIndicatorStrategy.$t = markType(TypicalPriceIndicatorStrategy, 'TypicalPriceIndicatorStrategy', IndicatorCalculationStrategy.$); return TypicalPriceIndicatorStrategy; }(IndicatorCalculationStrategy)); export { TypicalPriceIndicatorStrategy };