UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

657 lines (656 loc) 19.9 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 { __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.be = null; _this.k = null; _this.bh = null; _this.a2 = null; _this.bl = null; _this.a7 = null; _this.af = 0; _this.ah = 0; _this.ag = 0; _this.ae = 0; _this.x = 0; _this.z = 0; _this.y = 0; _this.w = 0; _this.aj = 0; _this.al = 0; _this.ak = 0; _this.ai = 0; _this.a4 = null; _this.a3 = null; _this.a8 = null; _this.bt = null; _this.bc = null; _this.bs = null; _this.bb = null; _this.bq = null; _this.a9 = null; _this.p = 0; _this.bp = null; _this.bv = null; _this.br = null; _this.ba = null; _this.bu = null; _this.bd = null; _this.m = false; _this.bf = null; _this.a5 = null; _this.bg = null; _this.a6 = null; _this.ad = 0; _this.ab = 0; _this.ac = 0; _this.aa = 0; _this.r = 0; _this.o = 0; _this.bm = null; _this.q = 0; _this.bn = null; _this.bo = null; _this.bj = null; _this.bk = null; _this.bi = 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.be; }, set: function (a) { this.be = a; this.j("Background"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "conditionalStyles", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("ConditionalStyles"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "border", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("Border"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorder", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("ActivationBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorder", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("ErrorBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualBorder", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("ActualBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "borderLeftWidth", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("BorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "borderTopWidth", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("BorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "borderRightWidth", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("BorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "borderBottomWidth", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("BorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderLeftWidth", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("ActivationBorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderTopWidth", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("ActivationBorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderRightWidth", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("ActivationBorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "activationBorderBottomWidth", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("ActivationBorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderLeftWidth", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("ErrorBorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderTopWidth", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("ErrorBorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderRightWidth", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("ErrorBorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "errorBorderBottomWidth", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("ErrorBorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualBackground", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("ActualBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualActivationBorder", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("ActualActivationBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualErrorBorder", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("ActualErrorBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "stickyRowBackground", { get: function () { return this.bt; }, set: function (a) { this.bt = a; this.j("StickyRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualStickyRowBackground", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("ActualStickyRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "pinnedRowBackground", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.j("PinnedRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualPinnedRowBackground", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("ActualPinnedRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "lastStickyRowBackground", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.j("LastStickyRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualLastStickyRowBackground", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("ActualLastStickyRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "contentOpacity", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("ContentOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "horizontalAlignment", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.j("HorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "verticalAlignment", { get: function () { return this.bv; }, set: function (a) { this.bv = a; this.j("VerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "lineBreakMode", { get: function () { return this.br; }, set: function (a) { this.br = a; this.j("LineBreakMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualLineBreakMode", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("ActualLineBreakMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "textColor", { get: function () { return this.bu; }, set: function (a) { this.bu = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualTextColor", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("ActualTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "isBarSupported", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("IsBarSupported"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "barBackground", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("BarBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualBarBackground", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("ActualBarBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "barOutline", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("BarOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualBarOutline", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("ActualBarOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "barStrokeThickness", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("BarStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualBarStrokeThickness", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("ActualBarStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "barCornerRadius", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("BarCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualBarCornerRadius", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("ActualBarCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "pinnedRowOpacity", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("PinnedRowOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "actualPinnedRowOpacity", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("ActualPinnedRowOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "fontFamily", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.j("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "fontSize", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "fontStyle", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.j("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "fontWeight", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.j("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "dataBindingRef", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("DataBindingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "dataBoundRef", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("DataBoundRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DefinitionBaseDescription.prototype, "cellStyleKeyRequestedRef", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("CellStyleKeyRequestedRef"); }, enumerable: false, configurable: true }); DefinitionBaseDescription.$t = markType(DefinitionBaseDescription, 'DefinitionBaseDescription', Description.$); return DefinitionBaseDescription; }(Description)); export { DefinitionBaseDescription };