UNPKG

igniteui-react-charts

Version:

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

75 lines (74 loc) 3.47 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 } from "tslib"; import { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IShortPeriodLongPeriod_$type } from "./IShortPeriodLongPeriod"; import { PercentagePriceOscillatorIndicatorStrategy } from "./PercentagePriceOscillatorIndicatorStrategy"; import { typeGetValue, markType } from "igniteui-react-core"; /** * @hidden */ var PercentagePriceOscillatorIndicator = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PercentagePriceOscillatorIndicator, _super); function PercentagePriceOscillatorIndicator() { return _super !== null && _super.apply(this, arguments) || this; } PercentagePriceOscillatorIndicator.prototype.bk = function () { return new PercentagePriceOscillatorIndicator(); }; PercentagePriceOscillatorIndicator.prototype.get_ab0 = function () { return new PercentagePriceOscillatorIndicatorStrategy(); }; Object.defineProperty(PercentagePriceOscillatorIndicator.prototype, "ab0", { get: function () { return this.get_ab0(); }, enumerable: false, configurable: true }); PercentagePriceOscillatorIndicator.prototype.get_acd = function () { return PercentagePriceOscillatorIndicator.$; }; Object.defineProperty(PercentagePriceOscillatorIndicator.prototype, "acd", { get: function () { return this.get_acd(); }, enumerable: false, configurable: true }); Object.defineProperty(PercentagePriceOscillatorIndicator.prototype, "shortPeriod", { get: function () { return typeGetValue(this.c(PercentagePriceOscillatorIndicator.acm)); }, set: function (a) { this.h(PercentagePriceOscillatorIndicator.acm, a); }, enumerable: false, configurable: true }); PercentagePriceOscillatorIndicator.prototype.ab8 = function () { return this.shortPeriod; }; Object.defineProperty(PercentagePriceOscillatorIndicator.prototype, "longPeriod", { get: function () { return typeGetValue(this.c(PercentagePriceOscillatorIndicator.acl)); }, set: function (a) { this.h(PercentagePriceOscillatorIndicator.acl, a); }, enumerable: false, configurable: true }); PercentagePriceOscillatorIndicator.prototype.ab5 = function () { return this.longPeriod; }; PercentagePriceOscillatorIndicator.$t = markType(PercentagePriceOscillatorIndicator, 'PercentagePriceOscillatorIndicator', StrategyBasedIndicator.$, [IShortPeriodLongPeriod_$type]); PercentagePriceOscillatorIndicator.acm = StrategyBasedIndicator.ack(10, PercentagePriceOscillatorIndicator.$); PercentagePriceOscillatorIndicator.acl = StrategyBasedIndicator.acg(30, PercentagePriceOscillatorIndicator.$); return PercentagePriceOscillatorIndicator; }(StrategyBasedIndicator)); export { PercentagePriceOscillatorIndicator };