bt-core-app 2.0.240 → 2.0.241
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 +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -11386,7 +11386,7 @@ function a4(e) {
|
|
|
11386
11386
|
typeof A.value == "function" ? C = A.value(P) : typeof A.value == "string" && (C = zn(P, A.value));
|
|
11387
11387
|
var w = A.itemText != null ? zn(C, A.itemText) : C;
|
|
11388
11388
|
w != null && (w = w.replaceAll(u, " ").replaceAll(`
|
|
11389
|
-
`, " ")), y[A.header] = w;
|
|
11389
|
+
`, "").replaceAll("\r", "")), y[A.header] = w;
|
|
11390
11390
|
}
|
|
11391
11391
|
p.push(y), Mt(x) && x.forEach((L) => {
|
|
11392
11392
|
p.push(L);
|
package/package.json
CHANGED