UNPKG

igniteui-angular-inputs

Version:

Ignite UI Angular input components for building rich data visualizations for modern web apps.

34 lines (33 loc) 1.38 kB
import { ColorEditorPanelClosedEventArgs as ColorEditorPanelClosedEventArgs_internal } from "./ColorEditorPanelClosedEventArgs"; var IgxColorEditorPanelClosedEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgxColorEditorPanelClosedEventArgs() { this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgxColorEditorPanelClosedEventArgs.prototype.createImplementation = function () { return new ColorEditorPanelClosedEventArgs_internal(); }; Object.defineProperty(IgxColorEditorPanelClosedEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgxColorEditorPanelClosedEventArgs.prototype.onImplementationCreated = function () { }; IgxColorEditorPanelClosedEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); }; return IgxColorEditorPanelClosedEventArgs; }()); export { IgxColorEditorPanelClosedEventArgs };