mig-schema-table 4.4.26 → 4.4.27
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.
|
@@ -51343,7 +51343,7 @@ const Gbe = ({
|
|
|
51343
51343
|
});
|
|
51344
51344
|
const ve = ce && ((vt = ce.format) == null ? void 0 : vt.startsWith("date")), Ne = Qbe(ce, ge);
|
|
51345
51345
|
return pa.sort((wt, ia) => {
|
|
51346
|
-
let Nt = Ne && Re[wt._index] ? Re[wt._index][le] : wt[le]
|
|
51346
|
+
let Nt = Ne && Re[wt._index] ? Re[wt._index][le] : `${wt[le]}`.toLowerCase(), Mt = Ne && Re[ia._index] ? Re[ia._index][le] : `${ia[le]}`.toLowerCase();
|
|
51347
51347
|
return Ne && ve && (Nt = new Date(Nt), isNaN(Nt.getTime()) && (Nt = Zg), Mt = new Date(Mt), isNaN(Mt.getTime()) && (Mt = Zg)), Nt === Mt ? 0 : Nt ? Mt ? (Nt < Mt ? 1 : -1) * (Z ? -1 : 1) : Z ? 1 : -1 : Z ? -1 : 1;
|
|
51348
51348
|
});
|
|
51349
51349
|
}, [
|
|
@@ -51481,7 +51481,7 @@ const Gbe = ({
|
|
|
51481
51481
|
async (Z) => {
|
|
51482
51482
|
if (Z.preventDefault(), Z.stopPropagation(), !pt)
|
|
51483
51483
|
return;
|
|
51484
|
-
const { renderDataToExcel: le } = await import("./index-
|
|
51484
|
+
const { renderDataToExcel: le } = await import("./index-D0UuJtG1.js");
|
|
51485
51485
|
le(pt);
|
|
51486
51486
|
},
|
|
51487
51487
|
[pt]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as $t, l as Ve } from "./index-
|
|
1
|
+
import { c as $t, l as Ve } from "./index-BVXUmkac.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
|
}
|