UNPKG

igniteui-react-core

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