(t)
| 3608 | }); |
| 3609 | }, |
| 3610 | debounce(t) { |
| 3611 | const e = Ba(); |
| 3612 | return ( |
| 3613 | this.targets().add( |
| 3614 | Ba( |
| 3615 | null, |
| 3616 | null, |
| 3617 | it(t, (t) => { |
| 3618 | const n = t.dataflow; |
| 3619 | (e.receive(t), n && n.run && n.run()); |
| 3620 | }), |
| 3621 | ), |
| 3622 | ), |
| 3623 | e |
| 3624 | ); |
| 3625 | }, |
| 3626 | between(t, e) { |
| 3627 | let n = !1; |
| 3628 | return ( |