UNPKG

igniteui-react-core

Version:
39 lines (38 loc) 2.05 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 { StackedLineSeriesDescriptionMetadata } from "./StackedLineSeriesDescriptionMetadata"; import { Stacked100LineSeriesDescription } from "./Stacked100LineSeriesDescription"; /** * @hidden */ export let Stacked100LineSeriesDescriptionMetadata = /*@__PURE__*/ (() => { class Stacked100LineSeriesDescriptionMetadata extends Base { static b(a) { if (Stacked100LineSeriesDescriptionMetadata.a == null) { Stacked100LineSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); Stacked100LineSeriesDescriptionMetadata.c(Stacked100LineSeriesDescriptionMetadata.a); } if (a.k(Stacked100LineSeriesDescriptionMetadata.a)) { return; } a.ac(Stacked100LineSeriesDescriptionMetadata.a); } static c(a) { StackedLineSeriesDescriptionMetadata.c(a); } static d(a) { Stacked100LineSeriesDescriptionMetadata.b(a); a.ae("Stacked100LineSeries", () => new Stacked100LineSeriesDescription()); a.ad("Stacked100LineSeries", Stacked100LineSeriesDescriptionMetadata.a); } } Stacked100LineSeriesDescriptionMetadata.$t = /*@__PURE__*/ markType(Stacked100LineSeriesDescriptionMetadata, 'Stacked100LineSeriesDescriptionMetadata'); Stacked100LineSeriesDescriptionMetadata.a = null; return Stacked100LineSeriesDescriptionMetadata; })();