igniteui-react-core
Version:
Ignite UI React Core.
182 lines (181 loc) • 4.87 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 { NativeUIPopupAnimationType_$type } from "./NativeUIPopupAnimationType";
import { NativeUIPopupPointerPosition_$type } from "./NativeUIPopupPointerPosition";
import { typeGetValue, enumGetBox, EnumUtil, markType } from "./type";
/**
* @hidden
*/
export let NativeUIPopup = /*@__PURE__*/ (() => {
class NativeUIPopup extends NativeUIContainer {
constructor() {
super(...arguments);
this.by = null;
this.bw = null;
this.bu = null;
}
get bs() {
return this.d;
}
get b7() {
return this.ah(22);
}
get b6() {
return this.ah(61);
}
get b3() {
return this.ah(62);
}
get b1() {
return this.ah(25);
}
set b1(a) {
this.a5(25, a);
}
get cb() {
return typeGetValue(this.ah(26));
}
set cb(a) {
this.a5(26, a);
}
get b2() {
return this.ah(40);
}
set b2(a) {
this.a5(40, a);
}
get bt() {
return EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, this.ah(36));
}
set bt(a) {
this.a5(36, enumGetBox(NativeUIPopupAnimationType_$type, a));
}
get ci() {
return this.ah(23);
}
set ci(a) {
this.a5(23, a);
}
get b9() {
return this.ah(17);
}
set b9(a) {
this.a5(17, a);
}
get_u() {
return this.ah(37);
}
set_u(a) {
this.a5(37, a);
}
get b4() {
return this.ah(38);
}
set b4(a) {
this.a5(38, a);
}
get cc() {
return typeGetValue(this.ah(41));
}
set cc(a) {
this.a5(41, a);
}
get b5() {
return this.ah(42);
}
set b5(a) {
this.a5(42, a);
}
get b0() {
return EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, this.ah(44));
}
set b0(a) {
this.a5(44, enumGetBox(NativeUIPopupPointerPosition_$type, a));
}
get cj() {
return this.ah(43);
}
set cj(a) {
this.a5(43, a);
}
get ca() {
return this.ah(63);
}
set ca(a) {
this.a5(63, a);
}
get b8() {
return this.ah(111);
}
set b8(a) {
this.a5(111, a);
}
get bz() {
return this.by;
}
set bz(a) {
let 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);
}
}
}
get bx() {
return this.bw;
}
set bx(a) {
let 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);
}
}
}
get bv() {
return this.bu;
}
set bv(a) {
let 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);
}
}
}
cg(a, b, c) {
this.bs.showRelativeToExclusionRect(this.an, a, b, c);
}
ch(a, b, c) {
this.bs.showRelativeToTarget(this.an, a, b, c);
}
cd() {
this.bs.close(this.an);
}
ce() {
this.bs.notifyContentSizeChanged(this.an);
}
cf(a) {
this.bs.notifyExclusionRectChanged(this.an, a);
}
}
NativeUIPopup.$t = /*@__PURE__*/ markType(NativeUIPopup, 'NativeUIPopup', NativeUIContainer.$);
return NativeUIPopup;
})();