eservices-core 2.0.0-beta.39 → 2.0.0-beta.40
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.
|
@@ -6,7 +6,7 @@ import { promptModal as Ge, openModal as st, getComponentFromStore as hn, pushMo
|
|
|
6
6
|
import Ct from "date-and-time";
|
|
7
7
|
import Rt from "debug";
|
|
8
8
|
/*!
|
|
9
|
-
* eservices-core v2.0.0-beta.
|
|
9
|
+
* eservices-core v2.0.0-beta.40
|
|
10
10
|
* (c) 2025 ESERVICES
|
|
11
11
|
*/
|
|
12
12
|
var Ke = /* @__PURE__ */ ((t) => (t.success = "success", t.error = "error", t.info = "info", t.warning = "warning", t))(Ke || {});
|
|
@@ -2000,7 +2000,8 @@ const [tt, Fa] = $t("popper"), Cn = /* @__PURE__ */ F({
|
|
|
2000
2000
|
let h = l.left + s;
|
|
2001
2001
|
const g = a.value?.offsetWidth || l.width;
|
|
2002
2002
|
console.log(l.left, s, g, a.value?.offsetWidth), console.log(h + g, u - y), h + g > u - y && (h = u - g - y), p = Math.max(0, Math.min(p, d + c - 50)), i.value = {
|
|
2003
|
-
|
|
2003
|
+
// fixed почему-то работает плохо
|
|
2004
|
+
position: "absolute",
|
|
2004
2005
|
top: `${p + 2}px`,
|
|
2005
2006
|
left: `${h}px`,
|
|
2006
2007
|
//maxWidth: "400px",
|