UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

37 lines (36 loc) 1.63 kB
import { DataSourcePropertiesRequestedChangedEventArgs as DataSourcePropertiesRequestedChangedEventArgs_internal } from "./DataSourcePropertiesRequestedChangedEventArgs"; /** * Provides information about a properties requested changed event. */ var IgxDataSourcePropertiesRequestedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgxDataSourcePropertiesRequestedChangedEventArgs() { this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgxDataSourcePropertiesRequestedChangedEventArgs.prototype.createImplementation = function () { return new DataSourcePropertiesRequestedChangedEventArgs_internal(); }; Object.defineProperty(IgxDataSourcePropertiesRequestedChangedEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgxDataSourcePropertiesRequestedChangedEventArgs.prototype.onImplementationCreated = function () { }; IgxDataSourcePropertiesRequestedChangedEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); }; return IgxDataSourcePropertiesRequestedChangedEventArgs; }()); export { IgxDataSourcePropertiesRequestedChangedEventArgs };