bt-core-app 1.4.876 → 1.4.877
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
|
@@ -10976,7 +10976,7 @@ function MP(e) {
|
|
|
10976
10976
|
}
|
|
10977
10977
|
function x(A, H) {
|
|
10978
10978
|
var q = H ?? kP, Z = e.dates.tzDate(A), W = e.dates.tzDate(), R = q.split(",");
|
|
10979
|
-
return R.length >= 4 && W.hasSame(Z, "day") ?
|
|
10979
|
+
return R.length >= 4 && W.hasSame(Z, "day") ? a(A, R[3]) : R.length >= 3 && W.hasSame(Z, "month") ? a(A, R[2]) : R.length >= 2 && W.hasSame(Z, "year") ? a(A, R[1]) : a(A, R[0]);
|
|
10980
10980
|
}
|
|
10981
10981
|
function S(A) {
|
|
10982
10982
|
var H = new Intl.NumberFormat("en-US", {
|
package/package.json
CHANGED