UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

49 lines (48 loc) 2.79 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 { ValueBrushScaleDescriptionMetadata } from "./ValueBrushScaleDescriptionMetadata"; import { ContourValueResolverDescriptionMetadata } from "./ContourValueResolverDescriptionMetadata"; import { ScatterTriangulationSeriesDescriptionMetadata } from "./ScatterTriangulationSeriesDescriptionMetadata"; import { ScatterContourSeriesDescription } from "./ScatterContourSeriesDescription"; /** * @hidden */ export let ScatterContourSeriesDescriptionMetadata = /*@__PURE__*/ (() => { class ScatterContourSeriesDescriptionMetadata extends Base { static b(a) { if (ScatterContourSeriesDescriptionMetadata.a == null) { ScatterContourSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ScatterContourSeriesDescriptionMetadata.c(ScatterContourSeriesDescriptionMetadata.a); } if (a.k(ScatterContourSeriesDescriptionMetadata.a)) { return; } a.ac(ScatterContourSeriesDescriptionMetadata.a); ValueBrushScaleDescriptionMetadata.d(a); ContourValueResolverDescriptionMetadata.d(a); } static c(a) { ScatterTriangulationSeriesDescriptionMetadata.c(a); a.item("ValueMemberPath", "String"); a.item("ValueMemberAsLegendLabel", "String"); a.item("ValueMemberAsLegendUnit", "String"); a.item("FillScale", "ExportedType:ValueBrushScale"); a.item("ActualFillScale", "ExportedType:ValueBrushScale"); a.item("ValueResolver", "ExportedType:ContourValueResolver"); } static d(a) { ScatterContourSeriesDescriptionMetadata.b(a); a.ae("ScatterContourSeries", () => new ScatterContourSeriesDescription()); a.ad("ScatterContourSeries", ScatterContourSeriesDescriptionMetadata.a); } } ScatterContourSeriesDescriptionMetadata.$t = markType(ScatterContourSeriesDescriptionMetadata, 'ScatterContourSeriesDescriptionMetadata'); ScatterContourSeriesDescriptionMetadata.a = null; return ScatterContourSeriesDescriptionMetadata; })();