UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 2.44 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 { DataAnnotationShapeLayerDescriptionMetadata } from "./DataAnnotationShapeLayerDescriptionMetadata"; /** * @hidden */ export let DataAnnotationRangeLayerDescriptionMetadata = /*@__PURE__*/ (() => { class DataAnnotationRangeLayerDescriptionMetadata extends Base { static b(a) { if (DataAnnotationRangeLayerDescriptionMetadata.a == null) { DataAnnotationRangeLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataAnnotationRangeLayerDescriptionMetadata.c(DataAnnotationRangeLayerDescriptionMetadata.a); } if (a.k(DataAnnotationRangeLayerDescriptionMetadata.a)) { return; } a.ac(DataAnnotationRangeLayerDescriptionMetadata.a); } static c(a) { DataAnnotationShapeLayerDescriptionMetadata.c(a); a.item("StartLabelTextColor", "Brush"); a.item("StartLabelBackground", "Brush"); a.item("StartLabelBorderColor", "Brush"); a.item("EndLabelTextColor", "Brush"); a.item("EndLabelBackground", "Brush"); a.item("EndLabelBorderColor", "Brush"); a.item("CenterLabelTextColor", "Brush"); a.item("CenterLabelBackground", "Brush"); a.item("CenterLabelBorderColor", "Brush"); } static d(a) { DataAnnotationRangeLayerDescriptionMetadata.b(a); a.ad("DataAnnotationRangeLayer", DataAnnotationRangeLayerDescriptionMetadata.a); } } DataAnnotationRangeLayerDescriptionMetadata.$t = /*@__PURE__*/ markType(DataAnnotationRangeLayerDescriptionMetadata, 'DataAnnotationRangeLayerDescriptionMetadata'); DataAnnotationRangeLayerDescriptionMetadata.a = null; return DataAnnotationRangeLayerDescriptionMetadata; })();