(e, t)
| 215 | return e === _.topKeyDown && t.keyCode === E; |
| 216 | } |
| 217 | function s(e, t) { |
| 218 | switch (e) { |
| 219 | case _.topKeyUp: |
| 220 | return -1 !== y.indexOf(t.keyCode); |
| 221 | case _.topKeyDown: |
| 222 | return t.keyCode !== E; |
| 223 | case _.topKeyPress: |
| 224 | case _.topMouseDown: |
| 225 | case _.topBlur: |
| 226 | return !0; |
| 227 | default: |
| 228 | return !1; |
| 229 | } |
| 230 | } |
| 231 | function l(e) { |
| 232 | var t = e.detail; |
| 233 | return 'object' == typeof t && 'data' in t ? t.data : null; |
no test coverage detected