igniteui-react-core
Version:
Ignite UI React Core.
53 lines (52 loc) • 1.89 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 { Base, markType } from "./type";
/**
* @hidden
*/
var NativeUIWindow = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUIWindow, _super);
function NativeUIWindow() {
return _super !== null && _super.apply(this, arguments) || this;
}
Object.defineProperty(NativeUIWindow, "b", {
get: function () {
return NativeUIWindow.a;
},
set: function (a) {
NativeUIWindow.a = a;
},
enumerable: false,
configurable: true
});
NativeUIWindow.g = function (a, b) {
NativeUIWindow.b.addEventListener(a, b);
};
NativeUIWindow.h = function (a, b, c) {
NativeUIWindow.b.addEventListener1(a, b, c);
};
NativeUIWindow.i = function (a, b) {
NativeUIWindow.b.removeEventListener(a, b);
};
NativeUIWindow.e = function () {
return NativeUIWindow.b.getWidth();
};
NativeUIWindow.f = function (a) {
return NativeUIWindow.b.getWidth1(a);
};
NativeUIWindow.c = function () {
return NativeUIWindow.b.getHeight();
};
NativeUIWindow.d = function (a) {
return NativeUIWindow.b.getHeight1(a);
};
NativeUIWindow.$t = markType(NativeUIWindow, 'NativeUIWindow');
NativeUIWindow.a = null;
return NativeUIWindow;
}(Base));
export { NativeUIWindow };