igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
36 lines (35 loc) • 1.3 kB
JavaScript
/*
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_c() {
return 9;
}
get az() {
return this.b;
}
a2(a, b) {
this.az.setX(this.u, a, b);
}
a3(a, b) {
this.az.setY(this.u, a, b);
}
a0(a, b) {
return this.az.getX(this.u, a);
}
a1(a, b) {
return this.az.getY(this.u, a);
}
}
NativeUIAbsolutePanel.$t = markType(NativeUIAbsolutePanel, 'NativeUIAbsolutePanel', NativeUIContainer.$);
return NativeUIAbsolutePanel;
})();