UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

71 lines (70 loc) 2.37 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 { BaseEventArgs } from "./BaseEventArgs"; import { WCNativeHelper } from "igniteui-react"; import { markType } from "igniteui-react-core"; /** * @hidden */ var ForOfState = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ForOfState, _super); function ForOfState() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.c = new WCNativeHelper(); _this.g = null; return _this; } Object.defineProperty(ForOfState.prototype, "d", { get: function () { return this.c; }, enumerable: false, configurable: true }); Object.defineProperty(ForOfState.prototype, "nativeElement", { get: function () { return this.g; }, set: function (a) { this.g = a; this.c.o = this.g; }, enumerable: false, configurable: true }); ForOfState.prototype.setNativeElement = function (a) { this.nativeElement = a; }; Object.defineProperty(ForOfState.prototype, "f", { get: function () { var ret_ = this.d.n("startIndex"); return ret_; }, set: function (a) { var value_ = a; this.d.w("startIndex", value_); }, enumerable: false, configurable: true }); Object.defineProperty(ForOfState.prototype, "e", { get: function () { var ret_ = this.d.n("chunkSize"); return ret_; }, set: function (a) { var value_ = a; this.d.w("chunkSize", value_); }, enumerable: false, configurable: true }); ForOfState.$t = markType(ForOfState, 'ForOfState', BaseEventArgs.$); return ForOfState; }(BaseEventArgs)); export { ForOfState };