UNPKG

igniteui-react-core

Version:
264 lines (263 loc) 7.91 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 { NativeUIPopupAnimationType_$type } from "./NativeUIPopupAnimationType"; import { NativeUIPopupPointerPosition_$type } from "./NativeUIPopupPointerPosition"; import { typeGetValue, enumGetBox, EnumUtil, markType } from "./type"; /** * @hidden */ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) { __extends(NativeUIPopup, _super); function NativeUIPopup() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.bx = null; _this.bv = null; _this.bt = null; return _this; } Object.defineProperty(NativeUIPopup.prototype, "br", { get: function () { return this.d; }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b6", { get: function () { return this.ag(22); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b5", { get: function () { return this.ag(60); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b2", { get: function () { return this.ag(61); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b0", { get: function () { return this.ag(25); }, set: function (a) { this.a4(25, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "ca", { get: function () { return typeGetValue(this.ag(26)); }, set: function (a) { this.a4(26, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b1", { get: function () { return this.ag(39); }, set: function (a) { this.a4(39, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bs", { get: function () { return EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, this.ag(35)); }, set: function (a) { this.a4(35, enumGetBox(NativeUIPopupAnimationType_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "ch", { get: function () { return this.ag(23); }, set: function (a) { this.a4(23, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b8", { get: function () { return this.ag(17); }, set: function (a) { this.a4(17, a); }, enumerable: false, configurable: true }); NativeUIPopup.prototype.get_u = function () { return this.ag(36); }; NativeUIPopup.prototype.set_u = function (a) { this.a4(36, a); }; Object.defineProperty(NativeUIPopup.prototype, "b3", { get: function () { return this.ag(37); }, set: function (a) { this.a4(37, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "cb", { get: function () { return typeGetValue(this.ag(40)); }, set: function (a) { this.a4(40, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b4", { get: function () { return this.ag(41); }, set: function (a) { this.a4(41, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bz", { get: function () { return EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, this.ag(43)); }, set: function (a) { this.a4(43, enumGetBox(NativeUIPopupPointerPosition_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "ci", { get: function () { return this.ag(42); }, set: function (a) { this.a4(42, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b9", { get: function () { return this.ag(62); }, set: function (a) { this.a4(62, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b7", { get: function () { return this.ag(110); }, set: function (a) { this.a4(110, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "by", { get: function () { return this.bx; }, set: function (a) { var b = this.bx; this.bx = a; if (this.bx != b) { if (b != null) { this.a2(5, b); } if (this.bx != null) { this.aq(5, this.bx); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bw", { get: function () { return this.bv; }, set: function (a) { var b = this.bv; this.bv = a; if (this.bv != b) { if (b != null) { this.a2(29, b); } if (this.bv != null) { this.aq(29, this.bv); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bu", { get: function () { return this.bt; }, set: function (a) { var b = this.bt; this.bt = a; if (this.bt != b) { if (b != null) { this.a2(6, b); } if (this.bt != null) { this.aq(6, this.bt); } } }, enumerable: false, configurable: true }); NativeUIPopup.prototype.cf = function (a, b, c) { this.br.showRelativeToExclusionRect(this.am, a, b, c); }; NativeUIPopup.prototype.cg = function (a, b, c) { this.br.showRelativeToTarget(this.am, a, b, c); }; NativeUIPopup.prototype.cc = function () { this.br.close(this.am); }; NativeUIPopup.prototype.cd = function () { this.br.notifyContentSizeChanged(this.am); }; NativeUIPopup.prototype.ce = function (a) { this.br.notifyExclusionRectChanged(this.am, a); }; NativeUIPopup.$t = markType(NativeUIPopup, 'NativeUIPopup', NativeUIContainer.$); return NativeUIPopup; }(NativeUIContainer)); export { NativeUIPopup };