UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

49 lines (48 loc) 1.94 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 { Base, markType } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ var PivotDimensionStrategy = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PivotDimensionStrategy, _super); function PivotDimensionStrategy() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.b = new WCNativeHelper(); _this.d = null; return _this; } Object.defineProperty(PivotDimensionStrategy.prototype, "c", { get: function () { return this.b; }, enumerable: false, configurable: true }); Object.defineProperty(PivotDimensionStrategy.prototype, "nativeElement", { get: function () { return this.d; }, set: function (a) { this.d = a; this.b.o = this.d; }, enumerable: false, configurable: true }); PivotDimensionStrategy.prototype.setNativeElement = function (a) { this.nativeElement = a; }; PivotDimensionStrategy.prototype.a = function (a, b, c, d, e) { return (this.nativeElement.process(this.c.i(a), this.c.i(b), this.c.i(c), this.c.i(d), this.c.i(e))); }; PivotDimensionStrategy.$t = markType(PivotDimensionStrategy, 'PivotDimensionStrategy'); return PivotDimensionStrategy; }(Base)); export { PivotDimensionStrategy };