@point-hub/papp 0.0.148 → 0.0.149
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.css +1 -1
- package/dist/index.js +8 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10395,7 +10395,13 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10395
10395
|
}), h.value = !0, ke(C)) : S();
|
|
10396
10396
|
}
|
|
10397
10397
|
function x(A) {
|
|
10398
|
-
!h.value || !y.value.length
|
|
10398
|
+
if (!(!h.value || !y.value.length)) {
|
|
10399
|
+
if (["ArrowDown", "ArrowUp", "Enter", "Escape"].includes(A.key) && A.preventDefault(), A.key === "ArrowDown" && (g.value = (g.value + 1) % y.value.length), A.key === "ArrowUp" && (g.value = (g.value - 1 + y.value.length) % y.value.length), h.value && A.key === "Enter") {
|
|
10400
|
+
A.preventDefault(), A.stopPropagation(), k(y.value[g.value]);
|
|
10401
|
+
return;
|
|
10402
|
+
}
|
|
10403
|
+
A.key === "Escape" && S();
|
|
10404
|
+
}
|
|
10399
10405
|
}
|
|
10400
10406
|
function k(A) {
|
|
10401
10407
|
if (!p.value || m.value < 0) return;
|
|
@@ -10485,7 +10491,7 @@ const Ag = /* @__PURE__ */ gg(yg), wg = { class: "relative w-full" }, xg = ["id"
|
|
|
10485
10491
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
10486
10492
|
};
|
|
10487
10493
|
}
|
|
10488
|
-
}), Eg = /* @__PURE__ */ oe(Cg, [["__scopeId", "data-v-
|
|
10494
|
+
}), Eg = /* @__PURE__ */ oe(Cg, [["__scopeId", "data-v-a21f0c65"]]), Tg = { class: "cursor-pointer" }, Bg = { class: "flex items-center justify-between gap-1" }, Pg = {
|
|
10489
10495
|
key: 0,
|
|
10490
10496
|
class: "flex items-center shrink-0 text-white"
|
|
10491
10497
|
}, Dg = {
|