UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 2.39 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 { VerticalRangeCategorySeriesDescriptionMetadata } from "./VerticalRangeCategorySeriesDescriptionMetadata"; import { RangeBarSeriesDescription } from "./RangeBarSeriesDescription"; /** * @hidden */ var RangeBarSeriesDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(RangeBarSeriesDescriptionMetadata, _super); function RangeBarSeriesDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } RangeBarSeriesDescriptionMetadata.b = function (a) { if (RangeBarSeriesDescriptionMetadata.a == null) { RangeBarSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); RangeBarSeriesDescriptionMetadata.c(RangeBarSeriesDescriptionMetadata.a); } if (a.k(RangeBarSeriesDescriptionMetadata.a)) { return; } a.ad(RangeBarSeriesDescriptionMetadata.a); }; RangeBarSeriesDescriptionMetadata.c = function (a) { VerticalRangeCategorySeriesDescriptionMetadata.c(a); a.item("RadiusX", "Number:double"); a.item("RadiusY", "Number:double"); }; RangeBarSeriesDescriptionMetadata.d = function (a) { VerticalRangeCategorySeriesDescriptionMetadata.d(a); RangeBarSeriesDescriptionMetadata.b(a); a.af("RangeBarSeries", function () { return new RangeBarSeriesDescription(); }); a.ae("RangeBarSeries", RangeBarSeriesDescriptionMetadata.a); }; RangeBarSeriesDescriptionMetadata.$t = markType(RangeBarSeriesDescriptionMetadata, 'RangeBarSeriesDescriptionMetadata'); RangeBarSeriesDescriptionMetadata.a = null; return RangeBarSeriesDescriptionMetadata; }(Base)); export { RangeBarSeriesDescriptionMetadata };