liyu-pc-base 1.0.24 → 1.0.26
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.
|
@@ -6885,6 +6885,8 @@ const gt = (e) => Zn(e).slice(-3), eo = (e, t, l, a) => (!e || !Array.isArray(e)
|
|
|
6885
6885
|
bt[a] && (e[a] = bt[a](e[a], t[a]));
|
|
6886
6886
|
}), l;
|
|
6887
6887
|
}, fo = (e) => {
|
|
6888
|
+
if (!e || !Array.isArray(e))
|
|
6889
|
+
return e;
|
|
6888
6890
|
const t = _l(), l = gl();
|
|
6889
6891
|
for (const a of e)
|
|
6890
6892
|
if (a.cellComponent && !a.formatExcelValue) {
|