UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

84 lines (83 loc) 2.47 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 PivotKeys = /*@__PURE__*/ (() => { class PivotKeys extends Base { constructor() { super(...arguments); this.a = new WCNativeHelper(); this.c = null; } get b() { return this.a; } get nativeElement() { return this.c; } set nativeElement(a) { this.c = a; this.a.o = this.c; } setNativeElement(a) { this.nativeElement = a; } get f() { let ret_ = this.b.n("children"); return ret_; } set f(a) { let value_ = a; this.b.w("children", value_); } get i() { let ret_ = this.b.n("records"); return ret_; } set i(a) { let value_ = a; this.b.w("records", value_); } get e() { let ret_ = this.b.n("aggregations"); return ret_; } set e(a) { let value_ = a; this.b.w("aggregations", value_); } get h() { let ret_ = this.b.n("level"); return ret_; } set h(a) { let value_ = a; this.b.w("level", value_); } get g() { let ret_ = this.b.n("columnDimensionSeparator"); return ret_; } set g(a) { let value_ = a; this.b.w("columnDimensionSeparator", value_); } get j() { let ret_ = this.b.n("rowDimensionSeparator"); return ret_; } set j(a) { let value_ = a; this.b.w("rowDimensionSeparator", value_); } } PivotKeys.$t = /*@__PURE__*/ markType(PivotKeys, 'PivotKeys'); return PivotKeys; })();