bt-core-app 1.4.565 → 1.4.566
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 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -10152,7 +10152,8 @@ function ak(e) {
|
|
|
10152
10152
|
}, w;
|
|
10153
10153
|
}) : m = d[0].split(",").map((w) => ({
|
|
10154
10154
|
headerName: w,
|
|
10155
|
-
propName: bu(w.replaceAll(" ", ""))
|
|
10155
|
+
propName: bu(w.replaceAll(" ", "").replaceAll("\r", "").replaceAll(`
|
|
10156
|
+
`, "")),
|
|
10156
10157
|
csvInd: void 0
|
|
10157
10158
|
}));
|
|
10158
10159
|
const p = d[0].split(",");
|
package/package.json
CHANGED