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.u = false; _this.x = false; _this.p = false; _this.n = false; _this.y = false; _this.q = false; _this.a8 = null; _this.a9 = null; _this.bb = null; _this.r = false; _this.t = false; _this.a5 = null; _this.s = false; _this.a6 = null; _this.a1 = null; _this.a7 = null; _this.v = false; _this.w = false; _this.j = false; _this.k = false; _this.av = 0; _this.au = 0; _this.at = 0; _this.as = 0; _this.a0 = null; _this.ba = null; _this.bc = null; _this.l = false; _this.m = false; _this.i = false; _this.o = false; _this.z = 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.u; }, set: function (a) { this.u = a; this.g("Pinned"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "sortable", { get: function () { return this.x; }, set: function (a) { this.x = a; this.g("Sortable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "filterable", { get: function () { return this.p; }, set: function (a) { this.p = a; this.g("Filterable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "editable", { get: function () { return this.n; }, set: function (a) { this.n = a; this.g("Editable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "sortingIgnoreCase", { get: function () { return this.y; }, set: function (a) { this.y = a; this.g("SortingIgnoreCase"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "filteringIgnoreCase", { get: function () { return this.q; }, set: function (a) { this.q = a; this.g("FilteringIgnoreCase"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "headerClasses", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.g("HeaderClasses"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "headerGroupClasses", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.g("HeaderGroupClasses"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "maxWidth", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.g("MaxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "groupable", { get: function () { return this.r; }, set: function (a) { this.r = a; this.g("Groupable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "hidden", { get: function () { return this.t; }, set: function (a) { this.t = a; this.g("Hidden"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "dataType", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.g("DataType"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "hasSummary", { get: function () { return this.s; }, set: function (a) { this.s = a; this.g("HasSummary"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "field", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.g("Field"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "width", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.g("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "header", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.g("Header"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "resizable", { get: function () { return this.v; }, set: function (a) { this.v = a; this.g("Resizable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "searchable", { get: function () { return this.w; }, set: function (a) { this.w = a; this.g("Searchable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "columnGroup", { get: function () { return this.j; }, set: function (a) { this.j = a; this.g("ColumnGroup"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "columnLayout", { get: function () { return this.k; }, set: function (a) { this.k = a; this.g("ColumnLayout"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "rowStart", { get: function () { return this.av; }, set: function (a) { this.av = a; this.g("RowStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "rowEnd", { get: function () { return this.au; }, set: function (a) { this.au = a; this.g("RowEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "colStart", { get: function () { return this.at; }, set: function (a) { this.at = a; this.g("ColStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "colEnd", { get: function () { return this.as; }, set: function (a) { this.as = a; this.g("ColEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "parent", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.g("Parent"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "key", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.g("Key"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "parentKey", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.g("ParentKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "disableHiding", { get: function () { return this.l; }, set: function (a) { this.l = a; this.g("DisableHiding"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "disablePinning", { get: function () { return this.m; }, set: function (a) { this.m = a; this.g("DisablePinning"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "collapsible", { get: function () { return this.i; }, set: function (a) { this.i = a; this.g("Collapsible"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "expanded", { get: function () { return this.o; }, set: function (a) { this.o = a; this.g("Expanded"); }, enumerable: false, configurable: true }); Object.defineProperty(WebColumnStateDescription.prototype, "visibleWhenCollapsed", { get: function () { return this.z; }, set: function (a) { this.z = a; this.g("VisibleWhenCollapsed"); }, enumerable: false, configurable: true }); WebColumnStateDescription.$t = markType(WebColumnStateDescription, 'WebColumnStateDescription', Description.$); WebColumnStateDescription.__marshalByValue = true; WebColumnStateDescription.__marshalByValueAlias = "ColumnState"; return WebColumnStateDescription; }(Description)); export { WebColumnStateDescription };