@reinosoft-ui/core 0.1.91 → 0.1.93
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/reinosoft-ui.es.js +3 -3
- package/dist/reinosoft-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/reinosoft-ui.es.js
CHANGED
|
@@ -4768,9 +4768,9 @@ const Yo = {
|
|
|
4768
4768
|
}, R = () => {
|
|
4769
4769
|
r.value.length === 0 && (o.value = ""), r.value.length >= t.minChars ? (a("change", r.value), l.value = !0) : l.value = !1;
|
|
4770
4770
|
}, $ = () => {
|
|
4771
|
-
if (o.value.toString().length === 0) return;
|
|
4771
|
+
if (console.log("Filling input from model 1:", o.value), o.value.toString().length === 0) return;
|
|
4772
4772
|
const k = t.options.findIndex((T) => t.getKey(T) === o.value);
|
|
4773
|
-
k > -1 ? (c.value = k, u.value = k, r.value = t.getValue(t.options[k])) : r.value = o.value.toString();
|
|
4773
|
+
k > -1 ? (c.value = k, u.value = k, r.value = t.getValue(t.options[k]), console.log("Filling input from model 2:", r.value, t.getValue(t.options[k]), t.options, k)) : (r.value = o.value.toString(), console.log("Filling input from model 3:", r.value));
|
|
4774
4774
|
};
|
|
4775
4775
|
Q(
|
|
4776
4776
|
[() => t.options.length, () => o.value],
|
|
@@ -4916,7 +4916,7 @@ const Yo = {
|
|
|
4916
4916
|
})) : O("", !0)
|
|
4917
4917
|
], 2));
|
|
4918
4918
|
}
|
|
4919
|
-
}), cr = /* @__PURE__ */ W(m2, [["__scopeId", "data-v-
|
|
4919
|
+
}), cr = /* @__PURE__ */ W(m2, [["__scopeId", "data-v-eaffa7da"]]), C2 = 5, we = ut({
|
|
4920
4920
|
toasts: []
|
|
4921
4921
|
});
|
|
4922
4922
|
let h2 = 0;
|