UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

118 lines (117 loc) 3.97 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { Base, markType } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ var ColumnSelectionEventArgsDetail = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ColumnSelectionEventArgsDetail, _super); function ColumnSelectionEventArgsDetail() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.e = new WCNativeHelper(); _this.h = null; return _this; } Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "f", { get: function () { return this.e; }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "nativeElement", { get: function () { return this.h; }, set: function (a) { this.h = a; this.e.o = this.h; }, enumerable: false, configurable: true }); ColumnSelectionEventArgsDetail.prototype.setNativeElement = function (a) { this.nativeElement = a; }; Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "c", { get: function () { var ret_ = this.f.n("oldSelection"); return ret_; }, set: function (a) { var value_ = a; this.f.w("oldSelection", value_); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "b", { get: function () { var ret_ = this.f.n("newSelection"); return ret_; }, set: function (a) { var value_ = a; this.f.w("newSelection", value_); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "a", { get: function () { var ret_ = this.f.n("added"); return ret_; }, set: function (a) { var value_ = a; this.f.w("added", value_); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "d", { get: function () { var ret_ = this.f.n("removed"); return ret_; }, set: function (a) { var value_ = a; this.f.w("removed", value_); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "g", { get: function () { var ret_ = this.f.n("cancel"); return ret_; }, set: function (a) { var value_ = a; this.f.w("cancel", value_); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSelectionEventArgsDetail.prototype, "j", { get: function () { var ret_ = this.f.n("owner"); return ret_; }, set: function (a) { var value_ = a; this.f.w("owner", value_); }, enumerable: false, configurable: true }); ColumnSelectionEventArgsDetail.$t = markType(ColumnSelectionEventArgsDetail, 'ColumnSelectionEventArgsDetail'); return ColumnSelectionEventArgsDetail; }(Base)); export { ColumnSelectionEventArgsDetail };