scope360-core 0.0.180 → 0.0.182
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/scope360-core.js
CHANGED
|
@@ -29859,7 +29859,7 @@ function jg(t) {
|
|
|
29859
29859
|
return e[0] = e[0].replace(/\B(?=(\d{3})+(?!\d))/g, ","), e.join(".");
|
|
29860
29860
|
}
|
|
29861
29861
|
function Js(t, e, n = { repeat: 4, mask: "*", prefix: "", sufix: "" }) {
|
|
29862
|
-
return t ? n.prefix +
|
|
29862
|
+
return t ? n.prefix + n.mask.repeat(n.repeat) + n.sufix : e;
|
|
29863
29863
|
}
|
|
29864
29864
|
function f5(t) {
|
|
29865
29865
|
return t.reduce((e, n, s) => s === 0 ? `key=${encodeURIComponent(n.id)}` : e + `&key=${encodeURIComponent(n.id)}`, "");
|