dccxx-s3-explorer 1.0.54 → 1.0.56
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/s3-explorer.js
CHANGED
|
@@ -16633,7 +16633,7 @@ const rt = {
|
|
|
16633
16633
|
const R = await he.post(`${t}/api/get-ingestion-job-status`, {
|
|
16634
16634
|
prefix: d
|
|
16635
16635
|
});
|
|
16636
|
-
R.data === "FAILED" || R.data === "COMPLETE" || R.data === "STOPPED" || R.data === "STOPPING" ? (De(!1), hi.current && clearInterval(hi.current)) : (De(!0), hi.current = setInterval(() => vi(), 5e3));
|
|
16636
|
+
(R == null ? void 0 : R.data) === "FAILED" || (R == null ? void 0 : R.data) === "COMPLETE" || (R == null ? void 0 : R.data) === "STOPPED" || (R == null ? void 0 : R.data) === "STOPPING" || !(R != null && R.data) ? (De(!1), hi.current && clearInterval(hi.current)) : (De(!0), hi.current = setInterval(() => vi(), 5e3));
|
|
16637
16637
|
} catch (R) {
|
|
16638
16638
|
console.log(R);
|
|
16639
16639
|
}
|
|
@@ -16895,7 +16895,7 @@ const rt = {
|
|
|
16895
16895
|
disabled: I !== null || !!i && !d,
|
|
16896
16896
|
children: I === "files" ? /* @__PURE__ */ F(Re, { children: [
|
|
16897
16897
|
/* @__PURE__ */ f(ze, { className: "h-4 w-4 animate-spin mr-2 s3-explr-loader" }),
|
|
16898
|
-
"Đang
|
|
16898
|
+
"Đang xử lý..."
|
|
16899
16899
|
] }) : /* @__PURE__ */ F(Re, { children: [
|
|
16900
16900
|
/* @__PURE__ */ f(Pm, { className: "h-4 w-4 s3-explr-upload-icon" }),
|
|
16901
16901
|
"Tải lên tập tin"
|