UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

134 lines (133 loc) 4.75 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 { DataAnnotationShapeLayerDescription } from "./DataAnnotationShapeLayerDescription"; import { markType } from "./type"; /** * @hidden */ var DataAnnotationRangeLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationRangeLayerDescription, _super); function DataAnnotationRangeLayerDescription() { var _this = _super.call(this) || this; _this.ki = null; _this.kg = null; _this.kh = null; _this.kf = null; _this.kd = null; _this.ke = null; _this.kc = null; _this.ka = null; _this.kb = null; return _this; } DataAnnotationRangeLayerDescription.prototype.get_type = function () { return "DataAnnotationRangeLayer"; }; Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "startLabelTextColor", { get: function () { return this.ki; }, set: function (a) { this.ki = a; this.j("StartLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "startLabelBackground", { get: function () { return this.kg; }, set: function (a) { this.kg = a; this.j("StartLabelBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "startLabelBorderColor", { get: function () { return this.kh; }, set: function (a) { this.kh = a; this.j("StartLabelBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "endLabelTextColor", { get: function () { return this.kf; }, set: function (a) { this.kf = a; this.j("EndLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "endLabelBackground", { get: function () { return this.kd; }, set: function (a) { this.kd = a; this.j("EndLabelBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "endLabelBorderColor", { get: function () { return this.ke; }, set: function (a) { this.ke = a; this.j("EndLabelBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "centerLabelTextColor", { get: function () { return this.kc; }, set: function (a) { this.kc = a; this.j("CenterLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "centerLabelBackground", { get: function () { return this.ka; }, set: function (a) { this.ka = a; this.j("CenterLabelBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationRangeLayerDescription.prototype, "centerLabelBorderColor", { get: function () { return this.kb; }, set: function (a) { this.kb = a; this.j("CenterLabelBorderColor"); }, enumerable: false, configurable: true }); DataAnnotationRangeLayerDescription.$t = markType(DataAnnotationRangeLayerDescription, 'DataAnnotationRangeLayerDescription', DataAnnotationShapeLayerDescription.$); return DataAnnotationRangeLayerDescription; }(DataAnnotationShapeLayerDescription)); export { DataAnnotationRangeLayerDescription };