UNPKG

igniteui-react-core

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