igniteui-react-core
Version:
Ignite UI React Core.
39 lines (38 loc) • 2.05 kB
JavaScript
/*
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 { StackedAreaSeriesDescriptionMetadata } from "./StackedAreaSeriesDescriptionMetadata";
import { Stacked100AreaSeriesDescription } from "./Stacked100AreaSeriesDescription";
/**
* @hidden
*/
export let Stacked100AreaSeriesDescriptionMetadata = /*@__PURE__*/ (() => {
class Stacked100AreaSeriesDescriptionMetadata extends Base {
static b(a) {
if (Stacked100AreaSeriesDescriptionMetadata.a == null) {
Stacked100AreaSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
Stacked100AreaSeriesDescriptionMetadata.c(Stacked100AreaSeriesDescriptionMetadata.a);
}
if (a.k(Stacked100AreaSeriesDescriptionMetadata.a)) {
return;
}
a.ac(Stacked100AreaSeriesDescriptionMetadata.a);
}
static c(a) {
StackedAreaSeriesDescriptionMetadata.c(a);
}
static d(a) {
Stacked100AreaSeriesDescriptionMetadata.b(a);
a.ae("Stacked100AreaSeries", () => new Stacked100AreaSeriesDescription());
a.ad("Stacked100AreaSeries", Stacked100AreaSeriesDescriptionMetadata.a);
}
}
Stacked100AreaSeriesDescriptionMetadata.$t = /*@__PURE__*/ markType(Stacked100AreaSeriesDescriptionMetadata, 'Stacked100AreaSeriesDescriptionMetadata');
Stacked100AreaSeriesDescriptionMetadata.a = null;
return Stacked100AreaSeriesDescriptionMetadata;
})();