UNPKG

igniteui-react-core

Version:
264 lines (263 loc) 7.95 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, __read, __spreadArray } 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.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.by = null; _this.bw = null; _this.bu = null; return _this; } Object.defineProperty(NativeUIPopup.prototype, "bs", { get: function () { return this.d; }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b7", { get: function () { return this.ah(22); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b6", { get: function () { return this.ah(61); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b3", { get: function () { return this.ah(62); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b1", { get: function () { return this.ah(25); }, set: function (a) { this.a5(25, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "cb", { get: function () { return typeGetValue(this.ah(26)); }, set: function (a) { this.a5(26, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b2", { get: function () { return this.ah(40); }, set: function (a) { this.a5(40, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bt", { get: function () { return EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, this.ah(36)); }, set: function (a) { this.a5(36, enumGetBox(NativeUIPopupAnimationType_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "ci", { get: function () { return this.ah(23); }, set: function (a) { this.a5(23, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b9", { get: function () { return this.ah(17); }, set: function (a) { this.a5(17, a); }, enumerable: false, configurable: true }); NativeUIPopup.prototype.get_u = function () { return this.ah(37); }; NativeUIPopup.prototype.set_u = function (a) { this.a5(37, a); }; Object.defineProperty(NativeUIPopup.prototype, "b4", { get: function () { return this.ah(38); }, set: function (a) { this.a5(38, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "cc", { get: function () { return typeGetValue(this.ah(41)); }, set: function (a) { this.a5(41, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b5", { get: function () { return this.ah(42); }, set: function (a) { this.a5(42, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b0", { get: function () { return EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, this.ah(44)); }, set: function (a) { this.a5(44, enumGetBox(NativeUIPopupPointerPosition_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "cj", { get: function () { return this.ah(43); }, set: function (a) { this.a5(43, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "ca", { get: function () { return this.ah(63); }, set: function (a) { this.a5(63, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "b8", { get: function () { return this.ah(111); }, set: function (a) { this.a5(111, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bz", { get: function () { return this.by; }, set: function (a) { var b = this.by; this.by = a; if (this.by != b) { if (b != null) { this.a3(5, b); } if (this.by != null) { this.ar(5, this.by); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bx", { get: function () { return this.bw; }, set: function (a) { var b = this.bw; this.bw = a; if (this.bw != b) { if (b != null) { this.a3(29, b); } if (this.bw != null) { this.ar(29, this.bw); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIPopup.prototype, "bv", { get: function () { return this.bu; }, set: function (a) { var b = this.bu; this.bu = a; if (this.bu != b) { if (b != null) { this.a3(6, b); } if (this.bu != null) { this.ar(6, this.bu); } } }, enumerable: false, configurable: true }); NativeUIPopup.prototype.cg = function (a, b, c) { this.bs.showRelativeToExclusionRect(this.an, a, b, c); }; NativeUIPopup.prototype.ch = function (a, b, c) { this.bs.showRelativeToTarget(this.an, a, b, c); }; NativeUIPopup.prototype.cd = function () { this.bs.close(this.an); }; NativeUIPopup.prototype.ce = function () { this.bs.notifyContentSizeChanged(this.an); }; NativeUIPopup.prototype.cf = function (a) { this.bs.notifyExclusionRectChanged(this.an, a); }; NativeUIPopup.$t = markType(NativeUIPopup, 'NativeUIPopup', NativeUIContainer.$); return NativeUIPopup; }(NativeUIContainer)); export { NativeUIPopup };