igniteui-angular-inputs
Version:
Ignite UI Angular input components for building rich data visualizations for modern web apps.
34 lines (33 loc) • 1.36 kB
JavaScript
import { ColorEditorLostFocusEventArgs as ColorEditorLostFocusEventArgs_internal } from "./ColorEditorLostFocusEventArgs";
var IgxColorEditorLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
function IgxColorEditorLostFocusEventArgs() {
this._implementation = this.createImplementation();
this._implementation.externalObject = this;
this.onImplementationCreated();
if (this._initializeAdapters) {
this._initializeAdapters();
}
}
IgxColorEditorLostFocusEventArgs.prototype.createImplementation = function () {
return new ColorEditorLostFocusEventArgs_internal();
};
Object.defineProperty(IgxColorEditorLostFocusEventArgs.prototype, "i", {
/**
* @hidden
*/
get: function () {
return this._implementation;
},
enumerable: false,
configurable: true
});
IgxColorEditorLostFocusEventArgs.prototype.onImplementationCreated = function () {
};
IgxColorEditorLostFocusEventArgs.prototype._provideImplementation = function (i) {
this._implementation = i;
this._implementation.externalObject = this;
this.onImplementationCreated();
};
return IgxColorEditorLostFocusEventArgs;
}());
export { IgxColorEditorLostFocusEventArgs };