cecomponent 2.0.49 → 2.0.50
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.
|
@@ -40133,7 +40133,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
|
|
|
40133
40133
|
const p = () => {
|
|
40134
40134
|
if (!l.current) return;
|
|
40135
40135
|
const d = l.current.getBoundingClientRect(), g = 300, _ = 100;
|
|
40136
|
-
let E = d.bottom + window.scrollY
|
|
40136
|
+
let E = d.bottom + window.scrollY, S = d.left + window.scrollX;
|
|
40137
40137
|
const b = window.innerWidth, T = window.innerHeight;
|
|
40138
40138
|
S + g > b && (S = b - g - 8), d.bottom + _ > T && (E = d.top + window.scrollY - _ - 8), o({ top: E, left: S }), n(!0);
|
|
40139
40139
|
}, m = () => n(!1);
|
package/package.json
CHANGED
package/dist/App_bak.d.ts
DELETED