UNPKG

igniteui-react-core

Version:
44 lines (43 loc) 1.77 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 { NativeUIContainer } from "./NativeUIContainer"; import { markType } from "./type"; /** * @hidden */ var NativeUIAbsolutePanel = /** @class */ /*@__PURE__*/ (function (_super) { __extends(NativeUIAbsolutePanel, _super); function NativeUIAbsolutePanel() { return _super !== null && _super.apply(this, arguments) || this; } NativeUIAbsolutePanel.prototype.get_e = function () { return 9; }; Object.defineProperty(NativeUIAbsolutePanel.prototype, "bs", { get: function () { return this.d; }, enumerable: false, configurable: true }); NativeUIAbsolutePanel.prototype.bv = function (a, b) { this.bs.setX(this.an, a, b); }; NativeUIAbsolutePanel.prototype.bw = function (a, b) { this.bs.setY(this.an, a, b); }; NativeUIAbsolutePanel.prototype.bt = function (a) { return this.bs.getX(this.an, a); }; NativeUIAbsolutePanel.prototype.bu = function (a) { return this.bs.getY(this.an, a); }; NativeUIAbsolutePanel.$t = markType(NativeUIAbsolutePanel, 'NativeUIAbsolutePanel', NativeUIContainer.$); return NativeUIAbsolutePanel; }(NativeUIContainer)); export { NativeUIAbsolutePanel };