bt-core-app 2.0.241 → 2.0.242
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
|
@@ -11385,7 +11385,7 @@ function a4(e) {
|
|
|
11385
11385
|
var C = null;
|
|
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
|
-
w != null && (w = w.replaceAll(u, " ").replaceAll(`
|
|
11388
|
+
w != null && typeof w == "string" && (w = w.replaceAll(u, " ").replaceAll(`
|
|
11389
11389
|
`, "").replaceAll("\r", "")), y[A.header] = w;
|
|
11390
11390
|
}
|
|
11391
11391
|
p.push(y), Mt(x) && x.forEach((L) => {
|
package/package.json
CHANGED