igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
429 lines (428 loc) • 13.9 kB
JavaScript
/*
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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var GridConditionalStylePropertyDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(GridConditionalStylePropertyDescription, _super);
function GridConditionalStylePropertyDescription() {
var _this = _super.call(this) || this;
_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;
return _this;
}
GridConditionalStylePropertyDescription.prototype.get_type = function () {
return "GridConditionalStyleProperty";
};
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "stylingType", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.j("StylingType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumType", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("MinimumType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumType", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("MaximumType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "propertyName", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.j("PropertyName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "inputValueExpression", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("InputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "inputValueExpressionString", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("InputValueExpressionString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "actualInputValueExpression", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("ActualInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumInputValueExpression", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("MinimumInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumInputValueExpressionString", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("MinimumInputValueExpressionString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "actualMinimumInputValueExpression", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("ActualMinimumInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumInputValueExpression", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("MaximumInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumInputValueExpressionString", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("MaximumInputValueExpressionString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "actualMaximumInputValueExpression", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("ActualMaximumInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "sumInputValueExpression", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("SumInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "sumInputValueExpressionString", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.j("SumInputValueExpressionString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "actualSumInputValueExpression", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("ActualSumInputValueExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "doubleValue", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("DoubleValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "intValue", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("IntValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "boolValue", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("BoolValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "dateValue", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("DateValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "fontValue", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("FontValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "objectValue", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ObjectValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "stringValue", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.j("StringValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "brushValue", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("BrushValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "shouldSetValue", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("ShouldSetValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumColor", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("MinimumColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumColor", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("MaximumColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumInputValueRef", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("MinimumInputValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumInputValueRef", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("MaximumInputValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "sumInputValueRef", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.j("SumInputValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "colorCollection", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("ColorCollection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "valueCollectionRef", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.j("ValueCollectionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "filterStringErrorsParsingRef", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("FilterStringErrorsParsingRef");
},
enumerable: false,
configurable: true
});
GridConditionalStylePropertyDescription.$t = markType(GridConditionalStylePropertyDescription, 'GridConditionalStylePropertyDescription', Description.$);
return GridConditionalStylePropertyDescription;
}(Description));
export { GridConditionalStylePropertyDescription };