@oliasoft-open-source/react-ui-library 5.8.3 → 5.8.4
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/global.css +1 -1
- package/dist/index.js +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2940,14 +2940,14 @@ const getColumnCount = (e, t) => {
|
|
|
2940
2940
|
var hasActions = (e) => e.reduce((e, t) => t.actions && t.actions.length > 0 ? 1 : e, 0);
|
|
2941
2941
|
const hasRowActions = (e, t) => hasActions(t) > 0 || hasActions(e) > 0;
|
|
2942
2942
|
var row_module_default$1 = {
|
|
2943
|
-
clickableRow: "
|
|
2944
|
-
hoverableRow: "
|
|
2945
|
-
rowActive: "
|
|
2946
|
-
expandableRow: "
|
|
2947
|
-
flush: "
|
|
2948
|
-
dragIconCell: "
|
|
2949
|
-
dragIcon: "
|
|
2950
|
-
dragIconDisabled: "
|
|
2943
|
+
clickableRow: "_clickableRow_g8hv8_1",
|
|
2944
|
+
hoverableRow: "_hoverableRow_g8hv8_4",
|
|
2945
|
+
rowActive: "_rowActive_g8hv8_4",
|
|
2946
|
+
expandableRow: "_expandableRow_g8hv8_8",
|
|
2947
|
+
flush: "_flush_g8hv8_8",
|
|
2948
|
+
dragIconCell: "_dragIconCell_g8hv8_34",
|
|
2949
|
+
dragIcon: "_dragIcon_g8hv8_34",
|
|
2950
|
+
dragIconDisabled: "_dragIconDisabled_g8hv8_55"
|
|
2951
2951
|
};
|
|
2952
2952
|
const ExpandedContentRow = ({ colSpan: e, children: t, flush: n }) => /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", {
|
|
2953
2953
|
colSpan: e,
|
package/package.json
CHANGED