UNPKG

igniteui-react-core

Version:
226 lines (225 loc) 7.21 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 { TextCellInfoDescription } from "./TextCellInfoDescription"; import { markType } from "./type"; /** * @hidden */ export let TextHeaderCellInfoDescription = /*@__PURE__*/ (() => { class TextHeaderCellInfoDescription extends TextCellInfoDescription { get_type() { return "TextHeaderCellInfo"; } constructor() { super(); this.gx = false; this.hq = null; this.hi = null; this.hk = null; this.hj = null; this.hn = null; this.g7 = null; this.hm = null; this.g8 = null; this.gz = 0; this.g9 = null; this.ha = null; this.hh = null; this.ho = null; this.hp = null; this.hg = null; this.hl = null; this.hb = null; this.hf = null; this.hc = null; this.g0 = 0; this.hd = null; this.he = null; this.g6 = null; this.g3 = 0; } get isColumnOptionsEnabled() { return this.gx; } set isColumnOptionsEnabled(a) { this.gx = a; this.j("IsColumnOptionsEnabled"); } get sortIndicatorStyle() { return this.hq; } set sortIndicatorStyle(a) { this.hq = a; this.j("SortIndicatorStyle"); } get columnOptionsIconAlignment() { return this.hi; } set columnOptionsIconAlignment(a) { this.hi = a; this.j("ColumnOptionsIconAlignment"); } get columnOptionsIconColor() { return this.hk; } set columnOptionsIconColor(a) { this.hk = a; this.j("ColumnOptionsIconColor"); } get columnOptionsIconBehavior() { return this.hj; } set columnOptionsIconBehavior(a) { this.hj = a; this.j("ColumnOptionsIconBehavior"); } get columnOptionsTheme() { return this.hn; } set columnOptionsTheme(a) { this.hn = a; this.j("ColumnOptionsTheme"); } get columnOptionsBackground() { return this.g7; } set columnOptionsBackground(a) { this.g7 = a; this.j("ColumnOptionsBackground"); } get columnOptionsTextColor() { return this.hm; } set columnOptionsTextColor(a) { this.hm = a; this.j("ColumnOptionsTextColor"); } get columnOptionsFontFamily() { return this.g8; } set columnOptionsFontFamily(a) { this.g8 = a; this.j("ColumnOptionsFontFamily"); } get columnOptionsFontSize() { return this.gz; } set columnOptionsFontSize(a) { this.gz = a; this.j("ColumnOptionsFontSize"); } get columnOptionsFontStyle() { return this.g9; } set columnOptionsFontStyle(a) { this.g9 = a; this.j("ColumnOptionsFontStyle"); } get columnOptionsFontWeight() { return this.ha; } set columnOptionsFontWeight(a) { this.ha = a; this.j("ColumnOptionsFontWeight"); } get columnOptionsHoverBackgroundColor() { return this.hh; } set columnOptionsHoverBackgroundColor(a) { this.hh = a; this.j("ColumnOptionsHoverBackgroundColor"); } get columnOptionsToolTipBackgroundColor() { return this.ho; } set columnOptionsToolTipBackgroundColor(a) { this.ho = a; this.j("ColumnOptionsToolTipBackgroundColor"); } get columnOptionsToolTipTextColor() { return this.hp; } set columnOptionsToolTipTextColor(a) { this.hp = a; this.j("ColumnOptionsToolTipTextColor"); } get columnOptionsHighlightColor() { return this.hg; } set columnOptionsHighlightColor(a) { this.hg = a; this.j("ColumnOptionsHighlightColor"); } get columnOptionsSeparatorColor() { return this.hl; } set columnOptionsSeparatorColor(a) { this.hl = a; this.j("ColumnOptionsSeparatorColor"); } get columnOptionsGroupHeaderBackground() { return this.hb; } set columnOptionsGroupHeaderBackground(a) { this.hb = a; this.j("ColumnOptionsGroupHeaderBackground"); } get columnOptionsGroupHeaderTextColor() { return this.hf; } set columnOptionsGroupHeaderTextColor(a) { this.hf = a; this.j("ColumnOptionsGroupHeaderTextColor"); } get columnOptionsGroupHeaderFontFamily() { return this.hc; } set columnOptionsGroupHeaderFontFamily(a) { this.hc = a; this.j("ColumnOptionsGroupHeaderFontFamily"); } get columnOptionsGroupHeaderFontSize() { return this.g0; } set columnOptionsGroupHeaderFontSize(a) { this.g0 = a; this.j("ColumnOptionsGroupHeaderFontSize"); } get columnOptionsGroupHeaderFontStyle() { return this.hd; } set columnOptionsGroupHeaderFontStyle(a) { this.hd = a; this.j("ColumnOptionsGroupHeaderFontStyle"); } get columnOptionsGroupHeaderFontWeight() { return this.he; } set columnOptionsGroupHeaderFontWeight(a) { this.he = a; this.j("ColumnOptionsGroupHeaderFontWeight"); } get columnOptionsAccentColor() { return this.g6; } set columnOptionsAccentColor(a) { this.g6 = a; this.j("ColumnOptionsAccentColor"); } get columnOptionsRowHeight() { return this.g3; } set columnOptionsRowHeight(a) { this.g3 = a; this.j("ColumnOptionsRowHeight"); } } TextHeaderCellInfoDescription.$t = /*@__PURE__*/ markType(TextHeaderCellInfoDescription, 'TextHeaderCellInfoDescription', TextCellInfoDescription.$); TextHeaderCellInfoDescription.__marshalByValue2 = true; TextHeaderCellInfoDescription.__marshalByValueAlias2 = "TextHeaderCellModel"; return TextHeaderCellInfoDescription; })();