mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
* fix(type): add missing type info required by `sn-table` * fix: add default arg for `exitFunction` and `focusSelectionFunction` * fix: make `blur()` and `focusSelection()` optional like before * chore: review comments * chore: rename `api.on(...)` to `api.addListener(...)` * chore: rebase with upstream