UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

27 lines (26 loc) 993 B
import { __extends } from "tslib"; import { IgrGridColumnOptionsBase } from "./igr-grid-column-options-base"; var IgrGridColumnOptionsSectionBase = /** @class */ /*@__PURE__*/ (function (_super) { __extends(IgrGridColumnOptionsSectionBase, _super); function IgrGridColumnOptionsSectionBase(props) { return _super.call(this, props) || this; } Object.defineProperty(IgrGridColumnOptionsSectionBase.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgrGridColumnOptionsSectionBase.prototype.onApply = function () { this.i.bt(); }; IgrGridColumnOptionsSectionBase.prototype.onCancel = function () { this.i.bu(); }; return IgrGridColumnOptionsSectionBase; }(IgrGridColumnOptionsBase)); export { IgrGridColumnOptionsSectionBase };