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