UNPKG

igniteui-react-core

Version:
890 lines (889 loc) 25.4 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 { get_type() { return "DataGridColumn"; } constructor() { super(); 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; } get paddingLeft() { return this.es; } set paddingLeft(a) { this.es = a; this.j("PaddingLeft"); } get paddingTop() { return this.eu; } set paddingTop(a) { this.eu = a; this.j("PaddingTop"); } get paddingRight() { return this.et; } set paddingRight(a) { this.et = a; this.j("PaddingRight"); } get paddingBottom() { return this.er; } set paddingBottom(a) { this.er = a; this.j("PaddingBottom"); } get field() { return this.gd; } set field(a) { this.gd = a; this.j("Field"); } get headerText() { return this.gg; } set headerText(a) { this.gg = a; this.j("HeaderText"); } get actualHeaderText() { return this.fk; } set actualHeaderText(a) { this.fk = a; this.j("ActualHeaderText"); } get selectedBackground() { return this.gn; } set selectedBackground(a) { this.gn = a; this.j("SelectedBackground"); } get actualSelectedBackground() { return this.fo; } set actualSelectedBackground(a) { this.fo = a; this.j("ActualSelectedBackground"); } get selectedTextColor() { return this.go; } set selectedTextColor(a) { this.go = a; this.j("SelectedTextColor"); } get actualSelectedTextColor() { return this.fp; } set actualSelectedTextColor(a) { this.fp = a; this.j("ActualSelectedTextColor"); } get rowHoverBackground() { return this.gl; } set rowHoverBackground(a) { this.gl = a; this.j("RowHoverBackground"); } get actualHoverBackground() { return this.fm; } set actualHoverBackground(a) { this.fm = a; this.j("ActualHoverBackground"); } get rowHoverTextColor() { return this.gm; } set rowHoverTextColor(a) { this.gm = a; this.j("RowHoverTextColor"); } get actualRowHoverTextColor() { return this.fn; } set actualRowHoverTextColor(a) { this.fn = 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.d2; } set minWidth(a) { this.d2 = 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 isSortingEnabled() { return this.dg; } set isSortingEnabled(a) { this.dg = a; this.j("IsSortingEnabled"); } get isHidden() { return this.de; } set isHidden(a) { this.de = a; this.j("IsHidden"); } get shouldRemoveWhenHidden() { return this.dh; } set shouldRemoveWhenHidden(a) { this.dh = a; this.j("ShouldRemoveWhenHidden"); } get sortDirection() { return this.gp; } set sortDirection(a) { this.gp = a; this.j("SortDirection"); } get pinned() { return this.gk; } set pinned(a) { this.gk = a; this.j("Pinned"); } get actualColumnOptionsIconAlignment() { return this.fc; } set actualColumnOptionsIconAlignment(a) { this.fc = a; this.j("ActualColumnOptionsIconAlignment"); } get columnOptionsIconAlignment() { return this.f2; } set columnOptionsIconAlignment(a) { this.f2 = a; this.j("ColumnOptionsIconAlignment"); } get actualColumnOptionsIconColor() { return this.fe; } set actualColumnOptionsIconColor(a) { this.fe = a; this.j("ActualColumnOptionsIconColor"); } get columnOptionsIconColor() { return this.f4; } set columnOptionsIconColor(a) { this.f4 = a; this.j("ColumnOptionsIconColor"); } get columnOptionsIconBehavior() { return this.f3; } set columnOptionsIconBehavior(a) { this.f3 = a; this.j("ColumnOptionsIconBehavior"); } get actualColumnOptionsIconBehavior() { return this.fd; } set actualColumnOptionsIconBehavior(a) { this.fd = 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 actualColumnOptionsBackground() { return this.e7; } set actualColumnOptionsBackground(a) { this.e7 = a; this.j("ActualColumnOptionsBackground"); } get columnOptionsBackground() { return this.fr; } set columnOptionsBackground(a) { this.fr = a; this.j("ColumnOptionsBackground"); } get actualColumnOptionsTextColor() { return this.fg; } set actualColumnOptionsTextColor(a) { this.fg = a; this.j("ActualColumnOptionsTextColor"); } get columnOptionsTextColor() { return this.f6; } set columnOptionsTextColor(a) { this.f6 = a; this.j("ColumnOptionsTextColor"); } get columnOptionsFontFamily() { return this.fs; } set columnOptionsFontFamily(a) { this.fs = a; this.j("ColumnOptionsFontFamily"); } get columnOptionsFontSize() { return this.dy; } set columnOptionsFontSize(a) { this.dy = a; this.j("ColumnOptionsFontSize"); } get columnOptionsFontStyle() { return this.ft; } set columnOptionsFontStyle(a) { this.ft = a; this.j("ColumnOptionsFontStyle"); } get columnOptionsFontWeight() { return this.fu; } set columnOptionsFontWeight(a) { this.fu = a; this.j("ColumnOptionsFontWeight"); } get actualColumnOptionsHoverBackgroundColor() { return this.fb; } set actualColumnOptionsHoverBackgroundColor(a) { this.fb = a; this.j("ActualColumnOptionsHoverBackgroundColor"); } get columnOptionsHoverBackgroundColor() { return this.f1; } set columnOptionsHoverBackgroundColor(a) { this.f1 = a; this.j("ColumnOptionsHoverBackgroundColor"); } get actualColumnOptionsToolTipBackgroundColor() { return this.fh; } set actualColumnOptionsToolTipBackgroundColor(a) { this.fh = a; this.j("ActualColumnOptionsToolTipBackgroundColor"); } get columnOptionsToolTipBackgroundColor() { return this.f7; } set columnOptionsToolTipBackgroundColor(a) { this.f7 = a; this.j("ColumnOptionsToolTipBackgroundColor"); } get actualColumnOptionsToolTipTextColor() { return this.fi; } set actualColumnOptionsToolTipTextColor(a) { this.fi = a; this.j("ActualColumnOptionsToolTipTextColor"); } get columnOptionsToolTipTextColor() { return this.f8; } set columnOptionsToolTipTextColor(a) { this.f8 = a; this.j("ColumnOptionsToolTipTextColor"); } get actualColumnOptionsHighlightColor() { return this.fa; } set actualColumnOptionsHighlightColor(a) { this.fa = a; this.j("ActualColumnOptionsHighlightColor"); } get columnOptionsHighlightColor() { return this.f0; } set columnOptionsHighlightColor(a) { this.f0 = a; this.j("ColumnOptionsHighlightColor"); } get actualColumnOptionsSeparatorColor() { return this.ff; } set actualColumnOptionsSeparatorColor(a) { this.ff = a; this.j("ActualColumnOptionsSeparatorColor"); } get columnOptionsSeparatorColor() { return this.f5; } set columnOptionsSeparatorColor(a) { this.f5 = a; this.j("ColumnOptionsSeparatorColor"); } get actualColumnOptionsGroupHeaderBackground() { return this.e8; } set actualColumnOptionsGroupHeaderBackground(a) { this.e8 = a; this.j("ActualColumnOptionsGroupHeaderBackground"); } get columnOptionsGroupHeaderBackground() { return this.fv; } set columnOptionsGroupHeaderBackground(a) { this.fv = a; this.j("ColumnOptionsGroupHeaderBackground"); } get actualColumnOptionsGroupHeaderTextColor() { return this.e9; } set actualColumnOptionsGroupHeaderTextColor(a) { this.e9 = a; this.j("ActualColumnOptionsGroupHeaderTextColor"); } get columnOptionsGroupHeaderTextColor() { return this.fz; } set columnOptionsGroupHeaderTextColor(a) { this.fz = a; this.j("ColumnOptionsGroupHeaderTextColor"); } get columnOptionsGroupHeaderFontFamily() { return this.fw; } set columnOptionsGroupHeaderFontFamily(a) { this.fw = a; this.j("ColumnOptionsGroupHeaderFontFamily"); } get columnOptionsGroupHeaderFontSize() { return this.dz; } set columnOptionsGroupHeaderFontSize(a) { this.dz = a; this.j("ColumnOptionsGroupHeaderFontSize"); } get columnOptionsGroupHeaderFontStyle() { return this.fx; } set columnOptionsGroupHeaderFontStyle(a) { this.fx = a; this.j("ColumnOptionsGroupHeaderFontStyle"); } get columnOptionsGroupHeaderFontWeight() { return this.fy; } set columnOptionsGroupHeaderFontWeight(a) { this.fy = a; this.j("ColumnOptionsGroupHeaderFontWeight"); } get actualColumnOptionsAccentColor() { return this.e6; } set actualColumnOptionsAccentColor(a) { this.e6 = a; this.j("ActualColumnOptionsAccentColor"); } get columnOptionsAccentColor() { return this.fq; } set columnOptionsAccentColor(a) { this.fq = a; this.j("ColumnOptionsAccentColor"); } get actualColumnOptionsRowHeight() { return this.el; } set actualColumnOptionsRowHeight(a) { this.el = a; this.j("ActualColumnOptionsRowHeight"); } get columnOptionsRowHeight() { return this.em; } set columnOptionsRowHeight(a) { this.em = a; this.j("ColumnOptionsRowHeight"); } get isEditable() { return this.db; } set isEditable(a) { this.db = a; this.j("IsEditable"); } get deletedTextColor() { return this.f9; } set deletedTextColor(a) { this.f9 = a; this.j("DeletedTextColor"); } get actualDeletedTextColor() { return this.fj; } set actualDeletedTextColor(a) { this.fj = a; this.j("ActualDeletedTextColor"); } get editOpacity() { return this.d1; } set editOpacity(a) { this.d1 = a; this.j("EditOpacity"); } get actualEditOpacity() { return this.dx; } set actualEditOpacity(a) { this.dx = a; this.j("ActualEditOpacity"); } get editFontFamily() { return this.ga; } set editFontFamily(a) { this.ga = a; this.j("EditFontFamily"); } get editFontSize() { return this.d0; } set editFontSize(a) { this.d0 = a; this.j("EditFontSize"); } get editFontStyle() { return this.gb; } set editFontStyle(a) { this.gb = a; this.j("EditFontStyle"); } get editFontWeight() { return this.gc; } set editFontWeight(a) { this.gc = a; this.j("EditFontWeight"); } get mergedCellMode() { return this.gi; } set mergedCellMode(a) { this.gi = a; this.j("MergedCellMode"); } get mergedCellEvaluationCriteria() { return this.gh; } set mergedCellEvaluationCriteria(a) { this.gh = a; this.j("MergedCellEvaluationCriteria"); } get mergedCellVerticalAlignment() { return this.gj; } set mergedCellVerticalAlignment(a) { this.gj = a; this.j("MergedCellVerticalAlignment"); } get mergedCellPaddingLeft() { return this.eo; } set mergedCellPaddingLeft(a) { this.eo = a; this.j("MergedCellPaddingLeft"); } get mergedCellPaddingTop() { return this.eq; } set mergedCellPaddingTop(a) { this.eq = a; this.j("MergedCellPaddingTop"); } get mergedCellPaddingRight() { return this.ep; } set mergedCellPaddingRight(a) { this.ep = a; this.j("MergedCellPaddingRight"); } get mergedCellPaddingBottom() { return this.en; } set mergedCellPaddingBottom(a) { this.en = a; this.j("MergedCellPaddingBottom"); } get filterComparisonType() { return this.ge; } set filterComparisonType(a) { this.ge = a; this.j("FilterComparisonType"); } get filterOperands() { return this.cr; } set filterOperands(a) { this.cr = a; this.j("FilterOperands"); } get suffixText() { return this.gu; } set suffixText(a) { this.gu = a; this.j("SuffixText"); } get suffixTextColor() { return this.gv; } set suffixTextColor(a) { this.gv = a; this.j("SuffixTextColor"); } get suffixTextFontFamily() { return this.gw; } set suffixTextFontFamily(a) { this.gw = a; this.j("SuffixTextFontFamily"); } get suffixTextFontSize() { return this.d8; } set suffixTextFontSize(a) { this.d8 = a; this.j("SuffixTextFontSize"); } get suffixTextFontStyle() { return this.gx; } set suffixTextFontStyle(a) { this.gx = a; this.j("SuffixTextFontStyle"); } get suffixTextFontWeight() { return this.gy; } set suffixTextFontWeight(a) { this.gy = a; this.j("SuffixTextFontWeight"); } get suffixIconName() { return this.gs; } set suffixIconName(a) { this.gs = a; this.j("SuffixIconName"); } get suffixIconCollectionName() { return this.gq; } set suffixIconCollectionName(a) { this.gq = a; this.j("SuffixIconCollectionName"); } get suffixIconStroke() { return this.gt; } set suffixIconStroke(a) { this.gt = a; this.j("SuffixIconStroke"); } get suffixIconFill() { return this.gr; } set suffixIconFill(a) { this.gr = a; this.j("SuffixIconFill"); } get suffixIconViewBoxLeft() { return this.d4; } set suffixIconViewBoxLeft(a) { this.d4 = a; this.j("SuffixIconViewBoxLeft"); } get suffixIconViewBoxTop() { return this.d5; } set suffixIconViewBoxTop(a) { this.d5 = a; this.j("SuffixIconViewBoxTop"); } get suffixIconViewBoxWidth() { return this.d6; } set suffixIconViewBoxWidth(a) { this.d6 = a; this.j("SuffixIconViewBoxWidth"); } get suffixIconViewBoxHeight() { return this.d3; } set suffixIconViewBoxHeight(a) { this.d3 = a; this.j("SuffixIconViewBoxHeight"); } get suffixMargin() { return this.d7; } set suffixMargin(a) { this.d7 = a; this.j("SuffixMargin"); } get textDecoration() { return this.gz; } set textDecoration(a) { this.gz = a; this.j("TextDecoration"); } get formatCellRef() { return this.gf; } set formatCellRef(a) { this.gf = a; this.j("FormatCellRef"); } get actualHeaderTextChangeRef() { return this.fl; } set actualHeaderTextChangeRef(a) { this.fl = a; this.j("ActualHeaderTextChangeRef"); } } DataGridColumnDescription.$t = /*@__PURE__*/ markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$); DataGridColumnDescription.__canMarshalByValue = true; DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn"; return DataGridColumnDescription; })();