@mx-cartographer/experiences 6.16.8-alpha.mega3 → 6.16.8-alpha.mega4
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 +0 -12
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5549,18 +5549,6 @@ const It = () => {
|
|
|
5549
5549
|
return Ne().uiStore;
|
|
5550
5550
|
}, zs = async (e, n) => {
|
|
5551
5551
|
const i = Bu(Gu(e, n)), a = "transactions.csv";
|
|
5552
|
-
console.log("third exportTransactionsToCSV");
|
|
5553
|
-
try {
|
|
5554
|
-
const o = new Blob([i], { type: "text/csv;charset=utf-8;" }), r = URL.createObjectURL(o), s = window.open(r, "_blank");
|
|
5555
|
-
if (s) {
|
|
5556
|
-
setTimeout(() => {
|
|
5557
|
-
URL.revokeObjectURL(r), s.close();
|
|
5558
|
-
}, 1e3);
|
|
5559
|
-
return;
|
|
5560
|
-
}
|
|
5561
|
-
} catch (o) {
|
|
5562
|
-
console.error("Window open failed:", o);
|
|
5563
|
-
}
|
|
5564
5552
|
console.log("fourth exportTransactionsToCSV");
|
|
5565
5553
|
try {
|
|
5566
5554
|
const o = new Blob([i], { type: "text/csv;charset=utf-8;" }), r = URL.createObjectURL(o), s = document.createElement("a");
|