UNPKG

igniteui-react-core

Version:
437 lines (436 loc) 11.1 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let WebColumnDescription = /*@__PURE__*/ (() => { class WebColumnDescription extends Description { get_type() { return "WebColumn"; } get type() { return this.get_type(); } constructor() { super(); this.bm = null; this.bp = null; this.b0 = null; this.ag = false; this.ae = false; this.y = false; this.v = false; this.w = false; this.ac = false; this.s = false; this.z = false; this.aa = false; this.af = false; this.t = false; this.u = false; this.b1 = null; this.bu = null; this.bq = null; this.ba = null; this.br = null; this.a9 = null; this.bi = null; this.bj = null; this.bo = null; this.by = null; this.x = false; this.ah = false; this.ad = false; this.bk = null; this.a2 = 0; this.a0 = 0; this.a3 = 0; this.a1 = 0; this.a8 = null; this.bv = null; this.ab = false; this.bx = null; this.h = null; this.n = null; this.p = null; this.bz = null; this.bh = null; this.bs = null; this.bt = null; this.bl = null; this.bn = null; this.ai = false; this.l = null; this.j = null; this.bb = null; this.bw = null; } get field() { return this.bm; } set field(a) { this.bm = a; this.g("Field"); } get header() { return this.bp; } set header(a) { this.bp = a; this.g("Header"); } get title() { return this.b0; } set title(a) { this.b0 = a; this.g("Title"); } get sortable() { return this.ag; } set sortable(a) { this.ag = a; this.g("Sortable"); } get selectable() { return this.ae; } set selectable(a) { this.ae = a; this.g("Selectable"); } get groupable() { return this.y; } set groupable(a) { this.y = a; this.g("Groupable"); } get editable() { return this.v; } set editable(a) { this.v = a; this.g("Editable"); } get filterable() { return this.w; } set filterable(a) { this.w = a; this.g("Filterable"); } get resizable() { return this.ac; } set resizable(a) { this.ac = a; this.g("Resizable"); } get autosizeHeader() { return this.s; } set autosizeHeader(a) { this.s = a; this.g("AutosizeHeader"); } get hasSummary() { return this.z; } set hasSummary(a) { this.z = a; this.g("HasSummary"); } get hidden() { return this.aa; } set hidden(a) { this.aa = a; this.g("Hidden"); } get selected() { return this.af; } set selected(a) { this.af = a; this.g("Selected"); } get disableHiding() { return this.t; } set disableHiding(a) { this.t = a; this.g("DisableHiding"); } get disablePinning() { return this.u; } set disablePinning(a) { this.u = a; this.g("DisablePinning"); } get width() { return this.b1; } set width(a) { this.b1 = a; this.g("Width"); } get maxWidth() { return this.bu; } set maxWidth(a) { this.bu = a; this.g("MaxWidth"); } get headerClasses() { return this.bq; } set headerClasses(a) { this.bq = a; this.g("HeaderClasses"); } get headerStyles() { return this.ba; } set headerStyles(a) { this.ba = a; this.g("HeaderStyles"); } get headerGroupClasses() { return this.br; } set headerGroupClasses(a) { this.br = a; this.g("HeaderGroupClasses"); } get headerGroupStyles() { return this.a9; } set headerGroupStyles(a) { this.a9 = a; this.g("HeaderGroupStyles"); } get cellClassesRef() { return this.bi; } set cellClassesRef(a) { this.bi = a; this.g("CellClassesRef"); } get cellStylesRef() { return this.bj; } set cellStylesRef(a) { this.bj = a; this.g("CellStylesRef"); } get formatterRef() { return this.bo; } set formatterRef(a) { this.bo = a; this.g("FormatterRef"); } get summaryFormatterRef() { return this.by; } set summaryFormatterRef(a) { this.by = a; this.g("SummaryFormatterRef"); } get filteringIgnoreCase() { return this.x; } set filteringIgnoreCase(a) { this.x = a; this.g("FilteringIgnoreCase"); } get sortingIgnoreCase() { return this.ah; } set sortingIgnoreCase(a) { this.ah = a; this.g("SortingIgnoreCase"); } get searchable() { return this.ad; } set searchable(a) { this.ad = a; this.g("Searchable"); } get dataType() { return this.bk; } set dataType(a) { this.bk = a; this.g("DataType"); } get rowEnd() { return this.a2; } set rowEnd(a) { this.a2 = a; this.g("RowEnd"); } get colEnd() { return this.a0; } set colEnd(a) { this.a0 = a; this.g("ColEnd"); } get rowStart() { return this.a3; } set rowStart(a) { this.a3 = a; this.g("RowStart"); } get colStart() { return this.a1; } set colStart(a) { this.a1 = a; this.g("ColStart"); } get additionalTemplateContext() { return this.a8; } set additionalTemplateContext(a) { this.a8 = a; this.g("AdditionalTemplateContext"); } get minWidth() { return this.bv; } set minWidth(a) { this.bv = a; this.g("MinWidth"); } get pinned() { return this.ab; } set pinned(a) { this.ab = a; this.g("Pinned"); } get summariesRef() { return this.bx; } set summariesRef(a) { this.bx = a; this.g("SummariesRef"); } get disabledSummaries() { return this.h; } set disabledSummaries(a) { this.h = a; this.g("DisabledSummaries"); } get filters() { return this.n; } set filters(a) { this.n = a; this.g("Filters"); } get sortStrategy() { return this.p; } set sortStrategy(a) { this.p = a; this.g("SortStrategy"); } get summaryTemplateRef() { return this.bz; } set summaryTemplateRef(a) { this.bz = a; this.g("SummaryTemplateRef"); } get bodyTemplateRef() { return this.bh; } set bodyTemplateRef(a) { this.bh = a; this.g("BodyTemplateRef"); } get headerTemplateRef() { return this.bs; } set headerTemplateRef(a) { this.bs = a; this.g("HeaderTemplateRef"); } get inlineEditorTemplateRef() { return this.bt; } set inlineEditorTemplateRef(a) { this.bt = a; this.g("InlineEditorTemplateRef"); } get errorTemplateRef() { return this.bl; } set errorTemplateRef(a) { this.bl = a; this.g("ErrorTemplateRef"); } get filterCellTemplateRef() { return this.bn; } set filterCellTemplateRef(a) { this.bn = a; this.g("FilterCellTemplateRef"); } get visibleWhenCollapsed() { return this.ai; } set visibleWhenCollapsed(a) { this.ai = a; this.g("VisibleWhenCollapsed"); } get pipeArgs() { return this.l; } set pipeArgs(a) { this.l = a; this.g("PipeArgs"); } get editorOptions() { return this.j; } set editorOptions(a) { this.j = a; this.g("EditorOptions"); } get parentColumn() { return this.bb; } set parentColumn(a) { this.bb = a; this.g("ParentColumn"); } get name() { return this.bw; } set name(a) { this.bw = a; this.g("Name"); } } WebColumnDescription.$t = /*@__PURE__*/ markType(WebColumnDescription, 'WebColumnDescription', Description.$); WebColumnDescription.__canMarshalByValue = true; WebColumnDescription.__marshalByValueAlias = "Column"; return WebColumnDescription; })();