UNPKG

igniteui-react-charts

Version:

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

55 lines (54 loc) 2.45 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 { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IShortPeriodLongPeriod_$type } from "./IShortPeriodLongPeriod"; import { PercentagePriceOscillatorIndicatorStrategy } from "./PercentagePriceOscillatorIndicatorStrategy"; import { typeGetValue, markType } from "igniteui-react-core"; /** * @hidden */ export let PercentagePriceOscillatorIndicator = /*@__PURE__*/ (() => { class PercentagePriceOscillatorIndicator extends StrategyBasedIndicator { bk() { return new PercentagePriceOscillatorIndicator(); } get_ab0() { return new PercentagePriceOscillatorIndicatorStrategy(); } get ab0() { return this.get_ab0(); } get_acd() { return PercentagePriceOscillatorIndicator.$; } get acd() { return this.get_acd(); } get shortPeriod() { return typeGetValue(this.c(PercentagePriceOscillatorIndicator.acm)); } set shortPeriod(a) { this.h(PercentagePriceOscillatorIndicator.acm, a); } ab8() { return this.shortPeriod; } get longPeriod() { return typeGetValue(this.c(PercentagePriceOscillatorIndicator.acl)); } set longPeriod(a) { this.h(PercentagePriceOscillatorIndicator.acl, a); } ab5() { return this.longPeriod; } } PercentagePriceOscillatorIndicator.$t = /*@__PURE__*/ markType(PercentagePriceOscillatorIndicator, 'PercentagePriceOscillatorIndicator', StrategyBasedIndicator.$, [IShortPeriodLongPeriod_$type]); PercentagePriceOscillatorIndicator.acm = /*@__PURE__*/ StrategyBasedIndicator.ack(10, PercentagePriceOscillatorIndicator.$); PercentagePriceOscillatorIndicator.acl = /*@__PURE__*/ StrategyBasedIndicator.acg(30, PercentagePriceOscillatorIndicator.$); return PercentagePriceOscillatorIndicator; })();