UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

43 lines (42 loc) 2.59 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { StrategyBasedIndicatorDescriptionMetadata } from "./StrategyBasedIndicatorDescriptionMetadata"; import { UltimateOscillatorIndicatorDescription } from "./UltimateOscillatorIndicatorDescription"; /** * @hidden */ var UltimateOscillatorIndicatorDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UltimateOscillatorIndicatorDescriptionMetadata, _super); function UltimateOscillatorIndicatorDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } UltimateOscillatorIndicatorDescriptionMetadata.b = function (a) { if (UltimateOscillatorIndicatorDescriptionMetadata.a == null) { UltimateOscillatorIndicatorDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UltimateOscillatorIndicatorDescriptionMetadata.c(UltimateOscillatorIndicatorDescriptionMetadata.a); } if (a.k(UltimateOscillatorIndicatorDescriptionMetadata.a)) { return; } a.ac(UltimateOscillatorIndicatorDescriptionMetadata.a); }; UltimateOscillatorIndicatorDescriptionMetadata.c = function (a) { StrategyBasedIndicatorDescriptionMetadata.c(a); }; UltimateOscillatorIndicatorDescriptionMetadata.d = function (a) { UltimateOscillatorIndicatorDescriptionMetadata.b(a); a.ae("UltimateOscillatorIndicator", function () { return new UltimateOscillatorIndicatorDescription(); }); a.ad("UltimateOscillatorIndicator", UltimateOscillatorIndicatorDescriptionMetadata.a); }; UltimateOscillatorIndicatorDescriptionMetadata.$t = markType(UltimateOscillatorIndicatorDescriptionMetadata, 'UltimateOscillatorIndicatorDescriptionMetadata'); UltimateOscillatorIndicatorDescriptionMetadata.a = null; return UltimateOscillatorIndicatorDescriptionMetadata; }(Base)); export { UltimateOscillatorIndicatorDescriptionMetadata };