UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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