@fileverse-dev/dsheet 1.0.90-patch-8 → 1.0.90-patch-9
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 +4 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -221604,7 +221604,7 @@ const KMt = ({
|
|
|
221604
221604
|
});
|
|
221605
221605
|
const W = H.get("csv");
|
|
221606
221606
|
W && fetch(W).then((X) => X.blob()).then((X) => {
|
|
221607
|
-
const J = new File([X], "import.
|
|
221607
|
+
const J = new File([X], "import.csv");
|
|
221608
221608
|
J && AL(void 0, x.current, D, h, M, w, _, J);
|
|
221609
221609
|
}).finally(() => {
|
|
221610
221610
|
H.delete("csv"), window.history.replaceState({}, "", `${window.location.pathname}${H.toString() ? `?${H.toString()}` : ""}`);
|
|
@@ -445380,7 +445380,9 @@ const KMt = ({
|
|
|
445380
445380
|
}) => {
|
|
445381
445381
|
const [E, A] = Pt(!1);
|
|
445382
445382
|
return Gt(() => {
|
|
445383
|
-
const T = new URLSearchParams(window.location.search)
|
|
445383
|
+
const T = new URLSearchParams(window.location.search);
|
|
445384
|
+
console.log(T, "params===");
|
|
445385
|
+
const j = T.get("template");
|
|
445384
445386
|
j && (k == null || k(j), T.delete("template"), window.history.replaceState({}, "", `${window.location.pathname}${T.toString() ? `?${T.toString()}` : ""}`));
|
|
445385
445387
|
}, []), /* @__PURE__ */ $t.jsx(
|
|
445386
445388
|
E8t,
|