igniteui-react-core
Version:
Ignite UI React Core.
1,324 lines (1,323 loc) • 39.4 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 { DefinitionBaseDescription } from "./DefinitionBaseDescription";
import { markType } from "./type";
/**
* @hidden
*/
var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataGridColumnDescription, _super);
function DataGridColumnDescription() {
var _this = _super.call(this) || this;
_this.es = 0;
_this.eu = 0;
_this.et = 0;
_this.er = 0;
_this.gd = null;
_this.gg = null;
_this.fk = null;
_this.gn = null;
_this.fo = null;
_this.go = null;
_this.fp = null;
_this.gl = null;
_this.fm = null;
_this.gm = null;
_this.fn = null;
_this.cz = null;
_this.cv = null;
_this.d2 = 0;
_this.dd = false;
_this.c7 = false;
_this.ct = null;
_this.cx = null;
_this.c1 = null;
_this.dc = false;
_this.df = false;
_this.dg = false;
_this.de = false;
_this.dh = false;
_this.gp = null;
_this.gk = null;
_this.fc = null;
_this.f2 = null;
_this.fe = null;
_this.f4 = null;
_this.f3 = null;
_this.fd = null;
_this.c4 = false;
_this.c8 = false;
_this.c6 = false;
_this.da = false;
_this.c5 = false;
_this.c9 = false;
_this.e7 = null;
_this.fr = null;
_this.fg = null;
_this.f6 = null;
_this.fs = null;
_this.dy = 0;
_this.ft = null;
_this.fu = null;
_this.fb = null;
_this.f1 = null;
_this.fh = null;
_this.f7 = null;
_this.fi = null;
_this.f8 = null;
_this.fa = null;
_this.f0 = null;
_this.ff = null;
_this.f5 = null;
_this.e8 = null;
_this.fv = null;
_this.e9 = null;
_this.fz = null;
_this.fw = null;
_this.dz = 0;
_this.fx = null;
_this.fy = null;
_this.e6 = null;
_this.fq = null;
_this.el = 0;
_this.em = 0;
_this.db = false;
_this.f9 = null;
_this.fj = null;
_this.d1 = 0;
_this.dx = 0;
_this.ga = null;
_this.d0 = 0;
_this.gb = null;
_this.gc = null;
_this.gi = null;
_this.gh = null;
_this.gj = null;
_this.eo = 0;
_this.eq = 0;
_this.ep = 0;
_this.en = 0;
_this.ge = null;
_this.cr = null;
_this.gu = null;
_this.gv = null;
_this.gw = null;
_this.d8 = 0;
_this.gx = null;
_this.gy = null;
_this.gs = null;
_this.gq = null;
_this.gt = null;
_this.gr = null;
_this.d4 = 0;
_this.d5 = 0;
_this.d6 = 0;
_this.d3 = 0;
_this.d7 = 0;
_this.gz = null;
_this.gf = null;
_this.fl = null;
return _this;
}
DataGridColumnDescription.prototype.get_type = function () {
return "DataGridColumn";
};
Object.defineProperty(DataGridColumnDescription.prototype, "paddingLeft", {
get: function () {
return this.es;
},
set: function (a) {
this.es = a;
this.j("PaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "paddingTop", {
get: function () {
return this.eu;
},
set: function (a) {
this.eu = a;
this.j("PaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "paddingRight", {
get: function () {
return this.et;
},
set: function (a) {
this.et = a;
this.j("PaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "paddingBottom", {
get: function () {
return this.er;
},
set: function (a) {
this.er = a;
this.j("PaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "field", {
get: function () {
return this.gd;
},
set: function (a) {
this.gd = a;
this.j("Field");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "headerText", {
get: function () {
return this.gg;
},
set: function (a) {
this.gg = a;
this.j("HeaderText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderText", {
get: function () {
return this.fk;
},
set: function (a) {
this.fk = a;
this.j("ActualHeaderText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "selectedBackground", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.j("SelectedBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualSelectedBackground", {
get: function () {
return this.fo;
},
set: function (a) {
this.fo = a;
this.j("ActualSelectedBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "selectedTextColor", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.j("SelectedTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualSelectedTextColor", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.j("ActualSelectedTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverBackground", {
get: function () {
return this.gl;
},
set: function (a) {
this.gl = a;
this.j("RowHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualHoverBackground", {
get: function () {
return this.fm;
},
set: function (a) {
this.fm = a;
this.j("ActualHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverTextColor", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.j("RowHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualRowHoverTextColor", {
get: function () {
return this.fn;
},
set: function (a) {
this.fn = a;
this.j("ActualRowHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "animationSettings", {
get: function () {
return this.cz;
},
set: function (a) {
this.cz = a;
this.j("AnimationSettings");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "width", {
get: function () {
return this.cv;
},
set: function (a) {
this.cv = a;
this.j("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "minWidth", {
get: function () {
return this.d2;
},
set: function (a) {
this.d2 = a;
this.j("MinWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isFromMarkup", {
get: function () {
return this.dd;
},
set: function (a) {
this.dd = a;
this.j("IsFromMarkup");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isAutoGenerated", {
get: function () {
return this.c7;
},
set: function (a) {
this.c7 = a;
this.j("IsAutoGenerated");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "filter", {
get: function () {
return this.ct;
},
set: function (a) {
this.ct = a;
this.j("Filter");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "filterExpression", {
get: function () {
return this.cx;
},
set: function (a) {
this.cx = a;
this.j("FilterExpression");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "header", {
get: function () {
return this.c1;
},
set: function (a) {
this.c1 = a;
this.j("Header");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isFilteringEnabled", {
get: function () {
return this.dc;
},
set: function (a) {
this.dc = a;
this.j("IsFilteringEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isResizingEnabled", {
get: function () {
return this.df;
},
set: function (a) {
this.df = a;
this.j("IsResizingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isSortingEnabled", {
get: function () {
return this.dg;
},
set: function (a) {
this.dg = a;
this.j("IsSortingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isHidden", {
get: function () {
return this.de;
},
set: function (a) {
this.de = a;
this.j("IsHidden");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "shouldRemoveWhenHidden", {
get: function () {
return this.dh;
},
set: function (a) {
this.dh = a;
this.j("ShouldRemoveWhenHidden");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "sortDirection", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.j("SortDirection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "pinned", {
get: function () {
return this.gk;
},
set: function (a) {
this.gk = a;
this.j("Pinned");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconAlignment", {
get: function () {
return this.fc;
},
set: function (a) {
this.fc = a;
this.j("ActualColumnOptionsIconAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconAlignment", {
get: function () {
return this.f2;
},
set: function (a) {
this.f2 = a;
this.j("ColumnOptionsIconAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconColor", {
get: function () {
return this.fe;
},
set: function (a) {
this.fe = a;
this.j("ActualColumnOptionsIconColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconColor", {
get: function () {
return this.f4;
},
set: function (a) {
this.f4 = a;
this.j("ColumnOptionsIconColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconBehavior", {
get: function () {
return this.f3;
},
set: function (a) {
this.f3 = a;
this.j("ColumnOptionsIconBehavior");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconBehavior", {
get: function () {
return this.fd;
},
set: function (a) {
this.fd = a;
this.j("ActualColumnOptionsIconBehavior");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualIsColumnOptionsEnabled", {
get: function () {
return this.c4;
},
set: function (a) {
this.c4 = a;
this.j("ActualIsColumnOptionsEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isColumnOptionsEnabled", {
get: function () {
return this.c8;
},
set: function (a) {
this.c8 = a;
this.j("IsColumnOptionsEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualIsColumnOptionsSummariesEnabled", {
get: function () {
return this.c6;
},
set: function (a) {
this.c6 = a;
this.j("ActualIsColumnOptionsSummariesEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isColumnOptionsSummariesEnabled", {
get: function () {
return this.da;
},
set: function (a) {
this.da = a;
this.j("IsColumnOptionsSummariesEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualIsColumnOptionsGroupingEnabled", {
get: function () {
return this.c5;
},
set: function (a) {
this.c5 = a;
this.j("ActualIsColumnOptionsGroupingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isColumnOptionsGroupingEnabled", {
get: function () {
return this.c9;
},
set: function (a) {
this.c9 = a;
this.j("IsColumnOptionsGroupingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsBackground", {
get: function () {
return this.e7;
},
set: function (a) {
this.e7 = a;
this.j("ActualColumnOptionsBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsBackground", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.j("ColumnOptionsBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsTextColor", {
get: function () {
return this.fg;
},
set: function (a) {
this.fg = a;
this.j("ActualColumnOptionsTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsTextColor", {
get: function () {
return this.f6;
},
set: function (a) {
this.f6 = a;
this.j("ColumnOptionsTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsFontFamily", {
get: function () {
return this.fs;
},
set: function (a) {
this.fs = a;
this.j("ColumnOptionsFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsFontSize", {
get: function () {
return this.dy;
},
set: function (a) {
this.dy = a;
this.j("ColumnOptionsFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsFontStyle", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.j("ColumnOptionsFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsFontWeight", {
get: function () {
return this.fu;
},
set: function (a) {
this.fu = a;
this.j("ColumnOptionsFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsHoverBackgroundColor", {
get: function () {
return this.fb;
},
set: function (a) {
this.fb = a;
this.j("ActualColumnOptionsHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsHoverBackgroundColor", {
get: function () {
return this.f1;
},
set: function (a) {
this.f1 = a;
this.j("ColumnOptionsHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsToolTipBackgroundColor", {
get: function () {
return this.fh;
},
set: function (a) {
this.fh = a;
this.j("ActualColumnOptionsToolTipBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsToolTipBackgroundColor", {
get: function () {
return this.f7;
},
set: function (a) {
this.f7 = a;
this.j("ColumnOptionsToolTipBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsToolTipTextColor", {
get: function () {
return this.fi;
},
set: function (a) {
this.fi = a;
this.j("ActualColumnOptionsToolTipTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsToolTipTextColor", {
get: function () {
return this.f8;
},
set: function (a) {
this.f8 = a;
this.j("ColumnOptionsToolTipTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsHighlightColor", {
get: function () {
return this.fa;
},
set: function (a) {
this.fa = a;
this.j("ActualColumnOptionsHighlightColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsHighlightColor", {
get: function () {
return this.f0;
},
set: function (a) {
this.f0 = a;
this.j("ColumnOptionsHighlightColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsSeparatorColor", {
get: function () {
return this.ff;
},
set: function (a) {
this.ff = a;
this.j("ActualColumnOptionsSeparatorColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsSeparatorColor", {
get: function () {
return this.f5;
},
set: function (a) {
this.f5 = a;
this.j("ColumnOptionsSeparatorColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsGroupHeaderBackground", {
get: function () {
return this.e8;
},
set: function (a) {
this.e8 = a;
this.j("ActualColumnOptionsGroupHeaderBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsGroupHeaderBackground", {
get: function () {
return this.fv;
},
set: function (a) {
this.fv = a;
this.j("ColumnOptionsGroupHeaderBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsGroupHeaderTextColor", {
get: function () {
return this.e9;
},
set: function (a) {
this.e9 = a;
this.j("ActualColumnOptionsGroupHeaderTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsGroupHeaderTextColor", {
get: function () {
return this.fz;
},
set: function (a) {
this.fz = a;
this.j("ColumnOptionsGroupHeaderTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsGroupHeaderFontFamily", {
get: function () {
return this.fw;
},
set: function (a) {
this.fw = a;
this.j("ColumnOptionsGroupHeaderFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsGroupHeaderFontSize", {
get: function () {
return this.dz;
},
set: function (a) {
this.dz = a;
this.j("ColumnOptionsGroupHeaderFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsGroupHeaderFontStyle", {
get: function () {
return this.fx;
},
set: function (a) {
this.fx = a;
this.j("ColumnOptionsGroupHeaderFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsGroupHeaderFontWeight", {
get: function () {
return this.fy;
},
set: function (a) {
this.fy = a;
this.j("ColumnOptionsGroupHeaderFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsAccentColor", {
get: function () {
return this.e6;
},
set: function (a) {
this.e6 = a;
this.j("ActualColumnOptionsAccentColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsAccentColor", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.j("ColumnOptionsAccentColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsRowHeight", {
get: function () {
return this.el;
},
set: function (a) {
this.el = a;
this.j("ActualColumnOptionsRowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsRowHeight", {
get: function () {
return this.em;
},
set: function (a) {
this.em = a;
this.j("ColumnOptionsRowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "isEditable", {
get: function () {
return this.db;
},
set: function (a) {
this.db = a;
this.j("IsEditable");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "deletedTextColor", {
get: function () {
return this.f9;
},
set: function (a) {
this.f9 = a;
this.j("DeletedTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualDeletedTextColor", {
get: function () {
return this.fj;
},
set: function (a) {
this.fj = a;
this.j("ActualDeletedTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editOpacity", {
get: function () {
return this.d1;
},
set: function (a) {
this.d1 = a;
this.j("EditOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualEditOpacity", {
get: function () {
return this.dx;
},
set: function (a) {
this.dx = a;
this.j("ActualEditOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontFamily", {
get: function () {
return this.ga;
},
set: function (a) {
this.ga = a;
this.j("EditFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontSize", {
get: function () {
return this.d0;
},
set: function (a) {
this.d0 = a;
this.j("EditFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontStyle", {
get: function () {
return this.gb;
},
set: function (a) {
this.gb = a;
this.j("EditFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontWeight", {
get: function () {
return this.gc;
},
set: function (a) {
this.gc = a;
this.j("EditFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellMode", {
get: function () {
return this.gi;
},
set: function (a) {
this.gi = a;
this.j("MergedCellMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellEvaluationCriteria", {
get: function () {
return this.gh;
},
set: function (a) {
this.gh = a;
this.j("MergedCellEvaluationCriteria");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellVerticalAlignment", {
get: function () {
return this.gj;
},
set: function (a) {
this.gj = a;
this.j("MergedCellVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingLeft", {
get: function () {
return this.eo;
},
set: function (a) {
this.eo = a;
this.j("MergedCellPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingTop", {
get: function () {
return this.eq;
},
set: function (a) {
this.eq = a;
this.j("MergedCellPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingRight", {
get: function () {
return this.ep;
},
set: function (a) {
this.ep = a;
this.j("MergedCellPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingBottom", {
get: function () {
return this.en;
},
set: function (a) {
this.en = a;
this.j("MergedCellPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "filterComparisonType", {
get: function () {
return this.ge;
},
set: function (a) {
this.ge = a;
this.j("FilterComparisonType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "filterOperands", {
get: function () {
return this.cr;
},
set: function (a) {
this.cr = a;
this.j("FilterOperands");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixText", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.j("SuffixText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextColor", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.j("SuffixTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontFamily", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.j("SuffixTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontSize", {
get: function () {
return this.d8;
},
set: function (a) {
this.d8 = a;
this.j("SuffixTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontStyle", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.j("SuffixTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontWeight", {
get: function () {
return this.gy;
},
set: function (a) {
this.gy = a;
this.j("SuffixTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconName", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.j("SuffixIconName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconCollectionName", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.j("SuffixIconCollectionName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconStroke", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.j("SuffixIconStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconFill", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.j("SuffixIconFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxLeft", {
get: function () {
return this.d4;
},
set: function (a) {
this.d4 = a;
this.j("SuffixIconViewBoxLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxTop", {
get: function () {
return this.d5;
},
set: function (a) {
this.d5 = a;
this.j("SuffixIconViewBoxTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxWidth", {
get: function () {
return this.d6;
},
set: function (a) {
this.d6 = a;
this.j("SuffixIconViewBoxWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxHeight", {
get: function () {
return this.d3;
},
set: function (a) {
this.d3 = a;
this.j("SuffixIconViewBoxHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixMargin", {
get: function () {
return this.d7;
},
set: function (a) {
this.d7 = a;
this.j("SuffixMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "textDecoration", {
get: function () {
return this.gz;
},
set: function (a) {
this.gz = a;
this.j("TextDecoration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "formatCellRef", {
get: function () {
return this.gf;
},
set: function (a) {
this.gf = a;
this.j("FormatCellRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderTextChangeRef", {
get: function () {
return this.fl;
},
set: function (a) {
this.fl = a;
this.j("ActualHeaderTextChangeRef");
},
enumerable: false,
configurable: true
});
DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$);
DataGridColumnDescription.__canMarshalByValue = true;
DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn";
return DataGridColumnDescription;
}(DefinitionBaseDescription));
export { DataGridColumnDescription };