UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

291 lines (290 loc) 8.56 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => { class GridConditionalStylePropertyDescription extends Description { constructor() { super(); this.a3 = null; this.a0 = null; this.aw = null; this.a1 = null; this.q = null; this.as = null; this.m = null; this.s = null; this.ay = null; this.o = null; this.r = null; this.au = null; this.n = null; this.t = null; this.a4 = null; this.p = null; this.ak = 0; this.am = 0; this.ae = false; this.ai = new Date(); this.ac = null; this.ao = null; this.a2 = null; this.aq = null; this.af = false; this.ax = null; this.at = null; this.az = null; this.av = null; this.a5 = null; this.k = null; this.a6 = null; this.ar = null; } get_type() { return "GridConditionalStyleProperty"; } get type() { return this.get_type(); } get stylingType() { return this.a3; } set stylingType(a) { this.a3 = a; this.j("StylingType"); } get minimumType() { return this.a0; } set minimumType(a) { this.a0 = a; this.j("MinimumType"); } get maximumType() { return this.aw; } set maximumType(a) { this.aw = a; this.j("MaximumType"); } get propertyName() { return this.a1; } set propertyName(a) { this.a1 = a; this.j("PropertyName"); } get inputValueExpression() { return this.q; } set inputValueExpression(a) { this.q = a; this.j("InputValueExpression"); } get inputValueExpressionString() { return this.as; } set inputValueExpressionString(a) { this.as = a; this.j("InputValueExpressionString"); } get actualInputValueExpression() { return this.m; } set actualInputValueExpression(a) { this.m = a; this.j("ActualInputValueExpression"); } get minimumInputValueExpression() { return this.s; } set minimumInputValueExpression(a) { this.s = a; this.j("MinimumInputValueExpression"); } get minimumInputValueExpressionString() { return this.ay; } set minimumInputValueExpressionString(a) { this.ay = a; this.j("MinimumInputValueExpressionString"); } get actualMinimumInputValueExpression() { return this.o; } set actualMinimumInputValueExpression(a) { this.o = a; this.j("ActualMinimumInputValueExpression"); } get maximumInputValueExpression() { return this.r; } set maximumInputValueExpression(a) { this.r = a; this.j("MaximumInputValueExpression"); } get maximumInputValueExpressionString() { return this.au; } set maximumInputValueExpressionString(a) { this.au = a; this.j("MaximumInputValueExpressionString"); } get actualMaximumInputValueExpression() { return this.n; } set actualMaximumInputValueExpression(a) { this.n = a; this.j("ActualMaximumInputValueExpression"); } get sumInputValueExpression() { return this.t; } set sumInputValueExpression(a) { this.t = a; this.j("SumInputValueExpression"); } get sumInputValueExpressionString() { return this.a4; } set sumInputValueExpressionString(a) { this.a4 = a; this.j("SumInputValueExpressionString"); } get actualSumInputValueExpression() { return this.p; } set actualSumInputValueExpression(a) { this.p = a; this.j("ActualSumInputValueExpression"); } get doubleValue() { return this.ak; } set doubleValue(a) { this.ak = a; this.j("DoubleValue"); } get intValue() { return this.am; } set intValue(a) { this.am = a; this.j("IntValue"); } get boolValue() { return this.ae; } set boolValue(a) { this.ae = a; this.j("BoolValue"); } get dateValue() { return this.ai; } set dateValue(a) { this.ai = a; this.j("DateValue"); } get fontValue() { return this.ac; } set fontValue(a) { this.ac = a; this.j("FontValue"); } get objectValue() { return this.ao; } set objectValue(a) { this.ao = a; this.j("ObjectValue"); } get stringValue() { return this.a2; } set stringValue(a) { this.a2 = a; this.j("StringValue"); } get brushValue() { return this.aq; } set brushValue(a) { this.aq = a; this.j("BrushValue"); } get shouldSetValue() { return this.af; } set shouldSetValue(a) { this.af = a; this.j("ShouldSetValue"); } get minimumColor() { return this.ax; } set minimumColor(a) { this.ax = a; this.j("MinimumColor"); } get maximumColor() { return this.at; } set maximumColor(a) { this.at = a; this.j("MaximumColor"); } get minimumInputValueRef() { return this.az; } set minimumInputValueRef(a) { this.az = a; this.j("MinimumInputValueRef"); } get maximumInputValueRef() { return this.av; } set maximumInputValueRef(a) { this.av = a; this.j("MaximumInputValueRef"); } get sumInputValueRef() { return this.a5; } set sumInputValueRef(a) { this.a5 = a; this.j("SumInputValueRef"); } get colorCollection() { return this.k; } set colorCollection(a) { this.k = a; this.j("ColorCollection"); } get valueCollectionRef() { return this.a6; } set valueCollectionRef(a) { this.a6 = a; this.j("ValueCollectionRef"); } get filterStringErrorsParsingRef() { return this.ar; } set filterStringErrorsParsingRef(a) { this.ar = a; this.j("FilterStringErrorsParsingRef"); } } GridConditionalStylePropertyDescription.$t = markType(GridConditionalStylePropertyDescription, 'GridConditionalStylePropertyDescription', Description.$); return GridConditionalStylePropertyDescription; })();