UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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