@fileflow/sdk 0.1.23 → 0.1.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/dist/{ImportWizard-x7cTPmMH.js → ImportWizard-Bueox6It.js} +2 -2
- package/dist/{ImportWizard-x7cTPmMH.js.map → ImportWizard-Bueox6It.js.map} +1 -1
- package/dist/{ImportWizard-_wJ7Qxpr.mjs → ImportWizard-CnoaPUwN.mjs} +4 -4
- package/dist/{ImportWizard-_wJ7Qxpr.mjs.map → ImportWizard-CnoaPUwN.mjs.map} +1 -1
- 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
|
@@ -3073,7 +3073,7 @@ const tt = ({
|
|
|
3073
3073
|
}, gt = De(async ($) => {
|
|
3074
3074
|
if (f)
|
|
3075
3075
|
try {
|
|
3076
|
-
E(!0), B(null), T(10), W("Uploading file...");
|
|
3076
|
+
E(!0), B(null), y([]), x([], []), N(null), T(10), W("Uploading file...");
|
|
3077
3077
|
const V = ie();
|
|
3078
3078
|
T(30), W("Parsing file data...");
|
|
3079
3079
|
const k = await V.uploadFile(f, $);
|
|
@@ -3088,7 +3088,7 @@ const tt = ({
|
|
|
3088
3088
|
rows: k.data.sampleRows.map(K),
|
|
3089
3089
|
totalRows: k.data.totalRows,
|
|
3090
3090
|
sampleRows: k.data.sampleRows.map(K)
|
|
3091
|
-
}), T(80), W("Matching columns..."),
|
|
3091
|
+
}), T(80), W("Matching columns..."), _("mapping"), await pt(), T(100), W("Done");
|
|
3092
3092
|
} catch (V) {
|
|
3093
3093
|
B(`Failed to process the uploaded file: ${V.message}`);
|
|
3094
3094
|
} finally {
|
|
@@ -3121,7 +3121,7 @@ const tt = ({
|
|
|
3121
3121
|
try {
|
|
3122
3122
|
E(!0), B(null), fe(null);
|
|
3123
3123
|
const k = await ie().completeImport(f, {
|
|
3124
|
-
skipInvalidRows: !
|
|
3124
|
+
skipInvalidRows: !1,
|
|
3125
3125
|
acknowledgeWarnings: !0
|
|
3126
3126
|
}), K = {
|
|
3127
3127
|
...k,
|
|
@@ -3381,4 +3381,4 @@ export {
|
|
|
3381
3381
|
nt as V,
|
|
3382
3382
|
re as u
|
|
3383
3383
|
};
|
|
3384
|
-
//# sourceMappingURL=ImportWizard-
|
|
3384
|
+
//# sourceMappingURL=ImportWizard-CnoaPUwN.mjs.map
|