@reinosoft-ui/core 0.1.19 → 0.1.20
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 +4 -4
- 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
|
@@ -4944,9 +4944,9 @@ const bo = {
|
|
|
4944
4944
|
if (!n) return;
|
|
4945
4945
|
const r = n.getBoundingClientRect();
|
|
4946
4946
|
a.value = {
|
|
4947
|
-
position: "fixed",
|
|
4948
|
-
top: `${r.bottom}px`,
|
|
4949
|
-
left: `${r.left}px`
|
|
4947
|
+
"--dropdown-menu-position": "fixed",
|
|
4948
|
+
"--dropdown-menu-top": `${r.bottom}px`,
|
|
4949
|
+
"--dropdown-menu-left": `${r.left}px`
|
|
4950
4950
|
};
|
|
4951
4951
|
};
|
|
4952
4952
|
return Y(
|
|
@@ -4980,7 +4980,7 @@ const bo = {
|
|
|
4980
4980
|
], 44, oo)) : N("", !0)
|
|
4981
4981
|
]));
|
|
4982
4982
|
}
|
|
4983
|
-
}), To = /* @__PURE__ */ j(no, [["__scopeId", "data-v-
|
|
4983
|
+
}), To = /* @__PURE__ */ j(no, [["__scopeId", "data-v-f2be8ab5"]]), ro = /* @__PURE__ */ _({
|
|
4984
4984
|
__name: "DropdownItem",
|
|
4985
4985
|
setup(e) {
|
|
4986
4986
|
const o = le("DropdownContext");
|