UNPKG

igniteui-react-core

Version:
88 lines (87 loc) 2.94 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 { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription"; import { markType } from "./type"; /** * @hidden */ export let DataAnnotationStripLayerDescription = /*@__PURE__*/ (() => { class DataAnnotationStripLayerDescription extends DataAnnotationRangeLayerDescription { get_type() { return "DataAnnotationStripLayer"; } constructor() { super(); this.kc = null; this.kb = null; this.ka = null; this.j9 = null; this.j8 = null; this.j7 = null; this.j6 = null; this.j5 = null; } get startValueMemberPath() { return this.kc; } set startValueMemberPath(a) { this.kc = a; this.g("StartValueMemberPath"); } get startLabelMemberPath() { return this.kb; } set startLabelMemberPath(a) { this.kb = a; this.g("StartLabelMemberPath"); } get startLabelDisplayMode() { return this.ka; } set startLabelDisplayMode(a) { this.ka = a; this.g("StartLabelDisplayMode"); } get endValueMemberPath() { return this.j9; } set endValueMemberPath(a) { this.j9 = a; this.g("EndValueMemberPath"); } get endLabelMemberPath() { return this.j8; } set endLabelMemberPath(a) { this.j8 = a; this.g("EndLabelMemberPath"); } get endLabelDisplayMode() { return this.j7; } set endLabelDisplayMode(a) { this.j7 = a; this.g("EndLabelDisplayMode"); } get centerLabelMemberPath() { return this.j6; } set centerLabelMemberPath(a) { this.j6 = a; this.g("CenterLabelMemberPath"); } get centerLabelDisplayMode() { return this.j5; } set centerLabelDisplayMode(a) { this.j5 = a; this.g("CenterLabelDisplayMode"); } } DataAnnotationStripLayerDescription.$t = /*@__PURE__*/ markType(DataAnnotationStripLayerDescription, 'DataAnnotationStripLayerDescription', DataAnnotationRangeLayerDescription.$); return DataAnnotationStripLayerDescription; })();