bug(GlPagination): disabled next/prev button still emits @input event
If you click a disabled Next or Prev button in GlPagination the @input event is still emitted.
Possible fixes
In handlePrevious and handleNext methods check prevPageIsDisabled or nextPageIsDisabled and prevent emitting @input event.