@3sc/common-component 0.0.46 → 0.0.47
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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19195,7 +19195,7 @@ const ja = (e) => {
|
|
|
19195
19195
|
return (c = (a = o[s]) == null ? void 0 : a.toLowerCase()) == null ? void 0 : c.includes((l = n == null ? void 0 : n.trim()) == null ? void 0 : l.toLowerCase());
|
|
19196
19196
|
})), UI = (e, t, n) => e.sort((o, s) => n === "asc" ? o[t].toLowerCase().localeCompare(s[t].toLowerCase()) : s[t].toLowerCase().localeCompare(o[t].toLowerCase())), dr = (e, t, n) => e.slice((t - 1) * n, t * n), es = (e) => e.split("_").map((t) => t === "sku" ? "SKU" : t[0].toUpperCase() + t.substring(1)).join(" "), ts = ja(mi.USER), ns = ja(mi.SNOP), rs = ja(mi.SELECTED_BU), _p = {
|
|
19197
19197
|
BU_IDS: rs == null ? void 0 : rs.business_unit_id,
|
|
19198
|
-
TOKEN: JSON.parse(HI.get(mi.TOKEN)),
|
|
19198
|
+
TOKEN: JSON.parse(HI.get(mi.TOKEN) || null),
|
|
19199
19199
|
TENANT_IDS: ts == null ? void 0 : ts.tenant_id,
|
|
19200
19200
|
SNOP_IDS: ns == null ? void 0 : ns.snop_id
|
|
19201
19201
|
}, xi = {
|