master-components-react 4.2.39 → 4.2.40
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.
|
@@ -72410,7 +72410,7 @@ const jle = "ColumnConfigure-module__configureWrapper", qle = "ColumnConfigure-m
|
|
|
72410
72410
|
/* @__PURE__ */ E.jsx("div", {}),
|
|
72411
72411
|
/* @__PURE__ */ E.jsx("div", {})
|
|
72412
72412
|
] }),
|
|
72413
|
-
/* @__PURE__ */ E.jsx("ul", { ref: s, children: e && e.map((p, v) => p.
|
|
72413
|
+
/* @__PURE__ */ E.jsx("ul", { ref: s, children: e && e.map((p, v) => p.hiddenActionRows && Array.isArray(p.hiddenActionRows) && p.hiddenActionRows.includes(i) ? null : /* @__PURE__ */ E.jsxs(
|
|
72414
72414
|
"li",
|
|
72415
72415
|
{
|
|
72416
72416
|
onClick: (C) => c(C, p),
|
|
@@ -72422,10 +72422,10 @@ const jle = "ColumnConfigure-module__configureWrapper", qle = "ColumnConfigure-m
|
|
|
72422
72422
|
"div",
|
|
72423
72423
|
{
|
|
72424
72424
|
className: `
|
|
72425
|
-
|
|
72426
|
-
|
|
72427
|
-
|
|
72428
|
-
|
|
72425
|
+
${["delete"].includes(p.type) ? no.staticColor : ""}
|
|
72426
|
+
${no.actionIcon}
|
|
72427
|
+
${h(p) && h(p) !== "no_icon" ? no.defaultIcons : ""}
|
|
72428
|
+
`,
|
|
72429
72429
|
style: {
|
|
72430
72430
|
opacity: r[p.disableKey] ? 0.5 : 1
|
|
72431
72431
|
},
|