igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
537 lines (536 loc) • 16.3 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 DefinitionBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DefinitionBaseDescription, _super);
function DefinitionBaseDescription() {
var _this = _super.call(this) || this;
_this.av = null;
_this.aw = null;
_this.al = null;
_this.a0 = null;
_this.ao = null;
_this.s = 0;
_this.u = 0;
_this.t = 0;
_this.r = 0;
_this.o = 0;
_this.q = 0;
_this.p = 0;
_this.n = 0;
_this.w = 0;
_this.y = 0;
_this.x = 0;
_this.v = 0;
_this.an = null;
_this.am = null;
_this.ap = null;
_this.a8 = null;
_this.at = null;
_this.a7 = null;
_this.as = null;
_this.a5 = null;
_this.aq = null;
_this.g = 0;
_this.a4 = null;
_this.ba = null;
_this.a6 = null;
_this.ar = null;
_this.a9 = null;
_this.au = null;
_this.i = 0;
_this.f = 0;
_this.a1 = null;
_this.h = 0;
_this.a2 = null;
_this.a3 = null;
_this.ay = null;
_this.az = null;
_this.ax = null;
return _this;
}
DefinitionBaseDescription.prototype.get_type = function () {
return "DefinitionBase";
};
Object.defineProperty(DefinitionBaseDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "background", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.e("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "border", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.e("Border");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorder", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.e("ActivationBorder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorder", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.e("ErrorBorder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualBorder", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.e("ActualBorder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "borderLeftWidth", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.e("BorderLeftWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "borderTopWidth", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.e("BorderTopWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "borderRightWidth", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.e("BorderRightWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "borderBottomWidth", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.e("BorderBottomWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderLeftWidth", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.e("ActivationBorderLeftWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderTopWidth", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.e("ActivationBorderTopWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderRightWidth", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.e("ActivationBorderRightWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderBottomWidth", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.e("ActivationBorderBottomWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderLeftWidth", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.e("ErrorBorderLeftWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderTopWidth", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.e("ErrorBorderTopWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderRightWidth", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.e("ErrorBorderRightWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderBottomWidth", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.e("ErrorBorderBottomWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualBackground", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.e("ActualBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualActivationBorder", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.e("ActualActivationBorder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualErrorBorder", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.e("ActualErrorBorder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "stickyRowBackground", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.e("StickyRowBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualStickyRowBackground", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.e("ActualStickyRowBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "pinnedRowBackground", {
get: function () {
return this.a7;
},
set: function (a) {
this.a7 = a;
this.e("PinnedRowBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualPinnedRowBackground", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.e("ActualPinnedRowBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "lastStickyRowBackground", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.e("LastStickyRowBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualLastStickyRowBackground", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.e("ActualLastStickyRowBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "contentOpacity", {
get: function () {
return this.g;
},
set: function (a) {
this.g = a;
this.e("ContentOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "horizontalAlignment", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.e("HorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "verticalAlignment", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.e("VerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "lineBreakMode", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.e("LineBreakMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualLineBreakMode", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.e("ActualLineBreakMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "textColor", {
get: function () {
return this.a9;
},
set: function (a) {
this.a9 = a;
this.e("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualTextColor", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.e("ActualTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "pinnedRowOpacity", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.e("PinnedRowOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "actualPinnedRowOpacity", {
get: function () {
return this.f;
},
set: function (a) {
this.f = a;
this.e("ActualPinnedRowOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "fontFamily", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.e("FontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "fontSize", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.e("FontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "fontStyle", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.e("FontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "fontWeight", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.e("FontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "dataBindingRef", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.e("DataBindingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "dataBoundRef", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.e("DataBoundRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DefinitionBaseDescription.prototype, "cellStyleKeyRequestedRef", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.e("CellStyleKeyRequestedRef");
},
enumerable: false,
configurable: true
});
DefinitionBaseDescription.$t = markType(DefinitionBaseDescription, 'DefinitionBaseDescription', Description.$);
return DefinitionBaseDescription;
}(Description));
export { DefinitionBaseDescription };