UNPKG

igniteui-react-core

Version:
48 lines (47 loc) 1.88 kB
import { DataSourceRootSummariesChangedEventArgs as DataSourceRootSummariesChangedEventArgs_internal } from "./DataSourceRootSummariesChangedEventArgs"; /** * Provides information about row expansion or collapse. */ var IgrDataSourceRootSummariesChangedEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgrDataSourceRootSummariesChangedEventArgs() { this.mounted = false; this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgrDataSourceRootSummariesChangedEventArgs.prototype.createImplementation = function () { return new DataSourceRootSummariesChangedEventArgs_internal(); }; Object.defineProperty(IgrDataSourceRootSummariesChangedEventArgs.prototype, "nativeElement", { get: function () { return this._implementation.nativeElement; }, enumerable: false, configurable: true }); Object.defineProperty(IgrDataSourceRootSummariesChangedEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgrDataSourceRootSummariesChangedEventArgs.prototype.onImplementationCreated = function () { }; IgrDataSourceRootSummariesChangedEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } }; return IgrDataSourceRootSummariesChangedEventArgs; }()); export { IgrDataSourceRootSummariesChangedEventArgs };