UNPKG

igniteui-react-core

Version:
44 lines (43 loc) 2.43 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 { ColorScaleDescriptionMetadata } from "./ColorScaleDescriptionMetadata"; import { CustomPaletteColorScaleDescription } from "./CustomPaletteColorScaleDescription"; /** * @hidden */ export let CustomPaletteColorScaleDescriptionMetadata = /*@__PURE__*/ (() => { class CustomPaletteColorScaleDescriptionMetadata extends Base { static b(a) { if (CustomPaletteColorScaleDescriptionMetadata.a == null) { CustomPaletteColorScaleDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); CustomPaletteColorScaleDescriptionMetadata.c(CustomPaletteColorScaleDescriptionMetadata.a); } if (a.k(CustomPaletteColorScaleDescriptionMetadata.a)) { return; } a.ac(CustomPaletteColorScaleDescriptionMetadata.a); } static c(a) { ColorScaleDescriptionMetadata.c(a); a.item("MinimumValue", "Number:double"); a.item("MaximumValue", "Number:double"); a.item("Palette", "ColorCollection:string"); a.item("InterpolationMode", "ExportedType:string:ColorScaleInterpolationMode"); a.item("InterpolationMode@names", "Select;InterpolateRGB;InterpolateHSV"); } static d(a) { CustomPaletteColorScaleDescriptionMetadata.b(a); a.ae("CustomPaletteColorScale", () => new CustomPaletteColorScaleDescription()); a.ad("CustomPaletteColorScale", CustomPaletteColorScaleDescriptionMetadata.a); } } CustomPaletteColorScaleDescriptionMetadata.$t = /*@__PURE__*/ markType(CustomPaletteColorScaleDescriptionMetadata, 'CustomPaletteColorScaleDescriptionMetadata'); CustomPaletteColorScaleDescriptionMetadata.a = null; return CustomPaletteColorScaleDescriptionMetadata; })();