UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

51 lines (50 loc) 2.82 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { DataAnnotationShapeLayerDescriptionMetadata } from "./DataAnnotationShapeLayerDescriptionMetadata"; /** * @hidden */ var DataAnnotationRangeLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationRangeLayerDescriptionMetadata, _super); function DataAnnotationRangeLayerDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } DataAnnotationRangeLayerDescriptionMetadata.b = function (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.ad(DataAnnotationRangeLayerDescriptionMetadata.a); }; DataAnnotationRangeLayerDescriptionMetadata.c = function (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"); }; DataAnnotationRangeLayerDescriptionMetadata.d = function (a) { DataAnnotationShapeLayerDescriptionMetadata.d(a); DataAnnotationRangeLayerDescriptionMetadata.b(a); a.ae("DataAnnotationRangeLayer", DataAnnotationRangeLayerDescriptionMetadata.a); }; DataAnnotationRangeLayerDescriptionMetadata.$t = markType(DataAnnotationRangeLayerDescriptionMetadata, 'DataAnnotationRangeLayerDescriptionMetadata'); DataAnnotationRangeLayerDescriptionMetadata.a = null; return DataAnnotationRangeLayerDescriptionMetadata; }(Base)); export { DataAnnotationRangeLayerDescriptionMetadata };