bt-core-app 2.1.10 → 2.1.11
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
|
@@ -42194,7 +42194,7 @@ function Ij(e) {
|
|
|
42194
42194
|
}
|
|
42195
42195
|
function m(F, O = 0) {
|
|
42196
42196
|
if (typeof F != "number" || isNaN(F))
|
|
42197
|
-
|
|
42197
|
+
return "";
|
|
42198
42198
|
const W = Math.abs(F), Y = F < 0 ? "-" : "", U = [
|
|
42199
42199
|
{ value: 1e12, suffix: "T" },
|
|
42200
42200
|
{ value: 1e9, suffix: "B" },
|
package/package.json
CHANGED