igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
626 lines (625 loc) • 17.8 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 { DefinitionBaseDescription } from "./DefinitionBaseDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let DataGridColumnDescription = /*@__PURE__*/ (() => {
class DataGridColumnDescription extends DefinitionBaseDescription {
constructor() {
super();
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;
}
get_type() {
return "DataGridColumn";
}
get paddingLeft() {
return this.ek;
}
set paddingLeft(a) {
this.ek = a;
this.j("PaddingLeft");
}
get paddingTop() {
return this.em;
}
set paddingTop(a) {
this.em = a;
this.j("PaddingTop");
}
get paddingRight() {
return this.el;
}
set paddingRight(a) {
this.el = a;
this.j("PaddingRight");
}
get paddingBottom() {
return this.ej;
}
set paddingBottom(a) {
this.ej = a;
this.j("PaddingBottom");
}
get field() {
return this.fc;
}
set field(a) {
this.fc = a;
this.j("Field");
}
get headerText() {
return this.ff;
}
set headerText(a) {
this.ff = a;
this.j("HeaderText");
}
get actualHeaderText() {
return this.e0;
}
set actualHeaderText(a) {
this.e0 = a;
this.j("ActualHeaderText");
}
get selectedBackground() {
return this.fm;
}
set selectedBackground(a) {
this.fm = a;
this.j("SelectedBackground");
}
get actualSelectedBackground() {
return this.e4;
}
set actualSelectedBackground(a) {
this.e4 = a;
this.j("ActualSelectedBackground");
}
get rowHoverBackground() {
return this.fk;
}
set rowHoverBackground(a) {
this.fk = a;
this.j("RowHoverBackground");
}
get actualHoverBackground() {
return this.e2;
}
set actualHoverBackground(a) {
this.e2 = a;
this.j("ActualHoverBackground");
}
get rowHoverTextColor() {
return this.fl;
}
set rowHoverTextColor(a) {
this.fl = a;
this.j("RowHoverTextColor");
}
get actualRowHoverTextColor() {
return this.e3;
}
set actualRowHoverTextColor(a) {
this.e3 = a;
this.j("ActualRowHoverTextColor");
}
get animationSettings() {
return this.cz;
}
set animationSettings(a) {
this.cz = a;
this.j("AnimationSettings");
}
get width() {
return this.cv;
}
set width(a) {
this.cv = a;
this.j("Width");
}
get minWidth() {
return this.dy;
}
set minWidth(a) {
this.dy = a;
this.j("MinWidth");
}
get isFromMarkup() {
return this.dd;
}
set isFromMarkup(a) {
this.dd = a;
this.j("IsFromMarkup");
}
get isAutoGenerated() {
return this.c7;
}
set isAutoGenerated(a) {
this.c7 = a;
this.j("IsAutoGenerated");
}
get filter() {
return this.ct;
}
set filter(a) {
this.ct = a;
this.j("Filter");
}
get filterExpression() {
return this.cx;
}
set filterExpression(a) {
this.cx = a;
this.j("FilterExpression");
}
get header() {
return this.c1;
}
set header(a) {
this.c1 = a;
this.j("Header");
}
get isFilteringEnabled() {
return this.dc;
}
set isFilteringEnabled(a) {
this.dc = a;
this.j("IsFilteringEnabled");
}
get isResizingEnabled() {
return this.df;
}
set isResizingEnabled(a) {
this.df = a;
this.j("IsResizingEnabled");
}
get isHidden() {
return this.de;
}
set isHidden(a) {
this.de = a;
this.j("IsHidden");
}
get shouldRemoveWhenHidden() {
return this.dg;
}
set shouldRemoveWhenHidden(a) {
this.dg = a;
this.j("ShouldRemoveWhenHidden");
}
get sortDirection() {
return this.fn;
}
set sortDirection(a) {
this.fn = a;
this.j("SortDirection");
}
get pinned() {
return this.fj;
}
set pinned(a) {
this.fj = a;
this.j("Pinned");
}
get actualColumnOptionsIconAlignment() {
return this.ew;
}
set actualColumnOptionsIconAlignment(a) {
this.ew = a;
this.j("ActualColumnOptionsIconAlignment");
}
get columnOptionsIconAlignment() {
return this.e5;
}
set columnOptionsIconAlignment(a) {
this.e5 = a;
this.j("ColumnOptionsIconAlignment");
}
get actualColumnOptionsIconColor() {
return this.ey;
}
set actualColumnOptionsIconColor(a) {
this.ey = a;
this.j("ActualColumnOptionsIconColor");
}
get columnOptionsIconColor() {
return this.e7;
}
set columnOptionsIconColor(a) {
this.e7 = a;
this.j("ColumnOptionsIconColor");
}
get columnOptionsIconBehavior() {
return this.e6;
}
set columnOptionsIconBehavior(a) {
this.e6 = a;
this.j("ColumnOptionsIconBehavior");
}
get actualColumnOptionsIconBehavior() {
return this.ex;
}
set actualColumnOptionsIconBehavior(a) {
this.ex = a;
this.j("ActualColumnOptionsIconBehavior");
}
get actualIsColumnOptionsEnabled() {
return this.c4;
}
set actualIsColumnOptionsEnabled(a) {
this.c4 = a;
this.j("ActualIsColumnOptionsEnabled");
}
get isColumnOptionsEnabled() {
return this.c8;
}
set isColumnOptionsEnabled(a) {
this.c8 = a;
this.j("IsColumnOptionsEnabled");
}
get actualIsColumnOptionsSummariesEnabled() {
return this.c6;
}
set actualIsColumnOptionsSummariesEnabled(a) {
this.c6 = a;
this.j("ActualIsColumnOptionsSummariesEnabled");
}
get isColumnOptionsSummariesEnabled() {
return this.da;
}
set isColumnOptionsSummariesEnabled(a) {
this.da = a;
this.j("IsColumnOptionsSummariesEnabled");
}
get actualIsColumnOptionsGroupingEnabled() {
return this.c5;
}
set actualIsColumnOptionsGroupingEnabled(a) {
this.c5 = a;
this.j("ActualIsColumnOptionsGroupingEnabled");
}
get isColumnOptionsGroupingEnabled() {
return this.c9;
}
set isColumnOptionsGroupingEnabled(a) {
this.c9 = a;
this.j("IsColumnOptionsGroupingEnabled");
}
get isEditable() {
return this.db;
}
set isEditable(a) {
this.db = a;
this.j("IsEditable");
}
get deletedTextColor() {
return this.e8;
}
set deletedTextColor(a) {
this.e8 = a;
this.j("DeletedTextColor");
}
get actualDeletedTextColor() {
return this.ez;
}
set actualDeletedTextColor(a) {
this.ez = a;
this.j("ActualDeletedTextColor");
}
get editOpacity() {
return this.dx;
}
set editOpacity(a) {
this.dx = a;
this.j("EditOpacity");
}
get actualEditOpacity() {
return this.dv;
}
set actualEditOpacity(a) {
this.dv = a;
this.j("ActualEditOpacity");
}
get editFontFamily() {
return this.e9;
}
set editFontFamily(a) {
this.e9 = a;
this.j("EditFontFamily");
}
get editFontSize() {
return this.dw;
}
set editFontSize(a) {
this.dw = a;
this.j("EditFontSize");
}
get editFontStyle() {
return this.fa;
}
set editFontStyle(a) {
this.fa = a;
this.j("EditFontStyle");
}
get editFontWeight() {
return this.fb;
}
set editFontWeight(a) {
this.fb = a;
this.j("EditFontWeight");
}
get mergedCellMode() {
return this.fh;
}
set mergedCellMode(a) {
this.fh = a;
this.j("MergedCellMode");
}
get mergedCellEvaluationCriteria() {
return this.fg;
}
set mergedCellEvaluationCriteria(a) {
this.fg = a;
this.j("MergedCellEvaluationCriteria");
}
get mergedCellVerticalAlignment() {
return this.fi;
}
set mergedCellVerticalAlignment(a) {
this.fi = a;
this.j("MergedCellVerticalAlignment");
}
get mergedCellPaddingLeft() {
return this.eg;
}
set mergedCellPaddingLeft(a) {
this.eg = a;
this.j("MergedCellPaddingLeft");
}
get mergedCellPaddingTop() {
return this.ei;
}
set mergedCellPaddingTop(a) {
this.ei = a;
this.j("MergedCellPaddingTop");
}
get mergedCellPaddingRight() {
return this.eh;
}
set mergedCellPaddingRight(a) {
this.eh = a;
this.j("MergedCellPaddingRight");
}
get mergedCellPaddingBottom() {
return this.ef;
}
set mergedCellPaddingBottom(a) {
this.ef = a;
this.j("MergedCellPaddingBottom");
}
get filterComparisonType() {
return this.fd;
}
set filterComparisonType(a) {
this.fd = a;
this.j("FilterComparisonType");
}
get filterOperands() {
return this.cr;
}
set filterOperands(a) {
this.cr = a;
this.j("FilterOperands");
}
get suffixText() {
return this.fs;
}
set suffixText(a) {
this.fs = a;
this.j("SuffixText");
}
get suffixTextColor() {
return this.ft;
}
set suffixTextColor(a) {
this.ft = a;
this.j("SuffixTextColor");
}
get suffixTextFontFamily() {
return this.fu;
}
set suffixTextFontFamily(a) {
this.fu = a;
this.j("SuffixTextFontFamily");
}
get suffixTextFontSize() {
return this.d4;
}
set suffixTextFontSize(a) {
this.d4 = a;
this.j("SuffixTextFontSize");
}
get suffixTextFontStyle() {
return this.fv;
}
set suffixTextFontStyle(a) {
this.fv = a;
this.j("SuffixTextFontStyle");
}
get suffixTextFontWeight() {
return this.fw;
}
set suffixTextFontWeight(a) {
this.fw = a;
this.j("SuffixTextFontWeight");
}
get suffixIconName() {
return this.fq;
}
set suffixIconName(a) {
this.fq = a;
this.j("SuffixIconName");
}
get suffixIconCollectionName() {
return this.fo;
}
set suffixIconCollectionName(a) {
this.fo = a;
this.j("SuffixIconCollectionName");
}
get suffixIconStroke() {
return this.fr;
}
set suffixIconStroke(a) {
this.fr = a;
this.j("SuffixIconStroke");
}
get suffixIconFill() {
return this.fp;
}
set suffixIconFill(a) {
this.fp = a;
this.j("SuffixIconFill");
}
get suffixIconViewBoxLeft() {
return this.d0;
}
set suffixIconViewBoxLeft(a) {
this.d0 = a;
this.j("SuffixIconViewBoxLeft");
}
get suffixIconViewBoxTop() {
return this.d1;
}
set suffixIconViewBoxTop(a) {
this.d1 = a;
this.j("SuffixIconViewBoxTop");
}
get suffixIconViewBoxWidth() {
return this.d2;
}
set suffixIconViewBoxWidth(a) {
this.d2 = a;
this.j("SuffixIconViewBoxWidth");
}
get suffixIconViewBoxHeight() {
return this.dz;
}
set suffixIconViewBoxHeight(a) {
this.dz = a;
this.j("SuffixIconViewBoxHeight");
}
get suffixMargin() {
return this.d3;
}
set suffixMargin(a) {
this.d3 = a;
this.j("SuffixMargin");
}
get textDecoration() {
return this.fx;
}
set textDecoration(a) {
this.fx = a;
this.j("TextDecoration");
}
get formatCellRef() {
return this.fe;
}
set formatCellRef(a) {
this.fe = a;
this.j("FormatCellRef");
}
get actualHeaderTextChangeRef() {
return this.e1;
}
set actualHeaderTextChangeRef(a) {
this.e1 = a;
this.j("ActualHeaderTextChangeRef");
}
}
DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$);
DataGridColumnDescription.__canMarshalByValue = true;
DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn";
return DataGridColumnDescription;
})();