igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
49 lines (48 loc) • 2.28 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 } from "tslib";
import { ItemwiseStrategyBasedIndicator } from "./ItemwiseStrategyBasedIndicator";
import { MarketFacilitationIndexIndicatorStrategy } from "./MarketFacilitationIndexIndicatorStrategy";
import { markType } from "igniteui-angular-core";
/**
* @hidden
*/
var MarketFacilitationIndexIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(MarketFacilitationIndexIndicator, _super);
function MarketFacilitationIndexIndicator() {
return _super.call(this) || this;
}
MarketFacilitationIndexIndicator.prototype.bj = function () {
return new MarketFacilitationIndexIndicator();
};
MarketFacilitationIndexIndicator.prototype.get_aa1 = function () {
return 1;
};
MarketFacilitationIndexIndicator.prototype.get_acg = function () {
return new MarketFacilitationIndexIndicatorStrategy();
};
Object.defineProperty(MarketFacilitationIndexIndicator.prototype, "acg", {
get: function () {
return this.get_acg();
},
enumerable: false,
configurable: true
});
MarketFacilitationIndexIndicator.prototype.get_ab7 = function () {
return MarketFacilitationIndexIndicator.$;
};
Object.defineProperty(MarketFacilitationIndexIndicator.prototype, "ab7", {
get: function () {
return this.get_ab7();
},
enumerable: false,
configurable: true
});
MarketFacilitationIndexIndicator.$t = markType(MarketFacilitationIndexIndicator, 'MarketFacilitationIndexIndicator', ItemwiseStrategyBasedIndicator.$);
return MarketFacilitationIndexIndicator;
}(ItemwiseStrategyBasedIndicator));
export { MarketFacilitationIndexIndicator };