bt-core-app 1.4.519 → 1.4.520
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/bt-core-app.js +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -10051,7 +10051,7 @@ function Qx() {
|
|
|
10051
10051
|
fileName: l = "data.csv",
|
|
10052
10052
|
format: r = "file"
|
|
10053
10053
|
} = t;
|
|
10054
|
-
if (!wt(n))
|
|
10054
|
+
if (console.log(n), !wt(n))
|
|
10055
10055
|
return;
|
|
10056
10056
|
let i = [];
|
|
10057
10057
|
a != null && (i = a == null ? void 0 : a.filter((y) => (y.csv ?? y.csvText ?? y.csvFilter ?? y.csvArray) != null).map((y) => ({
|
|
@@ -12176,7 +12176,7 @@ function Gi(e, t, n) {
|
|
|
12176
12176
|
}
|
|
12177
12177
|
function Pn(he) {
|
|
12178
12178
|
O(() => {
|
|
12179
|
-
a.exportToCSV(ue.value, he ? L.value : I.value);
|
|
12179
|
+
console.log("trying"), console.log(L.value), console.log(I.value), a.exportToCSV({ headers: ue.value, items: he ? L.value : I.value });
|
|
12180
12180
|
}, { loadingMsg: "Exporting to CSV" });
|
|
12181
12181
|
}
|
|
12182
12182
|
function Rt() {
|
package/package.json
CHANGED