UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

1,475 lines (1,474 loc) 42.7 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 CellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CellInfoDescription, _super); function CellInfoDescription() { var _this = _super.call(this) || this; _this.ew = null; _this.cn = 0; _this.ab = false; _this.af = false; _this.p = false; _this.n = false; _this.z = false; _this.ag = false; _this.q = false; _this.aa = false; _this.k = null; _this.v = false; _this.ac = false; _this.ad = false; _this.y_1 = false; _this.u = false; _this.cu = 0; _this.er = null; _this.bk = 0; _this.bl = 0; _this.cz = 0; _this.c0 = 0; _this.a7 = 0; _this.a5 = 0; _this.a2 = 0; _this.ba = 0; _this.a4 = 0; _this.ct = 0; _this.c1 = 0; _this.ae = false; _this.bc = 0; _this.a1 = 0; _this.a9 = 0; _this.w = false; _this.ei = null; _this.e9 = null; _this.d6 = null; _this.d7 = null; _this.d0 = null; _this.d1 = null; _this.dz = null; _this.ed = null; _this.es = null; _this.ej = null; _this.ek = null; _this.eu = null; _this.ev = null; _this.ep = null; _this.el = null; _this.ee = null; _this.bb = 0; _this.en = null; _this.eq = null; _this.e8 = null; _this.e6 = null; _this.d5 = null; _this.d8 = null; _this.ef = null; _this.a8 = 0; _this.eg = null; _this.eh = null; _this.d2 = null; _this.a3 = 0; _this.d3 = null; _this.d4 = null; _this.e1 = null; _this.e2 = null; _this.e3 = null; _this.bi = 0; _this.e4 = null; _this.e5 = null; _this.ez = null; _this.ex = null; _this.e0 = null; _this.ey = null; _this.be = 0; _this.bf = 0; _this.bg = 0; _this.bd = 0; _this.bh = 0; _this.e7 = null; _this.em = null; _this.bj = 0; _this.cw = 0; _this.cy = 0; _this.cx = 0; _this.cv = 0; _this.cg = 0; _this.ci = 0; _this.ch = 0; _this.cf = 0; _this.ck = 0; _this.cm = 0; _this.cl = 0; _this.cj = 0; _this.b8 = 0; _this.ca = 0; _this.b9 = 0; _this.b7 = 0; _this.cq = 0; _this.cs = 0; _this.cr = 0; _this.cp = 0; _this.cc = 0; _this.ce = 0; _this.cd = 0; _this.cb = 0; _this.et = null; _this.t = false; _this.o = false; _this.eo = null; _this.ea = null; _this.a6 = 0; _this.eb = null; _this.ec = null; _this.s = false; _this.r = false; _this.d9 = null; _this.x_1 = false; _this.co = 0; return _this; } CellInfoDescription.prototype.get_type = function () { return "CellInfo"; }; Object.defineProperty(CellInfoDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "styleKey", { get: function () { return this.ew; }, set: function (a) { this.ew = a; this.j("StyleKey"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "dataRow", { get: function () { return this.cn; }, set: function (a) { this.cn = a; this.j("DataRow"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isPositionDirty", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("IsPositionDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isSizeDirty", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("IsSizeDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isContentDirty", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("IsContentDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isBorderDirty", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("IsBorderDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isLayerDirty", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("IsLayerDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isStateDirty", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("IsStateDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isDataDirty", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("IsDataDirty"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isPlaceholdContentNeeded", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("IsPlaceholdContentNeeded"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actionManager", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("ActionManager"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isHitTestVisible", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("IsHitTestVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isRowPinned", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("IsRowPinned"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isRowSticky", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("IsRowSticky"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isLastStickyRow", { get: function () { return this.y_1; }, set: function (a) { this.y_1 = a; this.j("IsLastStickyRow"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isFilterRow", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("IsFilterRow"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "indent", { get: function () { return this.cu; }, set: function (a) { this.cu = a; this.j("Indent"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "rowItemRef", { get: function () { return this.er; }, set: function (a) { this.er = a; this.j("RowItemRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "x", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("X"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "y", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("Y"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "snappedX", { get: function () { return this.cz; }, set: function (a) { this.cz = a; this.j("SnappedX"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "snappedY", { get: function () { return this.c0; }, set: function (a) { this.c0 = a; this.j("SnappedY"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editOpacity", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("EditOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "contentOpacity", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("ContentOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualContentOpacity", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("ActualContentOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "opacity", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("Opacity"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualOpacity", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("ActualOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "height", { get: function () { return this.ct; }, set: function (a) { this.ct = a; this.j("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "width", { get: function () { return this.c1; }, set: function (a) { this.c1 = a; this.j("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isSelected", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("IsSelected"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "selectedStatus", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("SelectedStatus"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "activationStatus", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("ActivationStatus"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "hoverStatus", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("HoverStatus"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isHoverable", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("IsHoverable"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "horizontalAlignment", { get: function () { return this.ei; }, set: function (a) { this.ei = a; this.j("HorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "verticalAlignment", { get: function () { return this.e9; }, set: function (a) { this.e9 = a; this.j("VerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "background", { get: function () { return this.d6; }, set: function (a) { this.d6 = a; this.j("Background"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "border", { get: function () { return this.d7; }, set: function (a) { this.d7 = a; this.j("Border"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualBackground", { get: function () { return this.d0; }, set: function (a) { this.d0 = a; this.j("ActualBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualBorder", { get: function () { return this.d1; }, set: function (a) { this.d1 = a; this.j("ActualBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "activationBorder", { get: function () { return this.dz; }, set: function (a) { this.dz = a; this.j("ActivationBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "errorBorder", { get: function () { return this.ed; }, set: function (a) { this.ed = a; this.j("ErrorBorder"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "selectedBackground", { get: function () { return this.es; }, set: function (a) { this.es = a; this.j("SelectedBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "hoverBackground", { get: function () { return this.ej; }, set: function (a) { this.ej = a; this.j("HoverBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "hoverTextColor", { get: function () { return this.ek; }, set: function (a) { this.ek = a; this.j("HoverTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "sortIndicatorColor", { get: function () { return this.eu; }, set: function (a) { this.eu = a; this.j("SortIndicatorColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "stickyRowBackground", { get: function () { return this.ev; }, set: function (a) { this.ev = a; this.j("StickyRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "pinnedRowBackground", { get: function () { return this.ep; }, set: function (a) { this.ep = a; this.j("PinnedRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "lastStickyRowBackground", { get: function () { return this.el; }, set: function (a) { this.el = a; this.j("LastStickyRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "filterRowBackground", { get: function () { return this.ee; }, set: function (a) { this.ee = a; this.j("FilterRowBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "pinnedRowOpacity", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("PinnedRowOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "originalValueRef", { get: function () { return this.en; }, set: function (a) { this.en = a; this.j("OriginalValueRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "renderValue", { get: function () { return this.eq; }, set: function (a) { this.eq = a; this.j("RenderValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "userFormattedValue", { get: function () { return this.e8; }, set: function (a) { this.e8 = a; this.j("UserFormattedValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "textColor", { get: function () { return this.e6; }, set: function (a) { this.e6 = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualTextColor", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.j("ActualTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "deletedTextColor", { get: function () { return this.d8; }, set: function (a) { this.d8 = a; this.j("DeletedTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "fontFamily", { get: function () { return this.ef; }, set: function (a) { this.ef = a; this.j("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "fontSize", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "fontStyle", { get: function () { return this.eg; }, set: function (a) { this.eg = a; this.j("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "fontWeight", { get: function () { return this.eh; }, set: function (a) { this.eh = a; this.j("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualFontFamily", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.j("ActualFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualFontSize", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("ActualFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualFontStyle", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.j("ActualFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualFontWeight", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.j("ActualFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixText", { get: function () { return this.e1; }, set: function (a) { this.e1 = a; this.j("SuffixText"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixTextColor", { get: function () { return this.e2; }, set: function (a) { this.e2 = a; this.j("SuffixTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixTextFontFamily", { get: function () { return this.e3; }, set: function (a) { this.e3 = a; this.j("SuffixTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixTextFontSize", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("SuffixTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixTextFontStyle", { get: function () { return this.e4; }, set: function (a) { this.e4 = a; this.j("SuffixTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixTextFontWeight", { get: function () { return this.e5; }, set: function (a) { this.e5 = a; this.j("SuffixTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconName", { get: function () { return this.ez; }, set: function (a) { this.ez = a; this.j("SuffixIconName"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconCollectionName", { get: function () { return this.ex; }, set: function (a) { this.ex = a; this.j("SuffixIconCollectionName"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconStroke", { get: function () { return this.e0; }, set: function (a) { this.e0 = a; this.j("SuffixIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconFill", { get: function () { return this.ey; }, set: function (a) { this.ey = a; this.j("SuffixIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconViewBoxLeft", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("SuffixIconViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconViewBoxTop", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("SuffixIconViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconViewBoxWidth", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("SuffixIconViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixIconViewBoxHeight", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("SuffixIconViewBoxHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "suffixMargin", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("SuffixMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "textDecoration", { get: function () { return this.e7; }, set: function (a) { this.e7 = a; this.j("TextDecoration"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "lineBreakMode", { get: function () { return this.em; }, set: function (a) { this.em = a; this.j("LineBreakMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "virtualizationPercentage", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("VirtualizationPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "paddingLeft", { get: function () { return this.cw; }, set: function (a) { this.cw = a; this.j("PaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "paddingTop", { get: function () { return this.cy; }, set: function (a) { this.cy = a; this.j("PaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "paddingRight", { get: function () { return this.cx; }, set: function (a) { this.cx = a; this.j("PaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "paddingBottom", { get: function () { return this.cv; }, set: function (a) { this.cv = a; this.j("PaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualPaddingLeft", { get: function () { return this.cg; }, set: function (a) { this.cg = a; this.j("ActualPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualPaddingTop", { get: function () { return this.ci; }, set: function (a) { this.ci = a; this.j("ActualPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualPaddingRight", { get: function () { return this.ch; }, set: function (a) { this.ch = a; this.j("ActualPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualPaddingBottom", { get: function () { return this.cf; }, set: function (a) { this.cf = a; this.j("ActualPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "borderLeftWidth", { get: function () { return this.ck; }, set: function (a) { this.ck = a; this.j("BorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "borderTopWidth", { get: function () { return this.cm; }, set: function (a) { this.cm = a; this.j("BorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "borderRightWidth", { get: function () { return this.cl; }, set: function (a) { this.cl = a; this.j("BorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "borderBottomWidth", { get: function () { return this.cj; }, set: function (a) { this.cj = a; this.j("BorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "activationBorderLeftWidth", { get: function () { return this.b8; }, set: function (a) { this.b8 = a; this.j("ActivationBorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "activationBorderTopWidth", { get: function () { return this.ca; }, set: function (a) { this.ca = a; this.j("ActivationBorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "activationBorderRightWidth", { get: function () { return this.b9; }, set: function (a) { this.b9 = a; this.j("ActivationBorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "activationBorderBottomWidth", { get: function () { return this.b7; }, set: function (a) { this.b7 = a; this.j("ActivationBorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "errorBorderLeftWidth", { get: function () { return this.cq; }, set: function (a) { this.cq = a; this.j("ErrorBorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "errorBorderTopWidth", { get: function () { return this.cs; }, set: function (a) { this.cs = a; this.j("ErrorBorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "errorBorderRightWidth", { get: function () { return this.cr; }, set: function (a) { this.cr = a; this.j("ErrorBorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "errorBorderBottomWidth", { get: function () { return this.cp; }, set: function (a) { this.cp = a; this.j("ErrorBorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualBorderLeftWidth", { get: function () { return this.cc; }, set: function (a) { this.cc = a; this.j("ActualBorderLeftWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualBorderTopWidth", { get: function () { return this.ce; }, set: function (a) { this.ce = a; this.j("ActualBorderTopWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualBorderRightWidth", { get: function () { return this.cd; }, set: function (a) { this.cd = a; this.j("ActualBorderRightWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "actualBorderBottomWidth", { get: function () { return this.cb; }, set: function (a) { this.cb = a; this.j("ActualBorderBottomWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "sortDirection", { get: function () { return this.et; }, set: function (a) { this.et = a; this.j("SortDirection"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isExpanded", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("IsExpanded"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isCollapsable", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("IsCollapsable"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "pinned", { get: function () { return this.eo; }, set: function (a) { this.eo = a; this.j("Pinned"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editFontFamily", { get: function () { return this.ea; }, set: function (a) { this.ea = a; this.j("EditFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editFontSize", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("EditFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editFontStyle", { get: function () { return this.eb; }, set: function (a) { this.eb = a; this.j("EditFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editFontWeight", { get: function () { return this.ec; }, set: function (a) { this.ec = a; this.j("EditFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isEdited", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("IsEdited"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isDeleted", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("IsDeleted"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editError", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.j("EditError"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "isInEditMode", { get: function () { return this.x_1; }, set: function (a) { this.x_1 = a; this.j("IsInEditMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CellInfoDescription.prototype, "editID", { get: function () { return this.co; }, set: function (a) { this.co = a; this.j("EditID"); }, enumerable: false, configurable: true }); CellInfoDescription.$t = markType(CellInfoDescription, 'CellInfoDescription', Description.$); CellInfoDescription.__marshalByValue = true; CellInfoDescription.__marshalByValueAlias = "CellModel"; return CellInfoDescription; }(Description)); export { CellInfoDescription };