@3sc/common-component 0.0.48 → 0.0.50
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 +13 -19
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19193,11 +19193,11 @@ const ja = (e) => {
|
|
|
19193
19193
|
}, jp = (e, t, n) => e.filter((o) => t.some((s) => {
|
|
19194
19194
|
var a, l, c;
|
|
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
|
-
})), 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.
|
|
19197
|
-
BU_IDS:
|
|
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.SNOP), ns = ja(mi.SELECTED_BU), rs = ja(mi.USER), _p = {
|
|
19197
|
+
BU_IDS: ns == null ? void 0 : ns.business_unit_id,
|
|
19198
19198
|
TOKEN: JSON.parse(HI.get(mi.TOKEN) || null),
|
|
19199
|
-
TENANT_IDS:
|
|
19200
|
-
SNOP_IDS:
|
|
19199
|
+
TENANT_IDS: rs == null ? void 0 : rs.tenant_id,
|
|
19200
|
+
SNOP_IDS: ts == null ? void 0 : ts.snop_id
|
|
19201
19201
|
}, xi = {
|
|
19202
19202
|
headers: {
|
|
19203
19203
|
"Content-Type": "application/json",
|
|
@@ -22626,28 +22626,22 @@ const _T = ({
|
|
|
22626
22626
|
lr,
|
|
22627
22627
|
{
|
|
22628
22628
|
sx: {
|
|
22629
|
-
|
|
22630
|
-
|
|
22631
|
-
overflowY: "scroll",
|
|
22632
|
-
lineHeight: 1.2,
|
|
22633
|
-
height: "4rem",
|
|
22634
|
-
fontSize: "1.3rem",
|
|
22635
|
-
fontWeight: "600",
|
|
22636
|
-
marginBottom: "1.5rem",
|
|
22637
|
-
alignItems: "center"
|
|
22629
|
+
fontSize: "1.2rem",
|
|
22630
|
+
marginTop: "1.5rem"
|
|
22638
22631
|
},
|
|
22639
22632
|
display: "flex",
|
|
22640
22633
|
flexDirection: "row",
|
|
22641
22634
|
className: "upper-div",
|
|
22642
22635
|
children: [
|
|
22643
|
-
/* @__PURE__ */ x.jsx(yt, {
|
|
22644
|
-
|
|
22645
|
-
|
|
22636
|
+
/* @__PURE__ */ x.jsx(yt, { sx: {
|
|
22637
|
+
fontSize: "1.3rem",
|
|
22638
|
+
fontWeight: "600",
|
|
22639
|
+
paddingRight: "1.5rem"
|
|
22646
22640
|
}, children: "Remark:" }),
|
|
22647
22641
|
" ",
|
|
22648
|
-
/* @__PURE__ */ x.jsx(yt, {
|
|
22649
|
-
|
|
22650
|
-
|
|
22642
|
+
/* @__PURE__ */ x.jsx(yt, { sx: {
|
|
22643
|
+
overflowY: "scroll",
|
|
22644
|
+
height: "3.5rem",
|
|
22651
22645
|
wordBreak: "break-word"
|
|
22652
22646
|
}, children: r })
|
|
22653
22647
|
]
|