UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

55 lines (54 loc) 2.08 kB
import { GridFilterDialogFilterChangeEventArgs as GridFilterDialogFilterChangeEventArgs_internal } from "./GridFilterDialogFilterChangeEventArgs"; var IgrGridFilterDialogFilterChangeEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgrGridFilterDialogFilterChangeEventArgs() { this.mounted = false; this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgrGridFilterDialogFilterChangeEventArgs.prototype.createImplementation = function () { return new GridFilterDialogFilterChangeEventArgs_internal(); }; Object.defineProperty(IgrGridFilterDialogFilterChangeEventArgs.prototype, "nativeElement", { get: function () { return this._implementation.nativeElement; }, enumerable: false, configurable: true }); Object.defineProperty(IgrGridFilterDialogFilterChangeEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgrGridFilterDialogFilterChangeEventArgs.prototype.onImplementationCreated = function () { }; IgrGridFilterDialogFilterChangeEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } }; Object.defineProperty(IgrGridFilterDialogFilterChangeEventArgs.prototype, "filter", { get: function () { return this.i.a; }, set: function (v) { this.i.a = v; }, enumerable: false, configurable: true }); return IgrGridFilterDialogFilterChangeEventArgs; }()); export { IgrGridFilterDialogFilterChangeEventArgs };