UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

45 lines (44 loc) 1.64 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 { Base, markType } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ export let GridRowEditActionsTemplateContext = /*@__PURE__*/ (() => { class GridRowEditActionsTemplateContext extends Base { constructor() { super(...arguments); this.c = new WCNativeHelper(); this.e = null; } get d() { return this.c; } get nativeElement() { return this.e; } set nativeElement(a) { this.e = a; this.c.o = this.e; } setNativeElement(a) { this.nativeElement = a; } get b() { let ret_ = this.d.n("implicit"); return ret_; } set b(a) { let value_ = a; this.d.w("implicit", value_); } } GridRowEditActionsTemplateContext.$t = /*@__PURE__*/ markType(GridRowEditActionsTemplateContext, 'GridRowEditActionsTemplateContext'); GridRowEditActionsTemplateContext.__marshalByValueIgnore = ["implicit"]; return GridRowEditActionsTemplateContext; })();