UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

477 lines (476 loc) 12.6 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 { constructor() { super(); this.bs = null; this.ae = false; this.bv = null; this.b8 = null; this.ak = false; this.ai = false; this.ab = false; this.y = false; this.z = false; this.ag = false; this.v = false; this.ac = false; this.ad = false; this.aj = false; this.w = false; this.x = false; this.b9 = null; this.b1 = null; this.bw = null; this.bf = null; this.bx = null; this.be = null; this.bn = null; this.bo = null; this.bu = null; this.b6 = null; this.aa = false; this.al = false; this.ah = false; this.bp = null; this.a7 = 0; this.a5 = 0; this.a8 = 0; this.a6 = 0; this.bd = null; this.b2 = null; this.b4 = null; this.af = false; this.b5 = null; this.k = null; this.q = null; this.s = null; this.b7 = null; this.bm = null; this.by = null; this.b0 = null; this.bq = null; this.bt = null; this.am = false; this.o = null; this.m = null; this.bg = null; this.bz = null; this.br = null; this.ca = null; this.b3 = null; } get_type() { return "WebColumn"; } get type() { return this.get_type(); } get field() { return this.bs; } set field(a) { this.bs = a; this.j("Field"); } get merge() { return this.ae; } set merge(a) { this.ae = a; this.j("Merge"); } get header() { return this.bv; } set header(a) { this.bv = a; this.j("Header"); } get title() { return this.b8; } set title(a) { this.b8 = a; this.j("Title"); } get sortable() { return this.ak; } set sortable(a) { this.ak = a; this.j("Sortable"); } get selectable() { return this.ai; } set selectable(a) { this.ai = a; this.j("Selectable"); } get groupable() { return this.ab; } set groupable(a) { this.ab = a; this.j("Groupable"); } get editable() { return this.y; } set editable(a) { this.y = a; this.j("Editable"); } get filterable() { return this.z; } set filterable(a) { this.z = a; this.j("Filterable"); } get resizable() { return this.ag; } set resizable(a) { this.ag = a; this.j("Resizable"); } get autosizeHeader() { return this.v; } set autosizeHeader(a) { this.v = a; this.j("AutosizeHeader"); } get hasSummary() { return this.ac; } set hasSummary(a) { this.ac = a; this.j("HasSummary"); } get hidden() { return this.ad; } set hidden(a) { this.ad = a; this.j("Hidden"); } get selected() { return this.aj; } set selected(a) { this.aj = a; this.j("Selected"); } get disableHiding() { return this.w; } set disableHiding(a) { this.w = a; this.j("DisableHiding"); } get disablePinning() { return this.x; } set disablePinning(a) { this.x = a; this.j("DisablePinning"); } get width() { return this.b9; } set width(a) { this.b9 = a; this.j("Width"); } get maxWidth() { return this.b1; } set maxWidth(a) { this.b1 = a; this.j("MaxWidth"); } get headerClasses() { return this.bw; } set headerClasses(a) { this.bw = a; this.j("HeaderClasses"); } get headerStyles() { return this.bf; } set headerStyles(a) { this.bf = a; this.j("HeaderStyles"); } get headerGroupClasses() { return this.bx; } set headerGroupClasses(a) { this.bx = a; this.j("HeaderGroupClasses"); } get headerGroupStyles() { return this.be; } set headerGroupStyles(a) { this.be = a; this.j("HeaderGroupStyles"); } get cellClassesRef() { return this.bn; } set cellClassesRef(a) { this.bn = a; this.j("CellClassesRef"); } get cellStylesRef() { return this.bo; } set cellStylesRef(a) { this.bo = a; this.j("CellStylesRef"); } get formatterRef() { return this.bu; } set formatterRef(a) { this.bu = a; this.j("FormatterRef"); } get summaryFormatterRef() { return this.b6; } set summaryFormatterRef(a) { this.b6 = a; this.j("SummaryFormatterRef"); } get filteringIgnoreCase() { return this.aa; } set filteringIgnoreCase(a) { this.aa = a; this.j("FilteringIgnoreCase"); } get sortingIgnoreCase() { return this.al; } set sortingIgnoreCase(a) { this.al = a; this.j("SortingIgnoreCase"); } get searchable() { return this.ah; } set searchable(a) { this.ah = a; this.j("Searchable"); } get dataType() { return this.bp; } set dataType(a) { this.bp = a; this.j("DataType"); } get rowEnd() { return this.a7; } set rowEnd(a) { this.a7 = a; this.j("RowEnd"); } get colEnd() { return this.a5; } set colEnd(a) { this.a5 = a; this.j("ColEnd"); } get rowStart() { return this.a8; } set rowStart(a) { this.a8 = a; this.j("RowStart"); } get colStart() { return this.a6; } set colStart(a) { this.a6 = a; this.j("ColStart"); } get additionalTemplateContext() { return this.bd; } set additionalTemplateContext(a) { this.bd = a; this.j("AdditionalTemplateContext"); } get minWidth() { return this.b2; } set minWidth(a) { this.b2 = a; this.j("MinWidth"); } get pinningPosition() { return this.b4; } set pinningPosition(a) { this.b4 = a; this.j("PinningPosition"); } get pinned() { return this.af; } set pinned(a) { this.af = a; this.j("Pinned"); } get summariesRef() { return this.b5; } set summariesRef(a) { this.b5 = a; this.j("SummariesRef"); } get disabledSummaries() { return this.k; } set disabledSummaries(a) { this.k = a; this.j("DisabledSummaries"); } get filters() { return this.q; } set filters(a) { this.q = a; this.j("Filters"); } get sortStrategy() { return this.s; } set sortStrategy(a) { this.s = a; this.j("SortStrategy"); } get summaryTemplateRef() { return this.b7; } set summaryTemplateRef(a) { this.b7 = a; this.j("SummaryTemplateRef"); } get bodyTemplateRef() { return this.bm; } set bodyTemplateRef(a) { this.bm = a; this.j("BodyTemplateRef"); } get headerTemplateRef() { return this.by; } set headerTemplateRef(a) { this.by = a; this.j("HeaderTemplateRef"); } get inlineEditorTemplateRef() { return this.b0; } set inlineEditorTemplateRef(a) { this.b0 = a; this.j("InlineEditorTemplateRef"); } get errorTemplateRef() { return this.bq; } set errorTemplateRef(a) { this.bq = a; this.j("ErrorTemplateRef"); } get filterCellTemplateRef() { return this.bt; } set filterCellTemplateRef(a) { this.bt = a; this.j("FilterCellTemplateRef"); } get visibleWhenCollapsed() { return this.am; } set visibleWhenCollapsed(a) { this.am = a; this.j("VisibleWhenCollapsed"); } get pipeArgs() { return this.o; } set pipeArgs(a) { this.o = a; this.j("PipeArgs"); } get editorOptions() { return this.m; } set editorOptions(a) { this.m = a; this.j("EditorOptions"); } get parentColumn() { return this.bg; } set parentColumn(a) { this.bg = a; this.j("ParentColumn"); } get hiddenChangeRef() { return this.bz; } set hiddenChangeRef(a) { this.bz = a; this.j("HiddenChangeRef"); } get expandedChangeRef() { return this.br; } set expandedChangeRef(a) { this.br = a; this.j("ExpandedChangeRef"); } get widthChangeRef() { return this.ca; } set widthChangeRef(a) { this.ca = a; this.j("WidthChangeRef"); } get pinnedChangeRef() { return this.b3; } set pinnedChangeRef(a) { this.b3 = a; this.j("PinnedChangeRef"); } } WebColumnDescription.$t = markType(WebColumnDescription, 'WebColumnDescription', Description.$); WebColumnDescription.__canMarshalByValue = true; WebColumnDescription.__marshalByValueAlias = "Column"; return WebColumnDescription; })();