@arbocollab/arbo-plugin-item-table 0.1.77 → 0.1.78
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 +7 -3
- package/lib/umd/index.umd.js +14 -14
- package/package.json +1 -1
package/lib/es/index.es.js
CHANGED
|
@@ -26060,8 +26060,12 @@ const XZ = ["value", "placeholder", "disabled", "readonly", "inputmode", "maxlen
|
|
|
26060
26060
|
const Q = O.target.value;
|
|
26061
26061
|
i.autoEmit || r("update:modelValue", Q), u.value !== Q && (r("change", Q), u.value = Q), r("blur", Q, O);
|
|
26062
26062
|
}, S = (O) => {
|
|
26063
|
-
|
|
26064
|
-
|
|
26063
|
+
setTimeout(() => {
|
|
26064
|
+
_t(() => {
|
|
26065
|
+
const Q = O.target.value;
|
|
26066
|
+
r("enter", Q, O), r("enterValue", Q), i.submitOnEnter && (O.preventDefault(), i.autoEmit || r("update:modelValue", Q), u.value !== Q && (r("change", Q), u.value = Q));
|
|
26067
|
+
});
|
|
26068
|
+
}, 1e3);
|
|
26065
26069
|
}, C = (O) => {
|
|
26066
26070
|
const L = O.target, Q = L.value;
|
|
26067
26071
|
if (r("escape", Q, O), O.preventDefault(), O.stopImmediatePropagation(), O.stopPropagation(), i.autoEmit) {
|
|
@@ -86917,7 +86921,7 @@ const cDe = {
|
|
|
86917
86921
|
"beta-tag": "_beta-tag_1sow5_56"
|
|
86918
86922
|
}, DDe = {
|
|
86919
86923
|
$style: RDe
|
|
86920
|
-
}, TDe = /* @__PURE__ */ St(wDe, [["__cssModules", DDe]]), GB = "0.1.
|
|
86924
|
+
}, TDe = /* @__PURE__ */ St(wDe, [["__cssModules", DDe]]), GB = "0.1.78", xDe = { key: 0 }, IDe = /* @__PURE__ */ rt({
|
|
86921
86925
|
__name: "app",
|
|
86922
86926
|
setup(e) {
|
|
86923
86927
|
const t = Z(() => n.id.length === 0 || n.workspaceId.length === 0), n = Ms({
|