UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.13 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 { BrushScaleDescriptionMetadata } from "./BrushScaleDescriptionMetadata"; import { ValueBrushScaleDescription } from "./ValueBrushScaleDescription"; /** * @hidden */ export let ValueBrushScaleDescriptionMetadata = /*@__PURE__*/ (() => { class ValueBrushScaleDescriptionMetadata extends Base { static b(a) { if (ValueBrushScaleDescriptionMetadata.a == null) { ValueBrushScaleDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ValueBrushScaleDescriptionMetadata.c(ValueBrushScaleDescriptionMetadata.a); } if (a.k(ValueBrushScaleDescriptionMetadata.a)) { return; } a.ac(ValueBrushScaleDescriptionMetadata.a); } static c(a) { BrushScaleDescriptionMetadata.c(a); a.item("MinimumValue", "Number:double"); a.item("MaximumValue", "Number:double"); a.item("IsLogarithmic", "Boolean"); a.item("LogarithmBase", "Number:int"); } static d(a) { ValueBrushScaleDescriptionMetadata.b(a); a.ae("ValueBrushScale", () => new ValueBrushScaleDescription()); a.ad("ValueBrushScale", ValueBrushScaleDescriptionMetadata.a); } } ValueBrushScaleDescriptionMetadata.$t = /*@__PURE__*/ markType(ValueBrushScaleDescriptionMetadata, 'ValueBrushScaleDescriptionMetadata'); ValueBrushScaleDescriptionMetadata.a = null; return ValueBrushScaleDescriptionMetadata; })();