@fileflow/sdk 0.1.24 → 0.1.25
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/{ImportWizard-Bueox6It.js → ImportWizard-AygpIr0Y.js} +2 -2
- package/dist/ImportWizard-AygpIr0Y.js.map +1 -0
- package/dist/{ImportWizard-CnoaPUwN.mjs → ImportWizard-CcivRHrA.mjs} +5 -1
- package/dist/ImportWizard-CcivRHrA.mjs.map +1 -0
- package/dist/import.js +1 -1
- package/dist/import.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/ImportWizard-Bueox6It.js.map +0 -1
- package/dist/ImportWizard-CnoaPUwN.mjs.map +0 -1
|
@@ -483,6 +483,10 @@ const re = St((e, o) => ({
|
|
|
483
483
|
unmappedTarget: n
|
|
484
484
|
}),
|
|
485
485
|
setValidationResults: (t) => {
|
|
486
|
+
if (!t) {
|
|
487
|
+
e({ validationResults: null, errorsByRow: /* @__PURE__ */ new Map() });
|
|
488
|
+
return;
|
|
489
|
+
}
|
|
486
490
|
const n = /* @__PURE__ */ new Map();
|
|
487
491
|
for (const r of t.errors) {
|
|
488
492
|
const l = n.get(r.rowIndex) || [];
|
|
@@ -3381,4 +3385,4 @@ export {
|
|
|
3381
3385
|
nt as V,
|
|
3382
3386
|
re as u
|
|
3383
3387
|
};
|
|
3384
|
-
//# sourceMappingURL=ImportWizard-
|
|
3388
|
+
//# sourceMappingURL=ImportWizard-CcivRHrA.mjs.map
|