@bagelink/vue 1.5.28 → 1.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -31681,10 +31681,10 @@ var BagelAuth = class {
31681
31681
  N.value = !1, document.removeEventListener("keydown", XE);
31682
31682
  }
31683
31683
  function KE() {
31684
- 1 < V.value.length && (J.value = (J.value + 1) % V.value.length, UE.value = V.value[J.value]);
31684
+ V.value.length > 1 && (J.value = (J.value + 1) % V.value.length, UE.value = V.value[J.value]);
31685
31685
  }
31686
31686
  function qE() {
31687
- 1 < V.value.length && (J.value = (J.value - 1 + V.value.length) % V.value.length, UE.value = V.value[J.value]);
31687
+ V.value.length > 1 && (J.value = (J.value - 1 + V.value.length) % V.value.length, UE.value = V.value[J.value]);
31688
31688
  }
31689
31689
  function JE(e) {
31690
31690
  J.value = e, UE.value = V.value[e];