UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

314 lines (313 loc) 10.6 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 DataAnnotationPointLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationPointLayerDescription, _super); function DataAnnotationPointLayerDescription() { var _this = _super.call(this) || this; _this.le = null; _this.lf = null; _this.lb = null; _this.ld = null; _this.la = null; _this.lc = null; _this.k8 = null; _this.k9 = null; _this.k5 = null; _this.k7 = null; _this.k4 = null; _this.k6 = null; _this.k1 = null; _this.k3 = null; _this.k0 = null; _this.k2 = null; _this.ku = null; _this.kv = null; _this.ks = null; _this.kt = null; _this.ky = null; _this.kz = null; _this.kw = null; _this.kx = null; return _this; } DataAnnotationPointLayerDescription.prototype.get_type = function () { return "DataAnnotationPointLayer"; }; Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startValueXMemberPath", { get: function () { return this.le; }, set: function (a) { this.le = a; this.j("StartValueXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startValueYMemberPath", { get: function () { return this.lf; }, set: function (a) { this.lf = a; this.j("StartValueYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelXMemberPath", { get: function () { return this.lb; }, set: function (a) { this.lb = a; this.j("StartLabelXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelYMemberPath", { get: function () { return this.ld; }, set: function (a) { this.ld = a; this.j("StartLabelYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelXDisplayMode", { get: function () { return this.la; }, set: function (a) { this.la = a; this.j("StartLabelXDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelYDisplayMode", { get: function () { return this.lc; }, set: function (a) { this.lc = a; this.j("StartLabelYDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endValueXMemberPath", { get: function () { return this.k8; }, set: function (a) { this.k8 = a; this.j("EndValueXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endValueYMemberPath", { get: function () { return this.k9; }, set: function (a) { this.k9 = a; this.j("EndValueYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelXMemberPath", { get: function () { return this.k5; }, set: function (a) { this.k5 = a; this.j("EndLabelXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelYMemberPath", { get: function () { return this.k7; }, set: function (a) { this.k7 = a; this.j("EndLabelYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelXDisplayMode", { get: function () { return this.k4; }, set: function (a) { this.k4 = a; this.j("EndLabelXDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelYDisplayMode", { get: function () { return this.k6; }, set: function (a) { this.k6 = a; this.j("EndLabelYDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelXMemberPath", { get: function () { return this.k1; }, set: function (a) { this.k1 = a; this.j("CenterLabelXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelYMemberPath", { get: function () { return this.k3; }, set: function (a) { this.k3 = a; this.j("CenterLabelYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelXDisplayMode", { get: function () { return this.k0; }, set: function (a) { this.k0 = a; this.j("CenterLabelXDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelYDisplayMode", { get: function () { return this.k2; }, set: function (a) { this.k2 = a; this.j("CenterLabelYDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeEnabledXMemberPath", { get: function () { return this.ku; }, set: function (a) { this.ku = a; this.j("AnnotationBadgeEnabledXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeEnabledYMemberPath", { get: function () { return this.kv; }, set: function (a) { this.kv = a; this.j("AnnotationBadgeEnabledYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeBackgroundXMemberPath", { get: function () { return this.ks; }, set: function (a) { this.ks = a; this.j("AnnotationBadgeBackgroundXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeBackgroundYMemberPath", { get: function () { return this.kt; }, set: function (a) { this.kt = a; this.j("AnnotationBadgeBackgroundYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeOutlineXMemberPath", { get: function () { return this.ky; }, set: function (a) { this.ky = a; this.j("AnnotationBadgeOutlineXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeOutlineYMemberPath", { get: function () { return this.kz; }, set: function (a) { this.kz = a; this.j("AnnotationBadgeOutlineYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeImageXMemberPath", { get: function () { return this.kw; }, set: function (a) { this.kw = a; this.j("AnnotationBadgeImageXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "annotationBadgeImageYMemberPath", { get: function () { return this.kx; }, set: function (a) { this.kx = a; this.j("AnnotationBadgeImageYMemberPath"); }, enumerable: false, configurable: true }); DataAnnotationPointLayerDescription.$t = markType(DataAnnotationPointLayerDescription, 'DataAnnotationPointLayerDescription', DataAnnotationRangeLayerDescription.$); return DataAnnotationPointLayerDescription; }(DataAnnotationRangeLayerDescription)); export { DataAnnotationPointLayerDescription };