(t)
| 29792 | return qz(this, VB(this, t).values, e); |
| 29793 | }, |
| 29794 | globalCursor(t) { |
| 29795 | if (arguments.length) { |
| 29796 | if (this._globalCursor !== !!t) { |
| 29797 | const e = GB(this, null); |
| 29798 | ((this._globalCursor = !!t), e && GB(this, e)); |
| 29799 | } |
| 29800 | return this; |
| 29801 | } |
| 29802 | return this._globalCursor; |
| 29803 | }, |
| 29804 | preventDefault(t) { |
| 29805 | return arguments.length |
| 29806 | ? ((this._preventDefault = t), this) |