UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

48 lines (47 loc) 1.78 kB
import { OperatorSelectorOpeningEventArgs as OperatorSelectorOpeningEventArgs_internal } from "./OperatorSelectorOpeningEventArgs"; /** * Event arguments for the Opening event. */ var IgrOperatorSelectorOpeningEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgrOperatorSelectorOpeningEventArgs() { this.mounted = false; this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgrOperatorSelectorOpeningEventArgs.prototype.createImplementation = function () { return new OperatorSelectorOpeningEventArgs_internal(); }; Object.defineProperty(IgrOperatorSelectorOpeningEventArgs.prototype, "nativeElement", { get: function () { return this._implementation.nativeElement; }, enumerable: false, configurable: true }); Object.defineProperty(IgrOperatorSelectorOpeningEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgrOperatorSelectorOpeningEventArgs.prototype.onImplementationCreated = function () { }; IgrOperatorSelectorOpeningEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } }; return IgrOperatorSelectorOpeningEventArgs; }()); export { IgrOperatorSelectorOpeningEventArgs };