@milaboratories/uikit 1.2.5 → 1.2.7
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/CHANGELOG.md
CHANGED
package/dist/pl-uikit.js
CHANGED
|
@@ -3760,7 +3760,7 @@ const Ql = { class: "resizable-input" }, ea = ["placeholder", "value", "disabled
|
|
|
3760
3760
|
setup(n, { emit: e }) {
|
|
3761
3761
|
const t = e, o = N(), s = Nn();
|
|
3762
3762
|
function r(i) {
|
|
3763
|
-
o.value && !o.value.contains(i.target) && t("update:modelValue", !1);
|
|
3763
|
+
o.value && document.contains(i.target) && !o.value.contains(i.target) && t("update:modelValue", !1);
|
|
3764
3764
|
}
|
|
3765
3765
|
return (i, l) => (d(), G(cn, { to: "body" }, [
|
|
3766
3766
|
re(pn, { name: "dialog" }, {
|
|
@@ -8750,6 +8750,7 @@ export {
|
|
|
8750
8750
|
Of as useFormState,
|
|
8751
8751
|
es as useHover,
|
|
8752
8752
|
Rf as useInterval,
|
|
8753
|
+
st as useLabelNotch,
|
|
8753
8754
|
fi as useLocalStorage,
|
|
8754
8755
|
Qn as useMouse,
|
|
8755
8756
|
Ze as useMouseCapture,
|