UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

122 lines (121 loc) 3.83 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 { UserShapeAnnotationDescription } from "./UserShapeAnnotationDescription"; import { markType } from "./type"; /** * @hidden */ export let UserStripAnnotationDescription = /*@__PURE__*/ (() => { class UserStripAnnotationDescription extends UserShapeAnnotationDescription { constructor() { super(); this.ct = 0; this.c2 = null; this.c5 = null; this.c3 = null; this.c4 = null; this.cs = 0; this.cx = null; this.c0 = null; this.cy = null; this.cz = null; this.c6 = null; this.c1 = null; } get_type() { return "UserStripAnnotation"; } get startValue() { return this.ct; } set startValue(a) { this.ct = a; this.j("StartValue"); } get startLabel() { return this.c2; } set startLabel(a) { this.c2 = a; this.j("StartLabel"); } get startLabelColor() { return this.c5; } set startLabelColor(a) { this.c5 = a; this.j("StartLabelColor"); } get startLabelBackground() { return this.c3; } set startLabelBackground(a) { this.c3 = a; this.j("StartLabelBackground"); } get startLabelBorderColor() { return this.c4; } set startLabelBorderColor(a) { this.c4 = a; this.j("StartLabelBorderColor"); } get endValue() { return this.cs; } set endValue(a) { this.cs = a; this.j("EndValue"); } get endLabel() { return this.cx; } set endLabel(a) { this.cx = a; this.j("EndLabel"); } get endLabelColor() { return this.c0; } set endLabelColor(a) { this.c0 = a; this.j("EndLabelColor"); } get endLabelBackground() { return this.cy; } set endLabelBackground(a) { this.cy = a; this.j("EndLabelBackground"); } get endLabelBorderColor() { return this.cz; } set endLabelBorderColor(a) { this.cz = a; this.j("EndLabelBorderColor"); } get startValueDisplayMode() { return this.c6; } set startValueDisplayMode(a) { this.c6 = a; this.j("StartValueDisplayMode"); } get endValueDisplayMode() { return this.c1; } set endValueDisplayMode(a) { this.c1 = a; this.j("EndValueDisplayMode"); } } UserStripAnnotationDescription.$t = markType(UserStripAnnotationDescription, 'UserStripAnnotationDescription', UserShapeAnnotationDescription.$); UserStripAnnotationDescription.__marshalByValue3 = true; UserStripAnnotationDescription.__marshalByValueAlias3 = "UserStripAnnotation"; return UserStripAnnotationDescription; })();