@platox/pivot-table 0.0.23 → 0.0.24
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/lib/index.js +1 -1
- package/lib/index.umd.cjs +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -22091,7 +22091,7 @@ const yG = /* @__PURE__ */ yl(mG), qR = Bn(void 0), bG = ({
|
|
|
22091
22091
|
const u = (l = (s = i == null ? void 0 : i.enum) == null ? void 0 : s.find(
|
|
22092
22092
|
(f) => f.value === e
|
|
22093
22093
|
)) == null ? void 0 : l.label;
|
|
22094
|
-
a = u
|
|
22094
|
+
a = u ? (n == null ? void 0 : n[u]) || u : e;
|
|
22095
22095
|
}
|
|
22096
22096
|
return (i == null ? void 0 : i.type) === "timestamp" && (a = e ? da(e).format("YYYY-MM-DD") : ""), a;
|
|
22097
22097
|
};
|