UNPKG

igniteui-react-core

Version:
36 lines (35 loc) 1.28 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 { NativeUIContainer } from "./NativeUIContainer"; import { markType } from "./type"; /** * @hidden */ export let NativeUIAbsolutePanel = /*@__PURE__*/ (() => { class NativeUIAbsolutePanel extends NativeUIContainer { get_e() { return 9; } get bs() { return this.d; } bv(a, b) { this.bs.setX(this.an, a, b); } bw(a, b) { this.bs.setY(this.an, a, b); } bt(a) { return this.bs.getX(this.an, a); } bu(a) { return this.bs.getY(this.an, a); } } NativeUIAbsolutePanel.$t = /*@__PURE__*/ markType(NativeUIAbsolutePanel, 'NativeUIAbsolutePanel', NativeUIContainer.$); return NativeUIAbsolutePanel; })();