UNPKG

igniteui-react-core

Version:
169 lines (168 loc) 4.52 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 "./type"; import { UIElementPropertyAccessorFactory } from "./UIElementPropertyAccessorFactory"; import { MatrixTransform } from "./MatrixTransform"; import { TransformMatrixHelpler } from "./TransformMatrixHelpler"; /** * @hidden */ export let NativeUI = /*@__PURE__*/ (() => { class NativeUI extends Base { static aj(a, b, c) { let d = UIElementPropertyAccessorFactory.c.a(a, 0); d.c(b, c); } static l(a, b) { let c = UIElementPropertyAccessorFactory.c.a(a, 0); return c.b(b); } static ab(a, b) { NativeUI.aj(1, a, b); } static g(a) { return NativeUI.l(1, a); } static n(a, b) { NativeUI.aj(2, a, b); } static am(a) { return NativeUI.l(2, a); } static o(a, b) { NativeUI.aj(3, a, b); } static an(a) { return NativeUI.l(3, a); } static q(a, b) { NativeUI.aj(4, a, b); } static at(a) { return NativeUI.l(4, a); } static p(a, b) { NativeUI.aj(5, a, b); } static ac(a, b) { NativeUI.aj(6, a, b); } static av(a) { return NativeUI.l(6, a); } static al(a) { return NativeUI.l(5, a); } static r(a, b) { NativeUI.aj(7, a, b); } static ao(a) { return NativeUI.l(7, a); } static u(a, b) { NativeUI.aj(8, a, b); } static c(a) { return NativeUI.l(8, a); } static ak(a, b) { NativeUI.aj(9, a, b); } static k(a) { return NativeUI.l(9, a); } static aa(a, b) { NativeUI.aj(26, a, b); } static f(a) { return NativeUI.l(26, a); } static v(a, b) { NativeUI.aj(10, a, b); } static d(a) { return NativeUI.l(10, a); } static x(a, b) { NativeUI.aj(11, a, b); } static ah(a, b) { NativeUI.aj(12, a, b); } static e(a) { return NativeUI.l(11, a); } static j(a) { return NativeUI.l(12, a); } static y(a, b) { NativeUI.aj(13, a, b); } static au(a) { return NativeUI.l(13, a); } static ai(a, b) { let c = TransformMatrixHelpler.f(b); let d = new MatrixTransform(); d.j = c; NativeUI.aj(14, a, d); } static ar(a) { return NativeUI.l(14, a); } static ad(a, b) { NativeUI.aj(15, a, b); } static t(a, b) { NativeUI.aj(16, a, b); } static ap(a) { return NativeUI.l(16, a); } static aq(a) { return NativeUI.l(15, a); } static ag(a, b) { NativeUI.aj(17, a, b); } static i(a) { return NativeUI.l(17, a); } static ae(a, b) { NativeUI.aj(18, a, b); } static a(a) { return NativeUI.l(18, a); } static af(a, b) { NativeUI.aj(19, a, b); } static h(a) { return NativeUI.l(19, a); } static w(a, b) { NativeUI.aj(21, a, b); } static b(a) { return NativeUI.l(21, a); } static m(a, b) { NativeUI.aj(28, a, b); } static as(a) { return NativeUI.l(29, a); } static s(a, b) { NativeUI.aj(20, a, b); } static z(a, b) { NativeUI.aj(27, a, b); } } NativeUI.$t = /*@__PURE__*/ markType(NativeUI, 'NativeUI'); return NativeUI; })();