UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

44 lines (43 loc) 1.81 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, "br", { get: function () { return this.d; }, enumerable: false, configurable: true }); NativeUIAbsolutePanel.prototype.bu = function (a, b) { this.br.setX(this.am, a, b); }; NativeUIAbsolutePanel.prototype.bv = function (a, b) { this.br.setY(this.am, a, b); }; NativeUIAbsolutePanel.prototype.bs = function (a) { return this.br.getX(this.am, a); }; NativeUIAbsolutePanel.prototype.bt = function (a) { return this.br.getY(this.am, a); }; NativeUIAbsolutePanel.$t = markType(NativeUIAbsolutePanel, 'NativeUIAbsolutePanel', NativeUIContainer.$); return NativeUIAbsolutePanel; }(NativeUIContainer)); export { NativeUIAbsolutePanel };