mig-schema-table 4.0.13 → 4.0.15
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.
|
@@ -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-CbAB0QM7.js");
|
|
14938
14945
|
ve(Je);
|
|
14939
14946
|
},
|
|
14940
14947
|
[Je]
|
|
@@ -15026,6 +15033,7 @@ const CC = ({
|
|
|
15026
15033
|
m_,
|
|
15027
15034
|
{
|
|
15028
15035
|
className: "mig-schema-table__tbody",
|
|
15036
|
+
estimatedRowHeight: N,
|
|
15029
15037
|
height: Kn,
|
|
15030
15038
|
width: kn,
|
|
15031
15039
|
columnWidth: Bn,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as $t, l as Ve } from "./index-
|
|
1
|
+
import { c as $t, l as Ve } from "./index-CFqkoxFk.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
|
}
|