UNPKG

igniteui-react-core

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