UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

497 lines (496 loc) 14.2 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 { DefinitionBaseDescription } from "./DefinitionBaseDescription"; import { markType } from "./type"; /** * @hidden */ export let DataGridColumnDescription = /*@__PURE__*/ (() => { class DataGridColumnDescription extends DefinitionBaseDescription { constructor() { super(); this.di = 0; this.dk = 0; this.dj = 0; this.dh = 0; this.eg = null; this.ea = null; this.ec = null; this.dy = null; this.ek = null; this.d2 = null; this.ei = null; this.d0 = null; this.ej = null; this.d1 = null; this.ca = null; this.b6 = null; this.c8 = 0; this.co = false; this.ci = false; this.b4 = null; this.b8 = null; this.cc = null; this.cn = false; this.cq = false; this.cp = false; this.cr = false; this.el = null; this.eh = null; this.du = null; this.d3 = null; this.dw = null; this.d5 = null; this.d4 = null; this.dv = null; this.cf = false; this.cj = false; this.ch = false; this.cl = false; this.cg = false; this.ck = false; this.cm = false; this.d6 = null; this.dx = null; this.c7 = 0; this.c5 = 0; this.d7 = null; this.c6 = 0; this.d8 = null; this.d9 = null; this.ee = null; this.ed = null; this.ef = null; this.de = 0; this.dg = 0; this.df = 0; this.dd = 0; this.eb = null; this.b2 = null; this.dz = null; } get_type() { return "DataGridColumn"; } get paddingLeft() { return this.di; } set paddingLeft(a) { this.di = a; this.e("PaddingLeft"); } get paddingTop() { return this.dk; } set paddingTop(a) { this.dk = a; this.e("PaddingTop"); } get paddingRight() { return this.dj; } set paddingRight(a) { this.dj = a; this.e("PaddingRight"); } get paddingBottom() { return this.dh; } set paddingBottom(a) { this.dh = a; this.e("PaddingBottom"); } get name() { return this.eg; } set name(a) { this.eg = a; this.e("Name"); } get field() { return this.ea; } set field(a) { this.ea = a; this.e("Field"); } get headerText() { return this.ec; } set headerText(a) { this.ec = a; this.e("HeaderText"); } get actualHeaderText() { return this.dy; } set actualHeaderText(a) { this.dy = a; this.e("ActualHeaderText"); } get selectedBackground() { return this.ek; } set selectedBackground(a) { this.ek = a; this.e("SelectedBackground"); } get actualSelectedBackground() { return this.d2; } set actualSelectedBackground(a) { this.d2 = a; this.e("ActualSelectedBackground"); } get rowHoverBackground() { return this.ei; } set rowHoverBackground(a) { this.ei = a; this.e("RowHoverBackground"); } get actualHoverBackground() { return this.d0; } set actualHoverBackground(a) { this.d0 = a; this.e("ActualHoverBackground"); } get rowHoverTextColor() { return this.ej; } set rowHoverTextColor(a) { this.ej = a; this.e("RowHoverTextColor"); } get actualRowHoverTextColor() { return this.d1; } set actualRowHoverTextColor(a) { this.d1 = a; this.e("ActualRowHoverTextColor"); } get animationSettings() { return this.ca; } set animationSettings(a) { this.ca = a; this.e("AnimationSettings"); } get width() { return this.b6; } set width(a) { this.b6 = a; this.e("Width"); } get minWidth() { return this.c8; } set minWidth(a) { this.c8 = a; this.e("MinWidth"); } get isFromMarkup() { return this.co; } set isFromMarkup(a) { this.co = a; this.e("IsFromMarkup"); } get isAutoGenerated() { return this.ci; } set isAutoGenerated(a) { this.ci = a; this.e("IsAutoGenerated"); } get filter() { return this.b4; } set filter(a) { this.b4 = a; this.e("Filter"); } get filterExpression() { return this.b8; } set filterExpression(a) { this.b8 = a; this.e("FilterExpression"); } get header() { return this.cc; } set header(a) { this.cc = a; this.e("Header"); } get isFilteringEnabled() { return this.cn; } set isFilteringEnabled(a) { this.cn = a; this.e("IsFilteringEnabled"); } get isResizingEnabled() { return this.cq; } set isResizingEnabled(a) { this.cq = a; this.e("IsResizingEnabled"); } get isHidden() { return this.cp; } set isHidden(a) { this.cp = a; this.e("IsHidden"); } get shouldRemoveWhenHidden() { return this.cr; } set shouldRemoveWhenHidden(a) { this.cr = a; this.e("ShouldRemoveWhenHidden"); } get sortDirection() { return this.el; } set sortDirection(a) { this.el = a; this.e("SortDirection"); } get pinned() { return this.eh; } set pinned(a) { this.eh = a; this.e("Pinned"); } get actualColumnOptionsIconAlignment() { return this.du; } set actualColumnOptionsIconAlignment(a) { this.du = a; this.e("ActualColumnOptionsIconAlignment"); } get columnOptionsIconAlignment() { return this.d3; } set columnOptionsIconAlignment(a) { this.d3 = a; this.e("ColumnOptionsIconAlignment"); } get actualColumnOptionsIconColor() { return this.dw; } set actualColumnOptionsIconColor(a) { this.dw = a; this.e("ActualColumnOptionsIconColor"); } get columnOptionsIconColor() { return this.d5; } set columnOptionsIconColor(a) { this.d5 = a; this.e("ColumnOptionsIconColor"); } get columnOptionsIconBehavior() { return this.d4; } set columnOptionsIconBehavior(a) { this.d4 = a; this.e("ColumnOptionsIconBehavior"); } get actualColumnOptionsIconBehavior() { return this.dv; } set actualColumnOptionsIconBehavior(a) { this.dv = a; this.e("ActualColumnOptionsIconBehavior"); } get actualIsColumnOptionsEnabled() { return this.cf; } set actualIsColumnOptionsEnabled(a) { this.cf = a; this.e("ActualIsColumnOptionsEnabled"); } get isColumnOptionsEnabled() { return this.cj; } set isColumnOptionsEnabled(a) { this.cj = a; this.e("IsColumnOptionsEnabled"); } get actualIsColumnOptionsSummariesEnabled() { return this.ch; } set actualIsColumnOptionsSummariesEnabled(a) { this.ch = a; this.e("ActualIsColumnOptionsSummariesEnabled"); } get isColumnOptionsSummariesEnabled() { return this.cl; } set isColumnOptionsSummariesEnabled(a) { this.cl = a; this.e("IsColumnOptionsSummariesEnabled"); } get actualIsColumnOptionsGroupingEnabled() { return this.cg; } set actualIsColumnOptionsGroupingEnabled(a) { this.cg = a; this.e("ActualIsColumnOptionsGroupingEnabled"); } get isColumnOptionsGroupingEnabled() { return this.ck; } set isColumnOptionsGroupingEnabled(a) { this.ck = a; this.e("IsColumnOptionsGroupingEnabled"); } get isEditable() { return this.cm; } set isEditable(a) { this.cm = a; this.e("IsEditable"); } get deletedTextColor() { return this.d6; } set deletedTextColor(a) { this.d6 = a; this.e("DeletedTextColor"); } get actualDeletedTextColor() { return this.dx; } set actualDeletedTextColor(a) { this.dx = a; this.e("ActualDeletedTextColor"); } get editOpacity() { return this.c7; } set editOpacity(a) { this.c7 = a; this.e("EditOpacity"); } get actualEditOpacity() { return this.c5; } set actualEditOpacity(a) { this.c5 = a; this.e("ActualEditOpacity"); } get editFontFamily() { return this.d7; } set editFontFamily(a) { this.d7 = a; this.e("EditFontFamily"); } get editFontSize() { return this.c6; } set editFontSize(a) { this.c6 = a; this.e("EditFontSize"); } get editFontStyle() { return this.d8; } set editFontStyle(a) { this.d8 = a; this.e("EditFontStyle"); } get editFontWeight() { return this.d9; } set editFontWeight(a) { this.d9 = a; this.e("EditFontWeight"); } get mergedCellMode() { return this.ee; } set mergedCellMode(a) { this.ee = a; this.e("MergedCellMode"); } get mergedCellEvaluationCriteria() { return this.ed; } set mergedCellEvaluationCriteria(a) { this.ed = a; this.e("MergedCellEvaluationCriteria"); } get mergedCellVerticalAlignment() { return this.ef; } set mergedCellVerticalAlignment(a) { this.ef = a; this.e("MergedCellVerticalAlignment"); } get mergedCellPaddingLeft() { return this.de; } set mergedCellPaddingLeft(a) { this.de = a; this.e("MergedCellPaddingLeft"); } get mergedCellPaddingTop() { return this.dg; } set mergedCellPaddingTop(a) { this.dg = a; this.e("MergedCellPaddingTop"); } get mergedCellPaddingRight() { return this.df; } set mergedCellPaddingRight(a) { this.df = a; this.e("MergedCellPaddingRight"); } get mergedCellPaddingBottom() { return this.dd; } set mergedCellPaddingBottom(a) { this.dd = a; this.e("MergedCellPaddingBottom"); } get filterComparisonType() { return this.eb; } set filterComparisonType(a) { this.eb = a; this.e("FilterComparisonType"); } get filterOperands() { return this.b2; } set filterOperands(a) { this.b2 = a; this.e("FilterOperands"); } get actualHeaderTextChangeRef() { return this.dz; } set actualHeaderTextChangeRef(a) { this.dz = a; this.e("ActualHeaderTextChangeRef"); } } DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$); DataGridColumnDescription.__canMarshalByValue = true; return DataGridColumnDescription; })();