UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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