UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.12 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { VerticalRangeCategorySeriesDescriptionMetadata } from "./VerticalRangeCategorySeriesDescriptionMetadata"; import { RangeBarSeriesDescription } from "./RangeBarSeriesDescription"; /** * @hidden */ export let RangeBarSeriesDescriptionMetadata = /*@__PURE__*/ (() => { class RangeBarSeriesDescriptionMetadata extends Base { static b(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); } static c(a) { VerticalRangeCategorySeriesDescriptionMetadata.c(a); a.item("RadiusX", "Number:double"); a.item("RadiusY", "Number:double"); } static d(a) { VerticalRangeCategorySeriesDescriptionMetadata.d(a); RangeBarSeriesDescriptionMetadata.b(a); a.af("RangeBarSeries", () => new RangeBarSeriesDescription()); a.ae("RangeBarSeries", RangeBarSeriesDescriptionMetadata.a); } } RangeBarSeriesDescriptionMetadata.$t = /*@__PURE__*/ markType(RangeBarSeriesDescriptionMetadata, 'RangeBarSeriesDescriptionMetadata'); RangeBarSeriesDescriptionMetadata.a = null; return RangeBarSeriesDescriptionMetadata; })();