UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

68 lines (67 loc) 2.47 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 { CellPresenterBase } from "./CellPresenterBase"; import { CellModel } from "./CellModel"; import { FilterCellModel } from "./FilterCellModel"; import { markType } from "igniteui-react-core"; /** * @hidden */ var FilterCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FilterCellPresenter, _super); function FilterCellPresenter(a) { return _super.call(this, a) || this; } FilterCellPresenter.prototype.b = function (a) { _super.prototype.b.call(this, a); this.e(a); }; Object.defineProperty(FilterCellPresenter.prototype, "d", { get: function () { return this.nativeCell; }, enumerable: false, configurable: true }); FilterCellPresenter.prototype.e = function (a) { var b = a; if (a.a3) { if (b.a8(FilterCellModel.mx)) { this.d.cm = b.mk; } if (b.a8(CellModel.fs)) { this.d.c1 = b.ag; } if (b.a8(FilterCellModel.m0)) { this.d.cl = b.mi; } if (b.a8(FilterCellModel.mz)) { this.d.cu = b.mo; } if (b.a8(FilterCellModel.m1)) { if (b.mq) { this.d.dp(); } else { this.d.dn(); } } if (b.a8(FilterCellModel.er)) { this.d.ea = b.lw; } } if (a.bj || a.bo) { if (b.a8(FilterCellModel.hf) || b.a8(FilterCellModel.hg) || b.a8(FilterCellModel.he) || b.a8(FilterCellModel.fv)) { this.d.d8(b.cu, b.cv, b.hd, b.fu); } } }; FilterCellPresenter.$t = markType(FilterCellPresenter, 'FilterCellPresenter', CellPresenterBase.$); return FilterCellPresenter; }(CellPresenterBase)); export { FilterCellPresenter };