mig-schema-table 4.0.12 → 4.0.14
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.
|
@@ -14302,7 +14302,7 @@ const vC = {
|
|
|
14302
14302
|
), L = M.useCallback(() => {
|
|
14303
14303
|
e(void 0, !0);
|
|
14304
14304
|
}, [e]);
|
|
14305
|
-
return !r && !a ? null :
|
|
14305
|
+
return !r && !a ? null : /* @__PURE__ */ Q.jsxs(Q.Fragment, { children: [
|
|
14306
14306
|
/* @__PURE__ */ Q.jsx(
|
|
14307
14307
|
"div",
|
|
14308
14308
|
{
|
|
@@ -14364,7 +14364,7 @@ const vC = {
|
|
|
14364
14364
|
)
|
|
14365
14365
|
}
|
|
14366
14366
|
) : null
|
|
14367
|
-
] })
|
|
14367
|
+
] });
|
|
14368
14368
|
}, _C = M.memo(yC), bC = ({
|
|
14369
14369
|
columnWidths: r,
|
|
14370
14370
|
onColumnWidthsChange: a,
|
|
@@ -14490,7 +14490,14 @@ const CC = ({
|
|
|
14490
14490
|
Be,
|
|
14491
14491
|
Ee
|
|
14492
14492
|
]);
|
|
14493
|
-
const { properties: ut
|
|
14493
|
+
const { properties: ut, required: Sn } = M.useMemo(
|
|
14494
|
+
() => ({
|
|
14495
|
+
properties: {},
|
|
14496
|
+
required: [],
|
|
14497
|
+
...H
|
|
14498
|
+
}),
|
|
14499
|
+
[H]
|
|
14500
|
+
), wt = q ? localStorage.getItem(`${q}.columnNames`) : null, Ut = q ? localStorage.getItem(`${q}.columnWidths`) : null, Ue = M.useMemo(() => {
|
|
14494
14501
|
if (de)
|
|
14495
14502
|
return de;
|
|
14496
14503
|
const V = wt ? JSON.parse(wt) : void 0;
|
|
@@ -14934,7 +14941,7 @@ const CC = ({
|
|
|
14934
14941
|
async (V) => {
|
|
14935
14942
|
if (V.preventDefault(), V.stopPropagation(), !Je)
|
|
14936
14943
|
return;
|
|
14937
|
-
const { renderDataToExcel: ve } = await import("./index-
|
|
14944
|
+
const { renderDataToExcel: ve } = await import("./index-s2VYR6Hq.js");
|
|
14938
14945
|
ve(Je);
|
|
14939
14946
|
},
|
|
14940
14947
|
[Je]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as $t, l as Ve } from "./index-
|
|
1
|
+
import { c as $t, l as Ve } from "./index-COPC_ztk.js";
|
|
2
2
|
function Fe(ye) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + ye + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|