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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.519",
3
+ "version": "1.4.520",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {