beca-ui 2.0.1 → 2.0.2-beta.1
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/beca-ui.js +2 -2
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -95908,12 +95908,12 @@ const fet = (e) => {
|
|
|
95908
95908
|
var le, he, me, pe, ye;
|
|
95909
95909
|
const oe = document.querySelector(".table-body-card");
|
|
95910
95910
|
if (oe) {
|
|
95911
|
-
const Se = window.innerHeight, Ee = ((le = document.querySelector(".ant-layout-header")) == null ? void 0 : le.clientHeight) ?? 0, Te = ((he = oe.querySelector(".ant-table-title")) == null ? void 0 : he.clientHeight) ?? 0, we = ((me = oe.querySelector(".ant-table-footer")) == null ? void 0 : me.clientHeight) ?? 0, xe = ((pe = oe.querySelector(".ant-pagination")) == null ? void 0 : pe.clientHeight) ?? 0, Me = ((ye = oe.querySelector(".ant-table-thead")) == null ? void 0 : ye.clientHeight) ?? 0, Ae = [
|
|
95911
|
+
const Se = window.innerHeight, Ee = ((le = document.querySelector(".ant-layout-header")) == null ? void 0 : le.clientHeight) ?? 0, Te = ((he = oe.querySelector(".ant-table-title")) == null ? void 0 : he.clientHeight) ?? 0, we = ((me = oe.querySelector(".ant-table-footer")) == null ? void 0 : me.clientHeight) ?? 0, xe = ($ ? (pe = oe.querySelector(".ant-pagination")) == null ? void 0 : pe.clientHeight : 0) ?? 0, Me = ((ye = oe.querySelector(".ant-table-thead")) == null ? void 0 : ye.clientHeight) ?? 0, Ae = [
|
|
95912
95912
|
Ee,
|
|
95913
95913
|
Te,
|
|
95914
95914
|
we,
|
|
95915
95915
|
xe,
|
|
95916
|
-
32,
|
|
95916
|
+
$ ? 32 : 0,
|
|
95917
95917
|
32,
|
|
95918
95918
|
Me
|
|
95919
95919
|
].reduce((Xe, We) => Xe + We, 0);
|