UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

981 lines (980 loc) 31.5 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 { EventProxy } from "./EventProxy"; import { Point_$type, runOn, markType, PointUtil, String_$type, Delegate_$type } from "./type"; import { Rect } from "./Rect"; import { MouseEventArgs } from "./MouseEventArgs"; import { Dictionary$2 } from "./Dictionary$2"; import { List$1 } from "./List$1"; /** * @hidden */ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) { __extends(BaseDOMEventProxy, _super); function BaseDOMEventProxy() { var _this = _super.call(this) || this; _this.b5 = null; _this.bw = false; _this.by = false; _this.b4 = null; _this.bp = false; _this.b2 = 0; _this.b3 = 0; _this.b0 = 0; _this.b1 = 0; _this.b6 = 0; _this.c4 = null; _this.c3 = null; _this.bo = false; _this.b7 = -1; _this.bt = false; _this.bq = false; _this.bn = false; _this.ao = 1; return _this; } BaseDOMEventProxy.prototype.d = function () { var a = new DOMEventProxy(this.b5, this.b4, this.by); a.ab = this.ab; a.aq = this.aq; return a; }; Object.defineProperty(BaseDOMEventProxy, "bz", { get: function () { return (BaseDOMEventProxy.bu || BaseDOMEventProxy.bv); }, enumerable: false, configurable: true }); BaseDOMEventProxy.prototype.bl = function (a) { return DOMEventProxy.c5(a); }; BaseDOMEventProxy.prototype.bs = function (e_) { var pointerEvent_ = e_.originalEvent; var a = false; if (BaseDOMEventProxy.bv) { a = (pointerEvent_.pointerType == 'touch'); } else { a = (pointerEvent_.pointerType == pointerEvent_.MSPOINTER_TYPE_TOUCH); } return a; }; BaseDOMEventProxy.prototype.cv = function (a) { if (!this.ae) { if (this.br(a)) { if (this.as == null || this.as(a)) { a.preventDefault(); } } } }; BaseDOMEventProxy.prototype.br = function (e_) { return (e_.originalEvent.cancelable || e_.originalEvent.cancelable == undefined); }; BaseDOMEventProxy.prototype.cr = function () { var source_ = this.b5.getNativeElement(); BaseDOMEventProxy.cu(source_); }; BaseDOMEventProxy.cu = function (source_) { if (BaseDOMEventProxy.bv) { source_.style.touchAction = 'none'; } else { source_.style.msTouchAction = 'none'; } source_.style.msUserSelect = 'none'; source_.style.webkitTouchCallout = 'none'; source_.style.webkitUserSelect = 'none'; source_.style.khtmlUserSelect = 'none'; source_.style.mozUserSelect = 'none'; source_.style.userSelect = 'none'; }; BaseDOMEventProxy.co = function (source_) { if (BaseDOMEventProxy.bv) { source_.style.touchAction = 'auto'; } else { source_.style.msTouchAction = 'auto'; } source_.style.msUserSelect = 'auto'; source_.style.webkitTouchCallout = 'none'; source_.style.webkitUserSelect = 'auto'; source_.style.khtmlUserSelect = 'auto'; source_.style.mozUserSelect = 'auto'; source_.style.userSelect = 'auto'; }; BaseDOMEventProxy.prototype.cp = function () { var source_ = this.b5.getNativeElement(); BaseDOMEventProxy.co(source_); }; BaseDOMEventProxy.prototype.ax = function () { _super.prototype.ax.call(this); if (!this.ae) { this.cr(); } else { this.cp(); } }; BaseDOMEventProxy.prototype.cc = function () { var ver_ = -1; var matchIE_ = /Trident\/([\d.]+)/; if ((matchIE_.exec(navigator.userAgent) != null)) { ver_ = (parseFloat(RegExp.$1)); } return ver_; }; BaseDOMEventProxy.prototype.cb = function () { var ver_ = -1; var matchIE_ = /Edge\/([\d.]+)/; if ((matchIE_.exec(navigator.userAgent) != null)) { ver_ = (parseFloat(RegExp.$1)); } return ver_; }; BaseDOMEventProxy.ct = function (e_) { var a = BaseDOMEventProxy.cd >= 6; var oe_ = e_.originalEvent; if ((((typeof e_.pageX == 'undefined')) || a) && oe_.clientX != null) { var od_ = void 0; if ((e_.target !== undefined)) { od_ = e_.target.ownerDocument; } else { od_ = e_.originalEvent.target.ownerDocument; } var ed_ = od_ ? od_ : document; var doc_ = ed_.documentElement; var body_ = ed_.body; var clientX_ = oe_.clientX; var clientY_ = oe_.clientY; var scrollLeft_ = doc_ && doc_.scrollLeft || body_ && body_.scrollLeft || 0; var scrollTop_ = doc_ && doc_.scrollTop || body_ && body_.scrollTop || 0; var clientLeft_ = doc_ && doc_.clientLeft || body_ && body_.clientLeft || 0; var clientTop_ = doc_ && doc_.clientTop || body_ && body_.clientTop || 0; e_.pageX = clientX_ + (scrollLeft_ - clientLeft_); e_.pageY = clientY_ + (scrollTop_ - clientTop_); } if ((!e_.pageX)) { e_.pageX = e_.originalEvent.pageX; } if ((!e_.pageY)) { e_.pageY = e_.originalEvent.pageY; } if (((typeof e_.button == 'undefined')) && ((typeof oe_.button != 'undefined'))) { e_.button = oe_.button; } }; BaseDOMEventProxy.c5 = function (a) { var b = BaseDOMEventProxy.cd >= 6; var source_ = a.getNativeElement(); var d_ = source_.ownerDocument; var doc_ = d_ ? d_.documentElement : null; var z_ = doc_ ? doc_.msContentZoomFactor : null; var body_ = doc_.body; if ((z_ && z_ > 1) || b) { var rect_ = source_.getBoundingClientRect(); var x_ = (rect_.left); var y_ = (rect_.top); var scrollLeft_ = (doc_ && doc_.scrollLeft || body_ && body_.scrollLeft || 0); var scrollTop_ = (doc_ && doc_.scrollTop || body_ && body_.scrollTop || 0); var clientLeft_ = (doc_ && doc_.clientLeft || body_ && body_.clientLeft || 0); var clientTop_ = (doc_ && doc_.clientTop || body_ && body_.clientTop || 0); var c = x_ + scrollLeft_ - clientLeft_; var d = y_ + scrollTop_ - clientTop_; return new Rect(0, c, d, 0, 0); } else { var e = a.getOffset(); return new Rect(0, e.left, e.top, 0, 0); } }; Object.defineProperty(BaseDOMEventProxy.prototype, "b9", { get: function () { return this.b6; }, set: function (a) { this.b6 = a; }, enumerable: false, configurable: true }); BaseDOMEventProxy.prototype.cy = function (a) { this.at = a; BaseDOMEventProxy.ct(a); var b = BaseDOMEventProxy.c5(this.b5); var c = 0; var d = 0; if (Rect.l_op_Inequality(this.bm, null)) { c = this.bm.left; d = this.bm.top; } this.b2 = (a.pageX - b.left) * this.ao; this.b3 = (a.pageY - b.top) * this.ao; this.b0 = this.b2 - c; this.b1 = this.b3 - d; this.c4 = { $type: Point_$type, x: this.b2, y: this.b3 }; this.c3 = { $type: Point_$type, x: this.b0, y: this.b1 }; }; BaseDOMEventProxy.prototype.cz = function (e_) { this.at = e_; BaseDOMEventProxy.ct(e_); if (BaseDOMEventProxy.bz) { var a = e_.pageX; var b = e_.pageY; var c = BaseDOMEventProxy.c5(this.b5); this.b2 = a - c.left; this.b3 = b - c.top; } else { this.b6 = 0; if (!e_.originalEvent.targetTouches || e_.originalEvent.targetTouches.length < 1) { return; } ; this.b6 = (e_.originalEvent.targetTouches.length); var d = (e_.originalEvent.targetTouches[0].pageX); var e = (e_.originalEvent.targetTouches[0].pageY); var f = BaseDOMEventProxy.c5(this.b5); this.b2 = d - f.left; this.b3 = e - f.top; } var g = 0; var h = 0; if (Rect.l_op_Inequality(this.bm, null)) { g = this.bm.left; h = this.bm.top; } this.b0 = this.b2 - g; this.b1 = this.b3 - h; this.c4 = { $type: Point_$type, x: this.b2, y: this.b3 }; this.c3 = { $type: Point_$type, x: this.b0, y: this.b1 }; }; BaseDOMEventProxy.prototype.cn = function (e_) { this.cx(e_); if (this.ad(this.c4, false, true)) { var deltaY_ = 0; var ev_ = e_; deltaY_ = (ev_.originalEvent ? ev_.originalEvent.deltaY : ev_.deltaY); var deltaX_ = 0; deltaX_ = (ev_.originalEvent ? ev_.originalEvent.deltaX : ev_.deltaX); var a = (ev_.originalEvent ? (ev_.originalEvent.deltaMode == 1) : (ev_.deltaMode == 1)); if (a) { deltaY_ = deltaY_ * 40; deltaX_ = deltaX_ * 40; } var b = this.aj(this.c3, deltaY_); var c = this.ak(this.c3, deltaX_); if (b || c) { this.cv(e_); } } }; BaseDOMEventProxy.prototype.cl = function (e_) { this.cx(e_); this.cy(e_); if (this.ad(this.c4, false, true)) { var ev_ = e_; var delta_ = 0; if (ev_.wheelDelta) { delta_ = ev_.wheelDelta / 120; } ; if (ev_.originalEvent && ev_.originalEvent.wheelDelta) { delta_ = ev_.originalEvent.wheelDelta / 120; } ; if (ev_.detail) { delta_ = -ev_.detail / 3; } ; if (ev_.originalEvent && ev_.originalEvent.detail) { delta_ = -ev_.originalEvent.detail / 3; } ; delta_ = delta_ / 10; var a = this.aj(this.c3, delta_); if (a) { this.cv(e_); } } }; BaseDOMEventProxy.prototype.cs = function () { if (this.bo) { if (this.b7 == -1) { this.b7 = this.b4.setTimeout(runOn(this, this.cq), 500); } else { window.clearTimeout(this.b7); this.b7 = -1; this.b7 = this.b4.setTimeout(runOn(this, this.cq), 500); } } }; BaseDOMEventProxy.prototype.ce = function () { this.bo = true; if (this.b7 != -1) { window.clearTimeout(this.b7); this.b7 = -1; } }; BaseDOMEventProxy.prototype.cq = function () { this.bo = false; }; Object.defineProperty(BaseDOMEventProxy.prototype, "bx", { get: function () { return this.bq; }, set: function (a) { this.bq = a; }, enumerable: false, configurable: true }); BaseDOMEventProxy.prototype.cj = function (a) { if (this.bq || this.bo) { return; } this.cy(a); if (this.bt) { this.bt = false; this.ba(this.c3); } }; BaseDOMEventProxy.prototype.ck = function (a) { if (this.bq || this.bo) { return; } this.cy(a); this.cx(a); var b = new MouseEventArgs(); b.position = this.c4; if (this.ad(this.c4, false, false)) { if (!this.bt) { this.bt = true; this.a9(this.c4); } this.bb(this.c4, true, false); this.az(this.c3, false); } else if (this.bt) { this.cj(a); } }; BaseDOMEventProxy.prototype.cw = function (a) { this.b5.focus(this.bw); }; BaseDOMEventProxy.prototype.ci = function (a) { if (this.bq || this.bo) { return; } this.cw(a); this.cy(a); this.cx(a); if (this.ad(this.c4, false, false)) { this.bn = true; this.a8(this.c4); this.a0(this.c3, false); this.cv(a); } }; BaseDOMEventProxy.prototype.c0 = function (a) { if (this.bq || this.bo) { return; } if (this.bn) { this.cm(a); } }; BaseDOMEventProxy.prototype.cm = function (a) { if (this.bq || this.bo) { return; } this.cx(a); if (PointUtil.equals(this.c4, null) || PointUtil.equals(this.c3, null)) { this.cy(a); } var b = this.ad(this.c4, false, false) || this.bn || this.bt; this.bn = false; this.bc(this.c4); this.ay(this.c3, false, false); if (b) { this.cv(a); } }; BaseDOMEventProxy.prototype.cf = function (a) { this.cg(a, true); }; BaseDOMEventProxy.prototype.ch = function (a) { this.cg(a, false); }; BaseDOMEventProxy.prototype.c2 = function (a) { return BaseDOMEventProxy.c1(a); }; BaseDOMEventProxy.c1 = function (a) { var b; switch (a.which) { case 33: b = 10; break; case 34: b = 11; break; case 36: b = 13; break; case 37: b = 14; break; case 38: b = 15; break; case 39: b = 16; break; case 40: b = 17; break; case 9: b = 2; break; case 32: b = 9; break; case 13: b = 3; break; case 27: b = 8; break; case 16: b = 4; break; case 17: b = 5; break; case 18: b = 6; break; case 8: b = 1; break; case 35: b = 12; break; case 45: b = 18; break; case 46: b = 19; break; case 106: b = 78; break; case 107: b = 79; break; case 109: b = 80; break; case 110: b = 81; break; case 111: b = 82; break; case 220: b = 85; break; case 192: b = 86; break; case 191: b = 84; break; case 186: b = 83; break; case 189: b = 88; break; case 187: b = 87; break; default: if (112 <= a.which && a.which <= 123) { b = (56 + a.which - 112); } else if (65 <= a.which && a.which <= 90) { b = (30 + a.which - 65); } else if (48 <= a.which && a.which <= 57) { b = (20 + a.which - 48); } else if (96 <= a.which && a.which <= 105) { b = (68 + a.which - 96); } else { b = 0; } break; } return b; }; BaseDOMEventProxy.prototype.cg = function (a, b) { var c = this.c2(a); var d = c != 0; this.cx(a); if (d) { var e = false; if (b) { e = this.ah(c); } else { e = this.ai(c); } if (e) { this.cv(a); } } }; BaseDOMEventProxy.prototype.cx = function (a) { this.at = a; this.bj = 0; if (a.shiftKey) { this.bj = this.bj | 4; } if (a.altKey) { this.bj = this.bj | 1; } if (a.ctrlKey) { this.bj = this.bj | 2; } this.al = a.button == 2; }; BaseDOMEventProxy.prototype.bk = function () { var a = BaseDOMEventProxy.c5(this.b5); var b = a.left; var c = a.top; return { $type: Point_$type, x: b, y: c }; }; BaseDOMEventProxy.$t = markType(BaseDOMEventProxy, 'BaseDOMEventProxy', EventProxy.$); BaseDOMEventProxy.bu = false; BaseDOMEventProxy.bv = false; BaseDOMEventProxy.cd = 0; BaseDOMEventProxy.ca = 0; return BaseDOMEventProxy; }(EventProxy)); export { BaseDOMEventProxy }; /** * @hidden */ var DOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DOMEventProxy, _super); function DOMEventProxy(a, b, c) { var _this = _super.call(this) || this; _this.df = 0; _this.dh = ""; _this.c7 = false; _this.dg = null; _this.c9 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0); _this.d4 = null; _this.dd = -1; _this.d5 = null; _this.db = 0; _this.dc = 0; _this.da = 5; _this.c6 = false; _this.d3 = null; _this.by = c; _this.b4 = b; _this.aq = function (d) { return true; }; _this.ab = false; DOMEventProxy.de++; _this.df = DOMEventProxy.de; _this.dh = ".DOMProxy" + _this.df.toString(); _this.bj = 0; _this.b5 = a; BaseDOMEventProxy.bu = false; try { BaseDOMEventProxy.bu = (window.navigator.msPointerEnabled && window.MSGesture !== undefined); } catch (d) { } BaseDOMEventProxy.bv = false; try { BaseDOMEventProxy.bv = (window.PointerEvent !== undefined); } catch (e) { } BaseDOMEventProxy.cd = _this.cc(); BaseDOMEventProxy.ca = _this.cb(); _this.au(_this.b5, ""); _this.ap = function (f) { return true; }; return _this; } DOMEventProxy.prototype.di = function (a, b, c) { }; DOMEventProxy.prototype.au = function (a, b) { var c = a; var d = this.dh + b; if (!this.b4.supportsDOMEvents()) { return; } var e = new List$1(Delegate_$type, 0); this.c9.addItem(d, e); this.di(a, b, e); if (!BaseDOMEventProxy.bz) { e.add(c.listen("mousemove", runOn(this, this.ck))); e.add(c.listen("mouseleave", runOn(this, this.cj))); e.add(c.listen("mousedown", runOn(this, this.ci))); e.add(c.listen("mouseup", runOn(this, this.cm))); e.add(this.b4.globalListen("window", "mouseup", runOn(this, this.c0))); } e.add(c.listen("keydown", runOn(this, this.cf))); e.add(c.listen("keyup", runOn(this, this.ch))); var source_ = this.b5.getNativeElement(); if (!this.ae) { BaseDOMEventProxy.cu(source_); } if (BaseDOMEventProxy.bz) { var f = this.b5.getNativeElement(); if ((window.MSGesture !== undefined)) { var gesture_ = new window.MSGesture(); var container_ = f; gesture_.target = container_; this.dg = gesture_; e.add(c.listen("MSGestureStart", runOn(this, this.dl))); e.add(c.listen("MSGestureChange", runOn(this, this.dj))); e.add(c.listen("MSGestureEnd", runOn(this, this.dk))); } if (BaseDOMEventProxy.bv) { e.add(c.listen("pointerdown", runOn(this, this.dp))); e.add(c.listen("pointerup", runOn(this, this.ds))); e.add(c.listen("pointercancel", runOn(this, this.dn))); e.add(c.listen("pointermove", runOn(this, this.dq))); e.add(c.listen("pointerout", runOn(this, this.dr))); e.add(c.listen("lostpointercapture", runOn(this, this.dm))); } else { e.add(c.listen("MSPointerDown", runOn(this, this.dp))); e.add(c.listen("MSPointerUp", runOn(this, this.ds))); e.add(c.listen("MSPointerCancel", runOn(this, this.dn))); e.add(c.listen("MSPointerMove", runOn(this, this.dq))); e.add(c.listen("MSPointerOut", runOn(this, this.dr))); e.add(c.listen("MSLostPointerCapture", runOn(this, this.dm))); } } else { e.add(c.listen("gesturestart", runOn(this, this.dl))); e.add(c.listen("gesturechange", runOn(this, this.dj))); e.add(c.listen("gestureend", runOn(this, this.dk))); e.add(c.listen("touchstart", runOn(this, this.dv))); e.add(c.listen("touchmove", runOn(this, this.du))); e.add(c.listen("touchend", runOn(this, this.dt))); } if (this.by) { e.add(c.listen("wheel", runOn(this, this.cn))); } else { e.add(c.listen("DOMMouseScroll", runOn(this, this.cl))); e.add(c.listen("mousewheel", runOn(this, this.cl))); } }; DOMEventProxy.prototype.ds = function (e_) { var a = this.bs(e_); if (a) { this.b9 = this.b9 - 1; if (this.b9 < 0) { this.b9 = 0; } } if (this.b9 < 2 && this.c7 && a) { this.c7 = false; var b = (e_.originalEvent.scale); this.a5(this.c3, b); } else { if (a) { this.dt(e_); } else { this.cm(e_); } } }; DOMEventProxy.prototype.dm = function (e_) { var a = this.bs(e_); if (a) { this.b9--; if (this.b9 < 0) { this.b9 = 0; } } if (this.b9 < 2 && this.c7 && a) { this.c7 = false; var b = (e_.originalEvent.scale); this.a5(this.c3, b); } }; DOMEventProxy.prototype.dn = function (e_) { var a = this.bs(e_); if (a) { this.b9--; if (this.b9 < 0) { this.b9 = 0; } } if (this.b9 < 2 && this.c7 && a) { this.c7 = false; var b = (e_.originalEvent.scale); this.a5(this.c3, b); } }; DOMEventProxy.prototype.dp = function (e_) { var a = this.bs(e_); if (this.dg != null && a) { this.b9++; var mGesture_ = this.dg; mGesture_.addPointer(e_.originalEvent.pointerId); } var eventSource_ = this.b5.getNativeElement(); if (BaseDOMEventProxy.bv) { eventSource_.setPointerCapture(e_.originalEvent.pointerId); } else { eventSource_.msSetPointerCapture(e_.originalEvent.pointerId); } if (this.b9 > 1 && !this.c7 && a) { this.c7 = true; this.cz(e_); var b = (e_.originalEvent.scale); this.be(this.c3, b); } else { if (a) { this.dv(e_); } else { this.ci(e_); } } }; DOMEventProxy.prototype.dq = function (e_) { var a = this.bs(e_); if (this.c7) { return; } if (a) { this.du(e_); } else { this.ck(e_); } }; DOMEventProxy.prototype.dr = function (e_) { var a = this.bs(e_); if (this.c7) { return; } if (a) { } else { this.cj(e_); } }; DOMEventProxy.prototype.dl = function (e_) { this.bt = true; this.cx(e_); this.cz(e_); this.dx(); if (this.ad(this.c4, true, false)) { this.cv(e_); if (BaseDOMEventProxy.bz && this.b9 < 2) { return; } var a = (e_.originalEvent.scale); this.be(this.c3, a); } }; DOMEventProxy.prototype.dj = function (e_) { this.bt = true; this.cx(e_); this.cz(e_); if (this.ad(this.c4, true, false)) { this.cv(e_); if (BaseDOMEventProxy.bz && this.b9 < 2) { return; } var a = (e_.originalEvent.scale); this.bd(this.c3, a); } }; DOMEventProxy.prototype.dk = function (e_) { this.cv(e_); var a = (e_.originalEvent.scale); this.bt = false; this.cx(e_); this.cz(e_); if (!BaseDOMEventProxy.bz || this.c7) { this.a5(this.c3, a); } }; DOMEventProxy.prototype.dv = function (e_) { this.bt = true; this.cx(e_); this.cz(e_); this.d4 = this.c3; if (this.ad(this.c4, true, false)) { if (!this.ab) { this.cv(e_); } else { this.bx = true; } this.bb(this.c4, false, true); this.a8(this.c4); this.a0(this.c3, true); this.d0(); } }; DOMEventProxy.prototype.d0 = function () { if (this.dd == -1) { this.db = this.c4.x; this.dc = this.c4.y; this.dd = this.b4.setTimeout(runOn(this, this.dy), 1500); } }; DOMEventProxy.prototype.dx = function () { if (Math.abs(this.db - this.c4.x) > this.da || Math.abs(this.dc - this.c4.y) > this.da) { this.d1(); } }; DOMEventProxy.prototype.d1 = function () { if (this.dd != -1) { window.clearTimeout(this.dd); this.dd = -1; } }; DOMEventProxy.prototype.dy = function () { this.dd = -1; if (this.bx) { this.bx = false; this.ce(); } this.a6(this.c3); }; DOMEventProxy.prototype.du = function (a) { this.bt = true; this.cx(a); this.cz(a); if (this.bx) { if (this.ad(this.c4, true, false) && this.c8()) { this.bx = false; this.ce(); } } this.dx(); this.d2(); if (this.ad(this.c4, true, false) && this.b9 == 1 && !this.bx) { this.cv(a); if (!this.c6) { this.c6 = true; this.d3 = this.c3; this.a4(this.d3); } else { this.bb(this.c4, true, true); this.az(this.c3, true); this.a3(this.c3); } } }; DOMEventProxy.prototype.c8 = function () { var a = { $type: Point_$type, x: this.d4.x - this.c3.x, y: this.d4.y - this.c3.y }; if (Math.abs(a.x) < 2 && Math.abs(a.y) < 2) { return false; } if (Math.abs(a.x) > Math.abs(a.y)) { a.y = 0; } if (Math.abs(a.y) > Math.abs(a.x)) { a.x = 0; } return this.aq(a); }; DOMEventProxy.prototype.dt = function (a) { this.bt = false; this.cx(a); this.cz(a); this.d1(); if (this.bx) { this.bx = false; this.ce(); } this.cv(a); this.bb(this.c4, false, true); this.bc(this.c4); if (this.b9 == 0) { this.dz(this.c4); this.cs(); } if (this.c6 && this.b9 == 0) { this.c6 = false; this.d3 = null; this.a2(this.c3); this.cs(); } this.ay(this.c3, true, this.b9 > 0); }; DOMEventProxy.prototype.dz = function (a) { if (Rect.l_op_Equality(this.d5, null)) { this.d5 = new Rect(0, a.x - 50, a.y - 50, 100, 100); this.b4.setTimeout(runOn(this, this.d2), 500); } else { if (a.x >= this.d5.x && a.x <= this.d5.right && a.y >= this.d5.y && a.y <= this.d5.bottom) { this.d2(); this.a1(a); } } }; DOMEventProxy.prototype.d2 = function () { this.d5 = null; }; DOMEventProxy.prototype.dw = function (a) { if (this.c9.containsKey(a)) { var b = this.c9.item(a); this.c9.removeItem(a); for (var c = 0; c < b.count; c++) { b._inner[c](); } b.clear(); } }; DOMEventProxy.prototype.bi = function (a, b) { if (a == null) { return; } var c = a; var d = this.dh + b; this.dw(d); }; DOMEventProxy.prototype.aw = function () { if (this.b5 == null) { return; } this.dw(this.dh); this.b5 = null; }; DOMEventProxy.$t = markType(DOMEventProxy, 'DOMEventProxy', BaseDOMEventProxy.$); DOMEventProxy.de = 0; return DOMEventProxy; }(BaseDOMEventProxy)); export { DOMEventProxy };