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