UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

170 lines (169 loc) 5.97 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 { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription"; import { markType } from "./type"; /** * @hidden */ var DataAnnotationStripLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationStripLayerDescription, _super); function DataAnnotationStripLayerDescription() { var _this = _super.call(this) || this; _this.k3 = null; _this.k2 = null; _this.k1 = null; _this.k0 = null; _this.kz = null; _this.ky = null; _this.kx = null; _this.kw = null; _this.kt = null; _this.ks = null; _this.kv = null; _this.ku = null; return _this; } DataAnnotationStripLayerDescription.prototype.get_type = function () { return "DataAnnotationStripLayer"; }; Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "startValueMemberPath", { get: function () { return this.k3; }, set: function (a) { this.k3 = a; this.j("StartValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "startLabelMemberPath", { get: function () { return this.k2; }, set: function (a) { this.k2 = a; this.j("StartLabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "startLabelDisplayMode", { get: function () { return this.k1; }, set: function (a) { this.k1 = a; this.j("StartLabelDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "endValueMemberPath", { get: function () { return this.k0; }, set: function (a) { this.k0 = a; this.j("EndValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "endLabelMemberPath", { get: function () { return this.kz; }, set: function (a) { this.kz = a; this.j("EndLabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "endLabelDisplayMode", { get: function () { return this.ky; }, set: function (a) { this.ky = a; this.j("EndLabelDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "centerLabelMemberPath", { get: function () { return this.kx; }, set: function (a) { this.kx = a; this.j("CenterLabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "centerLabelDisplayMode", { get: function () { return this.kw; }, set: function (a) { this.kw = a; this.j("CenterLabelDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "annotationBadgeEnabledMemberPath", { get: function () { return this.kt; }, set: function (a) { this.kt = a; this.j("AnnotationBadgeEnabledMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "annotationBadgeBackgroundMemberPath", { get: function () { return this.ks; }, set: function (a) { this.ks = a; this.j("AnnotationBadgeBackgroundMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "annotationBadgeOutlineMemberPath", { get: function () { return this.kv; }, set: function (a) { this.kv = a; this.j("AnnotationBadgeOutlineMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationStripLayerDescription.prototype, "annotationBadgeImageMemberPath", { get: function () { return this.ku; }, set: function (a) { this.ku = a; this.j("AnnotationBadgeImageMemberPath"); }, enumerable: false, configurable: true }); DataAnnotationStripLayerDescription.$t = markType(DataAnnotationStripLayerDescription, 'DataAnnotationStripLayerDescription', DataAnnotationRangeLayerDescription.$); return DataAnnotationStripLayerDescription; }(DataAnnotationRangeLayerDescription)); export { DataAnnotationStripLayerDescription };