UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

419 lines (418 loc) 12.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 WebColumnStateDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebColumnStateDescription, _super); function WebColumnStateDescription() { var _this = _super.call(this) || this; _this.x = false; _this.aa = false; _this.s = false; _this.q = false; _this.ab = false; _this.t = false; _this.bb = null; _this.bc = null; _this.be = null; _this.u = false; _this.w = false; _this.a8 = null; _this.v = false; _this.a9 = null; _this.a4 = null; _this.ba = null; _this.y = false; _this.z = false; _this.m = false; _this.n = false; _this.ay = 0; _this.ax = 0; _this.aw = 0; _this.av = 0; _this.a3 = null; _this.bd = null; _this.bf = null; _this.o = false; _this.p = false; _this.l = false; _this.r = false; _this.ac = false; return _this; } WebColumnStateDescription.prototype.get_type = function () { return "WebColumnState"; }; Object.defineProperty(WebColumnStateDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "pinned", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("Pinned"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "sortable", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("Sortable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "filterable", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("Filterable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "editable", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("Editable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "sortingIgnoreCase", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("SortingIgnoreCase"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "filteringIgnoreCase", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("FilteringIgnoreCase"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "headerClasses", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("HeaderClasses"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "headerGroupClasses", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("HeaderGroupClasses"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "maxWidth", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("MaxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "groupable", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("Groupable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "hidden", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("Hidden"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "dataType", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("DataType"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "hasSummary", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("HasSummary"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "field", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("Field"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "width", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "header", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("Header"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "resizable", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("Resizable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "searchable", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("Searchable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "columnGroup", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("ColumnGroup"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "columnLayout", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("ColumnLayout"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "rowStart", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("RowStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "rowEnd", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.j("RowEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "colStart", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("ColStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "colEnd", { get: function () { return this.av; }, set: function (a) { this.av = a; this.j("ColEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "parent", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("Parent"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "key", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("Key"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "parentKey", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("ParentKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "disableHiding", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("DisableHiding"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "disablePinning", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("DisablePinning"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "collapsible", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("Collapsible"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "expanded", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("Expanded"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "visibleWhenCollapsed", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("VisibleWhenCollapsed"); }, enumerable: false, configurable: true }); WebColumnStateDescription.$t = markType(WebColumnStateDescription, 'WebColumnStateDescription', Description.$); WebColumnStateDescription.__marshalByValue = true; WebColumnStateDescription.__marshalByValueAlias = "ColumnState"; return WebColumnStateDescription; }(Description)); export { WebColumnStateDescription };