igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
928 lines (927 loc) • 28.2 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.ek = 0;
_this.em = 0;
_this.el = 0;
_this.ej = 0;
_this.fc = null;
_this.ff = null;
_this.e0 = null;
_this.fm = null;
_this.e4 = null;
_this.fk = null;
_this.e2 = null;
_this.fl = null;
_this.e3 = null;
_this.cz = null;
_this.cv = null;
_this.dy = 0;
_this.dd = false;
_this.c7 = false;
_this.ct = null;
_this.cx = null;
_this.c1 = null;
_this.dc = false;
_this.df = false;
_this.de = false;
_this.dg = false;
_this.fn = null;
_this.fj = null;
_this.ew = null;
_this.e5 = null;
_this.ey = null;
_this.e7 = null;
_this.e6 = null;
_this.ex = null;
_this.c4 = false;
_this.c8 = false;
_this.c6 = false;
_this.da = false;
_this.c5 = false;
_this.c9 = false;
_this.db = false;
_this.e8 = null;
_this.ez = null;
_this.dx = 0;
_this.dv = 0;
_this.e9 = null;
_this.dw = 0;
_this.fa = null;
_this.fb = null;
_this.fh = null;
_this.fg = null;
_this.fi = null;
_this.eg = 0;
_this.ei = 0;
_this.eh = 0;
_this.ef = 0;
_this.fd = null;
_this.cr = null;
_this.fs = null;
_this.ft = null;
_this.fu = null;
_this.d4 = 0;
_this.fv = null;
_this.fw = null;
_this.fq = null;
_this.fo = null;
_this.fr = null;
_this.fp = null;
_this.d0 = 0;
_this.d1 = 0;
_this.d2 = 0;
_this.dz = 0;
_this.d3 = 0;
_this.fx = null;
_this.fe = null;
_this.e1 = null;
return _this;
}
DataGridColumnDescription.prototype.get_type = function () {
return "DataGridColumn";
};
Object.defineProperty(DataGridColumnDescription.prototype, "paddingLeft", {
get: function () {
return this.ek;
},
set: function (a) {
this.ek = a;
this.j("PaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "paddingTop", {
get: function () {
return this.em;
},
set: function (a) {
this.em = a;
this.j("PaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "paddingRight", {
get: function () {
return this.el;
},
set: function (a) {
this.el = a;
this.j("PaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "paddingBottom", {
get: function () {
return this.ej;
},
set: function (a) {
this.ej = a;
this.j("PaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "field", {
get: function () {
return this.fc;
},
set: function (a) {
this.fc = a;
this.j("Field");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "headerText", {
get: function () {
return this.ff;
},
set: function (a) {
this.ff = a;
this.j("HeaderText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderText", {
get: function () {
return this.e0;
},
set: function (a) {
this.e0 = a;
this.j("ActualHeaderText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "selectedBackground", {
get: function () {
return this.fm;
},
set: function (a) {
this.fm = a;
this.j("SelectedBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualSelectedBackground", {
get: function () {
return this.e4;
},
set: function (a) {
this.e4 = a;
this.j("ActualSelectedBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverBackground", {
get: function () {
return this.fk;
},
set: function (a) {
this.fk = a;
this.j("RowHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualHoverBackground", {
get: function () {
return this.e2;
},
set: function (a) {
this.e2 = a;
this.j("ActualHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverTextColor", {
get: function () {
return this.fl;
},
set: function (a) {
this.fl = a;
this.j("RowHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualRowHoverTextColor", {
get: function () {
return this.e3;
},
set: function (a) {
this.e3 = 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.dy;
},
set: function (a) {
this.dy = 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, "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.dg;
},
set: function (a) {
this.dg = a;
this.j("ShouldRemoveWhenHidden");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "sortDirection", {
get: function () {
return this.fn;
},
set: function (a) {
this.fn = a;
this.j("SortDirection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "pinned", {
get: function () {
return this.fj;
},
set: function (a) {
this.fj = a;
this.j("Pinned");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconAlignment", {
get: function () {
return this.ew;
},
set: function (a) {
this.ew = a;
this.j("ActualColumnOptionsIconAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconAlignment", {
get: function () {
return this.e5;
},
set: function (a) {
this.e5 = a;
this.j("ColumnOptionsIconAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconColor", {
get: function () {
return this.ey;
},
set: function (a) {
this.ey = a;
this.j("ActualColumnOptionsIconColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconColor", {
get: function () {
return this.e7;
},
set: function (a) {
this.e7 = a;
this.j("ColumnOptionsIconColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconBehavior", {
get: function () {
return this.e6;
},
set: function (a) {
this.e6 = a;
this.j("ColumnOptionsIconBehavior");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconBehavior", {
get: function () {
return this.ex;
},
set: function (a) {
this.ex = 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, "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.e8;
},
set: function (a) {
this.e8 = a;
this.j("DeletedTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualDeletedTextColor", {
get: function () {
return this.ez;
},
set: function (a) {
this.ez = a;
this.j("ActualDeletedTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editOpacity", {
get: function () {
return this.dx;
},
set: function (a) {
this.dx = a;
this.j("EditOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualEditOpacity", {
get: function () {
return this.dv;
},
set: function (a) {
this.dv = a;
this.j("ActualEditOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontFamily", {
get: function () {
return this.e9;
},
set: function (a) {
this.e9 = a;
this.j("EditFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontSize", {
get: function () {
return this.dw;
},
set: function (a) {
this.dw = a;
this.j("EditFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontStyle", {
get: function () {
return this.fa;
},
set: function (a) {
this.fa = a;
this.j("EditFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "editFontWeight", {
get: function () {
return this.fb;
},
set: function (a) {
this.fb = a;
this.j("EditFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellMode", {
get: function () {
return this.fh;
},
set: function (a) {
this.fh = a;
this.j("MergedCellMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellEvaluationCriteria", {
get: function () {
return this.fg;
},
set: function (a) {
this.fg = a;
this.j("MergedCellEvaluationCriteria");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellVerticalAlignment", {
get: function () {
return this.fi;
},
set: function (a) {
this.fi = a;
this.j("MergedCellVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingLeft", {
get: function () {
return this.eg;
},
set: function (a) {
this.eg = a;
this.j("MergedCellPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingTop", {
get: function () {
return this.ei;
},
set: function (a) {
this.ei = a;
this.j("MergedCellPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingRight", {
get: function () {
return this.eh;
},
set: function (a) {
this.eh = a;
this.j("MergedCellPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellPaddingBottom", {
get: function () {
return this.ef;
},
set: function (a) {
this.ef = a;
this.j("MergedCellPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "filterComparisonType", {
get: function () {
return this.fd;
},
set: function (a) {
this.fd = 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.fs;
},
set: function (a) {
this.fs = a;
this.j("SuffixText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextColor", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.j("SuffixTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontFamily", {
get: function () {
return this.fu;
},
set: function (a) {
this.fu = a;
this.j("SuffixTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontSize", {
get: function () {
return this.d4;
},
set: function (a) {
this.d4 = a;
this.j("SuffixTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontStyle", {
get: function () {
return this.fv;
},
set: function (a) {
this.fv = a;
this.j("SuffixTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixTextFontWeight", {
get: function () {
return this.fw;
},
set: function (a) {
this.fw = a;
this.j("SuffixTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconName", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.j("SuffixIconName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconCollectionName", {
get: function () {
return this.fo;
},
set: function (a) {
this.fo = a;
this.j("SuffixIconCollectionName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconStroke", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.j("SuffixIconStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconFill", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.j("SuffixIconFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxLeft", {
get: function () {
return this.d0;
},
set: function (a) {
this.d0 = a;
this.j("SuffixIconViewBoxLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxTop", {
get: function () {
return this.d1;
},
set: function (a) {
this.d1 = a;
this.j("SuffixIconViewBoxTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxWidth", {
get: function () {
return this.d2;
},
set: function (a) {
this.d2 = a;
this.j("SuffixIconViewBoxWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixIconViewBoxHeight", {
get: function () {
return this.dz;
},
set: function (a) {
this.dz = a;
this.j("SuffixIconViewBoxHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "suffixMargin", {
get: function () {
return this.d3;
},
set: function (a) {
this.d3 = a;
this.j("SuffixMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "textDecoration", {
get: function () {
return this.fx;
},
set: function (a) {
this.fx = a;
this.j("TextDecoration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "formatCellRef", {
get: function () {
return this.fe;
},
set: function (a) {
this.fe = a;
this.j("FormatCellRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderTextChangeRef", {
get: function () {
return this.e1;
},
set: function (a) {
this.e1 = 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 };