UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

98 lines (97 loc) 3.76 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 DataAnnotationSliceLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationSliceLayerDescription, _super); function DataAnnotationSliceLayerDescription() { var _this = _super.call(this) || this; _this.kf = null; _this.ke = null; _this.kb = null; _this.ka = null; _this.kd = null; _this.kc = null; return _this; } DataAnnotationSliceLayerDescription.prototype.get_type = function () { return "DataAnnotationSliceLayer"; }; Object.defineProperty(DataAnnotationSliceLayerDescription.prototype, "annotationValueMemberPath", { get: function () { return this.kf; }, set: function (a) { this.kf = a; this.j("AnnotationValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationSliceLayerDescription.prototype, "annotationLabelMemberPath", { get: function () { return this.ke; }, set: function (a) { this.ke = a; this.j("AnnotationLabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationSliceLayerDescription.prototype, "annotationBadgeEnabledMemberPath", { get: function () { return this.kb; }, set: function (a) { this.kb = a; this.j("AnnotationBadgeEnabledMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationSliceLayerDescription.prototype, "annotationBadgeBackgroundMemberPath", { get: function () { return this.ka; }, set: function (a) { this.ka = a; this.j("AnnotationBadgeBackgroundMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationSliceLayerDescription.prototype, "annotationBadgeOutlineMemberPath", { get: function () { return this.kd; }, set: function (a) { this.kd = a; this.j("AnnotationBadgeOutlineMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationSliceLayerDescription.prototype, "annotationBadgeImageMemberPath", { get: function () { return this.kc; }, set: function (a) { this.kc = a; this.j("AnnotationBadgeImageMemberPath"); }, enumerable: false, configurable: true }); DataAnnotationSliceLayerDescription.$t = markType(DataAnnotationSliceLayerDescription, 'DataAnnotationSliceLayerDescription', DataAnnotationShapeLayerDescription.$); return DataAnnotationSliceLayerDescription; }(DataAnnotationShapeLayerDescription)); export { DataAnnotationSliceLayerDescription };