UNPKG

igniteui-react-core

Version:
45 lines (44 loc) 1.53 kB
import { OnClosedEventArgs as OnClosedEventArgs_internal } from "./OnClosedEventArgs"; var IgrOnClosedEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgrOnClosedEventArgs() { this.mounted = false; this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgrOnClosedEventArgs.prototype.createImplementation = function () { return new OnClosedEventArgs_internal(); }; Object.defineProperty(IgrOnClosedEventArgs.prototype, "nativeElement", { get: function () { return this._implementation.nativeElement; }, enumerable: false, configurable: true }); Object.defineProperty(IgrOnClosedEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgrOnClosedEventArgs.prototype.onImplementationCreated = function () { }; IgrOnClosedEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } }; return IgrOnClosedEventArgs; }()); export { IgrOnClosedEventArgs };