UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

705 lines (704 loc) 20.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 { __extends } from "tslib"; import { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var WebColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebColumnDescription, _super); function WebColumnDescription() { var _this = _super.call(this) || this; _this.bt = null; _this.bw = null; _this.b6 = null; _this.ac = false; _this.aa = false; _this.t = false; _this.p = false; _this.r = false; _this.y = false; _this.l = false; _this.u = false; _this.v = false; _this.ab = false; _this.n = false; _this.o = false; _this.w = false; _this.b7 = null; _this.a1 = 0; _this.b1 = null; _this.bx = null; _this.bf = null; _this.by = null; _this.be = null; _this.bo = null; _this.bp = null; _this.s = false; _this.ad = false; _this.z = false; _this.bq = null; _this.a5 = 0; _this.a3 = 0; _this.a6 = 0; _this.a4 = 0; _this.bd = null; _this.a2 = 0; _this.b2 = null; _this.x = false; _this.bh = null; _this.h = null; _this.j = null; _this.b5 = null; _this.bn = null; _this.bz = null; _this.b0 = null; _this.bs = null; _this.bu = null; _this.ae = false; _this.f = null; _this.m = false; _this.q = false; _this.br = null; _this.af = false; _this.bg = null; _this.b3 = null; _this.bv = null; _this.b4 = null; return _this; } WebColumnDescription.prototype.get_type = function () { return "WebColumn"; }; Object.defineProperty(WebColumnDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "field", { get: function () { return this.bt; }, set: function (a) { this.bt = a; this.e("Field"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "header", { get: function () { return this.bw; }, set: function (a) { this.bw = a; this.e("Header"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "title", { get: function () { return this.b6; }, set: function (a) { this.b6 = a; this.e("Title"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "sortable", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.e("Sortable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "selectable", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.e("Selectable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "groupable", { get: function () { return this.t; }, set: function (a) { this.t = a; this.e("Groupable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "editable", { get: function () { return this.p; }, set: function (a) { this.p = a; this.e("Editable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "filterable", { get: function () { return this.r; }, set: function (a) { this.r = a; this.e("Filterable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "resizable", { get: function () { return this.y; }, set: function (a) { this.y = a; this.e("Resizable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "autosizeHeader", { get: function () { return this.l; }, set: function (a) { this.l = a; this.e("AutosizeHeader"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "hasSummary", { get: function () { return this.u; }, set: function (a) { this.u = a; this.e("HasSummary"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "hidden", { get: function () { return this.v; }, set: function (a) { this.v = a; this.e("Hidden"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "selected", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.e("Selected"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "disableHiding", { get: function () { return this.n; }, set: function (a) { this.n = a; this.e("DisableHiding"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "disablePinning", { get: function () { return this.o; }, set: function (a) { this.o = a; this.e("DisablePinning"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "movable", { get: function () { return this.w; }, set: function (a) { this.w = a; this.e("Movable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "width", { get: function () { return this.b7; }, set: function (a) { this.b7 = a; this.e("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "autoSize", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.e("AutoSize"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "maxWidth", { get: function () { return this.b1; }, set: function (a) { this.b1 = a; this.e("MaxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "headerClasses", { get: function () { return this.bx; }, set: function (a) { this.bx = a; this.e("HeaderClasses"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "headerStyles", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.e("HeaderStyles"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "headerGroupClasses", { get: function () { return this.by; }, set: function (a) { this.by = a; this.e("HeaderGroupClasses"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "headerGroupStyles", { get: function () { return this.be; }, set: function (a) { this.be = a; this.e("HeaderGroupStyles"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "cellClassesRef", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.e("CellClassesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "cellStylesRef", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.e("CellStylesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "filteringIgnoreCase", { get: function () { return this.s; }, set: function (a) { this.s = a; this.e("FilteringIgnoreCase"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "sortingIgnoreCase", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.e("SortingIgnoreCase"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "searchable", { get: function () { return this.z; }, set: function (a) { this.z = a; this.e("Searchable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "dataType", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.e("DataType"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "rowEnd", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.e("RowEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "colEnd", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.e("ColEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "rowStart", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.e("RowStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "colStart", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.e("ColStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "additionalTemplateContext", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.e("AdditionalTemplateContext"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "calcPixelWidth", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.e("CalcPixelWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "minWidth", { get: function () { return this.b2; }, set: function (a) { this.b2 = a; this.e("MinWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "pinned", { get: function () { return this.x; }, set: function (a) { this.x = a; this.e("Pinned"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "summaries", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.e("Summaries"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "filters", { get: function () { return this.h; }, set: function (a) { this.h = a; this.e("Filters"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "sortStrategy", { get: function () { return this.j; }, set: function (a) { this.j = a; this.e("SortStrategy"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "summaryTemplateRef", { get: function () { return this.b5; }, set: function (a) { this.b5 = a; this.e("SummaryTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "bodyTemplateRef", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.e("BodyTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "headerTemplateRef", { get: function () { return this.bz; }, set: function (a) { this.bz = a; this.e("HeaderTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "inlineEditorTemplateRef", { get: function () { return this.b0; }, set: function (a) { this.b0 = a; this.e("InlineEditorTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "errorTemplateRef", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.e("ErrorTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "filterCellTemplateRef", { get: function () { return this.bu; }, set: function (a) { this.bu = a; this.e("FilterCellTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "visibleWhenCollapsed", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.e("VisibleWhenCollapsed"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "pipeArgs", { get: function () { return this.f; }, set: function (a) { this.f = a; this.e("PipeArgs"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "collapsible", { get: function () { return this.m; }, set: function (a) { this.m = a; this.e("Collapsible"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "expanded", { get: function () { return this.q; }, set: function (a) { this.q = a; this.e("Expanded"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "defaultWidth", { get: function () { return this.br; }, set: function (a) { this.br = a; this.e("DefaultWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "widthSetByUser", { get: function () { return this.af; }, set: function (a) { this.af = a; this.e("WidthSetByUser"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "parentColumn", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.e("ParentColumn"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "name", { get: function () { return this.b3; }, set: function (a) { this.b3 = a; this.e("Name"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "formatterRef", { get: function () { return this.bv; }, set: function (a) { this.bv = a; this.e("FormatterRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnDescription.prototype, "summaryFormatterRef", { get: function () { return this.b4; }, set: function (a) { this.b4 = a; this.e("SummaryFormatterRef"); }, enumerable: false, configurable: true }); WebColumnDescription.$t = markType(WebColumnDescription, 'WebColumnDescription', Description.$); return WebColumnDescription; }(Description)); export { WebColumnDescription };