igniteui-webcomponents-inputs
Version:
Ignite UI Web Components inputs components.
37 lines (36 loc) • 1.44 kB
JavaScript
import { ColorEditorPanelClosedEventArgs as ColorEditorPanelClosedEventArgs_internal } from "./ColorEditorPanelClosedEventArgs";
var IgcColorEditorPanelClosedEventArgs = /** @class */ /*@__PURE__*/ (function () {
function IgcColorEditorPanelClosedEventArgs() {
this._implementation = this.createImplementation();
this._implementation.externalObject = this;
this.onImplementationCreated();
if (this._initializeAdapters) {
this._initializeAdapters();
}
}
IgcColorEditorPanelClosedEventArgs.prototype.createImplementation = function () {
return new ColorEditorPanelClosedEventArgs_internal();
};
Object.defineProperty(IgcColorEditorPanelClosedEventArgs.prototype, "i", {
/**
* @hidden
*/
get: function () {
return this._implementation;
},
enumerable: false,
configurable: true
});
IgcColorEditorPanelClosedEventArgs.prototype.onImplementationCreated = function () {
};
IgcColorEditorPanelClosedEventArgs.prototype._provideImplementation = function (i) {
this._implementation = i;
this._implementation.externalObject = this;
this.onImplementationCreated();
if (this._initializeAdapters) {
this._initializeAdapters();
}
};
return IgcColorEditorPanelClosedEventArgs;
}());
export { IgcColorEditorPanelClosedEventArgs };