igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
345 lines (344 loc) • 10.2 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 { __extends } from "tslib";
import { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var PopupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PopupDescription, _super);
function PopupDescription() {
var _this = _super.call(this) || this;
_this.o = false;
_this.ah = 0;
_this.k = false;
_this.ap = null;
_this.ai = 0;
_this.ag = 0;
_this.ao = null;
_this.an = null;
_this.am = null;
_this.aq = null;
_this.ac = 0;
_this.p = false;
_this.l = false;
_this.q = false;
_this.av = null;
_this.au = null;
_this.ad = 0;
_this.r = false;
_this.m = false;
_this.n = false;
_this.s = false;
_this.as = null;
_this.at = null;
_this.aw = null;
_this.ax = null;
_this.ar = null;
return _this;
}
PopupDescription.prototype.get_type = function () {
return "Popup";
};
Object.defineProperty(PopupDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "isFocusable", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("IsFocusable");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "animationDuration", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("AnimationDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "animationEnabled", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("AnimationEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "animationType", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("AnimationType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "elevation", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("Elevation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "actualElevation", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("ActualElevation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "actualUmbraShadowColor", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ActualUmbraShadowColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "actualPenumbraShadowColor", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("ActualPenumbraShadowColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "actualAmbientShadowColor", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("ActualAmbientShadowColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "background", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "cornerRadius", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("CornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "isHitTestVisible", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("IsHitTestVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "disableHitTestDuringAnimation", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("DisableHitTestDuringAnimation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "isPointerEnabled", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("IsPointerEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "pointerPosition", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("PointerPosition");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "pointerBackground", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("PointerBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "pointerSize", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("PointerSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "isShowing", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("IsShowing");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "isClosing", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("IsClosing");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "isFixed", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("IsFixed");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "useTopLayer", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("UseTopLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "onClosedRef", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("OnClosedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "onPopupRef", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("OnPopupRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "popupGotFocusRef", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("PopupGotFocusRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "popupLostFocusRef", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("PopupLostFocusRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PopupDescription.prototype, "measuringContentSizeRef", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("MeasuringContentSizeRef");
},
enumerable: false,
configurable: true
});
PopupDescription.$t = markType(PopupDescription, 'PopupDescription', Description.$);
return PopupDescription;
}(Description));
export { PopupDescription };