UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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