@arbocollab/arbo-plugin-item-table 0.1.65 → 0.1.66
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/lib/es/index.es.js +2 -2
- package/lib/umd/index.umd.js +2 -2
- package/package.json +2 -2
package/lib/es/index.es.js
CHANGED
|
@@ -26160,7 +26160,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26160
26160
|
const L = M.target.value;
|
|
26161
26161
|
r("tab", L, M), i.autoEmit || (r("update:modelValue", L), u.value !== L && (r("change", L), u.value = L));
|
|
26162
26162
|
}, _ = (M) => {
|
|
26163
|
-
if (r("keydown", M), i.type === "number" && (M.key === "e" || M.key === "E")) {
|
|
26163
|
+
if (r("keydown", M), M.key === " " && M.stopPropagation(), i.type === "number" && (M.key === "e" || M.key === "E")) {
|
|
26164
26164
|
M.preventDefault();
|
|
26165
26165
|
return;
|
|
26166
26166
|
}
|
|
@@ -86984,7 +86984,7 @@ const lDe = {
|
|
|
86984
86984
|
"beta-tag": "_beta-tag_1sow5_56"
|
|
86985
86985
|
}, PDe = {
|
|
86986
86986
|
$style: IDe
|
|
86987
|
-
}, ADe = /* @__PURE__ */ St(_De, [["__cssModules", PDe]]), zB = "0.1.
|
|
86987
|
+
}, ADe = /* @__PURE__ */ St(_De, [["__cssModules", PDe]]), zB = "0.1.66", kDe = { key: 0 }, ODe = /* @__PURE__ */ rt({
|
|
86988
86988
|
__name: "app",
|
|
86989
86989
|
setup(e) {
|
|
86990
86990
|
const t = Z(() => n.id.length === 0 || n.workspaceId.length === 0), n = Ns({
|