@3sc/common-component 0.0.179 → 0.0.181
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 +9 -9
- 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
|
@@ -41342,7 +41342,7 @@ function xC({ parent: e, column: t, sort: n, handleMenuClick: o, isManageable: r
|
|
|
41342
41342
|
l && /* @__PURE__ */ v.jsx(
|
|
41343
41343
|
vC,
|
|
41344
41344
|
{
|
|
41345
|
-
sortKey: t == null ? void 0 : t.key,
|
|
41345
|
+
sortKey: e ? `${e == null ? void 0 : e.key}|${t == null ? void 0 : t.key}` : t == null ? void 0 : t.key,
|
|
41346
41346
|
sortField: c,
|
|
41347
41347
|
sortDir: u,
|
|
41348
41348
|
handleSortClick: () => d({ column: t, sortDir: u, sortField: c, parent: e })
|
|
@@ -41384,6 +41384,7 @@ const o7 = Y(Zp)(({ theme: e }) => ({
|
|
|
41384
41384
|
[`&.${cd.body}`]: {
|
|
41385
41385
|
color: e.palette.primary.notifyTextColor,
|
|
41386
41386
|
borderColor: e.palette.primary.notifyBorderColor,
|
|
41387
|
+
backgroundColor: e.palette.primary.notifyBackground,
|
|
41387
41388
|
padding: "0.3rem 1rem",
|
|
41388
41389
|
textAlign: "center"
|
|
41389
41390
|
}
|
|
@@ -41457,7 +41458,7 @@ function CC({
|
|
|
41457
41458
|
}, 50)) : clearInterval(T);
|
|
41458
41459
|
}, B = ($, H, J, U) => {
|
|
41459
41460
|
var K, Z, W;
|
|
41460
|
-
const Q = ($ == null ? void 0 : $.isMandatory) && ($ == null ? void 0 : $.isSticky), ee = parseFloat((Z = (K = $ == null ? void 0 : $.style) == null ? void 0 : K.
|
|
41461
|
+
const Q = ($ == null ? void 0 : $.isMandatory) && ($ == null ? void 0 : $.isSticky), ee = parseFloat((Z = (K = $ == null ? void 0 : $.style) == null ? void 0 : K.minWidth) == null ? void 0 : Z.toString().replace("rem", "")) || 7.5;
|
|
41461
41462
|
H === 0 && (S.current = 0);
|
|
41462
41463
|
const te = Q ? H === 0 ? 0 : `${S.current}rem` : void 0;
|
|
41463
41464
|
return Q && (S.current += ee), /* @__PURE__ */ v.jsx(
|
|
@@ -41526,7 +41527,7 @@ function CC({
|
|
|
41526
41527
|
}
|
|
41527
41528
|
) : null, F = ($, H, J, U) => {
|
|
41528
41529
|
var K, Z;
|
|
41529
|
-
const Q = ($ == null ? void 0 : $.isMandatory) && ($ == null ? void 0 : $.isSticky), ee = parseFloat((Z = (K = $ == null ? void 0 : $.style) == null ? void 0 : K.
|
|
41530
|
+
const Q = ($ == null ? void 0 : $.isMandatory) && ($ == null ? void 0 : $.isSticky), ee = parseFloat((Z = (K = $ == null ? void 0 : $.style) == null ? void 0 : K.minWidth) == null ? void 0 : Z.toString().replace("rem", "")) || 7.5;
|
|
41530
41531
|
J === 0 && (S.current = 0);
|
|
41531
41532
|
const te = Q ? J === 0 ? 0 : `${S.current}rem` : void 0;
|
|
41532
41533
|
return Q && (S.current += ee), /* @__PURE__ */ v.jsx(
|
|
@@ -41552,7 +41553,6 @@ function CC({
|
|
|
41552
41553
|
borderLeft: (W) => ($ == null ? void 0 : $.key) === "volume_value" && `0.1rem solid ${W.palette.primary.notifyBorderColor}`,
|
|
41553
41554
|
borderRight: (W) => ($ == null ? void 0 : $.key) === "volume_value" && `0.1rem solid ${W.palette.primary.notifyBorderColor}`
|
|
41554
41555
|
}
|
|
41555
|
-
// borderBottom: (theme) => `0.1rem solid ${rows?.selectedRow?.fhi === row?.fhi ? "#F68080" : "transparent"}!important`,
|
|
41556
41556
|
},
|
|
41557
41557
|
children: /* @__PURE__ */ v.jsx(
|
|
41558
41558
|
Ld,
|
|
@@ -41759,10 +41759,10 @@ const i7 = (e) => {
|
|
|
41759
41759
|
{
|
|
41760
41760
|
style: {
|
|
41761
41761
|
position: "fixed",
|
|
41762
|
-
top: 0,
|
|
41762
|
+
// top: 0,
|
|
41763
41763
|
left: 0,
|
|
41764
41764
|
width: "100vw",
|
|
41765
|
-
height: "
|
|
41765
|
+
height: "4rem",
|
|
41766
41766
|
zIndex: 998
|
|
41767
41767
|
}
|
|
41768
41768
|
}
|
|
@@ -41777,8 +41777,8 @@ const i7 = (e) => {
|
|
|
41777
41777
|
flexWrap: "nowrap",
|
|
41778
41778
|
maxWidth: "100%",
|
|
41779
41779
|
whiteSpace: "nowrap",
|
|
41780
|
-
zIndex: 999
|
|
41781
|
-
pointerEvents: "auto"
|
|
41780
|
+
zIndex: 999
|
|
41781
|
+
// pointerEvents: "auto",
|
|
41782
41782
|
},
|
|
41783
41783
|
children: [
|
|
41784
41784
|
/* @__PURE__ */ v.jsx(s5, { mode: "popLayout", children: s.map((d) => /* @__PURE__ */ v.jsx(
|
|
@@ -41793,7 +41793,7 @@ const i7 = (e) => {
|
|
|
41793
41793
|
},
|
|
41794
41794
|
d.id
|
|
41795
41795
|
)) }),
|
|
41796
|
-
l && /* @__PURE__ */ v.jsx(ye, { sx: {
|
|
41796
|
+
l && /* @__PURE__ */ v.jsx(ye, { sx: { paddingLeft: t ? "0.5rem" : 0 }, children: /* @__PURE__ */ v.jsx(
|
|
41797
41797
|
zr,
|
|
41798
41798
|
{
|
|
41799
41799
|
label: t ? "" : "More Actions",
|