UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

37 lines (36 loc) 1.45 kB
import { OperatorSelectorClosingEventArgs as OperatorSelectorClosingEventArgs_internal } from "./OperatorSelectorClosingEventArgs"; var IgcOperatorSelectorClosingEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgcOperatorSelectorClosingEventArgs() { this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgcOperatorSelectorClosingEventArgs.prototype.createImplementation = function () { return new OperatorSelectorClosingEventArgs_internal(); }; Object.defineProperty(IgcOperatorSelectorClosingEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgcOperatorSelectorClosingEventArgs.prototype.onImplementationCreated = function () { }; IgcOperatorSelectorClosingEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } }; return IgcOperatorSelectorClosingEventArgs; }()); export { IgcOperatorSelectorClosingEventArgs };