@fileverse-dev/dsheet 1.3.15 → 1.3.16
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/dist/index.es.js +5 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -192966,7 +192966,11 @@ const iSt = (e, t, r = "Anonymous", i = !0, n = "") => {
|
|
|
192966
192966
|
];
|
|
192967
192967
|
function Sae(e, t, r) {
|
|
192968
192968
|
const i = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
|
|
192969
|
-
e == null || e.forEach((f, s) =>
|
|
192969
|
+
e == null || e.forEach((f, s) => {
|
|
192970
|
+
f && i.set(r ? r(f) : s, f);
|
|
192971
|
+
}), t == null || t.forEach((f, s) => {
|
|
192972
|
+
f && n.set(r ? r(f) : s, f);
|
|
192973
|
+
});
|
|
192970
192974
|
const a = [], l = [], c = [];
|
|
192971
192975
|
for (const [f, s] of n) {
|
|
192972
192976
|
const o = i.get(f);
|