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